﻿@charset "UTF-8";
/* Base Application Styles */
/* EXTERNAL DEPENDENCIES */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #19223F;
}

/**
 * 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 {
  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 */
  /* 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;
}

/* CONFIG AND OVERRIDES */
/*
 *  MIXINS
 *
 *  Common reusable styles or shims.
 *
 *  Best practices: http://www.sitepoint.com/sass-mixin-placeholder/
 */
/* TYPOGRAPHY */
/* COLORS */
/* FORM CONFIGS */
/* GLOBAL STYLES */
/*
  **********************
  IGNORE BELOW THIS LINE

  The following section just passing various from
  this file to various dependencies.
  **********************
*/
/*
 *  SHIMS
 *
 *  Shims or notable enhancements to third party libs, browsers, etc.
 */
*, *:before, *:after {
  box-sizing: border-box;
}

/*
 *  PLACEHOLDER SELECTORS
 *
 *  Placeholder selectors do not get compiled by Sass. They are great for
 *  abstracting style from other classes. This file contains
 *  global selectors only, in the form of helpers.
 *
 *  Best practices: http://www.sitepoint.com/sass-mixin-placeholder/
 */
/* SHIMS, HELPERS */
/* STYLE SPECIFIC */
.parsley-errors-list {
  list-style: none;
  margin: 0;
  color: #f00;
  text-align: center;
  line-height: 1.1;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #19223F;
}

/**
   * 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 {
  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: not-allowed;
}

/**
   * 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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=71.25em&xlarge=109.375em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "CircularStd", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #19223F;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 71.25em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 109.375em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 71.25em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 71.25em) and (min-width: 71.25em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 71.25em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 71.25em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 109.375em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 109.375em) and (min-width: 109.375em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 109.375em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 109.375em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CircularStd", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 1200px;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #252424;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #252424;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #19223F;
  cursor: help;
  border-bottom: 1px dotted #19223F;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #19223F;
  background-color: #ccc;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #ccc;
  color: #19223F;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #252424;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 71.25em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 109.375em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #252424;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #19223F;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #252424;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ccc;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #19223F;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #19223F;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #ccc;
  color: #19223F;
  border: 1px solid #cacaca;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  height: auto;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #19223F;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2875, 76, 81%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff;
  border-bottom-right-radius: 20px !important;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fff;
}

.button.secondary {
  background-color: #777;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button.success {
  background-color: #3adb76;
  color: #fff;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button.warning {
  background-color: #ffae00;
  color: #fff;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}

.button.alert {
  background-color: #ec5840;
  color: #fff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fff;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #ccc;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #ccc;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff;
  color: #19223F;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #ccc;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fff;
}

.badge.secondary {
  background: #777;
  color: #fff;
}

.badge.success {
  background: #3adb76;
  color: #fff;
}

.badge.warning {
  background: #ffae00;
  color: #fff;
}

.badge.alert {
  background: #ec5840;
  color: #fff;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #19223F;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fff;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fff;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fff;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fff;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fff;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fff;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fff;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 71.25em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: #19223F;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #252424;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #19223F;
}

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: nowrap;
}

.menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu > li > a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}

.menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.menu.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu.vertical > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 71.25em) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.large-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 109.375em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xlarge-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xlarge-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xlarge-vertical > li > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.expanded > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fff;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #19223F;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #000, 0 14px 0 #19223F;
}

.menu-icon.dark:hover::after {
  background: #252424;
  box-shadow: 0 7px 0 #252424, 0 14px 0 #252424;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 71.25em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 109.375em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fff;
}

.label.secondary {
  background: #777;
  color: #fff;
}

.label.success {
  background: #3adb76;
  color: #fff;
}

.label.warning {
  background: #ffae00;
  color: #fff;
}

.label.alert {
  background: #ec5840;
  color: #fff;
}

.media-object {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #ccc;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 71.25em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 109.375em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #252424;
}

.orbit-bullets button.is-active {
  background-color: #252424;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #19223F;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #ccc;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #19223F;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #ccc;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 1200px;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 1200px;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f9f9f9;
  color: #19223F;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 71.1875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #fafafa;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #F2F1F1;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #ccc;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #ccc;
}

.tabs-content {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ccc;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #ccc;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #19223F;
  color: #fff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #19223F;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #000, 0 14px 0 #19223F;
}

.menu-icon.dark:hover::after {
  background: #252424;
  box-shadow: 0 7px 0 #252424, 0 14px 0 #252424;
}

.has-tip {
  border-bottom: dotted 1px #252424;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #19223F;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #19223F;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #000 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #19223F;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #000 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #ccc;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 71.1875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 109.3125em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-xlarge {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 71.25em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 71.25em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 71.1875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 71.25em) and (max-width: 109.3125em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 71.1875em), screen and (min-width: 109.375em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 109.375em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 109.3125em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 109.375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 109.3125em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

html,
body {
  height: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

/*
 *  TYPOGRAPHY
 *
 *  Gives us a great foundation for slick type. Based on bits
 *  and pieces from typeplate.com and other sources. There is some
 *  overlap with this file and vendor/_normalize.scss, be careful!
 *
 *  A good walkthrough of some of this can be found here:
 *  http://webdesign.tutsplus.com/articles/a-web-designers-typographic-boilerplate--webdesign-15234
 *  Scaling and rhythm based on this excellent work:
 *  https://www.inkling.com/blog/2014/05/precision-baselines-sass-ebook-design/
 */
@font-face {
  font-family: 'icons';
  src: url("/content/bradfordsolar/styles/fonts/icons.eot");
  src: url("/content/bradfordsolar/styles/fonts/icons.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/icons.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/icons.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/icons.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/icons.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Medium.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Medium.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Medium.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-Medium.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-MediumItalic.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-MediumItalic.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-MediumItalic.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-MediumItalic.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-MediumItalic.svg#CircularStd-MediumItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Book.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Book.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Book.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-Book.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BookItalic.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BookItalic.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BookItalic.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-BookItalic.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-BookItalic.svg#CircularStd-BookItalic") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Bold.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Bold.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Bold.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-Bold.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BoldItalic.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-BoldItalic.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BoldItalic.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-BoldItalic.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-BoldItalic.svg#CircularStd-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Black.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Black.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-Black.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-Black.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-Black.svg#CircularStd-Black") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd';
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BlackItalic.eot");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("/content/bradfordsolar/styles/fonts/CircularStd-BlackItalic.eot?#iefix") format("embedded-opentype");
  src: url("/content/bradfordsolar/styles/fonts/CircularStd-BlackItalic.woff") format("woff"), url("/content/bradfordsolar/styles/fonts/CircularStd-BlackItalic.ttf") format("truetype"), url("/content/bradfordsolar/styles/fonts/CircularStd-BlackItalic.svg#CircularStd-Black") format("svg");
  font-weight: 700;
  font-style: italic;
}

.icons {
  font-family: 'icons';
}

.icons.tesla_authorized {
  color: #fff;
}

.icons.tesla_authorized:after {
  content: 't';
  font-size: 69px;
}

.icons.calculator:after {
  content: '';
  background-image: url("/content/bradfordsolar/images/icons/calculator-icon2.svg");
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icons.contact:after {
  content: 'M';
}

.icons.facebook {
  color: #fff;
  -webkit-transition: color .2s ease .1s;
  transition: color .2s ease .1s;
}

.icons.facebook:hover {
  color: #ffc20e;
}

.theme-red .icons.facebook:hover {
  color: #D0000E;
}

.theme-blue .icons.facebook:hover {
  color: #349ed8;
}

.icons.facebook:after {
  content: 'f';
}

.icons.linkedin {
  color: #fff;
  -webkit-transition: color .2s ease .1s;
  transition: color .2s ease .1s;
}

.icons.linkedin:hover {
  color: #ffc20e;
}

.theme-red .icons.linkedin:hover {
  color: #D0000E;
}

.theme-blue .icons.linkedin:hover {
  color: #349ed8;
}

.icons.linkedin:after {
  content: 'i';
}

.icons.youtube {
  color: white;
  -webkit-transition: color .2s ease .1s;
  transition: color .2s ease .1s;
}

.icons.youtube:hover {
  color: #ffc20e;
}

.theme-red .icons.youtube:hover {
  color: #D0000E;
}

.theme-blue .icons.youtube:hover {
  color: #349ed8;
}

.icons.youtube:after {
  content: 'y';
  position: relative;
  top: 2px;
}

.icons.youtube-2 {
  -webkit-transition: all .2s ease .1s;
  transition: all .2s ease .1s;
}

.icons.youtube-2:hover:after {
  background: url("/content/bradfordsolar/images/icons/youtube-hover.png") no-repeat;
}

.icons.youtube-2:after {
  background: url("/content/bradfordsolar/images/icons/youtube.png") no-repeat;
  background-position: center center !important;
  background-size: contain !important;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
}

html {
  font-family: "CircularStd", Helvetica, Arial, sans-serif;
  font-size: 22pt;
  line-height: 0.0681818182;
}

body {
  margin: 0.0681818182em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #19223F;
  font-family: "CircularStd", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  overflow: hidden;
  font-size: 16px;
  line-height: 23px;
}

/* ESTABLISH HEADERS */
h1 {
  font-size: 3.0517578125em;
  line-height: 1.0053818182;
  margin-top: 0;
  margin-bottom: 0.0223418182em;
}

h2 {
  font-size: 2.44140625em;
  line-height: 1.0053818182;
  margin-top: 0;
  margin-bottom: 0.0279272727em;
}

h3 {
  font-size: 1.953125em;
  line-height: 1.0123636364;
  margin-top: 0;
  margin-bottom: 0.0349090909em;
}

h4 {
  font-size: 1.5625em;
  line-height: 1.0036363636;
  margin-top: 0;
  margin-bottom: 0.0436363636em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.0090909091;
  margin-top: 0;
  margin-bottom: 0.0545454545em;
}

h6 {
  font-size: 1.25em;
  line-height: 1.0090909091;
  margin-top: 0;
  margin-bottom: 0.0545454545em;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

h1 {
  font-weight: 500 !important;
  font-size: 44px;
  line-height: 45px;
  letter-spacing: -2px;
  margin-bottom: 45px;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h2 {
  font-weight: 500 !important;
  font-size: 53px;
  line-height: 65px;
  margin-bottom: 40px;
}

h3 {
  font-weight: 500 !important;
  font-size: 35px;
  letter-spacing: -1px;
}
h3 b {
  font-weight: 500 !important;
}

@media screen and (max-width: 39.9375em) {
  h3 {
    font-size: 25px;
    line-height: 1.2;
  }
}

p {
  margin-bottom: 13px !important;
}

/* SETUP AND RESET EVERYTHING ELSE */
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", monospace;
}

pre code {
  word-wrap: normal;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

pre,
code {
  white-space: pre;
}

abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: #999;
}

abbr[title]:hover {
  cursor: help;
}

blockquote {
  font-style: italic;
}

blockquote:before {
  content: "\201C";
  display: inline-block;
  padding-right: .4em;
}

.whiteText h1 {
  color: #fff;
}

.whiteText .text {
  color: #fff;
}

.goldContent {
  color: #1B75BC;
}

.theme-red .goldContent {
  color: #D0000E;
}

.theme-blue .goldContent {
  color: #349ed8;
}

.goldContent .text {
  /* color: #1B75BC !important; */
  color: #fff !important;
}

.theme-red .goldContent .text {
  color: #D0000E !important;
}

.theme-blue .goldContent .text {
  color: #349ed8 !important;
}

.gold a:hover,
.red a:hover,
.blue a:hover,
.goldContent a:hover {
  color: #19223F;
}

ul.main {
  list-style-type: none;
}

ul.main > li {
  float: left;
}

ul.main > li:not(:first-child) {
  margin-left: 30px;
}

a {
  color: inherit;
}

a:hover {
  color: #1B75BC;
}

.theme-red a:hover {
  color: #D0000E;
}

.theme-blue a:hover {
  color: #349ed8;
}

body.home .header .home_business .hb_menu.active li.home {
  color: #252424;
}

body.home .header .home_business .hb_menu li.home {
  color: #252424;
}

body.home .header .home_business .hb_menu li.home:before {
  width: 100%;
  -webkit-transition: width .4s;
  transition: width .4s;
}

body.home.theme-red .header .home_business .hb_menu li.home a,
body.home.theme-red .header .home_business .hb_menu li:hover a,
body.home.theme-blue .header .home_business .hb_menu li.home a,
body.home.theme-blue .header .home_business .hb_menu li:hover a {
  color: #fff !important;
}

body.business .header .home_business .hb_menu.active li.business {
  color: #252424;
}

body.business .header .home_business .hb_menu li.business {
  color: #252424;
}

body.business .header .home_business .hb_menu li.business:before {
  width: 100%;
  -webkit-transition: width .4s;
  transition: width .4s;
}

body.business .hb_menu:hover > li, body.home .hb_menu:hover > li {
  color: #fff !important;
}

body.business .hb_menu:hover > li:before, body.home .hb_menu:hover > li:before {
  width: 0% !important;
  -webkit-transition: width .4s;
  transition: width .4s;
}

body.business .hb_menu li:hover, body.home .hb_menu li:hover {
  color: #252424 !important;
}

body.business .hb_menu li:hover:before, body.home .hb_menu li:hover:before {
  width: 100% !important;
  -webkit-transition: width .4s;
  transition: width .4s;
}

@-webkit-keyframes hbMed {
  0% {
    position: absolute;
    top: 0px;
    right: 80px;
    opacity: 0;
  }
  80% {
    opacity: 0;
    top: 100px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    position: fixed;
  }
  99% {
    opacity: 1;
  }
}

@keyframes hbMed {
  0% {
    position: absolute;
    top: 0px;
    right: 80px;
    opacity: 0;
  }
  80% {
    opacity: 0;
    top: 100px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    position: fixed;
  }
  99% {
    opacity: 1;
  }
}

.header {
  height: 130px;
  min-height: 100px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: background .3s, height .3s;
  transition: background .3s, height .3s;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .header ul.main {
    margin-top: 0;
    width: 91px;
    display: block !important;
  }
  .header ul.main li {
    width: 0px;
    overflow: hidden;
  }
  .header .at_top .phone {
    top: 55px;
  }
  .header .phone {
    position: fixed !important;
    top: 70px !important;
    right: 81px !important;
    left: initial !important;
  }
}

.header ul.main {
  display: none !important;
}

@media (min-width: 1140px) {
  .header ul.main {
    display: block !important;
  }
}

@media screen and (min-width: 40em) {
  .header.fixedTop {
    position: fixed;
    /* background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0.98) 0%, rgba(252, 252, 252, 0.95) 85%, rgba(255, 255, 255, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0.98) 0%, rgba(252, 252, 252, 0.95) 85%, rgba(255, 255, 255, 0.85) 100%); */
    height: 110px;
    background-color: transparent;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .header.fixedTop .phone {
    top: 35px !important;
    -webkit-transition: top .3s .3s;
    transition: top .3s .3s;
  }
  .header.fixedTop .burgerOpen {
    top: 45px;
  }
  .header.fixedTop .burgerOpen span {
    border-color: #fff;
  }
}

@media screen and (min-width: 40em) {
  .header.at_top {
    height: 161px;
  }
  .header.at_top .logo {
    top: 55px;
    -webkit-transition: top .5s;
    transition: top .5s;
  }
  .header.at_top .navigation.top {
    margin-top: 33px;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
  }
  .header.at_top .navigation.top .subnav {
    top: 139px;
  }
  .header.at_top .home_business {
    height: 43px;
    -webkit-transition: height .5s;
    transition: height .5s;
  }
  .header.at_top .home_business .search {
    opacity: 1;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s;
  }
  .header.at_top .home_business .hb_menu {
    color: #fff;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s;
  }
}

.header + .pale_overlay {
  display: none !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.header .logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 220px;
  z-index: 500;
  -webkit-transition: top .5s .3s;
  transition: top .5s .3s;

}
.header .logo svg {
  filter: drop-shadow( 0px 0px 20px rgba(0, 0, 0, .8));
}
@media screen and (max-width: 39.9375em) {
  .header .logo {
    width: 170px;
    left: 20px;
    top: 18px;
  }
}

.header .logo.closed {
  position: fixed;
}

.header .logo.closed .svg .bford {
  fill: #fff;
  -webkit-transition: fill .55s .5s;
  transition: fill .55s .5s;
}

.header .logo .svg #icon,
.header .logo .svg #solar {
  fill: #1B75BC;
}

.theme-red .header .logo .svg #icon, .theme-red
.header .logo .svg #solar {
  fill: #D0000E;
}

.theme-blue .header .logo .svg #icon, .theme-blue
.header .logo .svg #solar {
  fill: #349ed8;
}

.header .logo .svg .bford {
  -webkit-transition: fill .55s .2s;
  transition: fill .55s .2s;
}

.header .phone {
  display: inline-block;
  position: relative;
  font-size: 17px;
  top: -4px;
  right: -120px;
}

.header .phone:before {
  content: 'p';
  font-family: 'icons';
  font-size: 17px;
  position: relative;
  top: 2px;
  right: 15px;
}

@media (min-width: 1370px) {
  .header .phone:before {
    font-size: 24px;
    color: #fff;
  }
}

