@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Cabin:400,500,600,700);
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css defaults here.
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    INUIT.CSS
\*------------------------------------*/
/**
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You're reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they're only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It's not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you'll want a
 * change at mobile. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It's flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin, set default background colour;
 */
body {
  background-color: white;
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline-color: rgb(77, 144, 254);
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline-width: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let's make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don't load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
}

.scheduleAfterDueDate{
    font-size: 14px;
    color:grey;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .media:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
ul, .islet ol, .islet dl, .islet
blockquote, .islet p, .islet address, .islet
table, .islet
fieldset, .islet figure, .islet
pre, .islet .form-fields > li, .islet
.media, .islet
.island, .islet
.islet {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.5 sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3, .gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
}

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
}

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don't wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0;
}

.line-numbers code {
  white-space: pre;
  /* [4] */
}

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none;
}

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px;
}

.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 120px;
}

.img--medium {
  height: 240px;
}

.img--tall {
  height: 360px;
}

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}

th,
td {
  padding: 6px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  th,
  td {
    padding: 12px;
  }
}

/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

/* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

/* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

/* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

/* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

/* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

/* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

/* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

/* 3/4*/
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

/* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #cccccc;
}
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 24px;
}

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */
}

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0;
}

.form-fields > li:last-child {
  margin-bottom: 0;
}

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block;
}

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal;
}

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0;
}

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block;
}

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit;
}

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won't interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0;
}

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block;
}

.media__img {
  float: left;
  margin-right: 24px;
}

/**
 * Reversed image location (right instead of left).
 */
.media__img--rev {
  float: right;
  margin-left: 24px;
}

.media__img img,
.media__img--rev img {
  display: block;
}

.media__body {
  overflow: hidden;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
.islet .media__img {
  margin-right: 12px;
}

.islet .media__img--rev {
  margin-left: 12px;
}

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * If you have set `$responsive` to true in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you'd like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at desktop sizes, takes up a quarter of the
 * horizontal space, a half of that space at tablet sizes, and goes full width
 * at mobile sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 480px) {
  /**
  * Whole
  */
  .palm-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%;
  }

  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%;
  }

  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%;
  }

  .palm-two-fifths, .palm-four-tenths {
    width: 40%;
  }

  .palm-three-fifths, .palm-six-tenths {
    width: 60%;
  }

  .palm-four-fifths, .palm-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%;
  }

  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .palm-one-eighth {
    width: 12.5%;
  }

  .palm-three-eighths {
    width: 37.5%;
  }

  .palm-five-eighths {
    width: 62.5%;
  }

  .palm-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .palm-one-tenth {
    width: 10%;
  }

  .palm-three-tenths {
    width: 30%;
  }

  .palm-seven-tenths {
    width: 70%;
  }

  .palm-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .palm-one-twelfth {
    width: 8.333%;
  }

  .palm-five-twelfths {
    width: 41.666%;
  }

  .palm-seven-twelfths {
    width: 58.333%;
  }

  .palm-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
  * Whole
  */
  .lap-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%;
  }

  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%;
  }

  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%;
  }

  .lap-two-fifths, .lap-four-tenths {
    width: 40%;
  }

  .lap-three-fifths, .lap-six-tenths {
    width: 60%;
  }

  .lap-four-fifths, .lap-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%;
  }

  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .lap-one-eighth {
    width: 12.5%;
  }

  .lap-three-eighths {
    width: 37.5%;
  }

  .lap-five-eighths {
    width: 62.5%;
  }

  .lap-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .lap-one-tenth {
    width: 10%;
  }

  .lap-three-tenths {
    width: 30%;
  }

  .lap-seven-tenths {
    width: 70%;
  }

  .lap-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .lap-one-twelfth {
    width: 8.333%;
  }

  .lap-five-twelfths {
    width: 41.666%;
  }

  .lap-seven-twelfths {
    width: 58.333%;
  }

  .lap-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) {
  /**
  * Whole
  */
  .lap-and-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%;
  }

  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%;
  }

  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%;
  }

  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%;
  }

  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%;
  }

  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%;
  }

  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .lap-and-up-one-eighth {
    width: 12.5%;
  }

  .lap-and-up-three-eighths {
    width: 37.5%;
  }

  .lap-and-up-five-eighths {
    width: 62.5%;
  }

  .lap-and-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .lap-and-up-one-tenth {
    width: 10%;
  }

  .lap-and-up-three-tenths {
    width: 30%;
  }

  .lap-and-up-seven-tenths {
    width: 70%;
  }

  .lap-and-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .lap-and-up-one-twelfth {
    width: 8.333%;
  }

  .lap-and-up-five-twelfths {
    width: 41.666%;
  }

  .lap-and-up-seven-twelfths {
    width: 58.333%;
  }

  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%;
  }

  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%;
  }

  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%;
  }

  .portable-two-fifths, .portable-four-tenths {
    width: 40%;
  }

  .portable-three-fifths, .portable-six-tenths {
    width: 60%;
  }

  .portable-four-fifths, .portable-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%;
  }

  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .portable-one-eighth {
    width: 12.5%;
  }

  .portable-three-eighths {
    width: 37.5%;
  }

  .portable-five-eighths {
    width: 62.5%;
  }

  .portable-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .portable-one-tenth {
    width: 10%;
  }

  .portable-three-tenths {
    width: 30%;
  }

  .portable-seven-tenths {
    width: 70%;
  }

  .portable-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .portable-one-twelfth {
    width: 8.333%;
  }

  .portable-five-twelfths {
    width: 41.666%;
  }

  .portable-seven-twelfths {
    width: 58.333%;
  }

  .portable-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%;
  }

  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%;
  }

  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%;
  }

  .desk-two-fifths, .desk-four-tenths {
    width: 40%;
  }

  .desk-three-fifths, .desk-six-tenths {
    width: 60%;
  }

  .desk-four-fifths, .desk-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%;
  }

  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .desk-one-eighth {
    width: 12.5%;
  }

  .desk-three-eighths {
    width: 37.5%;
  }

  .desk-five-eighths {
    width: 62.5%;
  }

  .desk-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .desk-one-tenth {
    width: 10%;
  }

  .desk-three-tenths {
    width: 30%;
  }

  .desk-seven-tenths {
    width: 70%;
  }

  .desk-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desk-one-twelfth {
    width: 8.333%;
  }

  .desk-five-twelfths {
    width: 41.666%;
  }

  .desk-seven-twelfths {
    width: 58.333%;
  }

  .desk-eleven-twelfths {
    width: 91.666%;
  }
}
/**
 * If you have set the additional `$responsive-extra` variable to true in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "Helvetica Neue", sans-serif!important;
  color: #4a8ec2!important;
}

.brand-face {
  font-family: "Helvetica Neue", sans-serif!important;
}

.brand-color,
.brand-colour {
  color: #4a8ec2!important;
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn't already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--semibold {
  font-weight: 600 !important;
}

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important;
}

.push--top {
  margin-top: 24px !important;
}

.push--right {
  margin-right: 24px !important;
}

.push--bottom {
  margin-bottom: 24px !important;
}

.push--left {
  margin-left: 24px !important;
}

.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.push-half {
  margin: 12px !important;
}

.push-half--top {
  margin-top: 12px !important;
}

.push-half--right {
  margin-right: 12px !important;
}

.push-half--bottom {
  margin-bottom: 12px !important;
}

.push-half--left {
  margin-left: 12px !important;
}

.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important;
}

.soft--top {
  padding-top: 24px !important;
}

.soft--right {
  padding-right: 24px !important;
}

.soft--bottom {
  padding-bottom: 24px !important;
}

.soft--left {
  padding-left: 24px !important;
}

.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.soft-half {
  padding: 12px !important;
}

.soft-half--top {
  padding-top: 12px !important;
}

.soft-half--right {
  padding-right: 12px !important;
}

.soft-half--bottom {
  padding-bottom: 12px !important;
}

.soft-half--left {
  padding-left: 12px !important;
}

.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important;
}
.islet .full-bleed {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }

  a.cvv-link {
    left: 32px;
    left: 2rem;
}
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
/* endif */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/* SPRITES GENERATION START =================== */
.topbar-sprite, .topbar-headersplit, .headersplit, .topbar-logo, .topbar-nsplit {
  background: url('../img/topbar-sd8f283ac4a.png') no-repeat;
}

.topbar-headersplit, .headersplit {
  background-position: 0 -92px;
}

.topbar-logo {
  background-position: 0 0;
}

.topbar-nsplit {
  background-position: 0 -22px;
}

/* resizes sprint only, I've only set this up to have a -/+ for Y-axis since all my sprites are vertical */
/* SPRITES GENERATION END =================== */
/* additional class selectors to aid in styling*/
/* use this class for general phone/tablet only if you need to */
/* use this class for laptop/desktop specific only if you need to */
/* EXTEND STACK START ===================================== */
.myShadow {
  -webkit-box-shadow: 0px 0px 5px #cdcdcd;
  -moz-box-shadow: 0px 0px 5px #cdcdcd;
  -ms-box-shadow: 0px 0px 5px #cdcdcd;
  -o-box-shadow: 0px 0px 5px #cdcdcd;
  box-shadow: 0px 0px 5px #cdcdcd;
}

