/**
 * Clearfix
 */
@import url("https://use.typekit.net/cyf4mrs.css");
.container-dlc:after, .cf:after, .box-layout:after, .notification:after, .setting-heading:after {
  content: ' ';
  display: block;
  clear: both;
}

/**
 * Lists
 */
.breadcrumbs, .form-group, .nav--icons, .nav--list, .nav--primary, .step-list, .tab-controls, .nav--primary ul, .nav__dropdown, .mean-nav ul, .nav--secondary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li, .form-group li, .nav--icons li, .nav--list li, .nav--primary li, .step-list li, .tab-controls li, .nav__dropdown li, .mean-nav ul li, .nav--secondary ul li {
  margin: 0;
}

.breadcrumbs li, .form-group li, .nav--icons li, .nav--list li, .nav--primary li, .step-list li, .tab-controls li {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
}

/**
 * Buttons
 */
/*Vertical Align*/
/**
 * Typography
 * ==========
 * Mixins and extends for fancy type-work
 */
/**
 * Vars
 * ====
 */
/*$link-color--hover: darken($link-color, 15%);*/
/*! #######################################################################

  MeanMenu 2.0.7
  --------

  To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: center;
  color: #212121;
  font-weight: bold;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  /*opacity: 0.75;
  filter: alpha(opacity=75);*/
  text-shadow: none;
  visibility: visible;
  font-weight: normal;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none;
}

/*! 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: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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;
}

.animate-fade {
  -webkit-transition: opacity, 0.3s, ease-out;
  transition: opacity, 0.3s, ease-out;
}

.animate-fade:hover {
  opacity: 0;
}

.animate-move > .demo-shape {
  -webkit-transition: all, 0.8s, ease-in-out;
  transition: all, 0.8s, ease-in-out;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 400;
  color: #212121;
  line-height: 1.4;
  background: #fff;
  background: #eee;
  font-size: 12px;
}

@media (min-width: 24em) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 46.8em) {
  body {
    font-size: 16px;
  }
}

.button {
  display: inline-block;
  vertical-align: top;
  outline: 0 none;
  padding: 0.625em 1em;
  border: 0.1875em solid #f6921d;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: background 500ms, border-color 500ms, color 100ms;
  transition: background 500ms, border-color 500ms, color 100ms;
  cursor: pointer !important;
  font-weight: bold;
}

.button:hover, .button:focus {
  text-decoration: none;
}

.button.cancel, .button.new-application {
  margin-right: 12px;
}

.button.cancel:hover, .button.new-application:hover {
  color: #fff;
}

.button:hover, .button:focus {
  color: #212121;
  border-color: #f6921d;
}

.button:hover {
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  background: #f6921d;
}

.button.is-disabled, .button:disabled {
  border: 0.1875em solid #666;
  background: #666;
  cursor: not-allowed !important;
}

.button.callouts-button-span {
  min-width: 100%;
}

@media (min-width: 46.8em) {
  .button.callouts-button-span {
    min-width: 80%;
  }
}

.text-button {
  font-weight: 700;
  text-decoration: underline;
}

.text-button.is-disabled {
  color: #cdcdcd;
  cursor: not-allowed !important;
}

.button-group {
  margin-bottom: 1rem;
}

.button-group > * {
  margin-right: -5px;
  margin-left: 0.5rem;
}

.button-group > *:first-child {
  margin-left: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0 none;
}

fieldset.options ul {
  list-style: none;
}

fieldset.radioset legend {
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.field-container {
  margin-bottom: 1rem;
}

input + .field-validation-error,
label + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: 1rem;
}

.is-hidden.is-hidden {
  display: none;
  visibility: hidden;
}

.is-vishidden.is-vishidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
}

.is-align-right {
  text-align: right;
}

.is-error {
  color: red;
}

.is-valid {
  color: green;
}

.is-warning {
  color: yellow;
}

.s-background-white {
  background: #fff;
}

.s-backgound-callout {
  background: #f6921d;
}

/**
 * Headings
 * [http://csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/]
 */
h1, .alpha {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  color: #212121;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 a, .alpha a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

h1 a:hover, h1 a:focus, .alpha a:hover, .alpha a:focus {
  color: black;
  text-decoration: underline;
}

@media (min-width: 46.8em) {
  h1, .alpha {
    font-size: 2.5em;
  }
}

h2, .beta {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  color: #212121;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 2em;
}

h2 a, .beta a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

h2 a:hover, h2 a:focus, .beta a:hover, .beta a:focus {
  color: black;
  text-decoration: underline;
}

h3, .gamma {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  color: #212121;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.8em;
}

h3 a, .gamma a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

h3 a:hover, h3 a:focus, .gamma a:hover, .gamma a:focus {
  color: black;
  text-decoration: underline;
}

h4, .delta {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  color: #212121;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.4em;
}

h4 a, .delta a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

h4 a:hover, h4 a:focus, .delta a:hover, .delta a:focus {
  color: black;
  text-decoration: underline;
}

h5, .epsilon {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  color: #212121;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.2em;
}

h5 a, .epsilon a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

h5 a:hover, h5 a:focus, .epsilon a:hover, .epsilon a:focus {
  color: black;
  text-decoration: underline;
}

h6, .zeta {
  font-family: "Proxima-nova", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  color: #212121;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1em;
}

h6 a, .zeta a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}

h6 a:hover, h6 a:focus, .zeta a:hover, .zeta a:focus {
  color: black;
  text-decoration: underline;
}

.subheading {
  color: #f6921d;
}

.icon {
  display: inline-block;
  vertical-align: top;
  fill: #f6921d;
  -webkit-transition: fill 500ms;
  transition: fill 500ms;
}

.icon.icon--reverse-fill-v2 {
  fill: #f6921d;
}

a .icon.icon--reverse-fill-v2:hover, a .icon.icon--reverse-fill-v2:focus {
  fill: #d9d9d9;
}

.icon.icon--reverse-fill {
  fill: #a6a6a6;
}

a .icon.icon--reverse-fill:hover, a .icon.icon--reverse-fill:focus {
  fill: #d9d9d9;
}

a .icon:hover, a .icon:focus,
button .icon:hover,
button .icon:focus {
  fill: #f6921d;
}

.icon--social {
  width: 1.4375em;
  height: 1.4375em;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea,
select {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: .5em;
  border: 1px solid #e5e6ec;
  background: #f9f9f9;
}

input[type="search"] {
  box-sizing: inherit;
}

label {
  display: block;
  margin-bottom: 0.25rem;
}

.toggle-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.toggle-button input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.toggle-button label {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 72px;
  height: 28px;
  cursor: pointer;
  z-index: 10;
}

.switch {
  position: relative;
  display: block;
  width: 72px;
  height: 28px;
  background: #fff;
  border-radius: 25px;
}

.switch:before, .switch:after {
  display: block;
  font-size: 0.75em;
  line-height: 28px;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  font-weight: 700;
}

.switch:before {
  float: left;
  content: 'ON';
  margin-left: 12px;
  opacity: 0;
}

.switch:after {
  display: block;
  float: right;
  margin-right: 12px;
  content: 'OFF';
}

.switch .switch-button {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: #2e292a;
  border-radius: 50%;
  -webkit-transition: background 250ms;
  transition: background 250ms;
}

/* TOGGLE */
.switch .switch-button {
  -webkit-transition: left .25s ease-in-out;
  transition: left .25s ease-in-out;
}

input[type=checkbox]:checked ~ .switch .switch-button {
  position: absolute;
  left: calc( 50% + 10px);
  background: #78be43;
}

input[type=checkbox]:checked ~ .switch:before {
  opacity: 1;
}

input[type=checkbox]:checked ~ .switch:after {
  opacity: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: .5em;
  font-size: 14px;
  line-height: normal;
  color: #212121;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e6ec;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

.alert-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-container {
  margin: 0 auto;
  /* padding: 90px 0; */
  width: 300px;
  background-color: false;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, transparent));
  background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.1), transparent);
  background-image: radial-gradient(center, cover, rgba(255, 255, 255, 0.1), transparent);
}

.switch2 {
  position: relative;
  height: 26px;
  width: 120px;
  margin: 20px auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch2-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}

.switch2-label:active {
  font-weight: bold;
}

.switch2-label-off {
  padding-left: 2px;
}

.switch2-label-on {
  padding-right: 2px;
}

.switch2-input {
  display: none;
}

.switch2-input:checked + .switch2-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}