@media (min-width: 1370px) {
  .header .phone {
    font-size: 20px;
  }
}

@media screen and (min-width: 71.25em) and (max-width: 109.3125em) {
  .header .phone {
    right: -25px;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .header .phone {
    -webkit-transition: top .3s;
    transition: top .3s;
  }
}

@media screen and (max-width: 39.9375em) {
  .header .phone {
    top: auto;
    bottom: 18px;
    position: fixed;
    right: 0px;
    left: auto;
    width: calc(100vw - 160px);
    text-align: center;
    color: #252424;
    font-size: 22px;
    font-weight: normal;
  }
  .header .phone:before {
    display: none;
    font-size: 30px;
    right: 9px;
    top: 5px;
  }
}

.header .home_business {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  /* background: linear-gradient(0deg, rgba(20,29,86,1) 0%, rgba(20,64,128,1) 100%);  -webkit-transition: height .5s .3s; */
  background-color: rgba(20,64,128,1);
  background-color: transparent;
  transition: height .5s .3s;
  overflow: hidden;
}

.theme-red .header .home_business,
.theme-blue .header .home_business {
  background-color: black;
}

.header .home_business .share-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
}

@media (min-width: 1140px) {
  .header .home_business .share-icons {
    right: 30px;
  }
}

.header .home_business .share-icons .facebook {
  margin-right: 18px;
}

@media screen and (max-width: 39.9375em) {
  .header .home_business {
    left: -500px;
  }
  .header .home_business.active {
    left: 0;
  }
}

.header .home_business.active .search {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@media screen and (max-width: 39.9375em) {
  .header .home_business.active .search {
    left: 0;
  }
}

.header .home_business .search {
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .header .home_business .search {
    left: 500px;
    position: fixed;
    top: 170px;
    z-index: 21;
  }
}

.header .home_business .search form {
  display: inline-block;
  position: relative;
  width: 60%;
}

@media screen and (min-width: 40em) {
  .header .home_business .search button {
    background-image: url("/content/bradfordsolar/images/icons/mag-glass.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: 21px;
    left: 5px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -4px;
    width: 21px;
    border-radius: 0 !important;
  }
  .theme-red .header .home_business .search button {
    background-image: url("/content/bradfordsolar/images/icons/mag-glass-red.svg");
  }
  .theme-blue .header .home_business .search button {
    background-image: url("/content/bradfordsolar/images/icons/mag-glass-blue.svg");
  }
}

@media screen and (max-width: 39.9375em) {
  .header .home_business .search button {
    font-weight: normal;
    display: inline-block;
    position: absolute;
    margin: 0 !important;
    top: -5px;
    right: -70px;
    padding: 7px 10px 8px !important;
  }
  .header .home_business .search button:hover {
    background: #1B75BC;
  }
  .theme-red .header .home_business .search button:hover {
    background-color: #D0000E;
  }
  .theme-blue .header .home_business .search button:hover {
    background-color: #349ed8;
  }
}

.header .home_business .search input[type=text] {
  background-color: transparent !important;
  box-shadow: none !important;
  margin: 0px;
  border: none;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  padding: 0 7px;
  color: #fff !important;
}

@media screen and (max-width: 39.9375em) {
  .header .home_business .search input[type=text] {
    background-color: #f1f1f1 !important;
    left: 40px;
    padding: 15px 10px;
    color: #19223F !important;
  }
}

.header .home_business .search input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.header .home_business .search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.header .home_business .search input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.header .home_business .search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.header .home_business .search input[type=text]:focus {
  color: #19223F;
}

@media screen and (max-width: 39.9375em) {
  .header .home_business .search input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #19223F;
  }

  .header .home_business .search input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #19223F;
  }

  .header .home_business .search input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #19223F;
  }

  .header .home_business .search input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #19223F;
  }
}


.header .home_business .search span,
.header .home_business .search input {
  position: relative;
  top: -5px;
  left: 50px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
}