.borderRadiusDefault {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.backface, .item-header, .item-header h1 .icon-header, .item-header h3, .item-sub-header, .item-sub-header h2, .item-sub-header h4, input, select, .btn-action, p.labelforRadio, .headerOverlay, .headerOverlay a.btn-show-msgs:link, .headerOverlay a.btn-show-msgs:visited, .effeckt-off-screen-nav, .btn-circle, .tab-content, .setRelative, .radioACHContainer input[type=checkbox].regular-radio + label, .pMethod, .pMethodSlide, #features, .meterInfoContainer, .walletContent .item .item-container, .walletContent .item.echeck .item-container, .pm-info, .error-row, .error-content .fa-exclamation, .modal-error-row, .table-container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* keep this in separate class than .backface as preference */
.perspective1000, .headerOverlay, .meterInfoContainer, .table-container {
  -webkit-perspective: 1000;
}

.disable-select, .dollar-overlay {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.defaultBorderRadius, .item-row.delinquent .item-row-content-col, .popup, .billSectionHeader, .billSubSectionHeader, .billSectionDue, .error-content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.defaultTransition, .effeckt-off-screen-nav {
  -webkit-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
}

.defaultActiveState, html.mobileDisabled .btn-action:active, html.mobileDisabled .btn-more-info:active, html.mobileDisabled .btn-sign-up:active, html.mobileDisabled .bulletin .btn-view-usage:active, html.mobileDisabled .btn-view-ebill:active, html.mobileDisabled .btn-bulletin:active {
  color: white;
  border-color: #1a5798;
  background-color: #1e65b2;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(32, 126, 177, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(32, 126, 177, 0.6);
}

.addTransition {
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

@-moz-document url-prefix() {
  .flex, .action-row .col-whole-action {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}

.inlineParent, body.no-liability .step.contactContent .form {
  letter-spacing: -0.31em;
}

.inlineChild, body.no-liability .step.contactContent .form .item-row {
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.insetShadow {
  -webkit-box-shadow: inset 0px 0px 3px #97a8ae;
  -moz-box-shadow: inset 0px 0px 3px #97a8ae;
  -ms-box-shadow: inset 0px 0px 3px #97a8ae;
  -o-box-shadow: inset 0px 0px 3px #97a8ae;
  box-shadow: inset 0px 0px 3px #97a8ae;
}

.hide {
  display: none !important;
}

.simple-hide {
  display: none;
}

/* EXTEND STACK END ===================================== */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  min-height: 0;
  height: 100%;
  font-family: 'Cabin', sans-serif;
}

a:hover {
  text-decoration: underline;
}

/* white space fix start */
.grid {
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em;
}

.grid.setFlex {
  max-width: 1100px;
  margin: 0 auto;
}

.grid.grid-receipt {
  max-width: 620px;
  margin: 0 auto;
}

.grid__item {
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
}
.grid__item.bulletin {
  padding-left: 48px;
}

/* white space fix end */
.grid.noRightWidgets .bulletin {
  display: none;
}

.grid.no-liability .bulletin {
  display: none;
}

.step {
  padding-bottom: 24px;
  letter-spacing: -0.31em;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: inset 0px 0px 3px #97a8ae;
  -moz-box-shadow: inset 0px 0px 3px #97a8ae;
  -ms-box-shadow: inset 0px 0px 3px #97a8ae;
  -o-box-shadow: inset 0px 0px 3px #97a8ae;
  box-shadow: inset 0px 0px 3px #97a8ae;
}
.step.accountInformation.hidePaymentType .item-sub-header {
  display: none;
}
.step.accountInformation.hidePaymentType .pt-select {
  display: none;
}
.step.paymentDetailsContent .tab-content .item-row-content-col {
  padding: 0.5em 0;
}
.step .content {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 12px 24px 24px 24px;
}
.step .content.features {
  margin-top: 24px;
  padding: 0px;
}
.step .content.features .action-row .col-whole-action {
  padding: 0;
}
.step .content.features .setLeftContent {
  float: left;
  padding-left: 24px;
}
.step .content.features .setRightContent {
  float: left;
  padding-left: 24px;
  padding-right: 24px;
}
.step .content.features .createAccount {
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.step .content.features .createAccount .setLeftContent {
  padding: 0;
  width: 100%;
}
.step .content.features .createAccount .setRightContent {
  height: auto;
  padding: 0;
  width: 100%;
}

.content.sessionTimeOut .sessionContent {
  text-align: center;
  padding-bottom: 48px;
}
.content.sessionTimeOut .btn-action {
  display: inline-block;
  max-width: 100%;
  width: auto;
  font-size: 1em;
  height: auto;
  text-transform: inherit;
  line-height: normal;
  padding: 1em;
}

#main-container {
  z-index: 501;
  padding-left: 48px;
  padding-top: 24px;
  background: white;
}
#main-container.paymentProcessing {
  padding-left: 24px;
}
#main-container.receiptContainer {
  max-width: 760px;
  padding-right: 0;
}

.item-header {
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #585858;
  background-color: #dedede;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-bottom: 1px solid #bebebe;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.item-header h1 {
  float: left;
  font-size: 1.125em;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.item-header h1 .icon-header {
  position: absolute;
  padding: 8px 16px;
}
.item-header h1 .icon-header img {
  max-height: 48px;
}
.item-header h1 .step-info {
  padding-left: 96px;
  padding-right: 12px;
  border-right: 1px solid #cccccc;
}
.item-header h1 .step-text {
  padding-left: 72px;
}
.item-header h3 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  color: white;
  font-weight: bold;
  margin: 0;
}
.item-header h3:after {
  content: "";
  display: table;
  clear: both;
}

.item-sub-header {
  position: relative;
  background: #E9E9E9;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 0em 1em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.item-disabled-pm-banner {
  position: relative;
  background: #f8f7f7;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 0em 1em;
  border-radius: 6px;
  margin: 10px 0px 0px 0px;
  box-shadow: inset 0px 0px 3px #97a8ae;
}

.nonCompatible-pm-content {
	font-size: 0.875rem;
    font-weight: normal;
    margin-top: 5px;	
}

.item-sub-header.blue {
  background: #015D9E;
}
.item-sub-header.error {
  background: #f2dede;
  border: 1px solid #ebccd1;
}
.item-sub-header.error h4 {
  color: #b94a48;
}
.item-sub-header h2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #585858;
  font-weight: bold;
  margin: 0;
  line-height: 42px;
  padding-right: 0.5em;
  background: none;
}
.item-sub-header h2:after {
  content: "";
  display: table;
  clear: both;
}
.item-sub-header h4 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #585858;
  font-weight: bold;
  margin: 0;
  line-height: 42px;
  padding-right: 0.5em;
}
.item-sub-header h4:after {
  content: "";
  display: table;
  clear: both;
}
.item-sub-header .rotp-preview-options {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.item-sub-header .btn-action.btn-mini {
  font-size: 0.8rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.item-sub-header.account-type-header {
  background: #DEDEDE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 36px;
}
.item-sub-header.account-type-header h2 {
  color: #585858;
}

.account-info {
  position: absolute;
  line-height: 96px;
  right: 0px;
  top: 0;
  padding-right: 64px;
  font-size: 1.313em;
  font-weight: bold;
  display: none;
}
.account-info img {
  position: absolute;
  top: 24px;
  right: 12px;
  max-height: 48px;
}

.bill-summary {
  position: relative;
  padding: 24px 24px 0px 0px;
  margin: 0;
  background: white;
}
.bill-summary .content {
  padding: 12px 24px 0px 24px;
}
.bill-summary .item-row-content-col {
  padding: 0.5em 0em;
  border-bottom: 1px solid #c1c1c1;
}
.bill-summary .item-row:last-child .item-row-content-col {
  border: none;
}
.bill-summary .action-row .item-row-content-col {
  padding: 1.5em 0em;
}
.bill-summary .action-row .item-row-content-col .btn-view-usage {
  margin-right: 1em;
}

.sample-bill {
  padding: 24px 24px 0px 0px;
  margin: 0;
  background: white;
}
.sample-bill .epd {
  padding-bottom: 1.5em;
}
.sample-bill .epd li {
  margin-left: 1em;
  padding-right: 1em;
}
.sample-bill p {
  position: relative;
  height: auto;
  padding: 24px;
  margin: 0;
}
.sample-bill p:last-child {
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sample-bill span {
  float: right;
  text-align: right;
}
.sample-bill .item-row-content-col {
  padding: 0;
}

.helper-account-info {
  position: relative;
  overflow: hidden;
  padding: 0em;
  height: 320px;
  width: 100%;
  background:  white;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}
.helper-account-info hr {
  border: none;
  height: 1px;
  background: #cccccc;
  margin: 0.5em 0;
}

.helper-logo {
  display: none;
  position: absolute;
  top: 1.5em;
  left: 0.5em;
  opacity: 1;
}
.helper-logo img {
  max-height: 20px;
}

.helper-account-img {
  position: absolute;
  top: 0;
  right: 0;
}

.helper-account-img2 {
	margin-left:15%;
	margin-right:15%;
}

.helper-account-custom {
  position: relative;
  top: 0px;
  left: 0;
  right: auto;
}

.helper-account-text {
  position: absolute;
  font-size: 0.6rem;
}
.helper-account-text p {
  padding: 0;
}

.helper-account-text.indicator1 {
  z-index: 12;
  top: 0.25rem;
  left: 1rem;
  right: 1rem;
  text-align: left;
  font-size: 0.9rem;
  padding: 0.8em;
  background: #154D77;
  opacity: 0.9;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.helper-account-text.indicator2 {
  position: relative;
  margin: 0 auto;
  opacity: 1;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.8em;
  background: url("../img/divider.png") repeat-x left center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.helper-account-text.indicator2 p {
  color: #15477d;
  display: inline-block;
  line-height: 1em;
  background: white;
  padding: 1em;
  font-weight: bold;
}

.helper-account-text.indicator3 {
  z-index: 12;
  top: 11.35rem;
  left: 1rem;
  text-align: left;
  font-size: 0.9rem;
  padding: 0.8em;
  background: #154D77;
  opacity: 0.9;
  color: white;
  right: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.helper-account-text.indicator4 {
  z-index: 12;
  top: 14.75rem;
  left: 1rem;
  text-align: left;
  font-size: 0.9rem;
  padding: 0.8em;
  background: #154D77;
  opacity: 0.9;
  color: white;
  right: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.helper-account-text.selection {
  position: absolute;
  z-index: 12;
  top: -0.5em;
  left: -0.5em;
  text-align: center;
  opacity: 0.9;
  padding: 0;
  width: 110px;
}

.helper-account-text.t1 {
  top: 1em;
  right: 1em;
  color: white;
  display: block;
}
.helper-account-text.t1 p {
  float: left;
  text-align: center;
  border: 1px solid #cccccc;
  background: #34495E;
  padding: 0.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.helper-account-text.t1 p.t1-highlight {
  background: #293a4b;
}

.helper-account-text.t2 {
  top: 21em;
  left: 1em;
  text-align: left;
  padding: 0.8em 0.8em 5em 0.8em;
  border: 1px solid #cccccc;
}

.did-you-know {
  padding: 24px 24px 24px 0px;
  margin: 0;
  background: white;
}
.did-you-know .epd li {
  margin-left: 1em;
  padding-right: 1em;
}
.did-you-know .item-row p {
  position: relative;
  height: auto;
  padding: 0px 24px 12px 24px;
  margin: 0;
}
.did-you-know .item-row p:last-child {
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.did-you-know .item-row ul {
  margin-bottom: 12px;
}
.did-you-know .item-row span {
  /*
  float: left;
  text-align:right;*/
}
.did-you-know .action-row .item-row-content-col {
  padding: 1.5em;
}

.bulletin-border {
  padding-bottom: 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 3px #97a8ae;
  -moz-box-shadow: inset 0px 0px 3px #97a8ae;
  -ms-box-shadow: inset 0px 0px 3px #97a8ae;
  -o-box-shadow: inset 0px 0px 3px #97a8ae;
  box-shadow: inset 0px 0px 3px #97a8ae;
}

.bulletin-border.featured {
    margin-top:25px;
}

/* .bulletin h2 */
.popup h2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 5px 0;
}

.bulletin h2 {
  position: relative;
  font-size: 1.125em;
  line-height: 64px;
  padding-left: 24px;
  color: #585858;
  background-color: #dedede;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-bottom: 1px solid #bebebe;
  margin: 0;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

h2 span.completedIcons {
  float: right;
}

.completedIcons a {
  margin-left: 0.5em;
  padding: 1.5em 1.5em 0.5em 1.5em;
}
.completedIcons a span {
  font-size: 2.5em;
}

i.fa-comments {
  font-size: 1.5em;
  position: relative;
  margin-top: 1em;
}

i.fa-plus {
  color: #cccccc;
  font-size: 2.5em;
}

i.fa-equals {
  font-size: 2.5em;
  color: #cccccc;
}

.footer p {
  color: #1e3543;
  font-size: 0.8em;
  margin: 24px 24px 0px 0px;
  padding: 3em 4em 1em 4em;
  text-align: center;
  border-top: 1px solid #d9dfe1;
}

.footer.explore-footer p {
  margin: 24px 0px 0px 0px;
}

.footer.sessionFooter p {
  margin: 24px 0px 0px 0px;
}

.footer.rfooter p {
  margin-top: 0;
  padding-top: 14px;
  border: none;
}

.customFooterText1 a:link, .customFooterText1 a:visited {
  color: #383838;
}

.customFooterText2 a:link, .customFooterText2 a:visited {
  color: #383838;
}

.clear-row {
  clear: both;
  display: block;
  content: "";
  width: 100%;
}

.item-row {
  position: relative;
  overflow: hidden;
  padding: 0em;
  letter-spacing: normal;
  word-spacing: normal;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    .item-row {
    	min-height: 53px;
    }
}

.item-row.action-row {
  overflow: visible;
}

.item-row.action-row .item-row-content-col {
  overflow: visible; 
}


.item-row p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.item-row.pad-top {
  padding-top: 1em;
}
.item-row.note-row-1 {
  padding: 1.5em 1.5em 0 1.5em;
}
.item-row.note-row-1 p {
  font-weight: bold;
  font-size: 1.125em;
}

.item-row.addItem {
  overflow: visible;
}
.item-row.addItem .col-whole {
  padding: 1.5em 0;
  border-top: 1px solid #97a8ae;
}
.item-row.addItem a {
  color: white;
  border-color: #207eb1;
  background-color: #2374cc;
  padding: 0.5em;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.item-row.addItem a:hover {
  background-color: #1e65b2;
}

.item-row.addItem a:focus {
  outline-color: rgb(77, 144, 254);
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;

}

.item-row.addItem a:active {
   border-color: #1a5798;
  background-color: #1e65b2;
}
.item-row.delinquent {
  padding-top: 1.5em !important;
}
.item-row.delinquent .item-row-content-col {
  background: red !important;
}
.item-row.delinquent p {
  padding: 0 0.5em;
  color: white !important;
  font-weight: normal !important;
}

.nl-section {
  padding-bottom: 8px;
  overflow: hidden;
    /*
    border-bottom: 3px solid #E9E9E9;

    &.name-section {
      padding-bottom: 8px;

    }

    &.address-section {
      padding-top:4px;
      padding-bottom: 8px;

    }

    &.email-section {
      padding-top:8px;
      padding-bottom: 12px;
    }
    */
  /*
  &.last-section {
    border: none;
  }
  */
}
.nl-section.password-section {
  /*
  padding-top:8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border: none;
  */
}
.nl-section.password-section p {
  margin: 0;
}
.nl-section .item-row.nl-fields label {
  line-height: normal;
}
.nl-section .item-row.nl-fields label:empty {
  display: none;
}
.nl-section .item-row.nl-fields .item-row-content-col {
  width: 50%;
  float: left;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ :nth-child(odd) {
  padding-left: 0.5em;
  padding-right: 0;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ :nth-child(even) {
  padding-right: 0.5em;
  padding-left: 0;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ .col-whole ~ :nth-child(odd) {
  padding-left: 0;
  padding-right: 0.5em;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ .col-whole ~ :nth-child(even) {
  padding-left: 0.5em;
  padding-right: 0;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ .col-whole ~ .col-whole ~ :nth-child(odd) {
  padding-left: 0.5em;
  padding-right: 0;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ .col-whole ~ .col-whole ~ :nth-child(even) {
  padding-left: 0;
  padding-right: 0.5em;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ :nth-child(even) ~ .col-whole ~ :nth-child(odd) {
  padding-left: 0.5em;
  padding-right: 0;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ :nth-child(even) ~ .col-whole ~ :nth-child(even) {
  padding-left: 0;
  padding-right: 0.5em;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ :nth-child(even) ~ :nth-child(odd) ~ .col-whole ~ :nth-child(odd) {
  padding-left: 0;
  padding-right: 0.5em;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ :nth-child(even) ~ :nth-child(odd) ~ .col-whole ~ :nth-child(even) {
  padding-left: 0.5em;
  padding-right: 0;
}
.nl-section .item-row.nl-fields .item-row-content-col:nth-child(odd) {
  padding-right: 0.5em;
}
.nl-section .item-row.nl-fields .item-row-content-col:nth-child(even) {
  padding-left: 0.5em;
}
.nl-section .item-row.nl-fields .item-row-content-col.col-whole {
  float: none;
  clear: both;
  width: 100%;
  padding: 0.5em 0 !important;
}
.nl-section .item-row.nl-fields .item-row-content-col input[type="text"], .nl-section .item-row.nl-fields .item-row-content-col input[type="password"] {
  max-width: 100%;
}
.nl-section .item-row.nl-fields .item-row-content-col select {
  width: 100%;
}

.paymentDetailsContent .bill-summary-section {
  margin-bottom: 16px;
}
.paymentDetailsContent .bill-summary-section input[type=checkbox].regular-radio + label {
  margin: 0px 16px 0px 0px;
}
.paymentDetailsContent .bill-summary-section .item-row-content-col {
  padding: 0.5em 0.5em 0 0.5em;
}
.paymentDetailsContent .bill-summary-section label {
  padding-top: 8px;
}
.paymentDetailsContent .bill-summary-section input[type="text"], .paymentDetailsContent .bill-summary-section input[type="password"] {
  max-width: 258px;
}
.paymentDetailsContent .bill-summary-section .pdf-confirm {
  margin-top: 8px;
  display: block;
}

.item-row-content-col {
  overflow: hidden;
  padding: 0.5em 0;
}
.item-row-content-col.calcBox, .item-row-content-col.serviceFeeBox, .item-row-content-col.totalBox {
  float: left;
  position: relative;
  width: 30%;
  margin-top: 1.5em;
  padding: 0.5em;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
  border: 1px solid #727470;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.item-row-content-col.itemPlus, .item-row-content-col.itemEqual {
  float: left;
  position: relative;
  width: 5%;
  color: #CCCCCC;
  margin: 2.5em auto 0 auto;
  text-align: center;
}
.item-row-content-col.itemPlus span, .item-row-content-col.itemEqual span {
  font-size: 1.5em;
}
.item-row-content-col.col-whole {
  border-bottom: 1px solid #e2e2e2;
}

.item-row-content-col.col-whole.autopay-frequency-col {
  width: 50%;
    float: left;
}
.item-row-content-col.col-whole.noBorder {
  border: none;
}

.item-row-content-col.col-whole.noBorder.autopay-schedule-day {
  display: none;
}

.item-row-content-col.col-whole.noBorder.autopay-schedule-day select {
  width: 100%;
}

.action-row .col-whole-action {
  padding: 0em 1.5em;
}

p {
  letter-spacing: normal;
  word-spacing: normal;
}

.agreeServiceFee {
  width: 30%;
  padding-left: 1em;
}
.agreeServiceFee p {
  font-size: 0.8em;
}

.paymentAmount {
  margin: 1em 0em 1em 0em;
}
.paymentAmount .item-row {
  padding-top: 0;
}
.paymentAmount .item-row.icon-payment-container, .paymentAmount .item-row.service-fee, .paymentAmount .item-row.icon-payment-container, .paymentAmount .item-row.total-amount, .paymentAmount .item-row.agreeServiceFee {
  padding-top: 1em;
}

.item-row.service-fee {
  padding: 0.5em;
  margin-right: 1.125em;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
  border: 1px solid #727470;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.item-row.service-fee label {
  color: #5e5e5e;
}
.item-row.service-fee p {
  color: #5e5e5e;
}

.payment-date-explanation {
  margin: 2em;
  font-size: 1em;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #e1e1e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e1e1e0));
  background: -webkit-linear-gradient(top, #efefef 0%, #e1e1e0 100%);
  background: -o-linear-gradient(top, #efefef 0%, #e1e1e0 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #e1e1e0 100%);
  background: linear-gradient(to bottom, #efefef 0%, #e1e1e0 100%);
  border: 1px solid white;
  box-shadow: 0px 0px 0px 1px #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.payment-date-explanation p {
  margin: 0.1em;
  padding: 0.2em;
}

.ccvSample {
  margin: 2em;
}

.item-row.total-amount {
  outline: none;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  border: 1px solid #727470;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.item-row.total-amount label {
  color: #5e5e5e;
}
.item-row.total-amount p {
  color: #5e5e5e;
}

.payAmountContainer {
  display: block;
  width: 500px;
  margin: 0 auto;
}

.fancy-divider {
  height: 12px;
  background: url(../img/divider.png) repeat-x 50%;
  margin-right: 2.625em;
}

.fancy-title {
  padding: 0;
  height: 50px;
  text-align: center;
  background: url(../img/divider.png) repeat-x 50%;
}

label, .label {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #6a6a6a;
  cursor: default;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
}

label.duedate {
  float: left;
}

div.radioLeft > p, div.radioLeft > label, div.radioRight > p, div.radioRight > label, div.radioPaymentMethodStart > p, div.radioPaymentMethodStart > label, div.radioPaymentMethod > p, div.radioPaymentMethod > label {
  cursor: pointer;
}

/* pay later radio buttons */
#payLater_now {
  margin-top: 24px;
}

#payLater_later {
  margin-top: 24px;
  margin-left: 72px;
}

input {
  padding: 8px;
  height: auto;
  width: 100%;
}

input.cvv {
  width: 72px;
}

.cvv-link {
  position: absolute;
  top: 6px;
  left: 40px;
  left: 2.5rem;
}

.lt-ie9 .cvv-link {
  top: 12px;
  left: 48px;
}
select {
  padding: 7px;
  height: auto;
  width: auto;
}

input.basePayAmount {
  max-width: 320px;
  width: auto;
}

/*select.date {padding:0.8em;width:15%;}*/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}

input[type="radio"], input[type="checkbox"] {
  padding: 0;
  width: auto;
}

input[readonly="readonly"], input[readonly] {
  background: #E9E9E9;
  font-size: 16px;
  font-size: 1rem;
  cursor: default;
}

.boxshadow input, .boxshadow textarea, .boxshadow select {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.boxshadow input[type="text"]:focus, .boxshadow input[type="password"]:focus, .boxshadow input[type="text"]:focus, .boxshadow input[type="tel"]:focus, .boxshadow input[type="number"]:focus, .boxshadow textarea:focus, .boxshadow select:focus {
  border-color: #2374cc;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(35, 116, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(35, 116, 204, 0.6);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.android #ccAccountNumber, .android #dcAccountNumber {
  width: 190px;
}

.error input[type="text"], .error input[type="email"], .error input[type="password"], .error input[type="tel"], .error input[type="number"], .error select {
  border-color: red !important;
}
.error input[type=radio].standard-radio + span:before, .error input[type=checkbox].standard-radio + span:before {
  border-color: red !important;
}
.error.echeck-type input[type="radio"], .error.echeck-type input[type=radio].regular-radio + label, .error.echeck-type input[type="radio"].standard-radio + span:before {
  border-color: red !important;
}

.has-error input[type="text"], .has-error input[type="email"], .has-error input[type="password"], .has-error input[type="tel"], .has-error input[type="number"], .has-error select {
  border-color: red !important;
}
.has-error input[type=radio].standard-radio + span:before, .has-error input[type=checkbox].standard-radio + span:before {
  border-color: red !important;
}
.has-error.echeck-type input[type="radio"], .has-error.echeck-type input[type=radio].regular-radio + label, .has-error.echeck-type input[type="radio"].standard-radio + span:before {
  border-color: red !important;
}

.boxshadow .error input, .boxshadow .error textarea, .boxshadow .error select {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.boxshadow .error input:focus, .boxshadow .error textarea:focus, .boxshadow .error select:focus {
  border-color: #e4100e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 0, 14, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 0, 14, 0.6);
}

.boxshadow input[readonly="readonly"], .boxshadow input[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.boxshadow input[readonly="readonly"]:focus, .boxshadow input[readonly]:focus {
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.btn-action:focus {
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
  outline-color: #FFBF47;
}

.btn-action {
  display: inline-block;
  width: auto;
  min-width: 160px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.75em 1em;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: normal;
  color: white;
  background-color: #2374cc;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*@include vendor(box-shadow, 1px 3px 3px #e8e8e8);*/
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



.btn-action span {
  margin-right: 0.25em;
  text-decoration: none;
}

.btn-action[disabled] {
  background-color: grey;
  color: white;
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5;
}

.btn-action.btn-action-small {
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 100px;
}

.btn-action.btn-print {
  min-width: 96px;
}

html.mobileDisabled .btn-action[disabled]:hover, .btn-action[disabled]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: grey;
}

html.mobileDisabled .btn-action:hover, html.mobileDisabled .btn-action:active {
  color: white;
  border-color: #1a5798;
  background-color: #1e65b2;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(32, 126, 177, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(32, 126, 177, 0.6);
}
html.mobileDisabled .btn-action.btn-cancel:hover {
  color: #585858;
  border-color: #c6c6c6;
  background-color: white;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 167, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 167, 167, 0.6);
}
html.mobileDisabled .btn-action.btn-feature:hover {
  border-color: #72aa00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 130, 53, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 130, 53, 0.6);
}
html.mobileDisabled .btn-action.btn-back:hover {
  color: #585858;
  background-color: #d5d5d5;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  border: 1px solid #dedede;
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 167, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 167, 167, 0.6);
}
html.mobileDisabled .btn-action.btn-terms:hover {
  color: #2374cc;
  border: none;
  background-color: white;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

input[type="button"].btn-action, input[type="submit"].btn-action, button.btn-action {
  line-height: normal;
}

.btn-action.btn-feature {
  text-transform: inherit;
  font-size: 1em;
  line-height: normal;
  width: auto;
  display: inline-block;
  padding: 0.5em;
}
.btn-action.btn-mini {
  text-transform: none;
  font-size: 0.8em;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 0.5em;
  min-width: 0;
}
.btn-action.round {
  position: absolute;
  margin-top: -5px;
  margin-left: 0.5em;
  display: inline-block;
  width: 32px;
  padding: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  font-size: 1em;
  min-width: 0;
}
.btn-action.btn-back {
  color: #585858;
  background-color: #efefef;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  border: 1px solid #dedede;
}
.btn-action.btn-cancel {
  background-color: white;
  color: #585858;
  border: 1px solid #dedede;
}
.btn-action.btn-terms {
  color: #585858;
  height: auto;
  line-height: normal;
  text-align: left;
  padding: 0;
  text-transform: none;
  text-decoration: underline;
  font-size: 0.750em;
  background: white;
  max-width: 100%;
  border: none;
}
.btn-action.btn-terms.fancyterms {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: normal;
  text-align: left;
  width: auto !important;
}

.btn-action.btn-print-payment {
  float: right;
  background: none;
  padding: 0;
  color: #2374cc;
  text-decoration: underline;
  font-weight: normal;
  line-height: 24px;
  text-transform: none;
  font-size: 0.8em;
  width: auto;
  min-width: 0;
}

html.mobileDisabled .btn-action.btn-print-payment:hover {
  color: #585858;
  border: none;
  background-color: transparent;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

p.form-buttons a.btn-close-modal {
  min-width: 0;
  width: auto;
}

.btn-bulletin:focus, .btn-more-info:focus, .btn-sign-up:focus, .btn-view-usage:focus, .btn-view-ebill:focus {
  outline-color: rgb(77, 144, 254);
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}

.btn-more-info, .btn-sign-up, .btn-view-usage, .btn-view-ebill, .btn-bulletin {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  text-decoration: none;
  font-weight: bold;
  padding: 1em;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  background-color: #2374cc;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 3px 3px #e8e8e8;
  -moz-box-shadow: 1px 3px 3px #e8e8e8;
  -ms-box-shadow: 1px 3px 3px #e8e8e8;
  -o-box-shadow: 1px 3px 3px #e8e8e8;
  box-shadow: 1px 3px 3px #e8e8e8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn-more-info span, .btn-sign-up span, .btn-view-usage span, .btn-view-ebill span, .btn-bulletin span {
  overflow: hidden;
  text-align: left;
  float: none;
  font-size: 1.313em;
  vertical-align: middle;
  margin-right: 0.313em;
}

.btn-bulletin span.fa {
  font-size: 1.313rem;
}
.btn-more-info:hover, .btn-sign-up:hover, .btn-view-usage:hover, .btn-view-ebill:hover {
  text-decoration: none;
}

html.mobileDisabled .btn-more-info:hover, html.mobileDisabled .btn-sign-up:hover, html.mobileDisabled .btn-view-usage:hover, html.mobileDisabled .btn-view-ebill:hover, html.mobileDisabled .btn-bulletin:hover {
  color: white;
  border-color: #1a5798;
  background-color: #1e65b2;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(32, 126, 177, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(32, 126, 177, 0.6);
  text-decoration: none;
}

.mobile-actions {
  position: absolute;
  top: 1em;
  padding: 0;
  right: 4.5em;
  display: none;
}
.mobile-actions .btn-view-usage, .mobile-actions .btn-view-ebill {
  padding: 0.7em;
  background: transparent;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 180px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.mobile-actions .btn-view-usage span, .mobile-actions .btn-view-ebill span, .mobile-actions .btn-show-bulletin span {
  font-size: 1.5em;
  margin: 0;
}
.mobile-actions .btn-view-usage i.fa-bar-chart, .mobile-actions .btn-view-ebill i.fa-bar-chart {
  font-size: 1.750em;
}

.bulletin-close-container {
  display: none;
}

.btn-more-info + .btn-sign-up {
  margin-left: 1em;
}

.card-expiration-mm {
  position: relative;
  margin-right: 5px;
}

.card-expiration-yyyy {
  position: relative;
}

.regular-radio {
  display: none;
  width: 100%;
  /*@include vendor(appearance, none);*/
}

.payWhenRow {
  display: none;
}

.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #6a6a6a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0px;
}
.regular-radio + label:focus {
  border-color: #178fd0;
}

.disable-pm .regular-radio + label {
  display: none;
}
.disable-pm .radioPaymentMethodContainer {
  height: 38px;
}
.disable-pm .pMethodSlide {
  width: auto;
  text-align: left;
}

input[type=radio].regular-radio + label {
  border-radius: 28px;
  display: inline-block;
  margin: 0;
}

input[type=checkbox].regular-radio + label {
  border-radius: 0px;
  display: inline-block;
  margin: 8px 16px 0px 0px;
}

.text-swap {
  position: relative;
  float: left;
  display: none;
  line-height: 32px;
}

.regular-radio + label.default {
  top: 3px;
  margin: 8px 16px 8px 8px;
  cursor: pointer;
}

.regular-radio:checked + label:after {
  content: ' ';
  width: 63px;
  height: 52px;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: 0;
  position: absolute;
  top: 0px;
  background: #99a1a7;
  left: 0px;
  background-color: transparent;
  background: url(../img/radio-check.png) top left no-repeat;
  background-position: 0px 0px;
}

input[type=checkbox].regular-radio:checked + label:after {
  background-color: transparent;
  background: url(../img/checkbox-check.png) top left no-repeat;
  background-position: 0px 0px;
}

.regular-radio:checked ~ p.ccState span.pMethodSlide.methodVisa, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodVisa {
  background: transparent url("../img/pm/visa_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodVisa.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodVisa.active {
  background: transparent url("../img/pm/visa_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodVisaDebit, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodVisaDebit {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodVisaDebit.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodVisaDebit.active {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodMastercard, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodMastercard {
  background: transparent url("../img/pm/mastercard_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodMastercard.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodMastercard.active {
  background: transparent url("../img/pm/mastercard_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodMastercardDebit, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodMastercardDebit {
  background: transparent url("../img/pm/mastercard_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodMastercardDebit.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodMastercardDebit.active {
  background: transparent url("../img/pm/mastercard_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodAmex, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodAmex {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodAmex.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodAmex.active {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodAmexDebit, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodAmexDebit {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodAmexDebit.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodAmexDebit.active {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodDiscover, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodDiscover {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodDiscover.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodDiscover.active {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodDiscoverDebit, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodDiscoverDebit {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodDiscoverDebit.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodDiscoverDebit.active {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodPaypal, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodPaypal {
  background: transparent url("../img/pm/paypal_64_gray.png") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodPaypal.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodPaypal.active {
  background: transparent url("../img/pm/paypal_64.png") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodCheck, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodCheck {
  background: transparent url("../img/pm/echeck_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodCheck.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodCheck.active {
  background: transparent url("../img/pm/echeck_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodSepa, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodSepa {
  background: transparent url("../img/pm/sepa_gray.png") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodSepa.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodSepa.active {
  background: transparent url("../img/pm/sepa.png") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodInteracOnline, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodInteracOnline {
  background: transparent url("../img/pm/interac_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodInteracOnline.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodInteracOnline.active {
  background: transparent url("../img/pm/interac_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodGeneric, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodGeneric {
  background: transparent url("../img/pm/generic_bank_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodGeneric.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodGeneric.active {
  background: transparent url("../img/pm/generic_bank_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodSavings, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodSavings {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodSavings.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodSavings.active {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodChequing, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodChequing {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodChequing.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodChequing.active {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodATM, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodATM {
  background: transparent url("../img/pm/atm_debit_card_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodATM.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodATM.active {
  background: transparent url("../img/pm/atm_debit_card_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodACH, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodACH {
  background: transparent url("../img/pm/ach_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodACH.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodACH.active {
  background: transparent url("../img/pm/ach_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodDC, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodACH {
  background: transparent url("../img/pm/diners_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodDC.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodACH.active {
  background: transparent url("../img/pm/diners_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodJCB, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodACH {
  background: transparent url("../img/pm/jcb_64.svg") no-repeat 0 0;
}
.regular-radio:checked ~ p.ccState span.pMethodSlide.methodJCB.active, .regular-radio:checked ~ p.debitState span.pMethodSlide.methodACH.active {
  background: transparent url("../img/pm/jcb_64.svg") no-repeat 0 0;
}

.android .radioPaymentMethodContainer .labelforRadio span.setRelative {
  -webkit-animation: bugfix infinite 1s;
}

.android .radioPaymentMethodContainer .standard-label-msg span.setRelative {
  -webkit-animation: bugfix infinite 1s;
}

.force-repaint {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    fill: 0;
  }

  to {
    fill: 0;
  }
}

.regular-radio:checked ~ p.last-pm span.pMethodSlide {
  display: none;
}

.regular-radio:checked ~ p.last-pm span.text-swap {
  display: block;
}

.regular-radio:checked ~ p:not(.last-pm) span.text-swap {
  display: block;
  float: none;
  text-align: left;
}

p.labelforRadio {
  display: inline-block;
  position: absolute;
  font-weight: normal;
  top: 1px;
  left: 28px;
  width: 100%;
  min-width: 220px;
}
p.labelforRadio img {
  position: relative;
  float: left;
  height: 48px;
  width: 49px;
  margin-top: -12px;
}

.accountInformation .item-row-content-col {
  padding: 0 0 0.9em 0;
}
.accountInformation .action-row .col-whole-action {
  padding: 0em 1.5em;
}
.accountInformation p.labelforRadio {
  top: 0;
  line-height: 30px;
  left: 21px;
}

.radioLeft, .radioRight, .radioPaymentMethodStart, .radioPaymentMethod {
  position: relative;
  float: left;
  width: 50%;
}

/* ================== SIDE BAR - ACCOUNT INFORMATION*/
.biller {
  position: relative;
  margin: 16px 0px 13px 0px;
}
.biller img {
  float: left;
  max-height: 51px;
  margin-top: 20px;
  padding: 0;
}
.biller h1 {
  float: left;
  font-size: 1.4em;
  margin: 17px 0 9px 0px;
  padding: 0;
  color: white;
  text-align: center;
}

.acct p {
  padding: 12px 36px;
}

/* .payment-type-cc, */
.payment-type-dc, .payment-type-pd, .payment-type-dd, .payment-type-io {
  display: none;
}

.status {
  display: none;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #97a8ae;
  -moz-box-shadow: 1px 1px 3px #97a8ae;
  -ms-box-shadow: 1px 1px 3px #97a8ae;
  -o-box-shadow: 1px 1px 3px #97a8ae;
  box-shadow: 1px 1px 3px #97a8ae;
  margin: 1.250em 0 0 0;
  padding: 0 0 1.5em 0;
}

/* =============== REVIEW PAYMENT LAST STEP */
.form-row-review {
  overflow: hidden;
  padding: 0.5em 70px 0.2em 70px;
}

.form-row-review span {
  font-weight: normal;
}

.review-title {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E2E;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  color: #6a6a6a;
}

p.review-heading {
  float: left;
  width: 50%;
  color: #6a6a6a;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
p.review-heading.uniqueHeading {
  width: 100%;
  padding-bottom: 1em;
}
p.review-heading.full-heading {
  width: 100%;
  padding-bottom: 1em;
}

.receiptContainer p.review-heading.full-heading {
  float: none;
  clear: both;
}

p.review-data {
  float: left;
  color: #6a6a6a;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.review-data.full-data, p.review-data.uniqueData {
  width: 100%;
  text-align: right;
}

p.review-msg {
  font-size: 1em;
  color: #2374cc;
  font-weight: bold;
}

.review-msg .success {
  display: block;
  color: #585858;
}

.review-msg .failed {
  display: block;
  color: #d44d50;
}

span.failed {
  color: #d44d50;
}

table.edit-table {
  width: 100%;
}

table.edit-table td {
  color: #56767F;
  font-size: 0.9em;
  padding: 0.6em 0;
  border-bottom: 1px solid #BDC3C7;
}

table.ebill-info {
  margin: 1em 0;
  width: 100%;
}

table.ebill-info td {
  vertical-align: top;
}

table.ebill-table {
  margin-bottom: 0;
}

table.ebill-table td {
  color: #56767F;
  font-size: 1em;
  padding: 0.6em 1em;
  border-bottom: 1px solid #BDC3C7;
}

table.ebill-table td:nth-child(2) {
  text-align: right;
}

td.review-heading {
  vertical-align: top;
  font-weight: bold;
}

td.review-data {
  vertical-align: top;
  text-align: right;
}

.no-border {
  border: none !important;
}

.review-checkbox {
  margin-left: 35%;
  padding: 0.8em;
}
.review-checkbox p, .review-checkbox input[type="checkbox"] {
  clear: both;
  float: none;
  font-size: 0.9em;
  color: #56767F;
}

.review-terms-and-conditions .review-checkbox {
  margin: 0;
}

.chartContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.chartPlaceholder, .chartPlaceholderUsage {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  min-width: 320px;
  padding: 0 !important;
  margin: 0 !important;
}

.chartPlaceholder img {
  width: 360px;
  height: auto;
}

html.modal-open {
  overflow: hidden;
  padding-right: 17px;
  height: 100%;
}
html.modal-open body {
  overflow: hidden;
}
html.modal-open.left {
  padding-right: 0px;
}

#header-container {
  position: relative;
  z-index: 599;
}

.headerOverlay {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  height: 71px;
  z-index: 190;
  font-size: 1.1em;
  background-color: white;
  border-bottom: 1px solid #d9d9d9;
}
.headerOverlay img {
    /*
     width: auto;
     max-height: 60px;
     padding:0;
     background: purple;
     */
  padding: 0;
}
.headerOverlay a {
  color: #5d5d5d;
  font-weight: normal;
}
.headerOverlay a.btn-show-msgs {
  /*
  &:focus {
    outline: 2px #66afe9 dashed!important;
  }
  */
}
.headerOverlay a.btn-show-msgs:link, .headerOverlay a.btn-show-msgs:visited {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 1em;
  top: 0.6em;
  color: #888888;
  padding: 0.7em;
  text-decoration: none;
  border: none;
  outline: none;
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.headerOverlay a.btn-show-msgs:active {
  color: #ffd60e;
}

.logoContainer {
  float: left;
  margin: 0px 16px 0px 16px;
  width: 100%;
  max-width: 158px;
  text-align: center;
  vertical-align: middle;
  line-height: 66px;
}

/*
.logoContainer a {
  vertical-align: middle;
  line-height: 69px;
}*/
.logoContainer img {
  max-height: 60px;
  vertical-align: middle;
}

.headersplit {
  margin: 0;
  padding: 0;
  float: left;
  width: 2px;
  height: 70px;
}

.nsplit {
  display: none;
  /*
  margin:0;
  padding:0;
  position:absolute;
  top:0;
  right:12.25em;
  width:2px;
  height:70px;
  @extend .topbar-nsplit;   */
}

.poweredby {
  font-size: 0.7em;
  float: left;
}
.poweredby p {
  position: relative;
  float: left;
  width: 170px;
  margin: 2.1em 0.5em 0 21px;
  color: #888888;
}
.poweredby img {
  margin-top: 2em;
  margin-left: 0;
}

.title {
  float: left;
  margin: 0em 1.2em 0 1em;
  line-height: 70px;
  color: #585858;
}

.toggle-notifications {
  position: relative;
}

.notification-indicator {
  color: white;
  font-size: 11px;
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ED4113;
  padding: 1px 3px;
  border-radius: 3px;
}

ul.notification-list {
  list-style: none;
  margin: 0 0.5em;
  padding: 0 1.2em 1.2em 1.2em;
  font-size: 0.8em;
}

.notification-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0;
}

.notification-list li:last-child {
  border-bottom: none;
}

.notification-date {
  color: #828282;
}

.notification-text {
  position: relative;
  float: right;
  height: 70px;
  top: 0em;
  right: 4em;
  text-align: right;
  width: 50%;
  overflow: hidden;
}

.notification-snippet {
  position: relative;
  float: right;
  font-size: 0.8em;
  color: #797979;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  white-space: nowrap;
  line-height: 70px;
}

.notification-split {
  float: left;
  margin: 0;
  padding: 0;
}
.notification-split img {
  float: none;
}

.notification-title {
  margin-left: 2em;
  color: #585858;
  position: relative;
  float: right;
  line-height: 70px;
}

.headerContainer {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.notifications {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-left: 1px solid #cecece;
  vertical-align: top;
}

/* SAMPLE BILL STYLES START */
.charge-table {
  border-bottom: 1px solid #666;
}

.charge-table [colspan], .chart-table [colspan] {
  text-align: left;
}

.charge-table td.txt-r {
  font-size: 1em;
}

.align-charge-table {
  text-align: center;
}

.desc-table1 {
  border-bottom: 1px solid #666;
  margin-bottom: 0;
}

.desc-table1 tr td {
  padding: 8px 0 8px 4px;
  margin: 0;
  width: auto;
  text-align: center;
}

.title-mssg, td.title-mssg {
  text-align: center;
  color: #000;
  font-weight: bold;
  background: #cccccc url(../img/bg_title.jpg) repeat-x;
  padding: 8px 0 8px 4px;
}

.company-address {
  display: block;
  font: normal 12px Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
  padding: 0px;
  color: #666;
}

.company-address span {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}

.company-address span a {
  color: #39F;
  font-size: 11px;
}

.account-holder-address {
  display: block;
  font-weight: bold;
  margin: 0;
  text-align: left;
  padding: 0px;
  clear: left;
  margin-top: 1em;
}

/* SAMPLE BILL STYLES END */
/* EFFECKT RIGHT OVERLAY STYLES START */
.toggle-notifications {
  padding-bottom: 2em;
}

.toggle-cdb {
  letter-spacing: -0.31em;
  padding-bottom: 2em;
}

.toggle-cdb .fancy-divider {
  margin: 1.5em 3em 0em 0em;
}

.toggle-cdb p {
  margin: 0.5em 2em 0.5em 1em;
  color: #6a6a6a;
}

.toggle-cdb p.form-buttons {
  padding-right: 2em;
}

.cdbOverlay {
  max-height: 90px;
}

/* EFFECKT JS STYLES START =============================================== */
.effeckt-off-screen-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 33%;
  border-left: 1px solid #cecece;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: scroll;
  /* Overflow should scroll */
  -webkit-overflow-scrolling: touch;
  /* This gives us scrollbars. */
}

.android .effeckt-off-screen-nav {
  display: none;
}

.effeckt-off-screen-nav::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.effeckt-off-screen-nav::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

.effeckt-off-screen-nav h4 {
  color: #6a6a6a;
  border-bottom: 1px solid #eee;
  padding: 1em 0.5em 0.5em 0;
  margin: 0 1em 1em;
  position: relative;
  letter-spacing: normal;
  word-spacing: normal;
}

.effeckt-off-screen-nav-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
  font-size: 1.5em;
  text-decoration: none;
  color: #FFBC00;
  padding: 0.5em;
  background: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.effeckt-off-screen-nav-close:hover,
.effeckt-off-screen-nav-close:focus {
  text-decoration: none;
}

.effeckt-off-screen-nav-show {
  visibility: visible;
}

.android .effeckt-off-screen-nav-show {
  display: block;
}

.effeckt-off-screen-nav-right-overlay {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.effeckt-off-screen-nav-left-overlay {
  width: 66%;
  left: 0;
  right: auto;
  border-right: 1px solid #cecece;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.effeckt-off-screen-nav-left-overlay.effeckt-off-screen-nav-show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

html.no-csstransforms .effeckt-off-screen-nav {
  display: none;
}
html.no-csstransforms .effeckt-off-screen-nav-show {
  display: block;
}

/* EFFECKT RIGHT OVERLAY STYLES END */
.mobileShow {
  display: none;
}

.phoneShow {
  display: none;
}

.tabletShow {
  display: none;
}

.btn-circle {
  position: relative;
  top: 0.6em;
  overflow: hidden;
  z-index: 11;
  text-decoration: none;
  display: inline-block;
  line-height: 32px;
  background: white;
  padding: 0;
  width: 32px;
  height: 32px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.btn-circle span {
  position: absolute;
  top: 0.35em;
  left: 0.35em;
  color: #5f6471;
  font-size: 18px !important;
}
.btn-circle:hover span {
  color: #7a5900;
}
.btn-circle.btn-cvv {
  top: 1.75em;
}

/* MAGNIFIC POPUP START ========================================================= */
/* ===== fade effect ====== */
.mfp-fade {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.mfp-fade.mfp-bg {
    /*
opacity: 0;
 -webkit-transition: all 200ms cubic-bezier(.42,0,.58,1);
-o-transition: all 200ms cubic-bezier(.42,0,.58,1);
transition: all 200ms cubic-bezier(.42,0,.58,1);*/
}
.mfp-fade.mfp-ready .mfp-with-anim {
  opacity: 1;
}
.mfp-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade.mfp-removing .mfp-with-anim {
  opacity: 0;
}
.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* MAGNIFIC POPUP END =========================================================== */
/* BOOTSTRAP TABs STYLES START ======================================= */
.tabs-container {
  padding: 0.5em 1.5em 0.5em 0em;
  background: white;
}

.tab-content {
  position: relative;
  overflow: hidden;
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content .item-row {
  border: none;
}
.tab-content .item-row-content-col {
  padding: 1em 0em;
}
.tab-content a:link, .tab-content a:visited {
  color: #585858;
}

.payment-row {
  position: relative;
  overflow: hidden;
}

.tabs {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.tabs:before,
.tabs:after {
  display: table;
  content: " ";
}

.tabs:after {
  clear: both;
}

.tabs:before,
.tabs:after {
  display: table;
  content: " ";
}

.tabs:after {
  clear: both;
}

.tabs > li {
  position: relative;
  display: block;
}

.tabs > li > a {
  color: #585858;
  position: relative;
  display: block;
  padding: 10px 12px;
  text-decoration: none;
}

.tabs > li > a:hover,
.tabs > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.tabs > li.disabled > a {
  color: #6a6a6a;
}

.tabs > li.disabled > a:hover,
.tabs > li.disabled > a:focus {
  color: #6a6a6a;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.tabs .open > a,
.tabs .open > a:hover,
.tabs .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.tabs .tabs-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.tabs > li > a > img {
  max-width: none;
}

.nav-tabs {
  padding: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2374cc;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

/* BOOTSTRAP TABs STYLES END ======================================= */
.setRelative {
  position: relative;
  width: 100%;
  display: block;
  line-height: 33px;
  text-align: right !important;
}

.radioLeft, .radioRight, .radioPaymentMethodStart, .radioPaymentMethod {
  position: relative;
  float: left;
  z-index: 98;
  width: 50%;
  overflow: hidden;
  padding-bottom: 0.225em;
}
.radioLeft img, .radioRight img, .radioPaymentMethodStart img, .radioPaymentMethod img {
  position: absolute;
  top: -8px;
}

.radioContainer {
  position: relative;
  top: 0.25em;
  width: 100%;
  z-index: 99;
  padding-bottom: 0.250em;
}
.radioContainer.widthAuto {
  /*width: auto;*/
}

.radioPaymentMethodContainer {
  position: relative;
  top: 0.25em;
  width: 100%;
  z-index: 99;
  padding-bottom: 0.250em;
}
.radioPaymentMethodContainer.single-pm input[type=radio].regular-radio + label {
  display: none;
}
.radioPaymentMethodContainer.single-pm .labelforRadio.paymentRadio {
  position: relative;
  left: 0;
  padding-right: 0;
}
.radioPaymentMethodContainer.last-pm .pMethodSlide {
  width: auto;
  text-indent: 64px;
}

.radioACHContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 99;
  padding-bottom: 6px;
}
.radioACHContainer input[type=checkbox].regular-radio + label {
  margin-top: 0;
}
.radioACHContainer .standard-radio {
  position: absolute;
}

.radioContainer, .radioPaymentMethodContainer, .checkboxContainer {
  position: relative;
  top: 0.25em;
  width: 100%;
  z-index: 99;
  padding-bottom: 3px;
}

.pMethod {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  text-indent: 64px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 38px;
  width: auto;
  height: 33px;
  background-size: 52px auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pMethodSlide {
  float: left;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0px 12px 0px 0px;
  padding: 0px;
  width: 52px;
  height: 33px;
  background-size: 52px auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*
  &.active {
      @include vendor (filter, none!important);
      @include vendor (opacity, 1!important);
  }*/
}

.methodCreditCard {
  background: transparent url("../img/pm/creditcard_64.png") no-repeat 0 0;
}

.methodDebitCard {
  background: transparent url("../img/pm/debitcard_64.png") no-repeat 0 0;
}

.methodVisa {
  background: transparent url("../img/pm/visa_64.svg") no-repeat 0 0;
}

.methodVisaDebit {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}

.methodMastercard {
  background: transparent url("../img/pm/mastercard_64.svg") no-repeat 0 0;
}

.methodMastercardDebit {
  background: transparent url("../img/pm/mastercard_debit_64.svg") no-repeat 0 0;
}

.methodAmex {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}

.methodAmexDebit {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}

.methodDiscover {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}

.methodDiscoverDebit {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}

.methodPaypal {
  background: transparent url("../img/pm/paypal_64.png") no-repeat 0 0;
  text-indent: 64px;
  overflow: hidden;
}

.methodCheck {
  background: transparent url("../img/pm/echeck_64.svg") no-repeat 0 0;
}

.methodInteracOnline {
  background: transparent url("../img/pm/interac_64.svg") no-repeat 0 0;
  text-indent: 64px;
  overflow: hidden;
  width: 52px;
}

.methodGeneric {
  background: transparent url("../img/pm/generic_bank_64.svg") no-repeat 0 0;
}

.methodSavings {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}

.methodChequing {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}

.methodATM {
  background: transparent url("../img/pm/atm_debit_card_64.svg") no-repeat 0 0;
}

.methodCash {
  background: transparent url("../img/pm/cash_64.svg") no-repeat 0 0;
}

.methodChq {
  background: transparent url("../img/pm/chq_64.svg") no-repeat 0 0;
}

.methodPulse {
  background: transparent url("../img/pm/pulse_64.svg") no-repeat 0 0;
}

.methodStar {
  background: transparent url("../img/pm/star_64.svg") no-repeat 0 0;
}

.methodNyce {
  background: transparent url("../img/pm/nyce_64.svg") no-repeat 0 0;
}

.methodAccel{
  background: transparent url("../img/pm/accel_64.svg") no-repeat 0 0;
}

.methodACH {
  background: transparent url("../img/pm/ach_64.svg") no-repeat 0 0;
}

.methodDC {
  background: transparent url("../img/pm/diners_64.svg") no-repeat 0 0;
}

.methodJCB {
  background: transparent url("../img/pm/jcb_64.svg") no-repeat 0 0;
}

.methodSepa {
  background: transparent url("../img/pm/sepa_ayden.svg") no-repeat 0 0;
}

.form-payment-information {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}

.form-payment-helpers {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}

.pt-select {
  padding: 0 0.5em;
  border-bottom: 1px solid #ccc;
}
.pt-select .item-row-content-col {
  padding: 0.75em 0 !important;
}

.pt-select.defaultType {
  padding: 0;
  border: none;
}

.pt-select.defaultType input[type=hidden] + label {
  display: inline-block;
  margin: 0;
  border: none;
}

.accountInformation .pt-select.defaultType p.labelforRadio {
  left: 0;
}

.accountInformation .pt-select.defaultType .standard-label-msg {
  left: 0;
  cursor: default;
}

/* PAYMENT DETAILS CONTENT MODIFIER START */
.css-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #6a6a6a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px !important;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0px;
}

.css-checkbox:checked {
  background: url(../img/checkbox-check.png) top left no-repeat;
}

.paymentDetailsContent p.labelforRadio {
  font-size: 16px;
  min-width: 0;
  width: auto;
}
.paymentDetailsContent p.labelforRadio.paymentRadio {
  text-align: right;
  width: 100%;
  padding-right: 3.5em;
  top: -0.225em;
  font-size: 14px;
}
.paymentDetailsContent p.labelforRadio.ach {
  top: 5px;
  left: 32px;
  font-size: 12px;
  margin-bottom: 0;
}

.item-row paymentDate payNowOrLater{
  color: red;
}

.paymentDetailsContent .standard-label-msg.ach {
  position: relative;
  display: inline-block;
  top: 2px;
  left: 28px;
  font-size: 12px;
  font-size: 0.750rem;
  margin-bottom: 0;
  line-height: 22px;
  padding-right: 28px;
}
.paymentDetailsContent .table-container p.labelforRadio {
  position: relative;
  top: 0;
  left: 8px;
  font-size: 14px;
}
.paymentDetailsContent .table-container .standard-label-msg {
  position: relative;
  top: auto;
  left: auto;
  font-size: 12px;
  font-size: 1rem;
  padding-left: 4px;
}
.paymentDetailsContent .table-container .standard-label-msg.radio-min-full {
  line-height: 20px;
}
.paymentDetailsContent .table-container .standard-label-msg.min, .paymentDetailsContent .table-container .standard-label-msg.max {
  line-height: 22px;
}
.paymentDetailsContent .table-container .standard-label-msg.min:before, .paymentDetailsContent .table-container .standard-label-msg.max:before {
  top: 0px;
  left: -22px;
}
.paymentDetailsContent .table-container input[type=checkbox].regular-radio + label {
  margin: 0;
}
.paymentDetailsContent .table-container .radioContainer {
  top: 0;
}
.paymentDetailsContent .payAll .standard-radio + span:before {
  top: 0px;
}
.paymentDetailsContent .item-row {
  padding: 0;
}

.paymentDetailsContent .item-row.pad-top {
  padding-top: 1em;
}
.paymentDetailsContent .item-row:last-child {
  border: none;
}
.paymentDetailsContent .item-row.echeck-type label {
  height: 22px;
}
.paymentDetailsContent .item-row.echeck-type p.labelforRadio {
  top: 2px;
}
.paymentDetailsContent .item-row.echeck-type .radioContainer {
  float: left;
  padding-bottom: 0.5em;
}
.paymentDetailsContent .item-row.echeck-type .radioContainer.ddPC, .paymentDetailsContent .item-row.echeck-type .radioContainer.ddPS {
  margin-left: 3px;
}
.paymentDetailsContent .item-row.echeck-type .radioContainer.bc {
  width: 160px;
}
.paymentDetailsContent .item-row.payAll {
  padding-bottom: 0.5em;
}
.paymentDetailsContent .item-row-content-col.noIndent {
  padding: 0 0 0.9em 0;
}
.paymentDetailsContent .tab-content {
  padding-left: 0px;
  padding-bottom: 0px;
}
.paymentDetailsContent .tab-content label {
  display: block;
}
.paymentDetailsContent .tab-content .item-row {
  border: none;
}
.paymentDetailsContent .tab-content .item-row-content-col {
  padding: 1em 0em;
}
.paymentDetailsContent .paymentDate .item-row-content-col {
  padding: 0.5em;
}
.paymentDetailsContent .paymentDate .radioContainer {
  float: left;
  width: 33.33%;
}
.paymentDetailsContent .payAll .item-row-content-col {
  padding: 0 0.5em;
}
.paymentDetailsContent .payAll label.standard-label {
  width: auto;
}
.paymentDetailsContent .payAll span.standard-label-msg {
  width: auto;
  left: 36px;
}
.paymentDetailsContent .createMySchedule .item-row-content-col {
  padding: 0.5em;
}
.paymentDetailsContent .payMore label {
  display: block;
}
.paymentDetailsContent .payMore input[type="text"] {
  width: 100%;
  max-width: 266px;
}
.paymentDetailsContent input[type="text"], .paymentDetailsContent input[type="password"] {
  max-width: 270px;
}

/* PAYMENT DETAILS CONTENT MODIFIER END */
/* PAYMENT METHOD CONTENT MODIFIER START */
.paymentMethodContent {
    /*
    .standard-radio.payment-method-radio + span:before {
      top: 6px;
  }*/
}
.paymentMethodContent.step {
  padding-bottom: 0;
}
.paymentMethodContent .item-row {
  padding: 0;
  border-bottom: 1px solid #d7d7d7;
}
.paymentMethodContent .item-row:last-child {
  border: none;
}
.paymentMethodContent .item-row-content-col {
  padding: 0.5em;
}
.paymentMethodContent .item-row-content-col.noIndent {
  padding: 1em 0em;
}
.paymentMethodContent .item-row-content-col.col-whole-action {
  padding: 2em 0em 0em 0em;
}
.paymentMethodContent .tab-content {
  padding-left: 8px;
  padding-bottom: 24px;
}
.paymentMethodContent .tab-content label {
  display: block;
}
.paymentMethodContent .tab-content .item-row {
  border: none;
}
.paymentMethodContent .tab-content .item-row-content-col {
  padding: 0.5em;
}
.paymentMethodContent .tab-content .card .item-row-content-col {
  padding: 0.5em 0.5em 0em 0em;
}
.paymentMethodContent .tab-content .card .item-row-content-col.cvv {
  position: relative;
  padding: 0.5em 0.5em 0em 0em;
}
.paymentMethodContent .tab-content.tab-paypal .item-row-content-col, .paymentMethodContent .tab-content.tab-io .item-row-content-col {
  padding: 0.5em 0;
}
.paymentMethodContent .btn-circle {
  margin-top: 36px;
  padding-bottom: 0.5em;
  top: inherit;
}

/* PAYMENT METHOD CONTENT MODIFIER END */
.card {
  max-width: 100%;
}
.card.credit {
  /*
  @include vendor (border-radius, 8px);
  @extend .myShadow;
  padding: 24px;
  background: transparent url("../img/credit-card-bg-1.png") no-repeat 0 0;
  background-size: 100% 100%;
  *background-colour: white;*/
}
.card.debit {
  /*
  @include vendor (border-radius, 8px);
  @extend .myShadow;
  padding: 24px;
  background: transparent url("../img/echeck-card-bg-1.png") no-repeat 0 0;
  background-size: 100% 100%;
  *background-colour: white;*/
}
.card.echeck .btn-circle {
  margin: 0;
}
.card.last {
}
.card.last .pm-row {
  max-width: 190px;
}
.card.last .pMethodSlide {
  margin: 0px 6px 0px 0px;
}

.reviewContent {
  padding: 0;
}
.reviewContent.no-fee .item-row-content-col.calcBox {
  padding: 1em;
  border: 1px solid #c7c7c7;
  margin: 1.5em 0em 0em 0em;
  line-height: 48px;
  width: 100%;
  letter-spacing: -0.31em;
}
.reviewContent.no-fee .item-row-content-col.calcBox label {
  display: inline-block;
  color: #6a6a6a;
  width: 50%;
  letter-spacing: normal;
  text-align: left;
}
.reviewContent.no-fee .item-row-content-col.calcBox p {
  color: #6a6a6a;
  display: inline-block;
  font-size: 1.5em;
  width: 50%;
  text-align: right;
  font-weight: bold;
  letter-spacing: normal;
}
.reviewContent.no-fee .item-row-content-col.calcBox .review-title {
  display: inline-block;
  color: #6a6a6a;
  width: 50%;
  letter-spacing: normal;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.reviewContent.no-fee .serviceFeeBox, .reviewContent.no-fee .totalBox, .reviewContent.no-fee .itemPlus, .reviewContent.no-fee .itemEqual, .reviewContent.no-fee .agreePaymentus {
  display: none !important;
}
.reviewContent.no-fee .review-message {
  display: block;
}
.reviewContent p.labelforRadio {
  width: auto;
  min-width: 0;
  margin: 0;
  top: 10px;
  left: 28px;
}
.reviewContent label {
  line-height: normal;
}

.reviewContent .action-row .col-whole-action {
  padding: 2em 0em 0em 0em;
}
.reviewContent .item-sub-header {
  margin-top: 1.5em;
}
.reviewContent .checkboxContainer {
  margin-top: 10px;
}
.reviewContent .table-container + .item-row .item-row-content-col.calcBox, .reviewContent .table-container + .item-row .item-row-content-col.serviceFeeBox, .reviewContent .table-container + .item-row .item-row-content-col.totalBox {
  margin-top: 0 !important;
}
.reviewContent .table-container + .item-row .item-row-content-col.itemPlus, .reviewContent .table-container + .item-row .item-row-content-col.itemEqual {
  margin-top: 1em !important;
}
.reviewContent .table-container td.paymentAmountCol {
  text-align: right;
}
.reviewContent .table-container td .fa.fa-plus {
  color: #a8a8a8;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

.receiptContent .content {
  padding-bottom: 0px;
}
.receiptContent .action-row.receipt {
  padding-top: 2em;
}
.receiptContent .action-row.receipt .col-whole-action {
  padding: 0;
}
.receiptContent .action-row.receipt .btn-action:nth-child(1) {
  margin-right: 0.5%;
}
.receiptContent .action-row.receipt .btn-action:nth-child(2) {
  margin: 0 0.5% 0 0.5%;
}
.receiptContent .action-row.receipt .btn-action:nth-child(3) {
  margin-left: 0.5%;
}
.receiptContent .review-heading {
  clear:left;
}

.payment-complete-footer-note {
  color: #FF0000;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  order: 5;
}

.alertContent .content {
  padding-bottom: 0px;
}
.alertContent .action-row {
  padding-top: 2em;
}
.alertContent .action-row .col-whole-action {
  padding: 0;
}
.alertContent .action-row .btn-action:nth-child(1) {
  margin-right: 0.5%;
}
.alertContent .action-row .btn-action:nth-child(2) {
  /*margin: 0 0.5% 0 0.5%;*/
}

html.mobileDisabled .date-picker-container {
  z-index: 555;
  position: fixed;
  top: 0;
  left: 0;
}

.picker__input {
  background: white url("../img/icon-calendar.png") no-repeat 99% 3px;
  background-size: 32px auto;
}

input[readonly="readonly"].picker__input, input[readonly].picker__input {
  background: white url("../img/icon-calendar.png") no-repeat 99% 3px;
  background-size: 32px auto;
  cursor: pointer;
}

html.mobileDisabled .picker::-webkit-scrollbar {
  display: none;
}

html.mobileDisabled .picker__holder {
  overflow: hidden !important;
}

#features {
  display: none;
  overflow: hidden;
}
#features.active {
  display: block;
}
#features .item-row {
  border: none;
}
#features .item-row-content-col {
  padding: 1em 0em;
}
#features > .item-sub-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#features .setLeftContent, #features .setRightContent {
  height: auto;
}

.splash-cd {
  position: relative;
  overflow: hidden;
  min-height: 524px;
}
.splash-cd .cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 88;
  background: white;
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.splash-cd .preview-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -56px;
}
.splash-cd:hover .cd-overlay {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.splash-cd:hover .device.laptop {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.splash-cd:hover .device.ipad {
  z-index: 81;
  left: -1em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotateY(20deg);
  -moz-transform: rotateY(20deg);
  -ms-transform: rotateY(20deg);
  -o-transform: rotateY(20deg);
  transform: rotateY(20deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.splash-cd:hover .device.phone {
  z-index: 81;
  right: -1em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotateY(20deg);
  -moz-transform: rotateY(20deg);
  -ms-transform: rotateY(20deg);
  -o-transform: rotateY(20deg);
  transform: rotateY(20deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.device {
  position: absolute;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.device.laptop {
  z-index: 80;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.device.ipad {
  z-index: 81;
  width: 50%;
  left: 1em;
  text-align: center;
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.device.phone {
  z-index: 81;
  width: 50%;
  right: 1em;
  text-align: center;
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.device img {
  max-width: 100%;
}

.btn-cd-preview:link, .btn-cd-preview:visited {
  display: block;
  font-size: 1.5em;
  color: #15477d;
  text-decoration: none;
  text-transform: uppercase;
}

.intro {
  position: absolute;
  z-index: 99;
  display: none;
}

.popup {
  position: relative;
  background: transparent;
  width: auto;
  max-width: 640px;
  margin: 0.5em auto;
    /*
    &.paymentDetailsContent {

      .item-row-content-col p {
        margin-bottom: 0.5em;
      }
    input[type="password"], input[type="text"] {
      display: block;
    }
    }*/
}

.popup.popup-sm {
  max-width: 480px;
}

.popup.popup-xs {
  max-width: 320px;
}

.popup.preview-popup {
  width: 100%;
}
.popup.full-popup {
  max-width: 1000px;
}
.popup.full-popup .action-row .col-whole-action {
  padding: 1.5em 1.5em 0em 1.5em;
}
.popup.explore {
  width: 1280px;
  max-width: 100%;
}
.popup.explore img {
  display: block;
}
.popup .item-header {
  padding: 1em;
  background: #585858;
}
.popup .modal-content {
  position: relative;
  overflow: hidden;
  padding: 0em;
  -webkit-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.popup .item-content {
  background: white;
  padding: 1em 1.5em 1.5em 1.5em;
}
.popup .item-container {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.popup .item-row .item-row-content-col p {
  font-weight: normal;
  margin-bottom: 24px;
  margin-bottom: 1.5em;
}
.popup .item-row .item-row-content-col p.review-heading {
  float: left;
  width: 50%;
  padding: 0.5em 0em;
  margin: 0;
  font-weight: bold;
  text-transform: capitalize;
}
.popup .item-row .item-row-content-col p.review-heading.full-heading, .popup .item-row .item-row-content-col p.review-heading.uniqueHeading {
  width: 100%;
  padding-bottom: 1em;
}
.popup .item-row .item-row-content-col p.review-data {
  float: left;
  width: 50%;
  padding: 0.5em 0em;
  margin: 0;
  text-align: right;
  font-weight: bold;
}
.popup .item-row .item-row-content-col p.review-data.full-data, .popup .item-row .item-row-content-col p.review-data.uniqueData {
  width: 100%;
  text-align: right;
}
.popup .item-row .item-row-content-col p.review-data.accountType {
  padding-right: 40px;
}
.popup .item-row .item-row-content-col p.review-data img {
  position: absolute;
  height: 48px;
  margin-top: -12px;
}
.popup .item.terms p {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.popup .item-sub-header {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.popup p.review-heading {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.popup p.review-data {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.popup h3 .pMethodSlide {
  top: -16px;
  line-height: 38px;
}
.popup.large-popup {
  max-width: 760px;
}
.popup .action-row .col-whole-action {
  padding: 1em 0em 0em 0em;
}
.popup .btn-action {
  max-width: 256px;
}

/* css3 spinner */
.spinner {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 50px auto;
  cursor: pointer;
  border-radius: 110px;
  -webkit-border-radius: 110px;
}

.spinnerContent p {
  text-align: center;
  font-weight: bold;
}
.spinnerContent .msg {
  display: none;
}
.spinnerContent .msg.default {
  display: block;
}
.spinnerContent.paypal .msg {
  display: none;
}
.spinnerContent.paypal .msg.paypal {
  display: block;
}
.spinnerContent.io .msg {
  display: none;
}
.spinnerContent.io .msg.io {
  display: block;
}
.spinnerContent .msg-highlight {
  color: red;
  font-weight: bold;
  font-size: 1.313em;
}

.innerCircle {
  background-color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  border-radius: 110px;
  text-align: center;
  font-size: 10px;
  color: #ccc;
  line-height: 90px;
}

/* Note: You might encounter an accessibility warning about the animation running longer than 5 seconds
  The spinner is not presented in paralell with other content, so this does not apply
  Therefore, even though this rule does not apply,
  they will fail the WCAG 2.0 AA 2.2.2 automated audit.
  See https://www.w3.org/TR/UNDERSTANDING-WCAG20/time-limits-pause.html for more info */
.outterCircle {
  margin: 0 auto;
  background: #0260a2;
  background: -webkit-radial-gradient(20% 20%, ellipse cover, #0260a2 0%, #00376a 24%, transparent 74%, transparent 100%);
  background: radial-gradient(ellipse at 20% 20%, #0260a2 0%, #00376a 24%, transparent 74%, transparent 100%);
  border-radius: 110px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes color {
  0% {
    color: #fff;
  }

  50% {
    color: transparent;
  }

  100% {
    color: #fff;
  }
}

/*
.spin {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .4);
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 150px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 3px;
    vertical-align: middle;
    -webkit-animation: spin 0.5s infinite linear;
    -moz-animation: spin 0.5s infinite linear;
    -ms-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
}
.spin.mini {
    border-width: 2px;
    width: 25px;
    height: 25px;
}
.spin.normal {
    border-width: 2px;
    width: 50px;
    height: 50px;
}
.spin.large {
    border-width: 6px;
    width: 100px;
    height: 100px;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/
/* VIEW BILL CONTAINER STYLES START ================================================== */
.billContainer {
  letter-spacing: -0.31em;
  background: white;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
  min-height: 36em;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}
.billContainer.taxSample .billingInfoContainer {
  margin-top: 24px;
}
.billContainer.taxSample table th {
  white-space: nowrap;
}
.billContainer.taxSample .billSectionHeader {
  background: #585858;
  /*padding:1.5em;*/
}
.billContainer.taxSample .billSectionHeader h3 {
  font-weight: bold;
  color: white;
}
.billContainer.taxSample .billSectionHeader span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: white;
}
.billContainer.taxSample .billSectionDue {
  background-color: #DEDEDE;
  margin-bottom: 8px;
}
.billContainer.taxSample .billSectionDue .dueLabel:after {
  display: none;
}
.billContainer.taxSample .billSectionDue.totalDue .dueLabel:after {
  display: none;
}

.billContainer .grid__item {
  padding: 0 1.5em;
}
.billContainer .grid__item.generalInfoContainer {
  padding: 0em 1em 0em 1.5em;
}
.billContainer .grid__item.generalInfoContainer .billerLogo {
  max-width: 160px;
}
.billContainer .grid__item.generalInfoContainer .billerInfo {
  font-size: 0.813em;
}
.billContainer .grid__item.generalInfoContainer .billerInfo p {
  margin-bottom: 0.5em;
}
.billContainer .grid__item.generalInfoContainer .userInfo {
  font-size: 0.813em;
}
.billContainer .grid__item.generalInfoContainer .userInfo p {
  margin-bottom: 0.5em;
}

/*
.billContainer.taxSample .billSectionHeader span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #b4b4b4;
}
.billContainer.taxSample .billSectionDue {
  background-color: #CAE7FF;
  margin-top: 24px;
}
.billContainer.taxSample .billSectionDue .dueLabel {
  background-color: #CAE7FF;
}
.billContainer.taxSample .billSectionDue .dueLabel:after {
  display: none;
}
.billContainer.taxSample .billSectionDue .dueAmount {
  background-color: #CAE7FF;
}
.billContainer.taxSample .billSectionDue.totalDue {
  background-color: #b80202;
}
.billContainer.taxSample .billSectionDue.totalDue .dueLabel {
  background-color: #b80202;
  color: white;
}
.billContainer.taxSample .billSectionDue.totalDue .dueLabel:after {
  display: none;
}
.billContainer.taxSample .billSectionDue.totalDue .dueAmount {
  background-color: #b80202;
  color: white;
}
*/
.billingInfoContainer {
  padding-left: 0;
}

.billSectionHeader {
  padding: 0.5em 1em;
  background: #DEDEDE;
}
.billSectionHeader h3 {
  color: #585858;
  font-size: 1em;
  margin: 0;
  line-height: normal;
  font-weight: 600;
}

.billSubSectionHeader {
  position: relative;
  overflow: hidden;
  padding: 0.5em 1em;
  /* billsubsectiondownarrow.png */
  background: #f8f7f7;
  background: -moz-linear-gradient(top, #f8f7f7 0%, #d0d0d0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(100%, #d0d0d0));
  background: -webkit-linear-gradient(top, #f8f7f7 0%, #d0d0d0 100%);
  background: -o-linear-gradient(top, #f8f7f7 0%, #d0d0d0 100%);
  background: -ms-linear-gradient(top, #f8f7f7 0%, #d0d0d0 100%);
  background: linear-gradient(to bottom, #f8f7f7 0%, #d0d0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f7f7', endColorstr='#d0d0d0',GradientType=0 );
}
.billSubSectionHeader h3 {
  position: relative;
  overflow: hidden;
  color: #585858;
  margin: 0;
  font-size: 0.813em;
}
.billSubSectionHeader h3 .default-info {
  float: right;
}
.billSubSectionHeader.noSubSection {
  padding: 0.5em;
  background: none;
                /*
background-image: url('../img/billsubsectiondownarrow.png');
background-repeat:no-repeat;
background-position: 4% 0;*/
}

.subSectionTriangle {
  display: none;
  position: absolute;
  left: 1.5em;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #014780 transparent transparent transparent;
}
.subSectionTriangle.white {
  top: -1px;
  border-color: #ffffff transparent transparent transparent;
}

.billSectionContent {
  padding: 0 1.5em 0 1.5em;
}
.billSectionContent p {
  position: relative;
  padding: 1em 0em;
  margin: 0;
  border-bottom: 1px solid #cdcdcd;
}
.billSectionContent p span {
  float: right;
  font-weight: bold;
}
.billSectionContent p:last-child {
  border: none;
}

.billSectionDue {
  background: #d1d1d1;
  overflow: hidden;
}

.dueLabel {
  position: relative;
  float: left;
  font-weight: bold;
  padding: 0.813em 1.5em;
}

/*.dueLabel:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

    border-color: rgba(136, 183, 213, 0);
    border-left-color: #c3c3c3;
    border-width: 50px 0 50px 20px;
    top: 50%;
    margin-top: -50px;

}*/
.dueAmount {
  position: relative;
  float: right;
  font-weight: bold;
  padding: 0.813em 1.5em;
  font-size: 1em;
}

.meterRibbon, .billRibbon {
  position: absolute;
  left: -14px;
  top: -9px;
  width: 14px;
  height: 81px;
  /*background: url('../img/side-ribbons.png') no-repeat 0 0;*/
  -webkit-border-radius: 0px 0px 0px 8px;
  -moz-border-radius: 0px 0px 0px 8px;
  -ms-border-radius: 0px 0px 0px 8px;
  -o-border-radius: 0px 0px 0px 8px;
  border-radius: 0px 0px 0px 8px;
}

.billInfoContainer {
  position: relative;
  margin-top: 3em;
}
.billInfoContainer table {
  width: 100%;
}
.billInfoContainer tr:first-child {
  background: #34996d;
}
.billInfoContainer th {
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 1.5em 0;
}
.billInfoContainer td {
  text-align: center;
  padding: 2em 0 1em 0;
}

.meterInfoContainer {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0em;
  border-top: 1px solid white;
  padding: 0em 1.5em;
}
.meterInfoContainer table {
  width: 100%;
}
.meterInfoContainer tr:first-child {
  background: #34996d;
}
.meterInfoContainer th {
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 1em 0.5;
  white-space: nowrap;
  font-size: 14px;
}
.meterInfoContainer td {
  text-align: center;
  padding: 0.5em;
  font-size: 12px;
}

.meterInfoContainer::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.meterInfoContainer::-webkit-scrollbar-track {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.meterInfoContainer::-webkit-scrollbar-track-piece {
  border-radius: 8px;
  background: #ccc;
}

.meterInfoContainer::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 5px solid #888888;
  background-color: #888888;
}

/* had to set specifically to everything else except blackberry, somehow any overflow value would hide tables */
.ios .meterInfoContainer, .android .meterInfoContainer, .mobileDisabled .meterInfoContainer {
  overflow-y: auto;
  overflow-x: auto;
}

.gradientFill {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 48px;
  /* grey to white */
}
.gradientFill.g2w {
  background: #d7d7d6;
  background: -moz-linear-gradient(top, #d7d7d6 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d6), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #d7d7d6 0%, white 100%);
  background: -o-linear-gradient(top, #d7d7d6 0%, white 100%);
  background: -ms-linear-gradient(top, #d7d7d6 0%, white 100%);
  background: linear-gradient(to bottom, #d7d7d6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d6', endColorstr='#ffffff',GradientType=0 );
}

.chartContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 1.5em 0 0 0;
}

.chartPlaceholderTotal, .chartPlaceholderCurrent {
  width: 100%;
  height: 100%;
  min-height: 260px;
  min-width: 320px;
  padding: 0;
  margin: 0;
}

/* VIEW BILL CONTAINER STYLES END ================================================== */
/* LAST PAYMENT METHOD STYLE START ============================================ */
.walletContent .item {
  overflow: hidden;
}
.walletContent .item-container {
  position: relative;
  min-height: 96px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.walletContent .item .item-container {
  background: transparent url("../img/credit-card-bg-1.png") no-repeat 0 0;
  background-size: 100% 100%;
  *background-colour: white;
}
.walletContent .item.echeck .item-container {
  background: transparent url("../img/echeck-card-bg-1.png") no-repeat 0 0;
  background-size: 100% 100%;
  *background-colour: white;
}
.walletContent .item-header {
  background: transparent;
  overflow: inherit;
  padding: 1.5em 0.75em;
  border: none;
}
.walletContent h3 {
  float: left;
  width: 100%;
  max-width: 100%;
  line-height: normal;
  padding: 0;
  top: -0.5em;
}
.walletContent h3 .setRelative {
  color: #40444d;
  font-weight: 600;
  font-size: 12px;
  text-align: left !important;
  line-height: 33px;
}
.walletContent .item-content {
  background: transparent;
}
.walletContent .item-row {
  background: transparent;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  padding: 0.5em 0;
}
.walletContent .item-row p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.walletContent .item-row .item-row-content-col {
  width: 50% !important;
}
.walletContent .item-row .item-row-content-col.col-whole-action {
  padding: 0em 0em 1.5em 0em;
}
.walletContent .item-row .item-row-content-col:nth-child(2) {
  text-align: right;
}
.walletContent .echeck .cardLogo {
  display: none;
}
.walletContent .echeck .card-info img.card-chip {
  display: none;
}
.walletContent .echeck .card-info img.echeck-symbol {
  display: block;
  width: 16px;
  margin-right: 0em;
  margin-top: 0.7em;
}
.walletContent .echeck .exp-date {
  display: none;
}
.walletContent .cardLogo {
  position: absolute;
  right: 1.5em;
  bottom: 0.25em;
  display: none;
}
.walletContent .cardLogo img {
  max-width: 96px;
}
.walletContent .cardLogo.amex img {
  max-width: 64px;
}
.walletContent .cardLogo.mastercard img {
  max-width: 96px;
}
.walletContent .cardLogo.discover img {
  max-width: 128px;
}
.walletContent .echeck-symbol {
  display: none;
}

.item-row.zip-code-saved-pm {
    margin-left:-25px;
    padding-bottom: 0.5em !important;;
	}

@media screen and (max-width: 1024px) {
.item-row.zip-code-saved-pm{
    margin-left:-30px;
    padding-bottom: 0.5em !important;;
	}
.item-row-content-col.col-whole.noBorder.pmzip.lu-name-row{
	width: 100% !important;
}

}

.pm-info {
  color: #40444d;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
  padding: 0.5rem 0 0 1rem;
  *padding: 8px 0 0 16px;
}
.pm-info.card-info {
  position: absolute;
  top: 0;
  left: 64px;
  overflow: hidden;
}
.pm-info.card-info img {
  float: left;
  width: 55px;
  vertical-align: middle;
  margin-right: 1.5em;
}
.pm-info.card-info .card-num {
  float: left;
  font-size: 12px;
}
.pm-info.card-info .account-num {
  float: left;
  font-size: 12px;
}
.pm-info.exp-date {
  clear: both;
  float: none;
  line-height: normal;
  padding: 0em 0 0 1em;
}
.pm-info.exp-date .exp-text {
  font-size: 12px;
  line-height: normal;
}
.pm-info.exp-date .exp-value {
  padding-left: 0.25em;
  font-size: 12px;
  line-height: normal;
}
.pm-info.bank-name {
  position: absolute;
  left: 1rem;
  bottom: 1.25rem;
  padding: 0;
  float: none;
  clear: both;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  max-width: 172px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pm-info.card-name {
  position: absolute;
  left: 1rem;
  bottom: 0.5rem;
  *left: 16px;
  *bottom: 8px;
  padding: 0;
  float: none;
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  max-height: 25px;
  width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pm-row.atm .cp-item-row {
  display: none;
}
.pm-row.atm .cp-item-row:last-child {
  display: block;
}

/* Info alert row UI styling, can be used for info or warning div */
.info-row {
position: relative;
width: 100%;
overflow: hidden;
padding: 12px;
margin: 0;
}

.info-content {
position: relative;
overflow: hidden;
float: none;
width: 100%;
color: #014361;
background: #e5f6fd;
border: 1px solid #91caff;
font-size: 0.813em;
padding: 1em;
letter-spacing: normal;
word-spacing: normal;
border-radius: 8px;
}

.info-content .fa {
float: left;
position: relative;
width: 20px;
font-size: 1.5em;
}

.info-description ul {
list-style-type: none;
margin-left: 24px;
margin-bottom: 0;
}

/* LAST PAYMENT METHOD STYLE END ============================================ */
/* ERRORs START ================================= */
.fa-exclamation {
  position: relative;
  font-size: 1.5em;
}

.errorDisplay {
  display: none;
}

.error-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 24px 24px 0 24px;
  margin: 0;
}

/*
.popup {
  .error-row {
    padding: 8px 0px 0px 0px;
  }
}
*/
.step .error-row {
  padding: 24px 24px 0 24px;
}
.step .content .error-row {
  padding: 0px 0px 24px 0px;
}
.step.paymentDetailsContent .content .error-row {
  padding: 24px 0px 0px 0px;
}

.error-content {
  position: relative;
  overflow: hidden;
  float: none;
  width: 100%;
  color: #752e2d;
  background: #FFEDED;
  border: 1px solid #ebccd1;
  font-size: 0.813em;
  padding: 1em;
  margin: 0 0 1em 0;
  letter-spacing: normal;
  word-spacing: normal;
}

.error-content:focus {
  outline-color: rgb(77, 144, 254);
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}
.error-content .fa-exclamation {
  float: left;
  width: 20px;
}
.error-content .pm-error-content {
  float: left;
  width: 280px;
}
.error-content .pm-error-content p {
  margin-bottom: 0.5em;
}

.error-content .modal-error-content {
  position: relative;
  float: left;
  padding-left: 24px;
}

.error-description ul {
  list-style-type: none;
  margin-left: 24px;
  margin-bottom: 0;
}

/* ERRORS END ================================ */
/* TABLE STYLES START ================================================== */
.table-container {
  color: black;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow-y: hidden;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.table-container p.labelforRadio {
  font-weight: normal;
}
.table-container th p, .table-container td p {
  margin-bottom: 0;
}
.table-container table {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.750rem;
}
.table-container th {
  color: #4c4e50;
  font-size: 1em;
  padding: 0.5em 0.5em;
  background: url("../img/table-th-border.jpg") no-repeat top right;
}
.table-container th.paymentAmountCol {
  text-align: center;
}
.table-container th:last-child {
  background: none;
}
.table-container tr:first-child {
  background-color: #DEDEDE;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-bottom: 1px solid #dedede;
}
.table-container tr {
  border-bottom: 1px solid #e6ebea;
}
.table-container tr td {
  position: relative;
  white-space: nowrap;
  padding: 0.5em 0.5em;
}
.table-container tr td.delinquent {
  background: red !important;
  color: white;
  text-align: left;
  white-space: normal;
}
.table-container tr.warning {
  border: none;
}
.table-container tr.warning td {
  color: #e4000e;
  text-align: left;
  white-space: normal;
  padding-bottom: 0;
}
.table-container tr.disable-row td:not(.accountSelCol):not(.accountCourtsSelCol):not(.accountUtilitySelCol):not(.actionCol) {
  -webkit-opacity: 0.35;
  -moz-box-opacity: 0.35;
  -ms-box-opacity: 0.35;
  -o-box-opacity: 0.35;
  opacity: 0.35;
  pointer-events: none;
}

.table-container tr.grey-row {
  -webkit-opacity: 0.35;
  -moz-box-opacity: 0.35;
  -ms-box-opacity: 0.35;
  -o-box-opacity: 0.35;
  opacity: 0.35;
}

.table-container input {
  width: auto;
  padding: 0.5em;
}
.table-container input[type="text"],  .table-container input[type="number"] {
  max-width: 80px;
  font-size: 12px;
  font-size: 0.750rem;
}
.table-container input[type=radio].regular-radio + label {
  top: -2px;
  vertical-align: top;
}
.table-container.compactTable td {
  white-space: normal;
}
.table-container .fa-minus-circle, .table-container .fa-circle-thin {
  color: #c8c8c8;
  font-size: 21px;
}
.table-container .fa-plus-circle, .table-container .fa-check-circle {
  color: #c8c8c8;
  font-size: 21px;
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

.dollar-overlay {
  display: none;
  position: absolute;
  top: 1.875em;
  left: 50%;
  margin-left: -80px;
  font-weight: normal;
}

.currency-overlay {
  display: inline;
  top: auto;
  left: auto;
  margin: 0;
  position: relative;

}

/* LOADER SCREEN START ========================================== */
#confirmationOverlay, #confirmationOverlay2, #skinselectOverlay {
  display: none;
  color: white;
}

#confirmationOverlay p, #confirmationOverlay2 p {
  text-align: center;
  padding: 20px;
  color: white;
  display: none;
  font-size: 1.5em;
  font-weight: 200;
}

.cBackground {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: fixed;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
}

.showOverlay {
  visibility: visible;
}

.spinner-text {
  position: fixed;
  color: white;
  width: 250px;
  top: 56%;
  left: 50%;
  margin-left: -125px;
  font-size: 16px;
  text-align: center;
}

.saveDialog {
  position: fixed;
  top: -330px;
  left: 50%;
  margin-left: -80px;
  min-width: 160px;
  padding: 0em 1em;
  height: 48px;
  line-height: 48px;
  z-index: 0;
  border: 1px solid white;
  background: #2472a9;
  background: -moz-linear-gradient(top, #2472a9 0%, #014983 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2472a9), color-stop(100%, #014983));
  background: -webkit-linear-gradient(top, #2472a9 0%, #014983 100%);
  background: -o-linear-gradient(top, #2472a9 0%, #014983 100%);
  background: -ms-linear-gradient(top, #2472a9 0%, #014983 100%);
  background: linear-gradient(to bottom, #2472a9 0%, #014983 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2472a9', endColorstr='#014983',GradientType=0 );
  visibility: hidden;
}

.saveDialog.active {
  top: 10px;
  z-index: 9999;
  visibility: visible;
}

.dialog-text {
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.dialog-text .icon-checkmark {
  color: #a4d74a;
  margin-right: 0.2em;
  /*
  background: #a4d74a;
      background: -moz-linear-gradient(top,  #a4d74a 0%, #8ac323 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4d74a), color-stop(100%,#8ac323));
      background: -webkit-linear-gradient(top,  #a4d74a 0%,#8ac323 100%);
      background: -o-linear-gradient(top,  #a4d74a 0%,#8ac323 100%);
      background: -ms-linear-gradient(top,  #a4d74a 0%,#8ac323 100%);
      background: linear-gradient(to bottom,  #a4d74a 0%,#8ac323 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d74a', endColorstr='#8ac323',GradientType=0 );
      */
}

/* LOADER SCREEN END ============================================ */
.ebill-display {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.ebill-display [colspan] {
  text-align: inherit;
}

.ebill-display p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 10px;
}

.customer-service-to-address {
  margin: 10px 0 30px 0;
}

.customer-address {
  float: left;
  width: 450px;
}

td.blueTitle {
  padding: 10px 0 10px 0;
  color: #000;
  font: bold 14px Arial, Helvetica, sans-serif;
  height: 22px;
  text-align: center;
  background-color: #3CF;
  color: #FFF;
}

.customer-service-phone {
  float: left;
  width: 500px;
  padding-bottom: 20px;
}

p.importantMessage {
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

table.account-details {
  border-top: 1px solid #CCC;
  width: 100%;
  padding: 0;
  margin: 3px 0 0 0;
}

table.account-details td {
  border-bottom: 1px solid #CCC;
  padding: 4px 0;
}

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

td.align-left {
  text-align: left;
}

.highlight-blue {
  color: #3366FF;
  font-weight: bold;
}

.clear {
  clear: both;
}

.box {
  border: 1px solid #000;
  float: left;
  width: 250px;
}

.box-small {
  border: 1px solid #000;
  float: left;
  margin: 20px 0 0 530px;
  width: 150px;
}

.box-small .val, .box .val {
  padding-left: 50px;
}

.inst {
  font-size: 11px;
}

hr {
  background: #fff;
  border: 0;
  border-top: 1px dashed #000;
  height: 0px;
}

h3 {
  font-size: 20px;
  color: #c3994a;
  margin: 0;
  padding: 10px 0 5px 0;
  font-weight: normal;
}

.w-250 {
  width: 250px;
}

.desc-table {
  border: 1px solid #333333;
  margin-bottom: 20px;
}

.desc-table tr td {
  padding: 10px 0 10px 0;
}

.desc-table2 tr td {
  padding: 5px 0 5px 0;
  text-align: right;
}

.amout-due tr td {
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  background: #f7f7f7;
  border-bottom: 2px solid #fff;
}

.amout-due tr td.amount-big {
  font-weight: bold;
  background-image: none;
  font-size: 20px;
}

.amout-due {
  width: 100%;
  margin: 10px 0 0 0;
}

.charge-table {
  border-bottom: 1px solid #666;
  margin-top: 20px;
  width: 49%;
  float: left;
  margin-right: 1%;
}

.chart-table {
  border-bottom: 1px solid #666;
  margin-top: 20px;
  width: 49%;
  float: left;
  margin-left: 1%;
}
.chart-table img {
  /*width: 460px;*/
  height: auto;
}

.amount-table {
  border-collapse: collapse;
  width: 90%;
  margin-left: 50px;
  padding: 0px;
}

.amount-table2 {
  border-collapse: collapse;
  width: 90%;
  margin-left: 40px;
  padding: 0px;
  float: left;
}

.amount-table2 tr td {
  padding: 1px 0 1px 0;
}

.desc-table td, .charge-table td, .chart-table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 3px 0;
}

.title-mssg, td.title-mssg {
  color: #000;
  font-weight: bold;
  background: #cccccc url(../img/bg_title.jpg) repeat-x;
  padding: 8px 0 8px 4px;
}

.total {
  border-bottom: 1px solid #000;
}

.charge-table td.txt-r {
  font-size: 16px;
  line-height: 16px;
}

table.info tr td {
  padding: 2px 0 2px 0;
}

.company-address {
  display: block;
  float: left;
  font: normal 12px Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
  padding: 0px;
  color: #666;
}

.company-address span {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  float: left;
}

.company-address span a {
  color: #39F;
  font-size: 11px;
}

.account-holder-address {
  display: block;
  float: left;
  font: bold 18px Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
  padding: 0px;
  clear: left;
  margin-top: 30px;
}

.account-holder-address span {
  font-size: 12px;
}

.bill-date {
  text-align: left;
  font: normal 16px Arial, Helvetica, sans-serif;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  font-style: italic;
}

.col-f {
  float: left;
  width: 430px;
}

.col-e {
  float: left;
  width: 320px;
}

td.amountDue {
  height: 30px;
  font-size: 16px;
}

.txt-m {
  text-align: center;
}

.bill-footer {
  border-top: 1px solid #000;
  font-weight: bold;
  margin: 10px;
}

td.title-mssg1 {
  color: #000;
  font-weight: bold;
}

td.dollar {
  text-align: center;
  font-size: 20px;
}

.notice {
  color: #0000ff;
  font-size: 17px;
  padding-top: 20px;
}

.desc-table tr td.rightPad {
  text-align: right;
  padding-right: 30px;
}

.desc-table1 {
  border-bottom: 1px solid #666;
  margin-top: 30px;
}

.desc-table1 tr td {
  padding: 8px 0 8px 4px;
  margin: 0;
}

.total1 {
  border-top: 1px solid #000;
}

td.indent50 {
  text-indent: 50px;
}

.highlight-blue1 {
  color: #0000ff;
  font-weight: bold;
}

.payment-message {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}

.greenCredit {
  background-color: #E3FFDF;
  border: 1px solid #9BEE9F;
}

.redDelinquent {
  background-color: #FFF0F0;
  border: 1px solid #FFBFBF;
}

.ebill-display img.logo {
  margin: 0 0 5px 0;
}

div.address {
  width: 100%;
  clear: both;
}

/* PHONE CSS START =========================================== */
/* NO LIABILITY START =============================== */
body.no-liability .step.contactContent .form {
  width: 100%;
  padding-right: 24px;
  padding-top: 0;
}
body.no-liability .step.contactContent .form .item-row {
  width: 50%;
  display: inline-block;
}
body.no-liability .step.contactContent .form .item-row:nth-of-type(odd) {
  padding-right: 12px;
}
body.no-liability .step.contactContent .form .item-row:nth-of-type(even) {
  padding-left: 12px;
}
body.no-liability .step.contactContent .info {
  padding-bottom: 0;
}

/* NO LIABILITY END =============================== */
/* MULTIPAY START =============================== */
@keyframes FadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body.multipay .grid.setFlex {
  max-width: 1200px;
}
body.multipay .table-container th a:link {
  font-size: 16px;
  line-height: normal;
}
body.multipay .table-container th.accountSelCol {
  width: 60px;
  text-align: center;
}
body.multipay .table-container th.paymentDateCol {
  width: 190px;
}
body.multipay .table-container th.dueDateCol {
  text-align: center;
}
body.multipay .table-container th.amountDueCol {
  text-align: center;
}
body.multipay .table-container th.paymentAmountCol {
  width: 110px;
}
body.multipay .table-container td.accountSelCol {
  width: 60px;
  text-align: center;
}

body.multipay .table-container span.standard-multipay-checkbox{
	top: 3px;
	width: 20px;
	height: 20px;
	background-size:cover;
}

body.multipay .table-container span.standard-multipay-checkbox-checked{
	background-image: url(../img/check_box_checked.png);
}

body.multipay .table-container span.standard-multipay-checkbox-unchecked{
	background-image: url(../img/check_box_unchecked.png);
}

body.multipay .table-container span.standard-multipay-checkbox-partially-checked{
	background-image: url(../img/check_box_partially_checked.png);
}

@media (max-width: 600px)  {
 body.multipay .table-container td.paymentTypeCol {
  max-width:100%;
  }
 }
 span.paymentTypeColEllipsis {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: inherit;
 }
 
span.bundle-item-description {
 	padding-left: 0 !important;
 }

body.multipay .table-container td.amountDueCol,
body.multipay .table-container td.pastDueAmountCol,
body.multipay .table-container td.amountPaidCol,
body.multipay .table-container td.maxAmountCol {
  text-align: right;
}
body.multipay .table-container td.dueDateCol {
  text-align: center;
}
body.multipay .table-container td.paymentAmountCol {
  text-align: right;
}
body.multipay .table-container td.paymentAmountCol input {
  text-align: right;
}
body.multipay .table-container td.paymentDateCol {
  overflow: visible;
}
body.multipay .table-container td.paymentDateCol .radioContainer {
  float: none;
  width: auto;
  display: inline-block;
  padding: 0 0.5em 0 0;
  top: 0.25em;
}
body.multipay .table-container td.paymentDateCol .radioContainer.payLaterContainer {
  padding: 0 0.4em;
}
body.multipay .table-container td.paymentDateCol label.standard-label {
  font-size: 12px;
  font-size: 0.750rem;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 2px;
}
body.multipay .table-container td.paymentDateCol label.standard-label.picker__input {
  cursor: default;
  background: none;
}
body.multipay .table-container td.paymentDateCol .standard-label-msg {
  position: relative;
  width: auto;
  top: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
  padding-left: 4px;
  font-size: 12px;
  font-size: 0.750rem;
}
body.multipay .table-container td.paymentDateCol .standard-radio + span:before {
  height: 14px;
  width: 14px;
  padding: 0;
  top: 0px;
  left: -14px;
}
body.multipay .table-container td.paymentDateCol .standard-radio:checked + span:before {
  background-position: -3px -3px;
}
body.multipay .table-container td.paymentDateCol .paylater-date {
  display: inline;
  padding-left: 0.5em;
  /* min-width: 82px; */
}

body.multipay .table-container td.bundleTotalAmountLabelCol {
  border-bottom: 1px solid;
  font-weight: bold;
}

body.multipay .table-container td.bundleTotalAmountCol {
  border-bottom: 1px solid;
  font-weight: bold;
  text-align: right;
}

html.csstransitions .extra-account {
  opacity: 1;
  -webkit-animation: FadeIn 1s 1;
  -moz-animation: FadeIn 1s 1;
  -ms-animation: FadeIn 1s 1;
  -o-animation: FadeIn 1s 1;
  animation: FadeIn 1s 1;
}

/* MULTIPAY END =============================== */
/* COMPONENT START =============================== */
/*
body.component {
    .pac {
        .paymentDetailsContent .labelforRadio {
            top: 0.5em;
        }

    }

    .item-row.delinquent {
        padding-top: 0!important;
        padding-bottom: 1em!important;
    }
    &.c-edit {
        .step {
             &.paymentDetailsContent {
                .table-container {
                    td {
                        text-align: center;
                    }
                }
            }
        }
    }
    .step {

        &.paymentDetailsContent {
            .table-container {
                td {
                    text-align: center;

                }
                .labelforRadio {
                    top: 0.813em;
                    font-size: 14px;
                    position: relative;
                    left: 0;
                }
                input[type=radio].regular-radio + label {
                    vertical-align: top;
                }

            }
            .pac {
                .labelforRadio {
                    top: 0.913em;
                }
            }
            .picker__input {
                max-width: 100%;
            }
        }

        &.reviewContent {
            .item-sub-header {
                margin-top: 1.5em;
            }

            .item-row.flex {
                border-top: 6px solid #15477d;
            }

            .table-container {

                td {
                    text-align: left;

                    &:first-child {
                        padding-left: 1.5em;

                    }
                    &:last-child {
                        text-align: right;
                    }

                }
                .labelforRadio {
                    top: 0.750em;
                    font-weight:normal;
                    font-size: 1em;
                }
            }

        }


        .content {
            letter-spacing: normal;
            word-spacing: normal;
        }


    }
}*/
html.csstransitions .extra-account {
  opacity: 1;
  -webkit-animation: FadeIn 1s 1;
  -moz-animation: FadeIn 1s 1;
  -ms-animation: FadeIn 1s 1;
  -o-animation: FadeIn 1s 1;
  animation: FadeIn 1s 1;
}

/* COMPONENT END =============================== */
.relativeFix {
  position: relative;
}

.col-reminder {
  font-size: 14px;
}

/* IE 8 fall backs */
html.no-flexbox.csstransforms .btn-action.btn-circle, html.no-flexbox.csstransforms .btn-action.round {
  background-color: #ffd90e;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
html.no-flexbox.csstransforms .payFlex .item-row-content-col {
  float: left;
}

html.no-flexbox.no-csstransforms .effeckt-off-screen-nav, .lt-ie9 .effeckt-off-screen-nav {
  display: none;
}
html.no-flexbox.no-csstransforms .effeckt-off-screen-nav-show, .lt-ie9 .effeckt-off-screen-nav-show {
  display: block;
}
html.no-flexbox.no-csstransforms .regular-radio, .lt-ie9 .regular-radio {
  display: block;
}
html.no-flexbox.no-csstransforms .btn-action, .lt-ie9 .btn-action {
  min-width: 120px;
}
html.no-flexbox.no-csstransforms .regular-radio + label, .lt-ie9 .regular-radio + label {
  display: none;
}
html.no-flexbox.no-csstransforms .reviewContent p.labelforRadio, .lt-ie9 .reviewContent p.labelforRadio {
  top: -0.25em;
  left: 1.5em;
}
html.no-flexbox.no-csstransforms #features p.labelforRadio, .lt-ie9 #features p.labelforRadio {
  top: -0.25em;
  left: 1.5em;
}
html.no-flexbox.no-csstransforms .accountInformation p.labelforRadio, .lt-ie9 .accountInformation p.labelforRadio {
  left: 1em;
  line-height: normal;
}
html.no-flexbox.no-csstransforms .accountInformation p.labelforRadio img, .lt-ie9 .accountInformation p.labelforRadio img {
  margin-top: -18px;
}
html.no-flexbox.no-csstransforms i.fa-comments, .lt-ie9 i.fa-comments {
  font-size: 1.8em;
  width: 30px;
  height: 27px;
  background: transparent url("../img/icons/alert-icon.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .btn-view-usage span, html.no-flexbox.no-csstransforms .btn-view-ebill span, html.no-flexbox.no-csstransforms .btn-more-info span, html.no-flexbox.no-csstransforms .btn-sign-up span, .lt-ie9 .btn-view-usage span, .lt-ie9 .btn-view-ebill span, .lt-ie9 .btn-more-info span, .lt-ie9 .btn-sign-up span {
  display: none;
}
html.no-flexbox.no-csstransforms .paymentMethodContent, html.no-flexbox.no-csstransforms .paymentDetailsContent, html.no-flexbox.no-csstransforms .footer, .lt-ie9 .paymentMethodContent, .lt-ie9 .paymentDetailsContent, .lt-ie9 .footer {
  position: relative;
  overflow: hidden;
}
html.no-flexbox.no-csstransforms .paymentMethodContent .item-row-content-col, .lt-ie9 .paymentMethodContent .item-row-content-col {
  padding: 16px 8px 12px 8px;
}
html.no-flexbox.no-csstransforms .paymentMethodContent .item-row-content-col.cvv, .lt-ie9 .paymentMethodContent .item-row-content-col.cvv {
  padding: 16px 8px 12px 8px;
}
html.no-flexbox.no-csstransforms .btn-circle, .lt-ie9 .btn-circle {
  border: none;
  background-color: transparent;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
html.no-flexbox.no-csstransforms .item-sub-header .btn-circle, .lt-ie9 .item-sub-header .btn-circle {
  background: none;
}
html.no-flexbox.no-csstransforms .step, html.no-flexbox.no-csstransforms .bulletin-border, .lt-ie9 .step, .lt-ie9 .bulletin-border {
  border: 1px solid #d9dfe1;
}
html.no-flexbox.no-csstransforms i.fa-comments, .lt-ie9 i.fa-comments {
  display: block;
  font-size: 1.8em;
  width: 30px;
  height: 27px;
  margin-top: 0;
  background: transparent url("../img/pm/fallback/alert-icon.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms i.fa-comments:before, .lt-ie9 i.fa-comments:before {
  content: ' ';
}
html.no-flexbox.no-csstransforms .fa-plus, .lt-ie9 .fa-plus {
  display: block;
  width: 17px;
  height: 16px;
  margin-left: 5px;
  margin-top: 10px;
  background: transparent url("../img/pm/fallback/icon-plus.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .fa-plus:before, .lt-ie9 .fa-plus:before {
  content: ' ';
}
html.no-flexbox.no-csstransforms .fa-equals, .lt-ie9 .fa-equals {
  display: block;
  width: 17px;
  height: 16px;
  margin-left: 5px;
  margin-top: 10px;
  background: transparent url("../img/pm/fallback/icon-equal.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .fa-equals:before, .lt-ie9 .fa-equals:before {
  content: ' ';
}
html.no-flexbox.no-csstransforms .fa-exclamation, .lt-ie9 .fa-exclamation {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 20px;
  height: 20px;
  background: transparent url("../img/pm/fallback/icon-exclamation.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .fa-exclamation:before, .lt-ie9 .fa-exclamation:before {
  content: '';
}
html.no-flexbox.no-csstransforms .paymentDetailsContent p.labelforRadio, .lt-ie9 .paymentDetailsContent p.labelforRadio {
  top: -0.25em;
  left: 1.5em;
}
html.no-flexbox.no-csstransforms .paymentDetailsContent .radioContainer, .lt-ie9 .paymentDetailsContent .radioContainer {
  height: 38px;
}
html.no-flexbox.no-csstransforms .card, .lt-ie9 .card {
  position: relative;
  overflow: hidden;
}
html.no-flexbox.no-csstransforms .paymentDetailsContent .tab-content, .lt-ie9 .paymentDetailsContent .tab-content {
  padding-left: 28px;
}
html.no-flexbox.no-csstransforms .paymentMethodContent .item-row:last-child, .lt-ie9 .paymentMethodContent .item-row:last-child {
  border: none;
}
html.no-flexbox.no-csstransforms p.paymentRadio.labelforRadio, .lt-ie9 p.paymentRadio.labelforRadio {
  top: -1em;
}
html.no-flexbox.no-csstransforms .t1.helper-account-text p, .lt-ie9 .t1.helper-account-text p {
  float: left;
  font-size: 10px;
}
html.no-flexbox.no-csstransforms .payFlex .item-row-content-col, .lt-ie9 .payFlex .item-row-content-col {
  float: left;
}
html.no-flexbox.no-csstransforms .paymentMethodContent .tab-content, .lt-ie9 .paymentMethodContent .tab-content {
  padding-left: 0px;
}
html.no-flexbox.no-csstransforms .cBackground, .lt-ie9 .cBackground {
  background-color: black;
  -moz-opacity: 0.80;
  opacity: .80;
  filter: alpha(opacity=80);
}
html.no-flexbox.no-csstransforms .action-row, html.no-flexbox.no-csstransforms .bill-summary .action-row .item-row-content-col, .lt-ie9 .action-row, .lt-ie9 .bill-summary .action-row .item-row-content-col {
  border-bottom: none;
}
html.no-flexbox.no-csstransforms .picker__input, .lt-ie9 .picker__input {
  background: white url("../img/pm/fallback/icon-calendar-small.png") no-repeat 99% 3px;
}
html.no-flexbox.no-csstransforms .walletContent .item-header, .lt-ie9 .walletContent .item-header {
  padding-bottom: 0;
}
html.no-flexbox.no-csstransforms .pm-info.card-name, .lt-ie9 .pm-info.card-name {
  left: 16px;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisa, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisa, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisa, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisa {
  background: transparent url("../img/pm/fallback/visa_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisa.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisa.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisa.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisa.active {
  display: block;
  background: white url("../img/pm/fallback/visa_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisaDebit, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisaDebit, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisaDebit, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisaDebit {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisaDebit.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisaDebit.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisaDebit.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisaDebit.active {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercard, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercard, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercard, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercard {
  background: transparent url("../img/pm/fallback/mastercard_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercard.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercard.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercard.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercard.active {
  display: block;
  background: white url("../img/pm/fallback/mastercard_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercardDebit, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercardDebit, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercardDebit, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercardDebit {
  background: transparent url("../img/pm/fallback/mastercard_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercardDebit.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercardDebit.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercardDebit.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercardDebit.active {
  background: transparent url("../img/pm/fallback/mastercard_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmex, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmex, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmex, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmex {
  background: transparent url("../img/pm/fallback/amex_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmex.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmex.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmex.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmex.active {
  display: block;
  background: white url("../img/pm/fallback/amex_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmexDebit, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmexDebit, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmexDebit, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmexDebit {
  background: transparent url("../img/pm/fallback/amex_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmexDebit.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmexDebit.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmexDebit.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmexDebit.active {
  display: block;
  background: white url("../img/pm/fallback/amex_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscover, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscover, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscover, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscover {
  background: transparent url("../img/pm/fallback/discover_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscover.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscover.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscover.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscover.active {
  display: block;
  background: transparent url("../img/pm/fallback/discover_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscoverDebit, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscoverDebit, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscoverDebit, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscoverDebit {
  background: transparent url("../img/pm/fallback/discover_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscoverDebit.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscoverDebit.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscoverDebit.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscoverDebit.active {
  display: block;
  background: transparent url("../img/pm/fallback/discover_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodPaypal, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodPaypal, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodPaypal, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodPaypal {
  background: transparent url("../img/pm/fallback/paypal_64_gray.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodPaypal.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodPaypal.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodPaypal.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodPaypal.active {
  background: transparent url("../img/pm/fallback/paypal_64.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodCheck, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodCheck, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodCheck, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodCheck {
  background: transparent url("../img/pm/fallback/echeck_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodCheck.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodCheck.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodCheck.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodCheck.active {
  background: transparent url("../img/pm/fallback/echeck_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSepa, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSepa, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSepa, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSepa {
  background: transparent url("../img/pm/fallback/sepa_gray.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSepa.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSepa.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSepa.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSepa.active {
  background: transparent url("../img/pm/fallback/sepa.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodInteracOnline, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodInteracOnline, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodInteracOnline, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodInteracOnline {
  background: transparent url("../img/pm/fallback/interac_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodInteracOnline.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodInteracOnline.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodInteracOnline.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodInteracOnline.active {
  background: transparent url("../img/pm/fallback/interac_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodGeneric, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodGeneric, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodGeneric, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodGeneric {
  background: transparent url("../img/pm/fallback/generic_bank_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodGeneric.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodGeneric.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodGeneric.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodGeneric.active {
  background: transparent url("../img/pm/fallback/generic_bank_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSavings, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSavings, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSavings, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSavings {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSavings.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSavings.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodSavings.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodSavings.active {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodChequing, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodChequing, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodChequing, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodChequing {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodChequing.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodChequing.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodChequing.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodChequing.active {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodATM, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodATM, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodATM, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodATM {
  background: transparent url("../img/pm/fallback/atm_debit_card_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodATM.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodATM.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodATM.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodATM.active {
  background: transparent url("../img/pm/fallback/atm_debit_card_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodACH, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodACH, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodACH, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodACH {
  background: transparent url("../img/pm/fallback/ach_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodACH.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodACH.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodACH.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodACH.active {
  background: transparent url("../img/pm/fallback/ach_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDC, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDC, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDC, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDC {
  background: transparent url("../img/pm/fallback/diners_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDC.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDC.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDC.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDC.active {
  display: block;
  background: white url("../img/pm/fallback/diners_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodJCB, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodJCB, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodJCB, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodJCB {
  background: transparent url("../img/pm/fallback/jcb_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.ccState span.pMethodSlide.methodJCB.active, html.no-flexbox.no-csstransforms .regular-radio.checked ~ p.debitState span.pMethodSlide.methodJCB.active, .lt-ie9 .regular-radio.checked ~ p.ccState span.pMethodSlide.methodJCB.active, .lt-ie9 .regular-radio.checked ~ p.debitState span.pMethodSlide.methodJCB.active {
  display: block;
  background: white url("../img/pm/fallback/jcb_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodVisa, .lt-ie9 .methodVisa {
  background: transparent url("../img/pm/fallback/visa_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodVisaDebit, .lt-ie9 .methodVisaDebit {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodMastercard, .lt-ie9 .methodMastercard {
  background: transparent url("../img/pm/fallback/mastercard_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodMastercardDebit, .lt-ie9 .methodMastercardDebit {
  background: transparent url("../img/pm/fallback/mastercard_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodAmex, .lt-ie9 .methodAmex {
  background: transparent url("../img/pm/fallback/amex_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodAmexDebit, .lt-ie9 .methodAmexDebit {
  background: transparent url("../img/pm/fallback/amex_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodDiscover, .lt-ie9 .methodDiscover {
  background: transparent url("../img/pm/fallback/discover_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodDiscoverDebit, .lt-ie9 .methodDiscoverDebit {
  background: transparent url("../img/pm/fallback/discover_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodPaypal, .lt-ie9 .methodPaypal {
  background: transparent url("../img/pm/fallback/paypal_64.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodCheck, .lt-ie9 .methodCheck {
  background: transparent url("../img/pm/fallback/echeck_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodSepa, .lt-ie9 .methodSepa {
  background: transparent url("../img/pm/fallback/sepa.png") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodInteracOnline, .lt-ie9 .methodInteracOnline {
  background: transparent url("../img/pm/fallback/interac_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodGeneric, .lt-ie9 .methodGeneric {
  background: transparent url("../img/pm/fallback/generic_bank_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodSavings, .lt-ie9 .methodSavings {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodSavings .active, .lt-ie9 .methodSavings .active {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodChequing, .lt-ie9 .methodChequing {
  background: transparent url("../img/pm/fallback/visa_debit_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodATM, .lt-ie9 .methodATM {
  background: transparent url("../img/pm/fallback/atm_debit_card_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodACH, .lt-ie9 .methodACH {
  background: transparent url("../img/pm/fallback/ach_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodDC, .lt-ie9 .methodDC {
  background: transparent url("../img/pm/fallback/diners_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .methodJCB, .lt-ie9 .methodJCB {
  background: transparent url("../img/pm/fallback/jcb_64.svg") no-repeat 0 0;
}
html.no-flexbox.no-csstransforms .nl-section .item-row.nl-fields label, .lt-ie9 .nl-section .item-row.nl-fields label {
  line-height: normal;
}
html.no-flexbox.no-csstransforms .nl-section .item-row.nl-fields label:empty, .lt-ie9 .nl-section .item-row.nl-fields label:empty {
  display: none;
}
html.no-flexbox.no-csstransforms .nl-section .item-row.nl-fields .item-row-content-col, .lt-ie9 .nl-section .item-row.nl-fields .item-row-content-col {
  width: 50%;
  float: left;
  padding-right: 16px;
}
html.no-flexbox.no-csstransforms .nl-section .item-row.nl-fields .item-row-content-col.col-whole, .lt-ie9 .nl-section .item-row.nl-fields .item-row-content-col.col-whole {
  float: none;
  clear: both;
  width: 100%;
  padding: 0.5em 0;
}

.lt-ie9 .grid__item {
  float: left !important;
}
.lt-ie9 .content {
  display: block;
}
.lt-ie9 #main-container {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.lt-ie9 .debit-logos {
  padding-left: 8px;
}
.lt-ie9 .debit-logos img {
  display: inline;
}
.lt-ie9 tr.disable-row td {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}
.lt-ie9 tr.disable-row td.accountSelCol td.actionCol {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.payFlex .item-row-content-col {
  float: left;
}

.fa-question-circle, .fa-info-circle {
  color: #4c4e50;
}

.fa-minus-circle {
  color: #c0392b;
}

.fa-leaf {
  color: #7EAF19;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  z-index: 8888;
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #0264ba;
  color: #ffffff;
}

html body img.skype_pnh_logo_img {
  display: none !important;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
}

legend {
  color: #6a6a6a;
}

.set-inline {
  letter-spacing: -0.31em;
}

.col-half {
  width: 50%;
}

.set-inline .col-half {
  display: inline-block;
  vertical-align: top;
}

.preview-text {
  padding: 24px;
}

.alt-warning p {
  color: #b94a48;
  padding: 8px;
}

#header {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
  overflow: hidden;
}

#header.header-terms {
  padding-top: 24px;
  padding-bottom: 24px;
}

#header img {
  float: right;
}

#header table {
  margin-bottom: 0;
}

#main {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
}

#footer {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #c1c1c1;
  padding-top: 24px;
  padding-bottom: 24px;
}

#header td {
  padding: 0px;
}

span.TitleFont {
  float: left;
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: normal;
  color: #585858;
  font-weight: 700;
  margin: 0;
}

h1.h1-terms {
  float: left;
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-size: 1.313rem;
  line-height: normal;
  color: #000000;
  font-weight: 700;
  margin: 0;
  line-height: 62px;
}

h2.h2-terms {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}

.android .btn-print, .chrome .btn-print {
  display: none !important;
}

.highlight-section .item-row-content-col {
  margin: 16px 0px;
}

.highlight-section p {
  font-style: italic;
}

#main-container.sessionContainer {
  width: 100%;
  padding-left: 0px;
  max-width: 100% !important;
}

p.tla-warning {
  display: inline-block;
  background: #efefef;
  padding: 24px;
}

.debit-logos {
  position: relative;
  padding-top: 16px;
}
.debit-logos img {
  width: auto;
  height: 24px;
}

.standard-selection-container {
  position: relative;
  width: 100%;
  z-index: 99;
  padding-bottom: 0.250em;
  margin-top: 12px;
}

.paymentMethodContent .tab-content label.expmonth-label, .paymentMethodContent .tab-content label.expyear-label {
  display: inline-block;
}

.paymentDetailsContent .standard-label-msg.paymentRadio {
  text-align: right;
  width: 100%;
  padding-right: 3.5em;
  top: -6px;
  font-size: 14px;
  font-size: 0.875rem;
  left: 28px;
}

.standard-radio {
  position: relative;
  left: -9999px;
}

.standard-radio + span:before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  border: 1px solid #6a6a6a;
  padding: 9px;
  border-radius: 10px;
  top: 4px;
  left: -28px;
  background: white;
}

.standard-radio + span.radio-min-full:before {
  top: 0px;
  left: -20px;
}

.pt-select .standard-radio + span:before {
  top: 0px;
  left: -18px;
}

.checkbox-row .standard-radio + span:before {
  top: -1px;
}

.paymentDate .standard-radio + span:before {
  top: -1px;
}

.echeck-type .standard-radio + span:before {
  top: -1px;
}

.paymentDetailsContent .standard-label-msg.ach:before {
  top: 0px;
}

.lt-ie9 .paymentDetailsContent .tab-echeck .standard-label-msg.ach {
  display: inline;
  top: -2px;
  left: 8px;
}

.standard-radio:checked + span:before {
  content: " ";
  text-shadow: 0;
  position: absolute;
  color: #178fd0;
  background-color: transparent;
  background: white url(../img/radio-check.png) top left no-repeat;
  background-position: 0px 0px;
}

input[type=checkbox].standard-radio + span:before {
  border-radius: 0px;
  margin-left: 2px;
}

input[type=checkbox].standard-radio:checked + span:before {
  background-color: transparent;
  background: white url(../img/checkbox-check.png) top left no-repeat;
  background-position: 0px 0px;
}

.android .standard-radio {
  position: relative;
  left: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.android .standard-radio.arrow-radio {
  position: relative;
  left: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lt-ie9 .standard-radio {
  position: relative;
  left: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lt-ie9 .standard-radio + span:before {
  border: none;
  content: " ";
  background: none;
}

.lt-ie9 .standard-radio.active + span:before {
  border: none;
  content: " ";
  background: none;
}

input[type=checkbox].standard-radio:focus + span:before {
  border-color: #2374cc !important;
}

input[type=radio].standard-radio:focus + span:before {
  border-color: #2374cc !important;
}

.standard-label-msg {
  display: inline-block;
  position: absolute;
  color: #000000;
  font-weight: normal;
  top: 1px;
  left: 28px;
  width: 100%;
  min-width: 0;
}

.accountInformation .standard-label-msg {
  left: 21px;
}

.accountInformation .agree-additional-fees .standard-label-msg  {
  left: 35px;
  margin-top: 10px;
}

.accountInformation .remember-me-label .standard-label-msg  {
  left: 28px;
}

label.standard-label.agree-additional-fees {
    height: 45px;
}

.accountInformation label.standard-label.agree-additional-fees {
    height: 55px;
}

.accountInformation .checkboxContainer {
    width: 90%;
}

span.standard-label-msg {
  font-weight: normal;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label.standard-label {
  width: 100%;
  cursor: pointer;
}

html.android label.standard-label {
  background: white;
}

label.standard-label img {
  position: relative;
  float: left;
  height: 48px;
  width: 49px;
  margin-top: -16px;
}

.mobileEnabled label.standard-label > *:not(.allow-click-inside-label) {
  pointer-events: none;
}

.paymentDetailsContent .bill-summary-section label.standard-label {
  padding-top: 0px;
}

.paymentDetailsContent .standard-label-msg.paymentRadio {
  padding-right: 28px;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVisa, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVisa {
  background: transparent url("../img/pm/visa_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVisa.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVisa.active {
  background: transparent url("../img/pm/visa_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVisaDebit, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVisaDebit {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVisaDebit.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVisaDebit.active {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodMastercard, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodMastercard {
  background: transparent url("../img/pm/mastercard_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodMastercard.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodMastercard.active {
  background: transparent url("../img/pm/mastercard_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodMastercardDebit, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodMastercardDebit {
  background: transparent url("../img/pm/mastercard_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodMastercardDebit.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodMastercardDebit.active {
  background: transparent url("../img/pm/mastercard_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodAmex, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodAmex {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodAmex.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodAmex.active {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodAmexDebit, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodAmexDebit {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodAmexDebit.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodAmexDebit.active {
  background: transparent url("../img/pm/amex_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodDiscover, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodDiscover {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodDiscover.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodDiscover.active {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodDiscoverDebit, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodDiscoverDebit {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodDiscoverDebit.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodDiscoverDebit.active {
  background: transparent url("../img/pm/discover_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodPaypal, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodPaypal {
  background: transparent url("../img/pm/paypal_64_gray.png") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodPaypal.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodPaypal.active {
  background: transparent url("../img/pm/paypal_64.png") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodCheck, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodCheck {
  background: transparent url("../img/pm/echeck_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodCheck.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodCheck.active {
  background: transparent url("../img/pm/echeck_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodSepa, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodSepa {
  background: transparent url("../img/pm/sepa_gray.png") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodSepa.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodSepa.active {
  background: transparent url("../img/pm/sepa.png") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodInteracOnline, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodInteracOnline {
  background: transparent url("../img/pm/interac_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodInteracOnline.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodInteracOnline.active {
  background: transparent url("../img/pm/interac_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodGeneric, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodGeneric {
  background: transparent url("../img/pm/generic_bank_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodGeneric.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodGeneric.active {
  background: transparent url("../img/pm/generic_bank_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodSavings, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodSavings {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodSavings.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodSavings.active {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodChequing, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodChequing {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodChequing.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodChequing.active {
  background: transparent url("../img/pm/visa_debit_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodATM, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodATM {
  background: transparent url("../img/pm/atm_debit_card_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodATM.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodATM.active {
  background: transparent url("../img/pm/atm_debit_card_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodACH, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodACH {
  background: transparent url("../img/pm/ach_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodACH.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodACH.active {
  background: transparent url("../img/pm/ach_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodDC, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodDC {
  background: transparent url("../img/pm/diners_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodDC.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodDC.active {
  background: transparent url("../img/pm/diners_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodJCB, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodJCB {
  background: transparent url("../img/pm/jcb_64.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodJCB.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodJCB.active {
  background: transparent url("../img/pm/jcb_64.svg") no-repeat 0 0;
}

.methodVisaElectron {
  background: transparent url("../img/pm/visa_electron.svg") no-repeat 0 0;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVisaElectron, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVisaElectron {
  background: transparent url("../img/pm/visa_electron.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVisaElectron.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVisaElectron.active {
  background: transparent url("../img/pm/visa_electron.svg") no-repeat 0 0;
}

.methodVPay {
  background: transparent url("../img/pm/vpay.svg") no-repeat 0 0;
}

.pMethodSlide.methodVPay {
  width: 30px;
  background-size: 30px auto!important;
}

.pMethod.methodVPay {
  text-indent: 38px;
  background-size: 30px auto!important;
}


.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVPay, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVPay {
  background: transparent url("../img/pm/vpay_gray.png") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodVPay.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodVPay.active {
  background: transparent url("../img/pm/vpay.png") no-repeat 0 0;
}

.methodBancontact {
  background: transparent url("../img/pm/bancontact.svg") no-repeat 0 0;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodBancontact, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodBancontact {
  background: transparent url("../img/pm/bancontact.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodBancontact.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodBancontact.active {
  background: transparent url("../img/pm/bancontact.svg") no-repeat 0 0;
}

.methodCartesBancaires {
  background: transparent url("../img/pm/cartes_bancaires.png") no-repeat 0 0;
}

.pMethodSlide.methodCartesBancaires {
  width: 46px;
  background-size: 46px auto!important;
}

.pMethod.methodCartesBancaires {
  text-indent: 52px;
  background-size: 46px auto!important;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodCartesBancaires, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodCartesBancaires {
  background: transparent url("../img/pm/cartes_bancaires_gray.png") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodCartesBancaires.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodCartesBancaires.active {
  background: transparent url("../img/pm/cartes_bancaires.png") no-repeat 0 0;
}

.methodPostePay {
  background: transparent url("../img/pm/postepay.svg") no-repeat 0 0;
}

.pMethodSlide.methodPostePay {
  position: relative;
  top: 3px;
  width: 76px;
  height: 23px;
  background-size: 76px auto!important;
}

.pMethod.methodPostePay {
  top: 7px;
  line-height: 23px;
  text-indent: 86px;
  height: 23px;
  background-size: 76px auto!important;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodPostePay, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodPostePay {
  background: transparent url("../img/pm/postepay.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodPostePay.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodPostePay.active {
  background: transparent url("../img/pm/postepay.svg") no-repeat 0 0;
}

.methodMaestro {
  background: transparent url("../img/pm/maestro.svg") no-repeat 0 0;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodMaestro, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodMaestro {
  background: transparent url("../img/pm/maestro.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodMaestro.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodMaestro.active {
  background: transparent url("../img/pm/maestro.svg") no-repeat 0 0;
}

.methodUnionPay {
  background: transparent url("../img/pm/unionpay.svg") no-repeat 0 0;
}

.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodUnionPay, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodUnionPay {
  background: transparent url("../img/pm/unionpay.svg") no-repeat 0 0;
}
.standard-radio:checked ~ .standard-label-msg.ccState span.pMethodSlide.methodUnionPay.active, .standard-radio:checked ~ .standard-label-msg.debitState span.pMethodSlide.methodUnionPay.active {
  background: transparent url("../img/pm/unionpay.svg") no-repeat 0 0;
}

/* IE8 ADA 508 standard labels start */
html.lt-ie9 .paymentDetailsContent .standard-label-msg.paymentRadio {
  top: -10px;
  left: 1.5em;
}

html.lt-ie9 .paymentDetailsContent .tab-echeck .standard-label-msg {
  top: 0px;
  left: 1.5em;
}

html.lt-ie9 .reviewContent .standard-label-msg {
  top: 2px;
  left: 1.5em;
}

/* IE8 ADA 508 Standard labels end */
.removeItem {
  float: right;
  line-height: 42px;
  font-size: 21px;
}

.removeItem .fa-minus-circle {
  color: #585858;
}

.item-row.checkbox-row .item-row-content-col.col-whole {
  padding: 0;
  border: none;
}

.item-row.checkbox-row.pdf-row .item-row-content-col.col-whole, .item-row.checkbox-row.paytext-row .item-row-content-col.col-whole {
  padding: 0.5em 0.5em 0 0.5em;
}

.chrome-fix {
  display: none;
}

/** Verify Account Widget - Begins */
.verify-row .standard-radio + span:before {
  top: 0px;
  left: -24px;
}

.verify-account-response {
  display: inline-block;
  margin-right: .5em;
  font-size: 18px;
  float: right;
  color: #585858;
  line-height: 46px;
  font-weight: bold;
}

.verify-account-response-error {
  color: #e4000e;
}

.verify-account-response i {
  margin-left: .5em;
}

.verify-account-row {
  padding: 1em 1em 1em 1em;
  border-radius: 6px;
  background-color: #efefef;
  margin-bottom: 1em;
}

.verify-account-row .item-row-content-col {
  padding: 0 !important;
}

.verify-account-row p {
  margin-top: 1em;
  font-size: 14px;
  clear: both;
}

/** Verify Account Widget - Ends */
div.warning .item-row-content-col.col-whole p {
  color: red;
}

.billing-account-extras {
  float: right;
}

.authToken1-info {
  text-align: right;
}

.item-sub-header.account-type-header h2 {
  width: 100%;
  padding: 0;
}

p.review-heading.full-heading {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
}

.popover-row {
  overflow: visible;
}

.popover {
  position: absolute;
  top: 9px;
  left: 280px;
  z-index: 8;
  display: none;
  max-width: 100%;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
  margin-left: 10px;
  right: 5px;
}

.popover .popover-content p {
  letter-spacing: normal;
  font-size: 11px;
  line-height: normal;
}

.popover.warning .popover-content p {
  color: red;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 8px 8px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
  top: 35px;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

a.privacy-link:link, a.privacy-link:visited {
  color: #1e3543;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-title {
  font-size: 16px;
  font-weight: bold;
}

a.footer-link:link, a.footer-link:visited {
  color: #1e3543;
}

.payment-calc-row {
  background: #DEDEDE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 36px;
}

.payment-calc-row h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #585858;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
    padding-right: 0.5em;
    background: none;
}

.echeck-help-link .fa {
  margin-right: 4px;
}

.lang-select {
  position:absolute;
  top: 0;
  right: 16px;
  line-height: 70px;
  color: rgb(208,208,208);
  font-weight: normal;
  font-size: 14px;
}

.lang-select a:link, .lang-select a:visited {
  color: rgb(128,128,128);
  display: block;
}

.lang-select a.current-lang {
  font-weight: 500;
  color: #2694D2;
}

.lang-item {
  position: relative;
  display:inline-block;
}

.title.secondary.has-cs-msg {
  line-height: normal;
  margin-top: 0;
}

.title-vertical {
  height: 70px;
  vertical-align: middle;
  display: table-cell;
}

.cs-info {
  font-size: 14px;
  color: #585858;
}

.cs-info.green {
  color: #4D8200;
}

.cs-info.red {
  color: #b94a48;
}

.cs-info.orange {
  color: #D93B00;
}

.cs-info.blue {
  color: #3455db;
}

.cs-info.purple {
  color: #CA00B6;
}

.cs-info.black {
  color: #000000;
}

.cs-info.darkgrey {
  color: #585858;
}

.cs-info a:link, .cs-info a:visited {
  color: #000000;
}

.autopay-icon {
    font-size: 21px;
    color: #2374cc;
}

.autopay-text {
    padding-left: 7px;
}

.autopay-frequency-row p.review-heading {
  width: 30%;
}

.autopay-frequency-row p.review-data {
  width: 70%;
}

.radioAutoPayContainer input[type=checkbox].standard-radio + span:before {
  top: 0px;
}

@media screen and (min-width: 1370px) and (max-width: 1679px) {
  .notification-snippet {
    width: 70%;
  }

  #main-container {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1369px) {
  .notification-snippet {
    width: 60%;
  }

  .item-header h1 {
    font-size: 1.125em;
  }

  .account-info {
    font-size: 1.125em;
  }

  h2 {
    font-size: 1.125em;
  }

  .device.laptop {
    z-index: 80;
  }
  .device.ipad {
    z-index: 81;
  }
  .device.phone {
    z-index: 81;
  }

  .img-splash {
    min-height: 480px;
  }
}
@media screen and (min-width: 1125px) and (max-width: 1224px) {
  .notification-snippet {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1124px) {
  .notification-snippet {
    width: 20%;
    display: none;
  }

  .nsplit {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1369px) {
  .agreeServiceFee {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0em;
  }
  .agreeServiceFee p {
    font-size: 0.8em;
    padding-top: 1em;
  }

  .ccvSample {
    left: auto;
    right: 2.5em;
  }

  /*input[type="submit"], .btn-action {min-width:350px;}*/
  .payment-date-explanation {
    font-size: 0.9em;
  }

  .action-row {
    overflow: hidden;
  }

  .notification-text {
    width: 40%;
  }

  .grid__item.bulletin {
    padding-left: 24px;
  }

  .pm-info.card-info .card-num {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1280px) {
  .form-payment-information {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .form-payment-helpers {
    display: none;
  }

  .contactContent .content.setLeftContent, .paymentDetailsContent .content.setLeftContent {
    width: 100%;
    /*padding-right: 24px;*/
  }

  .contactContent .content.setRightContent, .paymentDetailsContent .content.setRightContent {
    display: none;
  }

    /*
    .bill-summary p.review-heading {
        width:100%;
        float:none;
    }

    .bill-summary p.review-data {
        width:100%;
        float:none;
        text-align:left;
    }*/
  .chart-table img {
    width: 98%;
  }

  .popup.full-popup .btn-action {
    max-width: 256px;
  }

  .btn-action {
    max-width: 256px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
  .bulletin {
    width: 380px;
  }

  .bill-summary p.review-heading {
    width: 100%;
    float: none;
  }

  .bill-summary p.review-data {
    width: 100%;
    float: none;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .signup {
    width: 920px;
    margin: 0 auto;
  }

  .action-row.submit-pay-row {
    padding-left: 2.5em;
    max-width: 50%;
  }

  .form-row.tabs-row {
    padding-right: 2.5em;
  }

  .btn-action {
    /*
    max-width:45%;
    width: 100%;
    */
  }
  .btn-action.btn-circle {
    max-width: 100%;
    width: 32px;
  }

  #main-container {
    max-width: 620px !important;
    width: 66.66%;
    min-width: 0;
    padding-right: 0px;
    padding-left: 24px;
  }
  #main-container.explore {
    max-width: 100% !important;
    width: 100%;
  }

  body.multipay #main-container {
    max-width: 720px !important;
    width: 100%;
  }

  .grid.noRightWidgets {
    max-width: 820px !important;
    margin: 0 auto;
  }

  .grid.noRightWidgets.viewBillContent {
    max-width: 100%!important;
  }

  .grid.noRightWidgets #main-container {
    max-width: 820px !important;
    width: 100%;
    padding-right: 24px;
    margin: 0 auto;
  }

  .grid.noRightWidgets.view-bill #main-container {
    max-width: 1000px !important;
    width: 100%;
    padding-right: 24px;
    margin: 0 auto;
  }

  .grid.noRightWidgets.viewBillContent #main-container, .grid.viewBillContent #main-container  {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%!important;
  }

  .viewBillContent .grid__item.footer {
    padding-left: 0;
  }

  .viewBillContent .tabs {
    max-width: 868px;
    margin: 0 auto;
  }

  .viewBillContent .back-of-bill {
    display: none;
    margin: 0 auto;
    padding-top: 24px;
  }

  .viewBillContent .ebill-display {
    margin: 0 auto;
    padding-top: 24px;
  }

  .viewBillContent .ebill-display.sales-demo {
    max-width: 820px;
  }

  .viewBillContent .footer p {
    margin-right: 0;
  }

  .grid.no-liability {
    max-width: 820px !important;
    margin: 0 auto;
  }

  .grid.no-liability #main-container {
    max-width: 820px !important;
    width: 100%;
    padding-right: 24px;
    margin: 0 auto;
  }

  #main-container .step .content.setLeftContent {
    max-width: 100%;
    width: 100%;
    padding-right: 24px;
  }

  .grid.grid-receipt #main-container {
    max-width: 100% !important;
    width: 100%;
    min-width: 0;
    padding: 24px 0px;
  }

  .grid.grid-receipt.noRightWidgets #main-container {
    max-width: 100% !important;
    width: 100%;
    min-width: 0;
    padding: 24px;
  }

  .grid.grid-receipt.no-liability #main-container {
    max-width: 100% !important;
    width: 100%;
    min-width: 0;
    padding: 24px;
  }

  #main-container .step.contactContent .content.setLeftContent {
    padding-top: 0;
  }
  #main-container .step.paymentDetailsContent .content.setLeftContent {
    padding-top: 0;
  }
  #main-container .step.contactContent .setRightContent.splash {
    width: 100%;
  }

  .reviewContent .item-row {
    width: 100%;
  }

  .bulletin {
    width: 480px;
    padding-left: 24px !important;
  }

  html.lt-ie9 .bulletin {
    width: 456px;
  }

  p.review-heading, p.review-data {
    font-size: 16px;
    font-size: 1rem;
  }


  .bulletin .bill-summary .item-row:nth-last-child(2) .item-row-content-col.col-whole {
    border-width: 5px;
  }

  /*
  .bulletin .bill-summary .item-row:last-child p.review-heading, .bulletin .bill-summary .item-row:last-child p.review-data {
    font-size: 19px;
    font-size: 1.188rem;
    font-weight: bold;
  }*/

  label, .item-row .calcBox, .item-row .serviceFeeBox, .item-row .totalBox {
    font-size: 16px;
    font-size: 1rem;
  }

  .item-row-content-col.itemPlus, .item-row-content-col.itemEqual {
    margin: 2em auto 0 auto;
  }
  .item-row-content-col.itemPlus span, .item-row-content-col.itemEqual span {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  /*html {overflow:hidden;}
  html.android {height:100%;}
  */
  html.terms {
    overflow: inherit;
  }
  html.terms #header {
    padding: 12px 12px;
  }
  html.terms #main {
    padding: 12px 12px;
  }
  html.terms #main p {
    /*font-size: 32px!important;*/
  }
  html.terms #footer {
    padding: 12px 12px;
  }
  html.terms span.TitleFont {
    font-size: 24px;
    font-size: 1.500rem;
  }

  html.terms h1.h1-terms {
    font-size: 24px;
    font-size: 1.500rem;
  }

  html.mobileEnabled .ios .effeckt-off-screen-nav {
    visibility: hidden;
  }

  html.mobileEnabled .android .effeckt-off-screen-nav {
    visibility: visible;
    display: none;
  }

  html.mobileEnabled .android .toggleDisplay {
    visibility: visible;
    display: none;
  }

  html.mobileEnabled .android .toggleDisplay.on {
    visibility: visible;
    display: block;
  }

  html.mobileEnabled .effeckt-off-screen-nav-show {
    visibility: visible;
    display: block;
  }

  .mobileShow {
    display: block;
  }

  .tabletHide {
    display: none;
  }

  .grid {
    margin: 0 auto;
  }

  .grid__item {
    padding: 0;
  }

  .notification-text {
    display: none;
  }

  .popup.full-popup {
    max-width: 100%;
  }
  .popup.full-popup .btn-action {
    max-width: 35%;
  }

  #effeckt-off-screen-nav {
    top: 0px;
    width: 50%;
  }

  .nsplit {
    display: none;
  }

  .headerOverlay a.btn-show-msgs:link, .headerOverlay a.btn-show-msgs:visited {
    color: #5d5d5d;
    opacity: 1;
  }

  .bulletin {
    display: none;
  }

 .bulletin.show-mobile-bulletin {
  position: fixed;
  display: block;
  z-index: 888;
  top: 0px;
  right: 0px;
  bottom: 0;
  background: #fff;
  width: 50%;
  border-left: 1px solid #ccc;
  overflow-y: auto;
  /* Overflow should scroll */
  -webkit-overflow-scrolling: touch;
  /* This gives us scrollbars. */
    -webkit-transform: translate3d(100%, 0,0);
  -moz-box-transform: translate3d(100%, 0,0);
  -ms-box-transform: translate3d(100%, 0,0);
  -o-box-transform: translate3d(100%, 0,0);
  transform: translate3d(100%, 0,0);
  padding: 0;
}

 .bulletin.show-mobile-bulletin.on {
  -webkit-transform: translate3d(0, 0,0);
  -moz-box-transform: translate3d(0, 0,0);
  -ms-box-transform: translate3d(0, 0,0);
  -o-box-transform: translate3d(0, 0,0);
  transform: translate3d(0, 0,0);
}

.lt-ie9 .bulletin.show-mobile-bulletin {
  display: none;
}

.lt-ie9 .bulletin.show-mobile-bulletin.on {
  display: block;
}

.bulletin.show-mobile-bulletin .bill-summary {
  padding: 0;
}

 .bulletin.show-mobile-bulletin .bulletin-border {
  border: none;
  box-shadow: none;
 }

 .bulletin-close-container {
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  height: 64px;
  text-align: right;
  line-height: 64px;
 }

 a.btn-close-bulletin:link, a.btn-close-bulletin:visited {
  font-size: 24px;
  color: #585858;
  text-decoration: none;
 }

 a.btn-close-bulletin:hover {
  color: #000000;
 }




  #header-container {
      /*
        top: 0;
        left: 0;
        position: fixed;

        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;*/
  }

  #main-container {
    margin: 0;
    width: 100%;
    padding: 24px;
      /*
        position: fixed;
        top:72px;
        left: 0;
        bottom:0;
        overflow-y: auto;
        margin:0;
        width:100%;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: 200ms cubic-bezier(.42,0,.58,1);
        -o-transition: 200ms cubic-bezier(.42,0,.58,1);
        transition: 200ms cubic-bezier(.42,0,.58,1);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding: 24px;
        backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; */
  }
  #main-container.receiptContainer {
    max-width: 100%;
    padding: 24px;
  }

  .grid.grid-receipt {
    max-width: 100%;
  }

    /*
    .android #main-container, .android #agent-login, .android #session-logout {
    position: relative;
    overflow-y: visible;
    padding: 12px 0px;
  }

  .chrome #main-container {

    position: fixed;
      overflow-y: auto;

  }
  */
  .footer p {
    margin: 24px 0px 48px 0px;
    padding: 0;
    border: none;
  }

  .splash-cd {
    min-height: 440px;
  }

  html.mobileEnabled .splash-cd .cd-overlay {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }

  .btn-action.btn-circle {
    padding: 0;
    width: 32px;
    margin-bottom: 0;
  }

  .popup .btn-action {
    width: auto;
    padding: 1em;
    margin-bottom: 0 !important;
  }

  .mobile-actions {
    top: 0;
    right: 0;
    display: block;
    line-height: 72px;
  }

  .mobile-actions.has-notifications {
    right: 4.5em;
  }

  .mobile-actions.has-notifications + .notification-text {
    display: none;
  }

  /* MY WALLET START ================================== */
  .pm-info.card-name {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 196px;
  }

  .pm-info.card-info img {
    margin-right: 0.5em;
  }

  .pm-info.exp-date {
    left: 5.5em;
  }

  .pm-info.card-info .card-num {
    font-size: 1.5em;
  }

  .pm-info.card-info .account-num {
    font-size: 1.5em;
  }

  .walletContent .cardLogo {
    bottom: 0.5em;
  }

  .walletContent .cardLogo.discover img {
    max-width: 96px;
  }

  .walletContent .echeck .card-info img.echeck-symbol {
    width: 12px;
  }

  /* MY WALLET END ==================================== */
  .billingInfoContainer {
    margin-bottom: 1.5em;
  }

  body.multipay .step.paymentDetailsContent .picker__input {
    max-width: 100%;
  }

  .paymentMethodContent > * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }



  #header {
    padding-left: 24px;
    padding-right: 24px;
  }

  #main {
    padding-left: 24px;
    padding-right: 24px;
  }

  #footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width:992px) and (max-width:1024px) {
  .cs-info {
    font-size: 12px;
  }
}

@media screen and (max-width:992px) {
   .cs-info {
        display: none;
    }
}

@media screen and (max-width: 768px) {

  .btn-action {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
  }

 .flexbox .item-row .item-row-content-col.col-whole-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flexbox .item-row .item-row-content-col.col-whole-action .btn-action {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 0 0 12px 0;
  }

  .flexbox .item-row .item-row-content-col.col-whole-action .btn-action.btn-back, .flexbox .popup .item-row .item-row-content-col.col-whole-action .btn-action.btn-cancel {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .flexbox .item-row .item-row-content-col.col-whole-action .btn-action.btn-remove {
    margin-top: 68px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }

  .mobileHide {
    display: none;
  }

  /*
  #main-container {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
  }*/
  .tabletPadding {
    padding-right: 0;
  }

  div.signup {
    width: 100%;
    margin: 0 auto;
  }

  .bulletin {
    display: none;
  }

  .helper-account-info, .indicator2, .poweredby {
    display: none;
  }

  .notification-title {
    display: none;
  }

  .headersplit, .title {
    display: none;
  }

  .notification-snippet {
    display: none;
  }

  .nsplit {
    display: none;
  }

  .title {
    margin-right: 0;
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 2em;
  }

  .grid .grid__item.bulletin:not(.show-mobile-bulletin), .grid .grid__item.bulletin:not(.show-mobile-bulletin) .grid__item {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0px;
  }

  .popup h4.eBillTitle {
    margin: 1em 0em;
  }
  .popup .btn-action {
    max-width: 100% !important;
    width: 100%!important;
    margin-top: 1em!important;

  }

  .grid {
    /*padding: 0px 12px;*/
  }

  .form-row {
    padding: 0em 1em;
  }

  .action-row {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
  .action-row.submit-pay-row {
    padding: 1em 1em 1.5em 1em;
  }

  input, select {
    /*padding:0.5em;*/
  }

  .editable {
    float: none;
    position: absolute;
    top: 1.25em;
    right: 1em;
  }

  input[type="date"] {
    padding: 0.4em;
  }

  input[type="submit"] {
    padding: 0.7225em;
    font-size: 1.2em;
  }

  input[type='text'], input[type='number'], textarea, input[type="password"], input[type="tel"] {
    font-size: 16px;
  }

  .table-container input[type='text'], .table-container input[type='number'] {
    font-size: 1em;
  }

  .ccvSample {
    display: none;
  }

  .bulletin-border {
    padding-bottom: 0;
  }

  .progress-section {
    padding: 1em 0 0 0;
    line-height: 6px;
  }

  .progress-title {
    padding-bottom: 0.5em;
    margin: 0;
  }

  .acct p {
    padding: 1em;
  }

  .did-you-know {
    display: none;
  }

  .did-you-know p {
    padding: 1em;
    width: 100%;
    display: block;
  }

  .agreeServiceFee {
    position: absolute;
    display: block;
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0em;
    bottom: 0px;
  }
  .agreeServiceFee p {
    font-size: 0.8em;
  }

  table.edit-table td {
    padding: 0.5em 0em;
    font-size: 0.8em;
  }

  .agreeRow {
    font-size: 0.9em;
    padding: 1em 1em 2em 2em;
  }

  .totalAmountRow {
    padding-top: 1em;
  }

  .extra-info {
    display: none;
  }

  .paymentAmount {
    position: relative;
    height: 240px;
  }
  .paymentAmount .item-row.service-fee {
    float: none;
    position: absolute;
    top: 0.5em;
    right: 0;
    margin-right: 0;
    font-size: 0.9em;
    margin-top: 0.25em;
  }
  .paymentAmount .item-row.total-amount {
    float: none;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 60px;
    font-size: 0.9em;
  }
  .paymentAmount .item-row.icon-payment-container {
    width: 45px;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 0em;
    padding-top: 0;
  }

  .fancy-divider {
    margin-top: 1em;
    margin-right: 0em;
  }

  .notifications {
    border-left: none;
  }

  .radioLeft, .radioRight, .radioPaymentMethodStart, .radioPaymentMethod {
    float: left;
    position: relative;
    padding-right: 0.5em;
  }
  .radioLeft img, .radioRight img, .radioPaymentMethodStart img, .radioPaymentMethod img {
    position: absolute;
    padding-top: -2px;
  }

  .radioPaymentMethod {
    margin-left: 4em;
  }

  .palm-break {
    clear: both;
    margin-left: 0;
  }

  /* SAMPLE EBILL START */
  .desc-table1 {
    margin-top: 2em;
  }

  .desc-table1 tr td {
    font-size: 0.5em;
  }

  .chartPlaceholder, .chartPlaceholderUsage {
    min-width: 300px;
    min-height: 180px;
  }

  .charge-table, .ebill-table {
    font-size: 0.8em;
  }

  .charge-table td {
    padding: 0.5em;
  }

  /* SAMPLE EBILL END */
  .effeckt-off-screen-nav {
    width: 100% !important;
  }

  .effeckt-off-screen-nav-left-overlay {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .effeckt-off-screen-nav-right-overlay {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .effeckt-off-screen-nav h4 {
    font-size: 1.1rem;
  }

  h2 .completedIcons {
    float: none;
    position: absolute;
    top: 0.5em;
    right: 1em;
  }

  .completedIcons a {
    padding: 0.25em;
  }

  .completedIcons a span {
    font-size: 2em;
  }

  .h2-signup-text {
    padding-left: 0;
  }

  .item-row.total-amount {
    text-align: center;
  }

  .media__img {
    float: none;
  }

  .btn-circle {
    left: 0.25em;
  }

  .account-info {
    line-height: 48px;
    font-size: 0.813em;
  }
  .account-info img {
    max-height: 36px;
    top: 6px;
  }

  .receiptContent .item-row .item-row-content-col.col-whole-action {
    display: block;
  }
  .receiptContent .action-row.receipt .btn-action {
    font-size: 1em;
  }

  /* MY WALLET START ================================== */
  .walletContent .cp-item {
    width: 100% !important;
    margin-bottom: 1.5em;
    padding-right: 0em;
  }

  .pm-info.card-name {
    max-width: 196px;
  }

  /* MY WALLET END ================================== */
  .item-row.flex, .action-row .item-row.col-whole-action {
    display: block !important;
  }

  .item-row .item-row-content-col.flexchild, .item-row .action-row .col-whole-action .item-row-content-col.btn-action, .action-row .col-whole-action .item-row .item-row-content-col.btn-action, .item-row .item-row-content-col.col-whole-action .item-row-content-col.btn-action, .item-row-content-col.col-whole-action .item-row .item-row-content-col.btn-action, .item-row .col-whole-flex .item-row-content-col.radioPaymentMethodContainer, .col-whole-flex .item-row .item-row-content-col.radioPaymentMethodContainer {
    display: inherit;
    margin: 0;
  }

  .item-row .item-row-content-col.flexchild label, .item-row .action-row .col-whole-action .item-row-content-col.btn-action label, .action-row .col-whole-action .item-row .item-row-content-col.btn-action label {
    /*line-height: normal;*/
  }

  .item-row .item-row-content-col.calcBox {
    position: relative;
    float: left;
    width: 45%;
    margin-top: 1.5em;
    text-align: center;
  }

  .item-row .item-row-content-col.itemPlus {
    position: relative;
    float: left;
    width: 10%;
    margin: 2.5em auto 0 auto;
    text-align: center;
  }

  .item-row .item-row-content-col.itemPlus span {
    font-size: 1em;
  }

  .item-row .item-row-content-col.itemEqual {
    display: none;
  }

  .item-row .item-row-content-col.serviceFeeBox {
    position: relative;
    float: left;
    width: 45%;
    text-align: center;
    margin-top: 1.5em !important;
  }

  .item-row .item-row-content-col.totalBox {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1.5em !important;
  }

  .reviewContent .table-container + .item-row .item-row-content-col.totalBox {
    margin-top: 1em !important;
  }

  .item-row:after {
    /* cp-item-row clear fix */
    content: "";
    display: table;
    clear: both;
  }

  p.review-data .pMethod {
    right: 0;
    top: 6px;
  }

  .content.setLeftContent {
    width: 100%;
  }

  .generalInfoContainer, .accountInfoContainer, .billingInfoContainer, .usageInfoContainer {
    width: 100% !important;
  }

  .bulletin.show-mobile-bulletin {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .tabletShow {
    display: block;
  }

  .tabletHide {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 961px) and (-webkit-min-device-pixel-ratio: 1.1) {
  .chartPlaceholder, .chartPlaceholderUsage {
    min-width: 250px;
    min-height: 180px;
  }
}
@media screen and (max-width: 699px) {
  .charge-table {
    border-bottom: 1px solid #666;
    margin-top: 20px;
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .chart-table {
    border-bottom: 1px solid #666;
    margin-top: 20px;
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .nl-section .item-row.nl-fields label {
    line-height: normal;
  }
  .nl-section .item-row.nl-fields label:empty {
    display: none;
  }
  .nl-section .item-row.nl-fields .item-row-content-col {
    width: 100%;
    float: none;
    clear: both;
    padding: 0.5em 0 !important;
  }
  .nl-section .item-row.nl-fields .item-row-content-col input[type="text"], .nl-section .item-row.nl-fields .item-row-content-col input[type="password"] {
    max-width: 100%;
  }
  .nl-section .item-row.nl-fields .item-row-content-col select {
    width: 100%;
  }

  .table-container.responsiveTable {
    border: none;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .table-container.responsiveTable table {
    min-width: 0px;
  }
  .table-container.responsiveTable th {
    display: none;
  }
  .table-container.responsiveTable tr:first-child {
    display: none;
  }
  .table-container.responsiveTable tr {
    overflow: hidden;
    border: 1px solid #e0e4ef;
    width: 100%;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 1.5em;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
  }
  .table-container.responsiveTable tr.warning {
    border: none;
    margin-bottom: 0;
  }
  .table-container.responsiveTable tr.warning td:before {
    display: none;
  }
  .table-container.responsiveTable td {
    display: block;
    font-size: 12px;
    padding: 0;
    border-bottom: 1px solid #cecece;
    text-overflow: ellipsis;
    text-align: left !important;
  }
  .table-container.responsiveTable td.paymentAmountCol input {
    text-align: left !important;
  }
  .table-container.responsiveTable td:last-child {
    border: none;
    text-align: left;
  }
  .table-container.responsiveTable td:before {
    padding: 1em 0.5em !important;
    width: 40%;
    background: #DEDEDE;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: 600;
    content: attr(data-th) "\00a0";
    display: inline-block;
    margin-right: 8px;
  }
  .table-container.responsiveTable td:last-child:before {
    border: none;
  }
  .table-container.responsiveTable p.accountInfo {
    display: inline-block;
  }
  .table-container.responsiveTable .radioContainer {
    display: inline-block;
    width: auto;
  }
  .table-container.responsiveTable p.labelforRadio {
    font-size: 12px;
  }

  .debit-logos img {
    width: 32px;
  }

  .logoContainer {
    width: auto;
    line-height: 50px;
  }

  #email-bill-summary-preview, #sms-bill-summary-preview {
    width: 100%;
  }
  #email-bill-summary-preview .set-inline .col-half, #sms-bill-summary-preview .set-inline .col-half {
    width: 100%;
  }
  #email-bill-summary-preview .preview-text, #sms-bill-summary-preview .preview-text {
    padding: 0px;
  }

  body.multipay .table-container td.paymentDate .radioContainer {
    width: 90px;
  }
  body.multipay .table-container td.paymentDate .standard-label-msg {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    padding-left: 4px;
  }
  body.multipay .table-container td.accountSelCol {
    width: auto !important;
    text-align: left;
  }

  .reason-desc {
    margin-left: 4px;
    display: inline;
  }

  a.removeAccountSel:link {
    display: inline-block;
    vertical-align: middle;
  }

  br.m-br {
    display: none !important;
  }

  .pt-desc:before {
    content: ' (';
  }

  .pt-desc:after {
    content: ')';
  }

  .pt-desc {
    font-size: 10px;
  }

  .pt-desc {
    position: absolute;
    left: 40%;
    margin-left: 12px;
    bottom: 0px;
  }

  .paymentMethodContent input[type="text"], .paymentMethodContent input[type="password"] {
    max-width: 100%;
  }

  .popover {
    position: relative;
    padding: 0;
    top: auto;
    left: auto;
    right: auto;
    margin: 10px 8px 8px 0px;
  }

  .popover > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    margin-top: 0;
    border-width: 11px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }

  .popover > .arrow:after {
    top: 1px;
    margin-left: -10px;
    left: auto;
    content: " ";
    border-color: transparent;
    border-width: 10px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }

  html.bulletin-open {
    overflow: hidden;
  }
  html.bulletin-open body {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  html.terms {
    overflow: inherit;
  }
  html.terms #header img {
    max-height: 24px;
    width: auto;
  }
  html.terms span.TitleFont {
    font-size: 12px;
    font-size: 0.750rem;
    float: none;
  }
  html.terms h1.h1-terms {
    font-size: 12px;
    font-size: 0.750rem;
    float: none;
    line-height: normal;
  }
  html.terms #footer {
    font-size: 11px;
    font-size: 0.688rem;
  }

  .lang-select {
    line-height: 50px;
  }

  .headerContainer {
    display: block;
  }

  .headerOverlay {
    height: 52px;
  }

  .logoContainer img {
    max-height: 42px;
  }

  .headerOverlay a.btn-show-msgs:link, .headerOverlay a.btn-show-msgs:visited {
    right: 0.3em;
    top: 0.1em;
  }

  .headersplit {
    height: 50px;
  }

  .title {
    font-size: 0.7em;
    margin: 1.4em 0em 0em 1em;
    font-weight: bold;
  }

  .title-vertical {
    height: 50px;
  }
  .cs-info {
    display: none;
  }

  #main-container.receiptContainer {
    padding: 12px;
  }
  #main-container.receiptContainer .step.receiptContent {
    padding-bottom: 0;
  }
  #main-container.receiptContainer .step.receiptContent .content {
    padding: 1em 1em 0em 1em;
  }

  .headerOverlay a.btn-show-msgs:link, .headerOverlay a.btn-show-msgs:visited {
    right: 0.3em;
    top: 0.1em;
  }

  .mobile-actions {
    right: 3.5em;
    line-height: 54px;
  }

  .step.paymentMethodContent .radioPaymentMethodContainer {
    padding-left: 8px;
  }

  #main-container {
    padding: 12px;
  }

  #effeckt-off-screen-nav {
    top: 0px;
  }

  .popup .grid__item.bd-padding {
    padding-right: 0;
  }

  .paymentAmount {
    height: 200px;
  }

  .item-row.icon-payment-container {
    top: 0.5em;
    padding-top: 1em;
  }

  .item-row.service-fee {
    margin-top: 0em;
  }

  .tabs-container {
    padding: 0.5em 0em 0.5em 0em;
  }

  .tabs > li > a {
    padding: 5px;
  }

  .splash-cd {
    min-height: 280px;
  }

  .item-sub-header {
    padding: 0 0.5em;
  }
  .item-sub-header h2 {
    font-size: 1em;
    padding-right: 0.5em;
  }
  .item-sub-header h4 {
    font-size: 1em;
    padding-right: 0.5em;
  }

  #features .setLeftContent, #features .setRightContent {
    padding: 0 0.5em;
  }

  .col-reminder {
    font-size: 0.75em;
  }

  p.labelforRadio {
    font-size: 0.875em;
  }

  .standard-label-msg {
    font-size: 0.875em;
  }

  .step .content {
    padding: 1em;
  }
  .step.contactContent .content {
    padding-top: 0;
  }

  .item-row .item-row-content-col {
    padding: 0.5em 0;
  }
  .item-row.note-row-1 p {
    font-size: 0.875em;
  }

  .account-info {
    position: relative;
    float: right;
    text-align: right;
    padding-right: 48px;
  }

  .action-row .col-whole-action {
    padding: 0 1em;
  }

  .receiptContent .item-row {
    padding: 0;
  }
  .receiptContent .item-row .item-row-content-col {
    padding: 0.5em 0;
  }
  
  .payment-complete-footer-note {
    padding-bottom: 24px;
  }

  .pMethodSlide {
    width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    margin: 0px 6px 0px 0px;
  }

  .step.paymentDetailsContent .item-row-content-col {
    padding: 0.5em 0;
  }
  .step.paymentDetailsContent .item-row-content-col.col-whole-action {
    padding: 0.5em 1em;
  }
  .step.paymentDetailsContent .payAll .item-row-content-col {
    padding: 0 0.5em;
  }
  .step.paymentDetailsContent .paymentDate .item-row-content-col {
    padding: 0.5em;
  }
  .step.paymentDetailsContent .paymentMethodContent .item-row-content-col {
    padding: 0.5em;
  }
  .step.paymentDetailsContent .tab-content {
    padding-left: 0;
  }

  .paymentDetailsContent p.labelforRadio.paymentRadio {
    top: 1px;
  }

  .paymentDetailsContent .standard-label-msg.paymentRadio {
    top: -1px;
  }

  .paymentDetailsContent .standard-label-msg.ach {
    font-size: 10px;
    font-size: 0.625rem;
    top: 4px;
  }

  .paymentDetailsContent .payMore input[type="text"] {
    max-width: 100%;
  }

  .setRelative {
    line-height: 22px;
  }

  /* MY WALLET END ==================================== */
  .item-row .item-row-content-col.itemPlus {
    margin: 2.5em auto 0 auto;
  }

  .paymentDetailsContent .tab-content {
    padding-left: 0;
  }

  .paymentMethodContent .tab-content {
    padding-left: 0;
  }

  input {
    padding: 0.5em;
  }

  .table-container th {
    font-size: 12px;
  }

  .table-container td {
    font-size: 12px;
  }
  .table-container td input[type="text"] {
    font-size: 12px;
    max-width: 80px;
  }

  .btn-action {
    width: 100%;
  }
  .btn-action.btn-circle {
    width: 32px;
  }

  .popup .btn-action {
    width: 100%;
  }

  .accountInformation .action-row .col-whole-action {
    padding: 0em 1em;
  }

  .step {
    padding-bottom: 0;
  }

  .walletContent h3 .setRelative {
    line-height: 24px;
  }

  .text-swap {
    line-height: 24px;
  }

  .paymentMethodContent .tab-content .card .item-row-content-col.cvv {
    padding-left: 0;
    padding-right: 0;
  }

  input.cvv {
    width: 48px;
  }

  .reason-desc {
    position: absolute;
    bottom: 8px;
    left: 40%;
    margin-left: 4px;
  }

  .standard-radio + span:before {
    top: 0px;
  }

  .tabletShow {
    display: none;
  }

  .phoneShow {
    display: block;
  }

  .phoneHide {
    display: none;
  }

  .popover {
    margin: 10px 8px 8px 8px;
  }
}
@media screen and (max-width: 384px) {
  .pt-desc {
    left: 40%;
    margin-left: 12px;
    bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  .step .content {
    padding: 16px;
  }

  input[type="date"] {
    width: 100%;
    padding: 0.4em;
  }

  .acct p {
    font-size: 0.75em !important;
  }

  table.edit-table td {
    font-size: 0.7em;
  }

  .chartPlaceholder, .chartPlaceholderUsage {
    min-width: 260px;
    min-height: 180px;
  }

  .pm-info.card-name {
    max-width: 164px;
  }

  .item-header h1 .step-text {
    font-size: 16px;
  }

  .item-header h1 .step-info {
    padding-left: 18px;
  }
  .item-header h1 .step-info.no-step-info {
    padding-left: 18px;
  }

  .pm-info.exp-date .exp-value {
    margin-top: -3px;
  }

  .reviewContent.no-fee .item-row-content-col.calcBox {
    padding: 4px;
  }

  .paymentDetailsContent p.labelforRadio.paymentRadio {
    font-size: 10px;
    font-size:  0.625rem;
    padding-right: 24px;
  }

  .paymentDetailsContent .standard-label-msg.paymentRadio {
    font-size: 10px;
    font-size:  0.625rem;
  }

  .item-row .item-row-content-col.calcBox p, .item-row .item-row-content-col.serviceFeeBox p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .item-row .item-row-content-col.calcBox label, .item-row .item-row-content-col.serviceFeeBox label {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .review-title {
    font-size: 13px;
    font-size:  0.813rem;
  }

  p.review-data .pMethod {
    right: 0;
    top: 9px;
    background-size: 36px auto !important;
    margin: 0px 6px 0px 0px;
    line-height: 23px;
    text-indent: 42px;
    font-size: 12px;
    font-size: 0.750rem;
  }

  .paymentDetailsContent input[name="ccAccountNumber"], .paymentDetailsContent input[name="dcAccountNumber"] {
    max-width: 190px !important;
  }

  .paymentDetailsContent p.labelforRadio.ach {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .paymentDetailsContent .standard-label-msg.ach {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .pt-desc {
    margin-left: 8px;
    bottom: 8px;
  }

  .table-container.responsiveTable td:before {
    font-size: 11px;
    font-size: 0.688rem;
  }
}
/**
* ROTP Kiosk specific CSS - Begins
*/
@media screen and (max-width: 1024px) {
  body.rotp-kiosk .headerOverlay {
    display: none;
  }

  body.rotp-kiosk #main-container {
    padding: 8px;
  }

  body.rotp-kiosk #main-container.receiptContainer {
    padding-right: 8px;
  }

  body.rotp-kiosk .grid.header {
    display: none;
  }

  body.rotp-kiosk .headerOverlay {
    height: 42px;
  }

  body.rotp-kiosk .logoContainer {
    line-height: 38px;
    max-width: 64px;
  }

  body.rotp-kiosk .logoContainer img {
    max-height: 32px;
  }

  body.rotp-kiosk .item-header h1 .icon-header img {
    display: none;
  }

  body.rotp-kiosk .item-header h1 .step-text {
    padding-left: 12px;
  }

  body.rotp-kiosk .item-header h1 {
    line-height: 32px;
    font-size: 14px;
    font-size:  0.875rem;
  }

  body.rotp-kiosk .item-sub-header h2 {
    line-height: 24px;
    font-size: 12px;
    font-size:  0.750rem;
  }

  body.rotp-kiosk .headersplit {
    height: 42px;
  }

  body.rotp-kiosk input {
    padding: 4px;
  }

  body.rotp-kiosk .btn-action {
    padding: 0.5em;
  }

  body.rotp-kiosk label {
    font-size: 12px;
    font-size: 0.750rem;
  }

  body.rotp-kiosk fieldset legend {
    font-size: 12px;
    font-size: 0.750rem;
  }

  body.rotp-kiosk .standard-label-msg {
    font-size: 12px;
    font-size: 0.750rem;
  }

  body.rotp-kiosk .echeck-type .standard-label-msg {
    top: 3px;
  }

  body.rotp-kiosk .accountInformation .item-row-content-col {
    padding-bottom: 4px;
  }

  body.rotp-kiosk .step .content {
    padding: 6px 12px 12px 12px;
  }

  body.rotp-kiosk .step {
    padding-bottom: 6px;
  }

  body.rotp-kiosk .accountInformation .action-row .col-whole-action {
    padding: 0 0.5em;
  }

  body.rotp-kiosk input, body.rotp-kiosk select {
    font-size: 14px;
    font-size: 0.875rem;
  }

  body.rotp-kiosk select {
    padding: 3px;
  }

  body.rotp-kiosk .nl-section .item-row.nl-fields .item-row-content-col.col-whole {
    padding: 2px 0px !important;
  }

  body.rotp-kiosk .nl-section.name-section {
    padding-bottom: 8px;
  }

  body.rotp-kiosk .nl-section .item-row.nl-fields .item-row-content-col {
    width: 33%;
  }

  body.rotp-kiosk .action-row .col-whole-action {
    padding: 0 0.5em;
  }

  body.rotp-kiosk .paymentDetailsContent p.labelforRadio {
    font-size: 11px;
    font-size: 0.688rem;
  }

  body.rotp-kiosk .pMethodSlide {
    width: 32px;
    height: 21px;
    background-size: 32px auto !important;
  }

  body.rotp-kiosk .pMethod {
    background-size: 32px auto !important;
    text-indent: 48px;
    font-size: 12px;
    font-size: 0.750rem;
    line-height: 24px;
  }

  body.rotp-kiosk .setRelative {
    line-height: 21px;
  }

  body.rotp-kiosk .paymentMethodContent .item-row-content-col {
    padding: 0;
  }

  body.rotp-kiosk .paymentDetailsContent p.labelforRadio.paymentRadio {
    font-size: 12px;
    font-size: 0.750rem;
    top: 2px;
  }

  body.rotp-kiosk .paymentDetailsContent .standard-label-msg.paymentRadio {
    font-size: 12px;
    font-size: 0.750rem;
    top: 0px;
  }

  body.rotp-kiosk .title {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0.825em 1.2em 0 1em;
  }

  body.rotp-kiosk .reviewContent.no-fee .item-row-content-col.calcBox {
    margin: 0.5em 0em;
    line-height: 8px;
  }

  body.rotp-kiosk .reviewContent .action-row .col-whole-action {
    margin-top: 0.5em;
    padding-top: 0;
  }

  body.rotp-kiosk .step.reviewContent .content {
    padding-bottom: 0;
  }

  body.rotp-kiosk .reviewContent.no-fee .item-row-content-col.calcBox label {
    font-size: 14px;
    font-size: 0.875rem;
  }

  body.rotp-kiosk .btn-action.btn-terms.fancyterms {
    margin-bottom: 0;
  }

  body.rotp-kiosk p.review-heading {
    font-size: 12px;
    font-size:  0.750rem;
  }

  body.rotp-kiosk p.review-data {
    font-size: 12px;
    font-size:  0.750rem;
  }

  body.rotp-kiosk p.review-msg {
    font-size: 14px;
    font-size: 0.875rem;
  }

  body.rotp-kiosk .step .error-row {
    padding: 8px 8px 0px 8px;
  }

  body.rotp-kiosk .error-content {
    margin-bottom: 0;
    padding: 0.5em;
  }

  body.rotp-kiosk .step.receiptContent .content {
    padding-bottom: 0;
  }

  body.rotp-kiosk .receiptContent .item-row-content-col {
    padding: 0.25em 0;
  }

  body.rotp-kiosk .receiptContent .action-row.receipt {
    padding-top: 0.5em;
  }

  body.rotp-kiosk .flexbox .item-row .item-row-content-col.col-whole-action {
    display: inline-block !important;
  }

  body.rotp-kiosk .flexbox .item-row .item-row-content-col.col-whole-action .btn-action {
    float: left;
    width: auto;
    margin-right: 8px;
    margin-bottom: 0;
    border: 1px solid #efefef;
  }

  body.rotp-kiosk .btn-action {
    width: auto;
  }

  body.rotp-kiosk .nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ .col-whole ~ :nth-child(even) {
    padding-left: 0;
    padding-right: 0.5em;
  }

  body.rotp-kiosk .nl-section .item-row.nl-fields label {
    display: block;
  }

  body.rotp-kiosk .paymentMethodContent .tab-content {
    padding-bottom: 8px;
  }

  body.rotp-kiosk .nl-section {
    border: none;
  }

  body.rotp-kiosk .nl-section .item-row-content-col {
    padding-bottom: 0;
  }

  body.rotp-kiosk .card.echeck p {
    font-size: 12px;
    font-size:  0.750rem;
  }

  body.rotp-kiosk .paymentDetailsContent .item-row.echeck-type p.labelforRadio {
    top: 5px;
  }

  body.rotp-kiosk .step.paymentDetailsContent {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
  }

  body.rotp-kiosk input[type='text'], body.rotp-kiosk input[type='number'], body.rotp-kiosk textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }

  body.rotp-kiosk .step.paymentDetailsContent .paymentMethodContent .item-row-content-col {
    padding: 0.125em;
  }

  body.rotp-kiosk .standard-radio + span:before {
    top: 0px;
  }

  body.rotp-kiosk .echeck-type .standard-radio + span:before {
    top: -2px;
  }

  .flexbox body.rotp-kiosk .item-row .item-row-content-col.col-whole-action {
    display: block;
  }

  body.rotp-kiosk .btn-action.btn-mini {
    line-height: 20px;
    margin: .5em 0;
  }
}
body.rotp-kiosk .paymentDetailsHeader {
  display: none;
}

/* IE8 FALLBACK START */
.lt-ie9 body.rotp-kiosk input[type='text'], .lt-ie9 body.rotp-kiosk input[type='number'], .lt-ie9 body.rotp-kiosk textarea {
  font-size: 14px;
  font-size: 0.875em;
}

.lt-ie9 body.rotp-kiosk .headerOverlay {
  display: none;
}

.lt-ie9 body.rotp-kiosk #main-container {
  top: 0px;
  padding: 8px;
}

.lt-ie9 body.rotp-kiosk #main-container.receiptContainer {
  padding-right: 8px;
}

.lt-ie9 body.rotp-kiosk .headerOverlay {
  height: 42px;
}

.lt-ie9 body.rotp-kiosk .logoContainer {
  line-height: 38px;
  max-width: 64px;
}

.lt-ie9 body.rotp-kiosk .logoContainer img {
  max-height: 32px;
}

.lt-ie9 body.rotp-kiosk .item-header h1 .icon-header img {
  display: none;
}

.lt-ie9 body.rotp-kiosk .item-header h1 .step-text {
  padding-left: 12px;
}

.lt-ie9 body.rotp-kiosk .item-header h1 {
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875em;
}

.lt-ie9 body.rotp-kiosk .item-sub-header h2 {
  line-height: 24px;
  font-size: 12px;
  font-size: 0.750rem;
}

.lt-ie9 body.rotp-kiosk .headersplit {
  height: 42px;
}

.lt-ie9 body.rotp-kiosk input {
  padding: 4px;
}

.lt-ie9 body.rotp-kiosk .btn-action {
  padding: 0.5em;
}

.lt-ie9 body.rotp-kiosk label {
  font-size: 12px;
  font-size: 0.750rem;
}

.lt-ie9 body.rotp-kiosk .accountInformation .item-row-content-col {
  padding-bottom: 4px;
}

.lt-ie9 body.rotp-kiosk .step .content {
  padding: 6px 12px 12px 12px;
}

.lt-ie9 body.rotp-kiosk .step {
  padding-bottom: 6px;
}

.lt-ie9 body.rotp-kiosk .accountInformation .action-row .col-whole-action {
  padding: 0 0.5em;
}

.lt-ie9 body.rotp-kiosk input, .lt-ie9 body.rotp-kiosk select {
  font-size: 12px;
  font-size: 0.750rem;
}

.lt-ie9 body.rotp-kiosk select {
  padding: 3px;
}

.lt-ie9 body.rotp-kiosk .nl-section .item-row.nl-fields .item-row-content-col.col-whole {
  padding: 2px 0px !important;
}

.lt-ie9 body.rotp-kiosk .nl-section.name-section {
  padding-bottom: 8px;
}

.lt-ie9 body.rotp-kiosk .nl-section .item-row.nl-fields .item-row-content-col {
  width: 33%;
}

.lt-ie9 body.rotp-kiosk .action-row .col-whole-action {
  padding: 0 0.5em;
}

.lt-ie9 body.rotp-kiosk .paymentDetailsContent p.labelforRadio {
  font-size: 11px;
  font-size: 0.688rem;
}

.lt-ie9 body.rotp-kiosk .pMethodSlide {
  width: 32px;
  height: 21px;
  background-size: 32px auto !important;
}

.lt-ie9 body.rotp-kiosk .pMethod {
  background-size: 32px auto !important;
  text-indent: 48px;
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 24px;
}

.lt-ie9 body.rotp-kiosk .setRelative {
  line-height: 21px;
}

.lt-ie9 body.rotp-kiosk .paymentMethodContent .item-row-content-col {
  padding: 0;
}

.lt-ie9 body.rotp-kiosk .paymentDetailsContent p.labelforRadio.paymentRadio {
  font-size: 12px;
  font-size: 0.750rem;
  top: 2px;
}

.lt-ie9 body.rotp-kiosk .title {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.825em 1.2em 0 1em;
}

.lt-ie9 body.rotp-kiosk .reviewContent.no-fee .item-row-content-col.calcBox {
  margin: 0.5em 0em;
  line-height: 8px;
}

.lt-ie9 body.rotp-kiosk .reviewContent .action-row .col-whole-action {
  margin-top: 0.5em;
  padding-top: 0;
}

.lt-ie9 body.rotp-kiosk .step.reviewContent .content {
  padding-bottom: 0;
}

.lt-ie9 body.rotp-kiosk .reviewContent.no-fee .item-row-content-col.calcBox label {
  font-size: 14px;
  font-size: 0.875rem;
}

.lt-ie9 body.rotp-kiosk .btn-action.btn-terms.fancyterms {
  margin-bottom: 0;
}

.lt-ie9 body.rotp-kiosk p.review-heading {
  font-size: 12px;
  font-size: 0.750rem;
}

.lt-ie9 body.rotp-kiosk p.review-data {
  font-size: 12px;
  font-size: 0.750rem;
}

.lt-ie9 body.rotp-kiosk p.review-msg {
  font-size: 14px;
  font-size: 0.875rem;
}

.lt-ie9 body.rotp-kiosk .step .error-row {
  padding: 8px 8px 0px 8px;
}

.lt-ie9 body.rotp-kiosk .error-content {
  margin-bottom: 0;
  padding: 0.5em;
}

.lt-ie9 body.rotp-kiosk .step.receiptContent .content {
  padding-bottom: 0;
}

.lt-ie9 body.rotp-kiosk .receiptContent .item-row-content-col {
  padding: 0.25em 0;
}

.lt-ie9 body.rotp-kiosk .receiptContent .action-row.receipt {
  padding-top: 0.5em;
}

.lt-ie9 body.rotp-kiosk .btn-action {
  width: auto;
}

.lt-ie9 body.rotp-kiosk .nl-section .item-row.nl-fields .item-row-content-col.col-whole ~ .col-whole ~ :nth-child(even) {
  padding-left: 0;
  padding-right: 0.5em;
}

.lt-ie9 body.rotp-kiosk .nl-section .item-row.nl-fields label {
  display: block;
}

.lt-ie9 body.rotp-kiosk .paymentMethodContent .tab-content {
  padding-bottom: 8px;
}

.lt-ie9 body.rotp-kiosk .nl-section {
  border: none;
}

.lt-ie9 body.rotp-kiosk .nl-section .item-row-content-col {
  padding-bottom: 0;
}

.lt-ie9 body.rotp-kiosk .card.echeck p {
  font-size: 12px;
  font-size:  0.750rem;
}

.lt-ie9 body.rotp-kiosk .paymentDetailsContent .item-row.echeck-type p.labelforRadio {
  top: 5px;
}

.lt-ie9 body.rotp-kiosk .step.paymentDetailsContent {
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}

.lt-ie9 body.rotp-kiosk .paymentDetailsContent p.labelforRadio.paymentRadio {
  top: -4px !important;
}

.lt-ie9 body.rotp-kiosk .receiptContent .receipt.action-row .btn-action {
  display: inline-block;
}

html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodCreditCard, html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodCreditCard, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodCreditCard, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodCreditCard {
  background: transparent url("www/img/pm/otp-kiosk/fallback/creditcard_64_gray.png") no-repeat 0 0;
}

html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisa.active, html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisa.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodVisa.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodVisa.active {
  display: block;
  background: white;
}

html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercard.active, html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercard.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodMastercard.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodMastercard.active {
  display: block;
  background: white;
}

html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmex.active, html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmex.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmex.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmex.active {
  display: block;
  background: white;
}

html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmexDebit.active, html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmexDebit.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodAmexDebit.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodAmexDebit.active {
  display: block;
  background: white;
}

html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscover.active, html.no-flexbox.no-csstransforms body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscover.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.ccState span.pMethodSlide.methodDiscover.active, .lt-ie9 body.rotp-kiosk .regular-radio.checked ~ p.debitState span.pMethodSlide.methodDiscover.active {
  display: block;
  background: transparent;
}

.label.rotp-kiosk {
	text-align: left;
	white-space: normal;
}

/* IE8 FALLBACK END */
/**
* ROTP Kiosk specific CSS - Ends
*/
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
  }

  .view-bill-page .grid.header {
    display: none;
  }

  .view-bill-page .back-of-bill {
    display: block!important;
    page-break-before: always;
  }

  .flexchild, .action-row .col-whole-action .btn-action, .action-row .col-whole-action .btn-action, .btn-action, .notification-title, #effeckt-off-screen-nav, .footer,
  .headerOverlay a.btn-show-msgs:link, .headerOverlay a.btn-show-msgs:visited, .notification-snippet, .title {
    display: none !important;
  }

  .grid .grid__item.two-thirds, .grid .grid__item.four-sixths, .grid .grid__item.eight-twelfths {
    width: 100% !important;
    display: block;
    float: none;
  }

  #main-container {
    position: relative;
    display: block;
    width: 100% !important;
    padding: 0 0 0 0px;
  }

  .item-header {
    border: none;
  }

  .grid.grid-receipt {
    margin: 0 0 0 0;
    max-width: 100%;
  }

  .grid.grid-receipt #main-container {
    padding: 0;
  }

  .headerOverlay {
    border-bottom: 1px solid #585858;
  }

  .headerOverlay img {
    margin-left: 0;
  }

  .item-header h1 {
    line-height: normal;
    padding: 12px 0 0 0;
  }

  .item-header h1 .icon-header {
    display: none;
  }

  .item-header h1 .step-text.no-step-info {
    padding-left: 0px;
  }

  .step .content {
    padding: 0;
  }

  .item-row-content-col.col-whole {
    border: none;
  }

  .item-row-content-col {
    padding: 0.5em 0;
  }

  p.review-msg {
    font-size: 1em;
    border-bottom: 1px solid #585858;
    padding-bottom: 12px;
  }

  p.review-data, p.review-heading {
    font-size: 1em;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    display: none;
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* revealPass */
.password-reveal-container {
  position: relative;
}

/* remove default feature from ie11 because it would overlap with ours */
.password-reveal-container input[type=text]::-ms-clear,
.password-reveal-container input[type=password]::-ms-clear,
.password-reveal-container input[type=text]::-ms-reveal,
.password-reveal-container input[type=password]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.password-reveal-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37px;
  height: 37px;
  background-image: url(../img/pass-reveal/534-eye.svg);
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

/* ie8 and old versions of FF don't allow the type attribute to change so they won't get this feature */
.lt-ie9 .password-reveal-toggle {
  display: none;
}

/* use wild card in order to find all 3 auth tokens in single and multi pay (single/multi) */
[name*="authToken"] + .password-reveal-toggle {
  bottom: 1em;
}

#ccAccountNumber + .password-reveal-toggle,
#dcAccountNumber + .password-reveal-toggle {
  right: .5em;
}

#ddRoutingNumber + .password-reveal-toggle,
#ddAccountNumber + .password-reveal-toggle,
#ddRoutingNumber2 + .password-reveal-toggle,
#ddAccountNumber2 + .password-reveal-toggle {
  left: 233px;
}

@media screen and (max-width: 1024px) {
  .rotp-kiosk #ccAccountNumber + .password-reveal-toggle,
  .rotp-kiosk #dcAccountNumber + .password-reveal-toggle {
    width: 28px;
    height: 28px;
    right: 0.125em;
    bottom: 0.125em;
  }

  .rotp-kiosk #ddRoutingNumber + .password-reveal-toggle,
  .rotp-kiosk #ddAccountNumber + .password-reveal-toggle,
  .rotp-kiosk #ddRoutingNumber2 + .password-reveal-toggle,
  .rotp-kiosk #ddAccountNumber2 + .password-reveal-toggle {
    width: 28px;
    height: 28px;
    right: 0.125em;
    bottom: 0.125em;
  }
}
@media screen and (max-width: 599px) {
  #ddRoutingNumber + .password-reveal-toggle,
  #ddAccountNumber + .password-reveal-toggle,
  #ddRoutingNumber2 + .password-reveal-toggle,
  #ddAccountNumber2 + .password-reveal-toggle {
    right: .5em;
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  [name*="authToken"] + .password-reveal-toggle {
    bottom: .5em;
  }

  #ccAccountNumber + .password-reveal-toggle,
  #dcAccountNumber + .password-reveal-toggle {
    bottom: .5em;
  }

  #ddRoutingNumber + .password-reveal-toggle,
  #ddAccountNumber + .password-reveal-toggle,
  #ddRoutingNumber2 + .password-reveal-toggle,
  #ddAccountNumber2 + .password-reveal-toggle {
    bottom: .5em;
  }
}
/*

.grid.grid-receipt.show-receipt-widget {
  max-width: 1100px;
  margin: 0 auto;
}

.grid.grid-receipt.show-receipt-widget #main-container {
  max-width: 620px!important;
}

.bulletin-item {
      padding: 24px 24px 0px 0px;
    margin: 0;
    background: white;
}

.bulletin-item p {
  position: relative;
  height: auto;
  padding: 0px 24px 12px 24px;
  margin: 0;
}

.grid.grid-edoc {
   max-width: 768px;
  margin: 0 auto;
}

.grid.grid-edoc #main-container {
  max-width: 100%!important;
  width: 100%!important;
}

.edoc-section .item-row {
  padding-left: 1em;
}

.edoc-section > .checkboxContainer ~.checkBoxContainer {

}

.edoc-section .sub-item-row ~ .sub-item-row {
  margin: 3px 0px 0px 0px;
  padding-top: 3px;


}

.edoc-section .sub-item-row {
  border: none;
}

.edoc-section .item-sub-header {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.edoc-pw-section .item-sub-header {
  margin-top: 0.5em;
}

.edoc-pw-section label {
  display: block;
  margin-top: 1em;
}

.edoc-pw-section input[type="password"] {
  max-width: 346px;
}

.item-row p.edoc-misc-msg {
  font-size: 12px;
  margin-bottom: 1em;
}

.forgot-fields {
  padding-top: 1em;
}

.edocTable .checkboxContainer {
  float: none;
  top: auto;
  padding: 0;
  width: auto;
}

.table-container.edocTable label.standard-label {
  width: auto;
  display: inline-block;
}

.table-container.edocTable label.standard-label span {
  display: inline;
    padding-left: 20px;
    width: auto;
    position: relative;
    left: auto;
    top: 0;
}

.edocContent .standard-radio + span:before {
  top: 0;
}

.edocContent .eodcTable .standard-radio + span:before {
  left: -20px;
}

.edocContent .table-container.edocTable th {
  text-align: center;
}

.edocContent .table-container.edocTable td {
  text-align: center;
}

.edocContent .table-container.edocTable th.accountNumCol {
  text-align: left;
}

.edocContent .table-container.edocTable td.accountNumCol {
  text-align: left;
}

.table-container.edocTable .checkContainer input {
  position: absolute;
}

.edocContent p.review-heading {
  font-weight: normal;
}

.edocContent p.review-heading.full-heading {
  font-weight: bold;
  font-size: 16px;
}
*/
@font-face {
  font-family: 'otp';
  src: url("./fonts/otp.eot");
}

@font-face {
  font-family: 'otp';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB+sAAAC8AAAAYGNtYXCK7HtpAAABHAAAAJRnYXNwAAAAEAAAAbAAAAAIZ2x5ZmTfCHAAAAG4AAAMeGhlYWQAKE/sAAAOMAAAADZoaGVhBCICNQAADmgAAAAkaG10eB6KAZQAAA6MAAAAUGxvY2EcRhlIAAAO3AAAACptYXhwACQAtAAADwgAAAAgbmFtZSwmr4EAAA8oAAABFXBvc3QAAwAAAAAQQAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxNQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAIAAAAAcABAAAwAMAAEAIOAC4H3hV+G44dbmAOYI8QTxKvE1//3//wAAAAAAIOAC4H3hV+G44dXmAOYD8QTxKvE1//3//wAB/+MgAh+IHq8eTx4zGgoaCA8NDugO3gADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAACAAGwABAAACUnNSMVJwEVMxUzNTMVMzUzAgBgQGD/AECgQKBAsGCQUGD/ABCgYGCgAAAFACD/4AHgAeAADQAjACgALQAyAAABHgMVIzUyHgIfAQc1IyIOAhURFB4CMyEyPgI1ESMTITUhFTUhNSEVNSE1IRUBxAUJCAWfCBEQDgVIpNgIDwsGBgsPCAFwCA8LBsCA/sABQP7AAUD+wAFAAXwFDhARCJ8FCAkFSFzABgsPCP5QCA8LBgYLDwgBGP8AICBAICBAICAAAAIAAP/gAkAB4AAUADQAAAEyHgIXBxYOAiMhBwM+AzcFFx4DFwMnJQYuAjcnFwcWJhYmFyU3JhYmFicHJxcBgA0XEgkBAQELEBkM/t9fAQEJEhcNAUCADRcSCQEBX/7fDBgRCwEBQQEBAQEBAQE/AQEBAQEBHwEhAeAKERgNoA0XEgpgAUANFxIJAQFfAQkSFw7+oV8BAQsQGQsiAh4CAgICAgK+AgICAgICQgIAAAAAAwAA/+ACAAHgAAsAKAA9AAATIxUjFTMVMzUzNSMXPgM1NC4CIyIOAhUUHgIzMj4CNxc3JwciLgI1ND4CMzIeAhUUDgIjwCBAQCBAQH8IDAgFHC9BJCRBLxwcL0EkDhwaGAupQMGPGy4jFBQjLhsbLiMUFCMuGwGAQCBAQCB3CxgaHA4kQS8cHC9BJCRBLxwFCAwIwUCpGRQjLhsbLiMUFCMuGxsuIxQAAwAA/+ABQAHAACYAPgBNAAABIzU0LgIrASIOAh0BIyIOAh0BFB4CMyEyPgI9ATQuAiMHIzcuAzU0PgIzMh4CFRQOAgcXNyM1ND4COwEyHgIdAQEoCA8aIxRAFCMaDwgFCQYEBAYJBQEQBQkGBAQGCQVoQA4DBQQCBQkLBwcLCQUCBAUDDiCABQkLB0AHCwkFAQBgFCMaDw8aIxRgBAYJBfAFCQYEBAYJBfAFCQYE4EYCBQcIBAcLCQUFCQsHBAgHBQJG4GAHCwkFBQkLB2AAAAIAAP/gAeABwAA0AEwAAAEjIg4CHQEjIg4CHQEUHgIzITI+Aj0BNC4CKwE1ND4COwEyHgIdATM1NC4CIwMjNy4DNTQ+AjMyHgIVFA4CBxcBgEAUIxoPyAUJBgQEBgkFARAFCQYEBAYJBQgFCQsHQAcLCQVADxojFMBADgMFBAIFCQsHBwsJBQIEBQMOAcAPGiMUYAQGCQXwBQkGBAQGCQXwBQkGBGAHCwkFBQkLB2BgFCMaD/5gRgIFBwgEBwsJBQUJCwcECAcFAkYAAAIAbP/9AZQBygBhAHYAAAEuAyMiDgIHDgMVMzQ+Ajc+AzMyHgIXHgMVFA4CBw4DBzAOAgcOAxUwFB4BMzoDMzI+AjU0NjQ2NT4DPwE+Azc+AzU0LgInAyIOAgcUHgIzFj4CNTQuAiMBaQsZGx8QDRcVFAgOFQ4JVAIDBgMECQwPCAkPCwoDAwUDAgIEBQMCBAQFAg8VFwcFBQMBAgMDAxMWEwMCAwIBAQICBQYIBBgIDgsJAwUIBQMFCxALcAsTDwgBCA0TCwwTDwkHDhMMAaoIDAgEAwYIBggYHSQVBgwMCwYGCAYDAwQHBQQKCgsFBQkJCQQCBAUEAgoPEwkFDRATCwMCAQEDAgEEBgUFAgUICAcDEAYLCgkEBw4QEgkQGxgTCP67Bg4TDAwTDggBBw0TDAwUDggAAAsAEAAAAeABsAAOACMAUgBZAGAAZwBuAHUAfACAAIkAACUiLgI9ATQ+AjsBFSM3Ig4CFRQeAjMyPgI1NC4CIwcVFB4COwEVFA4CIyEiLgI1ETQ+AjsBByMiDgIVFB4CMyEVIyIOAhUnIxUzNTM1FSMVMyczNRUjFTM1MzUVIxUzNTM1FSMVMzUzNRUjFTM1MzUTNxcjNzMyHgIXIycBIAcLCQUFCQsHwMAYBQkGBAQGCQUFCQYEBAYJBUgIDREKoAgNEQr+sAoRDQgIDREKmiV9BQkGBAQGCQUBiKAKEQ0IoCAQECARARAgEBAgEBAgEBAgEBBAvCTg2iYFCgkIA0EIgAUJCwcgBwsJBWBHBAcIBQUJBwMDBwkFBQgHBAcgChENCEAKEQ0ICA0RCgEwChENCBADBwkFBQgHBGAIDREKcCAQEDAgEBAwIBAQMCAQEDAgEBAwIBAQASFPTy8CBAYEEAAABQAwACAB0AGgAAYAFQAkADMAQgAAEyMRITUlERc0LgIrASIOAhURMxEHNC4CKwEiDgIdATM1FzQuAisBIg4CHQEzNRcjIg4CHQEzNTQuAiNAEAGg/nDQAwQGAzADBgQDUGADBAYDMAMGBANQwAMEBgMwAwYEA1BQMAMGBANQAwQGAwGg/oAPAQFwEAMGBAMDBAYD/sABQGADBgQDAwQGA+DgYAMGBAMDBAYDgIBQAwQGAyAgAwYEAwAAAAAFAAD/4AHgAcAAFAApAD4AQwBIAAATIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjNzUzNSM1IxUjFTMVIxUzFTM1MzUjKwE1MxUXIzUzFfAyV0EmJkFXMjJXQSYmQVcyKEY0Hh40RigoRjQeHjRGKBBAQCBAQEBAIEBAICAgQCAgAcAmQVcyMldBJiZBVzIyV0Em/lAeNEYoKEY0Hh40RigoRjQe0EAgICCAQCAgIIBAQGBAQAAAAAAPAED/3wGgAdEANAA5AD4AQwBIAE0AUgBXAFwAYQBmAGsAcACcALEAAAUhIi4CNRE0PgI7ARUjIg4CFREUHgIzITI+AjURNC4CKwE1MzIeAhURFA4CIwMzFSM1FTMVIzUVMxUjNRUzFSM1FyM1MxUnMxUjNSczFSM1FTMVIzUVMxUjNRUzFSM1FyM1MxUnMxUjNRMyHgIVHAMxIzA8AjU0PgI7ATA8AjU0PgIzMh4CFRQGHAExMyciDgIVFB4CMzI+AjU0LgIjAYD+4AcLCQUFCQsHUEADBgQDAwQGAwEAAwYEAwMEBgNAUAcLCQUFCQsH0LCwsLCwsLCwsLCwsLCwMBAQEBAQEBAQEBAQEBAQ0AMGBAPgAwQGAzAIDBIKChINCAEwYAMGBAMDBAYDAwYEAwMEBgMhBQkMBgGCBgwJBSICBAYD/p8DBgQDAwQGAwFhAwYEAiIFCQwG/n4GDAkFAUEQEDAQEDAQEDAQEHAQEEAQEMAQEDAQEDAQEDAQEG8PDz8QEAEPAwQGAwQKCgcHCgoEAwYEAwcOEQoKEg4ICQ0SCgoSDQcyAwQGAwQFBQICBQUEAwYEAwAAAAABAAD/4AIAAeAANAAAASM1NC4CKwEiDgIdASMiDgIdARQeAjsBFRQeAjsBMj4CPQEzMj4CPQE0LgIjAfCwAwQGA2ADBgQDsAMGBAMDBAYDsAMEBgNgAwYEA7ADBgQDAwQGAwEgsAMGBAMDBAYDsAMEBgNgAwYEA7ADBgQDAwQGA7ADBAYDYAMGBAMAAAIAVQBbAasBRQAWAC0AAAEhIg4CFRQeAjMhMj4CNTQuAiMVISIOAhUUHgIzITI+AjU0LgIjAYD/AAkPDAcHDA8JAQAJDwwHBwwPCf8ACQ8MBwcMDwkBAAkPDAcHDA8JAUUGDBAICRALBwcLEAkIEAwGlQcLEAkIEAwGBgwQCAkQCwcAAAEADQA9ALMBWgAaAAATFA8BFxYVFA8BBgcmLwEmNTQ/ATYXNh8BFhWzA3BwAwMOAwQDA4UDA4UDAwQDDgMBQgQCcm8EAgUCDwIBAQKGAgQDBIQEAQEEDQQDAAAAAgAcACUAmwG3ABQAKQAANxUUBwYrASInJj0BNDc2OwEyFxYVEwcUBwYrASInJjUnNDc2OwEyFxYVkgUGB0kIBQUFBQhJBwYFCQgGBgdJCAUGCAUFCFsIBQV3QAgFBQUFCEAHBgUFBgcBLtwHBgUFBgfcBwUGBgUHAAAAAAIACv/lAdsBtwAQADoAAAE0JyYnBgcGFRQXFjcWNzY1NxQHBgcGDwEGDwEiByYvASY/AScHJgcmLwEmPwE2Fzc2NzY3NjcWFxYVAZsICAsLCAgICAsLCAhAFRYzFyAGAQRtAgMDAxMDARhQTwEBBAMSBQNAAwVsGxc2MTBLBAMCAVsLCQcBAQcJCwwHCQEBCQcMUkY1MzQWHWsFAkEBAQETAwdNUhoBAQECEwQHbQUBByAYNBYTAQECBAIAAQAAAAEAAHeIalJfDzz1AAsCAAAAAADPZIeYAAAAAM9kh5gAAP/fAkAB4AAAAAgAAgAAAAAAAAABAAAB4P/gAAACQAAAAAACQAABAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAIAJAAAACAAAAAgAAAAIAAAACAABsAgAAEAIAADACAAAAAgAAQAIAAAACAABVALcADQC3ABwB3AAKAAAAAAAKABQAHgA6AIYA3gEyAZoCAAKcA04DrAQMBOoFMAVyBaAF3gY8AAAAAQAAABQAsgAPAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAYAAAABAAAAAAACAA4AKwABAAAAAAADAAYAHAABAAAAAAAEAAYAOQABAAAAAAAFABYABgABAAAAAAAGAAMAIgABAAAAAAAKACgAPwADAAEECQABAAYAAAADAAEECQACAA4AKwADAAEECQADAAYAHAADAAEECQAEAAYAOQADAAEECQAFABYABgADAAEECQAGAAYAJQADAAEECQAKACgAPwBvAHQAcABWAGUAcgBzAGkAbwBuACAAMQAuADAAbwB0AHBvdHAAbwB0AHAAUgBlAGcAdQBsAGEAcgBvAHQAcABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAA4IAAoAAAAADcAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAACiwAAAosJfD5uk9TLzIAAAsgAAAAYAAAAGAIIwfrY21hcAAAC4AAAACUAAAAlIrse2lnYXNwAAAMFAAAAAgAAAAIAAAAEGhlYWQAAAwcAAAANgAAADYAKE/saGhlYQAADFQAAAAkAAAAJAQiAjVobXR4AAAMeAAAAFAAAABQHooBlG1heHAAAAzIAAAABgAAAAYAFFAAbmFtZQAADNAAAAEVAAABFSwmr4Fwb3N0AAAN6AAAACAAAAAgAAMAAAEABAQAAQEBBG90cAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLavjU+HQFHQAAAMQPHQAAAMkRHQAAAAkdAAAKIxIAFQEBBAcJCw4TGB0iJywxNjtARUpPVFleb3Rwb3RwdTB1MXUyMHVFMDAydUUwN0R1RTE1N3VFMUI4dUUxRDV1RTFENnVFNjAwdUU2MDN1RTYwNHVFNjA1dUU2MDZ1RTYwN3VFNjA4dUYxMDR1RjEyQXVGMTM1AAACAYkAEgAUAgABAAQABwAKAA0AOwC0AR8BiAIUApwDPARQBNoFZQbJBy8HfQfgCG4JLvyUDvyUDvyUDvuUDviU90QVK+uL9yRLi4s7K+v7lPuUi3vLi4v7NPc0i4vry4uLK/c0i4v3NMuLBQ74WPgQFZh+l3GNdgj7M4uL9zMFoImlf5h+CNNDBfs4LxWL91T7bIsFdYt5eYt1CIv8RAWLdZ15oYsI+ASLBaGLnZ2LoQiL96z7VIsF9xT7lBX71IuLq/fUi4trBYvLFfvUi4ur99SLi2sFi8sV+9SLi6v31IuLawUOy/gU+HQVrouobotoCIv7NAWLaG5uaIsI+7SLKyuL99QFi66oqK6LCPfUiwX3FCsVrouobotoCIv79Cvr+7SLBWiLbqiLrgiLq8uLi2sFi4uLi4uLCPfUi4v3VAWLi4uLi4sIa4uLy6uLBQ73VPgUFWuLi0tLi4try4uLS6uLi8vLi4urS4sF9xP7CxWgqJevi7GL7DzaKosqizw8iyqLKto87Iuxi6+XqKAI9z37VcvL+1X3PQX7I3IVRItSxIvSi9LExNKL0ovEUotEi0RSUkSLCA73vPeUFYOLi+sFi8BgtlaLCEuLBVaLYGCLVgiLK4OLBX6LgICLfgiL+4QFi36WgJiLCPekiwWYi5aWi5gIi/eEBYuYgJZ+iwgj+3QVS4uZ0QWDkIWVi5aLnZmZnYudi5l9i3mLgIWBg4YImUUFq/d0FfsUi4vrBYudmZmdiwjLiwWdi5l9i3kIiysFDvgU+FQVS4sFVotgYItWCIsr+1yLBX6LgICLfgiL+4QFi36WgJiLCPekiwWYi5aWi5gIi/eEBYuYgJZ+iwiDi4vrBYudmZmdiwjLiwWdi5l9i3kIiyvLi4vrBYvAYLZWiwj7VPw0FUuLmdEFg5CFlYuWi52ZmZ2LnYuZfYt5i4CFgYOGCJlFBQ73/fg+FW2gZ5Zfi2mLb4N0fGZ0eGSJUwjfiwWLm5CblJqVmpuToYuii5uElH+Uf49+i3yLfoR/hICGhYaFhIaLi11ud3N/fYp3im0Ii4mMh5KLkou/i5KLkYuNkIuNi5aMkI2Rj5eVlZaUCKObBaCbnJmSlZidk6CLpIu1fapuoAj7BPvZFW6Mc3eKa4psonaoiqqKop6Mq4yrdaBsjAgO97T3FBV5i32Zi50Ii6sFi52ZmZ2LCPdUi4sr+1SLBaPSFX6LgICLfot9loGYi5iLlpWLmYuYgJZ+iwhDhBWLawWLcaF1pYsI9zSLi0sFi3F2dXCLCPvkiwVxi3Whi6UIi/fEBYumoaCliwj3Lotme/sRiwV+i4CBi32LfpaAmIsI+ByLiyv7NIsFcYt1dotwCPs09wQVa4uLa5uLi5ubi4ubBYtbFWuLi2uci4qbm4uLmwWLWxVri4trm4uLm5uLi5sFi1sVa4uLa5uLi5ubi4ubBYtbFWuLi2ubi4ubm4uLmwWLWxVri4trm4uLm5uLi5sFy/e1FfdQ2q88+3SLBfduuhWxiwWZi5eFlIEISouDmwUOy/g0FXuLi/wU+DSLi5r8JIyL+AQF92R7FYuUhJKCiwhbiwWCi4SEi4IIi/vU24uL99QFKysVi5SEkoKLCFuLBYKLhISLggiL+3Tbi4v3dAX3VCsVi5SEkoKLCFuLBYKLhISLggiL+xTbi4v3FAXbOxVbiwWCi4SEi4IIi2vbi4urBYuUhJKCiwgO94T4VBX7GYsgIIv7GYv7GfYg9xmL9xmL9vaL9xmL9xkg9vsZiwiL/EQVIYs14Yv1i/Xh4fWL9YvhNYshiyE1NSGLCJv3ZBWLy8uLi6tLi4ura4uLa0uLi/sUy4uLS0uLi2vLi4trq4uLq8uLi/cUS4sFa4sVa4uLy6uLi0sFyysVa4uLy6uLi0sFDvgUahX7tIsFeYt9moucCIv4FgWLnJmanYsI24uLaUuLBYKLhISLgwiL+/UFi4KShJSLCPeUiwWUi5KSi5QIi/f1BYuThJKCiwhLi4ut24sFnYuZfIt6CIv8FgWLen18eYsI+2T31RX3RIuLe/tEi4ubBYtbFfdEi4t7+0SLi5sFi1sV90SLi3v7RIuLmwWLWxX3RIuLe/tEi4ubBfdE+wQV+0SLi5v3RIuLewX7RMsV90SLi3v7RIuLmwVb91QVm4uLe3uLi5sFi1sVm4uLe3uLi5sFi1sVm4uLe3uLi5sFi1sVm4uLe3uLi5sFm/sDFXuLi5qbi4t8BXvKFZuLi3t7i4ubBfdk96MVlIuSg4uDi4KLdYuLCPt0iwWLi4uhi5SLk5KTlIsIu4sFi4uLoYuli6agoqaLpouhc4txi2+Kd4uLCLuLBSu9FYKLhISLgouCkoSUi5SLkpKLlIuUhJKCiwgO+IT3tBX7RIuL90QFi5SEkoKLCCuLBYKLhISLggiL+0T7RIsFgouEhIuCCIsrBYuCkoSUiwj3RIuL+0QFi4KShJSLCOuLBZSLkpKLlAiL90T3RIsFlIuSkouUCIvrBYuUhJKCiwgO+BT32RX7lIsFc4t4eIt0i3OeeKOLCPeUiwWji56ei6OLoniec4sIi/spFfuUiwVzi3h4i3OLdJ54o4sI95SLBaOLnp6LooujeJ5ziwgO+933R/fWFYuJiomJiQj7BPsF9wT7BAWNiYyJi4mLiIqJiYkIfX0FiYmJioiLiYuJjImNCPsZ9xkFiY2KjYuNi46MjY2NCPcZ9xkFjY2NjI2LjouNio2JCJl9BY2JjImLiAgO+933JvcLFYtLBYuGiYeIh4eHh4qGiwhCiwWGi4eMh4+Hj4qPi5AIi8sFi5CMj4+Pj46PjZCLCNSLBZCLj4mPiI6HjYeLhgiU98IVg/twBYuGiYeHh4eIh4mGiwhCiwWGi4eNh46Hj4mPi5AIg/dwBYuQjI+Pjo+Pj42QiwjmiwWQi4+Jj4eOiI2Hi4YIDmf4L/fvFYuTiZKFkIaQhY6Di4OLhYiGhoWGiYSLg4uEjYSRhpCGkYiTi5OLkY6QkJGQjZKLkgjL3hWLW4RifWl8aHNpaWl8e3h7dngIhfsABYuIiYmIiQj7AUsFiYqKi4mLiYuJi4mNCHidBYmOio6Mjwij2TvcPHIFi4uKi4qLiIuJjImNCHmdBYePi46NjwjL9wIFjY6OjI6LCPcAkQWdoZydmpuvrq2krJmrmLSSvYuNi46KjYmMiYyJi4kIDviUFPiUFYsMCgADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPE1AeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAgAAAABwAEAADAAwAAQAg4ALgfeFX4bjh1uYA5gjxBPEq8TX//f//AAAAAAAg4ALgfeFX4bjh1eYA5gPxBPEq8TX//f//AAH/4yACH4gerx5PHjMaChoIDw0O6A7eAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAb1NhHl8PPPUACwIAAAAAAM9kh5gAAAAAz2SHmAAA/98CQAHgAAAACAACAAAAAAAAAAEAAAHg/+AAAAJAAAAAAAJAAAEAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAgAkAAAAIAAAACAAAAAgAAAAIAAGwCAAAQAgAAMAIAAAACAABAAgAAAAIAAFUAtwANALcAHAHcAAoAAFAAABQAAAAAAA4ArgABAAAAAAABAAYAAAABAAAAAAACAA4AKwABAAAAAAADAAYAHAABAAAAAAAEAAYAOQABAAAAAAAFABYABgABAAAAAAAGAAMAIgABAAAAAAAKACgAPwADAAEECQABAAYAAAADAAEECQACAA4AKwADAAEECQADAAYAHAADAAEECQAEAAYAOQADAAEECQAFABYABgADAAEECQAGAAYAJQADAAEECQAKACgAPwBvAHQAcABWAGUAcgBzAGkAbwBuACAAMQAuADAAbwB0AHBvdHAAbwB0AHAAUgBlAGcAdQBsAGEAcgBvAHQAcABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'otp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace;
  font-weight: 900;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: white;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.auth-separator {
  padding-left: 4px;
  padding-right: 4px;
}
.authTokenSub {
  display: block;
  font-size: 12px;
  text-align: right;
}

.grid.view-bill {
    max-width: 1000px !important;
    margin: 0 auto;
}
.view-bill #main-container {
    max-width: 1000px !important;
    margin: 0 auto;
}


/* no liability */

/* account parts starts */
.pt-hidden-disabled {
  display:none;
}
.hidden-opt-part {
  display:none;
}
.account-part-row.pad-top {
  padding-top:0;
}
.account-part-first {
  padding-top:.5em;
}
.account-part-first.pad-top {
  padding-top:1em;
}
.multipay-payments-info {
   font-size: 12px;
   padding: 10px 10px 0px 10px;
   margin-bottom: 0;
}
/* account parts ends */

/*@import "ui/custom/features";*/


.additional-messaging {
  letter-spacing: normal;
  margin: 24px 24px 0px 24px;
  font-size: 16px;
  font-size: 1rem;
}

.additional-messaging h1 {
  font-size: 24px;
  font-size: 1.500rem;
}

.additional-messaging h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

.additional-messaging p {
  margin: 0 0 12px 0;
}

.additional-messaging hr {
  border: none;
  border-top: 1px solid #bbb;
}

.additional-messaging blockquote {
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

div[id^="account_memo_"].additional-messaging {
  margin: 0;
}

.custom-bulletin.additional-messaging {
  padding: 24px 24px 0px 0px;
  margin: 0;
}

.custom-bulletin .item-row-content-col {
  padding: 16px 16px;
}

.item-row.pad-top + .item-row.pad-top {
  padding-top: 0;
}

.select-wrapper {
  position: relative;
  max-width: 285px;
}

.select-wrapper select {
  max-width: 100%;
}

.select-icon-holder {
  min-width: 0;
  padding-right: 4px;
}

.select-icon-holder img {
  width: auto;
  height: 44px;
  vertical-align: middle;
  margin-top: -1px;

}
.select-icon-text {
  vertical-align: middle;
  color: #333;
}

.bootstrap-select .dropdown-toggle {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default:focus, .btn-default.focus{
    background-color: #ffffff!important;
}

.hidden {
  display: none!important;
}

.filter-option {
   color: #000000;
}

.bs-searchbox input {
  padding: 7px;
}

.bootstrap-select.btn-group .dropdown-menu li:first-child {
  height: 26px;
}

.bootstrap-select.btn-group .dropdown-menu li:first-child a {
  line-height: 26px;
}

.bootstrap-select.btn-group .dropdown-menu li {
  height: 42px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 0px 12px;
}

.filter-option .select-icon-holder img {
  width: auto;
  height: 24px;
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-menu li {
  overflow: hidden;
}

.item-row.bootstrap-row {
  overflow: visible!important;
}

.item-row.bootstrap-row .item-row-content-col {
  overflow: visible!important;
}

@media screen and (max-width: 599px) {
  .select-wrapper {
    max-width: 100%;
  }
}

.feedback-btn {
  right:0px;
  top:12%;
  position:fixed;
  z-index: 9998;
}

.feedback-btn:focus {
  outline-color: #FFBF47 !important;
}

@media print
{    
    .feedback-btn * {
	  display: none !important;
	}
}

.feedback-img {
  width:40px;
  height:131px
}

#feedback-comment {
  width: 100%;
  height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#feedback-subject {
  width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#feedback-rating {
  width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Star rating */
.rate-area {
    float:left;
    border-style: none;
    margin-left: 0;
    margin-right: 0;
}

.rate-area:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rate-area:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:lightgrey;
    text-shadow:1px 1px #bbb;
}

.rate-area:not(:checked) > label:before {
    content: '★ ';
}

.rate-area > input:checked ~ label {
    color: gold;
    text-shadow:1px 1px #c60;
    font-size:200% !important;
}

.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
    color: gold;

}

.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;

}

.rate-area > label:active {
    position:relative;
    top:2px;
    left:2px;
}

/* payment bundle start */
.item-sub-header.component-type-header {
  margin: 0 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 16px 16px;

  }
.item-sub-header.component-type-header h3 {
  line-height: normal;
  padding: 0;
  color: #40444d;
}

.extra-details {
  display: block;
  font-size: 12px;
  font-size: 0.750rem;
  font-weight: normal;
  color: #000000;
}

.multitier-component-container {
}

.multitier-component-summary-container {
  padding: 15px 15px;
  padding: 0.938rem 0.938rem;
  background: #e7e7e7;
  background: -moz-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, white 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
  border: 1px solid #727470;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 16px 0px;
  color: #40444d;
  font-weight: bold;
}

.multitier-component-summary-container label {
  color: #40444d;
}

.multitier-component-container + .multitier-component-summary-container {
  margin-top: 0;
}

.component-row {
  position: relative;
  overflow: hidden;
  padding: 4px 0px;
}

.component-row.component-summary {
  padding: 0;
}


.component-desc-col {
  float: left;
  padding: 4px 0px;
  text-align: left;
  padding-left: 8px;
}

.component-summary-label-col {
  float: left;
  text-align: left;
}

.multitier-component-container .init-modal {
  margin-left: 4px;
  margin-left: 0.25rem;
  z-index: 8;
}

.light-color {
  -webkit-opacity: 0.35;
  -moz-box-opacity: 0.35;
  -ms-box-opacity: 0.35;
  -o-box-opacity: 0.35;
  opacity: 0.35;
}



.paymentDetailsContent .radioMultiTierComponent .standard-radio + span:before {
  top:  0px;
  left: 0px;
}

.component-amount-col {
  float:right;
  text-align: right;
  padding-right: 21px;
}

.component-amount-col.read-only-col {
  line-height: 32px;
}

.component-summary-value-col {
  float:right;
  text-align: right;
  padding-right: 5px;
}

.component-amount-col.component-text-only {
  padding-right: 29px;
  font-size: 14px;
  font-size: 0.875rem;
}

.component-amount-col input[type="text"], .component-amount-col input[type="number"] {
  width: auto;
  text-align: right;
  max-width: 102px;
  font-size: 14px;
  font-size: 0.875rem;
}

.component-amount-col input[type="number"]::-webkit-inner-spin-button, .component-amount-col input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.component-amount-col input[type="number"]::-webkit-inner-spin-button, .component-amount-col input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.component-amount-col .dollar-overlay {
  display: inline;
  top: auto;
  left: auto;
  margin: 0;
  position: relative;
  /*
  position: absolute;
  display: block;
  background: white;
  right: 72px;
  margin-top: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  padding: 0px 8px;
  */
}

.component-input-wrapper {
  position: relative;
  width: auto;
  display: inline;
}

.component-label {
  font-weight: normal;
  padding-left: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}

.component-sub-header {
  width: 100%;
  line-height: normal;
  padding: 12px 16px 11px 16px;
  vertical-align: middle;
  color: #40444d;
  background: #E9E9E9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 16px 0;
}

.component-sub-header h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  color: #585858;
  margin: 0;
  font-weight: bold;
  padding: 0;
}

.radioContainer.radioMultiTierComponent {
  top: auto;
  padding-bottom: 0;
}

.radioMultiTierComponent .standard-radio {
  position: absolute;
}



.lt-ie9 .radioMultiTierComponent .standard-radio {
  position: relative;
  top: 1px;
}

.radioMultiTierComponent label {
  width: auto;
  display: inline-block;
}

.item-row.multitier-component-row {
  padding-left: 1em;
  padding-right: 1em;
}

.item-row.component-tally-row {
  padding-left: 1em;
  padding-right: 1em;
}

.multitier-component-summary-container input[readonly="readonly"],
.multitier-component-summary-container input[readonly] {
  background: transparent;
  border: none;
  text-align: right;
  padding: 0;
  font-weight: bold;
  color: #40444d;
}

.multitier-component-summary-container input[readonly="readonly"]:focus,
.multitier-component-summary-container input[readonly]:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  color: #40444d;
}

.paymentDetailsContent .multitier-component-container .standard-label-msg {
  position: relative;
  display: inline-block;
  left: auto;
  top: auto;
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 28px;
  padding-top: 1px;
}

.lt-ie9 .paymentDetailsContent .multitier-component-container .standard-label-msg {
  padding-left: 12px;
  padding-top: 0;
}

input[type="radio"][disabled].standard-radio + .standard-label-msg:before, input[type="checkbox"][disabled].standard-radio + .standard-label-msg:before {
  -webkit-opacity: 0.5;
  -moz-box-opacity: 0.5;
  -ms-box-opacity: 0.5;
  -o-box-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="radio"][disabled].standard-radio + .standard-label-msg, input[type="checkbox"][disabled].standard-radio + .standard-label-msg {
  -webkit-opacity: 0.5;
  -moz-box-opacity: 0.5;
  -ms-box-opacity: 0.5;
  -o-box-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mandatory-input input[type="radio"][disabled].standard-radio + .standard-label-msg, .mandatory-input input[type="checkbox"][disabled].standard-radio + .standard-label-msg {
  -webkit-opacity: 1;
  -moz-box-opacity: 1;
  -ms-box-opacity: 1;
  -o-box-opacity: 1;
  opacity: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.mandatory-input input[type="radio"][disabled].standard-radio + .standard-label-msg:before, input[type="checkbox"][disabled].standard-radio + .standard-label-msg:before {
  -webkit-opacity: 1;
  -moz-box-opacity: 1;
  -ms-box-opacity: 1;
  -o-box-opacity: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
}

.disable-item input[type="radio"][disabled].standard-radio + .standard-label-msg:before, .disable-item input[type="checkbox"][disabled].standard-radio + .standard-label-msg:before {
  -webkit-opacity: 1;
  -moz-box-opacity: 1;
  -ms-box-opacity: 1;
  -o-box-opacity: 1;
  opacity: 1;
}

.disable-item input[type="radio"][disabled].standard-radio + .standard-label-msg, .disable-item input[type="checkbox"][disabled].standard-radio + .standard-label-msg {
  -webkit-opacity: 1;
  -moz-box-opacity: 1;
  -ms-box-opacity: 1;
  -o-box-opacity: 1;
  opacity: 1;
}

label.standard-label.mandatory-input {
  cursor: default;
}

.table-container.compact-table {
  width: auto;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.table-container.compact-table th {
  font-size: 12px;
  text-transform: inherit;
  padding: 0.5em;
  text-align: left;
}
.table-container.compact-table th:last-child {
  background: none;
}
.table-container.compact-table th.paymentAmountCol {
  width: 114px;
  text-align: right;
}
.table-container.compact-table th.paymentDateCol {
  width: 190px;
}
.table-container.compact-table tr:last-child {
  border: none;
}
.table-container.compact-table tr.warning {
  border: none;
}
.table-container.compact-table tr.warning td {
  color: #e4100e;
  text-align: left;
  white-space: normal;
  padding-bottom: 0;
}
.table-container.compact-table th {
  padding: 0.5em !important;
}
.table-container.compact-table td {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 0.5em !important;
  height: auto !important;
  white-space: normal;
}
.table-container.compact-table td.paymentAmountCol {
  text-align: right;
}
.table-container.compact-table td input {
  width: auto;
}
.table-container.compact-table td input[type="text"] {
  padding: 0.5em;
  max-width: 64px;
}
.table-container.compact-table td input[readonly="readonly"], .table-container.compact-table td input[readonly] {
  font-size: 12px;
}

p.review-heading.bundle-receipt {
  width: 70%;
}

p.review-data.bundle-receipt {
    width: 30%;
}

/* payment bundle end */

/* kiosk payment start */
/* since formvalidation.io plugin uses bootstrap framework,
like any framework it resets/overwrites some of our css.
So we have to overwrite their overwrites */
html.kiosk-payment {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.kiosk-payment body {
  font-size: 16px;
  position: relative;
  min-height: 0;
  height: 100%;
  font-family: 'Cabin', sans-serif;
}


.kiosk-payment .item-header h1 {
  margin:0;
}

.kiosk-payment legend {
  border: none;
  margin: 0;
}

.kiosk-payment .error-content {
  font-size: 13px;
  font-size: 0.786rem;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row,
.kiosk-payment .paymentMethodContent.kiosk-mode .tab-content .item-row {
  float: none;
  clear: both;
  overflow: visible;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col,
.kiosk-payment .paymentMethodContent.kiosk-mode .tab-content .item-row-content-col {
  position: relative;
  overflow: visible;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.cc-name-row,
.kiosk-payment .paymentMethodContent.kiosk-mode .tab-content .item-row-content-col.cc-name-row {
  max-width: 270px;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.dc-name-row,
.kiosk-payment .paymentMethodContent.kiosk-mode .tab-content .item-row-content-col.dc-name-row {
  max-width: 270px;
}

.kiosk-payment .paymentMethodContent:not(.manual-mode) .tab-content .item-row-content-col.cc-exp-row {
  margin: 0;
  padding: 0;
}

.kiosk-payment .paymentMethodContent:not(.manual-mode) .tab-content .item-row-content-col.dc-exp-row {
  margin: 0;
  padding: 0;
}

.kiosk-payment .paymentMethodContent:not(.manual-mode) .item-row.form-group {
  margin-bottom: 0;
}

/* since form validation is only on pay-step2-payment-info.ftl
we can remove unnecessary styling on other pages */
.kiosk-payment.rotp-step1-page .form-group {
  margin-bottom: 0;
}

.kiosk-payment .item-row.nl-fields.form-group {
  margin-bottom: 0;
}

.has-feedback {
  overflow: visible;
}

.has-feedback label~.form-control-feedback {
  top: 35px;
  right: 8px;
}

.has-feedback.cc-exp-row label~.form-control-feedback {
  top: 32px;
  right: 12px;
}

.has-feedback.dc-exp-row label~.form-control-feedback {
  top: 32px;
  right: 12px;
}

.nl-section .item-row.nl-fields .item-row-content-col:nth-child(even).has-feedback label~.form-control-feedback {
  right: 3px;
}

.item-row.form-group {
  margin-bottom: 0;
}

.kiosk-payment .item-row.form-group .item-row-content-col {
  margin-bottom: 15px;
}

.kiosk-payment.rotp-step1-page .item-row.form-group .item-row-content-col {
  margin-bottom: 0;
}

.help-block {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
}

.absolute-pos .help-block {
  position: absolute;
 }

.custom-help-block {
  width: 100%;
  margin-top: 0;
}

.help-block.help-block-pmValidationProxy {
  margin-top: -4px;
}

.help-block.help-block-pmValidationProxy .help-block {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
}

.kiosk-payment legend {
  font-size: 16px;
  font-size: 1rem;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.cc-exp-row {
  max-width: 278px;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.dc-exp-row {
  max-width: 278px;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.cc-name-row {
  max-width: 278px;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.dc-name-row {
  max-width: 278px;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content.tab-echeck .item-row.form-group .item-row-content-col {
  max-width: 278px;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content.tab-echeck .item-row-content-col.ach-row {
  max-width: 100%;
  overflow: visible;
}

.kiosk-payment .item-row.payment-amount-row .item-row-content-col {
  width: 50%;
  padding-right: 8px;
  position: relative;
}

.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.cc-row,
.kiosk-payment .paymentMethodContent.kiosk-mode .tab-content .item-row-content-col.cc-row,
.kiosk-payment .paymentMethodContent.manual-mode .tab-content .item-row-content-col.dc-row,
.kiosk-payment .paymentMethodContent.kiosk-mode .tab-content .item-row-content-col.dc-row {
    width: 278px;
}

.kiosk-payment [name="ccExpiryDateProxy"] + .form-control-feedback,
.kiosk-payment [name="dcExpiryDateProxy"] + .form-control-feedback {
    right: 10px;
    top: 33px!important;
}

.form-control-feedback.glyphicon-ok {
  color: #3c763d!important;
}

.popup .item-row .item-row-content-col p.swipe-msg {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}

.popup .item-row .item-row-content-col p.swipe-img {
    text-align: center;
    margin-bottom: 0;
}

.popup.popup-swipe {
    max-width: 360px;
}

.popup.popup-swipe .btn-action {
    width: 100%;
    max-width: 100%;
}

.popup.popup-swipe .mfp-close {
    display: none;
}

#pay-method-header {
    margin-top: 24px;
}

#pay-method-header + .paymentMethodContent {
    margin-top: 24px;
}

.kiosk-payment .paymentMethodContent .tab-content.tab-echeck {
  padding-bottom: 16px;
}

.kiosk-payment .radioACHContainer {
  padding-bottom: 0;
}

.kiosk-payment .radioACHContainer label {
  margin-bottom: 0;
}

.kiosk-payment .paymentDetailsContent .item-row.echeck-type .radioContainer {

}

.kiosk-payment .paymentDetailsContent .item-row.echeck-type .radioContainer label {
  margin-bottom: 0;
}

.kiosk-payment .paymentDetailsContent .item-row.echeck-type .help-block {
  margin-top: 0;
}

.error .has-success input[type="text"], .error .has-success input[type="email"], .error .has-success input[type="password"], .error .has-success input[type="tel"], .error .has-success input[type="number"], .error .has-success select {
    border-color: #6a6a6a!important;
}

.boxshadow .error .has-success input, .boxshadow .error .has-success textarea, .boxshadow .error .has-success select {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.boxshadow .error .has-success input:focus, .boxshadow .error .has-success textarea:focus, .boxshadow .error .has-success select:focus {
    border-color: #2374cc!important;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(35, 116, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(35, 116, 204, 0.6);
}


.kiosk-payment .paymentDetailsContent .payment-form-group input[type="text"] {
  max-width: 100%;
  width: 100%;
}

.btn-action.init-modal:hover {
  text-decoration: none;
}

.btn-action.init-modal:focus {
  text-decoration: none;
  color: #fff;
}
/* kiosk payment end */

/* multipay bundle */
.table-container.responsiveTable {
  	overflow: auto;
    position: relative;
    z-index: 444;
}

.table-container table {
  overflow: visible;
}

.bundle-amount-modal-content {
  background-color:white;
  padding: 0px 12px 12px 12px;
  z-index:99;
  border-radius: 4px;
}

.standard-label-msg.standard-label-msg-modal {
    position: relative;
  padding-top: 5px;
    word-wrap: break-word;
    max-width: 150px;
}

.actionMenuLink {
  display: inline-block;
    font-size: 0.950rem;
    padding: 0.4em 0.2em 0.4em 0.2em;
    width: 30px;
    height: auto;
    text-align: center;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: normal;
    color: #908f8f;
    /* background-color: #f1efef; */
    background-repeat: no-repeat;
    filter: none;
    box-shadow: none;
    border: none;
    border-radius: 4px;
}

a.actionMenuLink:hover,
a.btn-cancel:hover, a.btn-save:hover {
    text-decoration: none;
}
.actionMenuLink span {
  text-decoration: none;
}

.headerPaymentAmountValue,
.headerPaymentAmountValue:hover {
  height: auto;
    line-height: normal;
  color: #4c4e50;
  text-decoration: none;
  padding: 5px 4px;
}


.action-menu-widget {
  display:none;
  max-width: 195px;
    position: absolute;
    left: 40px;
    color: #4c4e50;
    background-color: white;
    padding: 1px 0px 1px 0px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.5);
  z-index:999;
  border-radius: 4px;
}

.action-menu-widget-visible {
  display:block;
}

.actionMenuItem {
  line-height: auto;
    vertical-align: middle;
    margin: 2px 2px;
}


.actionMenuItemLink {
  display: inline-block;
    width: 190px;
    height: auto;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: normal;
    color: #5e626b;
    filter: none;
    box-shadow: none;
    border: none;
  padding: 12px 2px 12px 10px;
}

.actionMenuItemDivider {
    width: 100%;
    height: 1px;
    border-bottom: 1px #d0d0d0 solid;
}

.actionMenuItemIcon {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}


a.actionMenuItemLink:hover {
    text-decoration: none;
    color: #808080;
}

.disable-cell-payment {
  pointer-events: none;
    height: auto;
    line-height: normal;
    color: #D0D0D0;
    text-decoration: none;
    padding: 5px 4px;

}

.actionMenuItem .fa-pencil {
  color: #908f8f;
  font-size: 20px;
}
.actionMenuItem .fa-minus-circle,
.actionMenuItem .fa-plus-circle {
  color: #908f8f;
  font-size: 21px;
}

.rotp-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 640px;
    margin: 0.5em auto;
    -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.rotp-popup.large-popup {
    max-width: 400px;
}

.rotp-popup .rotp-item {
    width: 100%;
}

.rotp-item {
    float: left;
    padding-right: 1.5em;
    margin-bottom: 1.5em;
}

.rotp-item-header {
    position: relative;
    background: #dedede;
    line-height: 64px;
    padding: 0;
    border-bottom: 1px solid #bebebe;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.rotp-popup .rotp-item-header h2 {
    color: white;
}
.rotp-popup .rotp-item-header {
    background: #585858;
}

.rotp-item-header h2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: #40444d;
    font-weight: bold;
    margin: 0;
    padding-left: 1em;
}

.modal-content .rotp-item {
    float: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .table-container tr td.paymentDateCol {
      white-space: normal;
      max-width: 120px;
  }
  body.multipay .table-container td.paymentDateCol label.standard-label {
        width: 135px;
  }
}

@media screen and (min-width: 600px) and (max-width: 650px) {
  .table-container tr td.dueDateCol {
      white-space: normal;
      width: 120px;
  }
}

.bundle-amount-modal-content .form-group {
  margin-bottom: 0px;
}

/* multipay bundle end */

#modal-confirm-cancel.popup .btn-action {
  max-width: 100%;
}

.btn-action.btn-back.init-modal:focus {
  color: #585858;
}

.googlepay {
  background-color: #000;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2241%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M13.448%207.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M6.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774H.978v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M3.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964H.978A6.678%206.678%200%200%200%20.261%206.98c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M6.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918C10.324.928%208.804.262%206.989.262a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 12px 24px 10px 24px;

  width: 200px;
  min-width: 90px;
  height: 40px;
  min-height: 40px;
}

.googlepay.full-width {
    width:100%;
}

.googlepay.long {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22104%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm7.36%201.68c-.868%200-1.528-.259-1.981-.777-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322zm7.878-.616L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zM40.7%204.824a1%201%200%200%201-.735-.301%201%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301zm-.77%201.036h1.54V13h-1.54V5.86zm6.464%207.252c-.317%200-.616-.051-.896-.154a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21zm2.782-10.136h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976zm32.619-.347v4.097h2.554c.608%200%201.11-.203%201.509-.607a1.96%201.96%200%200%200%20.613-1.442c0-.546-.205-1.022-.613-1.427-.398-.415-.901-.622-1.51-.622h-2.553zm0%205.539v4.753H80.27V1.186h4.045c1.028%200%201.901.34%202.62%201.016.73.677%201.094%201.503%201.094%202.475%200%20.994-.364%201.825-1.094%202.49-.708.668-1.581%201-2.62%201h-2.52v.001zm7.775%202.294c0%20.394.17.722.507.984.337.262.732.393%201.185.393.641%200%201.213-.235%201.716-.704.503-.47.754-1.022.754-1.655-.476-.372-1.139-.557-1.99-.557-.62%200-1.135.148-1.55.443-.414.295-.621.66-.621%201.096m1.973-5.834c1.128%200%202.018.298%202.67.893.652.596.978%201.413.978%202.45v4.95h-1.459v-1.115h-.066c-.63.918-1.47%201.377-2.52%201.377-.896%200-1.645-.262-2.247-.787-.602-.524-.904-1.18-.904-1.966%200-.831.318-1.491.953-1.983.636-.492%201.484-.738%202.545-.738.906%200%201.653.164%202.238.492v-.345c0-.524-.21-.97-.63-1.335a2.175%202.175%200%200%200-1.475-.55c-.852%200-1.525.356-2.023%201.067L88.261%206.2c.74-1.049%201.835-1.573%203.283-1.573m12.021.263l-5.09%2011.57h-1.576l1.89-4.048L95.44%204.89h1.658l2.421%205.77h.033l2.355-5.77z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M75.631%207.143c0-.474-.04-.932-.117-1.37H69.08v2.596h3.684a3.12%203.12%200%200%201-1.362%202.05v1.686h2.199c1.288-1.174%202.03-2.91%202.03-4.962%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M69.08%2013.733c1.842%200%203.392-.598%204.522-1.628l-2.2-1.687c-.611.408-1.4.646-2.321.646-1.78%200-3.29-1.186-3.83-2.784h-2.265v1.738a6.83%206.83%200%200%200%206.095%203.715%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M65.251%208.28a4.01%204.01%200%200%201%200-2.58V3.961h-2.265a6.644%206.644%200%200%200-.727%203.028c0%201.089.262%202.117.727%203.028L65.25%208.28z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M69.08%202.916c1.006%200%201.907.342%202.618%201.011v.001l1.947-1.924C72.462.916%2070.92.247%2069.08.247a6.83%206.83%200%200%200-6.095%203.715L65.25%205.7c.54-1.597%202.05-2.783%203.83-2.783%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  width: 240px;
  min-width: 152px;
}

.googlepay:hover {
  background-color: #3c4043;
}

.googlepay:focus {
  box-shadow: #202124;
}

.googlepay:active {
  background-color: #5f6368;
}

.googlepay.white {
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2241%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M13.448%207.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M6.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774H.978v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M3.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964H.978A6.678%206.678%200%200%200%20.261%206.98c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M6.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918C10.324.928%208.804.262%206.989.262a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M0%200h41.285v18H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.30), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  outline: 0;
  padding: 11px 24px;

  width: 160px;
  min-width: 90px;
  height: 40px;
  min-height: 40px;
}

.googlepay.custom-googlepay {
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2241%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M13.448%207.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M6.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774H.978v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M3.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964H.978A6.678%206.678%200%200%200%20.261%206.98c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M6.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918C10.324.928%208.804.262%206.989.262a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M0%200h41.285v18H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: contain;*/

    border: 0;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 11px 24px;

    width: 160px;
    min-width: 90px;
    min-height: 40px;
    background-size: 50px auto;
    height: 51px;
    vertical-align: top;
    margin-left: 9px;
    width: 160px;
    min-width: 160px;
    margin-top: 1px;
}

.googlepay.long.white {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22104%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm7.36%201.68c-.868%200-1.528-.259-1.981-.777-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322zm7.878-.616L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zM40.7%204.824a1%201%200%200%201-.735-.301%201%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301zm-.77%201.036h1.54V13h-1.54V5.86zm6.464%207.252c-.317%200-.616-.051-.896-.154a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21zm2.782-10.136h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976z%22%20fill%3D%22%233C4043%22%2F%3E%3Cpath%20d%3D%22M81.795%202.629v4.097h2.554c.608%200%201.11-.203%201.509-.607a1.96%201.96%200%200%200%20.613-1.442c0-.546-.205-1.022-.613-1.427-.398-.415-.901-.622-1.51-.622h-2.553zm0%205.539v4.753H80.27V1.186h4.045c1.028%200%201.901.34%202.62%201.016.73.677%201.094%201.503%201.094%202.475%200%20.994-.364%201.825-1.094%202.49-.708.668-1.581%201-2.62%201h-2.52v.001zm7.775%202.294c0%20.394.17.722.507.984.337.262.732.393%201.185.393.641%200%201.213-.235%201.716-.704.503-.47.754-1.022.754-1.655-.476-.372-1.139-.557-1.99-.557-.62%200-1.135.148-1.55.443-.414.295-.621.66-.621%201.096m1.973-5.834c1.128%200%202.018.298%202.67.893.652.596.978%201.413.978%202.45v4.95h-1.459v-1.115h-.066c-.63.918-1.47%201.377-2.52%201.377-.896%200-1.645-.262-2.247-.787-.602-.524-.904-1.18-.904-1.966%200-.831.318-1.491.953-1.983.636-.492%201.484-.738%202.545-.738.906%200%201.653.164%202.238.492v-.345c0-.524-.21-.97-.63-1.335a2.175%202.175%200%200%200-1.475-.55c-.852%200-1.525.356-2.023%201.067L88.261%206.2c.74-1.049%201.835-1.573%203.283-1.573m12.021.263l-5.09%2011.57h-1.576l1.89-4.048L95.44%204.89h1.658l2.421%205.77h.033l2.355-5.77z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M75.631%207.143c0-.474-.04-.932-.117-1.37H69.08v2.596h3.684a3.12%203.12%200%200%201-1.362%202.05v1.686h2.199c1.288-1.174%202.03-2.91%202.03-4.962%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M69.08%2013.733c1.842%200%203.392-.598%204.522-1.628l-2.2-1.687c-.611.408-1.4.646-2.321.646-1.78%200-3.29-1.186-3.83-2.784h-2.265v1.738a6.83%206.83%200%200%200%206.095%203.715%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M65.251%208.28a4.01%204.01%200%200%201%200-2.58V3.961h-2.265a6.644%206.644%200%200%200-.727%203.028c0%201.089.262%202.117.727%203.028L65.25%208.28z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M69.08%202.916c1.006%200%201.907.342%202.618%201.011v.001l1.947-1.924C72.462.916%2070.92.247%2069.08.247a6.83%206.83%200%200%200-6.095%203.715L65.25%205.7c.54-1.597%202.05-2.783%203.83-2.783%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  width: 240px;
  min-width: 152px;
}

.googlepay.white:hover {
  background-color: #f8f8f8;
}

.googlepay.white:focus {
  box-shadow: #e8e8e8;
}

.googlepay.white:active {
  background-color: #fff;
}

.methodApplePay {
    background: transparent url(../img/pm/apple_pay_mark.svg) no-repeat 0 0;
}

.methodGooglePay {
    background: transparent url(../img/pm/google_pay_mark.svg) no-repeat 0 0;
}

.paymentMethodContent  .radioPaymentMethodContainer {
    top: 6px;
    padding-bottom: 9px;
}

/**.pMethod.methodApplePay {
    width: 52px;
}**/

/**.pMethod.methodGooglePay {
    width: 52px;
}**/

/**.pMethodSlide.methodApplePay {
    height: 32px;
    width: 51px;
    background-size: 51px auto!important;
}**/

.pMethodSlide.methodGooglePay {
  text-indent: 64px;
  text-align: left;
  max-width: 388px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}

.pMethodSlide.methodApplePay {
  text-indent: 64px;
  text-align: left;
  max-width: 388px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}

.googlepay.confirm-google-pay {
    height: 53px;
    vertical-align: top;
    margin-left: 8px;
}

.googlepay.quick-google-pay {
    height: 53px;
    vertical-align: top;
    margin-left: 9px;
    width: 160px;
    min-width: 160px;
}

.applepay.confirm-apple-pay {
    height: 53px;
    vertical-align: top;
    margin-left: 18px;
}

.applepay2.confirm-apple-pay {
    height: 53px;
    vertical-align: top;
    margin-left: 8px;
}

.applepay2.quick-apple-pay {
    height: 53px;
    vertical-align: top;
    margin-left: 9px;
    width: 160px;
    min-width: 160px;
}

.color-red {
    color: red;
}
*/
/* google pay start */
.standard-radio + span.paymentRadio.gpay:before {
  top: 10px;
}

.gw-cc .setRelative {
  line-height: 40px;
}

.gpay .paymentRadio.gpay .pMethodSlide {
  display: block;
  width: auto;
  height: auto;
  background-size: auto!important;
}

.paymentMethodContent #gpay-row.item-row .item-row-content-col {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

#gpay-response {
  position: relative;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  max-width: 242px;
}

#gpay-response.gpay-error {
  color: #752e2d;
}

.card.gpay {
  max-width: 190px;
  margin-top: 8px;
}
.gpay-button-container {
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
}

.gpay-button-container .gpay-button{
    height: 52px;
}

@media screen and (max-width: 1024px) {
    .gpay-button-container {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    .gpay-button.short {
        width: 100% !important;
        height: 67px;
        max-height: 67px;
        margin-bottom: 16px;
        max-width: 100%;
    }
}

/* google pay end */

/* === react dev-widget === */
.dev-info-widget {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    position: fixed;
    top:   8px;
    right: 10px;
    width: 42px;
    height: 42px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 16px 16px;
    z-index: 888;
    -webkit-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: 250ms cubic-bezier(0.42, 0, 0.58, 1);
}

a.dev-info-toggle:link, a.dev-info-toggle:visited {
    color: #333;
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    right: 8px;
}

a.dev-info-toggle .material-icons {
    color: #333;
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -ms-transition: -ms-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.active a.dev-info-toggle .material-icons {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.dev-info-widget.active {
    width: 500px;
    height: 800px;
}

.dev-info-content {
    margin-top: 24px;
    overflow-y: auto;
    height: calc(100% - 36px);
    display: none;
}

.dev-info-widget.active .dev-info-content {
    display: block;
}
@media screen and (max-width: 599px) {
.dev-info-widget.active {
    width: 100%;
    height: 800px;
}
}
/* ==== dev-info end */

/* apple pay css start [3] */

/* setup button css */
.apple-pay-set-up-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: set-up;
    height: 51px;
}
.apple-pay-set-up-button-black {
    -apple-pay-button-style: black;
}
.apple-pay-set-up-button-white {
    -apple-pay-button-style: white;
}
.apple-pay-setup-button-white-with-line {
    -apple-pay-button-style: white-outline;
}

/* Template for logo only button (height independent). */
@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        height: 51px;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        max-height: 64px;
        height: 51px;
    }
    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}

/* Template for "Buy with" button */
@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        height: 51px;
    }
    .apple-pay-button-with-text > * {
        display: none;
    }
    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        max-height: 67px;
        height: 51px;
    }
    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }
    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }
    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }
    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }
    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

@media screen and (max-width: 1024px) {
    .apple-pay-button {
        width: 100%;
        height: 67px;
        max-height: 67px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .apple-pay-button-with-text {
        width: 100%;
        height: 67px;
        max-height: 67px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .apple-pay-set-up-button {
        width: 100%;
        height: 67px;
        max-height: 67px;
        margin-bottom: 16px;
        max-width: 100%;
    }
    #apple-pay-button {
		-webkit-appearance : -apple-pay-button;
       	-apple-pay-button-type: plain;
       	-apple-pay-button-style: black;
       	height: 45px;
       	border-radius: 4px
    }
}

	#apple-pay-button {
		-webkit-appearance : -apple-pay-button;
       	-apple-pay-button-type: plain;
       	-apple-pay-button-style: black;
       	height: 45px;
       	border-radius: 4px
	}
/* apple pay css end */

/* Venmo and Braintree changes */
/* reposition the payment method radios so it's vertically centered */
/*.paymentMethodContent .radioPaymentMethodContainer .standard-radio + span:before {
  top: 6px;
}*/

/* Braintree PayPal and Venmo start */
.methodPaypalBraintree {
  background: transparent url("../img/pm/paypal-custom-logo.svg") no-repeat 0 0;
}

label[for="radio-newly-added"] .pMethodSlide.methodPaypalBraintree,
label[for="radio-newly-added"] .pMethodSlide.methodPaypalCreditBraintree,
label[for="radio-newly-added"] .pMethodSlide.methodVenmoBraintree {
  text-indent: 64px;
  text-align: left;
  max-width: 388px;      
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

label[for="radio-newly-added"] .pMethodSlide.methodGooglePay,
label[for="radio-newly-added"] .pMethodSlide.methodApplePay  {
  text-indent: 64px;
  text-align: left;
  max-width: 388px;      
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  float: left !important;
}

.pMethod.methodPaypalBraintree {
    width: auto;
    min-width: 51px;
    background-size: 51px auto!important;
}

@keyframes buttonLoadScale {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1); } }

@keyframes buttonLoadSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); }
}


.button-load-container {
    position: relative;
    height: 50px;
    max-width: 316px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.loaded .button-load-spinner {
    display: none;
}

.button-load-spinner {
  color: #000;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 45px;
  z-index: 1111;
  pointer-events: none;
  opacity: 0.8;
  border: 1px solid #565656;
  border-radius: 4px;
}

.button-load-spinner::after {
  content: '';
  animation: buttonLoadSpin 1080ms linear infinite, buttonLoadScale 180ms;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #2380be;
  border-top-color: #cbcbca;
  border-right-color: #cbcbca;
  display: block;
  opacity: 1;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 2;
}

.pm-change-link {
  float: left;
  display: none;
}

.pm-success ~ .pm-change-link {
  display: block;
}

.pm-change-link a:link, .pm-change-link a:visited {
  color: #2374cc;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .support-third-party-payment-methods .btn-action {
    height: 45px;   
  }

  .support-third-party-payment-methods .btn-action.btn-terms.fancyterms {
    padding: 0;
    height: auto;
  }

  .button-load-container {
    margin-bottom: 12px;
    display: inline-block;
    height: 65px;
  }

  .button-load-spinner {
    height: 45px;
  }

  #venmo-button {
    height: 45px;
  }
  
  #google-pay-button {
  	height: 45px;
  }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  .support-third-party-payment-methods.flexbox .item-row .item-row-content-col.col-whole-action .btn-action.btn-back {    
    display: inline-block;
    width: auto;
    float: none!important;
    vertical-align: top;
  }

  .support-third-party-payment-methods.flexbox .item-row .item-row-content-col.col-whole-action .btn-action {
    display: inline-block;
    width: auto;
    float: none!important;
    vertical-align: top;
  }

  .support-third-party-payment-methods.flexbox .item-row .item-row-content-col.col-whole-action {
    display: block!important;    
  }
}


@media screen and (max-width: 575px) {
  .support-third-party-payment-methods .btn-action {
      height: 45px;
      line-height: 45px;
      padding: 0 1em;
  }

  .button-load-container {
    display: block;
    max-width: 100%;
    height: 65px;
    margin-left: 0;
  }

  .button-load-spinner {
    height: 45px;
  }
}

.display-paypal-braintree-row-date {
  display: block;
  font-size: 0.75rem;
  text-align: left;
}

#display-paypal-braintree-row-email {
  display: table-cell;
  float: none;
  line-height: normal;
}

label[for="radio-newly-added"] .setRelative {
  display: table;
}

.last-pm .pMethodSlide.methodPaypalBraintree {
  line-height: normal;
}

.last-pm .pMethodSlide.methodPaypalCreditBraintree {
  line-height: normal;
}

@media screen and (max-width: 480px) {

	.methodApplePay {
		background: transparent url(../img/pm/apple_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
	.methodGooglePay {
		background: transparent url(../img/pm/google_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
  .last-pm .pMethodSlide.methodPaypalBraintree {
    line-height: 14px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }

  .last-pm .pMethodSlide.methodGooglePay {
    line-height: 14px;
    max-width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  
  .last-pm .pMethodSlide.methodApplePay {
    line-height: 14px;
    max-width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  
  .last-pm .pMethodSlide.methodPaypalCreditBraintree {
    line-height: 14px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  label[for="radio-newly-added"] .pMethodSlide.methodPaypalBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodPaypalCreditBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodVenmoBraintree {
    line-height: 14px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  label[for="radio-newly-added"] .pMethodSlide.methodGooglePay,
  label[for="radio-newly-added"] .pMethodSlide.methodApplePay {
    line-height: 14px !important;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  
  .gpBanner {
	margin-top: 13px !important;
  }

  .apBanner {
	margin-top: 12px !important;
  }
  .amazonPayBanner {
  	margin-top: 12px !important;
  }
}

@media screen and (max-width: 412px) {

	.methodApplePay {
		background: transparent url(../img/pm/apple_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
	.methodGooglePay {
		background: transparent url(../img/pm/google_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
  .last-pm .pMethodSlide.methodPaypalBraintree {

    max-width: 210px;
  }

  .last-pm .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 210px;
  }

  label[for="radio-newly-added"] .pMethodSlide.methodPaypalBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodPaypalCreditBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodVenmoBraintree {
    line-height: 14px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  label[for="radio-newly-added"] .pMethodSlide.methodGooglePay,
  label[for="radio-newly-added"] .pMethodSlide.methodApplePay {
    line-height: 14px !important;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
  }
  
  .gpBanner {
	margin-top: 13px !important;
  }

  .apBanner {
	margin-top: 12px !important;
  }
  
  .amazonPayBanner {
  	margin-top: 12px !important;
  }
}

@media screen and (max-width: 375px) {
	
	.methodApplePay {
		background: transparent url(../img/pm/apple_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
	.methodGooglePay {
		background: transparent url(../img/pm/google_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
  .last-pm .pMethodSlide.methodPaypalBraintree {
    max-width: 188px;
  }

  .last-pm .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 188px;
  }

  label[for="radio-newly-added"] .pMethodSlide.methodPaypalBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodPaypalCreditBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodVenmoBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodGooglePay,
  label[for="radio-newly-added"] .pMethodSlide.methodApplePay {
    max-width: 188px;
  }
  
  .gpBanner {
	margin-top: 13px !important;
  }

  .apBanner {
	margin-top: 12px !important;
  }
  .amazonPayBanner {
  	margin-top: 12px !important;
  }
}

@media screen and (max-width: 320px) {
	
	.methodApplePay {
		background: transparent url(../img/pm/apple_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
	.methodGooglePay {
		background: transparent url(../img/pm/google_pay_mark.svg) no-repeat 0 0;
		float: left;
		position: relative;
	}
	
  .last-pm .pMethodSlide.methodPaypalBraintree {
    max-width: 158px;
  }

  .last-pm .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 158px;
  }

  label[for="radio-newly-added"] .pMethodSlide.methodPaypalBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodPaypalCreditBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodVenmoBraintree,
  label[for="radio-newly-added"] .pMethodSlide.methodGooglePay,
  label[for="radio-newly-added"] .pMethodSlide.methodApplePay {
     max-width: 158px;
  }

  .display-paypal-braintree-row-date {
    font-size: 10px;
    font-size: 0.625rem;
  }
  
  .gpBanner {
	margin-top: 13px !important;
  }

  .apBanner {
	margin-top: 12px !important;
  }
  
  .amazonPayBanner {
  	margin-top: 12px !important;
  }
}

.methodPaypalCreditBraintree {
  background: transparent url("../img/pm/ppc-acceptance-custom.svg") no-repeat 0 0;
}

.pMethod.methodPaypalCreditBraintree {
    width: auto;
    min-width: 51px;
    background-size: 51px auto!important;
    text-indent: 54px!important;
}

@media screen and (max-width: 480px) {
   .pMethodSlide.methodPaypalBraintree {
    width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 54px!important;
  }

  .pMethod.methodPaypalBraintree {
    width: auto;
    height: auto;
    /*height: 33px;*/
    min-width: 51px;
    background-size: 51px auto !important;
    text-indent: 54px!important;
    background-position: 0px 3px;
  }

  .pMethodSlide.methodPaypalCreditBraintree {
    width: auto;
        min-width: 36px;
        height: 23px;
        background-size: 36px auto !important;
        text-indent: 48px;
    }
}


/* Braintree PayPal and Venmo end */

/* Venmo section */
.methodVenmoBraintree {
    background: transparent url("../img/pm/venmo_logo.svg") no-repeat 0 0;
}


@media screen and (max-width:480px) {
  .pMethodSlide.methodVenmoBraintree {
     width: auto;
     min-width: 36px;
     height: 23px;
     background-size: 36px auto !important;
     text-indent: 54px!important;
  }
  
  .pMethodSlide.methodGooglePay {
     width: auto;
     min-width: 36px;
     height: 23px;
     background-size: 36px auto !important;
     text-indent: 54px!important;
  }
  
  .pMethodSlide.methodApplePay {
     width: auto;
     min-width: 36px;
     height: 23px;
     background-size: 36px auto !important;
     text-indent: 54px!important;
  }
}

.pMethod.methodVenmoBraintree {
    width: auto;
    height: 34px;
    min-width: 51px;
    background-size: 51px auto!important;
}

.venmo-load-container .button-load-spinner {
    border-color: #3d95ce;
}

/* this css might for #venmo-button might not be needed if the button is retreived from Braintree API */
#venmo-button {
    background: #3d95ce url(../img/venmo/venmo_logo_white.png) no-repeat 0 0;
    background-size: auto 15px;
    background-position: center center;
    height: 45px;
    border: 1px solid #3d95ce;
    border-radius: 4px;
    cursor: pointer;
}

#google-pay-button {
	height: 45px;	
}

.pm-help-msg, .pm-terms {
  display: table-cell;
  font-size: 13px;
  font-size: 0.813rem;
  line-height: normal;
  vertical-align: middle;
}

.pm-terms {
	font-size: 12px;
}

.pm-help-msg a.init-modal {
  vertical-align: top;
  z-index: 101;
  font-size: 16px;
}

/* venmo help modal start */
.popup.venmo-popup {
  max-width: 1168px;
}

/* greendot help modal start */
.popup.greendot-popup {
  max-width: 1168px;
}

.mock-phone-containers {
  position: relative;
}

[class^="mock-phone-container-"] {
  position: relative;
  width: 24%;
  float: left;
  margin-right: 1%;
  min-height: 462px;
}

[class^="mock-phone-container-"]:last-child {
  margin-right: 0;
}

.mock-phone {
  position: relative;
  border-radius: 18px 18px;
  overflow: hidden;
  /*border: 1px solid #c0c0c0;*/
  border: 3px solid #d7d7d9;
}

.mock-phone img {
  display: block;
}

.venmo-phone-logos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  top: 18%;
}

.merchant-logo-overlay {
  display: inline-block;
  vertical-align: middle;
  max-width: 128px;
  margin-right: 12px;
}

.venmo-logo-overlay {
 display: inline-block;
 vertical-align: middle;
 max-width: 56px;
}

.mock-phone-help-text-container {
  text-align: center;
  line-height: normal;
  font-size: 14px;
  min-height: 80px;
  margin-bottom: 8px;
  display: table;

}

.mock-phone-help-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.venmo-row input[type="radio"][disabled].standard-radio + .standard-label-msg {
  cursor: default;
}
.venmo-authorize-text {
  /*position: absolute;*/
  line-height: normal;
  font-size: 11px;
  margin-top: 16px;
}

.venmo-authorize-text-2 {
  /*position: absolute;*/
  line-height: normal;
  font-size: 9px;
  margin-top: 8px;
}

@media screen and (max-width: 1023px) {
  [class^="mock-phone-container-"] {
    width: 47%;
    margin-right: 3%;
  }

  [class^="mock-phone-container-"]:nth-child(2n+2) {
    width: 47%;
    margin-right: 0;
    margin-left: 3%;
  }
}

@media screen and (max-width: 599px) {
  .button-load-container.venmo-load-container {
    height: 45px;
  }

  .button-load-container.venmo-load-container .button-load-spinner {
    height: 45px;
  }

  #venmo-button {
    height: 45px;
  }
  
  #google-pay-button {
    height: 45px;
  }
}


.email-address-note {
  color: #1e3543;
    font-size: 0.8em;
    margin-bottom: 8px;
}

.account-sample-header-note {
  font-size: 0.9em;
}

.payConfirm .methodCheck span{
  display:block;
  font-size:14px;
  line-height:16px;
}

.ie-end-support-container{
	transition: all 0.5s;
}
.ie-end-exclamation{
	width:34px;
	height:34px;
    position: absolute;
    top: calc(50% - 17px);
    margin-left: 10px;
}

.ie-end-support-container .btn-cancel{
    position: absolute;
    right: 24px;
    top: calc(50% - 22px);
    min-width: 110px;
}
.ie-end-support-container .btn-cancel:focus{
	outline-style: none;
}
.ie-end-support-container .error-content{
    min-height: 100px;
}
.ie-end-support-container .error-content:focus{
    outline-style:none;
}
.ie-end-support-container .error-description{
	color:#6a6a6a;
	font-size:16px;
    margin-top:12px;
    margin-left:38px;
}
.ie-end-support-container .error-description li strong{
	color:rgb(74,74,74);
}
.ie-end-support-container .error-description a{
	color:#6a6a6a;
}
.ie-end-support-container .error-description a:hover{
	color:rgb(74,74,74);
}
.ie-end-support-container .error-description a:focus{
	outline-style:none;
}

@media screen and (max-width: 768px) {
	.ie-end-support-container .btn-cancel{
		display: block;
	    position: relative;
	    margin-left: 22px;
	    margin-top: 10px;
	}
	.ie-end-exclamation{
		top:calc(29% - 10px);
	}
}

.reviewContent p.review-data .pMethod.methodPaypalBraintree,
.reviewContent p.review-data .pMethod.methodPaypalCreditBraintree,
.reviewContent p.review-data .pMethod.methodVenmoBraintree,
.reviewContent p.review-data .pMethod.methodGooglePay,
.reviewContent p.review-data .pMethod.methodApplePay {
  max-width: 338px;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 1px;
  background-position: 0px 3px;
  height: auto;
  text-indent: 0px!important;
  padding-left: 64px;
}

@media screen and (max-width: 575px) {
  .reviewContent p.review-data .pMethod.methodPaypalBraintree,
  .reviewContent p.review-data .pMethod.methodPaypalCreditBraintree,
  .reviewContent p.review-data .pMethod.methodVenmoBraintree,
  .reviewContent p.review-data .pMethod.methodGooglePay,
  .reviewContent p.review-data .pMethod.methodApplePay {
    max-width: 288px;
  }
}

@media screen and (max-width: 480px) {
  .reviewContent p.review-data .pMethod.methodPaypalBraintree,
  .reviewContent p.review-data .pMethod.methodPaypalCreditBraintree,
  .reviewContent p.review-data .pMethod.methodVenmoBraintree,
  .reviewContent p.review-data .pMethod.methodGooglePay,
  .reviewContent p.review-data .pMethod.methodApplePay {
    max-width: 188px;
  }


  .reviewContent .standard-label-msg {
    position: relative;
    padding-right: 28px;
  }

  .reviewContent .checkboxContainer input {
    position:absolute;
  }
}

@media screen and (max-width: 380px) {
  .reviewContent p.review-data .pMethod.methodPaypalBraintree,
  .reviewContent p.review-data .pMethod.methodPaypalCreditBraintree,
  .reviewContent p.review-data .pMethod.methodVenmoBraintree,
  .reviewContent p.review-data .pMethod.methodGooglePay,
  .reviewContent p.review-data .pMethod.methodApplePay {
    max-width: 175px;
  }
}

@media screen and (max-width: 320px) {
  .reviewContent p.review-data .pMethod.methodPaypalBraintree,
  .reviewContent p.review-data .pMethod.methodPaypalCreditBraintree,
  .reviewContent p.review-data .pMethod.methodVenmoBraintree,
  .reviewContent p.review-data .pMethod.methodGooglePay,
  .reviewContent p.review-data .pMethod.methodApplePay {
    max-width: 138px;
    background-position: 3px 0px;
    top: 9px;
    padding-left: 46px;
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .payConfirm .methodCheck{
    position: inherit;
    float: left;
    margin-top:5px;
  }
}

/* amazon pay start */
.button-load-container.amazon-load-container {  
  max-width: 200px;
  max-height: 45px;
 }

.amazon-load-container .button-load-spinner {
  border: none;
  border-radius: 0;
}
.amazon-load-container .button-load-spinner::after {
  border: 2px solid #eb7e10;
  border-top-color: transparent;
  border-right-color: transparent;
}

.methodAmazonPay {
  background: transparent url(../img/pm/amazon_pay_method_logo.svg) no-repeat 0 0;
}

label[for="radio-newly-added"] .pMethodSlide.methodAmazonPay {
  text-indent: 64px;
  text-align: left;
  max-width: 388px;      
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.pMethod.methodAmazonPay {
    width: auto;
    min-width: 52px;
}

.amazon-pay-info-msg {
  color: #6A6A6A;
  font-size: 0.813rem;
  margin: 0 0 10px 5px;
}

.future-dated-pay-info-msg {
  color: #6A6A6A;
  font-size: 0.813rem;
  margin: 0 0 10px 5px;
}

.amazon-pay-help-msg {
  display: table-cell;
  font-size: 13px;
  font-size: 0.813rem;
  line-height: normal;
  vertical-align: middle;
}

.gdot-help-msg, .gdot-conv-msg, .gdot-info-msg {
  /*display: table-cell;*/
  font-size: 13px;
  font-size: 0.813rem;
  line-height: normal;
  vertical-align: middle;
}

#gdot-info-list {
  margin-left: 10px;
}

/*
#amazon-pay-button {
  display: inline-block;
  vertical-align: top;
  height: 45px;
}*/


/* amazon pay end */

/* amazon pay custom modal for displaying their widget start */
.btn-action.hide {
  display: none!important;
}

#amazonPayWalletWidgetDiv {
    height: 240px!important;
    width: 100%!important;
}

#amazonPayWalletReadOnlyWidgetDiv {
    height: 160px!important;
    width: 100%!important;
    margin-top: 24px!important;
    margin-top: 1.5rem!important;
}

#amazonPayConsentWidgetDiv {
    height: 120px!important;
    width: 100%!important;
    margin-top: 24px!important;
    margin-top: 1.5rem!important;
}

#amazonPayErrorMessage {
    margin: 0px 0 21px 0!important;
    padding: 10px!important;    
    font-size: 12px!important;    
    background: #ffffdd!important;
    color: #A31919!important;
    border: 1px solid #A31919!important;
}

#amazonPayErrorMessage span {    
    background: url(../img/amazon/error-sprite.gif) no-repeat 0 -75px!important;
    float: left!important;
    width: 25px!important;
    height: 25px!important;
    display: block!important;
}

#amazonPayErrorMessage h6 {
    font-size: 13px!important;
    margin: 0 0 4px 35px!important;
    margin: 0 0 .25rem 35px!important;
    padding: 0!important;
}

#amazonPayErrorMessage p {
    margin: 0 0 .25em 35px!important;
    padding: 0!important;
    color: inherit!important;
    font-size: 12px!important;
    font-size: 0.75rem!important;
}

.mfp-bg-amazon-pay.mfp-bg {
  background-color: #fff!important;
  opacity: 0.58!important;
  filter: alpha(opacity=58)!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon {
  max-width: 568px!important;
  font-family: Cabin, sans-serif!important;
  font-size: 16px!important;
  font-size: 1rem!important;
  margin: 0.5rem auto!important;
  border: none!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .item-content {
  padding: 16px 24px 24px 24px!important;
  padding: 1rem 1.5rem 1.5rem 1.5rem!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .modal-content {
  border: #d0d0d0 1px solid!important;
  border-radius: 5px!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-wallet-select {
  background: #f6d073!important;
  background: -moz-linear-gradient(top,#fee6b0,#eeba37)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fee6b0),color-stop(100%,#eeba37))!important;
  background: -webkit-linear-gradient(top,#fee6b0,#eeba37)!important;
  background: -o-linear-gradient(top,#fee6b0,#eeba37)!important;
  background: -ms-linear-gradient(top,#fee6b0,#eeba37)!important;
  background: linear-gradient(top,#fee6b0,#eeba37)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee6b0',endColorstr='#eeba37',GradientType=0)!important;
  zoom: 1!important;
  color: #111!important;
  border: 1px solid #be952c!important;
  border-color: #be952c #a68226 #9b7924!important;
  border-radius: 3px!important;    
  height: 34px!important;
  min-width: 160px!important;
  padding: 0!important;
  line-height: 34px!important;
  font-family: Arial,sans-serif!important;
  font-size: 13px!important;
  font-weight: normal!important;
  padding: 0 30px!important;
  margin-left: 0!important;
  max-width: 256px!important;
  text-transform: initial!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay:hover,
html.mobileDisabled .mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-wallet-select:hover {
  background: #f5c85b!important;
  background: -moz-linear-gradient(top,#fede97,#ecb21f)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fede97),color-stop(100%,#ecb21f))!important;
  background: -webkit-linear-gradient(top,#fede97,#ecb21f)!important;
  background: -o-linear-gradient(top,#fede97,#ecb21f)!important;
  background: -ms-linear-gradient(top,#fede97,#ecb21f)!important;
  background: linear-gradient(top,#fede97,#ecb21f)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fede97',endColorstr='#ecb21f',GradientType=0)!important;
  zoom: 1!important;
  box-shadow: none!important;
  text-decoration: none!important;
  border-color: #be952c #a68226 #9b7924!important;
  color: #111!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-wallet-select:active,
html.mobileDisabled .mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-wallet-select:active {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset!important;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset!important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset!important;
  background-color: #eeba37!important;
  background-image: none!important;
  filter: none!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-cancel {
  background: #dfdfdf!important;
  background: -moz-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#d6d6d6))!important;
  background: -webkit-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: -o-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: -ms-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#d6d6d6',GradientType=0)!important;
  zoom: 1!important;
  color: #111!important;
  border: 1px solid #b7b7b7!important;
  border-color: #b7b7b7 #aaa #a0a0a0!important;
  border-radius: 3px!important;    
  height: 34px!important;
  min-width: 160px!important;
  padding: 0!important;
  line-height: 34px!important;
  font-family: Arial,sans-serif!important;
  font-size: 13px!important;
  font-weight: normal!important;
  margin-left: 0!important;
  margin-right: 19px!important;
  max-width: 256px!important;
  text-transform: initial!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-cancel:hover,
html.mobileDisabled .mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-cancel:hover,
html.mobileDisabled .mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-cancel:active {
  background: #dfdfdf!important;
  background: -moz-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#d6d6d6))!important;
  background: -webkit-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: -o-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: -ms-linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  background: linear-gradient(top,#e8e8e8,#d6d6d6)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#d6d6d6',GradientType=0)!important;
  zoom: 1!important;
   border-color: #b7b7b7 #aaa #a0a0a0!important;
  box-shadow: none!important;
  text-decoration: none!important;
  color: #111!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-cancel:active,
html.mobileDisabled .mfp-bg-amazon-pay .popup.popup-amazon .btn-action.btn-amazon-pay-cancel:active {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset!important;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset!important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset!important;
  background-color: #eeba37!important;
  background-image: none!important;
  filter: none!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .item-header {
  background-color: #fff!important;
  border-radius: 0!important;
  border: none!important;
  box-shadow: none!important;
  padding: 1rem!important;
  line-height: normal!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .item-row-content-col {
  padding: 8px 0!important;
  padding: 0.5rem 0!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon h2 {
  color: #333!important;
  padding: 0!important;
  font-size: 24px!important;
  font-size: 1.5rem!important;
  margin-left: 9px!important;
  padding: 0!important;
  line-height: normal!important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-weight: normal!important;
  background-color: #fff!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .item-row .item-row-content-col p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-weight: normal!important;
  color: #333!important;
  font-size: 14px!important;
  font-size: 0.875rem!important;
  line-height: normal!important;
  margin-bottom: 1.5rem!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .mfp-close {
  display: block!important;
  color: #333!important;
  right: 14px!important;
  top: 11px!important;
  right: 0.875rem!important;
  top: 0.688rem!important;
  padding: 0!important;
  opacity: 0.65!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .mfp-close:hover, 
.mfp-bg-amazon-pay .popup.popup-amazon .mfp-close:focus {
  opacity: 1!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .item-row.action-row {
  padding: 0!important;
  margin: 0!important;
}

.mfp-bg-amazon-pay .popup.popup-amazon .action-row .col-whole-action {
  padding: 1rem 0 0 0!important;
  text-align: left!important;
  font-family: Cabin, sans-serif!important;
  font-size: 16px!important;
  font-size: 1rem!important;
}

@media screen and (max-width: 575px) {

  .button-load-container.amazon-load-container {
    max-width: 100%;
  }

  .button-load-container.amazon-load-container.amazon-pay-xlarge-btn {
    max-height: 90px;
    height: auto;
  }  

  .button-load-container.amazon-load-container.amazon-pay-xlarge-btn .button-load-spinner {
    min-height: 90px;
  }

  .flexbox .item-row .item-row-content-col.col-whole-action .btn-action.btn-amazon-pay-wallet-select {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 0 0 12px 0;
    width: 100%!important;
    max-width: 100%!important;
  }

  .flexbox .item-row .item-row-content-col.col-whole-action .btn-action.btn-amazon-pay-cancel {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%!important;
    max-width: 100%!important;
    margin-bottom: 0rem!important;
  }
}
/* amazon pay custom modal for displaying their widget end */


/*IE11 HIGH CONTRAST START ======================== */
@media screen and (-ms-high-contrast: active) {
	.standard-radio + span::before{
		-ms-high-contrast-adjust:none;
	}
    .checkboxContainer .standard-label-msg::before{
  		-ms-high-contrast-adjust:none;
    }
}
/*IE11 HIGH CONTRAST END ======================== */

@media screen and (max-width: 640px) {
  /*
  .pMethodSlide.methodPaypalBraintree {
    max-width: 328px;
  }

  .pMethodSlide.methodVenmoBraintree {
   max-width: 328px;
  }

  .pMethod.methodPaypalBraintree {
   max-width: 328px;
  }

  .pMethod.methodVenmoBraintree {
    max-width: 328px;
  }

  .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 328px;
  }

  .pMethodSlide.methodApplePay {
    max-width: 328px;
  }

  .pMethodSlide.methodGooglePay {
     max-width: 328px;
  }
  */

  .pMethodSlide.methodAmazonPay {
    max-width: 328px;
  }
}


@media screen and (max-width: 550px) {  
  /*
  .pMethodSlide.methodPaypalBraintree {
    max-width: 258px;
  }

  .pMethodSlide.methodVenmoBraintree {
   max-width: 258px;
  }

  .pMethod.methodPaypalBraintree {
   max-width: 258px;
  }

  .pMethod.methodVenmoBraintree {
    max-width: 258px;
  }

  .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 258px;
  }

  .pMethodSlide.methodApplePay {
   max-width: 258px;
  }

  .pMethodSlide.methodGooglePay {
    max-width: 258px;
  }
  */

  .pMethodSlide.methodAmazonPay {
    max-width: 258px;
  }
}

@media screen and (max-width: 480px) {
  /* comment out these other payment method icon modifications for later integration */
  /*
  .radioPaymentMethodContainer.last-pm .pMethodSlide {
    text-indent: 42px!important;
  }

  .pMethodSlide.methodPaypalBraintree {
    width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 42px!important;
  }


  .pMethodSlide.methodPaypalCreditBraintree {
    width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 42px!important;
  }

  .pMethodSlide.methodVenmoBraintree {
    width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 42px!important;
  }

  .pMethodSlide.methodGooglePay {
    width: auto;
    min-width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 42px!important;
  }
  

  .pMethod.methodPaypalBraintree {
    width: auto;
    height: 33px;
    height: auto;
    min-width: 51px;
    background-size: 51px auto !important;
    background-position: 0px 3px;
  }

  .pMethod.methodVenmoBraintree {
    width: auto;
    min-width: 35px;
    height: 23px;
    background-size: 35px auto !important;
    text-indent: 42px!important;
    line-height: 23px;
  }

  .pMethodSlide.methodApplePay {
    width: auto;
    min-width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 42px!important;
  }*/  

  .pMethodSlide.methodAmazonPay {
    width: auto;
    min-width: 36px;
    height: 23px;
    background-size: 36px auto !important;
    text-indent: 42px!important;
  }
}

@media screen and (max-width: 414px) {
  /* comment out these other payment method icon modifications for later integration */
  /*
  .pMethodSlide.methodPaypalBraintree {
    max-width: 188px;
  }

  .pMethodSlide.methodVenmoBraintree {
    max-width: 188px;
  }

  .pMethod.methodPaypalBraintree {
    max-width: 188px;
  }

  .pMethod.methodVenmoBraintree {
    max-width: 188px;
  }

  .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 188px;
  }

  .pMethodSlide.methodApplePay {
    max-width: 188px;
  }

  .pMethodSlide.methodGooglePay {
    max-width: 188px;
  }
  */

  label[for="radio-newly-added"] .pMethodSlide.methodAmazonPay {
    max-width: 188px;
  }
}

@media screen and (max-width: 360px) {
  /* comment out these other payment method icon modifications for later integration */
  /*
  .pMethodSlide.methodPaypalBraintree {
    max-width: 158px;
  }

  .pMethodSlide.methodVenmoBraintree {
    max-width: 158px;
  }

  .pMethod.methodPaypalBraintree {
    max-width: 158px;
  }

  .pMethod.methodVenmoBraintree {
    max-width: 158px;
  }

  .pMethodSlide.methodPaypalCreditBraintree {
    max-width: 158px;
  }

  .pMethodSlide.methodApplePay {
    max-width: 158px;
  }

  .pMethodSlide.methodGooglePay {
    max-width: 158px;
  }
  */

  label[for="radio-newly-added"] .pMethodSlide.methodAmazonPay {
    max-width: 158px;
  }

  .mfp-bg-amazon-pay .popup.popup-amazon h2 {
    font-size: 1.125rem!important;
  }

  .mfp-bg-amazon-pay .popup.popup-amazon .mfp-close {
    top: 0.438rem!important;
  }

  
}

@media screen and  (max-width: 360px) and (min-width: 321px) {
  .paymentDetailsContent .standard-label-msg.paymentRadio {
    font-size: 0.750rem;
  }
}

/*
 * [BEGIN] - Custom Payment Amount Options CSS
 * 
 * The following CSS is used in ROTP in conjunction with the macro displayCustomPaymentAmountOptions
 * to display different amount options for the customer.
 */
#radioPmtAmountOptions span.standard-label-msg {
	line-height: 30px;
	padding-right: 28px;
}

#radioPmtAmountOptions span.pmtAmtOption-value {
	display: inline-block;
	float: right;
}

#otherPmtAmount {
	text-align: right;
}
/* [END] - Custom Payment Amount Options CSS */

.standard-radio:focus + span:before{
	 box-shadow: 0 0 0 2px #207EB1;
}

.btn-more-info:focus, .btn-sign-up:focus, .btn-add-item:focus, .btn-view-ebill:focus, .btn-view-usage:focus{
	outline-color: #FFBF47 !important;
}

/* CP multipay ui overflow fix for payment options column*/
@media only screen and (min-width: 700px) {
	.paymentDateCol .standard-label-msg{
	    text-align: left;
	    width: 100% !important;
    }
            
   .paymentOptions{
	    display: grid;
   }
}

@media only screen and (max-width: 699px) {
   .paymentOptions{
	    display: contents;
   }
}

.payConfirm .methodCash span{
  display:block;
  font-size:14px;
  line-height:16px;
}

.paymentDetailsContent .item-row.cash-type .radioContainer {
    padding-bottom: 0.5em;
    display: inline-block;
    min-width: 70px;
    width: auto;
}

 .paymentDetailsContent .item-row.cash-type .radioContainer .standard-label-msg {
    position: relative;
    padding-right: 15px;
}

.error.cash-type input[type="radio"], .error.cash-type input[type=radio].regular-radio + label, .error.cash-type input[type="radio"].standard-radio + span:before {
  border-color: red !important;
}

.has-error.cash-type input[type="radio"], .has-error.cash-type input[type=radio].regular-radio + label, .has-error.cash-type input[type="radio"].standard-radio + span:before {
  border-color: red !important;
}

@media screen and (max-width: 450px) {
  .payConfirm .methodCash{
    position: inherit;
    float: left;
    margin-top:5px;
  }
}

@media screen and (max-width: 320px) {
	.payConfirm .methodCash span {
	    display: block;
	    font-size: 13px;
	    line-height: 16px;
	}
}

.cash-type .standard-radio + span:before {
    top: -1px;
}

.yodlee-link {
    position: absolute;
    top: 0px;
    z-index: 999;
    left: 90px;
}

.yodlee-modal-content{
	min-height: 250px;
}

#search-account-modal{
	max-width: 840px;
}

@media screen and (max-width: 767px) {	
	.yodlee-link-display {
      position: relative;
      top: 7px;
      display: block;
      pointer-events: auto !important;
	}
	.yodlee-mobileHide {
	    display: none;
  }
}

@media screen and (max-width: 1120px) {	
	.yodlee-link-display {
      pointer-events: auto !important;
	}
	.yodlee-mobileHide {
		    display: none;
  }
}

/* for previous klarna logo */
/*.methodKlarna {
    background: transparent url(../img/pm/klarna.png) no-repeat 0 9px;
    background-size: 58px auto !important;
    width: 82px;
}*/

/* for new klarna logo */
.methodKlarna {
    background: transparent url(../img/pm/klarna_v2.png) no-repeat 0 0;
}

.methodGiropay {
  background: transparent url(../img/pm/Giropay.svg) no-repeat 0 5px;
  background-size: 50px auto !important;
  width: 72px;
}

.pMethod.methodGiropay {
  width: auto;  
  text-indent: 58px;

}

.methodIdeal {
  background: transparent url(../img/pm/555px-IDEAL_Logo.png) no-repeat 0 3px;
  background-size: 28px auto !important;
  width: 54px;
}

.pMethod.methodIdeal {
  width: auto;
  text-indent: 36px;
}

.methodDotpay {
  background: transparent url(../img/pm/dotpay_logo_transparent_140x50.png) no-repeat 0 6px;
  background-size: 58px auto !important;
  width: 80px;
}

.pMethod.methodDotpay {
  width: auto;
}


.methodSofort {
  background: transparent url(../img/pm/sofort.png) no-repeat 0 0;
}

.methodBacs {
 background: transparent url(../img/pm/bacs.png) no-repeat 0 0;
}

.methodProfitLoan {
 background: transparent url(../img/pm/profit-loan.svg) no-repeat 0 0;
}

select.country-code {
	display: inline !important;
	width: 30% !important;
}

input.national-phone {
	display: inline !important;
	width: 69% !important;
}

.methodGreenDot {
  background: transparent url("../img/pm/green_dot_cash.png") no-repeat 0 0;
  text-indent: 30px;
}

.methodGreenDotBanner {
  background: transparent url("../img/pm/green_dot_cash.png") no-repeat 0 0;
}

.gdot-confirm-pm-icon {
	text-indent: 60px;
}

.gdSlide {
  float: left;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0px 12px 0px 0px;
  padding: 0px;
  width: 61px;
  height: 33px;
  background-size: 52px auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gdCoordinate {
	width: 142px;
}


#radio-gd-coordinate + span:before, #radio-gd-zipcode + span:before {
	left: -25px
}

.pm-gdot-help-msg {
	padding-left: 10px;
	font-weight: bold;
	font-size: .7rem !important;
}

.gdot-address-detail {
	max-width: 400px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gdot-dlg-close {
	float:right;
}

.gdot-dlg-div-error {
	color: red;
	white-space: pre-wrap;
}

#hide-radio-gd-coordinate {
	display: none;
}

#hide-radio-gd-zipcode {
	display: none;
}

.gdot-search-retailer {
	float: right;
}

#hide-gd-zipcode {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#searchRetailerButton {
	min-width:80px;
	color:white;
}

#gdZipCode {
	left: 0px !important;
}

#gd-coordinate {
	color:white;
}

.gdSearchFields {
	display: flex;
	align-self:center;
	padding:0px !important;
}

#gdSearchButtonBox {
	padding-right: 10px !important;
}

#gdCurrentLocationBox {
	padding-left: 40px !important;
	padding-right: 30px !important
}

#gdPaymentLocationText {
	margin-bottom:20px !important;
}

.gdBoldText {
	font-weight: bold;
}

.gd-location-arrow {
	background-image:url('../img/icons/location-arrow-solid.svg');
	padding-right:5px;
}

.btn-gd-search {
	padding-top:9px;
	padding-bottom:9px;
	text-decoration:none !important;
}

.currentLocationLabel {
	padding-left:5px;
	padding-right:5px;
}

#retailerTable thead{
	display: none;
}

.gdot-pm-margin {
	position: relative;
    top: -10px;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
	#hide-gd-zipcode {
		display: block;
	}
	#gdSearchButtonBox {
		padding-right: 0px !important;
	}
	#gdCurrentLocationBox {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.gdSearchFields {
		display: block;
		text-align: center;
		padding: 0px !important;
	}
	
	.gdot-confirm-pm-icon {
		position: relative;
		clear: both;
	}
}

.gd-barcode-link {
	margin-top: 0px !important;
    color: #2374cc !important;
}

#gdBarcode {
 	width: 100%;
}

@media screen and (min-width: 481px) {
	.table-container.mobile-table {
		display: none;
	}
}

.payment-type-group-dropdown {
	display: flex;
}
@media screen and (max-width: 700px) {
	.payment-type-group-dropdown{
		display: block;
	}
}

/* update for slope loan. */

.btn-action.btn-slope {
        background-color: #FD7E14;
}

html.mobileDisabled .btn-action.btn-slope:hover, html.mobileDisabled .btn-action.btn-slope:active {
        background-color: #f76707;
        border-color: #f76707;  
}

@media screen and (max-width: 768px) {
        .flexbox .item-row .item-row-content-col.col-whole-action .btn-action.btn-slope {
                order: 0;
        }       
}

.paymentDetailsContent input[type="text"][name="ccAccountNumber"],
.paymentDetailsContent input[type="text"][name="dcAccountNumber"],
.paymentDetailsContent input[type="password"][name="ccAccountNumber"],
.paymentDetailsContent input[type="password"][name="dcAccountNumber"] {
    width: 236px;
}

.paymentDetailsContent .card.credit input[type="text"], .paymentDetailsContent .card.credit input[type="password"] {
    max-width: 316px;
}

.paymentMethodContent input[class^="method"] {
    background-size: auto 21px!important;
    background-position: right 8px top 50%;
}

.paymentMethodContent .password-reveal-container input[class^="method"] {
    background-position: right 32px top 50%;
}

/* add padding so that the input value doesn't overlap the payment method icon and eye toggle */
.password-reveal-container input[type="text"][name="ccAccountNumber"],
.password-reveal-container input[type="text"][name="dcAccountNumber"],
.password-reveal-container input[type="password"][name="ccAccountNumber"],
.password-reveal-container input[type="password"][name="dcAccountNumber"] {
    padding-right: 68px;
}

@media screen and (max-width: 599px) {
    .paymentDetailsContent .card.credit input[type="text"],
    .paymentDetailsContent .card.credit input[type="password"] {
        max-width: 100%;
    }
}

.removePaymentMethod {
    float: right;
    line-height: 42px;
    font-size: 21px;
}

.removePaymentMethod .fa-minus-circle {
    color: #224B9A;
}

a.btn-split-pay:link, a.btn-split-pay:visited {
    color: #224B9A;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    text-transform: capitalize;
}

a.btn-split-pay:hover {
    text-decoration: none;
}

a.btn-split-pay.disabled{
	pointer-events: none;
    cursor: default;
	color: #e6e3da;
}

.spPaymentMethodContent .paymentMethodContent .radioPaymentMethodContainer{
	width: 95% !important;
}

.item-row.split_pay_pm_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item-row.split_pay_pm_row.disable-row {
	opacity: 0.35;
}

.split_pay_pm_row .item-row:first-child {
	flex-grow: 1;
}

.split_pay_pm_row .cvv, .split_pay_pm_row .payment-form-group, .split_pay_pm_row .basePayAmount{
	margin-left: 4px;
}

.setRelative.setRelativeSplitPay {
    display: flex;
    align-items: center;
    gap: 5px;
}

.item-split-pay-amount {
    margin-left: auto;
}

.split-pay-info .standard-label {
    color: #50a14f;
}

.item-split-pay-pm {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    font-family: Arial, sans-serif;
    height:40px;
    margin-top:8px;
}

.item-split-pay-pm .setRelative{
    font-size:14px;
    text-align: left !important;
}

.payment-overview-min-amount,
.payment-overview-total-amount,
.payment-overview-total-payment {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
}

.payment-overview-row-title {
    font-size: 14px;
    display: block;
}

.splitPayMinAmountDue,
.splitPayTotalAmountDue,
.splitPayTotalAmountPay {
    font-weight: 500;
}

.payment-overview-split-pay .item-row{
	padding-top: 10px;
	display:flex; 
	gap:20px;	
}

.split-pay-toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

.split-pay-toggle {
  position: relative;
  width: 50px;
  height: 22px;
  background-color: #ccc;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  user-select: none;
  display: inline-block;
}

.split-pay-toggle-handle {
  position: absolute;
  height: 16px;
  width: 16px;
  background: white;
  border-radius: 50%;
  top: 2px;
  left: 4px; /* Positioned on the left by default */
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.split-pay-toggle[aria-checked="true"] {
  background-color: #224B9A; 
}

.split-pay-toggle[aria-checked="true"] .split-pay-toggle-handle {
  transform: translateX(26px); 
}

.split-pay-toggle[aria-checked="false"] {
  background-color: #ccc;
}

.split-pay-toggle[aria-checked="false"] .toggle-handle {
  transform: translateX(0);
}

.split-pay-toggle-label {
  display: flex;
  align-items: center; 
  gap: 5px; 
  font-size: 15px;
  color: #000000;
  margin: 0; 
}

#addPaymentMethodModal input, 
#addPaymentMethodModal select, 
#addPaymentMethodModal textarea{
    margin-top: 10px;
    margin-bottom: 10px;
}

#addPaymentMethodModal .card.last .item-header,
#addPaymentMethodModal .card.last .item-content{
	background: inherit !important;
}

.modal-content-split-pay {
    background-color: #ffffff;
}

.spPaymentMethodContent {
    padding: 0 15px;
    max-height: 550px;
    min-height: 450px;
    overflow-y: auto;
}

.item-row.actions-split-pay {
	margin-left: 10px;
}

.actions-split-pay .item-row-content-col{
	display: flex;
	flex-wrap: wrap;
	gap:8px;
}

.sp-advance-pm-actions{
	margin-top: 10px;
}

.has-split-pay .content .item-row p.review-data.split-payment-method-data {
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.has-split-pay .review-data .pMethod {
    display: block;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    line-height: 33px;
}

.payment-method-summary {
    text-align: right;
    line-height: 33px;
}

.grid.grid-receipt.split-pay {
    max-width: 980px!important;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0;
}

.split-pay-receipt-total-container {
    display: flex;
    border-radius: 8px;
    background: rgba(34, 75, 154, 0.15);
    padding: 16px;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
    justify-content: space-between;
}

.split-pay-total-summary {
    display: flex;
    gap: 16px;
    align-items: center;
}

.split-pay-total-summary-box {
    text-align: right;
}

.split-pay-total-summary-icon-plus i.fa-plus {
    font-size: 20px;
    color: #585858;    
}

.split-pay-total-summary-icon-equal i.fa-equals {
    font-size: 30px;
    font-weight: bold;
    color: #585858;
}

.split-pay-title {
    font-size: 0.875rem;
    font-weight: 400;
}

.receiptContent p.split-pay-value {
    padding: 0;
    line-height: normal;
    font-size: 1.125rem;
    font-weight: 700;
}

/* updates to table-container.responsiveTable */
@media screen and (max-width: 599px) {
    /* split pay - receipt - start */
    .split-pay-receipt-total-container {   
        flex-direction: column;
    }

    .split-pay-total-summary {
        gap: 8px;
    }

    .split-pay-total-summary-box {
        display: block;    
        flex: 0 0 calc(50% - 32px);
        max-width: calc(50% - 32px);
        text-align: center;
    }

    .split-pay-total-summary-icon-plus i.fa-plus {
        font-size: 20px;
    }

    .split-pay-total-summary-icon-equal i.fa-equals {
        font-size: 30px;
    }

    .receiptContent p.split-pay-value {
        padding: 0;
        line-height: normal;
        font-size: 1.125rem;
        font-weight: 700;
    }

    #split-pay-total-charged-amount.split-pay-total-summary-box {
        width: 100%;
        max-width: 100%;
        flex: 1;
        /*
        flex: 0 0 100%;
        max-width: 100%;*/
    }
    /* split pay - receipt - end */
}

#smsNotifiConsentDiv {
	border: none;
	padding: 5px 0px 15px 25px;
}

#smsNotifiConsentDiv span.standard-label-msg.paymentRadio, .sms-consent-section span.standard-label-msg {
	text-align: left;
	position: relative;
    padding-right: 28px;
}