.switch2-input:checked + .switch2-label-on ~ .switch2-selection {
  left: 60px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch2-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 58px;
  height: 22px;
  border-radius: 10px;
  background-color: #f6921d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3af62), color-stop(100%, #f6921d));
  background-image: -webkit-linear-gradient(top, #f3af62, #f6921d);
  background-image: linear-gradient(top, #f3af62, #f6921d);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -webkit-transition: left .15s ease-out;
  transition: left .15s ease-out;
}

ul,
ol {
  margin: 1rem 0;
  padding-start: 1.6em;
  -webkit-padding-start: 1.6em;
  -moz-padding-start: 1.6em;
}

ul li,
ol li {
  margin: 0.5rem 0;
}

@media (min-width: 46.8em) {
  ul,
  ol {
    padding-start: 2.5em;
    -webkit-padding-start: 2.5em;
    -moz-padding-start: 2.5em;
  }
}

dl {
  margin: 0.5rem 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0;
  margin-bottom: 0.5rem;
}

.uil-spin-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.uil-spin-css > div {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-top: 6px;
  position: absolute;
}

.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #000;
}

.uil-spin-css > div:nth-of-type(1) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.uil-spin-css > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(2) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.uil-spin-css > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(3) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.uil-spin-css > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(4) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.uil-spin-css > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(5) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.uil-spin-css > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(6) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.uil-spin-css > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(7) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.uil-spin-css > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.uil-spin-css > div:nth-of-type(8) > div {
  -webkit-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.uil-spin-css > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

img,
video,
object {
  max-width: 100%;
  height: auto;
}

iframe {
  margin-bottom: 1rem;
}

figure {
  margin-bottom: 1rem;
}

figure img {
  margin-bottom: 0.25rem;
}

figcaption {
  font-style: italic;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Front Page Feature Story Images*/
.sfImageWrap {
  max-width: 100%;
}

.sfImageWrap img {
  max-height: 192px;
}

@media only screen and (min-width: 400px) {
  .sfImageWrap img {
    max-height: 216px;
  }
}

@media only screen and (min-width: 650px) {
  .sfImageWrap img {
    max-height: 357px;
  }
}

@media only screen and (min-width: 767px) {
  .sfImageWrap img {
    max-height: 192px;
  }
}

@media only screen and (min-width: 992px) {
  .sfImageWrap img {
    max-height: 254px;
  }
}

@media only screen and (min-width: 1200px) {
  .sfImageWrap img {
    max-height: 311px;
  }
}

/**
 * Patternlab Specific
 */
.example-item {
  padding: 1rem;
  text-align: center;
  background: #ddd;
  border-radius: .5em;
}

/**
 * Table Styles
 */
table {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #808080;
}

table th,
table td {
  padding: 0.5rem;
  border: 1px solid #808080;
}

table th {
  text-align: center;
}

#meter-exchange {
  height: 240px;
  display: table;
}

/**
 * Text Blocks
 * -----------
 */
p {
  margin-bottom: 1rem;
}

blockquote {
  margin-bottom: 1rem;
  padding-left: 1em;
  border-left: 1px solid #808080;
  color: #808080;
  font-style: italic;
}

address {
  font-style: normal;
}

hr {
  margin: 2rem 0;
  border: 0;
  height: 2px;
  background: #eee;
}

abbr {
  border-bottom: 1px dotted #808080;
  cursor: help;
}

small {
  font-size: 0.75em;
}

/**
 * Inline Text
 * -----------
 */
a {
  color: #f6921d;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-decoration: none;
  cursor: pointer;
}

a.underline {
  text-decoration: underline;
}

a.underline:focus, a.underline:hover {
  text-decoration: none;
}

a:hover, a:focus {
  color: #f6921d;
  text-decoration: underline;
}

mark {
  color: inherit;
  background: #ffcd42;
}

/**
 * Text Alts
 */
.text--clr-reverse {
  color: #fff;
}

.text--clr-reverse h1, .text--clr-reverse h2, .text--clr-reverse h3, .text--clr-reverse h4 {
  color: #fff;
}

.text-highlight {
  color: #f6921d;
}

/* Front Page Feature Story Image Link Text */
div.sfSnglRelatedItmWrp center a {
  font-size: 14px;
}

@media only screen and (min-width: 650px) {
  div.sfSnglRelatedItmWrp center a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 767px) {
  div.sfSnglRelatedItmWrp center a {
    font-size: 10px;
  }
}

@media only screen and (min-width: 992px) {
  div.sfSnglRelatedItmWrp center a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  div.sfSnglRelatedItmWrp center a {
    font-size: 16px;
  }
}

.faq-accordion h3 {
  color: #f6921d;
  font-size: 18pt;
}

.faq-accordion h3.margin-top {
  margin-top: 50px;
}

.accordion {
  margin: 1rem 0;
}

.accordion-dlc {
  margin: 1rem 0;
}

.accordion-group {
  margin-bottom: 1em;
}

.accordion-group.is-active .accordion-collapse {
  display: block;
}

.accordion-group.is-active .accordion-heading a:after {
  content: '-';
}

.accordion-group.is-active .accordion-heading-plus-right a:after {
  content: "-";
}

.accordion-heading-plus-right {
  color: #212121;
  border-bottom: 2px solid #f6921d;
}

.accordion-heading-plus-right .title {
  color: #f6921d;
  font-size: 20px;
}

.accordion-heading-plus-right .position {
  font-size: 12px;
}

.accordion-heading-plus-right a {
  position: relative;
  display: block;
  padding: .5em 1em .5em 3em;
  color: #212121;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  cursor: pointer !important;
}

.accordion-heading-plus-right a:hover {
  text-decoration: none;
}

.accordion-heading-plus-right a:focus {
  text-decoration: none;
}

.accordion-heading-plus-right a:after {
  position: absolute;
  content: '+';
  color: #f6921d;
  font-weight: bold;
  right: 4px;
}

@media (min-width: 46.8em) {
  .accordion-heading-plus-right a {
    font-size: 12pt;
  }
}

.accordion-heading {
  color: #212121;
  border-bottom: 2px solid #f6921d;
}

.accordion-heading a {
  position: relative;
  display: block;
  padding: .5em 1em .5em 1em;
  color: #212121;
  font-weight: bold;
  text-transform: none;
  cursor: pointer !important;
}

.accordion-heading a:hover {
  text-decoration: none;
  color: #212121;
}

.accordion-heading a:after {
  position: absolute;
  content: '+';
  color: #f6921d;
  font-weight: bold;
  right: 4px;
}

@media (min-width: 46.8em) {
  .accordion-heading a {
    font-size: 12pt;
  }
}

.accordion-collapse {
  display: none;
  padding: 1em;
  background: #fff;
}

.accordion-collapse .link {
  margin: 0;
}

.accordion-collapse .link a {
  color: #212121;
  text-decoration: underline;
  font-weight: 600;
}

.accordion-collapse .l-grid-item.is-align-right {
  text-align: left;
}

@media (min-width: 46.8em) {
  .accordion-collapse .l-grid-item.is-align-right {
    text-align: right;
  }
}

.banner--text__image {
  background: #f3f4f4;
}

@media (min-width: 46.8em) {
  .flexbox .banner--text__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.banner-body {
  padding: 2em;
  overflow: hidden;
}

.banner-body p {
  margin: 0;
  font-size: 1em;
  line-height: 1.75em;
}

.flexbox .banner-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner-figure {
  display: none;
  width: 16.73em;
}

.banner-figure img {
  display: block;
}

@media (min-width: 46.8em) {
  .banner-figure {
    display: block;
    float: left;
  }
  .flexbox .banner-figure {
    float: none;
  }
}

.flexbox .block--media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-figure {
  margin-right: 1.5rem;
  float: left;
}

.media-figure img {
  display: block;
}

.flexbox .media-figure {
  float: none;
}

.flexbox .media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.block--mini-figure .post-figure {
  width: 3em;
}

.block--mini-figure .post-figure img {
  border: none;
  border-radius: 0;
}

.block--mini-figure .post-body p {
  width: 100%;
}

@media (min-width: 66em) {
  .block--mini-figure .post-body p {
    margin: 1.3em 0 1.7em 0;
    width: 20em;
  }
}

.feature-post-list .section-title {
  margin-top: 0;
}

.single-feature-post {
  margin: 2em 0;
}

.single-feature-post p {
  margin: 0;
}

.reverse-heading-block {
  background-color: #212121;
  border-bottom: 4px solid #f6921d;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  text-transform: uppercase;
}

.reverse-heading-block .reverse-header {
  margin: 0;
  color: inherit;
}

.detail-table {
  margin: 0;
  border: none;
  text-align: center;
}

.detail-table.table-align-left {
  text-align: left;
}

.detail-table.table-align-left th {
  text-align: left;
}

.detail-table td,
.detail-table th {
  padding: 1em 0.5em;
  border: none;
}

.detail-table td:first-child,
.detail-table th:first-child {
  font-weight: 600;
}

.detail-table thead tr {
  background-color: #231f20;
  color: #fff;
}

.detail-table tbody tr {
  background: #fff;
}

.detail-table tbody tr:nth-child(2n+2) {
  background: #fef1e1;
}

.detail-table tbody tr td a {
  color: #212121;
  text-decoration: underline;
}

.detail-table p {
  margin: 0;
}

@media (max-width: 46.8em) {
  .detail-table {
    overflow-x: auto;
    display: block;
  }
  .detail-table thead tr th,
  .detail-table tbody tr td {
    padding: 0.5em;
  }
}

.accordion-table tbody tr.color-1.color-1 {
  background-color: #fff;
}

.accordion-table tbody tr.color-2.color-2 {
  background-color: #fef1e1;
}

.accordion-table tbody tr.accordion-content {
  display: none;
}

.accordion-table tbody tr.accordion-content div {
  padding: 1em;
  background: #f3f4f4;
  font-weight: normal;
}

.accordion-table tbody tr.accordion-content.show {
  display: table-row;
}

.accordion-table tbody tr td.table-accordion-button {
  cursor: pointer;
}

.account-block {
  margin-top: 2em;
  background-color: #231f20;
  color: #fff;
  padding: 1.5em;
}

.account-block .title {
  text-transform: uppercase;
  font-weight: 600;
}

.account-block .l-grid {
  margin-top: 1em;
}

.account-block .l-grid .l-grid-item {
  margin-bottom: 0;
}

.account-block .l-grid .label {
  font-weight: 600;
}

.account-block p {
  margin: 0;
}

.whiteContainer {
  /*background: $white; // removed to eliminate bug ticket #7293 multiple borders */
  padding: 0.5rem;
}

@media (min-width: 29.75em) {
  .whiteContainer {
    padding: 2rem;
  }
}

.k-header {
  background-color: #212121;
  color: #fff;
}

.k-grid-header .k-header > .k-link {
  color: #fff;
}

.k-widget {
  box-shadow: none;
  color: #212121;
  border: none;
  line-height: 1.4;
  background-color: transparent;
}

.k-widget.k-grid {
  border-radius: 0;
  box-shadow: none;
  color: #212121;
  border: none;
  line-height: 1.4;
  background-color: transparent;
  /* override k-grid's selected cell color */
  /* override k-grid's selected cell bg color */
}

.k-widget.k-grid table {
  margin: 0;
  border: none;
  text-align: center;
  box-shadow: none;
  color: #212121;
  border: none;
  line-height: 1.4;
  background-color: transparent;
}

.k-widget.k-grid table .k-grid-header {
  box-shadow: none;
  color: #212121;
  border: none;
  line-height: 1.4;
  background-color: transparent;
  background-image: none;
}

.k-widget.k-grid table .k-grid-header tr {
  background-color: #212121;
  color: #fff;
  line-height: 1.4;
}

.k-widget.k-grid table .k-grid-header tr .k-header {
  padding: 1em;
  border: none;
  font-weight: 600;
  text-align: center;
  /*.k-link {
              text-align: center;
            }*/
}

.k-widget.k-grid table tr {
  background-color: #fff;
  /* override k-grid's selected row bg color */
}

.k-widget.k-grid table tr.k-state-selected:hover {
  background-color: #fff;
}

.k-widget.k-grid table tr.k-alt {
  background-color: #fef1e1;
  /* override k-grid's selected row bg color */
}

.k-widget.k-grid table tr.k-alt.k-state-selected:hover {
  background-color: #fef1e1;
}

.k-widget.k-grid .k-state-selected {
  color: inherit;
}

.k-widget.k-grid tr.k-state-selected:hover td, .k-widget.k-grid .k-grid tr:hover .k-state-selected {
  background-color: inherit;
}

.k-widget.k-grid tr:hover {
  background-image: none;
}

.k-widget.k-grid .k-pager-input, .k-widget.k-grid .k-pager-sizes {
  padding: 0 1em;
}

.k-widget.k-grid .k-pager-wrap {
  font-size: 0.9em;
}

.k-widget.k-grid .k-pager-wrap input.k-textbox, .k-widget.k-grid .k-pager-wrap textarea.k-textbox {
  padding: 0;
}

@media (min-width: 24em) {
  .k-widget.k-grid .k-pager-wrap {
    font-size: 1em;
  }
}

.k-notification-wrap {
  white-space: normal;
}

.field-validation-error {
  color: #a94442;
  background-color: #f2dede;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}

.header-logo a {
  display: inline-block;
  vertical-align: top;
}

.icon--site-logo {
  padding: 0.5em 1em;
  width: 8.875em;
  height: 5.875em;
  fill: #fff;
}

@media (min-width: 46.8em) {
  .icon--site-logo {
    width: 10.875em;
    height: 7.875em;
  }
}

a .icon--site-logo:hover, a .icon--site-logo:focus,
button .icon--site-logo:hover,
button .icon--site-logo:focus {
  fill: #fff;
}

.breadcrumbs {
  margin: 1rem 0;
  margin-bottom: 0;
}

.breadcrumbs li {
  position: relative;
  padding: 0 .5em;
  padding-left: 1em;
}

.breadcrumbs li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #8b8b8b;
  font-size: 0.75em;
  font-weight: 700;
  content: '>';
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li:first-child:before {
  content: '';
}

.breadcrumbs a {
  display: block;
  color: #212121;
  font-size: 0.75em;
  font-weight: bold;
}

.breadcrumbs .is-current a {
  color: #f6921d;
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow li:last-of-type > a {
  color: #f6921d;
}

.sfBreadcrumbWrp .RadSiteMap ul.rsmFlow a {
  color: #212121;
  font-weight: bold;
}

.card-title {
  color: #212121;
  margin: 0.5rem 0;
}

.card--callout {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  border-width: 1px;
  padding: 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.card--callout:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-transition: 0.2s ease out;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.card--callout .icon {
  width: 3em;
  height: 3em;
}

.card--callout .card-title {
  color: #212121;
}

.card--post {
  position: relative;
}

.card--post .card-post__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.card-post__figure img {
  display: block;
}

.card-post__body {
  padding: 1em;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}

.form-group {
  margin-left: -1em;
}

.form-group li {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 1em;
}

@media (min-width: 46.8em) {
  .form-group.form-two-cols li {
    width: 50%;
  }
}

@media (min-width: 46.8em) {
  .form-group.form-two-cols-30-60 li {
    width: 33%;
  }
}

@media (min-width: 46.8em) {
  .form-group.form-two-cols-30-60 li:nth-child(even) {
    width: 66%;
  }
}

.inline-form {
  margin: 0;
}

.inline-form > fieldset {
  top: -8px;
}

.form-header {
  padding: 1em;
  color: #fff;
  background: #212121;
  border-bottom: 7px solid #f6921d;
}

.form-header .form-heading {
  margin: 0;
  color: inherit;
}

.form-body {
  padding: 1em;
}

.form-footer {
  padding: 1em;
}

.search-form fieldset {
  position: relative;
}

.search-form input[type="search"] {
  padding: .5em;
  padding-right: 2.5em;
  background: #f3f4f4;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: .25em;
  height: 100%;
  width: 2.5em;
  z-index: 1;
}

.search-submit {
  border: 1px solid transparent;
  color: #f6921d;
  background: transparent;
}

.search-submit .icon {
  width: 100%;
  height: 100%;
}

.utility-search div {
  position: relative;
}

@media (min-width: 1056px) {
  .utility-search div {
    margin: 1rem 0;
  }
}

.utility-search input {
  padding: .5em;
  padding-right: 2.5em;
  background: #f3f4f4;
}

.utility-search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: .25em;
  height: 100%;
  width: 2.5em;
  z-index: 1;
  border: 1px solid transparent;
  color: #f6921d;
  background: transparent;
}

.utility-search button .icon {
  width: 100%;
  height: 100%;
  fill: #f6921d;
}

@media (max-width: 1055px) {
  .utility-search button .icon {
    fill: #212121;
  }
}

.field--help {
  font-size: 0.75em;
}

@media (min-width: 798px) {
  .login-form {
    margin: 0 25%;
  }
}

.login-form .form-heading {
  text-align: center;
}

@media (min-width: 46.8em) {
  .login-form .form-heading {
    text-align: left;
  }
}

.login-form .form-body {
  background: #fff;
}

.login-form-2 {
  margin: 0;
}

.login-form-2 .header {
  font-size: 1.4em;
  font-weight: 700;
}

.login-form-2 .form-body {
  margin-top: 3em;
}

.login-form-2 .is-two-column * {
  display: inline-block;
}

.login-form-2 .is-two-column label {
  width: 6em;
}

.login-form-2 .field--help {
  padding-left: 9em;
  margin-bottom: 2.5em;
}

.login-form-2 .field--blur {
  font-size: 0.75em;
  color: #231f20;
  opacity: 0.5;
  word-spacing: 0.2em;
}

.login-form-2 a {
  color: #231f20;
  text-decoration: underline;
}

.login-form-2 .button {
  padding: 1em 2em;
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}

.login-form-2 input[type="text"],
.login-form-2 input[type="email"],
.login-form-2 input[type="password"] {
  width: 50%;
  padding: 0.5em;
}

.login-form-2 input[type="text"]:focus,
.login-form-2 input[type="email"]:focus,
.login-form-2 input[type="password"]:focus {
  outline: none;
  border: 1px solid #f7941e;
}

@media (max-width: 39.8em) {
  .login-form-2 .form-body {
    margin-top: 1em;
    padding: 0;
  }
  .login-form-2 .is-two-column * {
    display: block;
  }
  .login-form-2 .is-two-column label,
  .login-form-2 .is-two-column input {
    width: 100%;
  }
  .login-form-2 .field--help {
    padding-left: 0;
    margin-bottom: 1em;
  }
}

.mini-login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 35px;
  z-index: 100;
  pointer-events: auto;
  /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;*/
  -webkit-transition: margin-top 5000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: margin-top 5000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.mini-login > div {
  width: 250px;
  position: relative;
  margin: 1% auto;
  color: #444;
  border-radius: 1px;
}

.mini-login > div > .form-body {
  background: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.mini-login > div > .form-body input.input-validation-error {
  background-color: #f2dede;
  border: 1px solid #cc0000;
}

.mini-login #buttongroup .login-button-group {
  width: 100px;
  padding: 0.5em;
  margin-right: 0px;
}

.mini-login-show {
  display: block;
  -webkit-animation: login-animation-in .5s ease-out;
  animation: login-animation-in .5s ease-out;
}

@-webkit-keyframes login-animation-in {
  from {
    margin-top: 75px;
    opacity: 0;
  }
  to {
    margin-top: 35px;
    opacity: 1;
  }
}

@keyframes login-animation-in {
  from {
    margin-top: 75px;
    opacity: 0;
  }
  to {
    margin-top: 35px;
    opacity: 1;
  }
}

.mini-login-hide {
  display: none;
}

#miniLoginProgress {
  margin-top: -70%;
  left: 30%;
  width: 50px;
  z-index: 1000;
  height: 0;
  -webkit-transform: scale(0.5) translateY(75%);
      -ms-transform: scale(0.5) translateY(75%);
          transform: scale(0.5) translateY(75%);
  position: absolute;
  display: none;
}

.shadow-login {
  box-shadow: -10px 10px 5px grey;
}

.login-li-show {
  background: white;
  position: relative;
  z-index: 100;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.container-dlc {
  margin: 0 auto;
  padding: 0 0.5rem;
  max-width: 78.75rem;
}

@media (min-width: 29.75em) {
  .container-dlc {
    padding: 0 1rem;
  }
}

/**
 * Two Col Layout
 */
.l-two-col {
  background: #f3f4f4;
}

.l-two-col .l-main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 46.8em) {
  .l-two-col .l-main {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 66em) {
  .l-two-col .l-main {
    width: 65.95744681%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.l-two-col .l-sidebar {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 46.8em) {
  .l-two-col .l-sidebar {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 66em) {
  .l-two-col .l-sidebar {
    width: 31.91489362%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.l-main,
.l-sidebar {
  padding: 1em;
}

.l-sidebar.is-reverse {
  background: #231f20;
}

/**
 * Grid Layout
 */
.l-grid {
  margin-top: 2rem;
  margin-left: -1rem;
}

.l-grid .l-grid-item {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

@media (min-width: 66em) {
  .l-grid {
    margin-left: -2rem;
  }
  .l-grid .l-grid-item {
    padding-left: 2rem;
  }
}

.flexbox .l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox .l-grid .l-grid-item.l-grid-item {
  margin-right: auto;
}

.flexbox .l-grid.l-grid-box .l-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox .l-grid.l-grid-box .l-grid-box-inner {
  padding: 2rem;
}

.l-grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.l-grid-item.icon-padding {
  padding-left: 65px;
}

.l-grid-item.icon-padding img {
  float: left;
  max-width: 50px;
  margin-left: -55px;
}

@media (min-width: 46.8em) {
  .l-grid--2up .l-grid-item {
    margin-right: -5px;
    width: 50%;
  }
}

@media (min-width: 46.8em) {
  .l-grid--3up .l-grid-item {
    margin-right: -5px;
    width: 33.33%;
  }
}

@media (min-width: 46.8em) {
  .l-grid--4up .l-grid-item {
    margin-right: -5px;
    width: 46%;
  }
}

@media (min-width: 66em) {
  .l-grid--4up .l-grid-item {
    margin-right: -5px;
    width: 25%;
  }
}

.l-block-list .l-item,
.l-block-list .l-grid-item {
  margin-bottom: 4em;
}

@media (min-width: 46.8em) {
  .l-block-list .l-item,
  .l-block-list .l-grid-item {
    margin-bottom: 6em;
  }
}

/**
 * Box Layout
 */
.box-layout .box-item-fullspan {
  padding: 0.5rem;
  background-color: #f3f4f4;
  width: 100%;
}

@media (min-width: 29.75em) {
  .box-layout .box-item-fullspan {
    padding: 1.5rem;
  }
}

.box-layout .box-item-left {
  padding: 0.5rem;
  background-color: #f3f4f4;
}

@media (min-width: 29.75em) {
  .box-layout .box-item-left {
    padding: 1.5rem;
  }
}

@media (min-width: 66em) {
  .box-layout .box-item-left {
    float: left;
    width: calc(100% - 25em);
  }
}

.flexbox .box-layout .box-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: none;
  width: auto;
}

.box-layout .box-item-right {
  float: right;
  padding: 0.5rem;
  width: 25em;
  color: #fff;
  background-color: #231f20;
}

@media (min-width: 29.75em) {
  .box-layout .box-item-right {
    padding: 1.5rem;
  }
}

.flexbox .box-layout .box-item-right {
  float: none;
}

.box-layout .box-item-right a {
  color: #fff;
  text-decoration: underline;
}

.box-layout .box-item-right a.button {
  background: #f6921d;
  color: #212121;
}

.box-layout .box-item-right a:hover, .box-layout .box-item-right a:focus {
  cursor: pointer;
  text-decoration: none;
}

.box-layout .box-item-right h1, .box-layout .box-item-right h2, .box-layout .box-item-right h3, .box-layout .box-item-right h4, .box-layout .box-item-right h5, .box-layout .box-item-right h6 {
  color: #fff;
}

.box-layout .box-item-right h3 {
  border-bottom: 1px solid #fff;
}

.box-layout .box-item-right h3 a {
  text-decoration: none;
}

.box-layout .box-item-right h3 a:hover, .box-layout .box-item-right h3 a:focus {
  cursor: pointer;
  text-decoration: underline;
}

.flexbox .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 66em) {
  .box-layout {
    display: block !important;
    height: auto;
  }
  .box-layout .box-item-right {
    width: 100%;
  }
}

#recaptcha {
  -ms-transform: scale(0.85);
      transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media (min-width: 24em) {
  #recaptcha {
    -ms-transform: none;
        transform: none;
    -webkit-transform: none;
  }
}

.primary-nav {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.primary-nav a {
  display: block;
  padding: 0 1em;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.primary-nav > ul > li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
  border-bottom: solid 3px #fff;
}

.primary-nav > ul > li > a {
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.primary-nav ul li ul {
  position: absolute;
  border-bottom: solid 4px #f6921d;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 20;
  margin-top: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.primary-nav ul li ul li {
  text-align: left;
  margin: 0;
  padding-left: 44px;
}

.primary-nav ul li ul a {
  padding: 15px 0;
  -webkit-transition: none;
  transition: none;
}

.primary-nav ul li ul li:hover {
  background-color: #f6921d;
  border: 0;
}

.primary-nav ul li ul li:hover a {
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

.primary-nav ul li:hover ul {
  display: block;
  position: absolute;
  -webkit-animation: nav-animation-in .25s ease-out;
  animation: nav-animation-in .25s ease-out;
}

@-webkit-keyframes nav-animation-in {
  from {
    margin-top: 35px;
    opacity: 0;
  }
  to {
    margin-top: 4px;
    opacity: 1;
  }
}

@keyframes nav-animation-in {
  from {
    margin-top: 35px;
    opacity: 0;
  }
  to {
    margin-top: 4px;
    opacity: 1;
  }
}

.nav--icons a {
  display: block;
}

.nav--icons.nav--icons--header svg {
  fill: #f6921d;
}

.nav--icons.nav--icons--footer svg {
  fill: #fff;
}

.nav--icons li {
  margin-left: .5em;
}

.nav--icons li:first-child {
  margin-left: 0;
}

.nav--list {
  padding-top: 1em;
}

.nav--list a {
  display: block;
}

.nav--list li {
  border-left: 1px solid #212121;
}

.nav--list li:first-child {
  border-left: 0 none;
}

.nav--list span {
  display: inline-block;
  padding: 0 1em;
  color: #212121;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.nav--list a {
  display: inline-block;
  padding: 0 1em;
  color: #212121;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.nav--list a:hover, .nav--list a:focus {
  text-decoration: underline;
}

.nav--list.nav--reverse li {
  border-left: 1px solid #fff;
}

.nav--list.nav--reverse li:first-child {
  border-left: 0 none;
}

.nav--list.nav--reverse a {
  text-decoration: none;
}

.nav--list.nav--reverse a:hover, .nav--list.nav--reverse a:focus {
  text-decoration: underline;
}

.nav--primary {
  display: none;
  margin: 2rem 0;
  text-align: center;
}

.nav--primary a {
  display: block;
}

@media (min-width: 66em) {
  .nav--primary {
    display: block !important;
  }
  .nav--primary a {
    display: inline-block;
  }
}

.nav--primary > ul {
  position: relative;
}

@media (min-width: 66em) {
  .flexbox .nav--primary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.nav--primary > ul > li > .nav__dropdown {
  display: none;
}

.nav--primary > ul > li > a {
  padding: .5em 1em;
  text-align: left;
}

@media (min-width: 66em) {
  .nav--primary > ul > li > a {
    text-align: center;
    font-size: .75em;
  }
}

@media (min-width: 66em) {
  .nav--primary > ul > li > a {
    font-size: 1.025em;
  }
}

@media (min-width: 66em) {
  .nav--primary > ul > li:focus > .nav__dropdown, .nav--primary > ul > li:hover > .nav__dropdown {
    display: block;
  }
  .flexbox .nav--primary > ul > li:focus > .nav__dropdown, .flexbox .nav--primary > ul > li:hover > .nav__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nav--primary > ul > li > ul {
  display: block;
  padding: 1em;
  width: 100%;
  background: #f3f4f4;
}

@media (min-width: 66em) {
  .nav--primary > ul > li > ul {
    position: absolute;
  }
}

.nav--primary > ul > li > ul > li {
  padding: 1em;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 66em) {
  .nav--primary > ul > li > ul > li {
    width: 25%;
  }
}

.nav--primary li {
  display: block;
}

@media (min-width: 66em) {
  .nav--primary li {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
  }
}

.nav--primary a {
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
}

.nav--primary a:focus, .nav--primary a:hover {
  text-decoration: none;
}

.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

.nav__dropdown {
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  z-index: 20;
}

.nav__dropdown li {
  display: block;
}

.nav__dropdown a {
  padding: .15em 0;
  font-size: 1em;
}

.nav__dropdown .nav__dropdown {
  display: block;
}

.nav__dropdown .nav__dropdown a {
  font-weight: 300;
  text-transform: none;
}

.nav-mobile-controls {
  text-align: right;
}

@media (min-width: 29.75em) {
  .nav-mobile-controls {
    margin: 1rem 0;
  }
}

.nav-mobile-controls .icon {
  width: 2em;
  height: 2em;
  fill: #212121;
}

.meanmenu-reveal {
  display: none !important;
}

.mean-nav {
  display: none;
}

.mean-nav .nav__dropdown {
  border-top: 0 none;
}

.mean-nav > ul {
  display: block !important;
}

.mean-container .mean-bar {
  background: transparent;
  min-height: 0;
  padding: 0;
}

.mean-container .mean-nav {
  margin-top: 0;
  background: none;
}

.mean-container .mean-nav ul li a {
  border: 0 none;
  text-transform: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 1.4em;
  width: 97%;
  margin-top: 0;
  padding: 1em;
  font-size: 1em !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 66em) {
  .nav--primary ul li.orange {
    border-bottom: 3px #fff;
  }
  .nav--primary ul li.orange.active, .nav--primary ul li.orange:focus, .nav--primary ul li.orange:hover {
    border-bottom: 3px solid #f6921d;
  }
}

.nav--primary ul li.orange .nav__dropdown {
  background: #fef1e1;
}

.nav--primary ul li.orange .nav__dropdown li a {
  border-bottom: 3px solid #fef1e1;
}

.nav--primary ul li.orange .nav__dropdown li a.active, .nav--primary ul li.orange .nav__dropdown li a:focus, .nav--primary ul li.orange .nav__dropdown li a:hover {
  border-bottom: 3px solid #f6921d;
}

@media (min-width: 66em) {
  .nav--primary ul li.blue {
    border-bottom: 3px #fff;
  }
  .nav--primary ul li.blue.active, .nav--primary ul li.blue:focus, .nav--primary ul li.blue:hover {
    border-bottom: 3px solid #00AEEF;
  }
}

.nav--primary ul li.blue .nav__dropdown {
  background: #effbff;
}

.nav--primary ul li.blue .nav__dropdown li a {
  border-bottom: 3px solid #effbff;
}

.nav--primary ul li.blue .nav__dropdown li a.active, .nav--primary ul li.blue .nav__dropdown li a:focus, .nav--primary ul li.blue .nav__dropdown li a:hover {
  border-bottom: 3px solid #00AEEF;
}

@media (min-width: 66em) {
  .nav--primary ul li.yellow {
    border-bottom: 3px #fff;
  }
  .nav--primary ul li.yellow.active, .nav--primary ul li.yellow:focus, .nav--primary ul li.yellow:hover {
    border-bottom: 3px solid #ffcd42;
  }
}

.nav--primary ul li.yellow .nav__dropdown {
  background: white;
}

.nav--primary ul li.yellow .nav__dropdown li a {
  border-bottom: 3px solid white;
}

.nav--primary ul li.yellow .nav__dropdown li a.active, .nav--primary ul li.yellow .nav__dropdown li a:focus, .nav--primary ul li.yellow .nav__dropdown li a:hover {
  border-bottom: 3px solid #ffcd42;
}

@media (min-width: 66em) {
  .nav--primary ul li.green {
    border-bottom: 3px #fff;
  }
  .nav--primary ul li.green.active, .nav--primary ul li.green:focus, .nav--primary ul li.green:hover {
    border-bottom: 3px solid #78BE43;
  }
}

.nav--primary ul li.green .nav__dropdown {
  background: #f2f9ee;
}

.nav--primary ul li.green .nav__dropdown li a {
  border-bottom: 3px solid #f2f9ee;
}

.nav--primary ul li.green .nav__dropdown li a.active, .nav--primary ul li.green .nav__dropdown li a:focus, .nav--primary ul li.green .nav__dropdown li a:hover {
  border-bottom: 3px solid #78BE43;
}

@media (min-width: 66em) {
  .nav--primary ul li.black {
    border-bottom: 3px #fff;
  }
  .nav--primary ul li.black.active, .nav--primary ul li.black:focus, .nav--primary ul li.black:hover {
    border-bottom: 3px solid #212121;
  }
}

.nav--primary ul li.black .nav__dropdown {
  background: #a1a1a1;
}

.nav--primary ul li.black .nav__dropdown li a {
  border-bottom: 3px solid #a1a1a1;
}

.nav--primary ul li.black .nav__dropdown li a.active, .nav--primary ul li.black .nav__dropdown li a:focus, .nav--primary ul li.black .nav__dropdown li a:hover {
  border-bottom: 3px solid #212121;
}

@media (min-width: 66em) {
  .nav--primary ul li.section-grey {
    border-bottom: 3px solid #fff;
  }
  .nav--primary ul li.section-grey.active, .nav--primary ul li.section-grey:focus, .nav--primary ul li.section-grey:hover {
    border-bottom: 3px solid #898989;
  }
}

.nav--primary ul li.section-grey .nav__dropdown {
  background: #d6d6d6;
}

.nav--primary ul li.section-grey .nav__dropdown li a {
  border-bottom: 3px solid #d6d6d6;
}

.nav--primary ul li.section-grey .nav__dropdown li a.active, .nav--primary ul li.section-grey .nav__dropdown li a:focus, .nav--primary ul li.section-grey .nav__dropdown li a:hover {
  border-bottom: 3px solid #898989;
}

.account-nav-container {
  display: inline-block;
  border-bottom: 2px solid #fff;
}

.account-nav-container ul {
  list-style: none;
}

.account-nav-container ul.clear-space {
  padding: 0;
  margin: 0;
}

.account-nav-container ul li {
  padding: 0;
  margin: 0;
  text-align: center;
}

.account-nav-container ul li.white-border-left {
  border-left: 2px solid #fff;
}

.account-nav-container ul li a {
  color: #212121;
  font-weight: bold;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  float: left;
}

.account-nav-container ul li span {
  color: #fff;
  font-weight: bold;
  padding: 1em;
  width: 100%;
  float: left;
}

.account-nav-container ul li span:hover, .account-nav-container ul li span:focus {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 66em) {
  .account-nav-container {
    display: none;
  }
}

.nav--secondary ul {
  margin: 1em 0;
}

.nav--secondary ul li {
  margin: 1em 0;
  font-weight: bold;
}

.nav--secondary ul ul {
  padding-left: 1em;
}

.nav--secondary ul ul li {
  margin: .5em 0;
  font-weight: normal;
}

.nav--secondary a {
  text-decoration: none;
}

.nav--secondary a.active {
  text-decoration: underline;
}

.nav--secondary.is-reverse a {
  color: #fff;
  text-decoration: none;
}

.nav--secondary.is-reverse a:hover, .nav--secondary.is-reverse a:focus {
  text-decoration: underline;
}

.nav--secondary.is-reverse a.active {
  text-decoration: underline;
}

.pressReleaseNav a {
  text-decoration: none;
}

.pressReleaseNav a:hover, .pressReleaseNav a:focus {
  text-decoration: underline;
}

.pressReleaseNav a.active {
  text-decoration: underline;
}

.list-reset--counter {
  counter-reset: li;
}

.list-reset--counter > li {
  list-style: none;
  position: relative;
}

.list-reset--counter > li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  box-sizing: content-box;
  top: 0;
  left: 0;
}

.nav-steps {
  display: block;
  vertical-align: top;
  padding: 0px 10px 0px 5px;
  margin: 0 auto;
  width: 90%;
}

.step-list {
  border-top: 2px dotted #C8C8C8;
  margin-top: 3em;
}

.flexbox .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 46.8em) {
  .step-list {
    margin-top: 2em;
  }
}

.step-list > li {
  margin-top: 0;
  padding: 2em 0;
  text-align: center;
}

@media (min-width: 46.8em) {
  .step-list > li {
    margin-right: 0;
    float: Left;
    vertical-align: top;
    width: 15%;
  }
}

.step-list > li:before {
  top: -2em;
  left: calc( 50% - 1.95em);
  height: 2.375em;
  width: 2.375em;
  border: 12px solid #fff;
  border-radius: 3em;
  color: #fff;
  background: #CFCFCF;
  font-weight: 700;
  line-height: 2.5em;
  text-align: center;
}

.step-list > li.is-current:before {
  background: #f6921d;
}

.step-list > li:first-child,
.step-list > li .step--first {
  margin-left: -3em;
}

.step-list > li:last-child,
.step-list > li .step--last {
  margin-right: -3em;
}

.step-item {
  font-size: 12px;
  width: 100%;
  margin-left: 0px;
  padding-top: 10px;
}

.step-item a {
  color: #212121;
}

.notification {
  background: #ffcd42;
  padding: 0.5em;
}

.notification a {
  color: #212121;
  font-weight: bold;
  text-decoration: underline;
}

.notification a:focus, .notification a:hover {
  color: black;
}

.notification__title {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 46.8em) {
  .notification__title {
    width: 47.82608696%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 66em) {
  .notification__title {
    width: 40.42553191%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.notification__title h4 {
  margin: .5em 0;
}

.notification__title .notification-icon {
  fill: #212121;
  width: 3em;
  height: 3em;
}

.notification__title .media-figure {
  margin-right: .5em;
}

.navigation__body {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 46.8em) {
  .navigation__body {
    width: 47.82608696%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media (min-width: 66em) {
  .navigation__body {
    width: 57.44680851%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.alert-header {
  font-size: 1.25em;
}

.energy-interest-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  margin: 4px;
  background: #bfbfbf;
  border-radius: 10px;
}

.energy-interest-row input {
  margin-left: 4px;
}

.energy-interest-row input:hover {
  cursor: pointer;
}

.energy-interest-row label:hover {
  cursor: pointer;
}

.energy-interest-row:hover {
  background: #f6921d;
}

.billing-accordion-row {
  /*display: none;*/
  text-align: left;
  position: relative;
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.billing-accordion-row input {
  border: none;
  padding: 0px 0;
  background: none;
  color: #000;
  outline: none;
  border-bottom: 1px solid #e5e6ec;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  width: 27%;
}

.billing-accordion-row input[aria-invalid='true'] {
  border-bottom: 1px solid red;
}

.billing-accordion-row .errormsg {
  display: none;
  color: red;
  font-size: 13px;
}

.account-selection {
  background-color: #f3f4f4;
  padding: 15px;
}

.account-selection .current-account-heading {
  padding: 5px;
  background-color: #fff;
}

.account-selection .button {
  font-size: 12pt;
}

.account-selection .button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-select-button {
  width: 100%;
}

.border-right-dotted {
  border-right: dotted 1px black;
}

/* Feature Story & Newsroom Pagination */
.sf_pagerNumeric {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.sf_PagerCurrent {
  background-color: #f6921d;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

.sf_pagerNumeric a {
  margin: 0 6px;
  padding: 4px 10px;
  border: 1px solid #f6921d;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
}

.sf_pagerNumeric a:hover, .sf_pagerNumeric a:active {
  background-color: #f6921d;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

.post-figure {
  width: 10em;
  float: left;
  margin: 0 auto;
}

@media (min-width: 46.8em) {
  .post-figure {
    margin-right: 1.5rem;
  }
}

.post-figure img {
  display: block;
  border-radius: 10em;
  border: 2px solid #231f20;
}

.flexbox .post-figure {
  float: none;
}

@media (max-width: 29.75em) {
  .post-figure {
    display: none;
  }
}

.post-body h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.post-body a {
  text-transform: none;
}

.post-body p {
  line-height: 1.25em;
  /*max-height: 5em;
    overflow: hidden;*/
  word-spacing: 0.4em;
}

.flexbox .post-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 46.8em) {
  .flexbox .block--post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.block--post .greybg {
  background: #f3f4f4;
  padding: 1em 0;
}

.block--post .post-body p {
  margin: 1em 0;
  font-weight: bold;
}

.block--post .post-body p.orange {
  font-weight: normal;
}

.block--post__no__image .post-body p {
  margin: 1em 0 1.25em 0;
}

.fourOFour-container {
  position: relative;
}

@media (min-width: 46.8em) {
  .fourOFour-container .fourOFour-content {
    position: absolute;
    top: 6%;
    right: 3%;
    text-align: center;
    max-width: 65%;
  }
  .fourOFour-container .fourOFour-content h1 {
    color: #fff;
    font-size: 6em;
  }
  .fourOFour-container .fourOFour-content h3 {
    color: #fff;
  }
  .fourOFour-container .fourOFour-content p {
    color: #fff;
  }
  .fourOFour-container .fourOFour-content .inline-form.search-form {
    max-width: 55%;
    margin: 0 auto;
  }
}

.form-setting {
  margin-top: 1rem;
  padding: 0.5em;
  background: #f3f4f4;
}

@media (min-width: 46.8em) {
  .form-setting {
    padding: 1em;
  }
}

.form-setting:first-child {
  margin-top: 0;
}

.setting-heading .setting-toggle {
  margin-top: .5em;
}

@media (min-width: 46.8em) {
  .setting-heading .setting-toggle {
    float: right;
    margin-top: 0;
  }
}

.setting-body {
  display: none;
  padding-top: 1em;
}

.setting--open .setting-body {
  display: block;
}

.tabs {
  margin: 1rem 0;
}

.tab-controls {
  border-bottom: 4px solid #f6921d;
}

.tab-controls li {
  background: #2e292a;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  margin-left: 0.5rem;
}

.tab-controls li:first-child {
  margin-left: 0;
}

.tab-controls li:hover, .tab-controls li:focus {
  background: #060505;
}

.tab-controls li.is-active {
  background: #f6921d;
}

.tab-controls li.is-active a {
  color: #212121;
  cursor: default;
}

.tab-controls a {
  display: block;
  padding: .5em 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .85em;
}

@media (min-width: 46.8em) {
  .tab-controls a {
    font-size: 1em;
  }
}

.tab-controls a:hover, .tab-controls a:focus {
  text-decoration: none;
}

.flexbox .tab-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox .tab-controls li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px solid #f6921d;
  margin-right: 0;
  margin-left: 0;
  width: 50%;
}

.flexbox .tab-controls li:nth-child(1), .flexbox .tab-controls li:nth-child(2) {
  border-top: 0 none;
}

@media (min-width: 46.8em) {
  .flexbox .tab-controls li {
    margin-left: 0.5rem;
    width: auto;
    border-top: 0 none;
  }
  .flexbox .tab-controls li:first-child {
    margin-left: 0;
  }
}

.flexbox .tab-controls a {
  width: 100%;
}

.single-tab {
  display: none;
  padding: 1em;
  /*background: #fff; // removed to address multiple containers bug ticket #7293 */
}

.single-tab.is-active {
  display: block;
}

/**
 * Text Blocks
 */
.intro-text {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.15em;
}

@media (min-width: 46.8em) {
  .intro-text {
    font-size: 1.4375em;
  }
}

/**
 * Slogan
 */
.slogan {
  margin-top: 3.5em;
  margin-bottom: 5.35em;
}

.slogan h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
}

@media (min-width: 46.8em) {
  .slogan h3 {
    font-size: 1.8em;
  }
}

.blackOrange {
  margin-top: 3.5em;
  margin-bottom: 5.35em;
}

.blackOrange h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.blackOrange h3:nth-child(even) {
  color: #f6921d;
}

.blackOrange h3:nth-child(even) a {
  color: #f6921d;
}

/**
 * Sidebar
 */
.sidebar-content .sidebar-title, .sidebar-content p, .sidebar-content li {
  color: inherit;
}

.sidebar-content .sidebar-title {
  margin: 0;
  padding-bottom: .15em;
}

.sidebar-content a {
  color: #fff;
  text-decoration: underline;
}

.sidebar-content a:hover, .sidebar-content a:focus {
  color: #fff;
}

.sidebar-content .button {
  margin: .5em 0;
  text-decoration: none;
}

.is-reverse .sidebar-content {
  color: #fff;
  background: #231f20;
}

.sidebar-section {
  padding: 1em 0;
  border-bottom: 1px solid #fff;
}

.sidebar-section.no-border {
  border: none;
}

.orange {
  color: #f6921d;
}

.red-text {
  color: #E82C2C;
}

.callout-boldt-text {
  font-size: 1.5em;
  font-weight: bold;
}

@media (min-width: 46.8em) {
  .marginRight {
    margin-right: 1.5em;
  }
}

.twitter-feed {
  color: #fff;
}

.twitter-feed-header {
  margin-bottom: 2em;
  text-align: center;
}

.twitter-feed-header .icon {
  background-color: #fff;
  width: 2.4375em;
  height: 2.4375em;
}

.twitter-feed__title {
  margin: 0;
  text-transform: none;
  color: inherit;
}

.twitter-feed__user {
  margin: 0;
  color: inherit;
  font-size: 0.875em;
}

.twitter-post {
  color: inherit;
  margin-bottom: 2em;
}

.twitter-post p {
  margin: 0;
}

.twitter-post a {
  color: #fff;
  text-decoration: underline;
}

.site-footer {
  padding: 1em 0;
  color: #fff;
  background: #231f20;
}

.site-footer a {
  color: #fff;
}

.footer-social {
  text-align: center;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 46.8em) {
  .footer-social {
    text-align: left;
    width: 13.04347826%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 66em) {
  .footer-social {
    width: 14.89361702%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.footer-nav {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin: 1em 0;
  text-align: center;
}

@media (min-width: 46.8em) {
  .footer-nav {
    width: 65.2173913%;
    float: left;
    margin-right: -100%;
    margin-left: 17.39130435%;
    clear: none;
  }
}

@media (min-width: 66em) {
  .footer-nav {
    width: 65.95744681%;
    float: left;
    margin-right: -100%;
    margin-left: 17.0212766%;
    clear: none;
  }
}

.footer-customer-service {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-bottom: 1em;
  text-align: center;
}

@media (min-width: 46.8em) {
  .footer-customer-service {
    width: 13.04347826%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    text-align: right;
  }
}

@media (min-width: 66em) {
  .footer-customer-service {
    width: 14.89361702%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.footer-customer-service a {
  text-decoration: underline;
}

.footer-customer-service p {
  margin: 0;
}

.copyright {
  margin: 0;
  text-align: center;
}

.site-header {
  background: #fff;
  border-bottom: 5px solid #f3f4f4;
}

.site-header.orange {
  border-bottom: 5px solid #f6921d;
}

.site-header.blue {
  border-bottom: 5px solid #00AEEF;
}

.site-header.yellow {
  border-bottom: 5px solid #ffcd42;
}

.site-header.green {
  border-bottom: 5px solid #78BE43;
}

.site-header.black {
  border-bottom: 5px solid #212121;
}

.site-header.section-grey {
  border-bottom: 5px solid #898989;
}

@media (min-width: 66em) {
  .site-header {
    background: transparent;
  }
}

.site-header--bot {
  background: #f6921d;
}

@media (min-width: 66em) {
  .site-header--bot {
    background: transparent;
  }
}

.header-logo {
  text-align: center;
  float: left;
  width: 100%;
}

@media (min-width: 66em) {
  .header-logo {
    width: 14.89361702%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    text-align: left;
  }
}

@media (min-width: 66em) {
  .header-logo {
    width: 23.40425532%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 66em) {
  .nav-mobile-controls {
    display: none;
  }
}

.nav-mobile-controls .nav--icons {
  position: relative;
}

.nav-mobile-controls .nav--icons li {
  position: absolute;
  top: 2em;
}

.nav-mobile-controls .nav--icons li:nth-child(1) {
  left: 0;
}

.nav-mobile-controls .nav--icons li:nth-child(2) {
  right: 0;
}

.header-utility {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 46.8em) {
  .header-utility {
    margin-top: 1rem;
  }
}

@media (min-width: 66em) {
  .header-utility {
    width: 31.91489362%;
    float: left;
    margin-right: -100%;
    margin-left: 17.0212766%;
    clear: none;
    display: block;
  }
}

@media (min-width: 66em) {
  .header-utility {
    width: 74.46808511%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.header-utility .header-eyebrow {
  text-align: right;
}

.header-utility .header-eyebrow > div {
  display: inline-block;
  position: relative;
}

.header-utility .header-eyebrow > #loginWrapper li {
  margin-right: 0;
}

@media (max-width: 1055px) {
  .header-utility .header-eyebrow > div:first-child {
    width: 100%;
    padding: 0 15px;
  }
}

.utility-search,
.utility-nav {
  display: none;
  text-align: right;
}

@media (min-width: 66em) {
  .utility-search,
  .utility-nav {
    display: block !important;
  }
}

@media (min-width: 66em) {
  .utility-search .nav--list,
  .utility-nav .nav--list {
    float: left;
  }
}

@media (min-width: 66em) {
  .search-field {
    background: transparent !important;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 2px solid #f6921d !important;
    padding-right: 2.5em !important;
    padding-top: 1em !important;
    padding-bottom: 0px !important;
    margin-bottom: 5px;
    width: 100%;
  }
  .search-field:focus {
    outline: none;
  }
}

.page-hero {
  position: relative;
}

.hero__figure {
  display: none;
  position: relative;
}

@media (min-width: 46.8em) {
  .hero__figure {
    display: block;
    height: 33em;
    overflow: hidden;
  }
}

.hero__figure img {
  display: block;
}

@media (min-width: 46.8em) {
  .hero__figure img {
    position: absolute;
    z-index: 1;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 100%;
    min-width: 1600px;
  }
}

@media (min-width: 46.8em) {
  .hero__body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0px 24px;
  }
}

.hero-callout {
  display: none;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 66em) {
  .hero-callout {
    display: block;
    margin-top: 5%;
    width: 40.42553191%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 46.8em) {
  .hero-callout .callout-text {
    color: #fff;
  }
  .hero-callout .callout-text h1, .hero-callout .callout-text h2, .hero-callout .callout-text h3, .hero-callout .callout-text h4 {
    color: #fff;
  }
}

.hero-login {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 66em) {
  .hero-login {
    margin-top: 5%;
    width: 40.42553191%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.page {
  background: #fff;
}

.page-header {
  margin: 2.5em 0 1.5em;
  border: none;
}

.page-header h1 {
  margin: 0;
}

.img-top {
  margin-top: 1em;
}

.img-right {
  margin-right: 1em;
}

.img-bottom {
  margin-bottom: 1em;
}

.img-left {
  margin-left: 1em;
}

.list-nobullet {
  list-style: none;
}

.validity {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  float: left;
  margin: 0 5px;
}

.inUse {
  background-image: url("/Content/images/notsign.png");
}

.available {
  background-image: url("/Content/images/checkmark.png");
}

.newsroom_box {
  display: block;
  height: 8em;
  text-align: center;
  color: #000;
  border: 0.1875em solid #000;
  margin-bottom: 1em;
}

@media (min-width: 66em) {
  .newsroom_box {
    margin-bottom: 2em;
  }
}

.newsroom_box:hover, .newsroom_box:focus {
  color: #000;
  text-decoration: none;
}

.newsroom_box div {
  position: relative;
  top: calc(50% - 2.5em);
}

.newsroom_box h5 {
  text-transform: none;
}

@media (min-width: 46.8em) {
  .newsroom_latest {
    width: 96%;
  }
}

.newsroom_box1 {
  background-color: #f6921d;
  border-color: #f6921d;
}

.newsroom_box1:hover {
  background-color: #fef1e1;
}

.newsroom_box2 {
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.newsroom_box2:hover {
  background-color: #effbff;
}

.newsroom_box3 {
  background-color: #ffcd42;
  border-color: #ffcd42;
}

.newsroom_box3:hover {
  background-color: white;
}

.newsroom_box4 {
  background-color: #78BE43;
  border-color: #78BE43;
}

.newsroom_box4:hover {
  background-color: #f2f9ee;
}

.sf_pagerNumeric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sf_pagerNumeric a {
  margin: 0 6px;
  padding: 4px 10px;
  border: 1px solid #f6921d;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
}

.sf_pagerNumeric a:hover,
.sf_pagerNumeric a:active {
  background-color: #f6921d;
  color: white;
  -webkit-transition: none;
  transition: none;
}

.map-container {
  background: #f3f4f4;
  padding: 0.5rem;
  margin: -0.5rem;
}

@media (min-width: 29.75em) {
  .map-container {
    padding: 1.5rem;
    margin: -1.5rem;
  }
}

@media (min-width: 46.8em) {
  .map-container {
    margin: 0;
  }
}

.flexbox .map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 66em) {
  .map-container {
    display: block !important;
    height: auto;
  }
  .map-container .summary-legend,
  .map-container .map {
    width: 100%;
    padding: 0;
  }
  .map-container .map {
    margin-top: 4em;
  }
}

.summary-legend {
  width: 33.33%;
}

.summary-legend > div {
  margin-top: 3em;
}

.summary-legend div:first-child {
  margin-top: 0;
}

.summary-legend h4 {
  margin: 0;
  text-transform: none;
  margin: 0 0 0.5em 0;
}

.summary-legend .button {
  font-weight: 600;
}

.summary-legend .summary p {
  margin: 0.25em 0.25em 0.25em 0;
}

.summary-legend .legend > div {
  margin: 1em 0;
}

.flexbox .summary-legend .legend > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.summary-legend .legend > div .icon {
  width: 2em;
  margin-right: 1em;
}

.summary-legend .legend > div .icon img {
  display: block;
}

.summary-legend .legend > div .label {
  margin: auto;
}

.flexbox .summary-legend .legend > div .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flexbox .summary-legend {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.map {
  width: 66.66%;
  padding-left: 4em;
  display: inline-block;
}

.map .tabs {
  margin: 0;
}

.map .tabs ul.tab-controls {
  border: 2px solid #f7941e;
  font-size: 0.85em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.map .tabs ul.tab-controls li {
  margin: 0;
  background: transparent;
}

.map .tabs ul.tab-controls li a {
  color: #212121;
  padding: 0.5em 1.5em;
}

.map .tabs ul.tab-controls li.is-active {
  background: #f7941e;
}

.map .tabs ul.tab-controls li.is-active a {
  color: #212121;
}

.map .tabs .tab-groups {
  margin-top: 1.5em;
  float: right;
  width: 100%;
}

.map .tabs .tab-groups .single-tab {
  background: transparent;
  padding: 0;
}

.map .tabs .tab-groups .single-tab img {
  width: 100%;
}

.switch-account-page .container-dlc .box-layout .box-item-left h4 {
  margin: 0;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #ffffff;
  border: 0.1875em solid #f6921d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.timeline ul li div:before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
  width: 340px;
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(odd) div:before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f6921d transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -422px;
  margin-left: 20px;
  width: 365px;
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0);
}

.timeline ul li:nth-child(even) div:before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f6921d;
}

@media screen and (max-width: 600px) {
  .timeline ul li:nth-child(even) div:before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}

@media screen and (max-width: 900px) {
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
}

.timeline ul li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view:after {
  background: #333;
}

.timeline ul li.active.in-view:after {
  background: #f6921d;
}

.timeline ul li.in-view div {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .timeline #interconnect-status-timeline li {
    position: initial;
  }
  .timeline #interconnect-status-timeline li div {
    left: -180px;
    width: 360px;
    margin-left: 0;
  }
  .timeline #interconnect-status-timeline li div:before {
    visibility: hidden;
  }
  .timeline #interconnect-status-timeline li:after {
    visibility: hidden;
  }
  .timeline #interconnect-status-timeline li.active div {
    border: 0.575em solid #f6921d;
  }
}

@media screen and (max-width: 600px) {
  .timeline #interconnect-status-timeline li {
    margin-left: auto;
  }
}

.timeline #interconnect-status-timeline li {
  background: #000;
}

.timeline #interconnect-status-timeline li.in-view:after {
  background: #fff;
  border: 0.1875em #f6921d solid;
}

.timeline #interconnect-status-timeline li.active ~ li {
  background: #000;
}

.timeline #interconnect-status-timeline.active li {
  background: #f6921d;
}

.timeline #interconnect-status-timeline.active li.active:after {
  background: #f6921d;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000000;
}

#overlay div.uil-spin-css {
  display: block;
  margin: auto;
  top: 50%;
  -webkit-transform: scale(0.5) translateY(-100%);
      -ms-transform: scale(0.5) translateY(-100%);
          transform: scale(0.5) translateY(-100%);
}

#loginOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.loading-container {
  height: 30px;
  width: 30px;
  display: inline-block;
}

.loading-container #loginProgress.uil-spin-css {
  display: none;
  -webkit-transform: scale(0.15) translateY(75%);
      -ms-transform: scale(0.15) translateY(75%);
          transform: scale(0.15) translateY(75%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 30px;
}

/*.login-form {
        margin-top: 3.3%;
    }*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0px;
  background: #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  background: #f6921d;
}

.ui-state-highlight .ui-datepicker-current-day a {
  background: #f6921d;
  color: #fff;
}

.ui-state-highlight a.ui-state-active,
.ui-widget-content .ui-state-highlight a.ui-state-active,
.ui-widget-header .ui-state-highlight a.ui-state-active {
  background: #f6921d;
  color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #f6921d !important;
  color: #fff !important;
}

.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
  border: none;
  background: #f6921d;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #fff;
  background: #f6921d;
}

.ui-widget-header {
  background-image: none;
  background-color: #f6921d;
  color: #fff;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
}

/**
    Buttons
*/
.btn-primary:hover {
  background-color: #bf6a08;
}

.btn-default {
  text-transform: uppercase;
  color: #f6921d;
  background-color: #fff;
  border-color: #f6921d;
  min-width: 80px;
  padding: 10px;
}

.btn-default:hover {
  /*background-image: linear-gradient(to bottom,#fff 0,$white 100%);*/
  background-color: #bf6a08;
  color: #fff;
  text-transform: uppercase;
  border-color: #bf6a08;
}

.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #fff !important;
}

.btn-default:focus {
  background-color: #fff;
  border-color: #bf6a08;
  color: #f6921d;
  border-width: medium;
}

.btn-default:active {
  color: #f6921d;
  background-color: #fff;
  border-color: #f6921d;
  box-shadow: none !important;
}

/**
    Kendo Grids
*/
#usage-table .k-grid-header {
  padding: 0 !important;
}

#outages-grid .k-grid-header {
  padding: 0 !important;
}

#outages-grid .k-grid-footer {
  padding: 0 !important;
}

/**
    Step Wizard
*/
.stepwizard-step p {
  margin-top: 10px;
  min-width: 110px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 90%;
  position: relative;
  line-height: 10px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 22px;
  bottom: 0;
  left: 10%;
  position: absolute;
  content: " ";
  width: 80%;
  height: 3px;
  background-color: #ccc;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.step-btn {
  width: 50px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  /*border-radius: 15px;*/
}

.btn[disabled].step-btn {
  cursor: auto;
}

.stepwizard-active,
.btn[disabled].stepwizard-active {
  background-color: #f6921d;
  color: #FFF;
}

.step-btn:focus {
  background-color: #f6921d;
  color: #FFF;
  border-color: #333;
}

.stepwizard-panel .row {
  margin-bottom: 5px;
}

/**
    Step Wizard Buttons
*/
.step-btn-default {
  text-transform: uppercase;
  color: #f6921d;
  background-color: #fff;
  border-color: #f6921d;
  min-width: 80px;
  padding: 10px;
}

.step-btn:hover {
  color: #f6921d;
  background-color: #fff;
  border-color: #f6921d;
}

.step-btn-default:hover {
  background-color: #fff !important;
  color: #f6921d !important;
  text-transform: uppercase;
}

.stepwizard-step button[disabled]:hover {
  border-color: #f6921d;
  color: #f6921d !important;
}

.stepwizard-active:hover,
.btn[disabled].stepwizard-active:hover {
  background-color: #f6921d !important;
  border-color: #f6921d;
  color: #FFF !important;
}

/*
    Start Service Style
*/
.padding-top-5per {
  padding-top: 5%;
}

/*
     Account Settings Navigation Tab Styles
*/
.nav-pills > li > a {
  background-color: #2e292a;
}

.nav-pills > li > a:hover {
  background-color: #000000;
  color: #aba9aa;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #f6921d;
}

.nav-pills > li > a {
  background-color: #000000;
  border-radius: 0px;
}

.nav-pills > li.active > a {
  border-radius: 0px !important;
}

/*
    Breadcrumbs
*/
/*color the last breadcrumb orange*/
ul.rsmFlow > li:last-of-type > a {
  color: #f6921d;
}

/*NEW CODE ADDED BY CHRYSTAL*/
/*create style to offset header margin left with Bootstrap form elements*/
.header-margin-left {
  margin-left: -14px;
}

.btn-primary {
  /*background-image: linear-gradient(to bottom,$orange 0,$orange 100%);*/
  background-repeat: repeat-x;
  border-color: #f6921d;
  background-color: #f6921d;
  padding: 10px;
  outline-color: none;
  text-transform: uppercase;
}

.btn-primary:hover {
  border-color: #bf6a08;
}

.btn-primary:active:focus {
  color: #fff;
  background-color: #f6921d;
  border-color: #f6921d;
}

.btn-primary:active {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #f8ab54 0, #dc7a09 100%);
  background-image: linear-gradient(to bottom, #f8ab54 0, #dc7a09 100%);
  border-color: #dc7a09;
}

.btn-orange {
  background-image: -webkit-linear-gradient(top, #f8ab54 0, #f6921d 100%);
  background-image: linear-gradient(to bottom, #f8ab54 0, #f6921d 100%);
  background-repeat: repeat-x;
  border-color: #f6921d;
  background-color: #f6921d;
  padding: 10px;
  outline-color: none;
  color: #fff;
}

.btn-orange:hover {
  border-color: #f8ab54;
  color: #fff;
}

.btn-orange:active:focus {
  color: #fff;
  background-color: #f6921d;
  border-color: #f6921d;
}

/*.form-control{
	width: auto;
}*/
.form-control:focus {
  border-color: #f6921d;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 153, 51, 0.6);
}

.form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #f6921d;
  border-color: #bf6a08;
  border-width: medium;
}

.btn {
  text-transform: uppercase;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
}

.btn-primary:hover {
  background-color: #bf6a08;
}

.btn-default {
  text-transform: uppercase;
  color: #f6921d;
  background-color: #fff;
  border-color: #f6921d;
  min-width: 80px;
  padding: 10px;
}

.btn-default:hover {
  /*background-image: linear-gradient(to bottom,$white 0,$white 100%);*/
  background-color: #bf6a08;
  color: #fff;
  text-transform: uppercase;
  border-color: #bf6a08;
}

.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #fff !important;
}

.btn-default:focus {
  background-color: #fff;
  border-color: #bf6a08;
  color: #f6921d;
  border-width: medium;
}

.btn-default:active {
  color: #f6921d;
  background-color: #fff;
  border-color: #f6921d;
  box-shadow: none !important;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid #73AD21;
  padding: 10px;
}

/*  Account Summary pages- padding-top between sections*/
#padding_top {
  padding-top: 7%;
  padding-bottom: 7%;
}

.label-padding {
  padding-top: 2%;
}

.required-field {
  color: red;
}

.summaryHeadings {
  font-size: 1em;
}

.summaryHeadings.payments {
  /* TODO: Fix sloppy CSS. */
  font-size: 1.250em;
}

@media (min-width: 320px) and (max-width: 767px) {
  .summaryHeadings.payments {
    font-size: 1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .summaryHeadings.payments {
    font-size: 1em;
  }
}

.summaryInfo {
  font-size: 1.250em;
}

.summaryInfoSmall {
  font-size: 0.750em;
}

.summaryInfoLarge {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: -2px;
  display: block;
}

.summary-label {
  display: inline;
}

.white-background {
  background-color: #fff;
  margin: 5px 5px 5px 5px;
  height: auto;
  padding: 2% 5% 5% 5%;
}

.k-grid td {
  /* removed font-size because this is set to 1rem anyways (SB) */
  /* font-size: 16px !important; */
  /* Removing as this was breaking the manage bank accounts grid by too much padding*/
  /* padding-left: 5%; */
}

.ebill-history-style:hover {
  color: #bf6a08;
}

#align-right {
  float: right;
}

#align-left {
  float: left;
}

#summaryDates {
  text-align: center;
  padding-top: 5%;
}

/* remove the grid around the View eBill */
.box-item-left table thead tr th {
  /*display:none;*/
}

/*font alignment for account summary page- history*/
p.summary-align {
  font-size: 1.250em;
  font-weight: 400;
}

/*decrease width of form field for phone numbers*/
.decrease-width {
  max-width: 250px;
}

/* ACCOUNT SETTINGS PAGE STYLES*/
/*Accordian color changes*/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid $orange;
	background: $orange url("images/ui-bg_glass_75_f8ab54_1x400 copy.png") 50% 50% repeat-x;
	color: $white;
}*/
.orange-border {
  border: 2px solid #f6921d;
  background-color: #fff;
  padding: 1.5em;
  margin: 1.5em 0;
}

.orange-border .l-grid {
  margin: 0;
}

.orange-border .l-grid .l-grid-item {
  margin: 0 !important;
}

/*.form-setting{
	padding: 2em;
}*/
.white-background-accordian {
  background-color: #fff;
  height: auto;
}

.acc-pd-bx {
  padding: 0% 3% 0% 3%;
}

.margin-right {
  margin-right: 10px;
}

.margin-top {
  margin-top: 20px;
}

.right {
  position: absolute;
  right: 0px;
  /*width: 300px;*/
  border: 3px solid #73AD21;
  padding: 10px;
}

.width-100 {
  width: 100%;
}

/*form-setting setting--open{
	padding: 20px 20px 20px 20px;
}*/
.ui-accordion .ui-accordion-content {
  padding: 15px 0px 15px 0px;
}

.ui-accordion .ui-accordion-header {
  font-weight: 600;
  margin-top: 1%;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-tl {
  border-radius: 0px;
}

.accordion,
.ui-accordion,
.ui-widget,
.ui-helper-reset {
  background-color: #fff;
  padding: 1.5%;
}

.ui-widget-content {
  border: 0px solid #cccccc;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  color: #f6921d;
}

/*ACCOUNT USAGE PAGE*/
.label-inline {
  display: inline;
  margin-right: 1%;
}

/*label {
	display: inline;
	margin-right: 1%;
}*/
.usage-margin {
  margin: 3% 5% 3% 5%;
}

.usage-btn-margin {
  margin: 3% 5% 0% 5%;
}

.display-margin-t {
  margin-top: 1.5%;
}

.display-margin-b {
  margin-bottom: 3%;
}

.usage-display-text {
  font-size: 0.938em;
  font-weight: 600;
}

.usage-font {
  font-size: 1em;
}

/*
a .icon:hover,
a .icon:focus,
button .icon:hover,
button .icon:focus {
    fill: #bf6a08;
}
*/
/*New CSS added for HOME PAGE STYLES-- Chrystal 5/16/16 */
.btn-margin-top {
  margin-top: 3%;
}

.card-content {
  display: none;
}

.stepwizard-row.register:before {
  width: 75%;
}

.k-pager-numbers li {
  margin: 0;
}

#bankAccountSelection table tr td:first-child {
  text-align: center;
}

/* Account Settings Password Strength */
.password-verdict {
  padding: 1em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}

/* Outages */
#map {
  height: 500px;
}

.nav-pills > li > a {
  background-color: #2e292a;
}

.nav-pills > li > a:hover {
  background-color: #bf6a08;
  color: black;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #f6921d;
}

.reported-outage {
  border: #ccc 1px solid;
}

.container-shell .container {
  width: 100%;
}

.x-panel {
  padding: 1em;
  margin: 20px;
}

#premiseList, #selectedPremise {
  padding: 5px;
  cursor: pointer;
}

#selectedPremise {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: none;
  margin-top: 5px;
  padding: 2px 3px;
  position: relative;
}

#outage-address #selectedPremise {
  width: 400px;
  height: 60px;
}

#selectedPremise:hover {
  background-color: #EAF4FF;
  border-top: 2px groove #ddd;
  border-left: 2px groove #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#selectedPremise .downarrow {
  position: absolute;
  height: 15px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: -16px;
  right: -5px;
}

#premiseList {
  position: absolute;
  z-index: 2000;
  padding: 0px;
  display: none;
  background-color: #fff;
  border: solid 1px #c3c3c3;
  width: 240px;
}

.premiseOption {
  width: 230px;
  padding: 5px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left;
  clear: none;
}

.premiseOption:hover, .premiseOptionSelected {
  background-color: #39F;
  color: white;
}

.premiseSelector {
  position: relative;
}

/* End Outages */
/* Kendo Override */
#current-account-div, #additional-accounts-div {
  margin: 1em 0;
}

/*.k-widget.k-grid table tr {
    cursor:pointer;
}*/
.k-widget.k-grid table tr.k-state-selected,
.k-widget.k-grid table tr.k-alt.k-state-selected:hover,
.k-widget.k-grid table tr.k-state-selected:hover {
  background-color: #f6921d;
}

.k-grid-content {
  overflow-y: auto;
}

.k-pager-numbers .k-state-selected {
  min-height: 1.8em;
  padding: .5em 0 0 0;
}

.k-grid-pager {
  margin: 1em 0;
}

/*
.k-filter-row>th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header th.k-header:first-child {
    font-weight: 900;
    font-size: 40px;

}
    */
/*Account Summer*/
.account-number {
  font-size: 1em;
}

.bill-view-link {
  text-decoration: underline;
}

#manage-bank-accounts fieldset {
  min-width: 100%;
}

.alert.alert-success li {
  margin-left: 2em;
}

.alert.alert-danger li {
  margin-left: 2em;
}

.meter-ticker {
  width: 100%;
  height: 150px;
  text-align: center;
  color: #000;
  background-color: #f6921d;
  font-size: 1.4375em;
  padding: 10px;
}

.meter-ticker p {
  margin: 0;
}

.meter-ticker .ticker-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.meter-ticker .ticker-wrap .ticker {
  font-size: 2.15625em;
  font-weight: bold;
}

.meter-ticker .message-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

/* Hack to get Bank ACcounts table to fit in IE */
.k-grid.k-widget table.bank-accounts .k-grid-header tr .k-header {
  padding: 1em .5em;
}

.Rectangle-2-Copy-3 {
  border-radius: 3px;
  background-color: #d9f7e2;
  border: solid 2px #b1d1b7;
  width: 100%;
  margin-left: 2px;
}

.payment-submitted-check {
  margin-top: 12px;
}

.Your-payment-has-been-submitted {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #318f40;
}

.A-confirmation-email {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  color: #212121;
}

.account-summary-current-amount-section {
  background-color: #fff;
  padding: 20px;
}

.payment-due-date {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  color: #f6921d;
  padding-left: 5px;
}

.payment-due-date .text-style-1 {
  font-weight: bold;
  color: #4e4e4e;
}

.date-unavailable {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  color: #c9c9c9;
  padding-left: 5px;
}

.date-unavailable .text-style-1 {
  font-weight: bold;
  color: #2d2d2d;
}

.ui-datepicker-header > table > thead > th {
  background-color: #f3f4f4;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0px;
  background: none;
}

/*.ui-state-active, .ui-widget-content .ui-state-active{
    border-radius: 5px;
}*/
.payment-date {
  color: #f6921d !important;
}

.ui-datepicker-calendar thead, th {
  background-color: #f3f4f4;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #212121;
}

.ui-datepicker-calendar tbody td {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #212121;
}

.ui-datepicker-title {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  text-align: center;
  color: #ffffff;
}

.schedule-payment-default {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  color: #f6921d;
}

.schedule-payment-legend {
  border: solid 1px #f6921d;
}

.current-amount-due-heading {
  color: #f6921d;
  font-size: 24px;
}

.k-i-sort-asc-sm:before {
  font-family: 'Glyphicons Halflings';
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: none !important;
  content: "\e155";
}

.k-i-sort-desc-sm:before {
  font-family: 'Glyphicons Halflings';
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: none !important;
  content: "\e156";
}

.media-player {
  color: #fff;
  background-color: #000;
  padding: 0 15px;
  margin-bottom: 75px;
}

.media-player h4 {
  color: #fff;
}

.media-player .azuremediaplayer {
  padding-right: 30px;
  margin-left: -16px;
}

.media-player .playlist {
  text-align: center;
}

.media-player .playlist .playlist-item {
  position: relative;
  margin: 5px auto;
  cursor: pointer;
}

.media-player .playlist .playlist-item img {
  margin: auto;
  display: block;
  width: 75%;
  height: auto;
  margin-bottom: 5px;
}

.media-player .playlist .playlist-item .vjs-big-play-button {
  font-size: 10px;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  background: #fff;
  border: solid 2px #f6921d;
  padding: 1px;
  opacity: 1 !important;
  color: black;
}

/*
    BUG FIX DEC 2016: This stylesheet (_fix.scss) fixes display errors for desktop & mobile views on the following bug tickets: #7295 #7299 & #7300
*/
.btn-pad {
  padding-top: 1rem;
}

.btn-spacer {
  padding-bottom: 1em;
}

ebill-label {
  width: 70%;
}

ebill-toggle {
  width: 30%;
}

.radio-pad {
  padding: 0 .5em 1em .5em;
}

.xs-row-pad {
  padding: 1em .42em;
}

.xs-row-stopper {
  padding: 1em .42em 0 1em;
}

p > .check-spacer {
  margin: 4px 20px 0 0;
}

@media print {
  body {
    width: 670px;
    margin: 0;
    padding: 0;
  }
  .site-header {
    display: none;
  }
  .main-content .page-header {
    margin: 15px 0 50px;
    padding: 0 0 15px 0;
    border-bottom: 5px solid #f3f4f4;
  }
  .main-content .page-header .container-dlc {
    padding: 0;
  }
  .main-content .page-header .sfBreadcrumbWrp {
    display: none;
  }
  .main-content .message-hub,
  .main-content .box-item-right {
    display: none;
  }
  .main-content .box-item-left {
    padding: 0;
  }
  .page-alert {
    display: none;
  }
  .slogan {
    display: none;
  }
  .site-footer {
    display: none;
  }
  * {
    color: #000;
    background-color: #fff;
  }
  a[href]:after {
    content: "";
  }
  .alert {
    display: none !important;
  }
}

@media print {
  .main-content .page-header h1 {
    text-indent: -9999px;
    line-height: 0;
  }
  .main-content .page-header h1:after {
    text-indent: 0;
    display: block;
    line-height: initial;
  }
  .main-content .box-item-left .form-inline {
    margin-bottom: 25px;
  }
  .main-content .box-item-left .form-inline .form-group {
    margin-left: 0;
  }
  .main-content .box-item-left .form-inline .form-group label.control-label {
    display: inline-block;
  }
  .main-content .box-item-left .form-inline .form-group p.form-control-static {
    display: inline-block;
  }
  .main-content .box-item-left .form-inline.orange label.control-label, .main-content .box-item-left .form-inline.orange p.form-control-static {
    color: #f6921d !important;
  }
  .main-content .box-item-left .form-inline .large {
    font-size: 1.4375em;
  }
  .main-content .box-item-left .text-weight-normal {
    font-weight: normal;
  }
  .main-content .box-item-left div.divider {
    margin: 0 -15px 20px -15px;
    border-bottom: 5px solid #f3f4f4;
  }
  .main-content .box-item-left div.divider.orange {
    border-bottom-color: #f6921d;
  }
}

#popupWidget .modal {
  text-align: center;
  padding: 0 !important;
}

#popupWidget .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#popupWidget .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  left: 0% !important;
}

#popupWidget .modal-confirm {
  color: #636363;
  /*width: 325px;*/
}

#popupWidget .modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

#popupWidget .modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

#popupWidget .modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

#popupWidget .modal-confirm .form-control, #popupWidget .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

#popupWidget .modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

#popupWidget .modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

#popupWidget .modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #f6921d;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#popupWidget .modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

#popupWidget .modal-confirm.modal-dialog {
  margin-top: 80px;
}

#popupWidget .modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #f6921d;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

#popupWidget .modal-confirm .btn:hover, #popupWidget .modal-confirm .btn:focus {
  background: #f6921d;
  outline: none;
}

#popupWidget .mobile-hide > a {
  color: #636363;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-decoration: none;
  cursor: none;
}

#popupWidget input[type='checkbox'] {
  /* Other styling... */
  text-align: left;
  clear: both;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  width: 15px;
  height: 15px;
}

@media (min-width: 360px) {
  #popupWidget .modal-dialog {
    width: 350px;
  }
}

#popupWidget .grp-donotshow {
  text-align: left;
  margin-top: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  margin-top: 5px;
  padding-top: 10px;
}

#popupWidget label {
  display: table !important;
}