.header .home_business .search:before {
  content: '';
  position: relative;
  left: 30px;
  width: 21px;
  height: 21px;
  background-image: url("/content/bradfordsolar/images/icons/mag-glass.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 3px;
}

@media screen and (min-width: 40em) {
  .header .home_business .search:before {
    background-image: none !important;
  }
}

.theme-red .header .home_business .search:before {
  background-image: url("/content/bradfordsolar/images/icons/mag-glass-red.svg");
}

.theme-blue .header .home_business .search:before {
  background-image: url("/content/bradfordsolar/images/icons/mag-glass-blue.svg");
}

@media screen and (min-width: 40em) {
  .header .home_business {
    display: inline-block;
    /* background-color: #1B75BC; */
    background-color: rgba(0,0,0,0.25);
  }
}

.header .home_business ul.hb_menu {
  display: inline-block;
  list-style-type: none;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header .home_business ul.hb_menu.active {
  position: fixed;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .header .home_business ul.hb_menu.active {
    width: 306px;
    top: 120px;
    right: 50%;
    z-index: 50;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-animation: hbMed .5s;
            animation: hbMed .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header .home_business ul.hb_menu.active:after {
    content: '';
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .header .home_business ul.hb_menu {
    position: absolute;
    top: 0px;
    right: 167px;
  }
}

@media (min-width: 1140px) {
  .header .home_business ul.hb_menu {
    right: 137px;
  }
}

@media screen and (min-width: 71.25em) and (max-width: 109.3125em) {
  .header .home_business ul.hb_menu {
    font-size: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .header .home_business ul.hb_menu {
    font-size: 14px;
    top: 100px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    position: fixed;
    z-index: 50;
    margin-left: 0px;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity .55s;
    transition: opacity .55s;
  }
  .header .home_business ul.hb_menu.active {
    width: 306px;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity .55s .5s;
    transition: opacity .55s .5s;
  }
  .header .home_business ul.hb_menu.active:after {
    content: '';
    display: none;
  }
  .header .home_business ul.hb_menu.active li {
    text-indent: initial;
    border-color: #fff;
    background-color: #252424;
  }
  .header .home_business ul.hb_menu li {
    width: 50%;
    text-align: center;
    text-indent: -99999px;
    color: #fff;
  }
}

.header .home_business ul.hb_menu li {
  height: 100%;
  float: left;
  position: relative;
  padding: 12px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color .2s .2s;
  transition: color .2s .2s;
}

.header .home_business ul.hb_menu li span, .header .home_business ul.hb_menu li a {
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.header .home_business ul.hb_menu li span:hover, .header .home_business ul.hb_menu li a:hover {
  color: #fff;
}

.header .home_business ul.hb_menu li:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  display: inline-block;
  background-color: #ffc20e;
  z-index: 0;
  -webkit-transition: width .4s;
  transition: width .4s;
}

.theme-red .header .home_business ul.hb_menu li:before {
  background-color: #D0000E;
}

.theme-blue .header .home_business ul.hb_menu li:before {
  background-color: #349ed8;
}

.header .home_business ul.hb_menu li:nth-of-type(1):before {
  right: 0;
}

.header .home_business ul.hb_menu li:nth-of-type(2):before {
  left: 0;
}

.header-row {
  display: inline-block;
  -ms-flex-flow: initial;
      flex-flow: initial;
  max-width: 100%;
  width: 100%;
  background: #2C6BA2;
  background: -moz-linear-gradient(top, #292442 0%,#2C6BA2 100%);
  background: -webkit-linear-gradient(top, #292442 0%,#2C6BA2 100%);
  background: linear-gradient(to bottom, #292442 0%,#2C6BA2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292442', endColorstr='#2C6BA2',GradientType=0 );
  -webkit-transition: height .5s .3s;
  min-height: 130px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;

}
@media (max-width: 639px) {
  .header-row {
    min-height: 80px;
  }
}

.header-row .navigation {
  float: right;
  padding-right: 30px;
}

.header-row .navigation .main {
  float: left;
  margin-bottom: 0px;
  margin-right: 50px;
}

@media (min-width: 1370px) {
  .header-row .navigation .main {
    margin-right: 70px;
  }
}

.header-row .navigation .phone {
  display: none !important;
}

@media (min-width: 640px) {
  .header-row .navigation .phone {
    display: block !important;
    float: right;
    margin-top: 0;
    right: 30px !important;
    top: initial;
    overflow: visible !important;
    width: auto !important;
    color: #fff;
  }
}

@media (min-width: 1140px) {
  .header-row .navigation .phone {
    margin-top: 41px !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    top: initial !important;
  }
}

@media (min-width: 1170px) {
  .header-row .navigation .phone {
    margin-top: 41px !important;
    color: #fff;
  }
}

@media (min-width: 640px) {
  .fixedTop,
  .fixedTop .header-row {
    min-height: 120px;
  }
}

@media (min-width: 1170px) {
  .fixedTop,
  .fixedTop .header-row {
    min-height: 110px;
  }
}

.fixedTop .header-row .navigation .phone {
  margin-top: 2px;
}

@media (min-width: 640px) {
  .fixedTop .header-row .navigation .phone {
    right: 80px !important;
  }
}

@media (min-width: 1140px) {
  .fixedTop .header-row .navigation .phone {
    margin-top: 38px;
    right: 0 !important;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 40em), screen and (-ms-high-contrast: none) and (min-width: 40em) {
  .header .logo {
    top: -20px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 40em), screen and (-ms-high-contrast: none) and (min-width: 40em) {
  .header.at_top .logo {
    top: 25px;
  }
}

.header .red-logo .st00 {
  fill: #D0000E !important;
}

body .red-logo,
body .blue-logo {
  display: none;
}

body.theme-red .gold-logo {
  display: none;
}

body.theme-red .red-logo {
  display: inline-block;
}

body.theme-blue .gold-logo {
  display: none;
}

body.theme-blue .blue-logo {
  display: inline-block;
}

.footer {
  /* background-color: #162A62;
  background-color: #252424; */
  color: #fff;
  padding: 20px 0px 0;
  margin-top: -1px;
  position: relative;
  background: rgb(44,105,159);
  background: radial-gradient(circle, rgba(44,105,159,1) 0%, rgba(31,46,78,1) 100%, rgba(44,105,159,1) 100%);
  /* border: 1px solid transparent; */
  /* border-bottom-right-radius: 40px; */
}

.footer .icons {
  font-size: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.footer .icons.facebook {
  margin-left: 0;
}

.footer .share {
  text-align: right;
  position: relative;
  height: 105px;
}

@media (max-width: 640px) {
  .footer .share {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}

.footer .share .csr,
.footer .share .cec,
.footer .share .tesla {
  display: inline-block;
  height: 40px;
  margin: 15px 5px;
  width: 40px;
}

@media (min-width: 640px) {
  .footer .share .csr,
  .footer .share .cec,
  .footer .share .tesla {
    float: right;
    margin: 20px 20px 0;
  }
}

.footer .share .csr {
  /*margin-right: 50px;*/
}

.footer .share .cec {
  width: 85px;
}

.footer .share .tesla {
  width: 75px;
}

.footer .left .logo {
  margin-top: 10px;
  width: 180px;
}

.footer .left .logo .svg {
  fill: #fff;
}

@media screen and (max-width: 39.9375em) {
  .footer .left .logo {
    margin: 0 auto 30px;
  }
}

@media (min-width: 640px) {
  .footer .share-icons {
    margin-top: 30px;
  }
}

.footer .share {
  font-size: 16px;
  color: #1B75BC;
}

.theme-red .footer .share {
  color: #D0000E;
}

.theme-blue .footer .share {
  color: #349ed8;
}

.footer .share .share-icons a {
  display: inline-block;
  height: 35px;
  margin: 0 1px;
  padding: 8px;
  text-align: center;
  width: 35px;
}

.footer .share .share-icons a span {
  margin: 0;
}

.footer .quick_links h1,
.footer .share h1 {
  font-size: 14px;
  font-weight: normal;
  color: #1B75BC;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 20px;
  margin: 0 0 10px 23px;
  display: none;
}

.theme-red .footer .quick_links h1, .theme-red
.footer .share h1 {
  color: #D0000E;
}

.theme-blue .footer .quick_links h1, .theme-blue
.footer .share h1 {
  color: #349ed8;
}

.footer .quick_links {
  padding: 0 70px;
  max-width: 1200px;
  width: 100%;
  font-size: 20px;
}

.footer .quick_links .column, .footer .quick_links .columns {
  margin-bottom: 5px;
}

.footer .quick_links .column:before, .footer .quick_links .columns:before {
  color: #1B75BC;
  content: "—";
  margin-right: 5px;
}

.theme-red .footer .quick_links .column:before, .theme-red .footer .quick_links .columns:before {
  color: #D0000E;
}

.theme-blue .footer .quick_links .column:before, .theme-blue .footer .quick_links .columns:before {
  color: #349ed8;
}

.footer .quick_links .row {
  color: #8c8d8f;
  font-size: 14px;
  text-transform: uppercase;
}

.bottom-footer {
  font-size: 12px;
  background: #19223F !important;
  /* border: 1px solid #19223F; */
  /* border-bottom-right-radius: 30px; */

}

@media screen and (max-width: 39.9375em) {
  .bottom-footer {
    padding-bottom: 86px;
  }
}

.theme-red .bottom-footer {
  background-color: #D0000E;
  color: #fff;
}

.bottom-footer,
.bottom-footer a {
  color: rgba(255,255,255,0.75);
}

.theme-red .bottom-footer a:hover {
  color: #fff;
}

.theme-blue .bottom-footer {
  background-color: #349ed8;
  color: #fff;
}

.theme-blue .bottom-footer a:hover {
  color: #fff;
}

.bottom-footer a:hover {
  color: #fff;
}

.bottom-footer .small_menu {
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .bottom-footer .small_menu {
    text-align: left;
  }
}

.bottom-footer ul.main {
  display: inline-block;
  float: left;
  margin: 7px 0 14px;
  line-height: normal;
  text-align: center;
}

.bottom-footer ul.main > li {
  margin-top: 8px;
}

.bottom-footer ul.main > li:not(:last-child):after {
  content: '|';
  margin-left: 25px;
}

@media screen and (max-width: 39.9375em) {
  .bottom-footer ul.main > li:not(:last-child):after {
    margin-left: 5px;
  }
}

.bottom-footer ul.main > li:not(:first-child) {
  margin-left: 25px;
}

@media screen and (max-width: 39.9375em) {
  .bottom-footer ul.main > li:not(:first-child) {
    margin-left: 5px;
  }
}

@media screen and (max-width: 39.9375em) {
  .bottom-footer ul.main > li {
    margin-left: 10px;
    display: inline-block;
    float: none;
  }
}

.bottom-footer .hide-for-large .copyright {
  float: none;
  display: block;
  text-align: center;
}

.bottom-footer .copyright {
  float: right;
  margin-top: 11px;
}

body {
  margin: 0px;
  position: relative;
}

body:before,
#content:before {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_two_column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
}

.bg_two_column .content {
  padding: 0px;
}

.flexImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 400px;
  position: absolute;
  height: 100%;
}

.theme-red .hidden-red {
  display: none;
}

.theme-blue .hidden-blue {
  display: none;
}

body:not(.theme-blue):not(.theme-red) .hidden-yellow {
  display: none;
}

.quote .button {
  float: right;
  margin-top: 0 !important;
}

.quote h5 {
  margin-bottom: 20px;
  margin-top: 70px;
}

.quote input,
.quote .styled-select {
  margin-bottom: 50px;
}

.quote .select-width-align {
  width: 183px;
}

@media screen and (max-width: 39.9375em) {
  .quote input,
  .quote .styled-select {
    margin-bottom: 20px;
  }
}

.quote p {
  margin-bottom: 40px !important;
  margin-top: 0px;
}

.quote label {
  font-size: 18px;
  margin-top: 10px;
}

.quote .ml0 {
  margin-left: 0;
}

.quote textarea {
  font-size: 25px;
  min-height: 165px;
}

@media screen and (min-width: 40em) {
  .quote .error {
    margin-bottom: 0;
  }
}

.quote .error + .error-message {
  margin-bottom: 30px;
  margin-top: 0;
}

@media screen and (max-width: 39.9375em) {
  .quote .error + .error-message {
    margin-bottom: 10px;
    margin-top: -22px;
  }
}

.search-results,
.heading.padding_130.grey.search-results,
.modules > div:first-of-type > div:first-of-type.padding_130.search-results {
  padding-bottom: 0 !important;
}

.search-results .column, .search-results .columns,
.heading.padding_130.grey.search-results .column,
.heading.padding_130.grey.search-results .columns,
.modules > div:first-of-type > div:first-of-type.padding_130.search-results .column,
.modules > div:first-of-type > div:first-of-type.padding_130.search-results .columns {
  border-bottom: 1px solid #ddd;
}

.search-results h1,
.heading.padding_130.grey.search-results h1,
.modules > div:first-of-type > div:first-of-type.padding_130.search-results h1 {
  float: left;
}

.search-results .text,
.heading.padding_130.grey.search-results .text,
.modules > div:first-of-type > div:first-of-type.padding_130.search-results .text {
  display: inline-block;
  margin: 20px;
}

.search-results ~ .articlelist {
  padding-top: 0;
}

.search-results ~ .articlelist a > h4 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-results ~ .articlelist a > h4:hover {
  color: #1B75BC;
}

.theme-red .search-results ~ .articlelist a > h4:hover {
  color: #D0000E;
}

.theme-blue .search-results ~ .articlelist a > h4:hover {
  color: #349ed8;
}

.search-bar {
  border-bottom: 0px !important;
}

.search-bar form {
  position: relative;
}

.search-bar form input {
  height: 34px;
  margin-bottom: 80px;
  width: calc(100% - 52px);
}

@media screen and (min-width: 40em) {
  .search-bar form input {
    height: 54px;
    width: calc(100% - 102px);
  }
}

.search-bar form button {
  background-image: url("/content/bradfordsolar/images/icons/mag-glass.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  color: transparent !important;
  height: 34px;
  margin: 0 !important;
  padding: 5px !important;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
}

.theme-red .search-bar form button {
  background-image: url("/content/bradfordsolar/images/icons/mag-glass-red.svg");
}

.theme-blue .search-bar form button {
  background-image: url("/content/bradfordsolar/images/icons/mag-glass-blue.svg");
}

@media screen and (min-width: 40em) {
  .search-bar form button {
    background-size: 30px 30px;
    height: 54px;
    width: 100px;
  }
}

.specs {
  background-color: #252424;
  background: #1f2e4e;
  background: -moz-linear-gradient(45deg, #1f2e4e 0%, #2c699f 100%);
  background: -webkit-linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  background: linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e4e', endColorstr='#2c699f',GradientType=1 );
  color: #fff;
}

.specs p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px !important;
}

@media (min-width: 640px) {
  .specs img {
    margin-top: -50px;
  }
}

body .specs-bottom {
  margin-bottom: -50px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 640px) {
  body .howitworks {
    background: #F2F1F1 url("/content/bradfordsolar/images/powerwall-1.png") no-repeat;
    padding-bottom: 80px !important;
    background-position: right 0% bottom 0%;
    background-size: 20%;
  }
}

body .howitworks img {
  display: block;
  margin: 30px auto 0;
  max-width: 20%;
}

body.theme-red .howitworks h1 {
  color: #D0000E;
}

body {
  overflow-x: hidden !important;
}

.padding_130 {
  padding: 60px 0px !important;
}

@media screen and (max-width: 39.9375em) {
  .padding_130 {
    padding: 60px 0px !important;
  }
}

.whiteGold h1 {
  color: #fff;
}

.whiteGold .text {
  color: #1B75BC;
}

.whiteRed h1 {
  color: #fff;
}

.whiteRed .text {
  color: #D0000E;
}

.whiteBlue h1 {
  color: #fff;
}

.whiteBlue .text {
  color: #349ed8;
}

.sydney_background {
  padding: 150px 0 150px;
}

.whitefill {
  stroke: #fff !important;
}

.gold_bottom_border {
  /* border-bottom: 20px solid #1B75BC; */
  /* border-bottom-right-radius: 20px; */
  padding-bottom: 20px;
}
.gold_bottom_border::after {
  position: absolute;
  bottom: -0px;
  left: 0;
  right: 120px;
  height: 20px;
  display: block;
  content: "";
  border-top-right-radius: 20px;
  background: #1B75BC;
  background: linear-gradient(to right, #19223F 0%,#1B75BC 100%);
}

.gold_bottom_border::before {
  position: absolute;
  bottom: -0px;
  left: auto;
  right: 0;
  width: 140px;
  height: 20px;
  display: block;
  content: "";
  background: #1B75BC;
  background: linear-gradient(to right, #FDBD38 0%,#F7A435 100%);
}

/* @media screen and (max-width: 39.9375em) {
  .gold_bottom_border::after,
  .gold_bottom_border::before { display: none; }
} */

.theme-red .gold_bottom_border {
  border-bottom: 20px solid #D0000E;
}

.theme-blue .gold_bottom_border {
  border-bottom: 20px solid #349ed8;
}

.aleft {
  float: left;
}

.highlight {
    color: #ffc20e; /*Used in the markdown S*o*lar: Making the o Yellow*/
}

.theme-red .highlight {
  color: #D0000E;
}

.theme-yellow .modules .module:nth-of-type(5) div .row .column h1 .highlight {
  /* special fix for full width 'world' panel heading in commercial-solar.html */
  color: #fff !important;
}

.theme-blue .highlight {
  color: #349ed8;
}

@media screen and (min-width: 40em) {
  .notshown {
    display: inline-block !important;
    width: initial !important;
    height: initial !important;
    opacity: 1 !important;
  }
}

/*
@import "https://www.bradfordsolar.com.au/Content/BradfordSolar/styles/slick/slick.scss";
@import "https://www.bradfordsolar.com.au/Content/BradfordSolar/styles/slick/slick-theme.scss";
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/content/bradfordsolar/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-arrow {
  width: 100px !important;
  height: 100px !important;
}

.slick-arrow > span span {
  background-color: #000000;
  width: 30px;
  height: 5px;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
}

.slick-arrow > span span:nth-of-type(1), .slick-arrow > span span:nth-of-type(2) {
  width: 15px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.slick-arrow > span span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc( 50% - 1px);
}

.slick-arrow > span span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc( 50% + 1px);
}

.slick-arrow .first {
  opacity: .3;
}

.slick-arrow:hover .darkarrow > span {
  width: 30px;
  height: 5px;
  opacity: 1;
  -webkit-transition: width .4s, opacity .4s;
  transition: width .4s, opacity .4s;
}

.slick-arrow:hover .darkarrow > span:nth-of-type(1), .slick-arrow:hover .darkarrow > span:nth-of-type(2) {
  width: 15px;
}

.slick-arrow .darkarrow > span {
  width: 0;
  opacity: 0;
  -webkit-transition: width .4s, opacity .4s;
  transition: width .4s, opacity .4s;
}

.slick-arrow .darkarrow > span:nth-of-type(1), .slick-arrow .darkarrow > span:nth-of-type(2) {
  -webkit-transition: width .4s, opacity .4s;
  transition: width .4s, opacity .4s;
}

.slick-next > span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  position: absolute;
  right: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  display: none;
  font-family: "icons";
  font-size: 20px;
  line-height: 1;
  color: #19223F;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 32px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "4";
}

[dir="rtl"] .slick-prev:before {
  content: "6";
}

.slick-next {
  right: 30px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "6";
}

[dir="rtl"] .slick-next:before {
  content: "4";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 40px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  width: 40px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 5px;
  font-family: "icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 1px;
  background-color: #19223F;
  color: #19223F;
  opacity: 1;
  -webkit-transition: background-color 0.4s ease 0.2s;
  transition: background-color 0.4s ease 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ffc20e;
  background-color: #ffc20e;
  opacity: 1;
}

.theme-red .slick-dots li.slick-active button:before {
  color: #D0000E;
  background-color: #D0000E;
}

.theme-blue .slick-dots li.slick-active button:before {
  color: #349ed8;
  background-color: #349ed8;
}

.slick-slider {
  width: 100%;
}

body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
This is a sample code on hover with jQuery, first you include the class "magictime" and after your desired animation.
```js
$('.yourdiv').hover(function () {
  $(this).addClass('magictime puffIn');
});
```
*/
.magictime {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*
## magic: Provides a magic effect
```js
$('.yourdiv').hover(function () {
  $(this).addClass('magictime magic');
});
```
*/

@-webkit-keyframes magic {
  from {
    opacity: 1;
    -webkit-transform-origin: 100% 200% 50%;
    transform-origin: 100% 200% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    -webkit-transform-origin: 200% 500% 50%;
    transform-origin: 200% 500% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes magic {
  from {
    opacity: 1;
    -webkit-transform-origin: 100% 200% 50%;
    transform-origin: 100% 200% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    -webkit-transform-origin: 200% 500% 50%;
    transform-origin: 200% 500% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.magic {
  -webkit-animation-name: magic;
  animation-name: magic;
}

@-webkit-keyframes openDownLeft {
  from {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openDownLeft {
  from {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openDownLeft {
  -webkit-animation-name: openDownLeft;
  animation-name: openDownLeft;
}

@-webkit-keyframes openDownRight {
  from {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openDownRight {
  from {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openDownRight {
  -webkit-animation-name: openDownRight;
  animation-name: openDownRight;
}

@-webkit-keyframes openUpLeft {
  from {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openUpLeft {
  from {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openUpLeft {
  -webkit-animation-name: openUpLeft;
  animation-name: openUpLeft;
}

@-webkit-keyframes openUpRight {
  from {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openUpRight {
  from {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openUpRight {
  -webkit-animation-name: openUpRight;
  animation-name: openUpRight;
}

@-webkit-keyframes openDownLeftRetourn {
  from {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes openDownLeftRetourn {
  from {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.openDownLeftRetourn {
  -webkit-animation-name: openDownLeftRetourn;
  animation-name: openDownLeftRetourn;
}

@-webkit-keyframes openDownRightRetourn {
  from {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes openDownRightRetourn {
  from {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.openDownRightRetourn {
  -webkit-animation-name: openDownRightRetourn;
  animation-name: openDownRightRetourn;
}

@-webkit-keyframes openUpLeftRetourn {
  from {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes openUpLeftRetourn {
  from {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.openUpLeftRetourn {
  -webkit-animation-name: openUpLeftRetourn;
  animation-name: openUpLeftRetourn;
}

@-webkit-keyframes openUpRightRetourn {
  from {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes openUpRightRetourn {
  from {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.openUpRightRetourn {
  -webkit-animation-name: openUpRightRetourn;
  animation-name: openUpRightRetourn;
}

@-webkit-keyframes openDownLeftOut {
  from {
    opacity: 1;
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openDownLeftOut {
  from {
    opacity: 1;
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: bottom left 50%;
    transform-origin: bottom left 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openDownLeftOut {
  -webkit-animation-name: openDownLeftOut;
  animation-name: openDownLeftOut;
}

@-webkit-keyframes openUpRightOut {
  from {
    opacity: 1;
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openUpRightOut {
  from {
    opacity: 1;
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: bottom right 50%;
    transform-origin: bottom right 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openUpRightOut {
  -webkit-animation-name: openUpRightOut;
  animation-name: openUpRightOut;
}

@-webkit-keyframes openUpLeftOut {
  from {
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openUpLeftOut {
  from {
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openUpLeftOut {
  -webkit-animation-name: openUpLeftOut;
  animation-name: openUpLeftOut;
}

@-webkit-keyframes openUpRightOut {
  from {
    opacity: 1;
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes openUpRightOut {
  from {
    opacity: 1;
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 0;
    -webkit-transform-origin: top right 50%;
    transform-origin: top right 50%;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.openUpRightOut {
  -webkit-animation-name: openUpRightOut;
  animation-name: openUpRightOut;
}

@-webkit-keyframes perspectiveDown {
  from {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

@keyframes perspectiveDown {
  from {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

.perspectiveDown {
  -webkit-animation-name: perspectiveDown;
  animation-name: perspectiveDown;
}

@-webkit-keyframes perspectiveLeft {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

@keyframes perspectiveLeft {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

.perspectiveLeft {
  -webkit-animation-name: perspectiveLeft;
  animation-name: perspectiveLeft;
}

@-webkit-keyframes perspectiveRight {
  from {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

@keyframes perspectiveRight {
  from {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

.perspectiveRight {
  -webkit-animation-name: perspectiveRight;
  animation-name: perspectiveRight;
}

@-webkit-keyframes perspectiveUp {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes perspectiveUp {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.perspectiveUp {
  -webkit-animation-name: perspectiveUp;
  animation-name: perspectiveUp;
}

@-webkit-keyframes perspectiveDownRetourn {
  from {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  to {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes perspectiveDownRetourn {
  from {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  to {
    -webkit-transform-origin: 0 100% 50%;
    transform-origin: 0 100% 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.perspectiveDownRetourn {
  -webkit-animation-name: perspectiveDownRetourn;
  animation-name: perspectiveDownRetourn;
}

@-webkit-keyframes perspectiveLeftRetourn {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes perspectiveLeftRetourn {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

.perspectiveLeftRetourn {
  -webkit-animation-name: perspectiveLeftRetourn;
  animation-name: perspectiveLeftRetourn;
}

@-webkit-keyframes perspectiveRightRetourn {
  from {
    -webkit-transform-origin: 100% 0 50%;
    transform-origin: 100% 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform-origin: 100% 0 50%;
    transform-origin: 100% 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes perspectiveRightRetourn {
  from {
    -webkit-transform-origin: 100% 0 50%;
    transform-origin: 100% 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    -webkit-transform-origin: 100% 0 50%;
    transform-origin: 100% 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

.perspectiveRightRetourn {
  -webkit-animation-name: perspectiveRightRetourn;
  animation-name: perspectiveRightRetourn;
}

@-webkit-keyframes perspectiveUpRetourn {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes perspectiveUpRetourn {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  to {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.perspectiveUpRetourn {
  -webkit-animation-name: perspectiveUpRetourn;
  animation-name: perspectiveUpRetourn;
}

@-webkit-keyframes puffIn {
  from {
    opacity: 0;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes puffIn {
  from {
    opacity: 0;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.puffIn {
  -webkit-animation-name: puffIn;
  animation-name: puffIn;
}

@-webkit-keyframes puffOut {
  from {
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

@keyframes puffOut {
  from {
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
  }
}

.puffOut {
  -webkit-animation-name: puffOut;
  animation-name: puffOut;
}

@-webkit-keyframes rotateDown {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform-origin: 50% 100% 50%;
    transform-origin: 50% 100% 50%;
  }
}

@keyframes rotateDown {
  from {
    -webkit-transform-origin: 0 0 50%;
    transform-origin: 0 0 50%;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform-origin: 50% 100% 50%;
    transform-origin: 50% 100% 50%;
  }
}

.rotateDown {
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown;
}

@-webkit-keyframes rotateDown {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg) translate3d(0, 0, 300px);
  }
}

@keyframes rotateDown {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0px);
            transform: perspective(800px) rotateX(0deg) translateZ(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg) translateZ(300px);
            transform: perspective(800px) rotateX(-180deg) translateZ(300px);
  }
}

.rotateDown {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: rotateDown;
  animation-name: rotateDown;
}

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(180deg) translate3d(0, 0, 300px);
  }
}

@keyframes rotateLeft {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0px);
            transform: perspective(800px) rotateY(0deg) translateZ(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(180deg) translateZ(300px);
            transform: perspective(800px) rotateY(180deg) translateZ(300px);
  }
}

.rotateLeft {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: rotateLeft;
  animation-name: rotateLeft;
}

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translate3d(0, 0, 150px);
  }
}

@keyframes rotateRight {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translate3d(0px);
            transform: perspective(800px) rotateY(0deg) translate3d(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translateZ(150px);
            transform: perspective(800px) rotateY(-180deg) translateZ(150px);
  }
}

.rotateRight {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: rotateRight;
  animation-name: rotateRight;
}

@-webkit-keyframes rotateUp {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(180deg) translate3d(0, 0, 100px);
  }
}

@keyframes rotateUp {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg) translateZ(0px);
            transform: perspective(800px) rotateX(0deg) translateZ(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(180deg) translateZ(100px);
            transform: perspective(800px) rotateX(180deg) translateZ(100px);
  }
}

.rotateUp {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: rotateUp;
  animation-name: rotateUp;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(100%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideLeft {
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideRight {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

@-webkit-keyframes slideDownRetourn {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%);
  }
}

@keyframes slideDownRetourn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.slideDownRetourn {
  -webkit-animation-name: slideDownRetourn;
  animation-name: slideDownRetourn;
}

@-webkit-keyframes slideLeftRetourn {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
}

@keyframes slideLeftRetourn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.slideLeftRetourn {
  -webkit-animation-name: slideLeftRetourn;
  animation-name: slideLeftRetourn;
}

@-webkit-keyframes slideRightRetourn {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
}

@keyframes slideRightRetourn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.slideRightRetourn {
  -webkit-animation-name: slideRightRetourn;
  animation-name: slideRightRetourn;
}

@-webkit-keyframes slideUpRetourn {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%);
  }
}

@keyframes slideUpRetourn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.slideUpRetourn {
  -webkit-animation-name: slideUpRetourn;
  animation-name: slideUpRetourn;
}

@-webkit-keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-700px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
  }
}

@keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-700px, 0px);
            transform: scale(0, 0) translate(-700px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}

.swap {
  -webkit-animation-name: swap;
  animation-name: swap;
}

@-webkit-keyframes twisterInDown {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%);
  }
  30% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0%);
  }
}

@keyframes twisterInDown {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%);
            transform: scale(0, 0) rotate(360deg) translateY(-100%);
  }
  30% {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%);
            transform: scale(0, 0) rotate(360deg) translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0%);
            transform: scale(1, 1) rotate(0deg) translateY(0%);
  }
}

.twisterInDown {
  -webkit-animation-name: twisterInDown;
  animation-name: twisterInDown;
}

@-webkit-keyframes twisterInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }
  30% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0%);
  }
}

@keyframes twisterInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
            transform: scale(0, 0) rotate(360deg) translateY(100%);
  }
  30% {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
            transform: scale(0, 0) rotate(360deg) translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0);
            transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}

.twisterInUp {
  -webkit-animation-name: twisterInUp;
  animation-name: twisterInUp;
}

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }
}

@keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    -webkit-filter: blur(90px);
            filter: blur(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}

@-webkit-keyframes vanishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}

@keyframes vanishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}

.vanishOut {
  -webkit-animation-name: vanishOut;
  animation-name: vanishOut;
}

@-webkit-keyframes swashOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
  }
}

@keyframes swashOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}

.swashOut {
  -webkit-animation-name: swashOut;
  animation-name: swashOut;
}

@-webkit-keyframes swashIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }
}

@keyframes swashIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.swashIn {
  -webkit-animation-name: swashIn;
  animation-name: swashIn;
}

@-webkit-keyframes foolishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(360deg);
  }
  20% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(0deg);
  }
}

@keyframes foolishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(360deg);
            transform: scale(1, 1) rotate(360deg);
  }
  20% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(0deg);
            transform: scale(0, 0) rotate(0deg);
  }
}

.foolishOut {
  -webkit-animation-name: foolishOut;
  animation-name: foolishOut;
}

@-webkit-keyframes foolishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(360deg);
  }
  20% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }
}

@keyframes foolishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(360deg);
            transform: scale(0, 0) rotate(360deg);
  }
  20% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  40% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg);
            transform: scale(0.5, 0.5) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
}

.foolishIn {
  -webkit-animation-name: foolishIn;
  animation-name: foolishIn;
}

@-webkit-keyframes holeOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotateY(180deg);
  }
}

@keyframes holeOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotateY(0deg);
            transform: scale(1, 1) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotateY(180deg);
            transform: scale(0, 0) rotateY(180deg);
  }
}

.holeOut {
  -webkit-animation-name: holeOut;
  animation-name: holeOut;
}

/*
 *  BUTTONS
 *
 */
/* BEGIN STYLES */
/*
button,
.btn {
  @include inline-block;
  // Skinny top and bottoms but wider buttons, relative to font size
  padding: $input-padding;

  border: 1px solid;
  border-radius: $border-radius;

  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

button,
.btn-primary {
  @include button-colors(darken(red, 15%));
}

.btn-secondary {
  @include button-colors($highlight-color);
}
*/
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #ffc20e;
  color: #19223F;
  margin: 35px 0 0 0 !important;
  padding: 20px 35px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px !important;
  position: relative;
  border: none;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: transparent;
  color: #19223F;
}

.theme-red .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #D0000E;
  color: #fff;
  border: none;
}

[data-whatinput='mouse'] .theme-red .button {
  outline: 0;
}

.theme-red .button:hover, .theme-red .button:focus {
  background-color: transparent;
  color: #fff;
}

.theme-red .button:hover {
  color: #19223F;
}

.theme-blue .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #349ed8;
  color: #fff;
  border: none;
}

[data-whatinput='mouse'] .theme-blue .button {
  outline: 0;
}

.theme-blue .button:hover, .theme-blue .button:focus {
  background-color: transparent;
  color: #fff;
}

.theme-blue .button:hover {
  color: #19223F;
}

.button.download {
  background-image: url("/content/bradfordsolar/images/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  border: initial;
  background-color: transparent;
}

.button.download:hover, .button.download:focus, .button.download:active {
  background-color: transparent !important;
  border: none !important;
  color: transparent !important;
}

.button.download:hover span, .button.download:focus span, .button.download:active span {
  display: none;
}

.button:hover span:nth-of-type(2), .button:hover span:nth-of-type(3) {
  height: 100%;
}

.button:hover span:nth-of-type(1), .button:hover span:nth-of-type(4) {
  width: 100%;
}

.button span {
  background-color: #252424;
  position: absolute;
}

@media screen and (max-width: 39.9375em) {
  .search .button span {
    display: none ! important;
  }
}

.button span:nth-of-type(2) /*, .button span:nth-of-type(3) */ {
  -webkit-transition: height .4s, background-color .4s, width .4s;
  transition: height .4s, background-color .4s, width .4s;
}

.button span:nth-of-type(1) /*, .button span:nth-of-type(4) */ {
  -webkit-transition: width .4s, background-color .4s, height .4s;
  transition: width .4s, background-color .4s, height .4s;
}
.button span:nth-of-type(3) {
  transition: width .4s, background-color .4s;
}
.button span:nth-of-type(4) {
  /* transition: height .4s, background-color .4s; */
}
.button span:nth-of-type(1) {
  top: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
}

.button span:nth-of-type(2) {
  bottom: 0px;
  left: 0px;
  height: 0px;
  width: 1px;
}

.button span:nth-of-type(3) {
  top: 0px;
  right: 0px;
  height: 0px;
  width: 30px;
  border-bottom-right-radius: 20px;
  background-color: transparent !important;
  border: 1px solid #252424;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.button span:nth-of-type(4) {
  bottom: 0px;
  right: 0px;
  width: 0px;
  height: 30px;
  border-bottom-right-radius: 20px;
  background-color: transparent !important;
  border: 1px solid #252424;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}

.black .button span:nth-of-type(3),
.black .button span:nth-of-type(4),
.darkgrey .button span:nth-of-type(3),
.darkgrey .button span:nth-of-type(4) {
  border: 1px solid #ffc20e;
}

.gold .button span:nth-of-type(3),
.gold .button span:nth-of-type(4) {
  border: 1px solid #1B75BC;
}

.gold {
  background-color: #1B75BC;
  background: #1f2e4e;
  background: -moz-linear-gradient(45deg, #1f2e4e 0%, #2c699f 100%);
  background: -webkit-linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  background: linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e4e', endColorstr='#2c699f',GradientType=1 );
  color: #fff;
}

/* .gold .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #1B75BC;
  color: #fff;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  border: none;
} */

[data-whatinput='mouse'] .gold .button {
  outline: 0;
}

.gold .button:hover, .gold .button:focus {
  background-color: transparent;
  color: #fff;
}

.gold .button span {
  background-color: #fff;
}

.gold .button:hover {
  color: #fff;
}

.gold .button:hover span {
  background-color: #1B75BC;
}

.red {
  background-color: #D0000E;
  color: #fff;
}

.red .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #19223F;
  color: #fff;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  border: none;
}

[data-whatinput='mouse'] .red .button {
  outline: 0;
}

.red .button:hover, .red .button:focus {
  background-color: transparent;
  color: #fff;
}

.red .button span {
  background-color: #fff;
}

.red .button:hover {
  color: #19223F;
}

.red .button:hover span {
  background-color: #19223F;
}

.blue {
  background-color: #349ed8;
  color: #fff;
}

.blue .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #19223F;
  color: #fff;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  border: none;
}

[data-whatinput='mouse'] .blue .button {
  outline: 0;
}

.blue .button:hover, .blue .button:focus {
  background-color: transparent;
  color: #fff;
}

.blue .button span {
  background-color: #fff;
}

.blue .button:hover {
  color: #19223F;
}

.blue .button:hover span {
  background-color: #19223F;
}

.grey {
  background-color: #F2F1F1;
}

.grey .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #252424;
  color: #fff;
}

[data-whatinput='mouse'] .grey .button {
  outline: 0;
}

.grey .button:hover, .grey .button:focus {
  background-color: #64656b;
  color: #fff;
}

.greyGold {
  background-color: #F2F1F1;
}

.darkgrey {
  /* background-color: #252424; */
  background-color: #1F1F1F;
  background-color: #1f2e4e;
  /* background-color: #1B75BC; */
  color: #fff;
  background: -moz-linear-gradient(45deg, #1f2e4e 0%, #2c699f 100%);
  background: -webkit-linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  background: linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e4e', endColorstr='#2c699f',GradientType=1 );
  color: #fff;
}

.darkgrey .button {
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.darkgrey .button:hover {
  color: #fff;
}

.darkgrey .button:hover span {
  background-color: #ffc20e;
}

.theme-red .darkgrey .button:hover span {
  background-color: #D0000E;
}

.theme-blue .darkgrey .button:hover span {
  background-color: #349ed8;
}

.lightgrey {
  background-color: #F2F1F1;
}

.black {
  background-color: #19223F;
  color: #fff;
}
.black h1,
.black h2,
.black h3 {
  color: #fff;
}

.black .button {
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.black .button:hover {
  color: #fff;
}

.black .button:hover span {
  background-color: #ffc20e;
}

.theme-red .black .button:hover span {
  background-color: #D0000E;
}

.theme-blue .black .button:hover span {
  background-color: #349ed8;
}

.button_smallprint.right .button {
  float: right;
  margin-right: auto;
  margin-left: 20px !important;
}

.button_smallprint.under .button {
  float: none;
  margin-right: 0px !important;
  margin: 70px 0 0 0 !important;
}

@media screen and (min-width: 40em) {
  .button_smallprint.under .button {
    margin: 35px 0 0 0 !important;
  }
}

.button_smallprint .button {
  float: left;
  margin-right: 20px !important;
}

.button_smallprint .smallprint {
  font-size: 11px;
  line-height: 12px;
  padding-top: 55px;
}

.close-contact {
  border: solid 1px;
  border-radius: 100%;
  font-size: 14px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 25px;
}

@media screen and (min-width: 40em) {
  .close-contact {
    font-size: 28px;
    height: 50px;
    right: 50px;
    top: 60px;
    width: 50px;
  }
}

.theme-red .open-calculator,
.theme-blue .open-calculator {
  display: none;
}

.navigation {
  cursor: pointer;
}

.navigation.top {
  font-weight: normal;
  -webkit-transition: margin-top .5s .3s;
  transition: margin-top .5s .3s;
}

.navigation.top ul.main {
  font-size: 22px;
  margin-top: 45px;
}

@media screen and (max-width: 39.9375em) {
  .navigation.top ul.main {
    display: none;
  }
}

.navigation.top ul.main > li {
  height: 30px;
  margin-left: 15px;
  position: relative;
  font-size: 12px;
  color: #fff;
}

.navigation.top ul.main > li:last-child a {
  display: inline-block;
  text-transform: lowercase;
}
.navigation.top ul.main > li:last-child a:first-letter {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .navigation.top ul.main > li {
    font-size: 14px;
        color: #fff;
  }
}

@media (min-width: 1500px) {
  .navigation.top ul.main > li {
    margin-left: 30px;
  }
}

.fixedTop .navigation.top ul.main > li {
  height: 60px;
}

@media (min-width: 1500px) {
  .navigation.top ul.main > li {
    font-size: 14px;
        color: #fff;
  }
}

.navigation.top ul.main > li a:hover {
  color: #ffc20e;
}

.theme-red .navigation.top ul.main > li a:hover {
  border-bottom: 2px solid #ffc20e;
}

.theme-blue .navigation.top ul.main > li a:hover {
  border-bottom: 2px solid #ffc20e;
}

.navigation.top ul.main > li.hasSub {
  padding-right: 20px;
}

@media (min-width: 1370px) {
  .navigation.top ul.main > li.hasSub {
    padding-right: 30px;
    color: #fff;
  }
}

.navigation.top ul.main > li.hasSub:before {
  content: '2';
  font-family: 'icons';
  font-size: 6px;
  position: absolute;
  top: -2px;
  right: 10px;
  line-height: 24px;
}

@media (min-width: 1370px) {
  .navigation.top ul.main > li.hasSub:before {
    /* font-size: 10px;
    line-height: 24px; */
  }
}

.navigation.top ul.main > li.hasSub:hover, .navigation.top ul.main > li.hasSub.hover {
  border-bottom: 2px solid transparent;
}

.navigation.top ul.main > li.hasSub:hover:before, .navigation.top ul.main > li.hasSub.hover:before {
  font-family: 'icons';
  position: absolute;
  top: -2px;
  right: 10px;
  content: '8';
  left: auto;
}

.navigation.top ul.main > li.hasSub:hover ul.sub, .navigation.top ul.main > li.hasSub.hover ul.sub {
  position: absolute;
  top: 30px;
  background-color: #ffc20e;
  background-color: #fff;
  border: 1px solid #2277BA;
  display: block;
  /* padding: 10px 15px 10px 15px; */
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 0;
  min-width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.navigation.top ul.main > li.hasSub:hover ul.sub > li, .navigation.top ul.main > li.hasSub.hover ul.sub > li {
  display: block;
  /* padding:3px 0; */
}

.navigation.top ul.main > li.hasSub:hover ul.sub > li a, .navigation.top ul.main > li.hasSub.hover ul.sub > li a {
  white-space: nowrap;
  color: #19223F;
  display: block;
  padding: 5px 15px;
}

.navigation.top ul.main > li.hasSub:hover ul.sub > li a:hover, .navigation.top ul.main > li.hasSub.hover ul.sub > li a:hover {
  color: #fff;
  background-color: #2277BA;
}

.theme-red .navigation.top ul.main > li.hasSub:hover ul.sub > li a:hover, .theme-red .navigation.top ul.main > li.hasSub.hover ul.sub > li a:hover {
  border-bottom: 2px solid #ffc20e;
}

.theme-blue .navigation.top ul.main > li.hasSub:hover ul.sub > li a:hover, .theme-blue .navigation.top ul.main > li.hasSub.hover ul.sub > li a:hover {
  border-bottom: 2px solid #ffc20e;
}

.navigation.top ul.main > li.hasSub:hover ul.sub > li a:focus, .navigation.top ul.main > li.hasSub.hover ul.sub > li a:focus {
  color: #19223F;
}

@media screen and (min-width: 71.25em) and (max-width: 109.3125em) {
  .navigation.top ul.main {
    padding-left: 150px;
  }
  .navigation.top ul.main > li:first-child {
    margin-left: 20px;
  }
}

@media screen and (min-width: 109.375em) {
  .navigation.top ul.main {
    margin-left: 0px;
  }
  .navigation.top ul.main > li {
    font-size: 14px;
  }
}

.navigation.top ul.main ul.sub {
  margin: 0;
  display: inline-block;
  position: absolute;
  /*&:before {
        content:'2';
        font-family:'icons';
        font-size: 12px;
        @include dynamicFont(map-get($breakpoints,large),map-get($breakpoints,xlarge),9px,10px,22px,25px);
        position: relative;
        top: -2px;
        left: 5px;
      }*/
}

.navigation.top ul.main ul.sub li {
  display: none;
}

.navigation.top .subnav {
  position: absolute;
  width: 100%;
  min-height: 90px;
  top: 108px;
  left: 0px;
  z-index: 1;
  background-color: #252424;
  display: none;
  color: #fff;
}

.navigation.top .subnav ul.sub {
    max-width: 1200px;
    margin: 38px auto;
}

.navigation.top .subnav ul.sub a {
  width: 100%;
  list-style-type: none;
  font-size: 17px;
  padding-left: 45px;
  display: inline-block;
  padding: 0px 11px 5px;
}

@media screen and (min-width: 71.25em) and (max-width: 109.3125em) {
  .navigation.top .subnav ul.sub {
    font-size: 14px;
  }
}

@media screen and (min-width: 109.375em) {
  .navigation.top .subnav ul.sub {
    padding-left: 5px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1750px) {
  .navigation.top .subnav ul.sub {
    font-size: calc(14px + (17 - 14) * ((100vw - 1140px) / ( 1750 - 1140)));
    line-height: calc(22px + (25 - 22) * ((100vw - 1140px) / ( 1750 - 1140)));
  }
}

@media screen and (min-width: 1750px) {
  .navigation.top .subnav ul.sub {
    font-size: 17px;
    line-height: 25px;
  }
}

.navigation.top .subnav ul.sub > li {
  float: left;
  margin-left: 40px;
}

.navigation.top .subnav ul.sub li {
  opacity: 0.8;
  -webkit-transition: opacity .4s ease .2s, color .4s .2s;
  transition: opacity .4s ease .2s, color .4s .2s;
}

.navigation.top .subnav ul.sub li:hover {
  color: #1B75BC;
  opacity: 1;
}

.theme-red .navigation.top .subnav ul.sub li:hover {
  color: #D0000E;
}

.theme-blue .navigation.top .subnav ul.sub li:hover {
  color: #349ed8;
}

.navigation.top .subnav .largeFormat {
  position: relative;
}

.navigation.top .subnav .largeFormat:after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: #19223F;
  position: absolute;
  top: 0px;
  left: 320px;
}

.navigation.top .subnav .largeFormat li.hasSub {
  float: none;
  clear: both;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.navigation.top .subnav .largeFormat li.hasSub.storage:after, .navigation.top .subnav .largeFormat li.hasSub.no_storage:after {
  position: absolute;
  margin-top: -3px;
  content: "";
  left: 265px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
}

.navigation.top .subnav .largeFormat li.hasSub.storage:after {
  background-image: url("/content/bradfordsolar/images/icons/storage.svg");
}

.navigation.top .subnav .largeFormat li.hasSub.no_storage:after {
  background-image: url("/content/bradfordsolar/images/icons/nostorage.svg");
}

.navigation.top .subnav .largeFormat li.hasSub.opened {
  opacity: 1;
}

.navigation.top .subnav .largeFormat li.hasSub.opened .sub2 {
  display: block;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 320px;
}

.navigation.top .subnav .largeFormat li.hasSub.opened .sub2 li {
  float: left;
  margin-right: 30px;
}

.navigation.top .subnav .largeFormat li.hasSub .sub2 {
  display: none;
}

.calculator-main h3 {
  font-size: 49px;
  margin-bottom: 30px;
}

@media screen and (max-width: 39.9375em) {
  .calculator-main h3 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.calculator-main select,
.calculator-main input[type=text] {
  font-size: 25px;
}

.calculator-main .bottom button {
  padding: 22px 50px !important;
}

.calculator-main .smaller {
  max-width: 90px;
  width: 100%;
}

.calculator-main .smaller#dwelling {
  max-width: 250px;
}

.calculator-main .subheading {
  margin-bottom: 30px;
}

.calculator-main i.hint {
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -30px;
}

.calculator-main #calculator-main input::-webkit-input-placeholder {
  color: #19223F;
}

.calculator-main #calculator-main input:-moz-placeholder {
  color: #19223F;
  opacity: 1;
}

.calculator-main #calculator-main input::-moz-placeholder {
  color: #19223F;
  opacity: 1;
}

.calculator-main #calculator-main input:-ms-input-placeholder {
  color: #19223F;
}

.calculator-main #calculator-main select {
  border: none;
  background: transparent;
  margin: 0;
  height: auto;
  padding: 9px 40px 9px 10px;
  outline: none;
  position: relative;
  z-index: 1;
}

.calculator-main #calculator-main label {
  display: inline-block;
  margin: 5px 20px 5px 15px;
  vertical-align: top;
}

@media screen and (max-width: 39.9375em) {
  .calculator-main #calculator-main label[for="Address"] {
    float: none;
    left: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.calculator-main #calculator-main .aleft {
  display: inline-block;
}

.calculator-main #calculator-main .addressItem {
  display: inline-block;
}

@media screen and (max-width: 71.1875em) {
  .calculator-main #calculator-main .addressItem {
    margin: 15px 40px 0;
  }
}

.calculator-main #calculator-main .addressItem input {
  border: solid 2px #252424;
  background-color: transparent;
  padding: 9px;
  box-shadow: none;
  height: initial;
}

.calculator-main #calculator-main .inputs {
  text-align: left;
  display: inline-block;
  max-width: 230px;
  min-width: 140px;
}

.calculator-main #calculator-result.display {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity .4s, height .4s;
  transition: opacity .4s, height .4s;
}

.calculator-main #calculator-result .result-item > .row {
  position: relative;
  min-height: 700px;
}

@media screen and (min-width: 71.25em) {
  .calculator-main #calculator-result .result-item > .row {
    min-height: 670px;
  }
}

.calculator-main #calculator-result .battery, .calculator-main #calculator-result .nobattery {
  display: none;
}

.calculator-main #calculator-result .battery.active, .calculator-main #calculator-result .nobattery.active {
  display: inline-block;
  line-height: 1;
}

.calculator-main #calculator-result .price {
  position: absolute;
  top: 550px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 71.1875em) {
  .calculator-main #calculator-result .price {
    position: relative;
    top: 110px;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-main #calculator-result .price {
    position: relative;
    top: 60px;
  }
}

.calculator-main #calculator-result .price h5 {
  font-size: 22px;
}

.calculator-main #calculator-result .price .finance {
  font-size: 11px;
  text-decoration: underline;
}

.calculator-main #calculator-result .price .finance:after {
  content: " >";
  display: inline-block;
  padding-left: 3px;
}

.calculator-main #calculator-result .price .numbers {
  font-size: 60px;
  margin: 20px 0;
}

.calculator-main #calculator-result .tabbed {
  list-style-type: none;
  margin: 0 0 0 85px;
  height: 70px;
  cursor: pointer;
}

.calculator-main #calculator-result .tabbed .battery, .calculator-main #calculator-result .tabbed .nobattery {
  display: inline-block;
}

@media screen and (max-width: 71.1875em) {
  .calculator-main #calculator-result .tabbed {
    margin: 0;
  }
}

.calculator-main #calculator-result .tabbed:after {
  clear: both;
}

.calculator-main #calculator-result .tabbed li {
  background-color: #252424;
  width: 50%;
  height: 100%;
  padding: 15px;
  float: left;
  font-weight: bold;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.calculator-main #calculator-result .tabbed li.active {
  background-color: #1B75BC;
  color: #19223F;
}

.theme-red .calculator-main #calculator-result .tabbed li.active {
  background-color: #D0000E;
}

.theme-blue .calculator-main #calculator-result .tabbed li.active {
  background-color: #349ed8;
}

.calculator-main #calculator-result .dropdowns {
  position: relative;
  top: 550px;
  background-color: white;
  z-index: 2;
}

.calculator-main #calculator-result .dropdowns .popout {
  position: relative;
  display: inline-block;
}

.calculator-main #calculator-result .dropdowns label {
  font-size: 20px;
}

.calculator-main #calculator-result .dropdowns #panels select {
  max-width: 80px;
}

.calculator-main #calculator-result .dropdowns select {
  margin: 0 0 0 5px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 21 12" style="enable-background:new 0 0 21 12;" xml:space="preserve"><g><path d="M10.5,12c-0.4,0-0.8-0.1-1.1-0.4l-9-9C-0.1,2-0.1,1,0.4,0.4C1-0.1,2-0.1,2.6,0.4l7.9,7.9l7.9-7.9c0.6-0.6,1.5-0.6,2.1,0c0.6,0.6,0.6,1.5,0,2.1l-9,9C11.3,11.9,10.9,12,10.5,12z"/></g></svg>');
  background-size: 18px;
  background-position: right -23px center;
  border: none;
  padding: 5px 30px 5px 15px;
  max-width: 111px;
}

.calculator-main #calculator-result .dropdowns select:focus {
  position: relative;
  top: -10px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  outline: none;
}

.calculator-main .pack {
  background-size: contain;
  background-position: 100px center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 516px;
  height: 100%;
  max-height: 550px;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 71.25em) {
  .calculator-main .pack {
    background-image: url("/content/bradfordsolar/images/calculator-pack.png");
    background-position: 200px center;
  }
}

@media screen and (min-width: 71.25em) {
  .calculator-main .pack.battery {
    background-image: url("/content/bradfordsolar/images/calculator-pack.png");
    display: block !important;
  }
}

@media screen and (min-width: 71.25em) {
  .calculator-main .pack.nobattery {
    background-image: url("/content/bradfordsolar/images/calculator-panel.png");
    display: block !important;
  }
}

.calculator-main .packageDetails {
  padding-top: 10px;
}

.calculator-main .packageDetails #systemSize {
  color: #19223F;
}

.calculator-main .packageDetails > div {
  position: relative;
}

@media screen and (max-width: 71.1875em) {
  .calculator-main .packageDetails {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .calculator-main .packageDetails > div {
    top: 0px;
  }
  .calculator-main .packageDetails > div:first-of-type, .calculator-main .packageDetails > div:last-of-type {
    margin-top: 0;
  }
}

.calculator-main .packageDetails .number {
  font-size: 80px;
  display: inline-block;
}

.calculator-main .packageDetails .right {
  display: inline-block;
}

.calculator-main .packageDetails .small_title {
  font-size: 19px;
}

.calculator-main .packageDetails .subtext {
  font-size: 45px;
  position: relative;
  top: 0px;
}

.calculator-main .packageDetails #disclaimer {
  font-size: 13px;
  line-height: 13.5px;
  text-align: left;
}

.calculator-main .savings {
  position: absolute;
  top: 50px;
  left: 443px;
  z-index: 0;
}

.calculator-main .savings h5 {
  font-size: 22px;
}

.calculator-main .savings .amount {
  font-size: 60px;
  padding: 20px 0;
  display: inline-block;
}

.calculator-main .savings .amount2 {
  font-weight: 800;
  padding: 15px 0 5px 0;
  display: none;
}

.calculator-main .savings .amount2 .active {
  display: inline-block;
}

@media screen and (max-width: 71.1875em) {
  .calculator-main .savings {
    position: relative;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    max-width: 450px;
  }
}

.calculator-main .savings .goldBlock {
  background-color: #1B75BC;
}

.theme-red .calculator-main .savings .goldBlock {
  background-color: #D0000E;
}

.theme-blue .calculator-main .savings .goldBlock {
  background-color: #349ed8;
}

.calculator-main .savings .systemSize {
  background-color: #fff;
}

.calculator-main .savings .systemSize #recommendedPackage {
  line-height: 38px;
}

.calculator-main .savings .systemSize > div:first-of-type {
  font-size: 22px;
  margin-bottom: 15px;
}

.calculator-main .savings .morePackages {
  background-color: #252424;
  color: white;
  font-size: 14px;
}

.calculator-main .savings #recommendedPackage {
  font-size: 36px;
  margin: 5px 0;
}

.calculator-main .savings .goldBlock, .calculator-main .savings .systemSize {
  padding: 20px 30px 20px 105px;
}

@media screen and (max-width: 71.1875em) {
  .calculator-main .savings .goldBlock, .calculator-main .savings .systemSize {
    padding: 20px 30px;
  }
}

.calculator-main .savings .morePackages {
  padding: 5px 30px 5px 105px;
}

@media screen and (max-width: 71.1875em) {
  .calculator-main .savings .morePackages {
    padding: 20px 30px 16px;
  }
}

.calculator-sidebar {
  position: absolute;
  top: 0;
  background-color: #252424;
  z-index: 50;
  padding-top: 80px;
  color: #fff;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  padding-bottom: 30px;
}

@media screen and (min-width: 71.25em) {
  .calculator-sidebar {
    right: -500px;
    width: 500px;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .calculator-sidebar {
    right: -400px;
    width: 400px;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-sidebar {
    right: -260px;
    width: 260px;
  }
}

.calculator-sidebar.in {
  right: 0;
}

.calculator-sidebar .close-button {
  top: 20px;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .calculator-sidebar .title {
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-sidebar .title {
    margin-bottom: 0.6rem;
  }
}

.calculator-sidebar input, .calculator-sidebar select {
  font-size: 0.8rem;
  background: #252424;
  border: 2px solid #fff;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .calculator-sidebar input, .calculator-sidebar select {
    margin: 0.8rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-sidebar input, .calculator-sidebar select {
    margin: 0.2rem 0;
    font-size: 0.6rem;
  }
}

.calculator-sidebar input:focus, .calculator-sidebar select:focus {
  background: #fff;
  color: #252424;
}

.calculator-sidebar label {
  color: #fff;
  margin-top: 0.3rem;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .calculator-sidebar label {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-sidebar label {
    font-size: 0.6rem;
  }
}

.calculator-sidebar ::-webkit-input-placeholder {
  color: #fff;
}

.calculator-sidebar ::-moz-placeholder {
  color: #fff;
}

.calculator-sidebar :-ms-input-placeholder {
  color: #fff;
}

.calculator-sidebar ::placeholder {
  color: #fff;
}

.calculator-sidebar .bottom {
  border-top: 1px solid #64656b;
}

@media screen and (min-width: 40em) {
  .calculator-sidebar .bottom {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-sidebar .bottom {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.calculator-sidebar .disclaimer {
  font-size: 0.415rem;
  line-height: 0.7rem;
}

.calculator-sidebar .result-item {
  margin: 15px 0 30px;
}

.calculator-sidebar .item-title {
  background: #1B75BC;
  color: #19223F;
  font-size: 0.6rem;
  padding: 12px 10px;
}

.theme-red .calculator-sidebar .item-title {
  background: #D0000E;
}

.theme-blue .calculator-sidebar .item-title {
  background: #349ed8;
}

.calculator-sidebar .item-savings {
  font-size: 3rem;
  margin: 35px 0;
  display: inline-block;
}

.calculator-sidebar .item-savings super {
  font-size: 60%;
  vertical-align: top;
  line-height: 40%;
}

.calculator-sidebar .item-cost {
  font-size: 0.6rem;
  margin-top: 10px;
}

.calculator-sidebar .item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calculator-sidebar .item-icon {
  fill: #fff;
  height: 75px;
  display: inline-block;
  padding: 0 10px;
}

.calculator-sidebar .item-name {
  display: inline-block;
  max-width: 160px;
  text-align: left;
}

.calculator-sidebar .item-name super {
  font-size: 60%;
  vertical-align: super;
  margin-left: -4px;
}

.disclaimer {
  font-size: 11px;
  line-height: 11.5px;
  margin: 20px auto;
}

@media screen and (min-width: 40em) {
  .calculator-anchor {
    margin-top: -111px;
    position: absolute;
  }
}

@-webkit-keyframes imageIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes imageIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes imageOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@keyframes imageOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#calculator-main-new {
  position: relative;
}

.calculator-new table.table-questions {
  background-color: transparent;
  border: 0px;
  margin: 30px 0;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions {
    margin: 10px 0;
  }
}

.calculator-new table.table-questions tr,
.calculator-new table.table-questions tbody,
.calculator-new table.table-questions td {
  background-color: transparent;
  border: 0px;
}

.calculator-new table.table-questions td {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 50%;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td {
    padding: 0 5px;
  }
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td:last-child {
    padding-right: 15px;
  }
}

.calculator-new table.table-questions td label {
  left: auto;
  line-height: 1.2;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: auto;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td label {
    font-size: 16px;
  }
}

.calculator-new table.table-questions td .styled-select {
  max-width: 250px;
  width: 100%;
}

.calculator-new table.table-questions td .styled-select select {
  max-width: 100%;
  min-width: 100%;
  width: 100% !important;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td .styled-select select {
    font-size: 12.5px;
  }
  .calculator-new table.table-questions td .styled-select:before {
    padding-top: 7px;
  }
}

.calculator-new table.table-questions td .checkbox-wrapper {
  margin: 0 20px 5px 0 !important;
  padding-left: 0;
  padding-right: 40px;
}

.calculator-new table.table-questions td .checkbox-wrapper span {
  left: auto;
  right: 0;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td .checkbox-wrapper span {
    top: 0;
  }
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td .checkbox-wrapper {
    margin: 5px 10px 10px 0 !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .calculator-new table.table-questions td .checkbox-wrapper {
    padding-right: 24px;
  }
}

.calculator-new table.table-questions td input[type=text] {
  margin: 0;
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new table.table-questions td input[type=text] {
    font-size: 12.5px;
    font-weight: normal;
    height: 35px;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}

.calculator-new #calculator-result .finance {
  background-color: #fff;
  font-size: 11px;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: underline;
}

.calculator-new #calculator-result .finance:after {
  content: " >";
  display: inline-block;
  padding-left: 3px;
}

.calculator-new #calculator-result .result-item > .row {
  min-height: 0px;
}

.calculator-new #calculator-result .button_smallprint.under .button {
  margin: 20px 0 0 0 !important;
}

.calculator-new .tabs,
.calculator-new .results-container,
.calculator-new .footer-view,
.calculator-new .finance {
  clear: both;
  float: right;
  max-width: 580px;
  width: 100%;
}

@media (max-width: 900px) {
  .calculator-new .tabs,
  .calculator-new .results-container,
  .calculator-new .footer-view,
  .calculator-new .finance {
    float: none;
    margin: 0 auto;
  }
}

.calculator-new .tabs {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

    .calculator-new .tabs .tab {
        background-color: #252424;
        border: solid 1px #F2F1F1;
        border-left: 0px;
        border-top: 0px;
        color: #fff;
        cursor: pointer;
        width: 33.33%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.calculator-new .tabs .tab:last-child {
  border-right: 0px;
}

    .calculator-new .tabs .tab.active {
        background-color: #ffc20e;
    }

.calculator-new .tabs .tab.active a {
  color: #19223F;
  opacity: 1;
}

.calculator-new .tabs .tab a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  opacity: 0.9;
  padding: 20px 5px;
  width: 100%;
}

.calculator-new .results-container {
  background-color: #fff;
}

.calculator-new .results-container .results {
  display: none;
  padding: 40px 10px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .calculator-new .results-container .results {
    padding: 70px 70px 30px;
  }
}

.calculator-new .results-container .results h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new .results-container .results h4 {
    font-size: 25px;
  }
}

.calculator-new .results-container .results big {
  display: inline-block;
  font-size: 35px;
  margin-top: 5px;
}

@media screen and (max-width: 71.1875em) {
  .calculator-new .results-container .results big {
    font-size: 30px;
  }
}

.calculator-new .results-container .results hr {
  margin: 20px 0;
}

.calculator-new .results-container .results img {
  left: 30px;
  position: absolute;
  top: -60px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  -webkit-animation: imageOut 1s forwards;
          animation: imageOut 1s forwards;
}

@media (max-width: 900px) {
  .calculator-new .results-container .results img {
    display: none;
  }
}

.calculator-new .results-container .results.active {
  display: inline-block;
}

.calculator-new .results-container .results.active img {
  -webkit-animation: imageIn 1s forwards;
          animation: imageIn 1s forwards;
}

.calculator-new .results-container p {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px !important;
}

.calculator-new .results-container p span:not(.no-transform) {
  font-size: 20px;
}

.calculator-new .results-container p span {
  margin-left: 10px;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .calculator-new .results-container p {
    font-size: 22px;
    line-height: 22px;
  }
  .calculator-new .results-container p span:not(.no-transform) {
    font-size: 30px;
  }
  .calculator-new .results-container p span {
    margin-left: 30px;
  }
}

.calculator-new .results-container table {
  background-color: transparent;
  border: 0px;
  margin: 0;
}

.calculator-new .results-container table tbody, .calculator-new .results-container table tr, .calculator-new .results-container table td {
  background-color: transparent;
  border: 0px;
  padding: 0;
}

.calculator-new .results-container table td {
  padding-bottom: 10px;
  text-align: right;
}

.calculator-new .results-container table td:last-child {
  text-align: left;
}

.calculator-new .results-container table tr:last-child td {
  padding-bottom: 0px;
}

.calculator-new .footer-view {
  background-color: #252424;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 20px;
  text-transform: uppercase;
}

.calculator-new #calculator-result {
  height: 0px;
  overflow: hidden;
}

.calculator-new #calculator-result.open {
  height: auto;
}

.calculator-new .error-message {
  display: block;
  float: none;
  margin: 0 auto -23px;
}

.right-nav {
  position: fixed;
  bottom: 55px;
  right: 0;
  z-index: 4;
}

@media screen and (min-width: 40em) {
  .theme-red .right-nav {
    bottom: auto;
    top: 150px;
  }
}

@media screen and (max-width: 39.9375em) {
  .right-nav {
    bottom: 0 !important;
    left: 0;
    right: -15px;
    width: 100%;
    background-color: #FFC20E;
  }
  .right-nav:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #252424;
    position: absolute;
    left: 160px;
  }
  .right-nav:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #252424;
    position: absolute;
    top: 0px;
    left: 72px;
  }
  .theme-red .right-nav:before,
  .theme-blue .right-nav:before {
    display: none;
  }
  .theme-red .right-nav {
    background-color: #D0000E;
  }
  .theme-blue .right-nav {
    background-color: #349ed8;
  }
}

.right-nav .nav-item {
  float: right;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #19223F;
  border-right: 0;
}

.right-nav .nav-item.open-contact {
  background: #ffc20e !important;
}

@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item.open-contact {
    background: transparent !important;
  }
}

.theme-red .right-nav .nav-item.open-contact {
  background-color: #D0000E !important;
  color: #fff !important;
}

@media screen and (max-width: 39.9375em) {
  .theme-red .right-nav .nav-item.open-contact {
    background: transparent !important;
  }
}

.theme-blue .right-nav .nav-item.open-contact {
  background-color: #252424 !important;
  color: #fff !important;
}

@media screen and (max-width: 39.9375em) {
  .theme-blue .right-nav .nav-item.open-contact {
    background: transparent !important;
  }
}

@media screen and (min-width: 40em) {
  .right-nav .nav-item:hover .text {
    display: inline-block;
  }
}

@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item {
    float: left;
    clear: none;
    border: 0;
    color: #252424 !important;
    background: transparent !important;
  }
}

.right-nav .nav-item:focus {
  outline: 0;
}

.right-nav .nav-item:not(.inverted) {
  color: #252424;
  background: #fff;
}

.right-nav .nav-item.inverted {
  color: #fff;
  background: rgb(44,105,159);
  margin-bottom: 5px;
  border: 1px solid rgb(44,105,159);
  border-left: none;
}
@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item.inverted {
    border: none;
  }
}

.right-nav .nav-item.open-contact {
  height: 160px;
  width: 52px;
  position: relative;
}

.right-nav .nav-item.open-contact .text {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
  width: 114px;
  position: absolute;
  bottom: 75px;
  right: -33px;
}

.right-nav .nav-item.open-contact .icons.contact {
  margin: auto;
  position: absolute;
  bottom: 25px;
  right: 24px;
}

@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item.open-contact {
    height: 60px;
  }
  .right-nav .nav-item.open-contact .text {
    -webkit-transform: initial;
            transform: initial;
    position: relative;
    bottom: -5px;
    right: -20px;
    width: 60px;
  }
  .theme-red .right-nav .nav-item.open-contact .text,
  .theme-blue .right-nav .nav-item.open-contact .text {
    bottom: -3px;
    width: 120px;
  }
}

.right-nav .nav-item .icons {
  display: inline-block;
  font-size: 30px;
}

@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item .icons {
    font-size: 26px;
  }
}

.right-nav .nav-item .icons.calculator {
  margin: 10px 10px 6px 11px;
}

@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item .icons.calculator {
    margin: 19px 15px 13px 21px;
  }
}

.right-nav .nav-item .icons.contact {
  margin: 25px 24px;
}

@media screen and (max-width: 39.9375em) {
  .right-nav .nav-item .icons.contact {
    margin: 20px 14px;
  }
}

.right-nav .nav-item .text {
  display: none;
  vertical-align: top;
  margin: 16px 5px 0px 15px;
}

.right-form {
  background: #1f2e4e;
  background: -moz-linear-gradient(45deg, #1f2e4e 0%, #2c699f 100%);
  background: -webkit-linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  background: linear-gradient(45deg, #1f2e4e 0%,#2c699f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e4e', endColorstr='#2c699f',GradientType=1 );
  /* background-color: rgba(229, 229, 229, 0.95); */
  min-height: 100vh;
  height: 100%;
  bottom: 0px;
  overflow: scroll;
  padding: 25px 20px 50px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 320px;
  z-index: 999;
  color: #fff;
}

    /*grey variation of the slide out form*/
    .right-form.right-form-grey {
        background: rgba(229, 229, 229, 0.95) !important;
        color: #19223f !important;
    }

.right-form label {
  color: white;
}

    /*grey variation of the slide out form*/
    .right-form.right-form-grey label {
        color: #19223f !important;
    }

@media screen and (min-width: 40em) {
  .right-form {
    padding: 70px 50px 50px;
    width: 400px;
  }
}

.right-form.open {
  display: block;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.right-form .red-form {
  display: none;
}

.theme-red .right-form .red-form {
  display: inline-block;
}

.theme-red .right-form .yellow-form {
  display: none;
}

.right-form h3 {
  font-size: 30px;
}

/*grey variation of the slide out form*/
.right-form.right-form-grey h3 {
    color: #19223f;
}

@media screen and (min-width: 40em) {
  .right-form h3 {
    font-size: 35px;
  }
}

.right-form p {
  font-size: 12.5px;
}

@media screen and (min-width: 40em) {
  .right-form p {
    font-size: 16px;
  }
}

.right-form input[type=text],
.right-form input[type='text'],
.right-form input[type='password'],
.right-form input[type='date'],
.right-form input[type='datetime'],
.right-form input[type='datetime-local'],
.right-form input[type='month'],
.right-form input[type='week'],
.right-form input[type='email'],
.right-form input[type='number'],
.right-form input[type='search'],
.right-form input[type='tel'],
.right-form input[type='time'],
.right-form input[type='url'],
.right-form input[type='color'],
.right-form textarea,
.right-form .styled-select {
  background-color: #fff;
  border: solid 1px #efefef;
  float: left;
  font-size: 12.5px;
  font-weight: normal;
  height: 35px;
  margin-bottom: 5px;
  padding-left: 15px;
}

@media screen and (min-width: 40em) {
  .right-form input[type=text],
  .right-form input[type='text'],
  .right-form input[type='password'],
  .right-form input[type='date'],
  .right-form input[type='datetime'],
  .right-form input[type='datetime-local'],
  .right-form input[type='month'],
  .right-form input[type='week'],
  .right-form input[type='email'],
  .right-form input[type='number'],
  .right-form input[type='search'],
  .right-form input[type='tel'],
  .right-form input[type='time'],
  .right-form input[type='url'],
  .right-form input[type='color'],
  .right-form textarea,
  .right-form .styled-select {
    font-size: 16px;
    height: 55px;
  }
}

/*Right form grey variant: placeholder color*/
.right-form.right-form-grey input[type=text]::-webkit-input-placeholder,
.right-form.right-form-grey input[type='text']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='password']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='date']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='datetime']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='datetime-local']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='month']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='week']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='email']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='number']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='search']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='tel']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='time']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='url']::-webkit-input-placeholder,
.right-form.right-form-grey input[type='color']::-webkit-input-placeholder {
    color: #19223f;
}

