/* Include Base Sass */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*$ui-colors  : (
    default :    $fountain-blue,
    sucess  :    $downy ,
    error   :    $valencia,
    warning :    $sulu ,
    info    :    $pastel-green
);*/
/* ================= Background Colour Map for a range of buttons 

======================================*/
/* ================= Image Replace 

======================================*/
/* ================= Pseudo Element 

======================================*/
/* ================= Media Query mixin
USE MEDIA QUERY AS FOLLOWS --
    @include respond-to(tiny) {   
        MEDIA SPECIFIC RULES HERE   
    }
======================================*/
.btn-group:after, .split-fields:after, .panel:after, .panel-col:after, .teaser__block-two:after, .util-nav ul:after, .nav__horiz:after, #left-nav-mobile:after, .switch-steps .step-horizontal ol:after, .table-wizard:after {
  content: "";
  display: table;
  clear: both; }

.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form input, .form textarea {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  height: 2.1875em;
  font-family: Arial, sans-serif !important; }

.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }

.padding__vert {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .padding__vert--x2 {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media (max-width: 1024px) {
      .padding__vert--x2 {
        padding-top: 1.25em;
        padding-bottom: 1.25em; } }
  .padding__vert--x4 {
    padding-top: 5em;
    padding-bottom: 5em; }
    @media (max-width: 1024px) {
      .padding__vert--x4 {
        padding-top: 2.5em;
        padding-bottom: 2.5em; } }
.padding__horiz {
  padding-left: 0.625em;
  padding-right: 0.625em; }
  .padding__horiz--x2 {
    padding-left: 1.25em;
    padding-right: 1.25em; }
    @media (max-width: 640px) {
      .padding__horiz--x2 {
        padding-left: 0.625em;
        padding-right: 0.625em; } }
.padding__both {
  padding: 1.25em 0.625em; }
  .padding__both--x2 {
    padding: 2.5em 1.25em; }
    @media (max-width: 640px) {
      .padding__both--x2 {
        padding: 1.25em 0.625em; } }
.padding__bottom {
  padding-bottom: 1.25em; }
  .padding__bottom--x2 {
    padding-bottom: 2.5em; }
    @media (max-width: 640px) {
      .padding__bottom--x2 {
        padding-bottom: 1.25em; } }
.padding__top {
  padding-top: 1.25em; }
  .padding__top--half {
    padding-top: 0.5em; }
  .padding__top--x2 {
    padding-top: 2.5em; }
    @media (max-width: 1024px) {
      .padding__top--x2 {
        padding-top: 1.25em; } }
.padding__aside--right {
  padding-right: 3.125em !important; }
  @media (max-width: 750px) {
    .padding__aside--right {
      padding-right: 10px !important; } }
.padding__aside--left {
  padding-left: 3.125em !important; }
  @media (max-width: 750px) {
    .padding__aside--left {
      padding-left: 10px !important; } }

.trim--three-qtr {
  max-width: 75%; }
  .trim--three-qtr.text-center p {
    margin-right: auto;
    margin-left: auto; }
  @media (max-width: 1024px) {
    .trim--three-qtr {
      max-width: 100%; } }
.trim--two-thirds {
  max-width: 65%; }
  .trim--two-thirds.text-center p {
    margin-right: auto;
    margin-left: auto; }
  @media (max-width: 1024px) {
    .trim--two-thirds {
      max-width: 100%; } }
.trim--half {
  max-width: 50%; }
  .trim--half.text-center p {
    margin-right: auto;
    margin-left: auto; }
  @media (max-width: 1024px) {
    .trim--half {
      max-width: 100%; } }
.trim--one-qtr {
  max-width: 25%; }
  .trim--one-qtr.text-center p {
    margin: 0 auto; }
  @media (max-width: 1024px) {
    .trim--one-qtr {
      max-width: 100%; } }

.narrow-cols .col-6 {
  padding-left: 2.625em;
  padding-right: 2.625em; }
  .narrow-cols .col-6:nth-child(odd) {
    padding-left: 10px; }
  .narrow-cols .col-6:nth-child(even) {
    padding-right: 10px; }
  @media (max-width: 1024px) {
    .narrow-cols .col-6 {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.txt--accent {
  color: #b90054 !important; }
.txt--primary {
  color: #442580 !important; }
.txt--secondary {
  color: #442580 !important; }
.txt--wizard {
  color: #5d8fc0 !important; }
.txt--lt-secondary {
  color: #816dae !important; }
.txt--positive {
  color: #5bc13c !important; }
.txt--dk-grey {
  color: #555555; }
.txt--lt-grey {
  color: #c7c9cb; }
.txt--guide {
  font-style: italic;
  color: #bbbbbb; }
.txt--guide-normal {
  color: #bbbbbb; }
  .txt--guide-normal a {
    text-decoration: underline;
    font-weight: 500; }
.txt--center {
  text-align: center; }
.txt--right {
  text-align: right; }
.txt--sml {
  font-size: 13px; }
  .txt--sml a {
    text-decoration: underline;
    font-weight: 500; }
.txt--med {
  font-size: 14px; }
  .txt--med a {
    text-decoration: underline;
    font-weight: 500; }
.txt--thin {
  font-weight: 500; }
.txt--has-icon:before {
  margin-right: 8px;
  top: 3px;
  position: relative; }

.has-fa-icon:before {
  content: attr(dataicon);
  font-family: 'fontawesome';
  margin-right: 8px;
  font-weight: normal; }
.has-fa-icon--large:before {
  font-size: 22px; }
.has-fa-icon--accent:before {
  color: #b90054; }
.has-fa-icon--secondary:before {
  color: #442580; }
.has-fa-icon--primary:before {
  color: #442580; }

.item-show {
  display: block !important;
  visibility: visible !important; }

.item-hide {
  display: none !important;
  visibility: hidden !important; }

.bkg--white {
  background-color: #ffffff;
  color: #442580; }
.bkg--primary {
  background-color: #edeaf3;
  color: #442580; }
.bkg--primary-dk {
  background-color: #442580;
  color: #ffffff; }
  .bkg--primary-dk a {
    color: #ffffff !important; }
.bkg--secondary {
  background-color: #edeaf3;
  color: #442580; }
.bkg--dk-grey {
  background-color: #d7d8da;
  color: #442580; }
.bkg--lt-grey {
  background-color: #f7f7f7;
  color: #442580; }
.bkg--gen-gradient {
  background: url(/Content/img/bkg-grad-PNIEOL.gif) repeat-x top left #b7acd1; }

.ruled__primary {
  border-width: 2px 0;
  border-style: solid;
  border-color: #b7acd1; }
.ruled__lt-grey {
  border-width: 2px 0;
  border-style: solid;
  border-color: #efeff0; }
.ruled__dk-grey {
  border-width: 2px 0;
  border-style: solid;
  border-color: #d7d8da; }
.ruled__secondary {
  border-width: 2px 0;
  border-style: solid;
  border-color: #b7acd1; }
.ruled--thin {
  border-width: 1px 0; }
.ruled--top {
  border-bottom: 0; }
.ruled--bottom {
  border-top: 0; }

.left-scrim {
  position: relative; }
  .left-scrim:before {
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMTIyMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwNDM3OSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDk4MyIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 18, 33, 0) 25%, rgba(0, 67, 121, 0.4) 92%, rgba(0, 73, 131, 0.4) 100%);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 18, 33, 0) 25%, rgba(0, 67, 121, 0.4) 92%, rgba(0, 73, 131, 0.4) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 18, 33, 0) 25%, rgba(0, 67, 121, 0.4) 92%, rgba(0, 73, 131, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66004983', GradientType=1);
    width: 70px;
    content: '';
    right: 100%;
    z-index: -1; }

.left-scrim--energia {
  position: relative; }
  .left-scrim--energia:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    content: '';
    right: 100%;
    z-index: 2; }

.ico {
  position: relative;
  bottom: -3px;
  font-size: 1.1em;
  margin-right: 8px; }
  .ico--accent {
    color: #b90054; }
  .ico--x2 {
    font-size: 2em; }

.force-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.iframeWrap {
  position: relative;
  padding-bottom: 58%;
  height: 0;
  overflow: hidden; }

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 480px) {
  .hide-xs {
    display: none; } }
@media (max-width: 640px) {
  .hide-s {
    display: none; } }
@media (max-width: 980px) {
  .hide-tab {
    display: none; } }

@media (max-width: 320px) {
  .edit-lnk .ico {
    display: none; } }

.optTxt {
  font-weight: 300;
  font-style: italic; }

.dsp-table {
  display: table;
  width: 100%;
  float: none; }

.dsp-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none; }
  .dsp-cell--top {
    vertical-align: top; }

.gap-amend--x2 {
  top: -2.5em;
  position: relative; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.bordered-box {
  border: 1px solid #bbbbbb;
  border-radius: 4px; }
  .bordered-box h1, .bordered-box h2, .bordered-box h3, .bordered-box .grey-header thead tr td.title span, .grey-header thead tr td.title .bordered-box span, .bordered-box h4, .bordered-box h5, .bordered-box p {
    margin: 0px; }
  .bordered-box--no-border {
    border: 0px; }
  .bordered-box--dk-grey {
    border-color: #bbbbbb; }
  .bordered-box--shadow {
    box-shadow: -1px 26px 19px -19px rgba(85, 85, 85, 0.2); }
  .bordered-box--split {
    position: relative; }
    .bordered-box--split .bolded-list {
      list-style: none;
      margin: 0px;
      padding: 20px 0px; }
      @media (max-width: 980px) {
        .bordered-box--split .bolded-list {
          padding: 0px; } }
      .bordered-box--split .bolded-list li a {
        color: #442580;
        font-weight: 600;
        line-height: 2.5;
        text-decoration: underline;
        font-size: 14px; }
      @media (max-width: 980px) {
        .bordered-box--split .bolded-list li {
          display: inline;
          margin-right: 5px; }
          .bordered-box--split .bolded-list li a {
            line-height: 1.5; }
          .bordered-box--split .bolded-list li:after {
            content: ","; } }
      .bordered-box--split .bolded-list li:last-child:after {
        content: ""; }
    .bordered-box--split:before {
      content: '';
      width: 50%;
      border-left: 1px solid #e6e6e6;
      background-color: #f7f7f7;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 25%;
      right: 0;
      border-radius: 0 5px 5px 0; }
      @media (max-width: 980px) {
        .bordered-box--split:before {
          display: none; } }
  .bordered-box--padding {
    padding: 20px; }

/* Highlight Keywork in search results */
.highlight {
  font-weight: 600;
  color: #b90054; }

/* Turn off number spinners on input type number  */
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; }

.add-paddingr {
  padding-right: 20px !important; }
  @media (max-width: 750px) {
    .add-paddingr {
      padding-right: 10px !important; } }

.add-paddingl {
  padding-left: 20px !important; }
  @media (max-width: 750px) {
    .add-paddingl {
      padding-left: 10px !important; } }

.heightfix {
  height: calc(100vh - 131px);
  background: #fff;
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .heightfix {
      padding-bottom: 75px; } }
  @media only screen and (max-width: 750px) {
    .heightfix {
      min-height: calc(100vh - 111px);
      padding-bottom: 95px; } }
  @media only screen and (max-width: 440px) {
    .heightfix {
      padding-bottom: 120px; } }

.stickyfooter {
  width: 100%;
  position: absolute;
  bottom: 0px; }

html,
body {
  height: 100%; }

.height-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -54px; }

.footer-push {
  clear: both;
  height: 54px; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-weight: 100;
  background-color: #34156d; }
  body.bkg-gradient {
    background-image: -webkit-linear-gradient(bottom left, #34156d 0%, #34156d 48%, #b90054 100%);
    background-image: -o-linear-gradient(bottom left, #34156d 0%, #34156d 48%, #b90054 100%);
    background-image: linear-gradient(to top right, #34156d 0%, #34156d 48%, #b90054 100%);
    background-repeat: no-repeat; }

h1,
h2,
h3,
.grey-header thead tr td.title span {
  margin: 0 0 0.25em;
  font-family: Arial, sans-serif; }
  @media (max-width: 640px) {
    h1,
    h2,
    h3,
    .grey-header thead tr td.title span {
      line-height: 1.2; } }

h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  margin: 0 0 0.25em; }

a {
  text-decoration: none;
  color: #b90054;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  a:hover {
    color: #b90054; }

h1 {
  font-size: 2.9375em;
  line-height: 1.5;
  font-weight: 600; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 2.1875em; } }
  @media (max-width: 320px) {
    h1 {
      font-size: 1.75em; } }

h2 {
  font-size: 2.125em;
  line-height: 1.5; }

h3, .grey-header thead tr td.title span {
  font-size: 1.6875em;
  line-height: 1.5; }

h4 {
  font-size: 1.4375em;
  line-height: 1.5; }

h5 {
  font-size: 1.3125em;
  line-height: 1.5; }

h6 {
  font-size: 1em;
  line-height: 1.5; }

@media (max-width: 640px) {
  h1,
  h2,
  h3,
  .grey-header thead tr td.title span {
    line-height: 1.2; } }

p {
  font-size: 1.0625em;
  line-height: 1.5;
  margin: 0.25em 0 0.75em; }
  p.heading {
    font-size: 1.4375em;
    line-height: 1.25; }
  p.light {
    font-size: 0.875em;
    color: #bbbbbb; }
    p.light a {
      text-decoration: underline; }

hr {
  border-color: transparent;
  background-color: #b90054;
  height: 0px;
  display: block;
  margin-top: 20px; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.energia-lower {
  background-color: #442580; }

/* Include Layout Sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ===========================
ClearFix rule 
-for containers with floated child elements
=========================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* ===========================
Row rule 
- Negative Margin Row, for nesting columns within other columns preventing double margins.
=========================== */
.row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }

/* ===========================
Setup Columns 
- Floating all columns left. 
=========================== */
div[class*=col-],
section[class*=col-],
li[class*=col-],
a[class*=col-] {
  float: left;
  position: relative;
  padding: 0px 10px; }
  div[class*=col-].flush,
  section[class*=col-].flush,
  li[class*=col-].flush,
  a[class*=col-].flush {
    padding: 0; }

div[class*=span-],
section[class*=span-],
li[class*=span-],
a[class*=span-] {
  float: left;
  position: relative;
  padding: 0px 10px; }
  div[class*=span-].flush,
  section[class*=span-].flush,
  li[class*=span-].flush,
  a[class*=span-].flush {
    padding: 0; }

.base {
  margin: auto;
  position: relative;
  width: 95%;
  max-width: 1170px; }
  @media (max-width: 480px) {
    .base {
      max-width: 92%; } }
  .base-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto; }
    .base-fluid--unpadded {
      padding-right: 0;
      padding-left: 0;
      margin-right: auto;
      margin-left: auto; }
      .base-fluid--unpadded > .row {
        margin-right: 0;
        margin-left: 0; }
    .base-fluid__nav, .base-fluid__content {
      float: left;
      position: relative; }
    .base-fluid__nav {
      width: 20%; }
      @media (max-width: 1024px) {
        .base-fluid__nav {
          width: 12%; } }
      @media (max-width: 640px) {
        .base-fluid__nav {
          display: none; } }
    .base-fluid__content {
      width: 80%; }
      @media (max-width: 1024px) {
        .base-fluid__content {
          width: 88%; } }
      @media (max-width: 640px) {
        .base-fluid__content {
          width: 100%; } }
      .base-fluid__content--right {
        float: right; }
    .base-fluid__full-width {
      width: 100%; }
  .base__inner {
    padding-left: 50px;
    width: 95%;
    max-width: 1170px; }
    .base__inner--none {
      max-width: none;
      width: 100%; }
    @media (max-width: 1024px) {
      .base__inner {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; } }
  .base--narrow {
    max-width: 500px;
    margin: auto; }
  @media (max-width: 480px) {
    .base {
      max-width: 92%; } }

@media (max-width: 1024px) {
  .tblcol.col-6 {
    width: 100%; }
    .tblcol.col-6:not(:last-of-type) {
      margin-bottom: 20px; } }

.col-12,
.span-12 {
  width: 100%; }

.col-11,
.span-11 {
  width: 91.66666667%; }

.col-10,
.span-10 {
  width: 83.33333333%; }

.col-9,
.span-9 {
  width: 75%; }

.col-8,
.span-8 {
  width: 66.66666667%; }

.col-7,
.span-7 {
  width: 58.33333333%; }

.col-6,
.span-6 {
  width: 50%; }

.col-5,
.span-5 {
  width: 41.66666667%; }

.col-4,
.span-4 {
  width: 33.33333333%; }

.col-3,
.span-3 {
  width: 25%; }

.col-2,
.span-2 {
  width: 16.66666667%; }

.col-1,
span-1 {
  width: 8.33333333%; }

.col-offset-12 {
  margin-left: 100%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-0 {
  margin-left: 0%; }

@media (max-width: 750px) {
  .col-1,
  .span-1,
  .col-2,
  .span-2,
  .col-3,
  .span-3,
  .col-4,
  .span-4,
  .col-5,
  .span-5,
  .col-6,
  .span-6,
  .col-7,
  .span-7,
  .col-8,
  .span-8,
  .col-9,
  .span-9,
  .col-10,
  .span-10,
  .col-11,
  .span-12,
  .col-12,
  .span-12 {
    width: 100%; }

  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    margin-left: 0%; } }
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 750px) {
  .container-grey .col-6 {
    width: 100%; } }
@media (max-width: 750px) {
  .container-grey .col-3 {
    width: 50%; } }

@media (max-width: 980px) {
  .registration-process div.col-6, .registration-process div.col-3 {
    width: 100%; } }
.form input.wide-1, .form select.wide-1, .form textarea.wide-1, .form .btn.wide-1 {
  width: 8.33333%; }
  @media (max-width: 750px) {
    .form input.wide-1, .form select.wide-1, .form textarea.wide-1, .form .btn.wide-1 {
      width: 100%;
      display: block !important; } }
.form input.wide-2, .form select.wide-2, .form textarea.wide-2, .form .btn.wide-2 {
  width: 16.66667%; }
  @media (max-width: 750px) {
    .form input.wide-2, .form select.wide-2, .form textarea.wide-2, .form .btn.wide-2 {
      width: 100%;
      display: block !important; } }
.form input.wide-3, .form select.wide-3, .form textarea.wide-3, .form .btn.wide-3 {
  width: 25%; }
  @media (max-width: 750px) {
    .form input.wide-3, .form select.wide-3, .form textarea.wide-3, .form .btn.wide-3 {
      width: 100%;
      display: block !important; } }
.form input.wide-4, .form select.wide-4, .form textarea.wide-4, .form .btn.wide-4 {
  width: 33.33333%; }
  @media (max-width: 750px) {
    .form input.wide-4, .form select.wide-4, .form textarea.wide-4, .form .btn.wide-4 {
      width: 100%;
      display: block !important; } }
.form input.wide-5, .form select.wide-5, .form textarea.wide-5, .form .btn.wide-5 {
  width: 41.66667%; }
  @media (max-width: 750px) {
    .form input.wide-5, .form select.wide-5, .form textarea.wide-5, .form .btn.wide-5 {
      width: 100%;
      display: block !important; } }
.form input.wide-6, .form select.wide-6, .form textarea.wide-6, .form .btn.wide-6 {
  width: 50%; }
  @media (max-width: 750px) {
    .form input.wide-6, .form select.wide-6, .form textarea.wide-6, .form .btn.wide-6 {
      width: 100%;
      display: block !important; } }
.form input.wide-7, .form select.wide-7, .form textarea.wide-7, .form .btn.wide-7 {
  width: 58.33333%; }
  @media (max-width: 750px) {
    .form input.wide-7, .form select.wide-7, .form textarea.wide-7, .form .btn.wide-7 {
      width: 100%;
      display: block !important; } }
.form input.wide-8, .form select.wide-8, .form textarea.wide-8, .form .btn.wide-8 {
  width: 66.66667%; }
  @media (max-width: 750px) {
    .form input.wide-8, .form select.wide-8, .form textarea.wide-8, .form .btn.wide-8 {
      width: 100%;
      display: block !important; } }
.form input.wide-9, .form select.wide-9, .form textarea.wide-9, .form .btn.wide-9 {
  width: 75%; }
  @media (max-width: 750px) {
    .form input.wide-9, .form select.wide-9, .form textarea.wide-9, .form .btn.wide-9 {
      width: 100%;
      display: block !important; } }
.form input.wide-10, .form select.wide-10, .form textarea.wide-10, .form .btn.wide-10 {
  width: 83.33333%; }
  @media (max-width: 750px) {
    .form input.wide-10, .form select.wide-10, .form textarea.wide-10, .form .btn.wide-10 {
      width: 100%;
      display: block !important; } }
.form input.wide-11, .form select.wide-11, .form textarea.wide-11, .form .btn.wide-11 {
  width: 91.66667%; }
  @media (max-width: 750px) {
    .form input.wide-11, .form select.wide-11, .form textarea.wide-11, .form .btn.wide-11 {
      width: 100%;
      display: block !important; } }
.form input.wide-12, .form select.wide-12, .form textarea.wide-12, .form .btn.wide-12 {
  width: 100%; }
  @media (max-width: 750px) {
    .form input.wide-12, .form select.wide-12, .form textarea.wide-12, .form .btn.wide-12 {
      width: 100%;
      display: block !important; } }

.wide-1 {
  width: 8.33333%; }
  @media (max-width: 750px) {
    .wide-1 {
      width: 100%;
      display: block !important; } }

.wide-2 {
  width: 16.66667%; }
  @media (max-width: 750px) {
    .wide-2 {
      width: 100%;
      display: block !important; } }

.wide-3 {
  width: 25%; }
  @media (max-width: 750px) {
    .wide-3 {
      width: 100%;
      display: block !important; } }

.wide-4 {
  width: 33.33333%; }
  @media (max-width: 750px) {
    .wide-4 {
      width: 100%;
      display: block !important; } }

.wide-5 {
  width: 41.66667%; }
  @media (max-width: 750px) {
    .wide-5 {
      width: 100%;
      display: block !important; } }

.wide-6 {
  width: 50%; }
  @media (max-width: 750px) {
    .wide-6 {
      width: 100%;
      display: block !important; } }

.wide-7 {
  width: 58.33333%; }
  @media (max-width: 750px) {
    .wide-7 {
      width: 100%;
      display: block !important; } }

.wide-8 {
  width: 66.66667%; }
  @media (max-width: 750px) {
    .wide-8 {
      width: 100%;
      display: block !important; } }

.wide-9 {
  width: 75%; }
  @media (max-width: 750px) {
    .wide-9 {
      width: 100%;
      display: block !important; } }

.wide-10 {
  width: 83.33333%; }
  @media (max-width: 750px) {
    .wide-10 {
      width: 100%;
      display: block !important; } }

.wide-11 {
  width: 91.66667%; }
  @media (max-width: 750px) {
    .wide-11 {
      width: 100%;
      display: block !important; } }

.wide-12 {
  width: 100%; }
  @media (max-width: 750px) {
    .wide-12 {
      width: 100%;
      display: block !important; } }

/* Include Module Sass */
.btn,
.btn-sml {
  color: white;
  background-color: #d6d6d6;
  box-shadow: inset 0 0 0 0 #d6d6d6;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  margin-right: 16px;
  font-weight: 500; }
  .btn:hover,
  .btn-sml:hover {
    color: #ffffff; }

.btn:hover,
.btn-sml:hover {
  box-shadow: inset 0 -100px 0 0 #8c8c8c; }
.btn:last-child,
.btn-sml:last-child {
  margin-right: 0; }
.btn--square,
.btn-sml--square {
  border-radius: 0; }
.btn .ico,
.btn-sml .ico {
  position: relative;
  bottom: -2px;
  margin-right: 10px; }
  .btn .ico-solo,
  .btn-sml .ico-solo {
    position: relative;
    bottom: -2px;
    margin-right: 0; }
@media (max-width: 480px) {
  .btn,
  .btn-sml {
    width: 100%; } }
@media (max-width: 640px) {
  .btn:not(:last-child),
  .btn-sml:not(:last-child) {
    margin-bottom: 10px; } }

.btn {
  padding: 12px 25px 12px;
  font-size: 16px;
  display: inline-block; }
  .btn-right {
    float: right; }
  .btn-left {
    float: left; }
  .btn-inline {
    display: inline; }
  .btn-jumbo {
    font-size: 21px;
    font-weight: 700;
    height: auto; }
  .btn-med {
    font-size: 17px;
    font-weight: 600;
    height: auto; }
  .btn-block {
    display: block; }

.btn-sml {
  padding: 10px 20px;
  font-size: 15px; }

.btn-green {
  background: #7fbf5e;
  border: 2px solid #579f31; }
  .btn-green:hover {
    background: #579f31;
    box-shadow: none; }

.btn--accent {
  background-color: #b90054 !important;
  border-color: #9a0046 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 0 #b90054 !important; }
  .btn--accent:hover {
    box-shadow: inset 0 -100px 0 0 #9a0046 !important; }

.btn-outline--accent {
  background-color: #ffffff !important;
  color: #b90054 !important;
  border: 2px solid !important;
  border-color: rgba(185, 0, 84, 0.25) !important;
  box-shadow: inset 0 0 0 0 #b90054 !important;
  font-weight: 700 !important; }
  .btn-outline--accent:hover {
    border-color: #b90054;
    box-shadow: inset 0 -100px 0 0 #b90054;
    color: #ffffff; }

.btn-ghost--accent {
  background-color: transparent !important;
  color: #b90054 !important;
  border: 2px solid !important;
  border-color: rgba(185, 0, 84, 0.75) !important;
  box-shadow: inset 0 0 0 0 #b90054 !important;
  font-weight: 700 !important; }
  .btn-ghost--accent:hover {
    border-color: #b90054 !important;
    box-shadow: inset 0 -100px 0 0 #b90054;
    color: #ffffff; }

.btn--primary {
  background-color: #442580 !important;
  border-color: #371e68 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 0 #442580 !important; }
  .btn--primary:hover {
    box-shadow: inset 0 -100px 0 0 #371e68 !important; }

.btn-outline--primary {
  background-color: #ffffff !important;
  color: #442580 !important;
  border: 2px solid !important;
  border-color: rgba(68, 37, 128, 0.25) !important;
  box-shadow: inset 0 0 0 0 #442580 !important;
  font-weight: 700 !important; }
  .btn-outline--primary:hover {
    border-color: #442580;
    box-shadow: inset 0 -100px 0 0 #442580;
    color: #ffffff; }

.btn-ghost--primary {
  background-color: transparent !important;
  color: #442580 !important;
  border: 2px solid !important;
  border-color: rgba(68, 37, 128, 0.75) !important;
  box-shadow: inset 0 0 0 0 #442580 !important;
  font-weight: 700 !important; }
  .btn-ghost--primary:hover {
    border-color: #442580 !important;
    box-shadow: inset 0 -100px 0 0 #442580;
    color: #ffffff; }

.btn--secondary {
  background-color: #442580 !important;
  border-color: #371e68 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 0 #442580 !important; }
  .btn--secondary:hover {
    box-shadow: inset 0 -100px 0 0 #371e68 !important; }

.btn-outline--secondary {
  background-color: #ffffff !important;
  color: #442580 !important;
  border: 2px solid !important;
  border-color: rgba(68, 37, 128, 0.25) !important;
  box-shadow: inset 0 0 0 0 #442580 !important;
  font-weight: 700 !important; }
  .btn-outline--secondary:hover {
    border-color: #442580;
    box-shadow: inset 0 -100px 0 0 #442580;
    color: #ffffff; }

.btn-ghost--secondary {
  background-color: transparent !important;
  color: #442580 !important;
  border: 2px solid !important;
  border-color: rgba(68, 37, 128, 0.75) !important;
  box-shadow: inset 0 0 0 0 #442580 !important;
  font-weight: 700 !important; }
  .btn-ghost--secondary:hover {
    border-color: #442580 !important;
    box-shadow: inset 0 -100px 0 0 #442580;
    color: #ffffff; }

.btn--positive {
  background-color: #5bc13c !important;
  border-color: #50aa35 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 0 #5bc13c !important; }
  .btn--positive:hover {
    box-shadow: inset 0 -100px 0 0 #50aa35 !important; }

.btn-outline--positive {
  background-color: #ffffff !important;
  color: #5bc13c !important;
  border: 2px solid !important;
  border-color: rgba(91, 193, 60, 0.25) !important;
  box-shadow: inset 0 0 0 0 #5bc13c !important;
  font-weight: 700 !important; }
  .btn-outline--positive:hover {
    border-color: #5bc13c;
    box-shadow: inset 0 -100px 0 0 #5bc13c;
    color: #ffffff; }

.btn-ghost--positive {
  background-color: transparent !important;
  color: #5bc13c !important;
  border: 2px solid !important;
  border-color: rgba(91, 193, 60, 0.75) !important;
  box-shadow: inset 0 0 0 0 #5bc13c !important;
  font-weight: 700 !important; }
  .btn-ghost--positive:hover {
    border-color: #5bc13c !important;
    box-shadow: inset 0 -100px 0 0 #5bc13c;
    color: #ffffff; }

.btn--dk-grey {
  background-color: #555555 !important;
  border-color: #464646 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 0 #555555 !important; }
  .btn--dk-grey:hover {
    box-shadow: inset 0 -100px 0 0 #464646 !important; }

.btn-outline--dk-grey {
  background-color: #ffffff !important;
  color: #555555 !important;
  border: 2px solid !important;
  border-color: rgba(85, 85, 85, 0.25) !important;
  box-shadow: inset 0 0 0 0 #555555 !important;
  font-weight: 700 !important; }
  .btn-outline--dk-grey:hover {
    border-color: #555555;
    box-shadow: inset 0 -100px 0 0 #555555;
    color: #ffffff; }

.btn-ghost--dk-grey {
  background-color: transparent !important;
  color: #555555 !important;
  border: 2px solid !important;
  border-color: rgba(85, 85, 85, 0.75) !important;
  box-shadow: inset 0 0 0 0 #555555 !important;
  font-weight: 700 !important; }
  .btn-ghost--dk-grey:hover {
    border-color: #555555 !important;
    box-shadow: inset 0 -100px 0 0 #555555;
    color: #ffffff; }

.btn--lt-grey {
  background-color: #d7d8da !important;
  border-color: #c7c9cb !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 0 #d7d8da !important; }
  .btn--lt-grey:hover {
    box-shadow: inset 0 -100px 0 0 #c7c9cb !important; }

.btn-outline--lt-grey {
  background-color: #ffffff !important;
  color: #d7d8da !important;
  border: 2px solid !important;
  border-color: rgba(215, 216, 218, 0.25) !important;
  box-shadow: inset 0 0 0 0 #d7d8da !important;
  font-weight: 700 !important; }
  .btn-outline--lt-grey:hover {
    border-color: #d7d8da;
    box-shadow: inset 0 -100px 0 0 #d7d8da;
    color: #ffffff; }

.btn-ghost--lt-grey {
  background-color: transparent !important;
  color: #d7d8da !important;
  border: 2px solid !important;
  border-color: rgba(215, 216, 218, 0.75) !important;
  box-shadow: inset 0 0 0 0 #d7d8da !important;
  font-weight: 700 !important; }
  .btn-ghost--lt-grey:hover {
    border-color: #d7d8da !important;
    box-shadow: inset 0 -100px 0 0 #d7d8da;
    color: #ffffff; }

.btn--sec-white {
  background-color: #e5eef6 !important;
  border-color: white !important;
  color: #442580 !important;
  box-shadow: inset 0 0 0 0 #e5eef6 !important; }
  .btn--sec-white:hover {
    box-shadow: inset 0 -100px 0 0 white !important; }

.btn-outline--sec-white {
  background-color: #442580 !important;
  color: #e5eef6 !important;
  border: 2px solid !important;
  border-color: rgba(229, 238, 246, 0.25) !important;
  box-shadow: inset 0 0 0 0 #e5eef6 !important;
  font-weight: 700 !important; }
  .btn-outline--sec-white:hover {
    border-color: #e5eef6;
    box-shadow: inset 0 -100px 0 0 #e5eef6;
    color: #442580; }

.btn-ghost--sec-white {
  background-color: transparent !important;
  color: #e5eef6 !important;
  border: 2px solid !important;
  border-color: rgba(229, 238, 246, 0.75) !important;
  box-shadow: inset 0 0 0 0 #e5eef6 !important;
  font-weight: 700 !important; }
  .btn-ghost--sec-white:hover {
    border-color: #e5eef6 !important;
    box-shadow: inset 0 -100px 0 0 #e5eef6;
    color: #442580; }

.btn-large-outline {
  padding: 10px 50px;
  border: 3px solid #b90054;
  display: inline-block;
  border-radius: 60px;
  font-weight: 700;
  font-size: 30px; }

.btn-full-width.btn,
.btn-full-width.btn-sml {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

.btn-blank {
  box-shadow: none;
  color: #442580;
  background-color: transparent;
  text-decoration: underline; }
  .btn-blank:hover {
    box-shadow: none;
    color: #371e68;
    background-color: transparent; }

.btn-group--right {
  text-align: right; }
.btn-group__next-step {
  padding-top: 50px; }

@media (max-width: 640px) {
  .btn-group .btn-inline {
    display: block; } }

.btn-disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
  opacity: 0.2 !important;
  cursor: not-allowed !important; }
  .btn-disabled:hover {
    border-color: #343434 !important;
    background-color: #343434 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: none !important; }

.toggle-btns {
  display: table;
  width: 100%; }
  .toggle-btns-item {
    display: table-cell; }
    .toggle-btns-item button {
      width: 100%;
      color: #442580;
      font-weight: 500;
      background: #f7f7f7;
      border: 1px solid #e6e6e6;
      border-right: 0;
      min-height: 44px; }
      .toggle-btns-item button.selected {
        background: #442580;
        border-color: #371e68;
        color: #ffffff; }
    .toggle-btns-item:first-of-type button {
      border-right: 1px solid #e6e6e6;
      border-radius: 3px 0 0 3px; }
      .toggle-btns-item:first-of-type button.selected {
        border-color: #371e68; }
    .toggle-btns-item:last-of-type button {
      border-right: 1px solid #e6e6e6;
      border-radius: 0 3px 3px 0; }
      .toggle-btns-item:last-of-type button.selected {
        border-color: #371e68; }

@media (max-width: 640px) {
  .btn-group a.btn {
    margin-right: 0px; } }

@media only screen and (max-width: 667px) {
  .btn-row a.btn {
    width: 100%; } }
.form .text-right {
  text-align: right; }
  @media (max-width: 750px) {
    .form .text-right {
      text-align: left; } }
.form .row {
  margin-top: 15px;
  margin-bottom: 15px; }
.form label,
.form h5 {
  font-weight: 700;
  margin-top: 15px;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative; }
.form input {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: 45px;
  padding: 0 10px; }
  @media (max-width: 750px) {
    .form input {
      margin-top: 0; } }
  .form input.inline {
    display: inline; }
  .form input.large {
    width: 80%; }
    @media (max-width: 1024px) {
      .form input.large {
        width: 80%; } }
  .form input.medium {
    width: 50%; }
  .form input.short {
    width: 35%; }
  .form input.tiny {
    width: 15%; }
  .form input:disabled {
    color: rgba(68, 37, 128, 0.5) !important; }
  .form input.no-margin {
    margin-bottom: 5px; }
    @media (max-width: 750px) {
      .form input.no-margin {
        margin-bottom: 20px; } }
.form .input-tag {
  display: block;
  position: relative; }
  .form .input-tag::before {
    font-size: 20px !important;
    color: #442580 !important;
    content: attr(data-tag) !important;
    position: absolute;
    right: 10px !important;
    top: 10px !important;
    font-weight: 600; }
  .form .input-tag input {
    padding-right: 55px; }
.form .input-date input {
  max-width: 65px; }
.form textarea {
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  padding: 10px;
  margin-top: -10px; }
  @media (max-width: 750px) {
    .form textarea {
      margin-top: 0; } }
.form .radio-button label {
  margin-right: 30px;
  float: left; }
.form .label {
  font-size: 0.9375em;
  line-height: 1.5;
  margin: 0 0 5px; }
.form h6 {
  font-weight: 700; }
.form fieldset {
  border: 0;
  padding: 0; }
.form legend {
  font-weight: 700;
  margin-bottom: 10px; }
.form__general {
  margin-top: 50px; }
.form__membership {
  margin-top: 25px; }
.form .c-btn-sml {
  padding: 10px 25px 9px; }
@media (max-width: 640px) {
  .form.discount-code.text-right {
    text-align: left; }
  .form.discount-code b {
    display: block; }
  .form.discount-code input.medium {
    float: left;
    width: 70%;
    max-width: none;
    margin-right: 0; }
  .form.discount-code .c-btn-sml {
    float: right;
    width: 27%;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  .form.discount-code .footnote {
    display: block;
    float: left;
    font-size: 12px; } }
@media (max-width: 750px) {
  .form__login .btn {
    width: 100%;
    text-align: center; } }
.form__login .forgotten-links a {
  display: inline-block; }
.form__login .forgotten-links a:not(:last-of-type) {
  margin-right: 20px; }
.form .el-right {
  float: right;
  width: 48%; }
  @media (max-width: 750px) {
    .form .el-right {
      width: 100%;
      float: none; } }
.form .el-left {
  float: left;
  width: 48%; }
  @media (max-width: 750px) {
    .form .el-left {
      width: 100%;
      float: none; } }
.form ul {
  padding-left: 17px; }
  .form ul.light li {
    font-size: 0.875em;
    color: #888888; }
    .form ul.light li a {
      text-decoration: underline; }

.address__option {
  border: 2px solid #464646;
  padding: 20px;
  border-radius: 3px;
  margin: 20px 0;
  color: #464646;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .address__option .address__detail {
    margin-bottom: 0;
    display: none;
    padding-left: 35px;
    padding-top: 40px; }
    @media (max-width: 640px) {
      .address__option .address__detail {
        padding-left: 0; } }
    .address__option .address__detail--tag {
      display: inline-block;
      background: #442580;
      color: #ffffff;
      font-size: 12px;
      padding: 4px 5px 2px;
      margin-bottom: 5px; }
    .address__option .address__detail--info {
      display: block; }
  .address__option--open {
    border-color: #888888;
    color: #888888; }
  .address__option:hover {
    border-color: #888888;
    color: #888888; }

.radio-btns,
.checkboxes {
  text-align: left;
  border: 1px solid transparent; }
  .radio-btns label,
  .checkboxes label {
    cursor: pointer;
    margin: 10px 20px 10px 45px;
    display: inline-block; }
    .radio-btns label.stacked,
    .checkboxes label.stacked {
      display: block; }
  .radio-btns .light,
  .checkboxes .light {
    font-weight: 300; }

.error {
  display: none;
  font-size: 14px;
  padding-top: 5px;
  padding: 5px;
  border-radius: 3px;
  max-width: 500px; }

.incomplete .error {
  display: block;
  margin-top: -5px;
  margin-bottom: 20px; }
.incomplete input {
  border-width: 2px; }

.hint {
  position: relative; }
  .hint:after {
    content: '?';
    display: inline-block;
    position: relative;
    background-color: #816dae;
    width: 21px;
    text-align: center;
    color: white;
    border-radius: 50%;
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    cursor: help; }
  .hint:hover {
    color: #371e68; }
    .hint:hover input {
      color: #555555; }
  .hint input {
    max-width: 245px; }
    .hint input.large {
      max-width: 450px; }
      @media (max-width: 1024px) {
        .hint input.large {
          max-width: 360px; } }
      @media (max-width: 640px) {
        .hint input.large {
          max-width: 80%; } }
  .hint__tip {
    position: absolute;
    left: 100%;
    margin-left: 25px;
    width: 250px;
    background-color: #442580;
    padding: 1.25em;
    color: #ffffff;
    line-height: 1.3;
    border-radius: 3px;
    top: -25px;
    display: none;
    z-index: 1;
    font-size: 14px; }
    .hint__tip:after {
      right: 100%;
      top: 35px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #442580;
      border-width: 8px;
      margin-top: -8px; }
    @media (max-width: 750px) {
      .hint__tip {
        right: -10px;
        left: auto;
        top: auto;
        bottom: 160%; }
        .hint__tip:after {
          right: 11px;
          top: auto;
          bottom: -15px;
          border-right-color: transparent;
          border-top-color: #442580; } }
    @media (max-width: 640px) {
      .hint__tip {
        right: -78px;
        left: auto;
        top: auto;
        bottom: 190%;
        width: 170px; }
        .hint__tip:after {
          right: 80px;
          top: auto; } }
    .hint__tip p {
      margin: 0; }

.wrapper {
  position: relative;
  width: 95%; }

.dropdown {
  background: url("/Content/img/icon-down-arrow.png") no-repeat right center #f0ecfa;
  overflow: hidden;
  border: 1px solid #e0d8f5;
  width: 100%; }
  .dropdown:hover {
    cursor: pointer; }
  .dropdown--wizard {
    border: 0px;
    color: #442580;
    background: url("/Content/img/icon-down-arrow-blue.png") no-repeat right center #f0ecfa; }
    .dropdown--wizard select {
      padding: 0 10px 0 5px !important;
      font-size: 20px; }
  .dropdown--white {
    background: url("/Content/img/icon-down-arrow-grey.png") no-repeat right center #ffffff; }
    .dropdown--white__lrg select {
      font-size: 18px;
      height: 50px;
      padding-left: 20px !important; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 0 25px 0 5px;
  text-indent: 0.01px;
  text-overflow: "";
  background: transparent;
  border-color: #d1d1d1;
  font-size: 15px;
  height: 48px; }
  select:hover {
    cursor: pointer; }

span.field-validation-error {
  display: block;
  color: #dc3135;
  font-size: 0.9375em;
  margin-bottom: 0.25em;
  position: relative; }

.input-validation-error {
  border: 1px solid #dc3135 !important; }

.reg_page_error {
  display: block;
  color: #dc3135;
  font-size: 0.9375em;
  margin: 0.3125em 0;
  position: relative;
  border: 1px solid #dc3135;
  background-color: rgba(232, 119, 121, 0.2);
  padding: 15px;
  border-radius: 3px; }

/* This hides dropdown button arrow in IE */
select::-ms-expand {
  display: none; }

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.split-fields--2, .split-fields--3, .split-fields--4, .split-fields--6, .split-fields--8, .split-fields--9 {
  float: left;
  padding: 0 5px; }
  .split-fields--2:first-of-type, .split-fields--3:first-of-type, .split-fields--4:first-of-type, .split-fields--6:first-of-type, .split-fields--8:first-of-type, .split-fields--9:first-of-type {
    padding-left: 0; }
  .split-fields--2:last-of-type, .split-fields--3:last-of-type, .split-fields--4:last-of-type, .split-fields--6:last-of-type, .split-fields--8:last-of-type, .split-fields--9:last-of-type {
    padding-right: 0; }

.split-fields input {
  margin-bottom: 0; }
.split-fields--2 {
  width: 16.66666%; }
.split-fields--3 {
  width: 25%; }
.split-fields--4 {
  width: 33.3333333%; }
  @media (max-width: 750px) {
    .split-fields--4 {
      width: 50%; } }
.split-fields--6 {
  width: 50%; }
.split-fields--8 {
  width: 66.666666%; }
.split-fields--9 {
  width: 75%; }

.additional {
  background: #f0ecfa;
  border: 1px solid #d0c4ef;
  border-radius: 3px;
  position: relative;
  margin-top: 30px; }
  .additional-info, .additional-terms {
    padding: 20px; }
  .additional-terms {
    border-top: 1px solid #d0c4ef;
    background: #e0d8f5;
    font-size: 14px; }
  .additional:after, .additional:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .additional:after {
    border-color: rgba(235, 240, 246, 0);
    border-bottom-color: #EBF0F6;
    border-width: 15px;
    margin-left: -15px; }
  .additional:before {
    border-color: rgba(200, 214, 230, 0);
    border-bottom-color: #C8D6E6;
    border-width: 16px;
    margin-left: -16px; }

.quick-contact-form {
  max-width: 500px; }
  .quick-contact-form textarea {
    margin-top: 0; }
  .quick-contact-form .btn-group {
    margin-top: 20px; }

.formblock .icheckbox_square-orange,
.formblock .iradio_square-orange {
  margin-left: 0px !important; }
.formblock label {
  font-size: 16px !important; }
.formblock table tr td,
.formblock table tr th {
  border: 0px !important; }
.formblock textarea {
  margin-top: auto !important;
  background: #f0ecfa; }
.formblock input[type=text] {
  background: #f0ecfa; }
.formblock .select {
  background: url("/Content/img/icon-down-arrow.png") no-repeat right center #f0ecfa !important;
  overflow: hidden !important;
  border: 1px solid #e0d8f5 !important;
  width: 100% !important; }
  .formblock .select:hover {
    cursor: pointer !important; }

.inactive-opac {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.panel, .panel-col:after {
  border-radius: 5px;
  background-color: white;
  color: #555555;
  -webkit-box-shadow: 0 0 15px rgba(85, 85, 85, 0.8) ;
  -moz-box-shadow: 0 0 15px rgba(85, 85, 85, 0.8) ;
  box-shadow: 0 0 15px rgba(85, 85, 85, 0.8) ;
  padding: 30px 20px;
  position: relative;
  font-weight: 500; }

.panel {
  margin: 0 10px; }
  .panel .baselink {
    display: block;
    color: #442580;
    text-decoration: underline;
    font-size: 0.875em;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 1em 0 0; }
    @media (max-width: 640px) {
      .panel .baselink {
        text-align: center; } }
    .panel .baselink--related {
      margin-top: 0;
      padding-top: 0; }
  .panel h4 {
    font-weight: 900;
    font-family: Arial, sans-serif; }
  .panel__login:before {
    content: '';
    width: 50%;
    border-left: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0; }
    @media (max-width: 1024px) {
      .panel__login:before {
        width: 59%;
        left: 41%; } }
    @media (max-width: 640px) {
      .panel__login:before {
        display: none; } }
  .panel__login .col-6:nth-child(odd) {
    padding-right: 40px; }
    @media (max-width: 1024px) {
      .panel__login .col-6:nth-child(odd) {
        width: 40%; } }
    @media (max-width: 640px) {
      .panel__login .col-6:nth-child(odd) {
        width: 100%;
        padding-right: 10px; } }
  .panel__login .col-6:nth-child(even) {
    padding-left: 40px; }
    @media (max-width: 1024px) {
      .panel__login .col-6:nth-child(even) {
        width: 60%; } }
    @media (max-width: 640px) {
      .panel__login .col-6:nth-child(even) {
        width: 100%;
        padding-left: 10px; } }
  @media (max-width: 640px) {
    .panel__login .btn {
      width: 100%;
      text-align: center; } }
  .panel__ghost {
    background-color: rgba(237, 234, 243, 0.25);
    box-shadow: none;
    border: 3px solid rgba(237, 234, 243, 0.3);
    color: #ffffff; }
  .panel-col {
    color: #555555;
    padding: 30px 50px !important;
    font-weight: 500; }
    @media (max-width: 640px) {
      .panel-col {
        padding: 30px 30px !important; } }
    .panel-col h3, .panel-col .grey-header thead tr td.title span, .grey-header thead tr td.title .panel-col span {
      font-family: Arial, sans-serif;
      font-size: 1.875em; }
    .panel-col table td {
      display: block;
      width: 100%; }
      .panel-col table td:not(:last-child) {
        border-bottom: 1px solid #d7d8da !important; }
    .panel-col table.tbl-regular thead td {
      border-bottom: 1px solid #d7d8da !important; }
    .panel-col table.tbl-regular td {
      display: table-cell; }
    .panel-col #COT-commence-date thead td {
      border-bottom: 0 !important; }
    .panel-col a:not(.btn):not(.txt--accent) {
      color: #442580; }
      .panel-col a:not(.btn):not(.txt--accent):hover {
        color: #371e68; }
    .panel-col h4.ico {
      padding-left: 80px;
      max-width: 80%;
      font-size: 23px;
      line-height: 1.2;
      font-weight: 900;
      margin-top: 20px; }
      .panel-col h4.ico:before {
        font-size: 60px;
        color: #b90054;
        position: absolute;
        left: 0px;
        top: -4px; }
    .panel-col:after {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 0;
      bottom: 0;
      display: block;
      z-index: -1; }
    .panel-col .dropdown {
      height: 50px;
      width: 100%;
      float: none;
      border: 1px solid #b7acd1;
      border-radius: 5px; }
    .panel-col .ico-tbl-title {
      position: relative;
      padding-left: 38px;
      display: block;
      padding-top: 5px; }
      .panel-col .ico-tbl-title:before {
        color: #442580;
        font-size: 30px;
        position: absolute;
        top: 0;
        left: 0; }
    .switch-supply .panel-col {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }

@media (max-width: 640px) {
  .panel.panel__split.panel__login {
    padding: 0;
    background-color: transparent;
    box-shadow: none; } }
@media (max-width: 640px) {
  .panel.panel__split.panel__login .col-6 {
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(85, 85, 85, 0.8);
    -moz-box-shadow: 0 0 15px rgba(85, 85, 85, 0.8);
    box-shadow: 0 0 15px rgba(85, 85, 85, 0.8);
    padding: 30px 20px;
    margin: 20px 0; } }

.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 20px; }
  .bullets li {
    position: relative; }
    .bullets li:before {
      position: absolute;
      left: -15px;
      top: 9px;
      background-color: #442580;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      content: ''; }
  .bullets ul {
    list-style: none; }
    .bullets ul li:before {
      background-color: transparent;
      border: 1px #442580 solid; }
  .bullets.pinklist li:before {
    background-color: #b90054; }
  .bullets.pinklist ul {
    list-style: none; }
    .bullets.pinklist ul li:before {
      background-color: transparent;
      border: 1px #b90054 solid; }
  .bullets.greylist li:before {
    background-color: #555555; }
  .bullets.greylist ul {
    list-style: none; }
    .bullets.greylist ul li:before {
      background-color: transparent;
      border: 1px #555555 solid; }

.checklist {
  list-style: none;
  margin: 30px 0;
  padding: 0; }
  .checklist li {
    margin: 0;
    padding: 0;
    font-weight: 700;
    position: relative;
    margin: 20px 0 20px 40px; }
    .checklist li:before {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      background: url("/Content/img/icon-checklist.svg") no-repeat 100% 100% transparent;
      background-size: 100% 100%;
      left: -40px;
      top: -2px; }
  .checklist--blue li:before {
    background: url("/Content/img/icon-checklist-blue.svg");
    top: -2px; }
  .checklist--wizard li {
    font-size: 18px;
    font-weight: 500; }

ol {
  counter-reset: custom-counter;
  padding: 0;
  list-style: none; }
  ol li:before {
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 7px;
    color: #442580; }
  ol ol {
    margin-left: 20px; }
    ol ol li:before {
      font-weight: 300; }
  ol.pinknumbers li:before {
    color: #b90054; }
  ol.greynumbers li:before {
    color: #555555; }

.numberedlist {
  counter-reset: custom-counter;
  padding: 0;
  list-style: none;
  margin: 30px 0; }
  .numberedlist li {
    margin: 0;
    padding: 0;
    position: relative;
    margin: 20px 0 20px 40px; }
    .numberedlist li:before {
      content: counter(custom-counter);
      counter-increment: custom-counter;
      color: #ffffff;
      background-color: #b90054;
      min-height: 30px;
      width: 30px;
      left: -40px;
      top: -5px;
      display: block;
      position: absolute;
      margin: 0;
      text-align: center;
      border-radius: 50%;
      font-size: 0.875em;
      font-weight: 700;
      padding-top: 5px; }

.teaser__text {
  display: table; }
  @media (max-width: 640px) {
    .teaser__text {
      display: block; } }
  .teaser__text h2 {
    font-weight: 400;
    letter-spacing: -2px; }
    @media (max-width: 750px) {
      .teaser__text h2 {
        font-size: 1.75em; } }
  .teaser__text p {
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 300; }
  .teaser__text--right {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 30%;
    text-align: center; }
    @media (max-width: 750px) {
      .teaser__text--right {
        width: 40%;
        text-align: right;
        vertical-align: bottom; }
        .teaser__text--right .btn {
          margin-bottom: 20px; } }
    @media (max-width: 640px) {
      .teaser__text--right {
        display: block;
        width: 100%; } }
  .teaser__text--left {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    height: 100%; }
    @media (max-width: 640px) {
      .teaser__text--left {
        display: block;
        width: 100%; } }
  .teaser__text .btn {
    background-color: #edeaf3;
    border-color: #edeaf3;
    color: #b90054 !important;
    box-shadow: inset 0 0 0 0 #edeaf3;
    min-width: 60%;
    text-align: center;
    font-weight: 600;
    font-size: 1.125em; }
    @media (max-width: 640px) {
      .teaser__text .btn {
        width: 100%;
        margin: 10px 0 0; } }
    .teaser__text .btn:hover {
      box-shadow: inset 0 -100px 0 0 #b7acd1;
      color: white; }
.teaser__block {
  position: relative;
  margin-bottom: 20px;
  display: block; }
  .teaser__block .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-left: 10px solid #442580;
    padding: 0 20px 20px; }
    .teaser__block .txt p {
      color: #ffffff !important; }
  .teaser__block h5 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    line-height: 1.2; }
    @media (max-width: 750px) {
      .teaser__block h5 {
        font-size: 20px; } }
  .teaser__block p,
  .teaser__block .tlink {
    color: #ffffff;
    font-size: 18px;
    margin: 10px 0 0 0;
    max-width: 350px;
    line-height: 1.2; }
  .teaser__block .tlink {
    color: #816dae;
    font-weight: 600;
    font-size: 17px;
    display: block; }
  .teaser__block--accent .txt {
    border-color: #b90054; }
  .teaser__block--accent a {
    color: #b90054; }
  .teaser__block:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, transparent 0%, transparent 26%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 26%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 26%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }
  .span-3 .teaser__block h5 {
    font-size: 20px; }
  .span-3 .teaser__block p {
    display: none; }
  .span-3 .teaser__block .txt {
    padding: 0 10px 10px; }
  @media (max-width: 1170px) {
    .span-5 .teaser__block p, .span-4 .teaser__block p {
      display: none; } }
  .span-6 .teaser__block h5 {
    font-size: 34px; }
  @media (max-width: 1024px) {
    .span-6 .teaser__block h5 {
      font-size: 26px; } }
  @media (max-width: 750px) {
    .span-6 .teaser__block h5 {
      font-size: 25px; } }
  @media (max-width: 640px) {
    .span-6 .teaser__block h5 {
      font-size: 22px; } }
  .span-12 .teaser__block:after {
    display: none; }
  .span-12 .teaser__block h5 {
    position: static; }
  .span-12 .teaser__block h5 {
    border-left: 0;
    color: #442580;
    width: 70%;
    padding-bottom: 0;
    font-size: 40px;
    float: left;
    padding-top: 35px; }
  .span-12 .teaser__block img {
    width: 20%;
    float: left;
    border-right: 10px solid #b90054; }
  @media (max-width: 1024px) {
    .span-12 .teaser__block h5 {
      font-size: 30px;
      padding-top: 15px; } }
  @media (max-width: 750px) {
    .span-12 .teaser__block h5 {
      font-size: 25px;
      padding-top: 10px; }
    .span-12 .teaser__block img {
      border-width: 5px; } }
  @media (max-width: 640px) {
    .span-12 .teaser__block h5 {
      color: #ffffff;
      position: absolute;
      font-size: 30px;
      bottom: 0;
      left: 0;
      margin: 0;
      padding-left: 20px;
      padding-bottom: 20px;
      padding-top: 0; }
    .span-12 .teaser__block:after {
      display: none; } }
  .col-3 .span-12 .teaser__block {
    margin-bottom: 20px; }
    .col-3 .span-12 .teaser__block h5 {
      color: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 21px;
      border-left: 8px solid #b90054;
      margin: 0;
      padding: 10px 20px;
      line-height: 1.2;
      z-index: 2;
      width: 100%; }
    .col-3 .span-12 .teaser__block img {
      width: 100%;
      float: none;
      border-right: 0; }
    .col-3 .span-12 .teaser__block:after {
      display: block; }
  .col-3 .teaser__block {
    margin-bottom: 20px; }
    .col-3 .teaser__block h5 {
      color: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 21px;
      border-left: 8px solid #b90054;
      margin: 0;
      padding: 10px 20px;
      line-height: 1.2;
      z-index: 2;
      width: 100%; }
    .col-3 .teaser__block img {
      width: 100%;
      float: none;
      border-right: 0; }
    .col-3 .teaser__block:after {
      display: block; }
  .teaser__block--alt-colour h5 {
    border-color: #442580 !important; }
.teaser__block-two {
  border-radius: 5px;
  background-color: #442580;
  overflow: hidden;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 750px) {
    .teaser__block-two {
      min-height: 310px; } }
  .teaser__block-two .teaser-img {
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    @media (max-width: 750px) {
      .teaser__block-two .teaser-img {
        width: 100%; }
        .teaser__block-two .teaser-img:after {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          content: "";
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzg2NSIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFkNDIiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
          background: -moz-linear-gradient(top, rgba(0, 56, 101, 0.66) 0%, rgba(0, 29, 66, 0.8) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 56, 101, 0.66) 0%, rgba(0, 29, 66, 0.8) 100%);
          background: linear-gradient(to bottom, rgba(0, 56, 101, 0.66) 0%, rgba(0, 29, 66, 0.8) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8003865', endColorstr='#cc001d42', GradientType=0); }
        .teaser__block-two .teaser-img img {
          width: 100%;
          position: absolute; } }
  .teaser__block-two .teaser-txt {
    float: right;
    width: 70%;
    padding: 15px 20px; }
    @media (max-width: 750px) {
      .teaser__block-two .teaser-txt {
        width: 100%;
        position: absolute;
        bottom: 0; } }
  .teaser__block-two h4 {
    color: #ffffff !important;
    font-size: 1.75em;
    font-weight: 600;
    font-family: Arial, sans-serif; }
    @media (max-width: 1024px) {
      .teaser__block-two h4 {
        font-size: 1.5em; } }
    @media (max-width: 750px) {
      .teaser__block-two h4 {
        font-weight: 600; } }
  .teaser__block-two p {
    color: #ffffff !important;
    font-size: 1.25em; }
    @media (max-width: 1024px) {
      .teaser__block-two p {
        font-size: 1.125em;
        max-width: 100%; } }
.teaser__block--accent {
  background-color: #b90054; }

/* .col-12 {
    .span-11,
    .span-10,
    .span-9,
    .span-8,
    .span-7,
    .span-6,
    .span-5,
    .span-4,
    .span-3,
    .span-2,
    .span-1 {
        .teaser__block-two {
            &:before {
                content: "Sorry, this teaser block is not available in this position.";
                color: palette(negative);
                background-color: white;
            }
            .teaser-txt,
            .teaser-img {
                display: none;
            }
        }
    }
}
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    .span-12,
    .span-11,
    .span-10,
    .span-9,
    .span-8,
    .span-7,
    .span-6,
    .span-5,
    .span-4,
    .span-3,
    .span-2,
    .span-1 {
        .teaser__block-two {
            background-color: transparent;
            &:before {
                content: "Sorry, this teaser block is not available in this position.";
                color: palette(negative);
            }
            .teaser-txt,
            .teaser-img {
                display: none;
            }
        }
    }
} */
/* .col-8,
.col-7,
.col-6,
.col-5,
.col-4, //.col-3,
//.col-2,
//.col-1 
{
    .span-12,
    .span-11,
    .span-10,
    .span-9,
    .span-8,
    .span-7,
    .span-6,
    .span-5,
    .span-4,
    .span-3,
    .span-2,
    .span-1 {
        .teaser__block {
            background-color: transparent;
            &:before {
                content: "Sorry, this teaser block is not available in this position.";
                color: palette(negative);
            }
            &:after {
                display: none;
            }
            img,
            h5,
            p,
            .txt {
                display: none;
            }
        }
    }
}
.col-12,
.col-11,
.col-10,
.col-9 {
    .span-12,
    .span-11,
    .span-10,
    .span-9,
    .span-8,
    .span-7,
    .span-2,
    .span-1 {
        .teaser__block {
            background-color: transparent;
            &:before {
                content: "Sorry, this teaser block is not available in this position.";
                color: palette(negative);
            }
            &:after {
                display: none;
            }
            img,
            h5,
            p,
            .txt {
                display: none;
            }
        }
    }
}
 */
.col-3 .span-12 .teaser__block .txt {
  width: 90%;
  border-left: 0px; }
  .col-3 .span-12 .teaser__block .txt p, .col-3 .span-12 .teaser__block .txt .tlink {
    display: none; }

.tooltip {
  position: relative;
  color: #b90054;
  font-size: 20px;
  margin-left: 10px;
  bottom: -2px;
  cursor: pointer;
  z-index: 3; }
  .tooltip--primary {
    color: #442580; }
  .tooltip--secondary {
    color: #442580; }
  .tooltip__right {
    position: absolute;
    right: 0;
    bottom: 0; }
  .tooltip__info {
    display: none;
    position: absolute;
    background: #efeff0;
    width: 200px;
    bottom: 190%;
    left: -130px;
    padding: 20px;
    font-family: Arial, sans-serif;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(85, 85, 85, 0.5);
    -moz-box-shadow: 0 0 5px rgba(85, 85, 85, 0.5);
    box-shadow: 0 0 5px rgba(85, 85, 85, 0.5); }
    .tooltip__info h6, .tooltip__info .h6 {
      color: #555555;
      font-size: 18px;
      font-weight: 700; }
    .tooltip__info img {
      width: 100%;
      display: block;
      margin-top: 11px; }
    .tooltip__info p, .tooltip__info .p {
      font-size: 16px;
      color: #555555; }
      .tooltip__info p:last-of-type, .tooltip__info .p:last-of-type {
        margin-bottom: 0; }
    .tooltip__info:after, .tooltip__info:before {
      top: 100%;
      left: 70%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .tooltip__info:after {
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #efeff0;
      border-width: 12px;
      margin-left: -12px; }
    .tooltip__info:before {
      border-color: rgba(194, 225, 245, 0);
      border-top-color: #d7d8da;
      border-width: 14px;
      margin-left: -14px; }
  .tooltip__large {
    width: 320px !important;
    left: -217px;
    padding: 0px;
    text-align: left; }
    .tooltip__large .tip-container {
      display: block;
      padding: 10px; }
    .tooltip__large .h6, .tooltip__large .p {
      display: block;
      margin-bottom: 10px; }
  h3 .tooltip, .grey-header thead tr td.title span .tooltip {
    bottom: 2px; }
  .txt--secondary .tooltip {
    color: #442580; }

table {
  background-color: #ffffff;
  width: 100%;
  color: #555555;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #d7d8da;
  border-radius: 3px;
  margin: 10px 0px; }
  table thead {
    background-color: #edeaf3;
    color: #442580;
    font-weight: 700; }
  table th,
  table td {
    padding: 10px 15px;
    border-bottom: 1px solid #d7d8da; }
    table th .title,
    table td .title {
      font-weight: 700;
      color: #816dae;
      display: block; }
  table tr:last-of-type th,
  table tr:last-of-type td {
    border-bottom: 0; }
  table .td-12 {
    width: 100%; }
  table .td-11 {
    width: 91.66666667%; }
  table .td-10 {
    width: 83.33333333%; }
  table .td-9 {
    width: 75%; }
  table .td-8 {
    width: 66.66666667%; }
  table .td-7 {
    width: 58.33333333%; }
  table .td-6 {
    width: 50%; }
  table .td-5 {
    width: 41.66666667%; }
  table .td-4 {
    width: 33.33333333%; }
  table .td-3 {
    width: 25%; }
  table .td-2 {
    width: 16.66666667%; }
  table .td-1 {
    width: 8.33333333%; }
  table.td-2--txt-right td:nth-child(even) {
    text-align: right; }
  table.bdr-vert td:not(:last-child) {
    border-right: 1px solid #d7d8da; }
  table a {
    font-weight: 600; }
    table a:not(:last-child) {
      margin-right: 40px; }
      @media (max-width: 640px) {
        table a:not(:last-child) {
          margin-bottom: 10px; } }
    @media (max-width: 640px) {
      table a {
        display: block; } }
  table.no-cell-border td {
    border: none; }

@media (max-width: 1024px) {
  .tbl-horiz td {
    width: 100%;
    display: block; }
  .tbl-horiz.bdr-vert td {
    border-right: 0; } }

#submit-reading table .light {
  margin: 0; }
#submit-reading table .form input {
  margin-bottom: 0; }
@media (max-width: 980px) {
  #submit-reading table td {
    border-bottom: 0; } }
#submit-reading table thead tr:first-of-type {
  color: #816dae; }
  #submit-reading table thead tr:first-of-type td {
    padding: 15px;
    font-size: 18px; }
#submit-reading table thead tr:last-of-type {
  background-color: #edeaf3;
  color: #816dae; }
  @media (max-width: 980px) {
    #submit-reading table thead tr:last-of-type {
      display: none; } }
  #submit-reading table thead tr:last-of-type td {
    border-bottom: 1px solid #d7d8da; }
@media (max-width: 980px) {
  #submit-reading table thead tr td,
  #submit-reading table tbody tr:not(:last-child) td:last-child {
    border-bottom: 1px solid #d7d8da; } }
@media (max-width: 1024px) {
  #submit-reading table.tbl-horiz td {
    width: inherit;
    display: table-cell; } }
@media (max-width: 980px) {
  #submit-reading table.tbl-horiz td {
    width: 100%;
    display: block; }
  #submit-reading table.tbl-horiz tbody td span::before {
    content: attr(data-title);
    display: block;
    font-size: 15px;
    color: #442580;
    font-weight: 600; }
  #submit-reading table.tbl-horiz.bdr-vert td {
    border-right: 0; } }
@media (max-width: 980px) {
  #submit-reading .submit-reading-tbl tbody tr td:nth-child(4) {
    border-top: 1px solid #d7d8da;
    background-color: #edeaf3; }
    #submit-reading .submit-reading-tbl tbody tr td:nth-child(4) #switch-reading, #submit-reading .submit-reading-tbl tbody tr td:nth-child(4) .meter-read-submitted {
      margin: 20px 0 10px; } }
#submit-reading .meter-read-closed {
  color: #442580;
  text-align: center; }
  @media (max-width: 980px) {
    #submit-reading .meter-read-closed {
      margin: 20px 0 10px;
      text-align: left; } }
  #submit-reading .meter-read-closed h6, #submit-reading .meter-read-closed h5 {
    margin-bottom: 0;
    color: #b7acd1; }
    #submit-reading .meter-read-closed h6 .ico, #submit-reading .meter-read-closed h5 .ico {
      color: #816dae; }
#submit-reading .meter-read-submitted {
  color: #816dae;
  text-align: right; }
  @media (max-width: 980px) {
    #submit-reading .meter-read-submitted {
      text-align: left; } }
  #submit-reading .meter-read-submitted h6 {
    margin-bottom: 0; }
#submit-reading .alert {
  margin: 20px 0; }

#estimate-bill h4 {
  margin: 0; }
#estimate-bill thead tr:last-of-type td {
  border-bottom: 1px solid #d7d8da; }
  @media (max-width: 980px) {
    #estimate-bill thead tr:last-of-type td {
      border-bottom: 0; } }
#estimate-bill .estimate-bill__info {
  background-color: #816dae;
  color: #ffffff;
  padding: 50px 30px;
  position: relative; }
  @media (max-width: 980px) {
    #estimate-bill .estimate-bill__info:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(76, 139, 190, 0);
      border-top-color: #4c8bbe;
      border-width: 10px;
      margin-left: -10px; } }
  #estimate-bill .estimate-bill__info p {
    padding: 0;
    margin: 0; }
  #estimate-bill .estimate-bill__info .light {
    color: #edeaf3;
    font-size: 15px; }
#estimate-bill .estimate-bill__total {
  text-align: center;
  color: #816dae;
  position: relative; }
  #estimate-bill .estimate-bill__total h1 {
    font-weight: 700;
    margin: 0;
    font-size: 4em; }
    @media (max-width: 980px) {
      #estimate-bill .estimate-bill__total h1 {
        font-size: 50px;
        margin: 20px 0; } }
  #estimate-bill .estimate-bill__total:after, #estimate-bill .estimate-bill__total:before {
    bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media (max-width: 980px) {
      #estimate-bill .estimate-bill__total:after, #estimate-bill .estimate-bill__total:before {
        display: none; } }
  #estimate-bill .estimate-bill__total:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  #estimate-bill .estimate-bill__total:before {
    border-color: rgba(215, 216, 218, 0);
    border-bottom-color: #d7d8da;
    border-width: 11px;
    margin-left: -11px; }
@media (max-width: 980px) {
  #estimate-bill table {
    text-align: center; } }
@media (max-width: 1024px) {
  #estimate-bill table.tbl-horiz td {
    width: 50%;
    display: table-cell; } }
@media (max-width: 980px) {
  #estimate-bill table.tbl-horiz td {
    width: 100%;
    display: block; }
  #estimate-bill table.tbl-horiz tbody td span::before {
    content: attr(data-title);
    display: block;
    font-size: 15px;
    color: #442580;
    font-weight: 600; }
  #estimate-bill table.tbl-horiz.bdr-vert td {
    border-right: 0; } }
#estimate-bill .estimate-btn {
  text-align: right; }
  @media (max-width: 980px) {
    #estimate-bill .estimate-btn {
      text-align: center; } }
  #estimate-bill .estimate-btn .btn {
    min-width: 60%;
    padding: 8px 20px;
    margin: 5px 0;
    height: 47px; }

#details-personal td, #details-account td, #details-security td, #details-mailing td, #details-premise td {
  border-bottom: 0; }
#details-personal thead tr:last-of-type td, #details-account thead tr:last-of-type td, #details-security thead tr:last-of-type td, #details-mailing thead tr:last-of-type td, #details-premise thead tr:last-of-type td {
  border-bottom: 1px solid #d7d8da; }
  @media (max-width: 980px) {
    #details-personal thead tr:last-of-type td, #details-account thead tr:last-of-type td, #details-security thead tr:last-of-type td, #details-mailing thead tr:last-of-type td, #details-premise thead tr:last-of-type td {
      border-bottom: 0; } }
#details-personal h5, #details-account h5, #details-security h5, #details-mailing h5, #details-premise h5 {
  margin-bottom: 0; }
#details-personal .form input,
#details-personal .form .dropdown, #details-account .form input,
#details-account .form .dropdown, #details-security .form input,
#details-security .form .dropdown, #details-mailing .form input,
#details-mailing .form .dropdown, #details-premise .form input,
#details-premise .form .dropdown {
  max-width: 500px; }
#details-personal .form label, #details-account .form label, #details-security .form label, #details-mailing .form label, #details-premise .form label {
  font-size: 16px; }
@media (max-width: 480px) {
  #details-personal thead tr:first-of-type td:first-child {
    display: block;
    float: left;
    padding-right: 5px; } }
@media (max-width: 480px) {
  #details-personal thead tr:first-of-type td:last-child {
    display: block;
    float: right;
    padding-left: 5px;
    padding-top: 13px; } }
#details-personal tbody td i {
  display: block;
  color: #bbbbbb;
  font-size: 15px; }
@media (max-width: 640px) {
  #details-personal tbody td {
    display: block;
    width: 100%; } }
#details-personal .edit-lnk {
  margin-right: 10px; }
  @media (max-width: 640px) {
    #details-personal .edit-lnk {
      display: inline-block;
      margin-bottom: 0; } }
@media (max-width: 480px) {
  #details-personal .edit-password {
    display: none; } }
#details-personal .mob-edit-password {
  display: none; }
  #details-personal .mob-edit-password td {
    padding-top: 0; }
  @media (max-width: 480px) {
    #details-personal .mob-edit-password {
      display: table-row; } }
#details-premise tbody tr:last-child td {
  border-top: 1px solid #d7d8da; }

.input-info input {
  margin-bottom: 0; }
.input-info p {
  font-style: italic;
  margin-bottom: 0;
  color: #bbbbbb;
  font-size: 15px; }

@media (max-width: 480px) {
  #my-bills table thead,
  #my-letters table thead {
    display: none; } }
@media (max-width: 480px) {
  #my-bills table tbody td:first-child,
  #my-letters table tbody td:first-child {
    border-bottom: none; }
  #my-bills table tbody td:nth-child(2),
  #my-letters table tbody td:nth-child(2) {
    text-align: left; }
  #my-bills table tbody td:nth-child(3),
  #my-letters table tbody td:nth-child(3) {
    text-align: right; }
  #my-bills table tbody tr:last-child td:nth-child(2),
  #my-letters table tbody tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #d7d8da; } }

@media (max-width: 480px) {
  #my-payments table thead {
    display: none; } }
@media (max-width: 480px) {
  #my-payments table tbody td:first-child {
    border-bottom: none; }
  #my-payments table tbody td:nth-child(2) {
    text-align: left; } }

@media (max-width: 480px) {
  .mob-btn-swap {
    position: relative; }
    .mob-btn-swap .btn--secondary {
      position: relative;
      bottom: -60px; }
    .mob-btn-swap .btn--accent {
      position: relative;
      top: -60px; } }
.step-progress {
  position: relative; }
  .step-progress .progress-bar {
    display: none; }
    .step-progress .progress-bar .progress-data__33 {
      height: 100%;
      background: -moz-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, white 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); }
    .step-progress .progress-bar .progress-data__50 {
      height: 100%;
      background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); }
    .step-progress .progress-bar .progress-data__66 {
      height: 100%;
      background: -moz-linear-gradient(left, white 0%, white 75%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, white 0%, white 75%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, white 0%, white 75%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); }
    .step-progress .progress-bar .progress-data__100 {
      height: 100%;
      background: #ffffff; }
    @media (max-width: 980px) {
      .step-progress .progress-bar {
        display: block;
        position: relative;
        width: 70%;
        margin: auto;
        height: 3px;
        background: rgba(255, 255, 255, 0.35);
        margin: auto;
        top: 22px; } }
  .step-progress ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .step-progress li {
    display: block;
    color: #b7acd1;
    font-size: 20px;
    font-weight: 500;
    position: relative; }
    @media (max-width: 980px) {
      .step-progress li {
        width: 33%;
        float: left;
        text-align: center; } }
    @media (max-width: 980px) {
      .step-progress li:before {
        background-color: #2370af; } }
    .step-progress li span {
      margin-left: 40px;
      display: block;
      position: absolute;
      top: 8px;
      right: 0px;
      width: 75%; }
      @media (max-width: 980px) {
        .step-progress li span {
          position: relative;
          width: 100%;
          top: auto;
          right: auto;
          margin-left: 0; } }
    .step-progress li:not(:last-child) {
      margin-bottom: 75px; }
      @media (max-width: 980px) {
        .step-progress li:not(:last-child) {
          margin-bottom: 40px; } }
    .step-progress li a {
      display: none; }
  .step-progress li:before {
    content: counter(item) "  ";
    counter-increment: item;
    display: inline-block;
    border: 3px solid #b7acd1;
    color: #b7acd1;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 40px;
    margin-right: 15px; }
    @media (max-width: 980px) {
      .step-progress li:before {
        margin-right: 0; } }
  .step-progress li:after {
    content: "";
    height: 75px;
    position: absolute;
    width: 3px;
    bottom: -75px;
    left: 26px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.35); }
    @media (max-width: 980px) {
      .step-progress li:after {
        display: none; } }
  .step-progress li:last-child:after {
    display: none; }
  .step-progress li.active {
    color: #ffffff;
    position: relative;
    z-index: 2; }
    .step-progress li.active:before {
      background-color: #b90054;
      border-color: #ffffff;
      color: #ffffff;
      -webkit-box-shadow: 0 0 15px rgba(68, 37, 128, 0.85) ;
      -moz-box-shadow: 0 0 15px rgba(68, 37, 128, 0.85) ;
      box-shadow: 0 0 15px rgba(68, 37, 128, 0.85) ; }
    .step-progress li.active:after {
      content: "";
      background: #ffffff;
      /* FF3.6-15 */
      background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.35) 62%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.35) 62%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.35) 62%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59ffffff', GradientType=0); }
  .step-progress li.complete {
    color: #ffffff;
    position: relative; }
    .step-progress li.complete a {
      display: block;
      color: #b7acd1;
      font-size: 13px;
      font-family: Arial, sans-serif;
      font-weight: 600;
      text-decoration: underline; }
      .step-progress li.complete a:hover {
        color: #ffffff; }
    .step-progress li.complete:before {
      border-color: #ffffff;
      color: #5bc13c;
      content: "\f00c";
      font-family: "fontawesome";
      padding-top: 1px;
      -webkit-box-shadow: 0 0 15px rgba(68, 37, 128, 0.85) ;
      -moz-box-shadow: 0 0 15px rgba(68, 37, 128, 0.85) ;
      box-shadow: 0 0 15px rgba(68, 37, 128, 0.85) ;
      box-shadow: none; }
      @media (max-width: 980px) {
        .step-progress li.complete:before {
          background-color: #2370af; } }
    .step-progress li.complete:after {
      background: white; }

@media (max-width: 1170px) {
  .bkg--white .step-progress li span {
    width: 65%; } }
@media (max-width: 980px) {
  .bkg--white .step-progress li {
    width: 100%;
    float: none;
    text-align: left; }
    .bkg--white .step-progress li span {
      margin-left: 40px;
      display: block;
      position: absolute;
      top: 10px;
      right: 0px;
      font-size: 18px; } }
@media (max-width: 750px) {
  .bkg--white .step-progress li {
    width: 25%;
    float: left;
    text-align: center; }
    .bkg--white .step-progress li span {
      position: relative;
      margin-left: 0;
      width: 100%; } }
@media (max-width: 640px) {
  .bkg--white .step-progress li span {
    font-size: 16px; } }
@media (max-width: 980px) {
  .bkg--white .step-progress li:not(:last-child) {
    margin-bottom: 75px; } }
@media (max-width: 750px) {
  .bkg--white .step-progress li:not(:last-child) {
    margin-bottom: 30px; } }
@media (max-width: 980px) {
  .bkg--white .step-progress li:before {
    background-color: #ffffff; } }
.bkg--white .step-progress li:after {
  background: rgba(68, 37, 128, 0.35); }
  @media (max-width: 980px) {
    .bkg--white .step-progress li:after {
      display: block; } }
  @media (max-width: 750px) {
    .bkg--white .step-progress li:after {
      display: none; } }
.bkg--white .step-progress li:last-child:after {
  display: none; }
.bkg--white .step-progress li.active:before {
  border-color: #b90054;
  box-shadow: none;
  background-color: #b90054; }
.bkg--white .step-progress li.active:after {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzI2NGI5YiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVhYTIiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e20078 0%, rgba(38, 75, 155, 0.35) 83%, rgba(0, 90, 162, 0.35) 100%);
  background: -webkit-linear-gradient(top, #e20078 0%, rgba(38, 75, 155, 0.35) 83%, rgba(0, 90, 162, 0.35) 100%);
  background: linear-gradient(to bottom, #e20078 0%, rgba(38, 75, 155, 0.35) 83%, rgba(0, 90, 162, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20078', endColorstr='#59005aa2', GradientType=0); }
.bkg--white .step-progress li.active span {
  color: #b90054; }
.bkg--white .step-progress li.complete {
  color: #b90054; }
  .bkg--white .step-progress li.complete:before {
    border-color: #b90054;
    background: #ffffff; }
  .bkg--white .step-progress li.complete:after {
    background: #b90054; }
  .bkg--white .step-progress li.complete a {
    color: #442580; }
    .bkg--white .step-progress li.complete a:hover {
      color: #371e68; }

.mob-hamburger, .left-nav-hamburger {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 48px;
  font-size: 0;
  text-indent: -999999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: transparent;
  color: #b90054;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 32px;
  font-weight: 700;
  /* active state, i.e. menu open */ }
  .mob-hamburger:focus, .left-nav-hamburger:focus {
    outline: none; }
  .mob-hamburger span, .left-nav-hamburger span {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 21px;
    left: 10px;
    right: 10px;
    height: 4px;
    background: #ffffff;
    border-radius: 4px; }
  .mob-hamburger span::before,
  .mob-hamburger span::after, .left-nav-hamburger span::before,
  .left-nav-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    content: "";
    border-radius: 4px; }
  .mob-hamburger span::before, .left-nav-hamburger span::before {
    top: -8px; }
  .mob-hamburger span::after, .left-nav-hamburger span::after {
    bottom: -8px; }
  .mob-hamburger--htx span::before, .mob-hamburger--htx span::after, .left-nav-hamburger--htx span::before, .left-nav-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s; }
  .mob-hamburger--htx span::before, .left-nav-hamburger--htx span::before {
    transition-property: top, transform; }
  .mob-hamburger--htx span::after, .left-nav-hamburger--htx span::after {
    transition-property: bottom, transform; }
  .mob-hamburger--htx.is-active span, .left-nav-hamburger--htx.is-active span {
    background: none; }
  .mob-hamburger--htx.is-active span::before, .left-nav-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg); }
  .mob-hamburger--htx.is-active span::after, .left-nav-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg); }
  .mob-hamburger--htx.is-active span::before, .mob-hamburger--htx.is-active span::after, .left-nav-hamburger--htx.is-active span::before, .left-nav-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s; }

.preloader {
  width: 100px;
  height: 100px;
  background-color: rgba(55, 30, 104, 0.85);
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  padding-top: 10px;
  display: none;
  transform: translate(-50%, -50%); }

*[class^=tab-content-] {
  display: none; }

.active-tab {
  display: block; }

.tabs {
  list-style: none; }

.tab-container {
  padding-top: 30px; }
  .tab-container .tab-control .tabs {
    padding: 0;
    z-index: 2;
    border-bottom: 2px solid #b7acd1; }
    .tab-container .tab-control .tabs li {
      text-align: center;
      cursor: pointer;
      display: inline-block;
      padding: 10px 20px;
      transition: 0.2s background-color ease-in-out;
      font-size: 1.3125em;
      color: #b90054;
      position: relative;
      bottom: -2px; }
      @media (max-width: 640px) {
        .tab-container .tab-control .tabs li {
          min-width: auto; } }
      @media (max-width: 480px) {
        .tab-container .tab-control .tabs li {
          font-size: 1em;
          padding: 10px 9px; } }
      @media (max-width: 320px) {
        .tab-container .tab-control .tabs li {
          padding: 10px 8px;
          font-size: 0.9375em; } }
      .tab-container .tab-control .tabs li:before {
        display: none; }
      .tab-container .tab-control .tabs li:hover {
        border-bottom: 5px solid rgba(185, 0, 84, 0.25); }
    .tab-container .tab-control .tabs .active {
      font-weight: bold;
      border-bottom: 5px solid #b90054; }
  .tab-container .tab-control .tab-content {
    background: #fff;
    padding: 40px 20px;
    z-index: 1;
    position: relative; }
    @media (max-width: 640px) {
      .tab-container .tab-control .tab-content {
        padding: 30px 0; } }
    .tab-container .tab-control .tab-content img {
      float: left;
      margin-right: 20px; }
      @media (max-width: 1024px) {
        .tab-container .tab-control .tab-content img {
          width: 40%; } }
      @media (max-width: 640px) {
        .tab-container .tab-control .tab-content img {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 20px; } }
    .tab-container .tab-control .tab-content h3, .tab-container .tab-control .tab-content .grey-header thead tr td.title span, .grey-header thead tr td.title .tab-container .tab-control .tab-content span {
      margin-bottom: 10px;
      margin-top: 10px;
      text-transform: uppercase; }
    .tab-container .tab-control .tab-content p {
      margin-bottom: 20px; }
  .tab-container.tabbed-table {
    padding: 0; }
    .tab-container.tabbed-table.tab-container .tab-control .tabs {
      margin: 10px 0 0;
      border-radius: 5px 5px 0 0;
      border: 1px solid #d7d8da;
      border-bottom-color: transparent; }
      .tab-container.tabbed-table.tab-container .tab-control .tabs::before {
        content: attr(data-title);
        color: #442580;
        display: inline-block;
        float: left;
        margin: 15px 15px 0 15px;
        font-weight: 600; }
        @media (max-width: 640px) {
          .tab-container.tabbed-table.tab-container .tab-control .tabs::before {
            display: none; } }
    .tab-container.tabbed-table .tab-content {
      padding: 0; }
      .tab-container.tabbed-table .tab-content table {
        margin-top: 0;
        border-radius: 0 0 3px 3px; }
        .tab-container.tabbed-table .tab-content table thead td {
          border-bottom: 1px solid #d7d8da; }
        @media (max-width: 480px) {
          .tab-container.tabbed-table .tab-content table td {
            display: block;
            width: 100%; }
            .tab-container.tabbed-table .tab-content table td span::before {
              content: attr(data-title);
              display: block;
              font-size: 15px;
              color: #442580;
              font-weight: 600; } }

.notifications {
  text-align: left !important;
  position: absolute;
  z-index: 6;
  width: 350px;
  background: #edeaf3;
  border: 1px solid #b7acd1;
  border-top: 0px;
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
  top: 50px;
  right: 109px;
  display: none; }
  @media (max-width: 750px) {
    .notifications {
      top: 100%; } }
  @media (max-width: 480px) {
    .notifications {
      right: 3%;
      width: 94%; } }
  .notifications .notice {
    border-bottom: 1px solid #b7acd1;
    padding: 20px;
    color: #442580; }
    .notifications .notice h6 {
      color: #371e68;
      text-transform: uppercase; }
    .notifications .notice:last-child {
      border-bottom: 0px; }
    .notifications .notice .date {
      color: #b90054;
      font-weight: 700; }
  .notifications-blackout {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5; }

.mob-note {
  position: relative;
  z-index: 6; }

.fancybox-skin {
  padding: 0px !important; }

.close-edit {
  background-image: none !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  color: #555555;
  font-weight: 500;
  text-decoration: underline;
  font-style: italic; }

.lock-outer {
  overflow: visible !important; }
  @media (max-width: 640px) {
    .lock-outer {
      overflow: auto !important; } }

#modal {
  display: none;
  text-align: center;
  width: 100% !important; }
  #modal .modal__top-img {
    position: absolute;
    top: -60px;
    display: block;
    width: 100%;
    z-index: 1; }
    @media (max-width: 640px) {
      #modal .modal__top-img {
        display: none; } }
  #modal .modal__header, #modal .modal__content {
    padding: 0 40px; }
  #modal .modal__header {
    position: relative;
    background-color: #2b1751;
    padding: 100px 40px 30px;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
    overflow: hidden; }
    @media (max-width: 640px) {
      #modal .modal__header {
        padding: 20px; } }
    #modal .modal__header .modal__header--img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    #modal .modal__header p:last-of-type {
      margin-bottom: 0; }
    #modal .modal__header h2 {
      font-weight: 500; }
    #modal .modal__header p, #modal .modal__header h2 {
      position: relative;
      z-index: 1; }
  #modal .modal__content {
    padding: 30px 40px 40px; }
    #modal .modal__content p:first-of-type {
      margin-top: 0; }
    @media (max-width: 640px) {
      #modal .modal__content {
        padding: 20px; } }
  #modal .btn-group {
    margin: 20px; }

.pop {
  padding: 30px;
  position: relative;
  overflow: auto;
  background: #ffffff; }
  .pop img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
    height: auto !important; }
  .pop iframe {
    width: 100%; }
  .pop h2, .pop h3, .pop .grey-header thead tr td.title span, .grey-header thead tr td.title .pop span, .pop h4 {
    margin-bottom: 10px;
    font-family: Arial, sans-serif; }
    .pop h2:first-child, .pop h3:first-child, .pop .grey-header thead tr td.title span:first-child, .grey-header thead tr td.title .pop span:first-child, .pop h4:first-child {
      margin-bottom: 30px; }

.alert {
  border-radius: 5px;
  background-color: #816dae;
  position: relative;
  color: #ffffff !important;
  padding: 20px 30px;
  margin-bottom: 20px; }
  .alert--accent {
    background-color: #b90054; }
  .alert--warning {
    background-color: #c41c1c;
    margin-top: 30px;
    position: relative;
    padding-left: 90px; }
    @media (max-width: 480px) {
      .alert--warning {
        padding-left: 30px; } }
    .alert--warning .callus {
      margin-top: 10px;
      font-size: 24px;
      font-weight: 700; }
    .alert--warning:before {
      content: attr(dataicon);
      font-family: 'fontawesome';
      font-size: 50px;
      position: absolute;
      left: 20px;
      top: 15px; }
      @media (max-width: 480px) {
        .alert--warning:before {
          top: auto;
          left: auto;
          position: relative;
          font-size: 20px;
          margin-right: 5px; } }
  @media (max-width: 750px) {
    .alert {
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .alert {
      padding: 20px; } }
  .alert p {
    margin: 0;
    max-width: none !important;
    font-size: 17px !important;
    padding-right: 25px;
    color: #ffffff !important; }
    .alert p:last-of-type {
      padding-bottom: 0; }
  .alert .kill-alert {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    display: block;
    padding: 20px; }
  .alert.icon-PDF {
    position: relative;
    padding-left: 70px; }
    @media (max-width: 480px) {
      .alert.icon-PDF {
        padding-left: 20px; } }
    .alert.icon-PDF::before {
      content: "x";
      font-family: "pni-icons";
      font-size: 38px;
      padding-right: 5px;
      position: absolute;
      top: 21px;
      left: 20px; }
      @media (max-width: 480px) {
        .alert.icon-PDF::before {
          display: none; } }
  .alert table {
    margin: 0;
    background-color: transparent;
    color: #ffffff;
    border: 0; }
    .alert table td {
      padding: 0; }
      @media (max-width: 750px) {
        .alert table td {
          display: block;
          width: 100%; }
          .alert table td .btn {
            margin-top: 20px; } }
      @media (max-width: 480px) {
        .alert table td .btn {
          width: 100%; } }
  .alert .btn {
    color: #816dae;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 0 #efefef;
    min-height: 50px;
    height: auto; }
    .alert .btn:hover {
      color: #442580; }
  .alert--accent {
    background-color: #b90054; }
    .alert--accent a {
      color: #ffffff;
      text-decoration: underline; }
    .alert--accent .btn {
      color: #b90054;
      text-decoration: none; }
      .alert--accent .btn:hover {
        color: #9a0046; }
  .alert-tbl {
    display: table;
    width: 100%;
    border-radius: 5px;
    background-color: #816dae;
    position: relative;
    color: #ffffff;
    padding: 15px 20px; }
    .alert-tbl--accent {
      background-color: #b90054; }
    @media (max-width: 750px) {
      .alert-tbl {
        margin-bottom: 20px; } }
    .alert-tbl__icon {
      display: table-cell;
      width: 50px;
      vertical-align: middle;
      font-size: 38px; }
      .alert-tbl__icon .ico {
        bottom: -5px; }
    .alert-tbl__text {
      display: table-cell;
      vertical-align: middle; }
      .alert-tbl__text p {
        margin: 0;
        max-width: none !important;
        font-size: 17px !important; }
        .alert-tbl__text p:last-of-type {
          padding-bottom: 0; }
    .alert-tbl__close {
      display: table-cell;
      width: 50px;
      text-align: right; }
      .alert-tbl__close a {
        color: #ffffff; }

.btn-alert.panel__ghost {
  background-color: transparent; }
  .btn-alert.panel__ghost h2 {
    line-height: 1;
    font-weight: 500; }
  .btn-alert.panel__ghost .btn {
    width: 100%; }

.col-5 .btn-alert table td,
.span-5 .btn-alert table td,
.col-4 .btn-alert table td,
.span-4 .btn-alert table td,
.col-3 .btn-alert table td,
.span-3 .btn-alert table td,
.col-2 .btn-alert table td,
.span-2 .btn-alert table td,
.col-1 .btn-alert table td,
.span-1 .btn-alert table td {
  display: block;
  width: 100%; }
  .col-5 .btn-alert table td .btn,
  .span-5 .btn-alert table td .btn,
  .col-4 .btn-alert table td .btn,
  .span-4 .btn-alert table td .btn,
  .col-3 .btn-alert table td .btn,
  .span-3 .btn-alert table td .btn,
  .col-2 .btn-alert table td .btn,
  .span-2 .btn-alert table td .btn,
  .col-1 .btn-alert table td .btn,
  .span-1 .btn-alert table td .btn {
    margin-top: 20px;
    width: 100%; }

.live-chat-launch {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5; }
  .live-chat-launch .btn-jumbo {
    padding-right: 40px;
    padding-left: 40px; }

.summary-basket {
  border: 1px solid #b5cce2;
  margin-top: 15px;
  border-radius: 3px;
  overflow: hidden;
  color: #555555;
  font-weight: 500; }
  .is_stuck .summary-basket {
    box-shadow: -1px 26px 19px -19px rgba(85, 85, 85, 0.2);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .summary-basket h4 {
    background: #ebf0f6;
    border-bottom: 1px solid #b5cce2;
    padding: 15px;
    color: #442580; }
  .summary-basket .summary-body {
    padding: 15px; }
    .summary-basket .summary-body hr {
      border: 0px;
      margin: 20px 0px;
      height: 1px;
      background: #b5cce2; }
    .summary-basket .summary-body .item {
      margin-bottom: 30px;
      position: relative; }
      .summary-basket .summary-body .item .btn-edit {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #b90054;
        font-weight: 700;
        background: #fdebf4;
        display: inline-block;
        border-radius: 4px;
        padding: 2px 10px;
        font-size: 15px; }
      .summary-basket .summary-body .item:last-child {
        margin-bottom: 0px; }
      .summary-basket .summary-body .item span {
        color: #5d8fc0;
        font-weight: 600; }
      .summary-basket .summary-body .item--reading ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .summary-basket .summary-body .item--reading ul li {
          position: relative;
          padding-left: 25%;
          margin-bottom: 10px; }
          .summary-basket .summary-body .item--reading ul li:before {
            content: attr(dataentry);
            font-weight: 600;
            color: #5d8fc0;
            position: absolute;
            left: 0px;
            width: 25%; }

.sticky-footer {
  position: fixed;
  bottom: calc(-65% + 85px);
  left: 0px;
  right: 0px;
  width: 100%;
  height: 65%;
  z-index: 100;
  display: none;
  background: #fff; }
  .sticky-footer header {
    background: #b5cce2;
    padding: 20px;
    border-bottom: 0px;
    position: relative; }
    .sticky-footer header span {
      font-weight: 500; }
    .sticky-footer header .co-arrow {
      font-size: 30px;
      position: absolute;
      top: 30px;
      right: 20px;
      border-radius: 50%;
      background: #fff;
      width: 24px;
      height: 24px; }
      .sticky-footer header .co-arrow .fa {
        top: -9px;
        position: relative; }
    .sticky-footer header .co-arrow-up {
      display: block; }
    .sticky-footer header .co-arrow-down {
      display: none; }
  .sticky-footer .summary-basket {
    overflow-y: auto;
    height: 70%;
    border: 0px;
    margin: 20px; }
    @media (max-width: 320px) {
      .sticky-footer .summary-basket {
        margin: 10px; } }
  @media (max-width: 980px) {
    .sticky-footer {
      display: block; } }
  .sticky-footer h3, .sticky-footer .grey-header thead tr td.title span, .grey-header thead tr td.title .sticky-footer span,
  .sticky-footer h4,
  .sticky-footer h5 {
    margin: 0;
    padding: 0;
    line-height: 1; }

.slide-up {
  bottom: 0px !important;
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out; }
  .slide-up .co-arrow-down {
    display: block !important; }
  .slide-up .co-arrow-up {
    display: none !important; }

.slide-down {
  bottom: calc(-65% + 85px);
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out; }
  .slide-down .co-arrow-up {
    display: block !important; }
  .slide-down .co-arrow-down {
    display: none !important; }

header {
  background-color: #2b1751;
  position: relative; }
  @media (max-width: 640px) {
    header {
      border-bottom: 1px solid #b7acd1; } }

#logo a.logo-img {
  display: block;
  background-color: white;
  position: relative;
  top: -60px;
  margin: 0 0;
  max-width: 300px; }
  @media (max-width: 750px) {
    #logo a.logo-img {
      float: left;
      max-width: none;
      position: static;
      width: 50%; } }
  #logo a.logo-img img {
    margin: 0 auto;
    width: 210px;
    position: relative;
    top: 30px; }
    @media (max-width: 750px) {
      #logo a.logo-img img {
        width: 100%;
        position: static;
        margin-left: 0;
        max-width: 200px; } }
#logo .base-fluid--unpadded a img {
  margin: 0;
  width: 200px;
  position: relative;
  left: 50px; }
  @media (max-width: 1024px) {
    #logo .base-fluid--unpadded a img {
      left: 20px; } }
#logo .base-fluid__logo-wrap {
  float: left; }
  #logo .base-fluid__logo-wrap a.logo-img {
    padding-right: 90px; }
    @media (max-width: 1024px) {
      #logo .base-fluid__logo-wrap a.logo-img {
        padding-right: 40px; } }
    @media (max-width: 750px) {
      #logo .base-fluid__logo-wrap a.logo-img {
        position: static;
        padding: 15px; }
        #logo .base-fluid__logo-wrap a.logo-img img {
          position: static;
          width: 100%;
          max-width: 200px; } }
  @media (max-width: 750px) {
    #logo .base-fluid__logo-wrap {
      padding-left: 10px;
      width: 50%; } }
  @media (max-width: 480px) {
    #logo .base-fluid__logo-wrap {
      width: 49%; } }
#logo .base-fluid__nav-wrap {
  float: right; }
  @media (max-width: 750px) {
    #logo .base-fluid__nav-wrap {
      padding-left: 10px;
      width: 50%; } }
  @media (max-width: 480px) {
    #logo .base-fluid__nav-wrap {
      width: 51%; } }
#logo .mobile-home {
  display: none; }
  @media (max-width: 750px) {
    #logo .mobile-home {
      display: inline-block;
      float: right;
      margin-top: 10px;
      background-color: #b90054;
      border-radius: 25px;
      padding: 5px 15px;
      position: relative;
      height: auto; } }
  @media (max-width: 480px) {
    #logo .mobile-home {
      width: auto; } }
@media (max-width: 750px) {
  #logo {
    padding: 20px 0; }
    #logo a {
      max-width: 50%;
      top: 0; }
      #logo a img {
        top: 0; } }
@media (max-width: 750px) {
  #logo.logo--fullscreen-layout {
    padding: 0; }
    #logo.logo--fullscreen-layout .mobile-home {
      display: none; }
    #logo.logo--fullscreen-layout a.logo-img {
      width: 100%;
      padding: 15px 0; } }

@media (max-width: 750px) {
  .util-nav {
    display: none; } }
.util-nav .btn-logout .fa {
  position: relative;
  bottom: -1px;
  margin-right: 15px; }
.util-nav .btn-msg {
  background-image: url("/Content/img/icon-msg.png") no-repeat center center transparent;
  border-left: 1px solid #816dae;
  position: relative;
  z-index: 6; }
  .util-nav .btn-msg .msg--count {
    background: #ffffff;
    color: #b90054;
    display: block;
    position: absolute;
    top: 7px;
    right: 9px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    -webkit-box-shadow: 0 0 15px rgba(68, 37, 128, 0.75) ;
    -moz-box-shadow: 0 0 15px rgba(68, 37, 128, 0.75) ;
    box-shadow: 0 0 15px rgba(68, 37, 128, 0.75) ; }
  .util-nav .btn-msg img {
    margin-top: 4px;
    opacity: 0.6; }
.util-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none; }
  .util-nav ul li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative; }
    .util-nav ul li a {
      padding: 14px 20px 0;
      display: block;
      min-height: 50px; }

.energia-login .util-nav {
  background-color: #ffffff; }
.energia-login #logo {
  display: none;
  background-color: #ffffff; }
  @media (max-width: 750px) {
    .energia-login #logo {
      display: block; } }

@media (max-width: 750px) {
  .login-logo {
    display: none; } }
.login-logo a.logo-img {
  max-width: 300px !important;
  border-radius: 10px !important; }
  .login-logo a.logo-img img {
    top: 0 !important;
    padding-bottom: 30px; }

.nav__horiz {
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav__horiz a {
    color: #442580;
    display: block;
    padding: 3px 15px; }
    .nav__horiz a:hover {
      color: #371e68; }
  .nav__horiz li {
    float: left;
    margin: 0;
    padding: 0; }
    .nav__horiz li:first-of-type a {
      padding-left: 0; }
    .nav__horiz li:first-of-type a {
      padding-right: 0; }
  @media (max-width: 750px) {
    .nav__horiz--main {
      display: none; } }
  .nav__horiz--main ul {
    display: block;
    float: right;
    margin: 25px 15px 0 0;
    padding: 0; }
    .nav__horiz--main ul li {
      display: block;
      float: left; }
      .nav__horiz--main ul li.parent {
        padding-right: 16px;
        position: relative; }
        @media (max-width: 1024px) {
          .nav__horiz--main ul li.parent {
            padding-right: 10px; } }
        .nav__horiz--main ul li.parent:after {
          position: absolute;
          content: "e";
          font-family: 'pni-icons';
          display: block;
          width: 17px;
          height: 12px;
          color: #b90054;
          right: 10px;
          top: 16px;
          font-size: 14px; }
          @media (max-width: 1024px) {
            .nav__horiz--main ul li.parent:after {
              right: 1px;
              top: 14px; } }
    .nav__horiz--main ul a {
      display: block;
      font-size: 20px;
      padding: 10px 20px;
      color: #442580;
      font-weight: 400; }
      @media (max-width: 1024px) {
        .nav__horiz--main ul a {
          font-size: 17px;
          padding: 10px; } }
    .nav__horiz--main ul li.active a {
      color: #b90054;
      text-decoration: underline; }
  .nav__horiz--mob {
    display: none;
    margin: 30px 20px 0;
    padding: 0;
    list-style: none;
    float: right; }
    @media (max-width: 750px) {
      .nav__horiz--mob {
        display: block;
        margin: 25px 15px 0 0; } }
    @media (max-width: 480px) {
      .nav__horiz--mob {
        margin: 15px 0 0; } }
    .nav__horiz--mob ul {
      margin: 0;
      padding: 0; }
    .nav__horiz--mob li {
      display: inline-block;
      float: left;
      background: #edeaf3;
      border-radius: 50%;
      width: 46px;
      height: 46px;
      text-align: center;
      cursor: pointer; }
      .nav__horiz--mob li .ico {
        font-size: 25px;
        top: 7px;
        margin-right: 0;
        color: #442580; }
      .nav__horiz--mob li .icon-mail {
        top: 8px; }
      .nav__horiz--mob li:not(:last-child) {
        margin-right: 5px; }
        @media (max-width: 480px) {
          .nav__horiz--mob li:not(:last-child) {
            margin-right: 2px; } }
      .nav__horiz--mob li.mob-nav {
        background: #b90054; }
    .nav__horiz--mob .btn-msg {
      background-image: url("/Content/img/icon-msg.png") no-repeat center center transparent;
      position: relative; }
      .nav__horiz--mob .btn-msg .msg--count {
        background: #b90054;
        color: #ffffff;
        display: block;
        position: absolute;
        top: -12px;
        right: 2px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 13px;
        font-weight: 900; }
      .nav__horiz--mob .btn-msg img {
        margin-top: 4px;
        opacity: 0.6; }
    .nav__horiz--mob .notifications {
      width: 70%;
      left: 15%; }
.nav__vert {
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 2;
  position: relative; }
  .nav__vert a {
    color: #ffffff;
    display: inline-block;
    padding: 17px 15px 17px 45px;
    min-height: 60px;
    min-width: 80%; }
    @media (max-width: 1024px) {
      .nav__vert a {
        text-align: center;
        padding: 5px;
        display: block; } }
  .nav__vert li {
    font-size: 18px;
    list-style: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative; }
    @media (max-width: 1024px) {
      .nav__vert li {
        font-size: 15px; } }
    .nav__vert li:not(:last-child) {
      border-bottom: 1px solid rgba(129, 109, 174, 0.35); }
    .nav__vert li.active {
      background-color: #b90054;
      border-bottom: 0; }
      .nav__vert li.active:hover {
        background-color: #b90054; }
      .nav__vert li.active a {
        border-right: 5px solid #b90054;
        font-weight: 600;
        padding-right: 7px; }
        @media (max-width: 1024px) {
          .nav__vert li.active a {
            padding-right: 0; } }
      .nav__vert li.active ul {
        display: block;
        padding-left: 0; }
        @media (max-width: 1024px) {
          .nav__vert li.active ul {
            display: none; } }
        .nav__vert li.active ul li a {
          border-right: 5px solid #9a0046;
          padding: 12px 15px 12px 45px;
          min-height: 50px;
          font-size: 16px;
          display: block;
          background-color: rgba(68, 37, 128, 0.5);
          position: relative;
          z-index: 2; }
          @media (max-width: 1024px) {
            .nav__vert li.active ul li a {
              padding: 15px 5px;
              font-weight: 400;
              border-right: 0;
              color: rgba(255, 255, 255, 0.8); } }
        .nav__vert li.active ul li.active {
          border-bottom: 1px solid rgba(129, 109, 174, 0.35); }
          .nav__vert li.active ul li.active a {
            text-decoration: underline; }
    .nav__vert li:hover {
      background-color: rgba(237, 234, 243, 0.1); }
    .nav__vert li.perked {
      background-color: #e20078;
      border-top: 1px solid white;
      border-bottom: 1px solid white; }
      .nav__vert li.perked:hover {
        background-color: #ff0288; }
    .nav__vert li.ico-mnu::before {
      position: absolute;
      left: 10px;
      top: 15px;
      opacity: 0.4;
      width: 30px;
      height: 30px;
      display: inline-block;
      font-size: 28px; }
      @media (max-width: 1024px) {
        .nav__vert li.ico-mnu::before {
          position: static;
          width: 100%;
          font-size: 25px;
          text-align: center;
          padding-top: 15px;
          height: auto;
          display: block; } }
    .nav__vert li.ico-mnu.active::before {
      opacity: 1; }
      @media (max-width: 1024px) {
        .nav__vert li.ico-mnu.active::before {
          padding-left: 10px;
          border-right: 5px solid #b90054; } }
    .nav__vert li ul {
      display: none; }

.mobile-nav,
.left-nav-mobile {
  visibility: hidden;
  display: none;
  position: absolute;
  width: 100%;
  background-position: 0;
  background-image: none; }
  @media (max-width: 750px) {
    .mobile-nav,
    .left-nav-mobile {
      visibility: visible; } }
  .mobile-nav__search,
  .left-nav-mobile__search {
    padding: 0 10px;
    position: relative;
    z-index: 3;
    /* firefox 19+ */
    /* ie */ }
    .mobile-nav__search input,
    .left-nav-mobile__search input {
      text-align: center;
      width: 100%;
      margin: 10px auto;
      display: block;
      border: 0;
      padding: 10px;
      font-size: 18px;
      background-color: #fff;
      border-radius: 3px; }
    .mobile-nav__search ::-webkit-input-placeholder::before,
    .left-nav-mobile__search ::-webkit-input-placeholder::before {
      font-family: fontAwesome;
      content: '\f002';
      padding-right: 10px; }
    .mobile-nav__search ::-moz-placeholder::before,
    .left-nav-mobile__search ::-moz-placeholder::before {
      font-family: fontAwesome;
      content: '\f002';
      padding-right: 10px; }
    .mobile-nav__search :-ms-input-placeholder::before,
    .left-nav-mobile__search :-ms-input-placeholder::before {
      font-family: fontAwesome;
      content: '\f002';
      padding-right: 10px; }
    .mobile-nav__search input:-moz-placeholder::before,
    .left-nav-mobile__search input:-moz-placeholder::before {
      font-family: fontAwesome;
      content: '\f002';
      padding-right: 10px; }
  .mobile-nav__menu,
  .left-nav-mobile__menu {
    border-top: 1px solid rgba(68, 37, 128, 0.8);
    padding: 0 10px;
    display: block;
    position: relative;
    z-index: 4; }
    .mobile-nav__menu ul,
    .left-nav-mobile__menu ul {
      margin: 0;
      padding: 0; }
    .mobile-nav__menu li,
    .left-nav-mobile__menu li {
      display: block;
      border: 0;
      font-size: 22px; }
      .mobile-nav__menu li:hover,
      .left-nav-mobile__menu li:hover {
        border: 0;
        box-shadow: none;
        background-color: transparent; }
        .mobile-nav__menu li:hover a,
        .left-nav-mobile__menu li:hover a {
          color: #ffffff;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .mobile-nav__menu li:hover a:hover,
          .left-nav-mobile__menu li:hover a:hover {
            background-color: rgba(85, 85, 85, 0.3); }
      .mobile-nav__menu li:nth-last-child(2),
      .left-nav-mobile__menu li:nth-last-child(2) {
        border-right: 0; }
      .mobile-nav__menu li a,
      .left-nav-mobile__menu li a {
        color: #ffffff;
        padding: 15px 10px;
        position: relative;
        display: block; }
      .mobile-nav__menu li.parent ul,
      .left-nav-mobile__menu li.parent ul {
        display: none;
        margin-top: 1px; }
        .mobile-nav__menu li.parent ul > li,
        .left-nav-mobile__menu li.parent ul > li {
          background-color: rgba(183, 172, 209, 0.1);
          border-bottom: 1px solid rgba(255, 255, 255, 0.45);
          font-size: 0.95em; }
      .mobile-nav__menu li.parent > a:after,
      .left-nav-mobile__menu li.parent > a:after {
        position: absolute;
        top: 12px;
        right: 10px;
        font-size: 1em;
        color: #ffffff;
        content: "";
        width: 40px;
        height: 40px;
        background: url("/Content/img/icon-down-arrow.png") no-repeat right center transparent; }
      .mobile-nav__menu li.parent.open > a:after,
      .left-nav-mobile__menu li.parent.open > a:after {
        background: url("/Content/img/icon-down-arrow.png") no-repeat right center transparent; }
    .mobile-nav__menu ul > li,
    .left-nav-mobile__menu ul > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .mobile-nav__menu ul > li:hover,
      .left-nav-mobile__menu ul > li:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.45); }
        .mobile-nav__menu ul > li:hover a:hover,
        .left-nav-mobile__menu ul > li:hover a:hover {
          background-color: transparent; }
  .mobile-nav .mob-blackout,
  .mobile-nav .left-nav-mobile-blackout,
  .left-nav-mobile .mob-blackout,
  .left-nav-mobile .left-nav-mobile-blackout {
    background-color: rgba(43, 23, 81, 0.95);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    display: none; }

.sub-nav-dropdown {
  max-width: 200px;
  position: absolute;
  top: 5px;
  right: 0;
  display: none; }
  @media (max-width: 1024px) {
    .sub-nav-dropdown {
      display: block; } }
  @media (max-width: 750px) {
    .sub-nav-dropdown {
      position: static;
      width: 100%;
      margin-top: 30px;
      max-width: none; } }
  @media (max-width: 640px) {
    .sub-nav-dropdown {
      display: none; } }

#left-nav-mobile {
  display: none;
  background: #b90054;
  padding: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  position: relative; }
  @media (max-width: 640px) {
    #left-nav-mobile {
      display: block; } }
  #left-nav-mobile .left-nav-mobile {
    top: 100%; }
    #left-nav-mobile .left-nav-mobile__page, #left-nav-mobile .left-nav-mobile__btn {
      float: left; }
    #left-nav-mobile .left-nav-mobile__btn {
      width: 60px;
      padding-left: 10px; }
    #left-nav-mobile .left-nav-mobile__page {
      width: auto;
      margin-top: 11px;
      margin-left: 10px; }

/* .energia-sidebar{
    nav{
        background-image: url('/Content/img/energia-sidebar-bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 100vh;
        background-position: right bottom;
    }
} */
.sidebar-amend {
  display: table-cell;
  vertical-align: top;
  width: 250px;
  background-image: url(/Content/img/energia-sidebar-bg.png);
  background-repeat: no-repeat;
  background-position: center -200px; }
  @media only screen and (max-width: 1100px) {
    .sidebar-amend {
      width: 110px; } }
  @media only screen and (max-width: 640px) {
    .sidebar-amend {
      width: 0px; } }
  .sidebar-amend .base-fluid__nav {
    width: 100%;
    float: none; }

.content-amend {
  display: table-cell;
  background: #ffffff;
  vertical-align: top;
  float: none;
  width: auto; }

.header-amend {
  width: calc(100% - 250px); }
  @media only screen and (max-width: 1100px) {
    .header-amend {
      width: calc(100% - 110px); } }
  @media only screen and (max-width: 640px) {
    .header-amend {
      width: 100%; } }

footer {
  padding: 0.75em 0 0.25em;
  border-top: 1px solid #eeeeee; }
  footer .nav__horiz li a:hover {
    text-decoration: underline; }
  footer .nav__horiz li.active a {
    color: #b90054; }
  @media (max-width: 750px) {
    footer {
      text-align: center; }
      footer .nav__horiz {
        display: inline-block;
        margin: 0 auto; }
        footer .nav__horiz li {
          font-size: 17px;
          text-decoration: underline; }
      footer .text-right {
        text-align: center; } }
  footer p,
  footer li {
    font-size: 15px; }
    @media (max-width: 1024px) {
      footer p,
      footer li {
        font-size: 13px; } }
  footer.base--full-width {
    border-top: 0;
    padding: 0; }
  footer.anchored {
    position: fixed;
    width: 100%;
    bottom: 0; }

.breadcrumb {
  min-height: 60px;
  font-size: 15px;
  padding-left: 50px; }
  @media (max-width: 1024px) {
    .breadcrumb {
      padding-left: 20px; } }
  @media (max-width: 640px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb .nav__horiz {
    margin-top: 17px; }
    .breadcrumb .nav__horiz li {
      font-weight: 600;
      color: #555555; }
      .breadcrumb .nav__horiz li a {
        display: block;
        padding: 0;
        color: #b90054;
        padding-right: 24px;
        position: relative;
        margin-right: 10px; }
        .breadcrumb .nav__horiz li a:after {
          content: "\f054";
          font-family: FontAwesome;
          right: 0;
          position: absolute;
          top: 1px;
          font-weight: 100; }
      .breadcrumb .nav__horiz li:last-child a:after {
        content: ""; }
  @media (max-width: 1024px) {
    .breadcrumb .col-4 {
      width: 66.66666667%; }
    .breadcrumb .col-8 {
      width: 33.33333333%; } }

.account-select {
  font-weight: 600;
  float: right; }
  .account-select label {
    float: left;
    color: #b90054;
    margin-top: 17px;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .account-select label {
        display: none; } }
  .account-select .dropdown {
    float: right;
    color: #888888;
    height: 59px;
    width: 300px;
    border: 0;
    border-left: 1px solid #b7acd1; }
    @media (max-width: 1024px) {
      .account-select .dropdown {
        width: 220px; } }
    .account-select .dropdown select {
      padding: 0 10px;
      height: 100%;
      width: 100%; }
      @media (max-width: 1024px) {
        .account-select .dropdown select {
          padding: 0 40px 0 20px; } }

.pagination ul {
  float: right;
  margin: 10px 0 0;
  padding: 0; }
  .pagination ul li {
    float: left;
    list-style: none;
    color: #442580;
    font-weight: 700; }
    .pagination ul li.gap-fill {
      padding: 5px 10px;
      display: block; }
    .pagination ul li a {
      display: block;
      color: #442580;
      padding: 5px 10px;
      border-radius: 3px;
      border: 1px solid rgba(68, 37, 128, 0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .pagination ul li a:hover {
        border: 1px solid #442580; }
    .pagination ul li.next a:hover, .pagination ul li.prev a:hover {
      border: 1px solid rgba(68, 37, 128, 0); }
    .pagination ul li.current a {
      color: rgba(68, 37, 128, 0.5);
      border-color: rgba(68, 37, 128, 0.5); }

.faq {
  margin: 20px 0; }
  .faq-question {
    padding: 30px 0 35px;
    border-bottom: 2px solid #edeaf3; }
    .faq-question h5, .faq-question p {
      max-width: 80%; }
    .faq-question h5 {
      color: #b90054; }
      .faq-question h5 a {
        text-decoration: none;
        display: block; }
        .faq-question h5 a:hover {
          text-decoration: underline; }
    .faq-question p {
      color: #555555; }
    .faq-question a {
      text-decoration: underline; }

@media (max-width: 640px) {
  .page-title {
    background-color: #442580;
    color: white; } }
.page-title .search-box {
  margin-top: 30px; }
.page-title h1 {
  position: relative;
  bottom: -12px;
  font-size: 2.5em; }
  @media (max-width: 1024px) {
    .page-title h1 {
      font-size: 2.25em; } }
  @media (max-width: 640px) {
    .page-title h1 {
      font-size: 1.375em; } }
  .page-title h1[class^="icon-"] {
    margin-left: 75px; }
    .page-title h1[class^="icon-"]:before {
      color: #b90054;
      font-size: 65px;
      position: absolute;
      left: -75px;
      top: -12px; }
      @media (max-width: 640px) {
        .page-title h1[class^="icon-"]:before {
          font-size: 40px;
          left: -50px;
          top: -10px;
          color: #ffffff; } }
      @media (max-width: 320px) {
        .page-title h1[class^="icon-"]:before {
          display: none; } }
    @media (max-width: 640px) {
      .page-title h1[class^="icon-"] {
        margin-left: 50px; } }
    @media (max-width: 320px) {
      .page-title h1[class^="icon-"] {
        margin-left: 0; } }
.page-title--highlight {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #b90054;
  font-weight: 700;
  letter-spacing: 0px;
  margin-left: 4px;
  top: -8px; }
  @media (max-width: 640px) {
    .page-title--highlight {
      font-size: 14px;
      top: -10px;
      margin-left: 2px;
      color: #edeaf3; } }

.intro-text h1 {
  font-weight: 500;
  font-size: 2.5em; }
  @media (max-width: 1024px) {
    .intro-text h1 {
      font-size: 2em; } }
  @media (max-width: 640px) {
    .intro-text h1 {
      font-size: 1.5em; } }
.intro-text p {
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 300;
  max-width: 80%;
  padding-bottom: 10px; }
  @media (max-width: 1024px) {
    .intro-text p {
      font-size: 1.25em;
      max-width: 90%; } }
  @media (max-width: 640px) {
    .intro-text p {
      font-size: 1.125em;
      max-width: 100%; } }
.intro-text .btn-outline--accent {
  font-size: 17px;
  font-weight: 700; }
  @media (max-width: 1024px) {
    .intro-text .btn-outline--accent {
      font-size: 15px;
      padding: 10px 8px;
      margin-right: 5px; } }
  @media (max-width: 750px) {
    .intro-text .btn-outline--accent {
      font-size: 14px;
      padding: 10px 5px;
      margin-right: 0px; } }
  @media (max-width: 640px) {
    .intro-text .btn-outline--accent {
      display: block;
      margin-bottom: 10px;
      border-color: #442580;
      color: #442580;
      box-shadow: inset 0 0 0 0 #442580; }
      .intro-text .btn-outline--accent:hover {
        box-shadow: inset 0 -100px 0 0 #442580;
        color: #ffffff; } }

.mob-img {
  display: none; }

.desktop-img {
  display: inline-block; }
  @media (max-width: 640px) {
    .desktop-img {
      display: none;
      margin-bottom: 20px; } }

.account-info {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px; }
  .account-info__inner {
    display: table;
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border: 1px solid #d7d8da;
    border-radius: 5px 5px 3px 3px;
    -webkit-box-shadow: 0 0 15px rgba(68, 37, 128, 0.25) ;
    -moz-box-shadow: 0 0 15px rgba(68, 37, 128, 0.25) ;
    box-shadow: 0 0 15px rgba(68, 37, 128, 0.25) ; }
    @media (max-width: 640px) {
      .account-info__inner {
        box-shadow: none;
        border: 0; }
        .account-info__inner .mobile-panel {
          background-color: #ffffff; } }
  .account-info h3, .account-info .grey-header thead tr td.title span, .grey-header thead tr td.title .account-info span {
    color: #442580;
    margin-bottom: 0; }
  .account-info__details {
    width: 65%;
    background-color: #ffffff;
    display: table-cell; }
    @media (max-width: 1024px) {
      .account-info__details {
        display: table-footer-group; } }
    @media (max-width: 640px) {
      .account-info__details {
        background-color: transparent; }
        .account-info__details table td,
        .account-info__details table tr {
          display: block; } }
  .account-info__balance {
    border-left: 1px solid #d7d8da;
    width: 35%;
    display: table-cell;
    background-color: #f7f7f7;
    position: relative;
    min-height: 265px; }
    .new-window-icon {
      width: 16px;
      height: 16px;
      position: relative;
      top: 3px;
      left: 5px;
    }
    @media (max-width: 1024px) {
      .account-info__balance {
        display: table-header-group;
        background-color: #ffffff; }
        .account-info__balance .panel-pad.bkg--lt-grey {
          border-bottom: 1px solid #d7d8da; } }
    @media (max-width: 640px) {
      .account-info__balance {
        background: transparent; }
        .account-info__balance .mobile-panel {
          margin-bottom: 20px; } }
    .account-info__balance .jumbo {
      font-size: 52px;
      font-weight: 700;
      color: #b90054;
      line-height: 1; }
      @media (max-width: 640px) {
        .account-info__balance .jumbo {
          font-size: 42px; } }
      .account-info__balance .jumbo + p {
        margin-top: 40px; }
        @media (max-width: 640px) {
          .account-info__balance .jumbo + p {
            font-size: 16px;
            margin-top: 20px; } }
    .account-info__balance .state {
      color: #b90054;
      font-weight: 500; }
    .account-info__balance .btn {
      width: 100%;
      text-align: center;
      font-size: 20px;
      font-weight: 700; }
  .account-info p {
    font-weight: 500;
    font-size: 18px;
    color: #888888; }
    .account-info p a {
      text-decoration: underline;
      color: #442580;
      font-weight: 700; }
      .account-info p a:hover {
        color: #371e68; }
  .account-info__viewbill {
    border-top: 1px solid #d7d8da;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (max-width: 1024px) {
      .account-info__viewbill {
        position: static; }
        .account-info__viewbill.bkg--dk-grey {
          background-color: transparent;
          border-bottom: 1px solid #d7d8da; } }
  .account-info .title {
    font-weight: 900;
    color: #442580;
    display: block;
    font-size: 18px; }
  .account-info .panel-pad {
    padding: 15px 30px; }
    @media (max-width: 640px) {
      .account-info .panel-pad {
        padding: 15px 0 15px 15px; } }
    .account-info .panel-pad-btn {
      padding: 15px; }
    @media (max-width: 750px) {
      .account-info .panel-pad.bkg--lt-grey {
        background-color: #442580;
        color: #ffffff; }
        .account-info .panel-pad.bkg--lt-grey h3, .account-info .panel-pad.bkg--lt-grey .grey-header thead tr td.title span, .grey-header thead tr td.title .account-info .panel-pad.bkg--lt-grey span {
          color: #ffffff;
          font-size: 1.375em; } }
  .account-info a {
    font-weight: 700; }
  .account-info table,
  .account-info tr,
  .account-info td {
    border: 0; }
  @media (max-width: 640px) {
    .account-info table {
      width: 95%; }
    .account-info td {
      border: 0;
      padding: 8px 0; }
      .account-info td.td-12, .account-info td.td-11, .account-info td.td-10, .account-info td.td-9, .account-info td.td-8, .account-info td.td-7, .account-info td.td-6, .account-info td.td-5, .account-info td.td-4, .account-info td.td-3, .account-info td.td-2, .account-info td.td-1 {
        width: 100%; } }
  .account-info .balance-figure {
    min-height: 260px;
    padding-top: 35px; }
    @media (max-width: 1024px) {
      .account-info .balance-figure {
        min-height: 0; } }

.energia-mob-center {
  text-align: center; }

@media (max-width: 980px) {
  .registration-process div.col-3 .content-area div.span-12 {
    width: 50%; } }
@media (max-width: 640px) {
  .registration-process div.col-3 .content-area div.span-12 {
    width: 100%; } }
.registration-process .panel-col {
  margin-bottom: 20px; }
  @media (max-width: 980px) {
    .registration-process .panel-col {
      padding: 30px 50px !important; } }

.account-summary-header h1 {
  letter-spacing: -1.5px;
  font-size: 40px; }
.account-summary-header .mob-img {
  display: none; }
  @media only screen and (max-width: 1100px) {
    .account-summary-header .mob-img {
      display: block;
      margin-left: 50px; } }
  @media only screen and (max-width: 360px) {
    .account-summary-header .mob-img {
      display: block;
      margin-left: 0px; } }
.account-summary-header .desktop-img {
  display: inline-block; }
  @media only screen and (max-width: 1100px) {
    .account-summary-header .desktop-img {
      display: none; } }

@media (max-width: 1024px) {
  .acc-summary-ui div.col-3 {
    width: 100%;
    margin-top: 20px; }
    .acc-summary-ui div.col-3 .span-12 {
      width: 33.333333%; }
  .acc-summary-ui div.col-9 {
    width: 100%; } }
@media (max-width: 980px) {
  .acc-summary-ui div.col-3 .span-12 {
    width: 50%; } }
@media (max-width: 480px) {
  .acc-summary-ui div.col-3 .span-12 {
    width: 100%; } }

.standard hr {
  background-color: #b7acd1; }
.standard p {
  color: #555555; }
  .standard p a {
    font-weight: 600;
    color: #442580;
    text-decoration: underline; }
    .standard p a:hover {
      color: #2b1751; }
.standard ul li, .standard ol li {
  color: #555555;
  font-weight: 300; }
.standard table thead td {
  border-bottom: 1px solid #d7d8da; }
.standard table.small {
  border: none;
  width: 40%; }
  @media (max-width: 640px) {
    .standard table.small {
      width: 50%; } }
  @media (max-width: 480px) {
    .standard table.small {
      width: 70%; } }
  @media (max-width: 320px) {
    .standard table.small {
      width: 100%; } }
  .standard table.small td {
    border-bottom: none;
    padding: 3px 0;
    font-size: 1.1875em;
    color: #555555;
    font-weight: 100; }

.online {
  color: #5bc13c;
  font-weight: 700;
  font-size: 1.1875em;
  line-height: 2;
  text-align: right;
  position: absolute;
  padding-right: 25px;
  display: block; }
  @media (max-width: 750px) {
    .online {
      text-align: left;
      display: inline-block;
      position: relative; } }
  .online__right {
    right: 0;
    top: 40px; }
    @media (max-width: 750px) {
      .online__right {
        top: 0; } }
  .online:after {
    position: absolute;
    right: 0;
    content: "s";
    font-family: 'pni-icons';
    font-size: 1.125em;
    top: -1px; }

@media (max-width: 480px) {
  .grey-header td {
    width: 100%;
    display: block; } }
.grey-header td .tip {
  font-style: italic;
  color: #b7b9bd; }
.grey-header thead {
  background-color: #f7f7f7; }
  @media (max-width: 980px) {
    .grey-header thead {
      background-color: #edeaf3; } }
  .grey-header thead tr:last-of-type td {
    border-bottom: 1px solid #d7d8da; }
  @media (max-width: 640px) {
    .grey-header thead tr td .edit {
      display: none; } }
  .grey-header thead tr td .edit-respond {
    display: none; }
    @media (max-width: 640px) {
      .grey-header thead tr td .edit-respond {
        display: inline-block; } }
  @media (max-width: 480px) {
    .grey-header thead tr td.td-6 {
      width: 50%;
      display: table-cell; } }
  .grey-header thead tr td.title span {
    font-family: Arial, sans-serif;
    font-weight: 600; }
    @media (max-width: 1170px) {
      .grey-header thead tr td.title span {
        font-size: 1.3125em; } }
    @media (max-width: 980px) {
      .grey-header thead tr td.title span {
        font-size: 1.1875em; } }
  .grey-header thead tr td.title a {
    text-align: right;
    float: right;
    margin-top: 8px;
    text-align: right; }

.edit-details-contain {
  width: 60%;
  border: none; }

.edit-details p {
  font-size: 1.0625em;
  max-width: 100%; }
.edit-details tbody td {
  padding: 20px;
  display: block;
  width: 100%; }
.edit-details .variable-feilds .field {
  position: relative; }
.edit-details .variable-feilds input {
  width: 100%;
  display: inline-block; }
.edit-details .save-changes {
  float: right; }
  @media (max-width: 640px) {
    .edit-details .save-changes {
      float: none; } }
  @media (max-width: 640px) {
    .edit-details .save-changes a {
      margin: 20px 0; } }
  .edit-details .save-changes a:not(:last-child) {
    margin-right: 10px; }
    @media (max-width: 640px) {
      .edit-details .save-changes a:not(:last-child) {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .edit-details .save-changes a {
      display: block; } }
.edit-details .icheckbox_square-orange {
  margin: auto; }
.edit-details .checkboxes label {
  margin: 10px 20px 10px 5px;
  font-weight: 300;
  font-size: 1.0625em; }
.edit-details .preferences {
  padding: 0; }

.remove-item {
  position: relative; }

.remove-btn {
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  background-color: #bbbbbb;
  padding: 3px 5px;
  top: 14px;
  right: 25px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 500; }
  @media (max-width: 640px) {
    .remove-btn {
      right: 12px; } }
  .remove-btn:hover {
    background-color: #888888;
    color: #ffffff; }

.nested-tbl {
  max-width: 500px;
  border: 0;
  margin: 10px 0; }
  .nested-tbl tr td {
    position: relative;
    vertical-align: top; }
    @media (max-width: 640px) {
      .nested-tbl tr td {
        padding: 0; } }
  .nested-tbl tr td,
  .nested-tbl tr label {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0; }
  .nested-tbl tr td:first-child {
    padding-left: 0; }
  .nested-tbl tr td:last-child {
    padding-right: 0; }
  .nested-tbl tr td:nth-child(2) .remove-btn {
    right: 10px; }
    @media (max-width: 640px) {
      .nested-tbl tr td:nth-child(2) .remove-btn {
        right: 12px; } }
  .nested-tbl .add-lnk {
    display: block;
    margin-top: 13px; }
    @media (max-width: 640px) {
      .nested-tbl .add-lnk {
        position: static;
        margin-top: 15px; } }
  .nested-tbl span.field-validation-error {
    position: relative;
    top: -15px;
    font-size: 0.8em; }

.make-payment-btn {
  display: none; }
  @media (max-width: 480px) {
    .make-payment-btn {
      display: block; } }

.no-payment-result {
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 20px 0;
  color: #b7b9bd;
  text-align: center;
  margin: 20px 0; }
  .no-payment-result p {
    font-weight: 600;
    font-size: 18px;
    margin: 0; }

#wizard-intro h1 {
  line-height: 1.2;
  font-size: 35px;
  margin-bottom: 20px; }
#wizard-intro .heading {
  padding-right: 80px;
  font-size: 22px; }
  @media (max-width: 640px) {
    #wizard-intro .heading {
      padding-right: 0px; } }
@media (max-width: 980px) {
  #wizard-intro .col-9 {
    width: 60%; }
  #wizard-intro .col-3 {
    width: 40%; } }
@media (max-width: 640px) {
  #wizard-intro .col-9 {
    width: 100%; }
  #wizard-intro .col-3 {
    width: 100%; } }

.business-link {
  background-color: #442580;
  background-image: url(/Content/img/business-Link-bkg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-left: 5px solid #b90054;
  padding: 25px 20px;
  margin-bottom: 15px; }
  .business-link h3, .business-link .grey-header thead tr td.title span, .grey-header thead tr td.title .business-link span {
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 30px; }

.moving-link {
  background-color: #b90054;
  color: #ffffff;
  padding: 15px;
  border-radius: 3px;
  position: relative; }
  .moving-link:after {
    content: "n";
    font-family: pni-icons;
    right: 15px;
    position: absolute;
    top: 30%; }
  .moving-link a {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    display: block;
    padding-right: 45px; }

.switch-steps h3, .switch-steps .grey-header thead tr td.title span, .grey-header thead tr td.title .switch-steps span {
  font-family: Arial, sans-serif;
  padding-top: 40px; }
.switch-steps .plan-select {
  background: #b90054;
  border-radius: 5px;
  padding: 35px 0px;
  position: relative;
  bottom: -90px;
  position: relative;
  font-size: 20px;
  font-weight: 100;
  text-align: left; }
  .switch-steps .plan-select :after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b90054;
    border-width: 30px;
    margin-left: -30px; }
  .switch-steps .plan-select p {
    line-height: 1.2;
    margin: 0;
    font-size: 18px; }
  .switch-steps .plan-select .plan-heading {
    width: 25%;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    padding: 0px 20px; }
    @media (max-width: 980px) {
      .switch-steps .plan-select .plan-heading {
        display: block;
        width: 100%; } }
  .switch-steps .plan-select .plan-actual {
    width: 65%;
    padding: 0px 20px; }
    @media (max-width: 980px) {
      .switch-steps .plan-select .plan-actual {
        display: block;
        width: 100%;
        text-align: center; }
        .switch-steps .plan-select .plan-actual p a {
          text-decoration: none; } }
  .switch-steps .plan-select a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700; }
.switch-steps .step-horizontal {
  margin-top: 50px;
  margin-bottom: -20px; }
  .switch-steps .step-horizontal ol {
    margin: 0 auto;
    display: inline-block;
    width: 75%;
    position: relative; }
    @media (max-width: 980px) {
      .switch-steps .step-horizontal ol {
        width: 100%; } }
  .switch-steps .step-horizontal li {
    width: 33.3333%;
    float: left;
    z-index: 2;
    margin-bottom: 0;
    text-align: center; }
    .switch-steps .step-horizontal li:before {
      border-color: #ffffff;
      margin-right: 5px;
      background-color: #442580;
      position: relative;
      z-index: 1; }
    .switch-steps .step-horizontal li:after {
      width: 100%;
      height: 3px;
      top: 21px;
      z-index: 0;
      left: 50%;
      background-color: #ffffff; }
    .switch-steps .step-horizontal li.active:before {
      background-color: #b90054; }
    .switch-steps .step-horizontal li.active:after {
      background: #e20078;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyMDA3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(left, #e20078 0%, white 85%);
      background: -webkit-linear-gradient(left, #e20078 0%, white 85%);
      background: linear-gradient(to right, #e20078 0%, white 85%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20078', endColorstr='#ffffff', GradientType=1); }
    .switch-steps .step-horizontal li.active span {
      /* &:before {
          content: '';
          background-image: url(/Content/img/You-are-here.png);
          width: 101px;
          height: 73px;
          display: block;
          position: absolute;
          top: -95px;
          @include respond-to(ipadpor) {
              display:none;
          }
      } */ }
    .switch-steps .step-horizontal li span {
      margin: 0;
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      margin-top: 5px; }
      @media (max-width: 640px) {
        .switch-steps .step-horizontal li span {
          font-size: 15px;
          width: 90%; } }
    .switch-steps .step-horizontal li.complete span {
      color: #99bdda; }
  .switch-steps .step-horizontal--cot {
    margin: 20px 0px; }
    .switch-steps .step-horizontal--cot ol {
      width: 100%; }
      .switch-steps .step-horizontal--cot ol li {
        font-size: 20px; }
        @media (max-width: 1024px) {
          .switch-steps .step-horizontal--cot ol li {
            font-size: 16px; } }

@media (max-width: 980px) {
  .step-guide-cot {
    text-align: center; }
    .step-guide-cot p {
      display: none; }
    .step-guide-cot .col-5, .step-guide-cot .col-7 {
      width: 100%; } }
#switch-options {
  padding-top: 100px; }
  @media (max-width: 980px) {
    #switch-options .col-6 {
      width: 100%;
      margin-bottom: 20px; } }

.deal-identity {
  border-bottom: 2px solid #d7d8da; }
  .deal-identity p {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  @media (max-width: 750px) {
    .deal-identity .col-5, .deal-identity .col-7 {
      width: 50% !important; } }
  @media (max-width: 480px) {
    .deal-identity .col-5, .deal-identity .col-7 {
      width: 100% !important; } }

.unit-rates {
  padding-top: 2.5em; }
  @media (max-width: 640px) {
    .unit-rates .text-right {
      text-align: left; } }
  .unit-rates .text-right a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700; }
  .unit-rates p {
    font-size: 18px; }

.do-you-have h2,
.do-you-have h3,
.do-you-have .grey-header thead tr td.title span,
.grey-header thead tr td.title .do-you-have span {
  font-family: Arial, sans-serif; }
.do-you-have p {
  color: #555555;
  font-size: 18px; }
.do-you-have .btn-pos {
  position: relative;
  top: 42px; }
  @media (max-width: 750px) {
    .do-you-have .btn-pos {
      top: auto; } }
.do-you-have label {
  color: #555555; }

.account-pop {
  position: relative;
  background: #f0ecfa;
  border: 1px solid #d7d8da;
  padding: 20px;
  border-radius: 5px; }
  @media (max-width: 750px) {
    .account-pop {
      margin-top: 30px; } }
  .account-pop:after, .account-pop:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media (max-width: 980px) {
      .account-pop:after, .account-pop:before {
        bottom: 100%;
        left: 90%;
        right: auto;
        top: auto; } }
    @media (max-width: 750px) {
      .account-pop:after, .account-pop:before {
        bottom: 100%;
        left: 50%;
        right: auto;
        top: auto; } }
  .account-pop:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f0ecfa;
    border-width: 30px;
    margin-top: -30px; }
    @media (max-width: 980px) {
      .account-pop:after {
        border-right-color: transparent;
        border-bottom-color: #f0ecfa;
        border-width: 30px;
        margin-left: -30px; } }
  .account-pop:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #d7d8da;
    border-width: 31px;
    margin-top: -31px; }
    @media (max-width: 980px) {
      .account-pop:before {
        border-right-color: transparent;
        border-bottom-color: #d7d8da;
        border-width: 31px;
        margin-left: -31px; } }
  .account-pop p,
  .account-pop h6 {
    color: #555555;
    font-size: 16px; }
  .account-pop h6 {
    font-size: 18px;
    margin-bottom: 15px; }
  .account-pop a {
    color: #442580;
    text-decoration: underline;
    font-weight: 700; }

.wizard-teaser-row h3, .wizard-teaser-row .grey-header thead tr td.title span, .grey-header thead tr td.title .wizard-teaser-row span {
  font-family: Arial, sans-serif; }
.wizard-teaser-row h5 {
  padding: 10px 0px;
  margin: 0; }
.wizard-teaser-row p {
  font-size: 18px;
  color: #555555;
  max-width: 90%; }
.wizard-teaser-row .col-3 p,
.wizard-teaser-row .col-4 p {
  font-size: 16px; }

@media (max-width: 980px) {
  #how-would-pay-1 .col-9,
  #how-would-pay-1 .col-3 {
    width: 50%; }
    #how-would-pay-1 .col-9 .btn,
    #how-would-pay-1 .col-3 .btn {
      display: block; } }
@media (max-width: 640px) {
  #how-would-pay-1 .col-9,
  #how-would-pay-1 .col-3 {
    width: 100%; }
    #how-would-pay-1 .col-9 .btn,
    #how-would-pay-1 .col-3 .btn {
      display: block;
      margin-top: 20px; } }

@media (max-width: 980px) {
  #plan-summary .col-8,
  #plan-summary .col-3 {
    width: 100%; } }

@media (max-width: 980px) {
  #has-account .col-7,
  #has-account .col-4 {
    width: 100%; }
  #has-account .form .col-4 {
    width: 33.3333%; } }
  @media (max-width: 980px) and (max-width: 750px) {
    #has-account .form .col-4 {
      width: 100%; } }

@media (max-width: 980px) {
  .table-wizard thead {
    display: none; }
  .table-wizard tbody td {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 200px;
    border-bottom: 1px solid #d7d8da !important; }
    .table-wizard tbody td:first-child {
      padding-left: 20px;
      background: #442580;
      color: #ffffff;
      font-weight: 700; }
      .table-wizard tbody td:first-child span:before {
        display: none; }
    .table-wizard tbody td:nth-type(even) {
      border-bottom: 1px solid #d7d8da !important; }
    .table-wizard tbody td:last-child {
      border-bottom: 0px !important; }
    .table-wizard tbody td span:before {
      content: attr(data-title);
      background: #f0ecfa;
      width: 180px;
      height: 100%;
      top: 0px;
      left: 0px;
      padding-left: 20px;
      position: absolute;
      line-height: 2.7; } }

.panel__wizard--radio-list .radio-btns .stacked p {
  display: inline-block;
  font-size: 19px;
  margin: 0; }

.sector-options {
  position: absolute;
  top: -40px;
  right: 0px; }
  @media (max-width: 1024px) {
    .sector-options {
      top: -20px; } }
  @media (max-width: 750px) {
    .sector-options {
      display: none; } }
  .sector-options ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .sector-options ul li {
      float: left; }
      .sector-options ul li:last-child {
        margin-left: 5px; }
      .sector-options ul li a {
        display: block;
        border: 2px solid #ffffff;
        border-top: 0px;
        background: #8ebf25;
        padding: 10px 20px;
        font-size: 18px;
        color: #ffffff;
        border-radius: 0px 0px 4px 4px;
        font-weight: 600; }
        .sector-options ul li a:hover {
          background: #85b322; }

.sector-options--mobile {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px; }
  .sector-options--mobile li a {
    font-weight: 300 !important;
    font-size: 18px; }
  @media (max-width: 750px) {
    .sector-options--mobile {
      display: block; } }

.sector-options--mobile-commercial {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px; }
  .sector-options--mobile-commercial li a {
    background: #8ebf25;
    display: inline-block;
    padding: 10px 35px;
    color: #ffffff;
    border-radius: 20px; }
    .sector-options--mobile-commercial li a:hover {
      background: #85b322; }
  @media (max-width: 750px) {
    .sector-options--mobile-commercial {
      display: block; } }

.visibile-accounts {
  color: #555555; }

.account-block {
  display: table;
  width: 100%; }
  .account-block__wrap {
    border-radius: 5px;
    border: 2px solid #d7d8da;
    -webkit-box-shadow: 0 0 15px rgba(68, 37, 128, 0.25) ;
    -moz-box-shadow: 0 0 15px rgba(68, 37, 128, 0.25) ;
    box-shadow: 0 0 15px rgba(68, 37, 128, 0.25) ;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    overflow: hidden; }
    .account-block__wrap:hover {
      border-color: #b7b9bd; }
  .account-block a {
    background-color: #ffffff;
    display: table-row;
    width: 100%; }
  .account-block__icon, .account-block__detail, .account-block__balance {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0; }
    @media (max-width: 480px) {
      .account-block__icon, .account-block__detail, .account-block__balance {
        display: block;
        width: 100%;
        padding: 10px 0; } }
  .account-block__icon {
    width: 100px;
    text-align: center;
    padding: 10px 0; }
    @media (max-width: 640px) {
      .account-block__icon {
        display: none; } }
    .account-block__icon .ico {
      font-size: 48px;
      color: #b90054;
      width: 55px;
      height: 54px;
      overflow: hidden;
      display: block;
      margin: 0 auto;
      bottom: -1px; }
      .account-block__icon .ico:before {
        top: 2px;
        position: absolute;
        left: 5px; }
  .account-block__detail {
    width: auto; }
    @media (max-width: 480px) {
      .account-block__detail {
        padding: 0; } }
    .account-block__detail--inner {
      border-left: 2px solid #e6e6e6;
      padding: 0 20px; }
      @media (max-width: 640px) {
        .account-block__detail--inner {
          border-left: none; } }
      @media (max-width: 480px) {
        .account-block__detail--inner {
          padding: 0; } }
    .account-block__detail .detail__acc {
      color: #b90054;
      font-size: 18px;
      font-weight: 600;
      line-height: 1; }
      @media (max-width: 480px) {
        .account-block__detail .detail__acc {
          padding: 0;
          color: #ffffff;
          background: #371e68;
          padding: 15px 20px 15px 55px;
          position: relative; }
          .account-block__detail .detail__acc:before {
            content: "c";
            font-family: 'pni-icons';
            font-size: 20px;
            color: #ffffff;
            height: 100%;
            left: 20px;
            top: 14px;
            position: absolute; } }
    .account-block__detail .detail__add {
      color: #555555;
      line-height: 1.1;
      font-weight: 400;
      font-size: 22px;
      margin: 5px 0; }
      @media (max-width: 480px) {
        .account-block__detail .detail__add {
          padding: 10px 20px 5px; } }
    .account-block__detail .detail__plan {
      line-height: 1;
      color: #b90054;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 480px) {
        .account-block__detail .detail__plan {
          padding: 5px 20px 15px; } }
      .account-block__detail .detail__plan .highlight {
        color: #442580; }
  .account-block__balance {
    width: 275px;
    background: url("/content/img/icon-right-arrow.png") no-repeat right 50% #efeff0;
    border-left: 2px solid #e6e6e6; }
    @media (max-width: 480px) {
      .account-block__balance {
        border-left: 0;
        width: 100%;
        background-color: transparent;
        border-top: 1px solid #e6e6e6;
        padding: 15px 0; } }
    .account-block__balance .balance__block {
      padding: 0 0 0 20px;
      margin-right: 50px;
      border-right: 2px solid #d7d8da; }
      @media (max-width: 480px) {
        .account-block__balance .balance__block {
          border-color: #e6e6e6; } }
    .account-block__balance .balance__title {
      color: #816dae;
      font-size: 18px;
      font-weight: 600;
      line-height: 1; }
    .account-block__balance .balance__figure {
      color: #b90054;
      font-size: 38px;
      line-height: 1;
      font-weight: 600; }

.search-box {
  position: relative; }
  .search-box input.search {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #d7d8da;
    padding: 10px 30px 10px 15px;
    color: #555555; }
    .search-box input.search ::-webkit-input-placeholder {
      /* Safari, Chrome and Opera */
      color: #bbbbbb; }
    .search-box input.search :-moz-placeholder {
      /* Firefox 18- */
      color: #bbbbbb; }
    .search-box input.search ::-moz-placeholder {
      /* Firefox 19+ */
      color: #bbbbbb; }
    .search-box input.search :-ms-input-placeholder {
      /* IE 10+ */
      color: #bbbbbb; }
    .search-box input.search ::-ms-input-placeholder {
      /* Edge */
      color: #bbbbbb; }
    .search-box input.search :placeholder-shown {
      /* Standard one last! */
      color: #bbbbbb; }
    .search-box input.search__sml {
      width: 200px; }
      @media (max-width: 750px) {
        .search-box input.search__sml {
          width: 100%; } }
    .search-box input.search__lrg {
      width: 100%;
      max-width: 380px; }
      @media (max-width: 750px) {
        .search-box input.search__lrg {
          width: 100%;
          max-width: none; } }
    .search-box input.search__right {
      float: right; }
      @media (max-width: 480px) {
        .search-box input.search__right {
          width: 100%; } }
  .search-box button {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    background: none;
    position: absolute;
    right: 13px;
    top: 12px; }
  .search-box--grey input.search {
    background-color: #efeff0;
    border-color: #d7d8da;
    color: #555555; }

/* Include State Sasss */
/* Include Theme Sass */

/*# sourceMappingURL=main--energia.css.map */

/* UPDATED NOT IN SASS */

.footer-nav {border-bottom: none;}
.footer-social{text-align: center; padding-bottom: 20px !important; display:block;}
.footer-social a{display: inline-block; background-color: #fff; padding: 10px; border-radius: 50%; min-width: 38px; color: #442580 !important; margin: 0 2px;}
.footer-social a:hover {color: #442580 !important;}