.right-form.right-form-grey input[type=text]:-moz-placeholder,
.right-form.right-form-grey input[type='text']:-moz-placeholder,
.right-form.right-form-grey input[type='password']:-moz-placeholder,
.right-form.right-form-grey input[type='date']:-moz-placeholder,
.right-form.right-form-grey input[type='datetime']:-moz-placeholder,
.right-form.right-form-grey input[type='datetime-local']:-moz-placeholder,
.right-form.right-form-grey input[type='month']:-moz-placeholder,
.right-form.right-form-grey input[type='week']:-moz-placeholder,
.right-form.right-form-grey input[type='email']:-moz-placeholder,
.right-form.right-form-grey input[type='number']:-moz-placeholder,
.right-form.right-form-grey input[type='search']:-moz-placeholder,
.right-form.right-form-grey input[type='tel']:-moz-placeholder,
.right-form.right-form-grey input[type='time']:-moz-placeholder,
.right-form.right-form-grey input[type='url']:-moz-placeholder,
.right-form.right-form-grey input[type='color']:-moz-placeholder {
    color: #19223f;
    opacity: 1;
}

.right-form.right-form-grey input[type=text]::-moz-placeholder,
.right-form.right-form-grey input[type='text']::-moz-placeholder,
.right-form.right-form-grey input[type='password']::-moz-placeholder,
.right-form.right-form-grey input[type='date']::-moz-placeholder,
.right-form.right-form-grey input[type='datetime']::-moz-placeholder,
.right-form.right-form-grey input[type='datetime-local']::-moz-placeholder,
.right-form.right-form-grey input[type='month']::-moz-placeholder,
.right-form.right-form-grey input[type='week']::-moz-placeholder,
.right-form.right-form-grey input[type='email']::-moz-placeholder,
.right-form.right-form-grey input[type='number']::-moz-placeholder,
.right-form.right-form-grey input[type='search']::-moz-placeholder,
.right-form.right-form-grey input[type='tel']::-moz-placeholder,
.right-form.right-form-grey input[type='time']::-moz-placeholder,
.right-form.right-form-grey input[type='url']::-moz-placeholder,
.right-form.right-form-grey input[type='color']::-moz-placeholder {
    color: #19223f;
    opacity: 1;
}

.right-form.right-form-grey input[type=text]:-ms-input-placeholder,
.right-form.right-form-grey input[type='text']:-ms-input-placeholder,
.right-form.right-form-grey input[type='password']:-ms-input-placeholder,
.right-form.right-form-grey input[type='date']:-ms-input-placeholder,
.right-form.right-form-grey input[type='datetime']:-ms-input-placeholder,
.right-form.right-form-grey input[type='datetime-local']:-ms-input-placeholder,
.right-form.right-form-grey input[type='month']:-ms-input-placeholder,
.right-form.right-form-grey input[type='week']:-ms-input-placeholder,
.right-form.right-form-grey input[type='email']:-ms-input-placeholder,
.right-form.right-form-grey input[type='number']:-ms-input-placeholder,
.right-form.right-form-grey input[type='search']:-ms-input-placeholder,
.right-form.right-form-grey input[type='tel']:-ms-input-placeholder,
.right-form.right-form-grey input[type='time']:-ms-input-placeholder,
.right-form.right-form-grey input[type='url']:-ms-input-placeholder,
.right-form.right-form-grey input[type='color']:-ms-input-placeholder {
    color: #19223f;
}


.right-form .styled-select:before {
  padding-top: 7px;
}

/*Right form grey variant: Dropdown colour*/
.right-form.right-form-grey .styled-select:before {
    background-color: #19223f;
}

@media screen and (min-width: 40em) {
  .right-form .styled-select:before {
    padding-top: 13px;
  }
}

.right-form .styled-select select {
  font-size: 12.5px;
  padding-top: 10px;
}

@media screen and (min-width: 40em) {
  .right-form .styled-select select {
    font-size: 16px;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-top: 16px;
  }
}

.right-form textarea {
  min-height: 100px;
}

.right-form input[type='submit'] {
  display: block;
  font-size: 10px !important;
  margin: 35px auto !important;
  padding: 15px 35px !important;
}
.right-form input[type='submit']:hover {
  background-color: #fff;
}

@media screen and (min-width: 40em) {
  .right-form input[type='submit'] {
    font-size: 15px !important;
    padding: 20px 35px !important;
  }
}

.right-form input[type='checkbox'],
.right-form label {
  font-size: 12.5px;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .right-form input[type='checkbox'],
  .right-form label {
    font-size: 16px;
  }
}

.right-form label {
  width: 100%;
}

.right-form input[type='checkbox'] {
  margin-right: 10px;
}

.right-nav .phone {
  text-align: center;
  color: #252424;
  float: right;
  font-size: 22px;
  font-weight: normal;
  margin-top: 22px;
  width: calc(100vw - 160px);
}

@media (min-width: 640px) {
  .right-nav .phone {
    display: none !important;
  }
}

.right-nav .phone a {
  color: #252424;
}

@media screen and (max-width: 39.9375em) {
  .theme-red .right-nav .phone,
  .theme-blue .right-nav .phone {
    color: #fff;
  }
}

.invisible {
  height: 0px !important;
  overflow: hidden !important;
  position: absolute !important;
  visibility: hidden !important;
}

.package {
  padding: 190px 0 !important;
}

.package h1 {
  font-weight: normal !important;
}

.package .intro {
  border-bottom: 1px solid #ddd;
  padding-bottom: 300px;
}

.package .intro .data {
  margin-top: 115px;
  clear: both;
}

.package .intro .data .size, .package .intro .data .savings {
  position: relative;
  float: left;
  font-size: 68px;
}

.package .intro .data .size sup, .package .intro .data .savings sup {
  font-weight: lighter;
  font-size: 30px;
  top: -22px;
}

.package .intro .data .size:before, .package .intro .data .savings:before {
  position: absolute;
  top: -49px;
  font-size: 17px;
  font-weight: bold;
}

.package .intro .data .size:before {
  content: 'Size:';
}

.package .intro .data .savings:before {
  content: 'Annual Savings:';
}

.package .intro .data .savings {
  margin-left: 30px;
}

.package .package_details {
  padding: 65px 0;
}

.package .package_details .package_detail {
  padding: 70px;
}

@media screen and (max-width: 39.9375em) {
  .package .package_details .package_detail {
    padding: 20px;
  }
}

.package .package_details .package_detail:not(:first-child) {
  border-top: 1px solid #ddd;
}

.package .package_details .package_detail .image {
  float: left;
  width: 130px;
  height: 130px;
}

.package .package_details .package_detail .image .svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .package .package_details .package_detail .image .svg {
    width: 50%;
  }
}

.package .package_details .package_detail .details {
  padding: 0 0 0 70px;
  display: table-cell;
}

.package .package_details .package_detail .details h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 39.9375em) {
  .package .package_details .package_detail .details {
    clear: both;
    display: inline-block;
    padding: 0;
    width: 100%;
  }
}

.packagelist {
  padding: 60px 0px 0px;
}

.packagelist ul {
  list-style-type: none;
  margin-left: 0px;
}

.packagelist ul li a {
  font-weight: bold;
  position: relative;
}

.packagelist ul li a:after {
  content: '2';
  font-family: 'icons';
  font-size: 6px;
  margin-left: 7px;
  position: absolute;
  top: 7px;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.packagelist .categoryHeading {
  padding-top: 90px;
}

.packagelist .categoryHeading .visuals {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.packagelist .categoryHeading > [data-sort] {
  display: none;
}

.packagelist .categoryHeading > [data-sort].current {
  display: block;
}

.packagelist .packages > div {
  display: none;
}

.packagelist .packages > div.current, .packagelist .packages > div:hover {
  display: block;
}

.packagelist .packages .option {
  margin-top: 5px;
}

.packagelist .packages .option h1 {
  font-weight: 500 !important;
  font-size: 30px;
  margin-bottom: 15px;
}

.packagelist .packages .option h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.packagelist .packages .option h2 {
  font-size: 20px;
  line-height: 27px;
  color: #2C6BA4;
}

.packagelist .packages .option .sizePrice {
  width: 100%;
  float: left;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 39.9375em) {
  .packagelist .packages .option .sizePrice {
    display: inline-block;
    float: none;
    width: auto;
  }
}

.packagelist .packages .option .sizePrice sup {
  font-size: 18px;
  position: relative;
  top: -13px;
  font-weight: normal;
}

.packagelist .packages .option .sizePrice:after {
  content: '';
  clear: both;
}

.packagelist .packages .option .sizePrice .size {
  line-height: 1;
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .packagelist .packages .option .sizePrice .size {
    float: left;
  }
}

.packagelist .packages .option .sizePrice .size:after {
  content: '';
  width: 1px;
  height: 27px;
  background-color: #19223F;
  display: inline-block;
  margin: 0 15px;
}

.packagelist .packages .option .sizePrice .price {
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  .packagelist .packages .option .sizePrice .price {
    float: left;
  }
}

.packagelist .packages .option .info, .packagelist .packages .option .visuals {
  width: 50%;
}

.packagelist .packages .option .description {
  margin-bottom: 30px;
}

.packagelist .packages .option .info {
  padding: 40px 0;
}

.packagelist .packages .option .info.no-image {
  width: 100%;
  text-align: center;
}

.packagelist .packages .option .info.no-image .sizePrice {
  display: inline-block;
}

@media screen and (max-width: 39.9375em) {
  .packagelist .packages .option .info {
    width: 100%;
    text-align: center;
  }
}

.packagelist .packages .option .visuals-container {
  padding: 40px 0;
}

.packagelist .packages .option .visuals {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 40px;
}

@media screen and (max-width: 39.9375em) {
  .packagelist .packages .option .visuals {
    /* width: 0; */
    width: 100%;
    height: auto;
    display: block;
    background-position: top center;
  }
}

.packagelist .packages .option:nth-child(odd) {
  background-color: #F2F1F1;
}

.packagelist .packages .option:nth-child(odd) .info {
  float: left;
}

.packagelist .packages .option:nth-child(odd) .visuals {
  float: right;
}

.packagelist .packages .option:nth-child(even) {
  background-color: #dcdcdc;
}

.packagelist .packages .option:nth-child(even) .info {
  float: right;
}

.packagelist .packages .option:nth-child(even) .visuals {
  float: left;
}

.packagelist_large .two_pane h1 {
  font-weight: normal !important;
  font-size: 80px;
}

@media screen and (max-width: 39.9375em) {
  .packagelist_large .two_pane h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.packagelist_large .packageModal {
  height: 0px;
  overflow: hidden;
  background-color: #F2F1F1;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .4s ease .2s;
  transition: opacity .4s ease .2s;
}

.packagelist_large .packageModal h1 {
  font-size: 70px;
}

.packagelist_large .packageModal h2 {
  text-align: center;
  font-size: 40px;
  line-height: 42px;
  margin: 45px 0px;
  color: #252424;
}

@media screen and (min-width: 71.25em) {
  .packagelist_large .packageModal .text {
    padding: 0px 30px;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .packagelist_large .packageModal .text {
    padding: 0px 5px;
  }
}

.packagelist_large .packageModal.show {
  padding: 60px 0px;
  height: initial;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .packagelist_large .packageModal.show {
    padding: 60px 70px;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .packagelist_large .packageModal .packItem:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}

@media screen and (min-width: 71.25em) and (max-width: 109.3125em) {
  .packagelist_large .packageModal .packItem:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}

.iconlist {
  text-align: center;
  position: relative;
}

.iconlist .row {
  z-index: 1;
  position: relative;
}

.iconlist .images {
  fill: #fff;
  height: 100px;
  margin-bottom: 0px;
}

.iconlist .images .svg {
  width: 70%;
  height: 70%;
}

.iconlist h1 {
  color: #fff;
  font-size: 49px;
  margin-bottom: 15px;
}

@media screen and (max-width: 39.9375em) {
  .iconlist h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.iconlist .icon_content {
  width: 240px;
}

.iconlist h2 {
  /* color: #1B75BC; */
  color: #ffc20e;
  margin-bottom: 4px;
}

.theme-red .iconlist h2 {
  color: #fff;
}

.theme-blue .iconlist h2 {
  color: #fff;
}

.iconlist h3 {
  color: #ffc20e;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 21px;
  padding-bottom: 40px;
}

.theme-red .iconlist h3 {
  color: #fff;
}

.theme-blue .iconlist h3 {
  color: #fff;
}

@media screen and (min-width: 40em) {
  .iconlist .sub-head {
    margin: 0 auto 30px;
    width: 57%;
  }
}

.visuals {
  padding: 0;
  position: relative;
  min-height: 400px;
}

.visuals .assets {
  height: 100%;
}

.visuals .assets .youtube {
  height: 100%;
}

.visuals .assets .youtube .flex-video {
  max-height: 100%;
  height: 100%;
}

.content {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content h1 {
  font-size: 49px;
  line-height: 55px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

@media screen and (max-width: 39.9375em) {
  .content h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 39.9375em) {
  .content {
    padding: 40px 5px;
  }
}

.content .contents {
  width: 475px;
  margin: 0 auto;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .content .contents {
    width: initial;
    padding: 0 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  .content .contents {
    width: auto;
    padding: 0 20px;
  }
}

.thanks {
  background: url("/content/bradfordsolar/images/sydney-bg.jpg") no-repeat;
  background-size: cover !important;
}

@media screen and (min-width: 40em) {
  .full-height {
    margin-bottom: -169px;
    min-height: 100vh;
  }
}

.carousel {
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#949494+0,ffffff+100 */
  /* background: #fffff; */
  /* Old browsers */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(26deg, #949494 0%, #ffffff 44%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: -webkit-linear-gradient(64deg, #949494 0%, #ffffff 44%); */
  /* background: linear-gradient(26deg, #949494 0%, #ffffff 44%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#ffffff',GradientType=1 ); */
  /* IE6-9 fallback on horizontal gradient */
  /* background-image: url("/content/bradfordsolar/images/background.jpg");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat; */
  background-color: #F2F1F1;
}

@-webkit-keyframes hideArrows {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hideArrows {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .carousel {
    text-align: center;
  }
  .carousel .slick-dots {
    bottom: 20px;
  }
  .carousel h1 {
    font-size: 30px !important;
  }
  .carousel h1.hide-for-medium {
    margin-bottom: 15px;
  }
  .carousel .button {
    padding: 15px 30px !important;
    margin: 10px 0 0 0 !important;
    font-size: 13px !important;
  }
}

.carousel h1 {
  font-size: 44px;
  line-height: 45px;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .carousel h1 {
    font-size: 42px;
    line-height: 45px;
  }
}

.carousel a.button {
  padding: 15px 35px !important;
  margin-top: 30px !important;
}

@media screen and (max-width: 39.9375em) {
  .carousel.fullscreen {
    height: calc(100vh);
  }
}

.carousel .align_left .flexImage {
  background-position: left;
}

@media screen and (min-width: 71.25em) {
  .carousel .align_left .flexImage {
    background-position: left 106px center;
    margin-left: 73px;
  }
}

@media screen and (max-width: 39.9375em) {
  .carousel .align_left .flexImage {
    background-position: center;
  }
}

.carousel .align_right .flexImage {
  background-position: right;
}

.carousel .flexImage {
  background-size: contain;
  min-height: initial;
  height: 95%;
  margin-top: 2%;
}

.carousel .slick-cloned .content.showme {
  opacity: 0;
}

.carousel .content {
  padding: 3% 0 6%;
}

.carousel .content .contents > * {
  opacity: 0;
  -webkit-transition: opacity .7s ease .2s;
  transition: opacity .7s ease .2s;
}

.carousel .content .contents > *.showme {
  opacity: 1;
}

.carousel .content .contents {
  padding-bottom: 50px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .carousel .content .contents {
    width: 400px;
    padding-top: 30px;
  }
}

@media screen and (min-width: 71.25em) {
  .carousel .content .contents {
    width: 470px;
  }
}

@media screen and (max-width: 39.9375em) {
  .carousel .content .contents h1 {
    font-size: 42px;
    line-height: 45px;
  }
}

@media screen and (min-width: 40em) {
  .carousel .content.align_right .contents {
    left: -28px;
  }
}

@media screen and (min-width: 71.25em) {
  .carousel .content.align_right .contents {
    right: -200px;
  }
}

@media screen and (min-width: 40em) {
  .carousel .content.align_left .contents {
    right: -28px;
  }
}

@media screen and (min-width: 71.25em) {
  .carousel .content.align_left .contents {
    right: -200px;
  }
}

.carousel .slick-list {
  height: 100%;
}

.carousel .slick-track {
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .carousel .slick-arrow {
    -webkit-animation: hideArrows 4s forwards;
            animation: hideArrows 4s forwards;
  }
}

.carousel .carousel-item .row {
  height: 100%;
  margin: 0px;
}

.logo {
  position: relative;
}

.csr {
  background: url("/content/bradfordsolar/images/icons/CSR_square.png");
  background-image: url("/content/bradfordsolar/images/icons/CSR_square.svg"), none;
  background-repeat: no-repeat;
  background-size: contain;
}

.cec {
  background: url("/content/bradfordsolar/images/icons/cec.png");
  background-image: url("/content/bradfordsolar/images/icons/cec.png"), none;
  background-repeat: no-repeat;
  background-size: contain;
}

.tesla {
  background: url("/content/bradfordsolar/images/icons/tesla.png");
  background-image: url("/content/bradfordsolar/images/icons/tesla.png"), none;
  background-repeat: no-repeat;
  background-size: contain;
}

.assets .youtube {
  cursor: pointer;
}

.assets .youtube.play .placeholder {
  display: none;
}

.assets .youtube.play:before {
  display: none;
}

.assets .youtube:hover:before {
  color: #1B75BC;
}

.theme-red .assets .youtube:hover:before {
  color: #D0000E;
}

.theme-blue .assets .youtube:hover:before {
  color: #349ed8;
}

.assets .youtube:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  font-size: 105px;
  content: 'P';
  font-family: 'icons';
  color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.assets .youtube .flex-video {
  margin-bottom: 0px;
  min-height: 400px;
  padding-bottom: 50%;
}

.solar_system .column:nth-child(4) circle, .solar_system .columns:nth-child(4) circle {
  fill: #1B75BC;
}

.theme-red .solar_system .column:nth-child(4) circle, .theme-red .solar_system .columns:nth-child(4) circle {
  fill: #D0000E;
}

.theme-blue .solar_system .column:nth-child(4) circle, .theme-blue .solar_system .columns:nth-child(4) circle {
  fill: #349ed8;
}

.solar_system .column:nth-child(5) circle, .solar_system .columns:nth-child(5) circle {
  fill: #1B75BC;
}

.theme-red .solar_system .column:nth-child(5) circle, .theme-red .solar_system .columns:nth-child(5) circle {
  fill: #D0000E;
}

.theme-blue .solar_system .column:nth-child(5) circle, .theme-blue .solar_system .columns:nth-child(5) circle {
  fill: #349ed8;
}

.testimoniallist {
  padding-bottom: 20px;
}

.testimoniallist .row:nth-child(even) .text {
  float: left;
}

.testimoniallist .row:nth-child(even) .text .quote {
  left: auto;
  right: -20px;
}

.testimoniallist .row:nth-child(even) .author {
  right: 20px;
}

.testimoniallist .row:nth-child(even) .column:after, .testimoniallist .row:nth-child(even) .columns:after {
  -webkit-transform: skewY(-53deg);
          transform: skewY(-53deg);
  right: auto;
  left: 0px;
}

.testimoniallist .column, .testimoniallist .columns {
  border-bottom: solid 2px #ccc;
  margin-bottom: 60px;
  padding: 20px 0px;
  position: relative;
  background-color: #fff;
}

.testimoniallist .column:after, .testimoniallist .columns:after {
  content: '';
  width: 16px;
  border-bottom: solid 3px #ccc;
  height: 24px;
  background-color: #fff;
  -webkit-transform: skewY(53deg);
          transform: skewY(53deg);
  display: inline-block;
  position: absolute;
  bottom: -14px;
  right: 0px;
  z-index: 55;
}

.testimoniallist .text {
  width: calc(100% - 200px);
  float: right;
  position: relative;
  padding: 0 60px;
  font-weight: lighter;
  font-style: italic;
}

@media screen and (max-width: 39.9375em) {
  .testimoniallist .text {
    width: 100%;
  }
  .testimoniallist .text .quote {
    display: none;
  }
}

.testimoniallist .text p:not(:first-child) {
  padding-top: 20px;
}

.testimoniallist .text .quote {
  fill: #1B75BC;
  position: absolute;
  left: -20px;
  top: 10px;
  height: 30px;
}

.theme-red .testimoniallist .text .quote {
  fill: #D0000E;
}

.theme-blue .testimoniallist .text .quote {
  fill: #349ed8;
}

.testimoniallist .author {
  position: absolute;
  bottom: 20px;
  padding: 0 30px;
}

@media screen and (max-width: 39.9375em) {
  .testimoniallist .author {
    float: right;
    position: relative;
  }
}

.testimonials.two_pane h1 {
  font-size: 82px;
}

.noscroll {
  overflow: hidden;
}

.faq_mini .faqlist {
  padding: 0px 100px;
}

@media screen and (max-width: 39.9375em) {
  .faq_mini .faqlist {
    padding: 0px;
  }
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .faq_mini .contents {
    width: initial;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.faqlist.show {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 60;
}

.faqlist .gold {
    color: #fff;
}

.theme-blue .faqlist .gold {
  background: #349ed8;
  color: #fff;
}

.theme-red .faqlist .gold {
  background: #D0000E;
  color: #fff;
}

.faqlist .faqmenu {
  text-transform: capitalize;
  padding: 40px 0px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  opacity: .5;
  cursor: pointer;
}

.faqlist .faqmenu.active {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 39.9375em) {
  .faqlist .faqmenu {
    font-size: 25px;
    padding: 20px 0px;
  }
}

.faqlist .button:after {
  content: "8";
  font-family: "icons";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
}

.faqlist .backgrounds {
  min-height: 33vh;
  height: 100%;
}

@media screen and (min-width: 71.25em) {
  .faqlist .backgrounds {
    min-height: 100vh;
  }
}

.faqlist .backgrounds > .button {
  -webkit-transition: opacity .4s ease .2s;
  transition: opacity .4s ease .2s;
}

.faqlist .backgrounds > .button.hideit {
  opacity: 0;
}

.faqlist .faqs {
  display: none;
  padding: 50px 0;
}

.faqlist .faqs.active {
  display: block;
}

.faqlist .faqs .answer {
  display: none;
  color: #ccc;
  padding: 20px 40px;
}

.faqlist .faqs > div:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.faqlist .faqs .faq {
  clear: both;
  padding: 25px 0;
  cursor: pointer;
  color: #666;
}

.faqlist .faqs .faq .question {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

.faqlist .faqs .faq .question:hover {
  color: #1B75BC;
}

.theme-red .faqlist .faqs .faq .question:hover {
  color: #D0000E;
}

.theme-blue .faqlist .faqs .faq .question:hover {
  color: #349ed8;
}

.faqlist .faqs .faq.active .question {
  color: #252424;
}

.faqlist .faqs .faq.active .answer {
  display: block;
  color: #19223F;
  font-size: 16px;
  font-weight: lighter;
}

.heading {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.heading.grey:not(.padding_130) h1 {
  margin-top: 45px;
}

.heading .row {
  z-index: 1;
  position: relative;
}

.heading h1 {
  line-spacing: -2px;
}

.heading .image {
  margin-top: 70px;
}

.articlelist {
  padding: 70px 0;
  background-color: #F2F1F1;
}

.articlelist h4 {
  font-weight: bold;
  font-size: 21px;
  margin: 20px 0 30px;
}

.articlelist > .row {
  padding: 60px 0;
}

.articlelist > .row:not(:first-child) {
  border-top: 1px solid #ddd;
}


.bloglist {
    padding: 70px 0;
    background-color: #F2F1F1;
}

.bloglist h4 {
    font-weight: bold;
    font-size: 21px;
    margin: 20px 0 30px;
}

.bloglist > .row {
    padding: 60px 0 130px;
}

.bloglist > .row:not(:first-child) {
    border-top: 1px solid #ddd;
}

.bloglist .flexImage {
    position: static!important;
    height:150px;
    min-height: 150px;
}



@media screen and (min-width: 40em) {
    .bloglist .flexImage {
        height: 150px;
        min-height: 150px;
    }

    .bloglist > .row {
        padding: 60px 0;
    }

    .bloglist .article_content {
        min-height: 230px;
    }
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.article {
  padding: 40px 0 130px;
}

@media screen and (max-width: 71.1875em) {
  .article {
    padding: 130px 0 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  .article {
    padding: 60px 0 60px;
  }
}

.article h3 {
  margin: 60px 0 20px;
}

.article p:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 71.25em) {
  .article .attached_assets .column:not(:first-child), .article .attached_assets .columns:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  .article .attached_assets .column:not(:first-child), .article .attached_assets .columns:not(:first-child) {
    margin-top: 60px;
  }
}

.article .attached_assets {
  padding: 60px 0;
}

.article .attached_assets h5 {
  margin: 0 0 20px;
}

@media screen and (max-width: 71.1875em) {
  .article .attached_assets {
    padding: 60px 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 60px;
  }
}

@media screen and (min-width: 71.25em) {
  .article .attached_assets {
    padding: 60px 60px;
    border-left: 1px solid #ddd;
  }
}

.article .attached_assets .assets {
  position: relative;
  min-width: 200px;
  min-height: 200px;
}

@media screen and (max-width: 71.1875em) {
  .article .attached_assets .assets {
    text-align: center;
  }
}

.article .attached_assets .assets .youtube {
  position: relative;
}

.article .attached_assets .assets .youtube:before {
  font-size: 45px;
}

.article .attached_assets .assets .flexImage {
  min-width: 200px;
  min-height: 200px;
  background-size: contain;
  position: relative;
}

input[type="checkbox"] display:none + label:before {
  content: "";
  background-image: url("/content/bradfordsolar/images/icons/box.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.checkbox-wrapper {
  line-height: 1.4;
  margin-bottom: 5px !important;
  padding-top: 3px;
  padding-left: 35px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .checkbox-wrapper {
    padding-left: 50px;
  }
}

.checkbox-wrapper span {
  background-color: #fff;
  border: solid 1px #19223F;
  display: inline-block;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 5px;
  width: 20px;
}

@media screen and (min-width: 40em) {
  .checkbox-wrapper span {
    height: 25px;
    top: 5px;
    width: 25px;
  }
}

.checkbox-wrapper input[type="checkbox"] {
  left: -9999px;
  position: absolute;
}

.checkbox-wrapper input[type="checkbox"]:checked ~ span {
  background: #fff url("/content/bradfordsolar/images/icons/tick.png") no-repeat;
  background-position: center center;
  background-size: 90%;
}

.radio-wrapper {
  line-height: 1.4;
  margin-bottom: 5px !important;
  padding-top: 3px;
  padding-left: 35px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .radio-wrapper {
    padding-left: 50px;
  }
}

.radio-wrapper span {
  background-color: #fff;
  border: solid 1px #19223F;
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 1px;
  width: 20px;
}

@media screen and (min-width: 40em) {
  .radio-wrapper span {
    top: 5px;
    height: 25px;
    width: 25px;
  }
}

.radio-wrapper input[type="radio"] {
  left: -9999px;
  position: absolute;
}

.radio-wrapper input[type="radio"]:checked ~ span:before {
  content: "";
  height: 12px;
  position: absolute;
  width: 12px;
  background-color: #19223F;
  border-radius: 100%;
  top: 3px;
  left: 3px;
}

@media screen and (min-width: 40em) {
  .radio-wrapper input[type="radio"]:checked ~ span:before {
    height: 17px;
    width: 17px;
  }
}

.radio-wrapper.error {
  border: none;
}

select,
input[type=text] {
  font-size: 25px;
}

@media screen and (max-width: 39.9375em) {
  select,
  input[type=text] {
    font-size: 16px;
  }
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input,
input[type=text],
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
  border: solid 2px #252424;
  background-color: transparent;
  padding: 9px;
  box-shadow: none;
  height: initial;
}

input:focus,
input[type=text]:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus {
  border: solid 2px #252424;
}

select {
  border: none;
  background: transparent;
  margin: 0;
  height: auto;
  padding: 9px 40px 9px 10px;
  outline: none;
  position: relative;
  z-index: 1;
}

label {
  display: inline-block;
  margin: 5px 20px 5px 15px;
  vertical-align: top;
}

@media screen and (max-width: 39.9375em) {
  label[for="Address"] {
    width: 40px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.styled-select {
  vertical-align: top;
  border: 2px solid #252424;
  display: inline-block;
  position: relative;
}

.styled-select:before {
  content: '2';
  font-family: 'icons';
  font-size: 10px;
  padding-top: 13px;
  vertical-align: middle;
  color: #fff;
  background-color: #252424;
  width: 33px;
  height: 100%;
  position: absolute;
  z-index: 0;
  right: 0px;
  text-align: center;
  top: 0px;
}

form.submitted {
  display: none;
}

form.submitted + .success-message {
  display: block;
}

form + .success-message {
  display: none;
  margin-top: 50px;
}

.error {
  border: solid 1px red;
}

.error-message {
  color: red;
  display: none;
  float: left;
  font-size: 60%;
  margin-bottom: 10px;
}

.error + .error-message {
  display: block;
  line-height: 1.2;
  margin-top: 0px;
}

#quote-form,
#quote-form input[type='text'] {
  position: relative;
}

.videobg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  display: none !important;
}

.videobg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videobg video {
  top: 50%;
  left: 50%;
  min-width: 120%;
  min-height: 140%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 40em) {
  .videobg {
    display: inline-block !important;
  }
}

.bg-cover {
  background-size: cover;
}

.burgerOpen {
  width: 22px;
  position: absolute;
  height: 15px;
  z-index: 1000;
  top: 23px;
  right: 30px;
  -webkit-transition: bordercolor .4s .3s, top .5s;
  transition: bordercolor .4s .3s, top .5s;
  cursor: pointer;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .burgerOpen {
    top: 18px;
  }
}

.burgerOpen.opened {
  position: fixed;
}

.burgerOpen.opened span:nth-child(1) {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .55s .5s;
  transition: .55s .5s;
  border-top-color: #fff;
}

.theme-red .burgerOpen.opened span:nth-child(1) {
  border-top-color: #fff;
}

.theme-blue .burgerOpen.opened span:nth-child(1) {
  border-top-color: #fff;
}

.burgerOpen.opened span:nth-child(2) {
  opacity: 0;
}

.burgerOpen.opened span:nth-child(3) {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 6px;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
  -webkit-transition: 0.55s .5s;
  transition: 0.55s .5s;
  border-top-color: #fff;
}

.theme-red .burgerOpen.opened span:nth-child(3) {
  border-top-color: #fff;
}

.theme-blue .burgerOpen.opened span:nth-child(3) {
  border-top-color: #fff;
}

.burgerOpen span {
  position: absolute;
  left: 0;
  border-top: 3px solid #fff;
  width: 100%;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}

@media screen and (min-width: 40em) and (max-width: 71.1875em) {
  .burgerOpen span {
    border-top: 3px solid #fff;
  }
}

.burgerOpen span:nth-child(1) {
  top: 0;
}

.burgerOpen span:nth-child(2) {
  top: 6px;
}

.burgerOpen span:nth-child(3) {
  top: 12px;
}

.burger {
  /* background-color: #252424; */
  background: #1f2e4e;
  background: -moz-linear-gradient(45deg, #2c699f 0%, #1f2e4e 100%);
  background: -webkit-linear-gradient(45deg, #2c699f 0%,#1f2e4e 100%);
  background: linear-gradient(45deg, #2c699f 0%,#1f2e4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c699f', endColorstr='#1f2e4e',GradientType=1 );
  position: fixed;
  top: 0;
  right: 0;
  padding: 250px 30px 0;
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  -webkit-transition: width .8s, opacity .8s;
  transition: width .8s, opacity .8s;
  text-transform: uppercase;
  color: #fff;
  z-index: 21;
  overflow: scroll;
}

.burger:before {
  content: '';
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 148px;
  background-color: transparent;
  z-index: 1;
  display: inline-block;
}

.burger .storage, .burger .no_storage {
  position: relative;
}

.burger .storage:after, .burger .no_storage:after {
  text-transform: initial;
  font-family: 'icons';
  display: inline-block;
  position: absolute;
  right: 50px;
  top: -2px;
}

.burger .storage:after {
  content: 'S';
}

.burger .no_storage:after {
  content: 'n';
}

.burger.closed {
  width: 0;
  opacity: 0;
  padding: 0;
}

.burger.closed > li {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.burger.closed:before {
  display: none;
}

.burger > li {
  opacity: 1;
  -webkit-transition: opacity .55s .5s;
  transition: opacity .55s .5s;
  max-width: 370px;
  margin: 0 auto;
}

.burger > li .opensub {
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}

.burger > li:not(:last-child) {
  margin-bottom: 30px;
}

.burger .active {
  color: #ffc20e;
}
.burger .active a:hover {
  color: #fff;
}

.theme-red .burger .active {
  color: #D0000E;
}

@media screen and (max-width: 39.9375em) {
  .theme-red .burger .active {
    color: #fff;
  }
}

.theme-blue .burger .active {
  color: #349ed8;
}

@media screen and (max-width: 39.9375em) {
  .theme-blue .burger .active {
    color: #fff;
  }
}

.burger .active .active {
  color: #fff;
}

.burger .active > ul {
  height: auto;
}

.burger .active > ul > li {
  height: auto;
  margin-top: 15px;
  opacity: 1;
  -webkit-transition: opacity .4s .2s;
  transition: opacity .4s .2s;
}

.burger .active > ul.sub:before {
  top: -35px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.burger ul {
  list-style-type: none;
  height: 0px;
  width: 100%;
  position: relative;
  -webkit-transition: height .4s, color .7s;
  transition: height .4s, color .7s;
}

.burger ul.sub {
  width: 100%;
  margin-left: 20px;
}

.burger ul.sub:before {
  content: '2';
  font-family: 'icons';
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 13px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.burger ul > li {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.modules > div:first-of-type > div:first-of-type {
  padding-top: 85px;
}

@media screen and (min-width: 40em) {
  .modules > div:first-of-type > div:first-of-type {
    padding-top: 130px;
  }
}

.modules > div:first-of-type > div:first-of-type.padding_130 {
  padding-top: 130px !important;
}

@media screen and (min-width: 40em) {
  .modules > div:first-of-type > div:first-of-type.padding_130 {
    padding-top: 200px !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .modules > div:first-of-type > div:first-of-type.padding_130 {
    padding-top: 175px;
  }
}

.modules > div:first-of-type > div:first-of-type.mobile_header {
  padding-top: 130px !important;
  padding-bottom: 0px !important;
}

.downloads .downloadItem {
  padding: 30px 0;
  position: relative;
}

.downloads .downloadItem .button {
  padding: 10px 40px 20px !important;
}

.downloads .downloadItem .button:after {
  content: '';
  background-image: url("/content/bradfordsolar/images/icons/download2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  left: 20px;
  top: 10px;
}

.downloads .downloadItem .visuals {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 40em) {
  .downloads .download-anchor {
    position: absolute;
    top: -110px;
  }
}

.downloadItems .downloadItem {
  display: none;
  margin-top: 5px;
  /*&:nth-child(odd){
            background-color: #F2F1F1;
        }
        &:nth-child(even){
            background-color: #dcdcdc;
        }*/
}

.downloadItems .downloadItem.current {
  display: block;
}

.downloadItems .downloadItem.current:nth-of-type(odd) {
  background-color: #F2F1F1;
}

.downloadItems .downloadItem.current:nth-of-type(even) {
  background-color: #dcdcdc;
}

.filter {
  position: relative;
  padding: 50px 0;
  color: #fff;
  background-color: #252424;
  text-align: center;
}
.filter:before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  content: "";
  background-color: #252424;
  height: 30px;
}

@media screen and (max-width: 39.9375em) {
  .filter {
    padding: 50px 0 0;
  }
}

.theme-red .filter {
  color: #fff;
}

.theme-blue .filter {
  color: #fff;
}

@-webkit-keyframes sortIn {
  0% {
    height: 0px;
    opacity: 0;
  }
  100% {
    height: 60px;
    opacity: 1;
  }
}

@keyframes sortIn {
  0% {
    height: 0px;
    opacity: 0;
  }
  100% {
    height: 60px;
    opacity: 1;
  }
}

@-webkit-keyframes sortInSmall {
  0% {
    height: 0px;
    opacity: 0;
  }
  100% {
    height: 50px;
    opacity: 1;
  }
}

@keyframes sortInSmall {
  0% {
    height: 0px;
    opacity: 0;
  }
  100% {
    height: 50px;
    opacity: 1;
  }
}

.filter.sticktop {
  position: fixed;
  width: 100%;
  z-index: 49;
  padding: 0;
  background-color: #252424;
  -webkit-animation: sortIn .4s forwards;
          animation: sortIn .4s forwards;
}

@media screen and (max-width: 39.9375em) {
  .filter.sticktop {
    top: 0px !important;
    -webkit-animation: sortInSmall .4s forwards;
            animation: sortInSmall .4s forwards;
  }
}

.filter.sticktop .row {
  max-width: initial;
  margin: 5px 0 0;
}

.filter.sticktop .row .column, .filter.sticktop .row .columns {
  padding: 0;
}

.filter.sticktop .description {
  height: 0;
  opacity: 0;
  margin: 0;
}

.filter.sticktop .textItems {
  margin: 0;
  opacity: 0;
  height: 0;
}

.filter.sticktop .sorter > li {
  width: 18% !important;
  padding: 0 !important;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

@media screen and (min-width: 40em) {
  .filter.sticktop .sorter > li {
    padding: 10px 10px !important;
    min-height: 0px;
  }
}

@media screen and (max-width: 39.9375em) {
  .filter.sticktop .sorter > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.filter.sticktop .sorter > li:not(:last-of-type) {
  margin-right: 0;
}

.filter .textItems {
  margin-bottom: 30px;
  overflow: hidden;
}

.filter ul {
  list-style-type: none;
}

.filter h1 {
  color: #fff;
}

.filter .sorter > li {
  width: 100%;
  cursor: pointer;
  color: #ccc;
  margin-bottom: 5px;
  padding: 20px 10px !important;
  line-height: 1.2;
  vertical-align: middle;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 40em) {
  .filter .sorter > li {
    min-height: 140px;
    margin-bottom: 0;
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.filter .sorter > li .heading {
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 850px) {
  .filter .sorter > li .heading {
    font-size: 18px;
  }
}

.filter .sorter > li .description {
  color: #fff;
  font-weight: 300;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .filter .sorter > li .description {
    display: none !important;
  }
}

.filter .sorter > li .description hr {
  width: 70px;
  border-color: transparent;
  margin: 10px auto 10px;
}

.theme-red .filter .sorter > li .description hr {
  border-color: #fff;
}

.theme-blue .filter .sorter > li .description hr {
  border-color: #fff;
}

@media screen and (max-width: 39.9375em) {
  .filter .sorter > li .description hr {
    margin: 20px auto 20px;
  }
}

.filter .sorter > li .description .subheading {
  font-size: 85%;
  padding: 0px 0px 10px 0px;
}

.filter .sorter > li.current {
  color: #FFC20E;
}

.theme-red .filter .sorter > li.current {
  color: #fff;
}

.theme-blue .filter .sorter > li.current {
  color: #fff;
}

.filter .sorter > li.current .description {
  display: block;
}

@media screen and (max-width: 39.9375em) {
  .filter .sorter > li.current .description {
    font-size: 12px;
    line-height: 1.2;
  }
}

.filter .sorter > li.current .description hr {
  border-color: #FFC20E;
}

.theme-red .filter .sorter > li.current .description hr {
  border-color: #D0000E;
}

.theme-blue .filter .sorter > li.current .description hr {
  border-color: #349ed8;
}

@media screen and (min-width: 40em) {
  .filter .sorter > li:not(:last-of-type) {
    margin-right: 2%;
  }
}

.filter .column, .filter .columns {
  position: relative;
}

@media screen and (min-width: 40em) {
  .filter .column .sorter, .filter .columns .sorter {
    position: absolute;
    width: 100%;
  }
  .filter .column .sorter:not(.sticktop), .filter .columns .sorter:not(.sticktop) {
    top: auto !important;
  }
}

.filter .column .sorter.sticktop, .filter .columns .sorter.sticktop {
  left: 0;
  margin: 0;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 49;
  background-color: #252424;
  -webkit-animation: sortIn .4s forwards;
          animation: sortIn .4s forwards;
}
.filter .column .sorter.sticktop:before, .filter .columns .sorter.sticktop:before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  content: "";
  background-color: #252424;
  height: 30px;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .filter .column .sorter.sticktop, .filter .columns .sorter.sticktop {
    top: 0px !important;
    -webkit-animation: sortInSmall .4s forwards;
            animation: sortInSmall .4s forwards;
  }
}

.filter .column .sorter.sticktop > li, .filter .columns .sorter.sticktop > li {
  width: 18% !important;
  padding: 0 !important;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

@media screen and (min-width: 40em) {
  .filter .column .sorter.sticktop > li, .filter .columns .sorter.sticktop > li {
    padding: 10px 10px !important;
    min-height: 0px;
  }
}

@media screen and (max-width: 39.9375em) {
  .filter .column .sorter.sticktop > li, .filter .columns .sorter.sticktop > li {
    width: auto !important;
    padding: 0 8px !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .filter .column .sorter.sticktop > li, .filter .columns .sorter.sticktop > li {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

@media screen and (max-width: 71.1875em) {
  .filter .column .sorter.sticktop > li, .filter .columns .sorter.sticktop > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.filter .column .sorter.sticktop > li:not(:last-of-type), .filter .columns .sorter.sticktop > li:not(:last-of-type) {
  margin-right: 0;
}

.filter .column .sorter.sticktop > li .description, .filter .columns .sorter.sticktop > li .description {
  display: none;
}

@media screen and (min-width: 40em) {
  .filter .column:after, .filter .columns:after {
    content: "";
    display: block;
    height: 160px;
  }
}

.social h1 {
  margin-bottom: 60px;
}

@media screen and (max-width: 39.9375em) {
  .social .column, .social .columns {
    padding: 0;
  }
}

.social .fb-post {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
  vertical-align: top;
  width: 100%;
  /*@include breakpoint(small up){
            width: 50%;
        }*/
}

@media (min-width: 768px) {
  .social .fb-post {
    width: 33%;
  }
}

.social .fb-post > span {
  text-align: center;
  width: 100% !important;
}

.social .fb-post > span iframe {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .social .fb-post > span iframe {
    width: 100% !important;
  }
}

.social .fb-post > span iframe div {
  width: 100% !important;
}

/*vertically align images*/
.v-align-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*/*vertically align images in Mobile view*/
@media screen and (max-width: 39.9375em) {
    .v-align-middle {
        position: static;
        top: auto;
        transform: none;
        height:60%;
    }
}