@charset "UTF-8";
/**
 *  Font Awesome
 *  version 4.6.3
 */
/***  
@import "FontAwesome/variables";
@import "FontAwesome/mixins";
@import "FontAwesome/path";
@import "FontAwesome/core";
@import "FontAwesome/larger";
@import "FontAwesome/fixed-width";
@import "FontAwesome/list";
@import "FontAwesome/bordered-pulled";
@import "FontAwesome/animated";
@import "FontAwesome/rotated-flipped";
@import "FontAwesome/stacked";
@import "FontAwesome/icons";
@import "FontAwesome/screen-reader";
***/
/**
 *  Font Awesome
 *  version 4.7
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before, .home-action-secondary
.home-action-secondary-label
.home-action-secondary-label-text:after {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before, .links-column
li
a:after {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before, .currently-enrolled
.banner.icon-document:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before, .currently-enrolled
.banner.icon-ebill:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
@import "font-awesome-4.7.0/variables";
@import "font-awesome-4.7.0/mixins";
@import "font-awesome-4.7.0/path";
@import "font-awesome-4.7.0/core";
@import "font-awesome-4.7.0/larger";
@import "font-awesome-4.7.0/fixed-width";
@import "font-awesome-4.7.0/list";
@import "font-awesome-4.7.0/bordered-pulled";
@import "font-awesome-4.7.0/animated";
@import "font-awesome-4.7.0/rotated-flipped";
@import "font-awesome-4.7.0/stacked";
@import "font-awesome-4.7.0/icons";
@import "font-awesome-4.7.0/screen-reader";
**/
/**
 *  IMPORT PARTIALS
 */
/* Sitewide variables and standards */
/**
 *  VARIABLES
 */
/* COLORS - BRAND AND SITE STANDARD */
/* BUTTONS */
/* Size */
/* Colors */
/* Components */
/* SCREEN SIZE */
/* Screen size - min values */
/*
$min-xsmall: "(min-width: 320px)";
$min-small: "(min-width: 480px)";
$min-medium: "(min-width: 768px)";
$min-large: "(min-width: 992px)";
$min-xlarge: "(min-width: 1200px)";
*/
/*
$min-xsmall: "(min-width: 0px)";
$min-smaller: "(min-width: 480px)";
$min-small: "(min-width: 768px)";
$min-medium: "(min-width: 992px)";
$min-large: "(min-width: 1200px)";
$min-xlarge: "(min-width: 1500px)";
*/
/* Screen size - max values */
/* Screen size - max values */
/*
$max-xsmall: "(max-width: 319px)";
$max-small: "(max-width: 479px)";
$max-medium: "(max-width: 767px)";
$max-large: "(max-width: 991px)";
$max-xlarge: "(max-width: 1199px)";
*/
/* TEMPLATE VARIABLES */
/* Site theme(s) */
/* Theme global colors */
/* Theme Colors */
/* Theme Mixins */
/* Global colors */
.theme-global-blue-standard .tout,
.theme-global-blue-standard.tout {
  background-color: #2c5b9c;
}

.theme-global-blue-standard
.hero-bg-theme {
  background-color: #2c5b9c !important;
  opacity: 0.5;
}

.theme-global-blue-standard.icon-color,
.theme-global-blue-standard.text-color {
  color: #2c5b9c !important;
}

.theme-global-blue-light .tout,
.theme-global-blue-light.tout {
  background-color: #0981ff;
}

.theme-global-blue-light
.hero-bg-theme {
  background-color: #0981ff !important;
  opacity: 0.25;
}

.theme-global-blue-light.icon-color,
.theme-global-blue-light.text-color {
  color: #0981ff !important;
}

.theme-global-grey .tout,
.theme-global-grey.tout {
  background-color: #9f9f9f;
}

.theme-global-grey
.hero-bg-theme {
  background-color: #9f9f9f !important;
  opacity: 0.65;
}

.theme-global-grey.icon-color,
.theme-global-grey.text-color {
  color: #9f9f9f !important;
}

.theme-global-grey-light .tout,
.theme-global-grey-light.tout {
  background-color: #cfcfcf;
}

.theme-global-grey-light
.hero-bg-theme {
  background-color: #cfcfcf !important;
  opacity: 0.75;
}

.theme-global-grey-light.icon-color,
.theme-global-grey-light.text-color {
  color: #cfcfcf !important;
}

.theme-global-grey-dark .tout,
.theme-global-grey-dark.tout {
  background-color: #7e7e7e;
}

.theme-global-grey-dark
.hero-bg-theme {
  background-color: #7e7e7e !important;
  opacity: 0.75;
}

.theme-global-grey-dark.icon-color,
.theme-global-grey-dark.text-color {
  color: #7e7e7e !important;
}

.theme-global-grey-darker .tout,
.theme-global-grey-darker.tout {
  background-color: #434343;
}

.theme-global-grey-darker
.hero-bg-theme {
  background-color: #434343 !important;
  opacity: 0.75;
}

.theme-global-grey-darker.icon-color,
.theme-global-grey-darker.text-color {
  color: #434343 !important;
}

.theme-global-black .tout,
.theme-global-black.tout {
  background-color: #3b3b3b;
}

.theme-global-black
.hero-bg-theme {
  background-color: #3b3b3b !important;
  opacity: 0.5;
}

.theme-global-black.icon-color,
.theme-global-black.text-color {
  color: #3b3b3b !important;
}

.theme-global-green .tout,
.theme-global-green.tout {
  background-color: #21a740;
}

.theme-global-green.hero .hero-bg-theme {
  background-color: #21a740;
  opacity: 0.5;
}

.theme-global-green.icon-color,
.theme-global-green.text-color {
  color: #21a740 !important;
}

.theme-global-red .tout,
.theme-global-red.tout {
  background-color: #dd4d3e;
}

.theme-global-red
.hero-bg-theme {
  background-color: #dd4d3e !important;
  opacity: 0.5;
}

.theme-global-red.icon-color,
.theme-global-red.text-color {
  color: #dd4d3e !important;
}

/* Page theme colors */
.theme-day-primary .tout,
.theme-day-primary.tout {
  background-color: #3f62a5;
}

.theme-day-primary
.hero-bg-theme {
  background-color: #3f62a5;
  opacity: 0.5;
}

.theme-day-primary.icon-color,
.theme-day-primary.text-color {
  color: #3f62a5 !important;
}

.theme-day-secondary .tout,
.theme-day-secondary.tout {
  background-color: #2d3d51;
}

.theme-day-secondary
.hero-bg-theme {
  background-color: #2d3d51;
  opacity: 0.5;
}

.theme-day-secondary.icon-color,
.theme-day-secondary.text-color {
  color: #2d3d51 !important;
}

.theme-night-primary .tout,
.theme-night-primary.tout {
  background-color: #2d3d51;
}

.theme-night-primary
.hero-bg-theme {
  background-color: #2d3d51;
  opacity: 0.5;
}

.theme-night-primary.icon-color,
.theme-night-primary.text-color {
  color: #2d3d51 !important;
}

.theme-night-secondary .tout,
.theme-night-secondary.tout {
  background-color: #3f62a5;
}

.theme-night-secondary
.hero-bg-theme {
  background-color: #3f62a5;
  opacity: 0.5;
}

.theme-night-secondary.icon-color,
.theme-night-secondary.text-color {
  color: #3f62a5 !important;
}

.theme-sand-primary .tout,
.theme-sand-primary.tout {
  background-color: #717580;
}

.theme-sand-primary
.hero-bg-theme {
  background-color: #717580;
  opacity: 0.5;
}

.theme-sand-primary.icon-color,
.theme-sand-primary.text-color {
  color: #717580 !important;
}

.theme-sand-secondary .tout,
.theme-sand-secondary.tout {
  background-color: #6985ab;
}

.theme-sand-secondary
.hero-bg-theme {
  background-color: #6985ab;
  opacity: 0.5;
}

.theme-sand-secondary.icon-color,
.theme-sand-secondary.text-color {
  color: #6985ab !important;
}

.theme-sky-primary .tout,
.theme-sky-primary.tout {
  background-color: #6985ab;
}

.theme-sky-primary
.hero-bg-theme {
  background-color: #6985ab;
  opacity: 0.5;
}

.theme-sky-primary.icon-color,
.theme-sky-primary.text-color {
  color: #6985ab !important;
}

.theme-sky-secondary .tout,
.theme-sky-secondary.tout {
  background-color: #717580;
}

.theme-sky-secondary
.hero-bg-theme {
  background-color: #717580;
  opacity: 0.5;
}

.theme-sky-secondary.icon-color,
.theme-sky-secondary.text-color {
  color: #717580 !important;
}

.theme-violet-primary .tout,
.theme-violet-primary.tout {
  background-color: #78829e;
}

.theme-violet-primary
.hero-bg-theme {
  background-color: #78829e;
  opacity: 0.5;
}

.theme-violet-primary.icon-color,
.theme-violet-primary.text-color {
  color: #78829e !important;
}

.theme-violet-secondary .tout,
.theme-violet-secondary.tout {
  background-color: #8499ab;
}

.theme-violet-secondary
.hero-bg-theme {
  background-color: #8499ab;
  opacity: 0.65;
}

.theme-violet-secondary.icon-color,
.theme-violet-secondary.text-color {
  color: #8499ab !important;
}

.theme-bluegrass-primary .tout,
.theme-bluegrass-primary.tout {
  background-color: #8499ab;
}

.theme-bluegrass-primary
.hero-bg-theme {
  background-color: #8499ab;
  opacity: 0.5;
}

.theme-bluegrass-primary.icon-color,
.theme-bluegrass-primary.text-color {
  color: #8499ab !important;
}

.theme-bluegrass-secondary .tout,
.theme-bluegrass-secondary.tout {
  background-color: #78829e;
}

.theme-bluegrass-secondary
.hero-bg-theme {
  background-color: #78829e;
  opacity: 0.5;
}

.theme-bluegrass-secondary.icon-color,
.theme-bluegrass-secondary.text-color {
  color: #78829e !important;
}

/* Touts */
.content-main-wrapper .tout.theme-global-blue-standard {
  background-color: #2c5b9c !important;
}

.content-main-wrapper .tout.theme-global-blue-light {
  background-color: #0981ff !important;
}

.content-main-wrapper .tout.theme-global-grey {
  background-color: #9f9f9f !important;
}

.content-main-wrapper .tout.theme-global-grey-light {
  background-color: #cfcfcf !important;
}

.content-main-wrapper .tout.theme-global-black {
  background-color: #3b3b3b !important;
}

.content-main-wrapper .tout.theme-global-green {
  background-color: #21a740 !important;
}

.content-main-wrapper .tout.theme-global-red {
  background-color: #dd4d3e !important;
}

.content-main-wrapper .tout.theme-day-primary {
  background-color: #3f62a5 !important;
}

.content-main-wrapper .tout.theme-day-secondary {
  background-color: #2d3d51 !important;
}

.content-main-wrapper .tout.theme-night-primary {
  background-color: #2d3d51 !important;
}

.content-main-wrapper .tout.theme-night-secondary {
  background-color: #3f62a5 !important;
}

.content-main-wrapper .tout.theme-sand-primary {
  background-color: #717580 !important;
}

.content-main-wrapper .tout.theme-sand-secondary {
  background-color: #6985ab !important;
}

.content-main-wrapper .tout.theme-sky-primary {
  background-color: #6985ab !important;
}

.content-main-wrapper .tout.theme-sky-secondary {
  background-color: #717580 !important;
}

.content-main-wrapper .tout.theme-violet-primary {
  background-color: #78829e !important;
}

.content-main-wrapper .tout.theme-violet-secondary {
  background-color: #8499ab !important;
}

.content-main-wrapper .tout.theme-bluegrass-primary {
  background-color: #8499ab !important;
}

.content-main-wrapper .tout.theme-bluegrass-secondary {
  background-color: #78829e !important;
}

.overlay-dark-15,
tout.overlay-dark-15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

/*

	.theme-blue-standard
	{
		@include apply-theme($vectren_theme_global_blue_standard, 'background');
	}
	.theme-blue-light
	{
		@include apply-theme($vectren_theme_global_blue_light, 'background');
	}
	.theme-grey
	{
		@include apply-theme($vectren_theme_global_grey, 'background');
		background-color: rgba(207, 207, 207, 1);
	}
	.theme-black
	{
		@include apply-theme($vectren_theme_global_black, 'background');
	}
	.theme-green
	{
		@include apply-theme($vectren_theme_global_green, 'background');
	}
	.theme-red
	{
		@include apply-theme($vectren_theme_global_red, 'background');
	}
	.theme-midnight
	{
		background-color: rgba(52, 70, 90, 1.0);
	}
*/
/* Bootstrap overrides */
hr {
  border-top-color: #a9a9a9;
  margin: 0;
}

.btn {
  font-size: "1.35rem";
  font-weight: 300;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.hero-mobile .btn {
  color: #3f62a5;
  background-color: #eeeeee;
  font-size: 1.5rem;
  font-weight: 200;
  padding: 0.65rem 1.3rem;
  text-transform: none;
}

.hero-mobile .btn:hover {
  color: #3f62a5;
  background-color: #eeeeee;
}

.form-inline .btn {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/**** NOT THE SAME AS .btn-primary ****/
/**
.btn.primary
{
	border-radius: 5px;
	font-weight: 200;
	font-size: 1.5rem;
	color: $standard_white;
	transition: background-color 0.2s ease-in;
	
	&:hover
	{
		background-color: $vectren_blue_medium;
		transition: background-color 0.2s ease-in;
	}
}
**/
.btn.full-width {
  width: 100%;
}

.btn.dark {
  background-color: #727272;
  color: white;
  transition: background-color 0.2s ease-in;
}

.btn.dark:hover {
  background-color: #5a5a5a;
  transition: background-color 0.2s ease-in;
}

a {
  color: #0099DC;
}

a:hover {
  color: #00567F;
}

/**** .btn-primary PER THE STYLE GUIDE ****/
.btn-primary {
  background: #3f62a5;
  border-color: transparent;
  color: #fff;
  transition: all 0.25s ease-in;
  min-width: 100px;
}

.btn-primary:hover {
  background: #002f87;
  border-color: transparent;
}

.btn-primary:active {
  border-color: transparent;
}

.btn-primary.btn-reverse {
  background: #cfcfcf;
  border-color: #cfcfcf;
  color: #434343;
}

.btn-primary.btn-reverse:hover {
  background: #a9a9a9;
}

.btn-primary.btn-reverse:active {
  color: #434343;
  border-color: #cfcfcf;
}

/* secondary button, still called default till BS v4 */
.btn-default {
  background: #0099DC;
  border-color: transparent;
  color: #fff;
  margin-left: 5px;
  transition: all 0.25s ease-in;
  min-width: 100px;
}

.btn-default:hover {
  color: #fff;
  background: #a9a9a9;
}

.btn-default:active {
  border-color: transparent;
}

.btn-default.btn-reverse {
  border-color: #ebebeb;
  background: transparent;
  color: #ebebeb;
}

.btn-default.btn-reverse:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

/**** .btn-success (green) PER THE STYLE GUIDE ****/
.btn-success {
  background: none;
}

/*
.btn-success
{
	background: $status_success;
	border-color: transparent;
	color: #fff;
	transition: all 0.25s ease-in;
	min-width: 100px;

	&:hover
	{
		background: $status_success_hover;
		border-color: transparent;
	}
}
*/
/**** .btn-danger (red) PER THE STYLE GUIDE ****/
.btn-danger {
  background: #cf0a2c;
  border-color: transparent;
  color: #fff;
  transition: all 0.25s ease-in;
  min-width: 100px;
}

.btn-danger:hover {
  background: #852524;
  border-color: transparent;
}

/*form label
{
	margin-bottom: 0;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	color: $vectren_blue_medium;
}*/
.date
.input-group-addon {
  padding: 0;
}

.date
.input-group-addon
label {
  padding: 10px 12px;
  margin-bottom: 0;
  cursor: pointer;
}

.checkbox, .radio,
.checkbox-inline, .radio-inline {
  margin-bottom: 5px;
  margin-top: 0px;
}

.checkbox input[type="radio"],
.checkbox
input[type="checkbox"]
, .radio input[type="radio"],
.radio
input[type="checkbox"]
,
.checkbox-inline input[type="radio"],
.checkbox-inline
input[type="checkbox"]
, .radio-inline input[type="radio"],
.radio-inline
input[type="checkbox"] {
  margin-top: 8px !important;
}

.checkbox label, .radio label {
  padding-left: 30px;
}

.checkbox label, .radio label,
label.checkbox-inline,
label.radio-inline {
  color: #434343;
}

.form-control {
  height: 40px;
  border-radius: 3px;
  background: #fafafa;
  font-size: 16px;
  color: #3f62a5;
  font-weight: 400;
  /* Firefox 18- */
  /* Firefox 19+ */
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px #3f62a5;
}

.form-control::-webkit-input-placeholder {
  color: #a4b5d5;
  font-weight: 300;
}

.form-control:-moz-placeholder {
  color: #a4b5d5;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  color: #a4b5d5;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  color: #a4b5d5;
  font-weight: 300;
}

.form-control.large {
  font-size: 1.75rem;
  font-weight: 300;
  padding: 0.5rem;
  height: auto;
}

.form-control[readonly] {
  background-color: white;
}

.form-group {
  margin-bottom: 20px;
}

/*
Removing per Ryan and Brandy 6/9/16
fieldset {
	position: relative;
	margin-top: 56px;
	padding-top: 20px;
	border-top: 2px solid $vectren_grey_light;
}

legend {	
    position: absolute;
    top: -35px;
    width: inherit;
    padding: 0 10px;
    background: #f9f9f9;
    border-top: 1px solid $vectren_grey_lighter;
    border-left: 1px solid $vectren_grey_lighter;
    border-right: 1px solid $vectren_grey_lighter;
	border-bottom: 2px solid $vectren_grey_light;   
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: $vectren_grey_darker;
    font-size: 18px;
    line-height: 32px;    
}
*/
.text-danger {
  color: #e80300;
}

.text-danger
a {
  color: inherit;
}

legend {
  border-width: 0;
}

.small {
  font-weight: 500;
  font-weight: inherit;
}

.text-muted {
  color: #7e7e7e;
  font-family: arial;
  font-size: 75%;
}

.fa-fw {
  /* experimental */
  width: 1em;
}

.lighter {
  color: #7e7e7e;
}

.dash {
  font-size: 1.25em;
}

.required {
  color: #cf0a2c;
  /*font-size: 1.5em;*/
  font-size: 10px;
  opacity: 0.75;
  vertical-align: middle;
}

.button-row {
  background: #f9f9f9;
  margin-bottom: 0;
  padding: 8px;
  text-align: right;
}

/* BS official custom form CSS */
.c-input {
  color: #555;
  cursor: pointer;
  display: inline;
  padding-left: 1.5rem;
  position: relative;
}

.c-input > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.c-input > input:checked ~ .c-indicator {	
   background-color: #7f97c3; 
/* Level Access begin - radio buttons border */
/*   border: 1px solid #7f97c3; */
	border: 1px solid white;
/* Level Access end */	
  color: #fff; 
}

.c-input > input:focus ~ .c-indicator {
  /*box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;*/
}

.c-input > input:active ~ .c-indicator {
  background-color: #84c6ff;
  color: #fff;
}

.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  -moz-user-select: none;
  background-color: #eee;
  background-position: 3px 3px;
  background-repeat: no-repeat;
  background-size: 66% auto;
  color: #eee;
  display: block;
  font-size: 65%;
  top: 1px;
  width: 19px;
  height: 19px;
  left: 0;
  position: absolute;
  text-align: center;
  border: 1px solid #cfcfcf;
}

.c-checkbox .c-indicator {
  border-radius: 0.25rem;
  background-position: 3px 2px;
  background-position: 90% 50%;
  background-size: 75% auto;
  width: 25px;
  height: 25px;
}

.c-checkbox input:checked ~ .c-indicator {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=");
}

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K");
}

.c-input.c-radio {
  display: block;
}

.c-radio .c-indicator {
  border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
  /*
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==");
	*/
  background-image: url("../images/html_input_radio.svg");
}

.c-inputs-stacked .c-input {
  display: inline;
}

.c-inputs-stacked .c-input::after {
  content: "";
  display: block;
  margin-bottom: 0.25rem;
}

.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  /*
	-moz-appearance: none;
	-webkit-appearance: none;
*/
  background: #fafafa url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat scroll right 0.75rem center/8px 10px;
  background: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  color: #3f62a5;
  /*color: #55595c;*/
  display: inline-block;
  /*max-width: 100%;*/
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
}

.c-select:focus {
  border-color: #51a7e8;
/*   outline: 0 none; */		/* Level Access */
}

.c-select-sm {
  font-size: 12px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #d8311b;
  border-color: #e51d00;
}

.has-error.flag:after {
  content: 'Required';
  width: 100%;
  height: auto;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  background-color: #e51d00;
  color: white;
  padding: 0.3rem 0 0.3rem 0.3rem;
  border-radius: 3px;
}

.tooltip {
  z-index: 5000;
}

@-moz-document url-prefix()
{
  ::-moz-focus-inner {
    border: none;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0px 0px 0px #000;
  }
}

/* ALERT BOXES */
.alert {
  /* min-height: 80px; */
  margin: 0 0 20px 0;
  border-radius: 4px !important;
}

.alert.dismissible
.dismiss {
  position: absolute;
  right: 10px;
  top: 6px;
  color: inherit;
  opacity: 0.75;
  font-size: 1.3rem;
  cursor: pointer;
}

.alert.clear {
  background: none !important;
}

.alert
.alert-content {
  overflow: hidden;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 76px;
}

.alert
.alert-content > h2,
.alert
.alert-content > h3,
.alert
.alert-content > h4,
.alert
.alert-content > p,
.alert
.alert-content > ul,
.alert
.alert-content > ol {
  margin-bottom: 0;
}

.alert
.colorstripe {
  position: absolute;
  width: 75px;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.alert ul {
  padding-left: 14px;
}

.well .alert {
  /* in a well, dont use margins on alerts */
  margin: 0;
}

.well {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
  min-height: 20px;
  padding: 12px;
}

.well.no-shadow, .well.transparent {
  box-shadow: none;
}

.well.transparent {
  background: none;
  background-color: transparent;
}

.well-lg {
  padding: 24px;
}

.alert.alert-info {
  position: relative;
  color: #002f87;
  border-color: #609aff;
  color: #434343;
}

.alert.alert-info							
.colorstripe {
  background: url("../images/icon_white_info.svg") 50% 50%/55% auto no-repeat, linear-gradient(to bottom, #609aff 0%, #4385ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.alert.alert-info
h4 {
  color: #3f62a5;
}

.alert.alert-success {
  position: relative;
  color: #1a7935;
  border-color: #24a348;
}

.alert.alert-success
.colorstripe {
  background: #24a348;
  background: url("../images/icon_white_check.svg") 50% 50%/55% auto no-repeat, linear-gradient(to bottom, #24a348, #1a7935) repeat-x;
}

.alert.alert-danger {
  position: relative;
  border-color: #d55b52;
}

.alert.alert-danger
.colorstripe {
  background: #d3413b;
  background: url("../images/icon_white_error.svg") 50% 50%/60% auto no-repeat, linear-gradient(to bottom, #d55b52, #d12723) repeat-x;
}

.alert.alert-warning {
  position: relative;
  color: #e09a00;
  border-color: #ffaf00;
}

.alert.alert-warning
.colorstripe {
  background: #ffaf00;
/* Level Access begin - alert-warning image */
/*   background: url("../images/icon_white_warning.svg") 50% 50%/70% auto no-repeat, linear-gradient(to bottom, #ffaf00 0%, #e09a00 100%) repeat-x; */
/* Level Access end */
}
       
/* Level Access begin  - alert-warning image */
.alert.alert-warning
.colorstripe:after {
  font-family: "Glyphicons Halflings";
  content: '\e209';
  position: absolute;
  left: 10px; 
  top: 30%;
  color: white;
  font-size: 40px; 
}
/* Level Access end */

/* END ALERT BOXES */
/* TABLES */
.table {
  border: 1px solid #cfcfcf; 								/* Level Access - tables must have borders - this line was here, just uncommented it */
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.table > thead {
  background: #ebebeb;
}

.table > thead > tr > th {
  padding-top: 10px;
  border-bottom: 1px solid #7e7e7e;
  font-weight: 400;
  font-size: 1.1rem;
}

.table > tbody {
  border-bottom: 1px solid #ddd;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table > tbody > tr > td > label {
  margin-bottom: 0;
}

.table.checkbox-row tr:hover {
  cursor: pointer;
}

.table.md-padding td, .table.md-padding
th {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.table-responsive {
  border-bottom: 0;
}

/* END TABLES */
/* MODALS */
.close {
  font-size: 36px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.modal-content
.modal-footer {
  border-top: none;
  text-align: center;
}

.modal-header {
  border-bottom: 0;
  padding: 35px 15px 15px 15px;
  padding: 35px 15px 5px 15px;
}

.modal-body {
  padding-top: 5px;
}

.panel {
  border-radius: 0;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* END MODALS */
/**
 *  RESPONSIVE STYLES
 */
/* X-SMALL SCREEN ONLY */
@media (min-width: 0px) {
  .well.no-shadow-xs {
    box-shadow: none;
  }
}

/* SMALL SCREEN  */
@media (min-width: 768px) {
  .well.no-shadow-xs {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.12);
  }
  .c-input.c-radio {
    display: inline;
    float: left;
    margin-bottom: 10px;
  }
}

/* MEDIUM SCREEN */
@media (min-width: 992px) {
  .c-input.c-radio {
    float: none;
    margin-bottom: 0;
  }
}

/* LARGE SCREEN */
/* Primary site/application styles */
/**
 * MIXINS
 */
/*  Use FontAwesome icons by CSS class name */
.btn.outline, .btn.alt.outline, .btn.rev.outline, .btn.primary.outline, .btn.success.outline, .btn.danger.outline,
.btn.btn-danger.outline, .choose-file + label {
  color: #3f62a5;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  font-weight: 400;
  box-sizing: border-box;
}

.btn.outline:hover, .choose-file + label:hover {
  color: white;
}

.small.btn.outline, .choose-file + label.small {
  border-width: 1px;
}

/**
 *  ADD-ON STYLES
 */
.gutter-remove {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #373737;
}

h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #373737;
}

h3 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #373737;
}

h4 {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
}

h5 {
  font-size: 1.45rem;
  font-weight: 400;
  color: #7e7e7e;
}

h6 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #434343;
}


.h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #373737;
}

.h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #373737;
}

.h3 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #373737;
}

.h4 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3f62a5;
}

.h5 {
  font-size: 1.45rem;
  font-weight: 400;
  color: #7e7e7e;
}

.h6 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #434343;
}

.h4r {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3f62a5;
}

.strong {
  font-weight: bold;
}
.em {
  font-style: italic;
}

.heading4 {
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 400 !important;
    color: #373737;
    font-size: 1.7142rem;
}
.underline {
  text-decoration:underline;
}

p {
  font-size: 1rem;
  line-height: 1.65rem;
  margin-bottom: 1.4rem;
  color: #434343;
}

/* per style tile */
h2.grey {
  color: #7e7e7e;
}

.text-list {
  max-width: 95%;
}

/**
 *  PAGE LAYOUT
 */
html {
  height: 100%;
  font-size: 14px;
}

body {
  height: 100%;
  min-height: 100%;
  background-color: #434343;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4285;
  font-size: 16px;
  /*font-weight: 400;*/
  /*font-size: 16px;*/
  /* not outlined in style guide */
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
}

#overlay.active, .consolidated-payment.review
#overlay.consolidated-pay-info {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
}

header {
  background-color: white;
  position: relative;
  z-index: 1000;
}

.nav-logo-wrapper {
  height: 75px;    			
  position: relative;
}

@media (max-width: 767px) {
	.nav-logo-wrapper {
	  margin-top: 10px;
	}
}

footer {
  position: relative;
  height: 173px;
  color: white;
}

footer
p {
  color: white;
  margin: 0;
}

footer
a {
  color: #cfcfcf;
}

footer
a:hover {
  color: white;
}

.pre-footer {
  padding: 30px 0;
  background-color: #434343;
}


.pre-footer .btn {
    font-size: 1.1rem;
    padding:0.3rem 1rem;
}

.pre-footer .btn a:visited, .pre-footer .btn a:focus, .pre-footer .btn a:active {
    color: #CFCFCF;
}
.pre-footer-content {
	display: flex;
	justify-content: space-between;
}
.pre-footer-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pre-footer-content ul li {
	display: inline;
}
.pre-footer-content ul li a {
	font-size: 0.9rem;
	font-weight: bold;
	padding: 0 15px;
}
.pre-footer-content ul li:first-child a {
	padding-left: 0;
}
.pre-footer-content ul li:last-child a {
	padding-right: 0;
}

@media (max-width:767px){
    .pre-footer .btn {
        width:50%;
        margin:0;
        padding:0.35rem 1rem;
        display:inline-block;
        clear:none;
        float:left;
    }
}

@media (max-width:429px){
    .pre-footer .btn {
        width:100%;
        padding:0.3rem 1rem;
    }
}

.top-header {
	background-color: #373737;
	color: #fff;
}
.top-header-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-header-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 100px;
	display: flex;
}
.top-header-content ul li a {
	color: #fff;
	padding: 15px;
	display: block;
	font-size: 0.9rem;
}
.top-header-content ul li a.active {
	background-color: #7e7e7e;
}
.top-header-content ul li a:hover {
	text-decoration: none;
}
.search-container {
	position: relative;
}
.search-container .searchfield {
	border-radius: 4px;
	padding: 5px 10px;
	width: 300px;
	border: 0;
}
.search-container .search-submit {
	position: absolute;
	right: 5px;
	top: 3px;
	border: 0;
	background-color: transparent;
	color: #0099dc;
}
@media (max-width: 767px) {
	.top-header-content {
		flex-direction: column-reverse;
	}
	.search-container {
		margin: 20px 0;
	}
	.search-container, .search-container .searchfield {
		width: 100%;
	}
	.top-header-content ul {
		margin-right: 0;
	}
}
.sign-container {
	position: absolute;
	top: 10px;
	right: 10px;
}
.sign-container a {
	font-weight: bold;
	font-size: 0.9rem;
	padding: 0 2px;
}

.main-footer {
  padding: 15px 0;
  background-color: #373737;
}
.main-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9rem;
	font-weight: bold;
}
.main-footer-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main-footer-content ul li {
	display: inline;
}
.main-footer-content ul li a:after {
	content: '|';
	margin: 0 5px;
}
.main-footer-content ul li:last-child a:after {
	margin: 0;
	content: '';
}

.push {
  height: 173px;
  background-color: #ebebeb;
}

.home .container {
  position: relative;
  /* z-index: 1; */
}

.main-container {
  min-height: 100%;
  margin: 0 auto -173px;
  background-color: #ebebeb;
  transition: filter 0.25s ease-in, margin 0.25s ease-in;
}

section.main {
  /* bg removed and put on main container */
  /*background: $vectren_grey_lighter;*/
}

.home section.main {
  /*background: transparent;*/
}

.logo {
  height: 80px;
  width: 165px;
  margin: 0 0 0 0px;			/* Level Access logo - was  0 0 0 10px; */
  position: absolute;
  left: 0;
  top: 40%;						/* Level Access logo - was 50% */
  transform: translateY(-50%);
}

.logo
a {
  display: block;
/* Level Access begin - logo */
  width: 112%;
  height: 112%;
/*   width: 100%; */
/*   height: 100%; */
/*   background-image: url("../images/logo_vectren.svg"); */		
/*   background-repeat: no-repeat; */
/*   background-position: 50% 50%; */
/*   background-size: 100% auto; */
/* Level Access end */
}

/**
 *  SEARCH - MOBILE
 */
.search-wrapper {
  background-color: #434343;
  padding: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: max-height 0.5s ease-out, opacity 0.4s ease-in 0.4s, visibility 0.4s ease-in 0.4s;
}

.search-wrapper
.searchfield {
  width: 80%;
  padding: 1.2rem 0 1.2rem 0.75rem;
  font-size: 1.65rem;
  font-weight: 300;
  letter-spacing: 0.075rem;
  background: none;
  border: none;
/*   outline: none; */		/* Level Access */
  color: white;
}

.search-wrapper
.searchfield::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}

.search-wrapper
.searchfield:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}

.search-wrapper
.searchfield::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}

.search-wrapper
.searchfield:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}

.search-wrapper
.search-submit {
  background-color: #0099DC;
  background: none;
  border: solid 1px white;
  color: white;
  font-weight: 300;
  font-size: 1.1rem;
  padding: 0.5rem 0.75rem;
  letter-spacing: 0.075rem;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.35s ease-in 0.175s;
}

.search-wrapper.active, .consolidated-payment.review
.search-wrapper.consolidated-pay-info {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.65s ease-in-out;
}

.search-wrapper.active
.search-submit, .consolidated-payment.review
.search-wrapper.consolidated-pay-info .search-submit {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.15s;
}

/**
 *  FORMS
 */
/*form
{
	label
	{
		font-weight: 300;
		margin-bottom: 0.25rem;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea
	{
		font-size: 1.4rem;
		font-weight: 400;
	}
}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkbox {
  position: relative;
  padding: 2rem 0;
  padding: 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checkbox
label {
  font-weight: 300;
  display: block;
  color: #3f62a5;
}

.checkbox
label.black {
  color: #000;
  font-weight: 400;
}

.checkbox
label
.label-text {
  margin-left: 0.5rem;
  display: block;
}

.radio {
  margin-bottom: 0;
}

.c-checkbox {
  margin-right: 4px;
  top: -3px;
}

.c-checkbox
.c-indicator {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50% 40%;
  background-size: 90% auto;
}

.check-all {
  top: -2px;
}

.inline-field {
  height: 40px;
  max-height: 40px;
}

.meter-value {
  width: 36px;
  float: left;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/**
 *  PRIMARY NAVIGATION
 */
nav#nav-primary {
  /*display: none;*/
}

.search-mobile {
  display: inline-block;
  position: absolute;
  right: 85px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.search-mobile
.fa {
  font-size: 2.65rem;
  color: #3f62a5;
}

.nav-mobile-toggle {
  width: 36px;
  height: 34px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-45%);
}

.nav-mobile-toggle
.nav-mobile-toggle-switch {
  width: 100%;
  height: 100%;
  background: none;
/* Level Access begin - hamberger border */
/*border: none; */
  border-width: 1px;
  border-color: white;
/* Level Access end */
  margin: 0;
  padding: 0;
  position: relative;
  transition: opacity 0.25s ease-in;
}

.nav-mobile-toggle
.nav-mobile-toggle-switch
.icon-bar {
  width: 100%;
  height: 5px;
  border-radius: 10px;
/* Level Access begin - hamberger border */
  border: 1px thin dotted white;
/* Level Access end */
  background-color: #828282;
  background-color: #3f62a5;
  transition: transform 0.25s ease-in, top 0.25s ease-in, bottom 0.25s ease-in, opacity 0.35s ease-in;
}

.nav-mobile-toggle
.nav-mobile-toggle-switch
.icon-bar:first-of-type {
  position: absolute;
  top: 0;
  top: 6px;
}

.nav-mobile-toggle
.nav-mobile-toggle-switch
.icon-bar:last-of-type {
  position: absolute;
  bottom: 0;
  bottom: 2px;
}

.nav-mobile-toggle
.nav-mobile-toggle-switch:focus {
/*   outline: none; */	/* Level Access */
}

.nav-mobile-toggle
.nav-mobile-toggle-switch.active
.icon-bar:nth-of-type(2n), .nav-mobile-toggle
.consolidated-payment.review
.nav-mobile-toggle-switch.consolidated-pay-info .icon-bar:nth-of-type(2n), .consolidated-payment.review
.nav-mobile-toggle
.nav-mobile-toggle-switch.consolidated-pay-info .icon-bar:nth-of-type(2n) {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

.nav-mobile-toggle
.nav-mobile-toggle-switch.active
.icon-bar:first-of-type, .nav-mobile-toggle
.consolidated-payment.review
.nav-mobile-toggle-switch.consolidated-pay-info .icon-bar:first-of-type, .consolidated-payment.review
.nav-mobile-toggle
.nav-mobile-toggle-switch.consolidated-pay-info .icon-bar:first-of-type {
  transform: rotate(45deg);
  top: 50%;
  transition: transform 0.25s ease-in, top 0.25s ease-in;
}

.nav-mobile-toggle
.nav-mobile-toggle-switch.active
.icon-bar:last-of-type, .nav-mobile-toggle
.consolidated-payment.review
.nav-mobile-toggle-switch.consolidated-pay-info .icon-bar:last-of-type, .consolidated-payment.review
.nav-mobile-toggle
.nav-mobile-toggle-switch.consolidated-pay-info .icon-bar:last-of-type {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
  transition: transform 0.25s ease-in, top 0.25s ease-in, bottom 0.25s ease-in;
}

.mast-buttons {
  border-bottom: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
  background: -moz-linear-gradient(top, #cacaca 0%, #c1c1c1 100%);
  background: -webkit-linear-gradient(top, #cacaca 0%, #c1c1c1 100%);
  background: linear-gradient(to bottom, #cacaca 0%, #c1c1c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#c1c1c1',GradientType=0);
  background-color: #cfcfcf;
}

.mast-buttons
.container {
  padding-left: 0;
  padding-right: 0;
}

.report {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.report
li {
  width: calc(50% - 1px);
  display: table-cell;
  color: #565656;
}

.report
li:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.report
li:nth-of-type(2n) {
  border-left: 1px solid #9c9c9c;
}

.report
li
a {
  display: block;
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
  line-height: 35px;
  text-align: center;
  text-shadow: none;
  text-decoration: none !important;
  color: inherit;
  /*padding: 0.25rem 0 0 0; this moved text off-center */
  transition: color 0.2s ease-in, background-color 0.2s ease-in, text-shadow 0.2s ease-in;
  line-height: 50px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 40px;
}

.report
li
a:hover {
  color: white;
  text-decoration: none;
  background-color: #989898;
  /* Old browsers */
  background-color: #8c8c8c;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.66);
  transition: color 0.2s ease-in, background-color 0.2s ease-in, text-shadow 0.2s ease-in;
}

.report
li
a.active, .report
li
.consolidated-payment.review
a.consolidated-pay-info, .consolidated-payment.review
.report
li
a.consolidated-pay-info {
  background-color: white;
  color: #434343;
  border-top: solid 1px #a9a9a9;
  text-shadow: none;
}

.report
li
a i, .report
li
a
.fa {
  position: relative;
  top: 4px;
  margin-right: 6px;
  font-size: 1.75rem;
}

.report
li
a.emergency:hover {
  background-color: #be181b;
}

.home-content-wrapper.well {
  padding: 1.5rem 2rem;
}

.home-content-wrapper.well.home-desktop-actions {
  padding-top: 2.25rem;
}

.home-desktop-actions {
  padding: 0 2rem;
}

.home-desktop-actions
h3 {
  font-weight: 300;
  font-size: 1.75rem;
  color: #565656;
}

.home-desktop-actions
h3 i, .home-desktop-actions
h3
.fa {
  font-size: 2.2rem;
  margin: 0 1.1rem 0 0;
  float: left;
}

.home-desktop-actions
.btn.dark {
  font-size: 1.15rem;
}

h3.home-live-chat {
  font-size: 1.7rem;
  font-weight: 200;
  background-image: url("../images/icon_home_chat.svg");
  background-repeat: no-repeat;
  background-position: 0 30%;
  background-size: 75px auto;
  padding: 0.45rem 0 0.85rem 85px;
  margin-bottom: 0.85rem;
  min-height: 60px;
}

.home-feature [class*="col-"] {
  margin-bottom: 3rem;
}

.home-feature h4 {
  font-size: 1.35rem;
  padding-bottom: 0.65rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #aaaaaa;
  color: #565656;
}

.home-actions-links
.home-actions-links-column {
  border: solid 1px #434343;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.home-actions-links
h3.home-alt {
  border: none;
  padding: 1rem 0 1rem 1rem;
  font-size: 1.65rem;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.home-actions-links
h3.home-alt:after {
  display: block;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
/* Level Access begin - expand/collapse images */	
/*   background: url("../images/nav-plus.svg") no-repeat; */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home-actions-links
h3.home-alt[aria-expanded="true"]:after {
/* Level Access begin - expand/collapse images */		
/*   background: url("../images/nav-minus.svg") no-repeat; */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */
}

.home-actions-links
.home-actions-content-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.links-column {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  font-weight: 300;
  width: 100%;
  margin-bottom: 0.85rem;
}

.links-column
li {
  display: block;
  border-bottom: solid 1px gainsboro;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.15rem;
}

.links-column
li:last-of-type {
  border-bottom: none;
}

.links-column
li
a {
  display: block;
  padding: 0 1.5rem 0.35rem 0;
  position: relative;
}

.links-column
li
a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: 50px;
  font-size: 1.3rem;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.links-column
li.no-arrow a:after {
  display: none;
}

.links-column
li
.list-column-subactions {
  padding: 0;
}

.links-column
li
.list-column-subactions
li {
  font-size: 0.9rem;
  border-bottom: none !important;
  padding: 0.25rem 1.5rem 0.25rem 0;
}

.links-column
li
.list-column-subactions
a {
  color: #434343;
  padding: 0;
}

.links-column
li
.list-column-subactions
a:after {
  display: none;
}

.links-column.dash-messages
li {
  border-bottom-color: #0099DC;
  border-bottom-color: #7f97c3;
  transition: background-color 0.15s ease-in;
}

.links-column.dash-messages
li
a {
  padding-left: 40px;
  padding-left: 45px;
}

.links-column.dash-messages
li
a:hover {
  background-color: rgba(0, 0, 0, 0.075);
  transition: background-color 0.15s ease-in;
}

.links-column.dash-messages
li.unread a:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.35);
  background-color: #0099DC;
}

/* Login - mobile */
.login-mobile {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  background-color: #ebebeb;
  transition: max-height 0.75s ease-in-out;
}

.login-mobile.active
,
.consolidated-payment.review
.login-mobile.consolidated-pay-info,
.login-desktop.active, .consolidated-payment.review
.login-desktop.consolidated-pay-info {
  max-height: 500px;
  transition: max-height 0.75s ease-in-out;
}

.login-desktop-auth {
  padding-right: 1rem;
  padding-right: 1.5rem;
}

.login-desktop-auth
.btn.home-account-btn {
  font-size: 1.15rem !important;
}

.login-desktop-auth
.btn.home-account-btn:hover {
  background-color: #434343;
  background: none;
  border: solid 1px white;
  color: white;
}

.login-mobile
.login-mobile-content
,
.login-desktop
.login-mobile-content {
  margin: 1.25rem 0 0 0;
  margin: 0;
  padding-top: 1.25rem;
  background-color: white;
}

.login-mobile
.login-mobile-content
.rev
,
.login-desktop
.login-mobile-content.rev {
  background-color: #434343;
  background-color: #3f62a5;
  color: white;
}

.login-mobile
.login-mobile-content
.rev
p,
.login-mobile
.login-mobile-content
.rev
a
,
.login-desktop
.login-mobile-content.rev p, .login-desktop
.login-mobile-content.rev
a {
  color: white;
}

.login-mobile
.login-mobile-content
.rev
a
,
.login-desktop
.login-mobile-content.rev
a {
  text-decoration: underline;
}

.login-mobile
.login-mobile-content
.last
,
.login-desktop
.login-mobile-content.last {
  margin-bottom: 1rem;
}

.login-mobile
.textfield
,
.login-desktop
.textfield {
  width: 100%;
  padding: 1rem 0.5rem 1rem 0.75rem;
  border: none;
  border-bottom: solid 1px #cfcfcf;
  color: #3f62a5;
  font-size: 1.85rem;
  font-weight: 300;
  transition: border-bottom 0.2s ease-in;
}

.login-mobile
.textfield
:focus
,
.login-desktop
.textfield:focus {
/*   outline: none; */			/* Level Access */
  border-bottom: solid 1px #0099DC;
  transition: border-bottom 0.2s ease-in;
}

.login-mobile
.textfield
::-webkit-input-placeholder
,
.login-desktop
.textfield::-webkit-input-placeholder {
  color: #646464;
  font-weight: 300;
}

.login-mobile
.textfield
:-moz-placeholder,
.login-desktop
.textfield:-moz-placeholder {
  /* Firefox 18- */
  color: #646464;
  font-weight: 300;
}

.login-mobile
.textfield
::-moz-placeholder,
.login-desktop
.textfield::-moz-placeholder {
  /* Firefox 19+ */
  color: #646464;
  font-weight: 300;
}

.login-mobile
.textfield
:-ms-input-placeholder,
.login-desktop
.textfield:-ms-input-placeholder {
  color: #646464;
  font-weight: 300;
}

.login-mobile
.textfield:focus
,
.login-desktop
.textfield:focus {
/*   outline: none !important; */		/* Level Access */
  border-bottom: solid 1px #0099DC;
  transition: border-bottom 0.2s ease-in;
}

.login-mobile
.btn.login
,
.login-desktop
.btn.login {
  margin-top: 1.25rem;
  font-size: 1.65rem;
  padding: 0.85rem 0;
}

/* Home hero */
.hero-home {
  width: 100%;
  min-height: 315px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero-home
.hero-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.hero-home
.hero-bg.hero-desktop-bg {
  display: none;
}

.hero-home
.hero-content {
  position: relative;
  z-index: 5;
}

.hero-home
.hero-copy {
  margin: 0;
  padding: 0;
  color: white;
}

.hero-home
.hero-copy-main {
  font-size: 3.25rem;
  font-weight: 600;
  vertical-align: top;
  margin: 0 0 1.75rem 0;
}

.hero-home
.hero-copy-secondary {
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1.42;
}

.hero-home
.hero-copy-cta-link-btn {
  max-width: 400px;
}

.hero-home
.hero-copy-cta-link-text:hover {
  text-decoration: none;
  padding-bottom: 0.25rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.85);
}

.welcome {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: white;
}

.home-hero-content {
  margin: 4rem 0 0 0;
}

.home-hero-content h1, .home-hero-content h3, .home-hero-content
p {
  margin: 0;
  padding: 0;
  color: white;
}

.home-hero-content
h1 {
  font-weight: 600;
  margin: 0 0 1.75rem 0;
}

.home-hero-content
h3 {
  font-weight: 100;
}

.home-hero-content
p {
  font-size: 1.85rem;
  font-weight: 200;
  line-height: 1.42;
}

.home-hero-content
a {
  color: white;
}

.home-hero-content
.link {
  margin-top: 1rem;
  font-size: 1.45rem;
}

.home-actions-main {
  padding-top: 1.65rem;
  padding-bottom: 1.65rem;
}

.home-actions-main
> ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  max-width: 80vw;
  max-width: 90vw;
}

.home-actions-main
> ul:after {
  clear: both;
  content: '';
  display: block;
}

.home-actions-main
> ul
li {
  text-align: center;
  /*
			width: 50%;
			height: 50vw;
			width: 35vw;
			*/
  width: 50%;
  height: 35vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
}

.home-actions-main
> ul
li:nth-child(1) {
  border-right: solid 1px #002f87;
  padding-bottom: 0.85rem;
  padding-right: 2.5vw;
}

.home-actions-main
> ul
li:nth-child(2) {
  padding-bottom: 0.85rem;
  padding-left: 2.5vw;
}

.home-actions-main
> ul
li:nth-child(3) {
  border-top: solid 1px #002f87;
  border-right: solid 1px #002f87;
  padding-top: 0.85rem;
  padding-right: 2.5vw;
}

.home-actions-main
> ul
li:nth-child(4) {
  border-top: solid 1px #002f87;
  padding-top: 0.85rem;
  padding-left: 2.5vw;
}

.home-actions-main
.home-action-button {
  font-size: 1.25rem;
  font-size: 4.5vw;
  font-weight: 200;
}

.home-actions-main
.home-action-button
.fa {
  font-size: 2.85rem;
  font-size: 10vw;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.home-actions-main
.home-action-button
.home-action-label {
  display: block;
  margin-top: 1rem;
  font-weight: 300;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.home-actions-main
.home-action-button .home-action-description,
.home-actions-main
.home-action-button
.home-action-more {
  display: none;
}

.home-actions-main
.home-action-button
a:hover {
  text-decoration: none;
}

.home-action-secondary {
  position: relative;
}

.home-action-secondary
.home-action-secondary-bg {
  width: 100%;
  min-height: 120px;
  height: 30vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.home-action-secondary
.home-action-secondary-label {
  background-color: #a9a9a9;
  background-color: rgba(165, 165, 165, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 65px;
}

.home-action-secondary
.home-action-secondary-label.teal {
  background-color: rgba(76, 180, 216, 0.82);
}

.home-action-secondary
.home-action-secondary-label.lavender {
  background-color: rgba(113, 133, 198, 0.82);
}

.home-action-secondary
.home-action-secondary-label
a {
  display: block;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: normal;
  padding: 0 0 0 1rem;
}

.home-action-secondary
.home-action-secondary-label
a:hover {
  text-decoration: none;
}

.home-action-secondary
.home-action-secondary-label
a:hover
.home-action-secondary-label-text:after {
  left: 0.5rem;
  transition: left 0.25s ease-out;
}

.home-action-secondary
.home-action-secondary-label
.home-action-secondary-label-text {
  font-size: 1.5rem;
  font-size: 5vw;
  font-weight: 400;
  color: white;
}

.home-action-secondary
.home-action-secondary-label
.home-action-secondary-label-text:after {
  font-family: 'FontAwesome';
  font-size: 1rem;
  margin: 0 0 0 0.55rem;
  position: relative;
  left: 0;
  transition: left 0.35s ease-out;
  font-size: 1.25rem;
  top: 0.075rem;
  margin-left: 1.75rem;
}

.hero-mobile h1 {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: white;
}

.hero-mobile h1
.bold {
  font-weight: 500;
}

/* Home mobile action menu */
.home-mobile-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.home-mobile-actions
li {
  display: block;
}

.home-mobile-actions
li
a {
  display: block;
  padding: 1.5rem 0 1.5rem 9%;
  background-color: white;
  color: vectren_blue_light;
  font-size: 1.75rem;
  font-weight: 200;
  text-decoration: none;
  border-bottom: solid 1px #cbcbcb;
}

.home-mobile-actions
li
a
i {
  margin-right: 10px;
}

/* Login box on home page - Desktop view */
.login-desktop {
  width: 100%;
  max-width: 325px;
  margin: 0.9rem 0 0 0;
  padding: 1rem 1.2rem;
  background-color: rgba(255, 255, 255, 0.98);
  background-color: white;
}

.login-desktop
.textfield {
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.login-desktop
.password {
  margin-bottom: 1.25rem;
}

.login-desktop
.btn.login {
  width: 100%;
  font-size: 1.3rem;
  padding: 0.65rem 0;
}

.nav-contact-desktop {
  padding: 1.5rem 1.5rem;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.social
li {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
}

.social
li:last-of-type {
  margin-left: 15px;
}

.social
li
a .fa {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.25s ease-in;
}

.social
li
a .fa:hover {
  color: white;
  transition: color 0.25s ease-in;
}

.grey-hr,
.blue-hr {
  background-color: #002f87;
  height: 1px;
  margin-top: 0px;
}

.grey-hr {
  background-color: #7e7e7e;
}

.grey-hr-light {
  border-color: #cfcfcf;
}

.well .blue-hr {
  /* Per Ryan - dont use this hr */
  /*visibility: hidden;*/
}

.this-account {
  position: relative;
  margin-top: 30px;
}

.this-account
p {
  margin: 0;
}

.account-labels {
  display: inline-block;
  margin-right: 30px;
}

.account-labels
.label {
  margin-bottom: 0;
  color: #002f87;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0;
}

.account-labels > p {
  color: #7e7e7e;
  font-weight: 200;
  font-weight: 400;
}

.icon_switch_accounts, .switch-accounts
a
.fa-refresh, .account-list
li
.icon-options.fa-refresh, .account-list
li
.fa-refresh.icon-bill-delivery-enrollment {
  background-color: #0099DC;
  padding: 4px 5px 3px 5px;
  border-radius: 4px;
  color: white;
  font-size: 1.5rem;
  transition: background 0.25s ease-in;
}

.icon_switch_accounts:hover, .switch-accounts
a
.fa-refresh:hover, .account-list
li
.icon-options.fa-refresh:hover, .account-list
li
.fa-refresh.icon-bill-delivery-enrollment:hover {
  background-color: #3f62a5;
}

.switch-accounts {
  position: relative;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}

.switch-accounts
a {
  color: #7e7e7e;
  font-weight: 200;
  cursor: pointer;
  transition: color 0.25s ease-in;
  display: block;
  text-align: right;
/*   outline: none; */			/* Level Access */
}

.switch-accounts
a:hover {
  text-decoration: none;
  color: #002f87;
}

.switch-accounts
a
.switch-account-label {
  display: block;
  max-width: 75px;
  position: absolute;
  right: 0;
  margin-top: 0.3rem;
}

.left-nav-sm-activator {
  position: relative;
  padding-top: 0.95rem !important;
  padding-bottom: 0.95rem !important;
  cursor: pointer;
}

.left-nav-sm-activator
.left-nav-activator-label {
  font-size: 1.85rem;
  font-weight: 300;
  color: #434343;
}

.left-nav-sm-activator
.left-nav-status-indicator {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
/* Level Access begin - expand/collapse image */	
/*   background: url("../images/nav-alt-plus.svg") no-repeat; */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
}

.left-nav-sm-activator.active .left-nav-status-indicator, .consolidated-payment.review
.left-nav-sm-activator.consolidated-pay-info .left-nav-status-indicator {
/* Level Access begin - expand/collapse image */	
/*   background: url("../images/nav-alt-minus.svg") no-repeat; */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
}

/* Ensure we style only the main MMA left nav */
#nav-accordion.mma-nav {
  margin-bottom: -1rem;
}

#nav-accordion {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 0;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-in, visibility 0.25s ease-in;
}

#nav-accordion.active, .consolidated-payment.review
#nav-accordion.consolidated-pay-info {
  margin-bottom: 16px;
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.2s ease-in, opacity 0.25s ease-in;
}

.left-nav,
.right-nav {
  padding: 0 !important;
}

.left-nav > li
,
.right-nav > li {
  font-size: 22px;
  font-size: 1.45rem;
  font-weight: 100;
  font-weight: 200;
  /* So I can read */
  color: #7f97c3;
  border-bottom: 1px solid #a9a9a9;
}

.left-nav > li
:last-child
,
.right-nav > li:last-child {
  border-bottom: 0 none;
}

.left-nav > li
:active,
.left-nav > li
:hover
,
.right-nav > li:active,
.right-nav > li:hover {
  color: #002f87;
}

.left-nav > li
.active .accordion-title a
,
.left-nav > li
.consolidated-payment.review
.consolidated-pay-info .accordion-title a
,
.consolidated-payment.review
.left-nav > li
.consolidated-pay-info .accordion-title a
, .right-nav > li.active .accordion-title a, .consolidated-payment.review
.right-nav > li.consolidated-pay-info .accordion-title a {
  /* color: $vectren_brand_blue; */
  color: #3f62a5;
}

.left-nav > li
.active .accordion-title a
i
,
.left-nav > li
.consolidated-payment.review
.consolidated-pay-info .accordion-title a
i
,
.consolidated-payment.review
.left-nav > li
.consolidated-pay-info .accordion-title a
i
, .right-nav > li.active .accordion-title a
i, .consolidated-payment.review
.right-nav > li.consolidated-pay-info .accordion-title a
i {
  /* color: $vectren_brand_blue; */
  color: #3f62a5;
}

.left-nav > li
.accordion-title
,
.right-nav > li
.accordion-title {
  padding: 0 12px;
  height: 52px;
  line-height: 52px;
}

.left-nav > li
.accordion-title
a
,
.right-nav > li
.accordion-title
a {
  color: #0099E3;
/*   outline: none; */		/* Level Access */
  text-decoration: none;
  position: relative;
}

.left-nav > li
.accordion-title
a
i
,
.right-nav > li
.accordion-title
a
i {
  color: #787878;
  margin-right: 6px;
}

.left-nav > li
span.nav-button-collapse:after,	 /* Level Access - add :after */	
.left-nav > li
.nav-button-collapse
,
.right-nav > li span.nav-button-collapse:after,    /* Level Access - add :after */	
.right-nav > li
.nav-button-collapse:after {         /* Level Access - add :after */	
  float: right;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
/* Level Access begin - expand/collapse image */		
/*   background-image: url("../images/nav-minus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}



.left-nav > li
a[aria-expanded="true"] > .nav-button-collapse:after		/* Level Access - add :after */	
,
.right-nav > li
a[aria-expanded="true"] > .nav-button-collapse:after {			/* Level Access - add :after */	
/* Level Access begin - expand/collapse image */		
/*   background: url("../images/nav-minus.svg") no-repeat; */
   top: 20%;
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
}



	
.left-nav > li
.collapsed > .nav-button-collapse:after		/* Level Access - add :after */
,
.right-nav > li
.collapsed > .nav-button-collapse:after {	/* Level Access - add :after */
/* Level Access begin - expand/collapse image */		
/* background: url("../images/nav-plus.svg") no-repeat; */
   top: 20%;
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
}



.left-nav > li
a
,
.right-nav > li
a {
  display: block;
}

.left-nav > li
a
:active,
.left-nav > li
a
:hover
,
.right-nav > li
a:active,
.right-nav > li
a:hover {
  /*text-decoration: none;*/
}

.left-nav > li
a
:active
i
,
.left-nav > li
a
:hover
i
,
.right-nav > li
a:active
i
,
.right-nav > li
a:hover
i {
  color: #0099DC;
}

.left-nav
.panel-body
,
.right-nav
.panel-body {
  float: none;
  position: relative;
  box-shadow: none;
  border: 0px none;
  border-radius: 0;
  border-top: 1px solid #a9a9a9;
  list-style-type: none;
  padding: 15px 0;
}

.left-nav
.panel-body
> li
,
.right-nav
.panel-body > li {
  padding-top: 3px;
}

.left-nav
.panel-body
> li
.active
,
.left-nav
.panel-body
> li
.consolidated-payment.review
.consolidated-pay-info,
.consolidated-payment.review
.left-nav
.panel-body
> li
.consolidated-pay-info, .right-nav
.panel-body > li.active, .right-nav
.consolidated-payment.review
.panel-body > li.consolidated-pay-info, .consolidated-payment.review
.right-nav
.panel-body > li.consolidated-pay-info {
  border-left: 12px solid #7f97c3;
  background-color: #ebebeb;
}

.left-nav
.panel-body
> li
.active
> a
,
.left-nav
.panel-body
> li
.consolidated-payment.review
.consolidated-pay-info > a
,
.consolidated-payment.review
.left-nav
.panel-body
> li
.consolidated-pay-info > a
, .right-nav
.panel-body > li.active > a, .right-nav
.consolidated-payment.review
.panel-body > li.consolidated-pay-info > a, .consolidated-payment.review
.right-nav
.panel-body > li.consolidated-pay-info > a {
  padding: 0 0 0 23px;
}

.left-nav
.panel-body
> li
> a
,
.right-nav
.panel-body > li > a {
  padding: 0 0 0 35px;
  line-height: 40px;
  font-weight: 200;
  font-size: 16px;
  color: #434343;
}

.left-nav
.panel-body
> li:hover
,
.right-nav
.panel-body > li:hover {
  border-left: 12px solid #ebebeb;
  background-color: #f8f8f8;
}

.left-nav
.panel-body
> li:hover
a
,
.right-nav
.panel-body > li:hover
a {
  padding: 0 0 0 23px;
  text-decoration: none;
  color: #0099DC;
}

.nav > li > a {
  padding: 10px 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

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

nav#nav-primary ul.right-nav
.panel-body li {
  border-bottom: 0px solid;
  border-left: 12px solid #434343;
  background-color: #555;
}

nav#nav-primary ul.right-nav
.panel-body li
a {
  color: white;
  font-weight: 300;
}

nav#nav-primary ul.right-nav
.panel-body li
a:after {
  content: "";
}

nav#nav-primary ul.right-nav
.panel-body li:hover {
  background-color: transparent;
}

nav#nav-primary ul.right-nav
> li .accordion-title a {
  color: white;
  padding-left: 4px;
}

nav#nav-primary ul.right-nav
> li .accordion-title a[aria-expanded="true"] .nav-button-collapse:after {   /* Level Access - add :after */
/* Level Access begin - expand/collapse image */		
/*   background-image: url("../images/nav-minus_white.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
}



nav#nav-primary ul.right-nav
> li .accordion-title a
.nav-button-collapse:after {				/* Level Access - add :after */			
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-plus_white.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
}


nav#nav-primary ul.right-nav
> li .accordion-title a
i {
  color: white;
  margin-right: 12px;
}

.breadcrumbs {
  color: #7e7e7e;
  font-family: Tahoma;
  font-size: 0.8rem;
  padding: 1.1rem 1.1rem 0 1.1rem;
}

.breadcrumbs
a {
  color: #7e7e7e;
}

.breadcrumbs
a:hover {
  color: #3f62a5;
}

.well h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  padding-bottom: 0.65rem;
  border-bottom: solid 1px;
}

.line-items {
  border-collapse: separate;
}

.line-items
tr:first-of-type td {
  border-top: none;
}

.line-items
tr
td {
  border-top: none !important;
  color: #7e7e7e;
  border-bottom: solid 1px #a9a9a9;
}

.line-items
tr.line-item-total td {
  color: #434343 !important;
  border-top: solid 1px #434343 !important;
}

.line-items
tr.no-border-top {
  border-top: none !important;
}

.line-items
tr.no-border-top
td {
  border-top: none !important;
}

.line-items
tr.no-border-bottom {
  border-top: none !important;
}

.line-items
tr.no-border-bottom
td {
  border-bottom: none !important;
}

.options {
  margin-bottom: 30px;
  margin-bottom: 0;
}

.options
small {
  color: #7e7e7e;
}

.options
h6 {
  font-weight: 300;
  font-size: 1.3rem;
}

.options
a {
/*   outline: none; */		/* Level Access */
}

.options
a
.nav-button-collapse {
  color: #3f62a5;
}

.options
a:hover {
  text-decoration: none;
}

.options
a:hover
.nav-button-collapse {
  text-decoration: underline;
}

.options
a:focus {
  text-decoration: none;
}

.options
.text {
  margin-left: 90px;
}

.options
> [class*="col-xs"] {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #cfcfcf;
}

.options:last-of-type [class*="col-xs"]:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.options
p {
  font-size: 13px;
  margin-bottom: 6px;
}

.options
.unavailable {
  color: #cf0a2c;
}

.program-status
.icon-options, .program-status
.icon-bill-delivery-enrollment {
  width: 65px;
  height: 65px;
  background-image: url("../images/icon_not_enrolled.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.program-status.pending .icon-options, .program-status.pending .icon-bill-delivery-enrollment {
  background-image: url("../images/icon_clock.svg");
}

.program-status.enrolled .icon-options, .program-status.enrolled .icon-bill-delivery-enrollment {
  background-image: url("../images/icon_success.svg");
}

.program-status.unavailable .icon-options, .program-status.unavailable .icon-bill-delivery-enrollment {
  background-image: url("../images/icon_unavailable.svg");
}

.big-balance {
  font-size: 48px;
  font-size: 3.92rem;
  font-weight: 200;
  line-height: 62px;
  color: #434343;
}

.energy-use {
  /* TEMPORARY */
  width: 100%;
  height: 100%;
  max-width: 225px;
}

.message-center
tr:first-child td {
  border-top: 0px solid;
}

.message-center
td {
  border-bottom: 0 !important;
  border-top: 1px solid #a9a9a9;
  color: #434343;
}

.message-center
td.unread {
  vertical-align: middle;
}

.message-center
td.unread
div {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-color: #002f87;
}

.message-title {
  font-weight: 500;
  margin: 0;
}

/* PATTERNS/COMPONENTS */
ul.reset,
ol.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

/* Collapsable content */
#content-update-mma-options-ebill-address,
#content-display-mma-options-ebill-switch-update,
.show-hide-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -10;
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in;
}

#content-update-mma-options-ebill-address.active
,
.consolidated-payment.review
#content-update-mma-options-ebill-address.consolidated-pay-info,
#content-display-mma-options-ebill-switch-update.active
,
.consolidated-payment.review
#content-display-mma-options-ebill-switch-update.consolidated-pay-info,
.show-hide-content.active, .consolidated-payment.review
.show-hide-content.consolidated-pay-info {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 10;
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in;
}

ul.review
> li {
  border-bottom: solid 1px #cfcfcf;
}

ul.review
> li .title,
ul.review
> li
.value {
  width: 50%;
  display: inline-block;
  padding: 0.85rem 0;
  font-size: 1.15rem;
  font-weight: 400;
  float: left;
}

ul.review
> li
.subtitle {
  font-weight: 300;
}

ul.review
> li
.value {
  float: right;
  text-align: right;
  font-weight: 300;
}

ul.review
> li
.value.blank {
  display: block;
  float: left;
  /*
				min-height: 65px;
				*/
  min-height: 50px;
  height: auto;
}

ul.review
> li
.full {
  width: 100%;
  float: none;
  text-align: left;
}

ul.review
> li:after {
  content: '';
  display: block;
  clear: both;
}

ul.review
> li .wide {
  width: 70%;
}

ul.review
> li .narrow {
  width: 30%;
}

ul.review
> li.full {
  padding: 1rem 0;
}

ul.review
> li.full .title,
ul.review
> li.full
.value {
  padding: 0;
}

ul.review
> li:last-of-type {
  border-bottom: none;
}

ul.review
> li.condensed {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

ul.review
> li.condensed .title,
ul.review
> li.condensed
.value {
  padding: 0;
}

ul.review.noline li {
  border-bottom: none;
}

ul.review
.fa {
  width: 30px;
  text-align: center;
  /* margin-right: 0.75rem; */
}

ul.review
.fa.fa-thumbs-o-up {
  margin-right: 0.15rem;
}

ul.review
.fa.alt {
  color: #7e7e7e;
}

ul.review .form-group .fa,
ul.review
.form-control-label .fa {
  font-size: inherit;
}

ul.review.condensed li,
ul.review.condensed .title,
ul.review.condensed
.value {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*
.checks
{
	list-style-image: url('../images/icon_white_check.svg');
	list-style-position: outside;
	font-size: 200%;
	
	li
	{
		font-size: 50%;
	}
}
*/
.checks {
  list-style: none;
  list-style-type: none;
}

.checks
li {
  position: relative;
  margin-bottom: 1rem;
}

.checks
li:before {
  width: 25px;
  height: 25px;
  display: block;
  content: '';
  position: absolute;
  left: -45px;
  left: -3.25rem;
  top: 3px;
/* Level Access begin - expand/collapse image */	
/*    background-image: url("../images/icon_check_blue_standard.svg");  */
/* Level Access end */
}

.checks
li:last-of-type {
  margin-bottom: 0;
}

.checks.white li:before {
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/icon_white_check.svg"); */   
   font-family: "Glyphicons Halflings";
   content: '\e013';
/* Level Access end */
  
}

/* Buttons */
.btn {
  color: white;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  transition: background-color 0.25s ease-in, color 0.25s ease-in !important;
  /* Standard button color */
  background-color: #0099DC;
  /* Colors */
  /* Size */
}

.btn
.fa {
  transition: color 0.25s ease-in;
}

.btn:active,
.btn:focus {
  color: white;
}

.btn:hover {
  color: white;
  text-decoration: none !important;
  background-color: #2f476f;
  transition: background-color 0.25s ease-in, color 0.25s ease-in !important;
}

.btn.outline {
  border-color: #3f62a5;
  color: #3f62a5;
}

.btn.outline:hover {
  background-color: #3f62a5;
}

.btn.alt {
  background-color: #7e7e7e;
}

.btn.alt:hover {
  background-color: #434343;
}

.btn.alt.outline {
  border-color: #434343;
  color: #434343;
}

.btn.alt.outline:hover {
  color: white;
  background-color: #434343;
}

.btn.alt.outline:hover
.fa {
  color: white;
}

.btn.rev {
  background-color: white;
  color: #3f62a5;
}

.btn.rev:hover {
  background-color: white;
  color: #0099DC;
}

.btn.rev.outline {
  border-color: white;
  color: white;
}
 
.btn.rev.outline:hover,
.btn.rev.outline:hover .fa {
  color: #3f62a5;
  transition: color 0.25s ease-in;
}

.btn.primary {
  background-color: #0099dc;
}

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

.btn.primary.outline {
  border-color: #0099DC;
  color: #0099DC;
}

.btn.primary.outline:hover {
  color: white;
  background-color: #0099DC;
}

.btn.success {
  background-color: #3fab45;
}

.btn.success:hover {
  background-color: #307834;
}

.btn.success.outline {
  border-color: #3fab45;
  color: #3fab45;
}

.btn.success.outline:hover {
  color: white;
  background-color: #3fab45;
}

.btn.danger,
.btn.btn-danger {
  background-color: #ad2f2f;
}

.btn.danger:hover
,
.btn.btn-danger:hover {
  background-color: #852524;
}

.btn.danger.outline
,
.btn.btn-danger.outline {
  color: #ad2f2f;
  border-color: #ad2f2f;
}

.btn.danger.outline
:hover
,
.btn.btn-danger.outline:hover {
  color: white;
  background-color: #ad2f2f;
}

.btn.full-width {
  width: 100%;
  padding: 1rem 0;
}

.btn.small {
  font-size: 0.9rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn.small
.fa {
  margin-right: 0.5rem;
}

.btn.small.outline {
  border-width: 1px;
}

.btn.tiny {
  font-size: 0.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.has-right-button {
  overflow: hidden;
}

.has-right-button .btn {
  margin-top: 20px;
}

.buttons-mma
li {
  margin-bottom: 1.25rem;
}

.buttons-mma
li:last-of-type {
  margin-bottom: 0;
}

.buttons-mma
li.spacer {
  display: none;
}

.delete-element {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ebebeb;
  border: solid 1px #cfcfcf;
  border-radius: 60px;
  background-image: url("../images/icon_close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-size: 60% auto;
  cursor: pointer;
}

.delete-element.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in, background-color 0.2s ease-in;
}

.delete-element:hover {
  background-color: #cfcfcf;
  transition: background-color 0.2s ease-in;
}

.edit-element {
  color: #a9a9a9;
  transition: color 0.25s ease-in;
}

.edit-element.float {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.edit-element.subtext {
  margin-top: 1rem;
}

.edit-element:hover {
  color: #7e7e7e;
  text-decoration: none;
  transition: color 0.25s ease-in;
}

/* Icons */
.icon-success {
  max-width: 85px;
}

.icon-tiny-success {
  position: relative;
  bottom: 2px;
  max-width: 22px;
  width: 22px;
}

.icon-options, .icon-bill-delivery-enrollment {
  /* for icons on plans & options page */
  position: absolute;
  width: 65px;
  margin: 0;
  padding-top: 1rem;
}

.icon-i {
  /* for 'learn more' */
  width: 20px;
  margin: -2px 0 0 10px;
  margin: -7px 0 0 10px;
}

.icon-i:hover {
  cursor: default;
}

/* Form and interaction elements */
.toggle-switch {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  width: 100%;
  border: solid 1px #a9a9a9;
  display: table;
  table-layout: fixed;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.toggle-switch
li {
  display: table-cell;
  position: relative;
  text-align: center;
  border-left: solid 1px #a9a9a9;
  padding: 0.95rem 0.25rem 1rem 0.25rem;
  color: #7e7e7e;
  background-color: whitesmoke;
  font-weight: 300;
  font-size: 2rem;
  transition: background-color 0.25s ease-in, color 0.25s ease-in;
  cursor: pointer;
  font-size: 1.25rem;
}

.toggle-switch
li
span {
  display: block;
  padding: 0.5rem 0 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  position: relative;
  z-index: 10;
}

.toggle-switch
li:first-of-type {
  border-left: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.toggle-switch
li:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.toggle-switch
li:after {
  content: '';
  width: 0;
  height: 0;
  bottom: -15px;
  bottom: 0;
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #3f62a5;
  /* Setting due to inset shadow */
  border-top: 20px solid #32609d;
}

.toggle-switch
li
a {
  text-decoration: none;
  display: block;
  color: #7e7e7e;
}

.toggle-switch
li.active a, .toggle-switch
.consolidated-payment.review
li.consolidated-pay-info a, .consolidated-payment.review
.toggle-switch
li.consolidated-pay-info a {
  color: white;
}

.toggle-switch
li.active:after, .toggle-switch
.consolidated-payment.review
li.consolidated-pay-info:after, .consolidated-payment.review
.toggle-switch
li.consolidated-pay-info:after {
  opacity: 1;
  bottom: -15px;
  transition: bottom 0.4s ease-in-out 0.1s, opacity 0.1s ease-in 0.25s;
}

.toggle-switch
li:hover {
  background-color: #e6e6e6;
  transition: background-color 0.15s ease-in 0.05s;
}

.toggle-switch
li.active,
.toggle-switch
.consolidated-payment.review
li.consolidated-pay-info,
.consolidated-payment.review
.toggle-switch
li.consolidated-pay-info, .toggle-switch
li.active:hover, .toggle-switch
.consolidated-payment.review
li.consolidated-pay-info:hover, .consolidated-payment.review
.toggle-switch
li.consolidated-pay-info:hover {
  background-color: #0099dc;
  color: white;
  transition: background-color 0.25s ease-in, color 0.25s ease-in;
}

.toggle-switch li.active{
	border:4px solid transparent;
}

.toggle-switch
li
span {
  display: block;
  padding: 0.5rem 0 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  position: relative;
  z-index: 10;
}

.toggle-switch
li
.fa {
  margin: 0.25rem 0;
  font-size: 1.75rem;
}

.toggle-switch.medium
li {
  font-size: 1.15rem;
  padding: 0.5rem 0.25rem 0.6rem 0.25rem;
}

.toggle-switch.medium
li
span {
  font-size: 1rem;
}

.toggle-switch.large
li {
  font-size: 2rem;
  box-shadow: inset 0 0 40px 10px rgba(0, 0, 0, 0.05);
  padding: 1rem 0.25rem 1.1rem 0.25rem;
}

.toggle-switch.large
li
span {
  font-size: 1rem;
}

.toggle-switch.noarrow li:after {
  display: none;
}

.attached-file {
  margin: 5px 0 0 20px;
}

.file-list {
  /*display: none;*/
}

.choose-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.choose-file + label {
  display: inline-block;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0.5rem 2rem;
  border-color: #434343;
  color: #434343;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  transition: background-color 0.25s ease-in 0s, color 0.25s ease-in 0s;
  -moz-user-select: none;
  background-image: none;
  border-width: 1px;
  border-radius: 4px;
  cursor: pointer;
}

.choose-file + label:hover {
  color: white;
  background-color: #434343;
}

.choose-file + label {
  cursor: pointer;
}

#switch-mma-billpay-main {
  border-radius: 0;
  border: none;
  width: 97%;
  margin: 0 auto;
}

#switch-mma-billpay-main
li {
  border-radius: 0;
  border: none;
  border-right: solid 15px #FFF;
  background-color: white;
  padding: 1.75rem 0;
  font-size: 1.65rem;
  line-height: normal;
  color: #898989;
  box-shadow: none;
  transition: color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

#switch-mma-billpay-main
li:last-of-type {
  border-right: none;
  border-left: solid 15px #FFF;
}

#switch-mma-billpay-main
li:hover {
  background: none;
  box-shadow: inset 0 0 20px 8px rgba(0, 0, 0, 0.07);
  color: #616161;
  transition: color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

#switch-mma-billpay-main
li.active,
#switch-mma-billpay-main
.consolidated-payment.review
li.consolidated-pay-info,
.consolidated-payment.review
#switch-mma-billpay-main
li.consolidated-pay-info, #switch-mma-billpay-main
li.active:hover, #switch-mma-billpay-main
.consolidated-payment.review
li.consolidated-pay-info:hover, .consolidated-payment.review
#switch-mma-billpay-main
li.consolidated-pay-info:hover {
  background-color: #3f62a5;
  color: white;
  transition: background-color 0.25s ease-in, color 0.25s ease-in;
}

#switch-mma-billpay-main
li.active{
	border:4px solid transparent;
}

#switch-mma-billpay-main
li
.fa {
  display: block;
  margin: 0 0 0.75rem 0;
  font-size: 2.5rem;
}

#switch-mma-billpay-main
li
.fa.fa-credit-card-alt {
  transform: rotate(-10deg);
}

.outline-box {
  padding: 4.5rem 2.5rem;
  text-align: center;
  background: none;
  border: 2px solid #ebebeb;
  color: #3f62a5;
  border-radius: 6px;
}

.outline-box
i {
  display: block;
  margin: 0 0 0.75rem 0;
  font-size: 4rem;
}

/**
 *  SPECIFIC ELEMENTS
 */
.balance {
  position: relative;
}

.balance
.balance-label {
  font-size: 1rem;
  text-transform: uppercase;
}

.balance
.amt {
  display: block;
  font-size: 2.5rem;
  font-weight: 300;
}

.balance
.due-date {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: right;
}

.balance
.due-date
.date {
  display: block;
  font-size: 1.65rem;
  font-weight: 300;
  margin: 1rem 0 0 0;
  color: #0099DC;
  /* new */
  margin: 0.3rem 0 0 0;
  line-height: normal;
}

.balance
.due-date
.date
.date-comma {
  display: none;
}

.balance
.due-date
.date
.year {
  display: block;
}

.dropdowns {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.dropdowns > li {
  margin: 0 0 1.25rem 0;
  border: solid 1px #cfcfcf;
  padding: 0.4rem 0.85rem 0.4rem 0.85rem;
  cursor: pointer;
  transition: border-color 0.25s ease-in, box-shadow 0.25s ease-in, max-height 0.25s ease-in;
}

.dropdowns > li:hover {
  border-color: #a9a9a9;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
  transition: border-color 0.25s ease-in, box-shadow 0.25s ease-in;
}

.dropdowns > li
.content-mma-billpay-payselect-selection {
  cursor: default;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-in, max-height 0.25s ease-in;
}

.dropdowns > li
.content-mma-billpay-payselect-selection.overflow-show {
  overflow: visible;
}

.dropdown-select {
  width: 100%;
  position: relative;
  border-color: #cfcfcf;
  transition: border-bottom 0.25s ease-in, margin-bottom 0.25s ease-in, padding-bottom 0.25s ease-in;
}

.dropdown-select.alt {
  padding: 0.85rem 0.85rem 0.85rem 0.85rem;
  padding: 0.85rem 65px 0.85rem 0.85rem;
}

.dropdown-select:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  /*
		top: 15px;
		right: 15px;
	*/
  z-index: 50;
  display: block;
  cursor: pointer;
/* Level Access begin - expand/collapse image */		
/*   background-image: url("../images/nav-plus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.dropdown-select
.select-icon {
  width: 30px;
  text-align: center;
  font-size: 2rem;
  margin: -0.35rem 0.85rem 1rem 0;
  float: left;
  color: #3f62a5;
  display: inline-block;
}

.dropdown-select
.select-label {
  /* text-transform: uppercase; */
  color: #434343;
  font-weight: 400;
  font-size: 0.9rem;
}

.dropdown-select
.select-option {
  display: block;
  position: relative;
  cursor: pointer;
  color: #3f62a5;
  font-size: 1.5rem;
  font-weight: 300;
  margin-right: 45px;
}

.dropdown-select
.select-option.no-margin-right {
  margin-right: 0;
}

.dropdown-select
.detail {
  color: #7e7e7e;
  font-size: 1.15rem;
}

.dropdowns li.active, .dropdowns .consolidated-payment.review
li.consolidated-pay-info, .consolidated-payment.review
.dropdowns li.consolidated-pay-info {
  max-height: none;
  transition: max-height 0.25s ease-in;
  transition: border-color 0.25s ease-in, box-shadow 0.25s ease-in, max-height 0.45s ease-in;
}

.dropdowns li.active
.dropdown-select, .dropdowns .consolidated-payment.review
li.consolidated-pay-info .dropdown-select, .consolidated-payment.review
.dropdowns li.consolidated-pay-info .dropdown-select {
  margin-bottom: 1rem;
  /* padding-bottom: 0.7rem; */
  transition: border-bottom 0.25s ease-in, margin-bottom 0.25s ease-in, padding-bottom 0.25s ease-in;
}

.dropdowns li.active
.dropdown-select:after, .dropdowns .consolidated-payment.review
li.consolidated-pay-info .dropdown-select:after, .consolidated-payment.review
.dropdowns li.consolidated-pay-info .dropdown-select:after {
/* Level Access begin - expand/collapse image */		
/*   background-image: url("../images/nav-minus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
}

.dropdowns li.active
.content-mma-billpay-payselect-selection, .dropdowns .consolidated-payment.review
li.consolidated-pay-info .content-mma-billpay-payselect-selection, .consolidated-payment.review
.dropdowns li.consolidated-pay-info .content-mma-billpay-payselect-selection {
  max-height: 2500px;
  opacity: 1;
  transition: opacity 0.25s ease-in 0.12s, max-height 0.25s ease-in;
}

.selectors
li {
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 1.15rem 0;
  overflow: hidden;
  transition: box-shadow 0.2s ease-in;
}

.selectors
li:hover {
  box-shadow: inset 0 0 30px 10px rgba(0, 0, 0, 0.025);
  transition: box-shadow 0.2s ease-in;
}

.selectors
li:last-of-type {
  border-bottom: none;
}

.selectors
li
.selector-wrapper {
  position: relative;
  padding: 0 10px 0 15px;
  border-radius: 5px;
  border: solid 1px #cfcfcf;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.selectors
li.noborder {
  border: none;
  box-shadow: none;
}

.selectors
li
.radio {
  margin-bottom: 0;
}

.selectors
li
.radio label {
  display: block;
  padding: 1rem 0;
}

.selectors
li
.c-indicator.selector-indicator {
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  background-position: 50% 50%;
  /*
			margin-top: 50%;
			transform: translateY(50%);
			*/
  top: 50%;
  transform: translateY(-50%);
}

.selectors
li
.selector-secondary {
  /* margin-left: 55px; */
}

.selectors
li
.selector-secondary.nomargin {
  margin-left: 0;
}

.selectors
li
.check-mma-billpay-donation {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.25s ease-in, opacity 0.25s ease-in;
}

.selectors
li
.check-mma-billpay-donation.active, .selectors
li
.consolidated-payment.review
.check-mma-billpay-donation.consolidated-pay-info, .consolidated-payment.review
.selectors
li
.check-mma-billpay-donation.consolidated-pay-info {
  opacity: 1;
  visibility: visible;
  max-height: 400px;
  transition: max-height 0.25s ease-in, opacity 0.25s ease-in;
}

.selectors
li
.c-input.c-radio {
  float: none;
}

.selectors
li
.text {
  display: block;
  font-size: 1.5rem;
  font-size: 1.25rem;
  font-weight: 300;
  margin-left: 55px;
  margin-right: 35px;
}

.selectors
li
.detail {
  display: block;
  color: #7e7e7e;
}

.selectors
li .delete-mma-billpay-source-toggle,
.selectors
li.delete.active .delete-mma-billpay-source-toggle,
.selectors
.consolidated-payment.review
li.delete.consolidated-pay-info .delete-mma-billpay-source-toggle,
.consolidated-payment.review
.selectors
li.delete.consolidated-pay-info .delete-mma-billpay-source-toggle, .selectors
li .delete-mma-options-autopay-source-toggle,
.selectors
li.delete.active .delete-mma-options-autopay-source-toggle, .selectors
.consolidated-payment.review
li.delete.consolidated-pay-info .delete-mma-options-autopay-source-toggle, .consolidated-payment.review
.selectors
li.delete.consolidated-pay-info .delete-mma-options-autopay-source-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ebebeb;
  border: solid 1px #cfcfcf;
  border-radius: 60px;
  background-image: url("../images/icon_close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-size: 60% auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in, background-color 0.2s ease-in;
}

.selectors
li .delete-mma-billpay-source-toggle:hover
,
.selectors
li.delete.active .delete-mma-billpay-source-toggle:hover
,
.selectors
.consolidated-payment.review
li.delete.consolidated-pay-info .delete-mma-billpay-source-toggle:hover
,
.consolidated-payment.review
.selectors
li.delete.consolidated-pay-info .delete-mma-billpay-source-toggle:hover
, .selectors
li .delete-mma-options-autopay-source-toggle:hover
,
.selectors
li.delete.active .delete-mma-options-autopay-source-toggle:hover, .selectors
.consolidated-payment.review
li.delete.consolidated-pay-info .delete-mma-options-autopay-source-toggle:hover, .consolidated-payment.review
.selectors
li.delete.consolidated-pay-info .delete-mma-options-autopay-source-toggle:hover {
  background-color: #cfcfcf;
  transition: background-color 0.2s ease-in;
}

.selectors
li.active .delete-mma-billpay-source-toggle,
.selectors
.consolidated-payment.review
li.consolidated-pay-info .delete-mma-billpay-source-toggle,
.consolidated-payment.review
.selectors
li.consolidated-pay-info .delete-mma-billpay-source-toggle, .selectors
li.active .delete-mma-options-autopay-source-toggle, .selectors
.consolidated-payment.review
li.consolidated-pay-info .delete-mma-options-autopay-source-toggle, .consolidated-payment.review
.selectors
li.consolidated-pay-info .delete-mma-options-autopay-source-toggle {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}

.selectors
li.deleted {
  display: none;
}

#content-button-mma-billpay-addaccount,
#content-mma-billpay-addaccount,
#content-mma-options-autopay-addaccount {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out, visibility 0.5s ease-in;
}

#content-button-mma-billpay-addaccount.active
,
.consolidated-payment.review
#content-button-mma-billpay-addaccount.consolidated-pay-info,
#content-mma-billpay-addaccount.active
,
.consolidated-payment.review
#content-mma-billpay-addaccount.consolidated-pay-info,
#content-mma-options-autopay-addaccount.active, .consolidated-payment.review
#content-mma-options-autopay-addaccount.consolidated-pay-info {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  position: static;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

#content-mma-billpay-donation-other-amount,
#content-mma-options-autopay-donation-other-amount {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

#content-mma-billpay-donation-other-amount.active
,
.consolidated-payment.review
#content-mma-billpay-donation-other-amount.consolidated-pay-info,
#content-mma-options-autopay-donation-other-amount.active, .consolidated-payment.review
#content-mma-options-autopay-donation-other-amount.consolidated-pay-info {
  opacity: 1;
  visibility: visible;
  position: static;
  width: auto;
  max-height: 200px;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

.content-delete-mma-billpay-source,
.content-delete-mma-options-autopay-source {
  position: relative;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

.selectors li.delete .content-delete-mma-billpay-source
,
.selectors li.delete .content-delete-mma-options-autopay-source {
  position: relative;
  margin-top: 0.75rem;
  opacity: 1;
  visibility: visible;
  max-height: 200px;
  z-index: 10;
  transition: opacity 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

#input-mma-billpay-datepicker,
#input-mma-options-autopay-datepicker {
  position: relative;
  z-index: 1000;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
}

.bootstrap-datetimepicker-widget {
  z-index: 500;
}

#content-mma-billpay-payselect-date .day.disabled {
  /*
	background-color: $vectren_grey_lighter;
	border-radius: 0;
	*/
  color: #cfcfcf;
}

#content-mma-billpay-payselect-date .picker-switch {
  pointer-events: none;
}

.late-pay-date {
  background-color: rgba(255, 200, 200, 0.5);
  color: #c83232;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#switch-mma-options-autopay-payselect-source-origin {
  display: none;
}

/*
#content-update-mma-options-ebill-address
{
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
	
	&.active
	{
		max-height: none;
		opacity: 1;
		visibility: visible;
		transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
	}
}
*/
#main-mma-billpay-payselect-donation li.active, #main-mma-billpay-payselect-donation .consolidated-payment.review
li.consolidated-pay-info, .consolidated-payment.review
#main-mma-billpay-payselect-donation li.consolidated-pay-info {
  overflow: visible;
}

#main-mma-billpay-payselect-donation li.active .selectors li,
#main-mma-billpay-payselect-donation .consolidated-payment.review
li.consolidated-pay-info .selectors li,
.consolidated-payment.review
#main-mma-billpay-payselect-donation li.consolidated-pay-info .selectors li, #main-mma-billpay-payselect-donation li.active
.content-mma-billpay-payselect-selection, #main-mma-billpay-payselect-donation .consolidated-payment.review
li.consolidated-pay-info .content-mma-billpay-payselect-selection, .consolidated-payment.review
#main-mma-billpay-payselect-donation li.consolidated-pay-info .content-mma-billpay-payselect-selection {
  overflow: visible;
}

.account-settings-add {
  width: 100%;
  /*  border: 0 !important;  */
  margin: 0 !important;
}

.account-accordion {
  /*
	margin-bottom: 20px;
	*/
  border: solid 1px #a9a9a9;
  /* panel is a bootstrap default, but keeping it here next to the other accordion styles */
  /**
    .slider-menu-subnav .account-accordion-section
    {
	    border-bottom: none;
    }
    **/
}

.account-accordion
.panel-body {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.25rem;
}

.account-accordion.parent-accordion {
  border-color: #3f62a5;
}

.account-accordion.parent-accordion
.account-accordion {
  border: none;
}

.account-accordion.parent-accordion
> .account-accordion-section {
  padding-right: 0;
  /* for the sub-accordion's title, not the parent */
}

.account-accordion.parent-accordion
> .account-accordion-section
.account-accordion-section
> h3 > .accordion-title {
  font-size: 1.3rem;
}

.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title {      		
  display: block;
  padding: 30px 20px;
  background-color: transparent;
  color: #434343;
  cursor: pointer;
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-plus.svg"); */
/* Level Access end */	
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-position: 96.65% 50%;
  background-size: 30px auto;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title:after {
/* Level Access begin */	
/*    display: none; */
   background-image: none; 
   font-family: "Glyphicons Halflings";
   content: '\e114';
  
/* Level Access end */	
}

.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title
.select-icon {
  display: inline-block;
  float: left;
  font-size: 2rem;
  margin: -0.35rem 0.85rem 1rem 0;
  text-align: center;					
  width: 30px;
  color: #3f62a5;
}

.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title
.select-option {
/* Level Access begin = align Glyphicons with text */
  display: inline-block;           		
  margin-left: 5px;         		
/*   margin-left: 30px; */
/* Level Access begin */
  padding-right: 30px;
}

.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title[aria-expanded="true"] {          
  color: white;
  background-color: #3f62a5;
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-minus_white.svg"); */
/* Level Access end */	
  background-repeat: no-repeat;
  transition: background-color 0.25s ease, color 0.25s ease;
}


/* Level Access begin - expand/collapse image - add :after */	
.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title[aria-expanded="true"]:after {  
   font-family: "Glyphicons Halflings";
   content: '\e113';
}
/* Level Access end */	




.account-accordion.parent-accordion
> .account-accordion-section
> h3 > .accordion-title[aria-expanded="true"]
.select-icon {
  color: white;
}

.account-accordion
.account-accordion-section {
  border-top: 1px solid #a9a9a9;
  margin-bottom: 0;
}

.account-accordion
.account-accordion-section.panel {
  border-radius: 0;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.account-accordion
.account-accordion-section:first-child {
  /* border-top: 1px solid #a9a9a9; */
  border-top: 0;
}

.account-accordion
.account-accordion-section
.accordion-title {
  display: block;
  padding: 20px;
  background-color: #ebebeb;
  position: relative;
  cursor: pointer;
  /* padding so text doesnt break into arrow icon */
  padding-right: 48px;
}

.account-accordion
.account-accordion-section
.accordion-title:after,
.account-accordion
.account-accordion-section
.accordion-title:before {
  content: '';
  position: absolute;
  right: 1.9rem;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  transition: transform 0.18s ease-in 0.05s;
}

.account-accordion
.account-accordion-section
.accordion-title:before {
  display: none;
}

.account-accordion
.account-accordion-section
.accordion-title.slider-menu-back:after {
  display: none;
}

.account-accordion
.account-accordion-section
.accordion-title.slider-menu-back:before {
  right: auto;
  left: 1.9rem;
  display: block;
  background-position: 0 50%;
  transform: rotate(180deg);
}

.account-accordion
.account-accordion-section
.accordion-title.collapse:after {
  transform: rotate(90deg);
  transition: transform 0.18s ease-in 0.05s;
}

.account-accordion
.account-accordion-section
.accordion-title[aria-expanded="true"]:after {
  transform: rotate(90deg);
  transition: transform 0.18s ease-in 0.05s;
}

.account-accordion
.account-accordion-section
.accordion-title:focus,
.account-accordion
.account-accordion-section
.accordion-title:hover {
/*   outline: 0; */		/* Level Access */
  text-decoration: none;
}

.account-accordion
.account-accordion-section
.accordion-title.slider-menu-back {
  text-align: center;
}

.account-accordion
.account-accordion-section
.accordion-title.transparent {
  background-color: transparent;
}

.account-accordion
.account-accordion-section + .accordion-title:after {				/* Level Access - add :after */
  border: solid 1px red;
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-minus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
}


.account-accordion
.account-accordion-section
.panel-collapse {
  border-top: 1px solid #cfcfcf;
}

.account-accordion
.account-accordion-section-icon {
  font-size: 1.85rem;
  font-size: 1.775rem;
  margin-right: 1rem;
}

.account-accordion
.account-listing {
  position: relative;
  padding: 0.675rem 0.675rem 0.675rem 0.7rem;
  padding: 0.675rem 0.675rem 0.675rem 1.25rem;
  padding: 0.685rem 0.685rem 0.685rem 1.25rem;
  min-height: 60px;
}

.account-accordion
.account-listing
p {
  margin: 0;
}

.account-accordion.current
.account-listing {
  background-color: #0099DC;
  background-color: #3f62a5;
  color: white;
  font-size: 1.05rem;
  padding: 0.85rem;
}

.account-accordion.current
.account-listing
p {
  color: white;
  font-weight: 300;
  font-size: inherit;
  line-height: 1.3rem;
}

.active-account-info {
  background-color: #434343;
}

.active-account-info, .active-account-info
p {
  color: white;
}

.active-account-info
.account-gear {
  right: 25px;
}

/* Fix/overrides for account switcher modal */
#account_switch
.account-accordion {
  border: none;
}

#account_switch
.account-accordion-section {
  border-bottom: 1px solid #a9a9a9;
  border-top: none;
}

#account_switch
.account-accordion-section:first-child {
  border-top: 1px solid #a9a9a9;
}

#account_switch
.slider-menu-subnav .account-accordion-section {
  border-bottom: none;
}

#account_switch
.slider-menu-main {
  min-height: 400px;
}

#account_switch
.modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#account_switch
.modal-footer {
  padding-top: 1.85rem;
  background-color: #f0f0f0;
  border-top: solid 1px #cfcfcf;
}

.account-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  max-height: 320px;
  overflow-y: auto;
}

.account-list
li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 1.1em;
}

.account-list
li:last-of-type {
  border: none;
}

.account-list
li:nth-of-type(even) {
  background-color: whitesmoke;
}

.account-list
li.current .view-account .text {
  color: #2da83e;
}

.account-list
li
.account-accordion {
  border: none;
  margin-bottom: 0;
}

.account-list
li
.account-listing {
  padding-left: 1rem;
}

.account-list
li .account-listing p,
.account-list
li .account-listing-primary-label,
.account-list
li
.account-secondary-label {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.65rem;
}

.account-list
li
.view-account .text {
  color: #0099DC;
  position: relative;
  text-align: left;
  padding-left: 45px;
  display: none;
  transition: color 0.25s ease-in;
}

.account-list
li
.account-accordion a {
  text-decoration: none;
  display: block;
}

.account-list
li
.account-accordion a:hover {
  color: #3f62a5;
}

.account-list
li
.account-accordion a:hover
.text {
  color: #3f62a5;
  transition: color 0.25s ease-in;
}

.account-list
li
.account-accordion a:hover
.icon-options.fa-refresh, .account-list
li
.account-accordion a:hover
.fa-refresh.icon-bill-delivery-enrollment {
  background-color: #3f62a5;
}

.account-list
li
.icon-options, .account-list
li
.icon-bill-delivery-enrollment {
  width: 35px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding-top: 0;
}

.account-list
li
.icon-options.fa-refresh, .account-list
li
.fa-refresh.icon-bill-delivery-enrollment {
  width: auto;
  font-size: 1.75rem;
  padding: 5px 6px 4px 6px;
}

.account-list.page {
  overflow-y: visible;
  max-height: none;
}

.account-list.page
li {
  padding: 8px 0 8px 8px;
  font-size: 1.05rem;
}

.account-list.page
li:nth-of-type(even) {
  background: none;
}

.account-list.page
li
.account-listing {
  padding: 0.35rem 0 0.35rem 0.75rem;
}

.account-list.page
li
.view-account .text {
  min-width: 145px;
}

.account-list.page
li
.fa-gear {
  right: 0;
}

.modal .account-list {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.settings-list
> li {
  padding: 1.2rem 0;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}

.settings-list
> li:last-child {
  border: 0;
}

.settings-list
> li
.btn-icon.fa-2x.fa-pencil {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.85rem;
}

.settings-list
> li
.float .btn-icon {
  position: static;
  transform: none;
  margin-right: 0.35rem;
}

.settings-list .editable-phone,
.settings-list .editable-profile-item,
.settings-list
#phone-add-content {
  display: none;
}

.settings-list
#phone-add-content
.delete-element {
  top: 44px;
  right: 6px;
}

.settings-list
.dropdown-margin {
  top: -24px;
}

.settings-list
.dropdown-margin
.dropdown-menu {
  margin-top: 14px;
}

.account-gear {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.account-gear.open {
  z-index: 1;
}

.account-gear
.dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
  z-index: 1;
}

.account-gear
.dropdown-menu
a {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding: 1.21rem;
  cursor: pointer;
  white-space: nowrap;
}

.account-gear
.dropdown-menu
a:last-child {
  border: 0;
}

.account-gear
.dropdown-menu
.btn-icon {
  position: relative;
  margin-right: 12px;
}

.account-gear
.dropdown-menu
.btn-icon.fa-pencil, .account-gear
.dropdown-menu
.btn-icon.fa-gear {
  font-size: 1rem;
  right: 0rem;
}

.account-accordion.current .account-listing .account-gear {
  right: 24px;
}

.account-accordion.current .account-listing .account-gear
.fa-gear {
  color: white;
}

.account-element-primary {
  font-weight: 700;
  padding-right: 36px;
  word-wrap: break-word;
}

.account-element-secondary {
  display: block;
  font-weight: 400;
  padding-right: 36px;
  word-wrap: break-word;
}

.account-element-secondary.float-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.account-element-label {
  display: block;
  font-style: italic;
}

.view-account {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  text-align: right;
  margin: 0;
}

.view-account.wrap {
  position: static;
  transform: none;
  text-align: center;
  margin-top: 0.85rem;
  margin-bottom: 0.5rem;
}

.view-account
.text {
  max-width: 75px;
  font-style: italic;
  font-weight: 300;
}

.view-account
btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.account-secondary-label {
  max-width: 245px;
}

.additional-account-label-number {
  display: none;
}

.account-listing-primary-label {
  color: #0099DC;
  font-size: 1.1rem;
  font-style: italic;
  max-width: 100px;
}

.icon-square,
.icon-circle {
  background-color: #0099DC;
  background-color: #9f9f9f;
  padding: 5rem;
  display: inline-block;
  position: relative;
  text-align: center;
}

.icon-square
.fa
,
.icon-circle
.fa {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.icon-square.outline .fa
,
.icon-circle.outline .fa {
  color: #3f62a5;
}

.icon-square.small
,
.icon-circle.small {
  padding: 2.5rem;
}

.icon-square.medium
,
.icon-circle.medium {
  padding: 4rem;
}

.icon-square.full-width
,
.icon-circle.full-width {
  width: 100%;
  text-align: center;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  background-color: #3f62a5 !important;
}

.icon-circle {
  border-radius: 200px;
}

.icon-circle.outline {
  background-color: transparent !important;
  color: #3f62a5 !important;
  border: solid 2px #3f62a5;
}

.icon-arrow-right {
  position: relative;
}

.icon-arrow-right:after {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_nav-arrow.svg");
  background-position: 50% 50%;
  background-size: 100% auto;
}

.consolidated-payment {
  margin: 0;
  padding: 0;
  list-style: none;
/* <<<<< head 
  list-style-type: none; }
  .consolidated-payment > li {
    padding: 1.35rem 0 1.35rem 0;
    position: relative;
    border-bottom: solid 1px #a9a9a9; }
    .consolidated-payment > li:last-of-type {
      border-bottom: none; }
    .consolidated-payment > li label {
      font-weight: 300; }
    .consolidated-payment > li .consolidated-payment-visible {
      position: relative; }
    .consolidated-payment > li .checkbox {
      position: absolute;
      width: 15%;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-left: 0.75rem; }
    .consolidated-payment > li .account-info,
    .consolidated-payment > li .cp-content {
      width: 80%;
      margin-left: 18%; }
    .consolidated-payment > li .address {
      font-weight: 400; }
    .consolidated-payment > li .c-input {
      padding-left: 0;
      margin: 0;
      color: #a9a9a9;
      transition: color 0.25s ease-in; }
    .consolidated-payment > li:hover .c-input {
      color: #7e7e7e;
      transition: color 0.25s ease-in; }
    .consolidated-payment > li .c-checkbox {
      margin: 0; }
    .consolidated-payment > li .consolidated-pay-info {
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.25s ease-in, visibility 0.25s ease-in, max-height 0.25s ease-in; }
      .consolidated-payment > li .consolidated-pay-info.active, .consolidated-payment.review li .consolidated-pay-info {
        max-height: 3000px;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.25s ease-in, visibility 0.25s ease-in, max-height 0.25s ease-in; }
    .consolidated-payment > li.checked .c-input {
      color: #434343; }
  .consolidated-payment.review .checkbox {
    display: none; }
  .consolidated-payment.review .account-info,
  .consolidated-payment.review .cp-content {
    width: 100%;
    margin-left: 0; }
  .consolidated-payment.review .c-input {
    color: #3f62a5; }
======= */

  list-style-type: none;
}

.consolidated-payment
> li {
  padding: 1.35rem 0 1.35rem 0;
  position: relative;
  border-bottom: solid 1px #a9a9a9;
}

.consolidated-payment
> li:last-of-type {
  border-bottom: none;
}

.consolidated-payment
> li
label {
  font-weight: 300;
}

.consolidated-payment
> li
.consolidated-payment-visible {
  position: relative;
}

.consolidated-payment
> li
.checkbox {
  position: absolute;
  width: 15%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.75rem;
}

.consolidated-payment
> li .account-info,
.consolidated-payment
> li
.cp-content {
  width: 80%;
  margin-left: 18%;
}

.consolidated-payment
> li
.address {
  font-weight: 400;
}

.consolidated-payment
> li
.c-input {
  padding-left: 0;
  margin: 0;
  color: #a9a9a9;
  transition: color 0.25s ease-in;
}

.consolidated-payment
> li:hover .c-input {
  color: #7e7e7e;
  transition: color 0.25s ease-in;
}

.consolidated-payment
> li
.c-checkbox {
  margin: 0;
}

.consolidated-payment
> li
.consolidated-pay-info {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in, max-height 0.25s ease-in;
}

.consolidated-payment
> li
.consolidated-pay-info.active, .consolidated-payment
> li
.consolidated-payment.review
.consolidated-pay-info, .consolidated-payment.review
.consolidated-payment
> li
.consolidated-pay-info {
  max-height: 3000px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in, max-height 0.25s ease-in;
}

.consolidated-payment
> li.checked .c-input {
  color: #434343;
}

.consolidated-payment.review
.checkbox {
  display: none;
}

.consolidated-payment.review .account-info,
.consolidated-payment.review
.cp-content {
  width: 100%;
  margin-left: 0;
}

.consolidated-payment.review
.c-input {
  color: #3f62a5;
}
/*>>>>>>> F.2017.05.VVC-1323-1393.FusionChanges */

.success-icon-content {
  text-align: center;
}

.table.checkbox-row tr .c-input {
  margin-left: 0.5rem;
}

.icon-bill-delivery-enrollment {
  height: 65px;
  background-image: url("../images/icon_ebill_not_enrolled.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.icon-bill-delivery-enrollment.ebill-enrolled {
  background-image: url("../images/icon_ebill_enrolled.svg");
}

/* Pay bill - bank account - exit button */
.currently-enrolled {
  position: relative;
  /* Testing banner/ribbon on mobile */
}

.currently-enrolled
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1.2rem 0 1.2rem 0;
  background-color: #3fab45;
}

.currently-enrolled
.banner:before {
  display: block;
  content: '';
  margin: 0;
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/icon_white_check.svg");    */
  font-family: "Glyphicons Halflings";
  content: '\e013';
/* Level Access end */
  
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
}

.currently-enrolled
.banner
.icon-success {
  max-width: 50px;
  display: inline;
  margin-top: -4px;
}

.currently-enrolled
.banner
img {
  display: none !important;
}

.currently-enrolled
.banner
h5 {
  margin: 0 0 0 4.5rem;
  padding: 0;
  font-size: 1.4rem !important;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  color: white;
  display: inline;
}

.currently-enrolled
.banner.primary {
  background-color: #0099DC;
}

.currently-enrolled
.banner.secondary {
  background-color: #3f62a5;
}

.currently-enrolled
.banner
.special-icon {
  background-image: none;
  background: none;
}

.currently-enrolled
.banner[class*="icon-"]:before {
  background: none;
  font-family: 'FontAwesome';
  font-size: 2.7rem;
  font-weight: 300;
  line-height: normal;
  color: white;
  margin-bottom: -0.15rem;
}

.currently-enrolled
.banner.icon-ebill:before {
  font-family: 'FontAwesome';
}

.currently-enrolled
.banner.icon-document:before {
  font-family: 'FontAwesome';
}

.currently-enrolled
.banner {
  top: -14px;
  width: auto;
  display: inline-block;
  padding: 1.2rem 1.4rem 1.2rem 0;
}

.faq
> li > a,
.faq
> li
.faq-toggle, .faq
dt
a, .collapsable > li > a {
  display: block;
  position: relative;
  padding: 1rem 40px 1rem 0;
  font-size: 1.00rem;
  font-weight: 400;
  color: #0099DC;
  text-decoration: none;
  border-bottom: solid 1px #cfcfcf;
/*   outline: 0; */				/* Level Access */
}

.faq
> li > a:after,
.faq
> li
.faq-toggle:after, .faq
dt
a:after, .collapsable > li > a:after {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-plus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
  background-repeat: no-repeat;
}

.faq
> li > a[aria-expanded="false"]:after,
.faq
> li
[aria-expanded="false"].faq-toggle:after, .faq
dt
a[aria-expanded="false"]:after, .collapsable > li > a[aria-expanded="false"]:after {
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-plus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */	
}

.faq
> li > a[aria-expanded="true"],
.faq
> li
[aria-expanded="true"].faq-toggle, .faq
dt
a[aria-expanded="true"], .collapsable > li > a[aria-expanded="true"] {
  border-bottom-color: #ebebeb;
}

.faq
> li > a[aria-expanded="true"]:after,
.faq
> li
[aria-expanded="true"].faq-toggle:after, .faq
dt
a[aria-expanded="true"]:after, .collapsable > li > a[aria-expanded="true"]:after {
/* Level Access begin - expand/collapse image */		
/*   background-image: url("../images/nav-minus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */	
}

.faq
> li {
  margin: 0;
}

.faq
dd {
  padding: 1rem 0 0 0;
  border-bottom: solid 1px #cfcfcf;
}

.faq
.faq-content {
  margin-top: 0.85rem;
}

ul.faq {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.collapsable {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.list-heading-icon {
  position: relative;
  padding: 0 0 0 0;
}

.list-heading-icon
.heading-icon {
  /*
		position: absolute;
		left: 0;
		*/
  float: left;
  margin-right: 0.825rem;
  color: #3f62a5;
}

.list-heading-icon
.heading-icon.primary {
  color: #0099DC;
}

.list-heading-icon
.heading-icon.success {
  color: #3fab45;
}

.list-heading-icon
.heading-icon.alt {
  color: #3fab45;
  color: #434343;
}

.list-heading-heading {
  margin-top: 0.32rem;
  margin-bottom: 0;
  font-weight: 400;
}

/**
 *  ICON COLORS
 */
.icon-color-success {
  color: #3fab45 !important;
}

.icon-color-danger {
  color: #ad2f2f !important;
}

.icon-color-blue {
  color: #3f62a5 !important;
}

.icon-color-blue-secondary {
  color: #0099DC !important;
}

.icon-color-grey {
  color: #7e7e7e !important;
}

.icon-color-twitter {
  color: #00a4f3 !important;
}

.icon-color-twitter.link-hover:hover {
  color: #187fb0 !important;
}

/**
 *  TYPOGRAPHY STYLES
 */
.currency:before {
  content: '$';
}

input.currency {
  background-image: url("../images/icon_currency_dollar.svg");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 10% 60%;
  padding-left: 40px;
  font-size: 1.65rem;
  font-weight: 400;
}

input.date {
  background-image: url("../images/icon_currency_calendar.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10% 60%;
}

h3.alt {
  border: none;
  font-size: 2rem;
  margin: 0.85rem 0 1.25rem 0;
}

h3.alt.center {
  text-align: center;
}

.lede {
  font-size: 1.35em;
}

.hide-buttons
.btn {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.hide-buttons
tr:hover .btn {
  opacity: 1;
}

#letter-table,
#bill-table,
#payment-table,
#message-table {
  overflow: hidden;
/*<<<<<<< HEAD
  max-height: 2000px; }
  #letter-table.limit-height,
  #bill-table.limit-height,
  #payment-table.limit-height,
  #message-table.limit-height {
    max-height: 159px; }
======= */
  max-height: 2000px;
}

#letter-table.limit-height,
#bill-table.limit-height,
#payment-table.limit-height,
#message-table.limit-height {
  max-height: 159px;
}
/*>>>>>>> F.2017.03.03.VVC-1423.RegulatoryExtranetPrintFormat*/

.expander:focus {
/*   outline: 0; */			/* Level Access */
}

.account-accordion-section h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.5rem;
}

.account-accordion-section h3
a {
  color: #434343;
}

.grey {
  color: #cfcfcf;
}

.grey-standard {
  color: #a9a9a9;
}

.grey-dark {
  color: #7e7e7e;
}

.light {
  font-weight: 300;
}

/* Decorative borders - all screen sizes */
.border-full-blue {
  border: solid 1px #002f87;
}

.border-full-blue-light {
  border: solid 1px #b7c9e5;
}

.border-right-white {
  border-right: solid 1px rgba(255, 255, 255, 0.75);
}

.border-full-grey {
  border: solid 1px #cfcfcf;
}

.border-outline {
  border: dashed 1px #747474;
}

.encircle {
  display: inline-block;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #7e7e7e;
  font-weight: 500;
  font-size: 1.25rem;
  border: solid 2px #a9a9a9;
  border-radius: 50px;
}

.greeting-name {
  text-transform: capitalize;
}

/**
 *  RESPONSIVE STYLES
 */
@media (max-width: 1199px) {
  #navbar ul > li > a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .show-for-desktop-only {
    display: none;
  }
  .collapse-smaller {
    padding-left: 0;
    padding-right: 0;
  }
  /* NEEDS TO BE DECIDED **/
  /*
	    .collapse-xs
	    {
	        padding-left: 0;
	        padding-right: 0;
	    }
	*/
  .view-account
btn {
    position: relative;
    right: 0;
    top: 2px;
    transform: none;
  }
  .row-offcanvas-right {
    position: relative;
    -webkit-transition: right 0.4s ease-in;
    -o-transition: right 0.4s ease-in;
    transition: right 0.4s ease-in;
    overflow: hidden;
  }
  .row-offcanvas-right.active, .consolidated-payment.review
.row-offcanvas-right.consolidated-pay-info {
    right: 80%;
    overflow: initial;
  }
  .sidebar-offcanvas {
    /*right:-80%;*/
    right: -80%;
    width: 80%;
    position: absolute;
    top: 0;
    padding: 0;
    height: 100%;
    background-color: #434343;
  }
  nav#nav-primary
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid black;
  }
  nav#nav-primary
ul
li {
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #a9a9a9;
    border-top: 1px solid black;
  }
  nav#nav-primary
ul
li:first-child {
    border-top: 0 none;
  }
  nav#nav-primary
ul
li
> a::after {
    /* right arrow */
    content: '\f054';
    position: absolute;
    top: -0.05rem;
    right: 15px;
    margin: 0 0 0 8px;
    font-family: 'FontAwesome';
    font-size: 0.95rem;
    transition: all 0.25s ease-in;
  }
  nav#nav-primary
ul
li.open > a:after {
    /* down arrow */
    transform: rotate(90deg);
  }
  nav#nav-primary
ul
li
a {
    text-decoration: none;
    color: white;
    line-height: 50px;
    display: block;
    padding: 0 1.35rem;
    padding: 0 1.1rem;
    transition: color 0.25s ease-in;
  }
  nav#nav-primary
ul
li
a:hover {
    color: white;
    transition: color 0.25s ease-in;
  }
  nav#nav-primary
ul
li
ul.dropdown-menu {
    position: relative;
    float: none;
    top: auto;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
    transition: max-height 0.5s ease-out;
    border-radius: 0;
    background-color: #777;
    border: none;
    box-shadow: none;
  }
  nav#nav-primary
ul
li
ul.dropdown-menu > li {
    position: relative;
    border-top: 0;
    font-weight: 300;
  }
  nav#nav-primary
ul
li.open {
    border-bottom: 0;
  }
  nav#nav-primary
ul
li.open
> ul.dropdown-menu {
    /* max-height: 300px; */
    max-height: 752px;
    border-top: 1px solid #7e7e7e;
  }
  nav#nav-primary
ul
li.open
> ul.dropdown-menu
> li
> a:hover {
    background: transparent;
  }
  nav#nav-primary
ul
li.search {
    display: none;
  }
}

@media (max-width: 991px) {
  .well.no-sm {
    box-shadow: none;
    margin-bottom: 0;
  }
  header > nav.container > .row,
  .secondary-nav > .container > .row {
    margin: 0;
  }
  .content-root > .container > .row {
    margin: 0;
  }
  #navbar {
    float: none;
    margin: 30px -15px 0;
    position: relative;
    z-index: 1;
    background-color: #002f87;
  }
  #navbar ul > li > a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-left: 15px;
    color: white;
    border-bottom: 1px solid #3f62a5;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0 !important;
  }
  .navbar-nav
.open
.dropdown-menu {
    background-color: #7f97c3;
  }
  .navbar-collapse {
    padding-left: 0;
  }
  .account-labels {
    float: none;
  }
  .secondary-nav > .container {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .collapse-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    width: 100%;
  }
  ul.review
> li
.big-title {
    float: none;
    width: 100%;
  }
  ul.review
> li
.big-value {
    float: none;
    width: 100%;
    text-align: unset;
  }
  .account-actions {
    float: none;
    display: block;
  }
  .account-actions.second-action {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .search-usage-table {
    overflow-x: scroll;
  }
  .search-usage-table
.table {
    min-width: 490px;
  }
  .text.break {
    margin-left: 0;
    margin-top: 90px;
  }
}

@media (min-width: 0px) {
  body nav#nav-primary ul li {
    font-weight: 400;
  }
}

@media (min-width: 480px) {
  .hero-home .hero-copy-main {
    font-size: 3.25rem;
    font-size: 8.5vw;
  }
  .balance .due-date .date {
    margin: 1rem 0 0 0;
  }
  .balance .due-date .date .date-comma,
  .balance .due-date .date .year {
    display: inline;
  }
  .account-actions {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
  }
  .account-actions.right {
    right: 6px;
  }
  .account-actions.second-action {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
  }
  .switch-accounts {
    max-width: 200px;
    position: absolute;
    right: 0;
/*<<<<<<< HEAD */
    top: 0; }
    .switch-accounts a .fa-refresh {
      position: absolute;
      right: 0; }
    .switch-accounts a .switch-account-label {
      max-width: none;
      position: static;
      margin-right: 37px;
      display: inline-block; }
/*======= 
    top: 35%;
  }
  .switch-accounts
a
.fa-refresh {
    position: absolute;
    right: 0;
  }
  .switch-accounts
a
.switch-account-label {
    max-width: none;
    position: static;
    margin-right: 37px;
    display: inline-block;
  }
>>>>>>> F.2017.03.03.VVC-1423.RegulatoryExtranetPrintFormat*/
  .block-sm {
    display: inline;
  }
  .view-account.wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    text-align: right;
    margin: 0;
  }
  .view-account
.text {
    max-width: 400px;
  }
  .account-element-primary,
  .account-element-secondary {
    padding-right: 0;
    word-wrap: normal;
  }
  .home-actions-main
> ul {
    max-width: none;
    color: rgba(255, 255, 255, 0.75);
  }
  .home-actions-main
> ul
li {
    width: 24.5%;
    height: auto;
    min-height: 15vw;
    max-height: 220px;
  }
  .home-actions-main
> ul
li:nth-child(n) {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home-actions-main
.home-action-button {
    font-size: 1.15rem;
    font-size: 2vw;
  }
  .home-actions-main
.home-action-button
.fa {
    font-size: 4.5rem;
    font-size: 3.75rem;
  }
  .home-actions-main
.home-action-button
.home-action-label {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }
  .home-actions-main
.home-action-button
.home-action-description {
    font-size: 1rem;
  }
  .home-actions-main
.home-action-button
.word-last {
    display: block;
  }
}

@media (min-width: 768px) {
  /* Type */
  h1 {
    font-size: 3.42857rem;
    font-weight: 300;
    color: #373737;
  }
  h2 {
    font-size: 2.57142rem;
    font-weight: 300;
    color: #373737;
  }
  h3 {
    font-size: 2rem;
    font-weight: 300;
    color: #434343;
  }
  h4 {
    font-size: 1.7142rem;
    font-weight: 300;
    color: #373737;
  }
  h5 {
    font-size: 1.42857rem;
    font-weight: 300;
    color: #7e7e7e;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .well {
    padding: 18px;
  }
  .collapse-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .show-for-mobile-only {
    display: none;
  }
  .big-balance {
    font-size: 3.5rem;
  }
  /* new */
  #nav-accordion.mma-nav {
    margin-bottom: 16px;
    max-height: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  nav#nav-primary ul li {
    font-size: 1.25rem;
    font-size: 1rem;
  }
  nav#nav-primary ul li
a {
    padding: 0 1.35rem;
  }
  nav#nav-primary ul li.search {
    margin: 0 0 0 1rem;
    padding: 0 0 0 0.7rem;
  }
  .nav-mobile-toggle-switch {
    display: none;
  }
  .nav-logo-wrapper {
    height: 120px;
  }
  .header-greeting {
    color: #0099DC;
    position: absolute;
    top: 24px;
    right: 90px;
    text-align: right;
  }
  body nav#nav-primary {
    display: block;
    text-align: right;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    z-index: 800 !important;
    margin-right: 20px;
  }
  body nav#nav-primary
> ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: block;
  }
  body nav#nav-primary
> ul
li {
    display: inline-block;
    font-weight: 400;
    float: left;
    /*font-size: 24px;*/
    font-size: 1.15rem;
    font-weight: 500;
  }
  body nav#nav-primary
> ul
li a.dropdown-toggle,
  body nav#nav-primary
> ul
li.search a,
  body nav#nav-primary
> ul
li
.nav-menu-section a {
    text-decoration: none;
    color: #373737;
    line-height: 40px;
    display: block;
    padding: 0 1.1rem;
    transition: color 0.25s ease-in;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: capitalize;
  }
  body nav#nav-primary
> ul
li a.dropdown-toggle:hover
,
  body nav#nav-primary
> ul
li.search a:hover
,
  body nav#nav-primary
> ul
li
.nav-menu-section a:hover {
    color: #0099DC;
    transition: color 0.25s ease-in;
  }
  body nav#nav-primary
> ul
li.search {
    font-size: 1rem;
    /* margin: 0.2rem; */
    margin: 0 0 0 0.65rem;
    padding: 0 0 0 0.4rem;
    border-left: solid 2px #002f87;
    margin-top: 0.5rem;
  }
  body nav#nav-primary
> ul
li.search
a {
    line-height: normal;
    padding-top: 0;
    margin-top: 0;
  }
  body nav#nav-primary
> ul
li.nav-menu-account .myaccount-authenticated
a {
    line-height: normal;
    padding: inherit;
    color: #0099DC;
    display: inline;
  }
  body nav#nav-primary
> ul
li.nav-menu-account .myaccount-authenticated:hover {
    color: #0099DC;
  }
  body nav#nav-primary > ul > li > a::after {
    font-family: 'FontAwesome';
    content: '\F0D7';
    content: '\f078';
    font-size: 0.95rem;
    position: relative;
    margin: 0 0 0 8px;
    top: -0.05rem;
  }
  body nav#nav-primary
.dropdown
.dropdown-menu {
    width: auto;
    top: 45px;
    border: none;
    box-shadow: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
    pointer-events: none;
    left: auto;
    min-width: 500px;
    border-radius: 0;
    padding: 0;
  }
  body nav#nav-primary
.dropdown
.dropdown-menu
a {
    text-transform: none;
    font-size: 1rem;
  }
  body nav#nav-primary
.dropdown
.dropdown-menu
a:hover {
    color: #3f62a5;
    text-decoration: underline;
  }
  body nav#nav-primary
.dropdown
.dropdown-menu
.large {
    font-size: 1.25em;
    font-weight: 300;
  }
  body nav#nav-primary
.dropdown
div.dropdown-menu {
    background-color: transparent;
  }
  body nav#nav-primary
.dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
  }
  body nav#nav-primary
.nav-menu-wrapper-outer {
    border: solid 1px #a9a9a9;
    background-color: white;
    position: relative;
    margin-top: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
  }
  body nav#nav-primary
.nav-menu-wrapper-outer:before,
  body nav#nav-primary
.nav-menu-wrapper-outer:after {
    content: '';
    position: absolute;
    top: 0;
    top: -12px;
    right: 60px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #a9a9a9;
  }
  body nav#nav-primary
.nav-menu-wrapper-outer:before {
    z-index: 1;
    top: 2px;
    top: -10px;
    border-bottom: 11px solid white;
  }
  body nav#nav-primary
.nav-menu-wrapper-inner {
    /** border: solid 1px blue; **/
  }
  
  .nav-menu-wrapper-inner a {
  
    font-size: 12px;
	color: #373737;
    
  }
  
  body nav#nav-primary
.nav-menu-public
.dropdown-menu {
    right: -360px;
    /* right: -332px; */
    width: 722px;
  }
  body nav#nav-primary
.nav-menu-public
.nav-menu-wrapper-outer:before,
  body nav#nav-primary
.nav-menu-public
.nav-menu-wrapper-outer:after {
    right: 437px;
  }
  body nav#nav-primary
.nav-menu-public
.nav-menu-wrapper-inner {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
  body nav#nav-primary
.nav-menu-contact
.dropdown-menu {
    right: -68px;
  }
  body nav#nav-primary
.nav-menu-contact
.nav-menu-wrapper-outer:before,
  body nav#nav-primary
.nav-menu-contact
.nav-menu-wrapper-outer:after {
    right: 140px;
  }
  body nav#nav-primary
.nav-menu-account
.dropdown-menu {
    right: 0;
  }
  body nav#nav-primary
.nav-menu-account .nav-menu-wrapper-outer:before,
  body nav#nav-primary
.nav-menu-account .nav-menu-wrapper-outer:after {
    right: 60px;
  }
  body nav#nav-primary
.nav-menu-section {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding-right: 1.75rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
  body nav#nav-primary
.nav-menu-section:nth-child(3n+3) {
    margin-right: 0;
    width: auto;
  }
  body nav#nav-primary
.nav-menu-section:nth-child(4),
  body nav#nav-primary
.nav-menu-section:nth-child(5),
  body nav#nav-primary
.nav-menu-section:nth-child(6) {
    margin-bottom: 0;
  }
  body nav#nav-primary
.nav-menu-section
.heading {
    font-size: 1.2rem;
    font-weight: bold !important;
    margin-bottom: 0.4rem;
	color: #006490;
  }
  body nav#nav-primary
.nav-menu-section
ul {
    padding: 0;
  }
  body nav#nav-primary
.nav-menu-section
ul
li {
    display: block;
    float: none;
    margin: 0;
  }
  body nav#nav-primary
.nav-menu-section
ul
li
a {
    margin: 0;
    padding: 0.4rem 0 0.4rem 0;
    line-height: normal;
    color: black;
    font-size: 0.9rem;
    font-weight: 300;
  }
  body nav#nav-primary
.nav-menu-section
ul
li
a:hover {
    color: #00567F !important;
  }
  body nav#nav-primary
.login-desktop {
    width: 55%;
    min-height: 0;
    height: auto;
    background-color: white;
    pointer-events: all;
    padding-left: 1.5rem;
    padding-right: 1.75rem;
    z-index: 60;
    border-right: solid 1px #ebebeb;
  }
  body nav#nav-primary
.login-desktop
.textfield {
    font-size: 1.15rem;
  }
  body nav#nav-primary
.login-desktop-info {
    position: absolute;
    width: 220px;
    top: 1rem;
    right: 0;
    margin-left: 1px;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    background-color: white;
  }
  body nav#nav-primary
.login-desktop-info
h5 {
    color: #a9a9a9;
    font-weight: 300;
  }
  body nav#nav-primary .myaccount-authenticated
.login-desktop
,
  body nav#nav-primary
.nav-contact-desktop
.login-desktop {
    padding-top: 0.5rem;
  }
  body nav#nav-primary .myaccount-authenticated
p
,
  body nav#nav-primary
.nav-contact-desktop
p {
    margin: 0;
  }
  body nav#nav-primary .myaccount-authenticated
p.light
,
  body nav#nav-primary
.nav-contact-desktop
p.light {
    font-weight: 400;
    color: #7e7e7e;
    line-height: 1.5rem;
  }
  body nav#nav-primary .myaccount-authenticated
.btn.small
,
  body nav#nav-primary
.nav-contact-desktop
.btn.small {
    font-size: 1rem !important;
  }
  body nav#nav-primary .myaccount-authenticated
h3
,
  body nav#nav-primary
.nav-contact-desktop
h3 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1.3;
    margin: 0;
  }
  body nav#nav-primary .myaccount-authenticated
h4
,
  body nav#nav-primary
.nav-contact-desktop
h4 {
    font-size: 1.5rem;
    font-weight: 300;
  }
  body nav#nav-primary .myaccount-authenticated
h5
,
  body nav#nav-primary
.nav-contact-desktop
h5 {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0.5rem 0 0.5rem 0;
    color: #434343;
  }
  body nav#nav-primary .myaccount-authenticated
.data
,
  body nav#nav-primary
.nav-contact-desktop
.data {
    font-size: 1.25rem;
    font-weight: 300;
  }
  body nav#nav-primary .myaccount-authenticated
.data
.large
,
  body nav#nav-primary
.nav-contact-desktop
.data.large {
    font-size: 2.05rem;
  }
  body nav#nav-primary .myaccount-authenticated
.data
.med
,
  body nav#nav-primary
.nav-contact-desktop
.data.med {
    font-size: 1rem;
    line-height: normal;
  }
  body nav#nav-primary
.nav-contact-desktop {
    width: 100%;
  }
  body nav#nav-primary
.nav-contact-desktop.vcenter {
    display: flex;
  }
  body nav#nav-primary
.nav-menu-wrapper-inner.nav-contact {
    display: flex;
    flex-direction: row;
    align-content: space-between;
  }
  body nav#nav-primary
.nav-contact-content {
    width: 100%;
    font-weight: 400;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }
  body nav#nav-primary
.nav-contact-content.content-element {
    border-bottom: solid 1px #ebebeb;
  }
  body nav#nav-primary
.nav-contact-content
a.block-link {
    display: inline-block;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }
  body nav#nav-primary
.nav-contact-content
a.block-link:hover {
    text-decoration: none;
  }
  body nav#nav-primary
.nav-contact-content
a.block-link:hover
.fa-mouse-pointer {
    color: #434343 !important;
  }
  body nav#nav-primary
.nav-contact-content
a.block-link:hover
.fa-twitter {
    color: #187fb0 !important;
  }
  body nav#nav-primary
.nav-contact-content:last-of-type {
    border-bottom: none;
  }
  body nav#nav-primary
.nav-contact-content
.fa {
    display: block;
    margin-right: 1rem;
    transition: color 0.2s ease-in;
  }
  body nav#nav-primary
.nav-contact-content
p {
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    margin: 0;
  }
  .left-nav li
.accordion-title {
    height: 60px;
    line-height: 60px;
    padding: 0 12px 0 10px;
  }
  .left-nav li
a {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
  }
  .left-nav li
a:hover {
    text-decoration: none !important;
    color: #0099DC;
  }
  .left-nav li
a
i {
    font-size: 2rem;
    margin-right: 10px;
    font-size: 1.5rem;
  }
  .left-nav li
.nav-button-collapse {
    top: 20px;
  }
  .left-nav li
.panel-body a {
    font-size: 1.1rem;
    line-height: 36px;
  }
  .has-right-button {
    margin-right: 130px;
  }
  .has-right-button
.btn {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .account-listing-primary-label {
    max-width: none;
  }
  /**
	 *  HOME HERO
	 */
  .hero-home {
    height: auto;
    overflow: visible;
    display: block;
  }
  .hero-home
.hero-content {
    /**
			border: solid 1px aqua;
			**/
  }
  .hero-home
.hero-copy {
    text-align: right;
  }
  .hero-home
.hero-copy-main {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
  }
  .hero-home
.hero-bg.hero-desktop-bg {
    display: block;
    height: 550px;
    z-index: 0;
  }
  .hero-home
.hero-bg.hero-mobile-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: none;
  }
  .home-action-secondary
.home-action-secondary-bg {
    height: 15vw;
    height: 120px;
  }
  .home-action-secondary
.home-action-secondary-label {
    width: 45%;
    max-height: none;
    height: 100%;
    left: 0;
  }
  .home-action-secondary
.home-action-secondary-label
a {
    height: auto;
    height: 100%;
    padding-left: 12%;
  }
  .home-action-secondary
.home-action-secondary-label
.home-action-secondary-label-text {
    font-size: 1.05rem;
  }
  .home-action-secondary
.home-action-secondary-label
.home-action-secondary-label-text:after {
    font-size: 1rem;
    margin-left: 0.5rem;
    transition-duration: 0.2s;
  }
  .home-actions-links
.home-actions-links-column {
    border: solid 1px #434343;
    border-radius: 5px;
    margin-bottom: 2rem;
    border: none;
    margin: 0;
  }
  .home-actions-links
h3.home-alt {
    border: none;
    cursor: default;
    pointer-events: none;
    font-size: 1.35rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
  .home-actions-links
h3.home-alt:after {
    display: none;
  }
  .home-actions-links
.links-column {

    font-size: 1.025rem;
  }
  .home-actions-links
.links-column.collapse {
    display: block;
  }
  /**
	 *  SEARCH - DESKTOP
	 */
  .search-wrapper {
    position: absolute;
    top: 120px;
    width: 100%;
    padding: 2.25rem 0;
    max-height: none;
    overflow: visible;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.3);
    background-color: #3f62a5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in, visibility 0.35s ease-in;
  }
  .search-wrapper.active, .consolidated-payment.review
.search-wrapper.consolidated-pay-info {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: opacity 0.25s ease-in 0.1s;
  }
  .search-wrapper
.searchfield {
    width: 100%;
    font-size: 3.5rem;
    font-weight: 300;
    padding-right: 85px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
  .search-wrapper
.searchfield::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 200;
  }
  .search-wrapper
.searchfield:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.45);
    font-weight: 200;
  }
  .search-wrapper
.searchfield::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.45);
    font-weight: 200;
  }
  .search-wrapper
.searchfield:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 200;
  }
  .search-wrapper
.search-submit {
    opacity: 1;
    color: transparent;
    position: absolute;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 1.5rem 0.5rem;
    background-image: url("../images/icon_search.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40px auto;
    transition: background-color 0.2s ease-in;
  }
  .search-wrapper
.search-submit:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transition: background-color 0.2s ease-in;
  }
  .search-wrapper
.search-desktop-triangle {
    width: 0;
    height: 0;
    position: absolute;
    right: -8px;
    /* right: -23px; */
    top: -55px;
    z-index: 510;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #3f62a5;
  }
  #overlay.active-desktop {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
  }
  /***
    .search-wrapper-desktop
    {
	    border: solid 1px orange;
	    
	    position: absolute;
	    top: 120px;
	    width: 100%;
	    
	    background-color: $vectren_blue_medium;
	    
	    height: 100px;
	    
	    
	    .search-wrapper-desktop-content
	    {
		    border: solid 1px fuchsia;
	    }
	    
    }
    ***/
  body.home .mast-buttons {
    position: absolute;
    width: 100%;
    top: 170px;
    z-index: 10;
    border: none;
    background: none;
    z-index: 0;
  }
  .report {
    float: right;
    max-width: 400px;
    display: inline-block;
    table-layout: auto;
    z-index: 10;
  }
  .report
li {
    float: left;
    display: inline-block;
    width: 50%;
  }
  .report
li
a {
    line-height: 35px;
    font-size: 1rem;
    font-weight: 200;
  }
  .report li:first-of-type,
  .report
li:nth-of-type(2n) {
    border: none;
  }
  .report:after {
    display: block;
    content: '';
    clear: both;
  }
  body.home .report li a {
    color: white;
  }
  .report:after {
    display: block;
    content: '';
    clear: both;
  }
  .mast-buttons .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.main {
    position: relative;
  }
  .buttons-mma {
    display: table;
    table-layout: fixed;
    width: 100%;
    transform: rotate(180deg);
  }
  .buttons-mma.multiple li {
    padding: 0 0.65rem 0 0.65rem;
  }
  .buttons-mma
li {
    display: inline-block;
    display: table-cell;
    padding: 0 1.25rem 0 1.25rem;
    transform: rotate(-180deg);
    text-align: center;
    /* Appears last */
    /* Appears first */
  }
  .buttons-mma
li:first-of-type {
    padding-right: 0;
  }
  .buttons-mma
li:last-of-type {
    padding-left: 0;
  }
  .buttons-mma
li
a {
    max-width: 325px;
  }
  .dropdowns > li {
    padding-left: 1.25rem;
  }
  .dropdown-select
.select-icon {
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    font-size: 3rem;
  }
  .dropdown-select
.select-option {
    font-size: 2rem;
    margin-right: 55px;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dropdown-select.icon .select-label,
  .dropdown-select.icon .select-option {
    margin-left: 4.5rem;
  }
  .dropdown-select.menu:after {
    width: 0;
    height: 0;
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #3f62a5;
  }
  #switch-mma-billpay-main li {
    padding: 2rem 2.5rem;
    font-size: 2.25rem;
  }
  #switch-mma-billpay-main li
.fa {
    font-size: 4rem;
  }
  /* Plans and options */
  /* Alt delete button behavior */
  .content-delete-mma-billpay-source.alt,
  .content-delete-mma-options-autopay-source.alt {
    position: absolute;
    right: -500px;
    right: 0;
    opacity: 0;
    transition: visibility 0.2s ease-in, max-height 0 ease-in 0.75s, right 0.2s ease-in 0.75s, opacity 0.2s ease-in;
  }
  .selectors li.delete .content-delete-mma-billpay-source.alt
,
  .selectors li.delete .content-delete-mma-options-autopay-source.alt {
    position: absolute;
    opacity: 1;
    right: 0;
    width: 40%;
    margin: 0;
    top: 58%;
    transform: translateY(-50%);
    transition: right 0.2s ease-in, opacity 0.2s ease-in;
  }
  .account-accordion
.account-accordion-section h3 {
    font-size: 1.5rem;
  }
  .account-element-primary,
  .account-element-secondary {
    font-weight: 400;
    font-size: 1.25rem;
  }
  .account-element-secondary {
    font-weight: 300;
    color: #7e7e7e;
  }
  .account-secondary-label {
    max-width: none;
  }
  /* Switch account listing */
  #account_switch
.slider-menu-main {
    /* min-height: 350px; */
    height: 350px;
    overflow-y: hidden;
  }
  .account-list {
    overflow-y: auto;
    max-height: 335px;
  }
  .account-list
li
.view-account
.text {
    display: block;
    min-width: 175px;
  }
  .account-list
li
.icon-options, .account-list
li
.icon-bill-delivery-enrollment {
    left: 0;
  }
  .icon-circle-block {
    /*
		margin-left: 1rem;
		margin-right: 1rem;
*/
  }
  .success-icon-wrapper {
    text-align: center;
    margin-bottom: 2rem;
  }
  .success-icon-content {
    padding-left: 140px;
    text-align: left;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  .success-icon-content
h3 {
    margin: 1rem 0;
    line-height: normal;
    padding: 0;
  }
  .success-icon-content img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .icon-success {
    max-width: 110px;
  }
  .currently-enrolled {
    padding-right: 140px;
  }
  .currently-enrolled
.banner {
    float: right;
    position: absolute;
    top: -22px;
    right: 0;
    width: 90px;
    min-height: 140px;
    padding-right: 0;
    text-align: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .currently-enrolled
.banner:before {
    margin: 0.15rem auto 0.45rem auto;
    margin: 0 auto 0.45rem auto;
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
  }
  .currently-enrolled
.banner
h5 {
    line-height: 1.7rem;
    margin: 0 auto;
    font-size: 1.2rem !important;
  }
}

@media (max-width: 991px) {
  /* Pay bill - bank account - exit button */
  .button-exit {
    background-color: #7e7e7e;
  }
  .button-exit:hover {
    background-color: #434343;
  }
}

@media (min-width: 992px) {
  .logo {
    width: 235px;
  }
  .header-greeting {
    right: 20px;
  }
  .left-nav-sm-activator {
    display: none;
  }
  .big-balance {
    font-size: 3.92rem;
  }
  .left-nav li
a {
    font-size: 1.325rem;
  }
  .left-nav li
a
i {
    font-size: 2rem;
    margin-right: 12px !important;
  }
  .left-nav li
a
.nav-button-collapse {
    width: 24px;
    height: 24px;
    /* top: 18px; */
  }
  .switch-accounts {
    top: 0;
  }
  .links-column li a:after {
    right: 15px;
  }
  .home-desktop-actions .btn.dark {
    font-size: "1.35rem";
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-actions-main {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .home-actions-main
> ul
li {
    max-height: 260px !important;
    min-height: 0;
  }
  .home-actions-main
.home-action-button {
    font-size: 1.2rem;
    max-height: 260px;
  }
  .home-actions-main
.home-action-button
.home-action-label {
    margin-bottom: 1rem;
  }
  .home-actions-main
.home-action-button
.fa {
    font-size: 4rem;
  }
  .home-actions-main
.home-action-button
.word-last {
    display: inline;
  }
  .home-actions-main
.home-action-button
.home-action-description {
    display: block;
    margin: 0 auto 1rem auto;
    font-size: 0.9rem;
    width: 75%;
    font-weight: 400;
  }
  .home-actions-main
.home-action-button
.home-action-more {
    display: block;
    font-size: 1.025rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
  }
  .home-actions-main
.home-action-button
.home-action-more:after {
    /*
					@include fa-icon('fa-chevron-right');
					*/
    font-size: 1rem;
    margin: 0 0 0 0.7rem;
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    top: 0.075rem;
    left: 0;
    transition: left 0.35s ease-out;
  }
  .home-actions-main
.home-action-button
.home-action-more:hover:after {
    left: 0.4rem;
    transition: left 0.5s ease-out;
  }
  .home-action-secondary .home-action-secondary-label .home-action-secondary-label-text:after {
    margin-left: 1.25rem;
  }
  #switch-mma-billpay-main li {
    padding: 3.75rem 2.5rem;
    padding: 3rem 2.5rem;
  }
  /* Pay my bill */
  .balance {
    position: relative;
  }
  .balance
.due-date {
    position: relative;
    text-align: left;
    display: block;
    margin-top: 1rem;
  }
  .balance
.due-date
.date {
    margin: 0;
    font-size: 1.35rem;
  }
  #main-selectors-mma-billpay {
    position: absolute;
    text-align: right;
    z-index: 500;
    width: 100%;
    max-width: 720px;
    right: 8px;
    margin-left: 2rem;
    top: 20px;
  }
  #main-selectors-mma-billpay
> li {
    width: 31%;
    background-color: white;
  }
  #main-selectors-mma-billpay
> li.active, .consolidated-payment.review
#main-selectors-mma-billpay
> li.consolidated-pay-info {
    border-color: #a9a9a9;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
  }
  .dropdowns
> li {
    margin-right: 1.5%;
    padding: 0.4rem 0.65rem 0.4rem 0.65rem;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .dropdowns
> li:last-of-type {
    margin-right: 0;
  }
  .dropdowns
> li.active, .consolidated-payment.review
.dropdowns
> li.consolidated-pay-info {
    padding-bottom: 0;
  }
  .dropdowns
> li
.selector-wrapper {
    padding: 0 10px 0 10px;
  }
  .dropdowns
> li
.c-indicator.selector-indicator {
    widtH: 25px;
    height: 25px;
  }
  .dropdowns.persistent-block > li {
    display: block;
    margin-right: 0;
  }
  .dropdown-select:after {
    right: 3px;
  }
  .dropdown-select
.select-option {
    font-size: 1.3rem;
  }
  /* Pay my bill - bank account page */
  #main-selectors-mma-billpay.dropdowns > li {
    min-height: 70px;
    position: relative;
  }
  #main-selectors-mma-billpay
.dropdown-select {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .selectors {
    /* Maintain previous screen size settings */
  }
  .selectors
li
.radio label {
    padding: 0.85rem 0;
  }
  .selectors
li
.text {
    margin: 0 30px 0 45px;
    font-size: 1.25rem;
    font-size: 1.15rem;
  }
  .selectors
li
.delete-mma-billpay-source-toggle {
    width: 20px;
    height: 20px;
  }
  .selectors
li
.c-indicator.selector-indicator {
    width: 32px;
    height: 32px;
  }
  .selectors.no-dropdown
li
.text {
    margin: 0 35px 0 50px;
  }
  .selectors.no-dropdown
li
.detail {
    font-size: 0.9em;
  }
  #main-mma-billpay-payselect-donation {
    margin-top: 2rem;
  }
  /* Autopay page */
  #switch-mma-options-autopay-payselect-source-origin {
    display: table;
  }
  .source-hidden {
    display: none;
  }
  .source-shown {
    display: block;
  }
  .add-account-field-labels {
    margin-right: 1rem;
  }
  .buttons-mma li.spacer {
    display: table-cell;
  }
  .currently-enrolled .banner {
    width: 110px;
  }
  .border-left-blue {
    padding-left: 2rem;
    border-left: solid 1px #002f87;
  }
  /* Decorative borders - medium and larger screens */
  .border-left-blue-light {
    padding-left: 2rem;
    border-left: solid 1px #b7c9e5;
  }
  .border-left-grey {
    padding-left: 2rem;
    border-left: solid 1px #cfcfcf;
  }
}

@media (min-width: 1200px) {
  #switch-mma-billpay-main li {
    padding: 4.5rem 2.5rem;
    padding: 3rem 2.5rem;
  }
  #main-selectors-mma-billpay {
    width: 100%;
    max-width: 920px;
  }
  .dropdown-select
.select-label {
    font-size: 0.95rem;
  }
  .dropdown-select
.select-option {
    font-size: 1.5rem;
  }
  .hero-home
.hero-copy-main {
    font-size: 3rem;
    font-size: 4.5vw;
    font-size: 4.05rem;
  }
}

.row-offcanvas-right {
  right: 0;
}

.row-offcanvas-right > .container {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  /* this rule possibly temporary */
  ul.review > li .title, ul.review > li .value {
    font-size: 1rem;
  }
}

.blur-effect {
  -webkit-filter: blur(7px) grayscale(80%);
  -moz-filter: blur(7px) grayscale(80%);
  filter: blur(7px) grayscale(80%);
  transition: filter 0.25s ease-in;
  margin: 0 -20px !important;
  /*
	transform: scale(1.05);
	transition: filter 0.25s ease-in, transform 0.5s ease-in-out;
	*/
}

[id^="conditional"] {
  display: none;
}

.ui-state-error,
.ui-state-error + .c-indicator {
  background-color: #ffeded;
  border-color: #CF0a2C !important;
}

.state-error-msg {
  color: #CF0a2C;
  font-size: 12px;
  margin-left: 4px;
}

/* Short term fix for fonts to look ok on other computers */
.left-nav .panel-body > li > a {
  font-weight: 300;
}

.report li a {
  font-weight: 300;
}

.left-nav > li {
  font-weight: 300;
}

.account-labels > label {
  font-weight: 400;
}

.account-labels > p {
  font-weight: 400;
}

.switch-accounts a {
  font-weight: 400;
}

.links-column {
  font-weight: 400;
}

/* Public site designs */
.hero {
  width: 100%;
  height: 150px;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #a9a9a9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Hero theme */
  /* Landing page styles*/
  /* Landing page styles*/
  /* Content page styles*/
}

.hero
.hero-bg-theme {
  width: 100%;
  height: 150%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}

.hero
.hero-bg-img {
  width: 100%;
  height: 150%;
  margin: 0;
  padding: 0;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}

.hero
.hero-content {
  width: 100%;
  height: 150%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  height: 100%;
}

.hero
.heading-1 {
  margin: 0;
  padding: 0;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 300;
}

.hero.page-type-admin {
  height: 215px;
  height: 200px;
  height: 185px;
}

.hero.page-type-admin .hero-bg-theme,
.hero.page-type-admin
.hero-bg-img {
  height: 150%;
}

.hero.page-type-landing {
  height: 300px;
}

.hero.page-type-landing .hero-bg-theme,
.hero.page-type-landing
.hero-bg-img {
  height: 120%;
}

.hero.page-type-landing
.hero-content {
  height: 100%;
}

.hero.page-type-landing
.heading-1 {
  text-align: center;
}

.hero.page-type-landing
.subhead {
  font-weight: 400;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.66);
}

.hero.page-type-content
.hero-content {
  height: 100%;
}

.hero.page-type-content
.heading-1 {
  text-align: left;
}

.container-fluid {
  /*
	border: solid 1px red;
	z-index: 20;
	background: #FFF;
	position: relative;
*/
}

.content-main-wrapper {
  position: relative;
  z-index: 10;
}

.smart-forms {
  position: relative;
  z-index: 10;
}

.smart-forms
.well {
  padding: 20px;
}

.smart-forms
.well
.radio {
  margin-bottom: 10px;
}

.smart-forms
.well
.radio
.detail {
  position: relative;
  top: 3px;
}

.authreg-wrapper-main {
  max-width: 720px;
}

.gutter {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter.double {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-section {
  position: relative;
}

.section-menu-toggle {
  display: inline-block;
  position: relative;
  background-color: white;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: normal;
  padding: 0.75rem 75px 0.75rem 15px;
  text-decoration: none !important;
  border-bottom: solid 1px #cfcfcf;
}

.section-menu-toggle:after {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
/* Level Access begin - expand/collapse image */					
/*   background-image: url("../images/nav-plus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e114';
/* Level Access end */
  background-repeat: no-repeat;
}

.section-menu-toggle:hover {
  text-decoration: none;
}

.section-menu-toggle.active:after, .consolidated-payment.review
.section-menu-toggle.consolidated-pay-info:after {
/* Level Access begin - expand/collapse image */	
/*   background-image: url("../images/nav-minus.svg"); */
   font-family: "Glyphicons Halflings";
   content: '\e113';
/* Level Access end */
}

#nav-accordion.public-nav {
  min-height: 0;
}

#nav-accordion.public-nav
> li .accordion-title {
  height: auto;
  line-height: normal;
  padding: 0.95rem 50px 0.95rem 1rem;
  padding: 0;
}

#nav-accordion.public-nav
> li .accordion-title
a {
  display: block;
  padding: 1rem 55px 1rem 1rem;
  position: relative;
}

#nav-accordion.public-nav
> li .accordion-title
a span {
  top: 50%;
  transform: translateY(-50%);
}

.tout {
  background-color: #7e7e7e;
}

.tout
* {
  color: white;
}

.tout
a:hover {
  color: white;
  text-decoration: none;
}

.tout.rev p, .tout.rev ol, .tout.rev ul, .tout.rev li, .tout.rev a, .tout.rev h2, .tout.rev h3, .tout.rev h4, .tout.rev
* {
  color: #434343;
}

.tout.rev
a:hover {
  color: black;
}

.action-card {
  width: 100%;
}

.action-card .action-card-img,
.action-card
.action-card-img img {
  width: 100%;
}

.action-card
.action-card-img {
  max-height: 150px;
  max-height: 125px;
  overflow-y: hidden;
}

.action-card
.action-card-text {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.action-card
.action-card-title {
  font-size: 1.5rem;
}

.action-card
.action-card-title
a:hover {
  text-decoration: none;
  border-bottom: solid 1px;
}

.action-card.margin {
  margin-bottom: 1.75rem;
}

/**
 *  SPECIFIC ELEMENTS
 */
.digging-icon {
  margin-right: 0.5rem;
  position: relative;
  top: 0.5rem;
}

.digging-red {
  color: #db524b;
}

.digging-yellow {
  color: #ffe600;
}

.digging-blue {
  color: #4c64d8;
}

.digging-orange {
  color: #ff9700;
}

.digging-green {
  color: #39b44a;
}

.digging-purple {
  color: #7f2fd8;
}

.digging-pink {
  color: #eaa4d7;
}

.digging-white {
  color: white;
}

.content-icon {
  font-size: 10rem;
}

.content-icon-blue {
  color: #3f62a5 !important;
}

.content-icon-white-trans {
  color: rgba(255, 255, 255, 0.75);
}

/**
 *  TEXT ELEMENTS
 */
.text-link {
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: none;
}

.text-link.alt-color {
  color: #0099DC;
}

.state-toggle-wrapper {
  position: relative;
}

.state-toggle-wrapper.tout {
  background-color: #5d5d64 !important;
}

.state-toggle-arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #5d5d64;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.25s ease-in;
}

.state-toggle-arrow.active, .consolidated-payment.review
.state-toggle-arrow.consolidated-pay-info {
  bottom: -25px;
  transition: bottom 0.75s ease-in-out;
}

.state-toggle-header {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
}

.state-toggle {
  position: relative;
}

.state-toggle
a {
  display: block;
  height: 125px;
}

.state-toggle
a
img {
  margin-top: 0.5rem;
  height: 100%;
}

.state-toggle
.state-label {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-32%);
  color: #5d5d64;
  z-index: 50;
  font-weight: 400;
  pointer-events: none;
}

.state-toggle
.state-label.rev {
  color: white;
}

.state-toggle.indiana
a img {
  /*
			position: relative;
			left: -10px;
			*/
}

.state-toggle.ohio
.state-label {
  transform: translateX(-52%);
}

/**
 *  RESPONSIVE STYLES
 */
@media (min-width: 480px) {
  .outage-center-legend .icon {
    width: 80px;
  }
  .gutter-smaller {
    padding-left: 20px;
    padding-right: 20px;
  }
  .authreg-wrapper {
    width: 375px;
    width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .gutter-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero.hero-content .well {
    padding: 0;
  }
  .hero.page-type-landing {
    height: 325px;
  }
  .hero.page-type-landing .hero-bg-theme,
  .hero.page-type-landing
.hero-bg-img {
    height: 150%;
  }
  .hero.page-type-landing
.hero-bg-theme {
    opacity: 0.5;
  }
  .action-card .action-card-img {
    max-height: none;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  #nav-accordion.public-nav {
    min-width: 300px;
    max-width: 400px;
    border: solid 1px #b4b4b4;
    border-top: none;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15), -6px 4px 10px -6px rgba(0, 0, 0, 0.2), 6px 4px 10px -5px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1000;
    left: -1px;
  }
  .peek {
    position: relative;
    overflow: hidden;
  }
  .peek
.action-card-text {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: -6.25rem;
    transition: bottom 0.7s ease;
  }
  .peek:hover .action-card-text {
    bottom: 0;
    transition: bottom 0.5s ease;
  }
  .outage-center-legend .icon {
    width: auto;
  }
  .content-icon-blue {
    font-size: 14rem;
  }
}

/* Components */
.slider-menu-main {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: background-color 0.475s ease-in-out;
}

.slider-menu-main
.slider-menu-switch {
  position: relative;
  z-index: 100;
  left: 0;
  transition: left 0.475s ease-in-out;
}

.slider-menu-main
.slider-menu-subnav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  transition: right 0.475s ease-in-out;
}

.slider-menu-main
.slider-menu-subnav
.accordion-title {
  background: none;
  border-bottom: solid 1px #a9a9a9;
}

.slider-menu-main.active, .consolidated-payment.review
.slider-menu-main.consolidated-pay-info {
  background-color: white;
  transition: background-color 0.475s ease-in-out;
  overflow-y: scroll;
}

.slider-menu-main.active
.slider-menu-switch, .consolidated-payment.review
.slider-menu-main.consolidated-pay-info .slider-menu-switch {
  left: -100%;
  transition: left 0.475s ease-in-out;
}

.slider-menu-main.active
.slider-menu-subnav.active, .consolidated-payment.review
.slider-menu-main.consolidated-pay-info .slider-menu-subnav.active, .slider-menu-main.active
.consolidated-payment.review
.slider-menu-subnav.consolidated-pay-info, .consolidated-payment.review
.slider-menu-main.active
.slider-menu-subnav.consolidated-pay-info, .consolidated-payment.review
.slider-menu-main.consolidated-pay-info .slider-menu-subnav.consolidated-pay-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: right 0.475s ease-in-out;
}

/***
.slider-menu-switch
{
	position: relative;
	left: 0;
}
.slider-menu-main
{
	border: solid 1px red;
	
	position: relative;
	
	&.active .slider-menu-switch
	{
		left: -100%;
		border: solid 1px aqua;
		transition: left 0.475s ease-in-out;
	}
	
}

.slider-menu-content-pane
{
	border: solid 1px green;
	position: absolute;
	top: 0;
	width: 100%;
	background: #FFF;
	right: -100%;

	transition: left 0.3s ease-in-out;

}


***/
/* Add-ons */
.content-wrapper {
  background-color: white;
}

/* STANDARD CLASSES */
.spacer {
  height: 1rem;
  display: block;
}

.spacer.half {
  height: 0.5rem;
}

.spacer.two {
  height: 2rem;
}

.spacer.four {
  height: 4rem;
}

.spacer.ten {
  height: 10rem;
}

.spacer.px {
  height: 50px;
  height: 65px;
}

.spacer.two.px {
  height: 100px;
}

.spacer.four.px {
  height: 200px;
}

.spacer.inline {
  height: auto;
  width: 1rem;
  display: inline-block;
}

.spacer.inline.half {
  width: 0.5rem;
}

.spacer.inline.quarter {
  width: 0.25rem;
}

.bleed-all {
  margin: 0;
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

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

.no-padding {
  padding: 0 !important;
}

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

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

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

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

.no-side-padding,
.no-side-padding td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-min-height {
  min-height: 0;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.column-margin {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.small {
  font-size: 0.85em !important;
}

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

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

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

.align-top {
  vertical-align: top !important;
}

.newspaper {
  text-align: justify;
  text-justify: newspaper;
}

.vcenter-parent-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-wrapper {
  border: solid 1px #bebebe;
  padding: 7px;
  background-color: white;
  width: auto;
}

.non-bulleted {
  list-style: none;
  list-style-type: none;
  margin-left: 0;
}

.hide-opacity {
  opacity: 0;
}

.hide-overflow {
  overflow: hidden;
}

.vec-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.25s ease-in, max-height 0.25s ease-in, visibility 0.25s ease-in;
}

.vec-active {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  transition: opacity 0.25s ease-in, max-height 0.25s ease-in, visibility 0.25s ease-in;
}

.filter-blur {
  -webkit-filter: blur(10px) grayscale(40%);
  filter: blur(10px) grayscale(40%);
}

.content-img {
  width: 100%;
}

.responsive-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}

.responsive-wrapper iframe,
.responsive-wrapper object,
.responsive-wrapper
embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.green {
  color: #24a348 !important;
}

.green:hover {
  color: #24a348 !important;
}

.red {
  color: #ff0000 !important;
}

.blue {
  color: #0099DC !important;
}

.blue-primary {
  color: #002f87 !important;
}

.blue-medium {
  color: #3f62a5 !important;
}

.blue-light {
  color: #7f97c3 !important;
}

.white {
  color: white;
}

a.white:hover {
  color: white;
}

a.underline {
  text-decoration: underline;
}

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

.vectren_hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in, max-height 0.25s ease-in;
}

.vectren_hidden.active, .consolidated-payment.review
.vectren_hidden.consolidated-pay-info {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  overflow: visible;
  position: static;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in, max-height 0.25s ease-in;
}

.fa-6x {
  font-size: 6rem;
}

.fa-8x {
  font-size: 8rem;
}

.fa-10x {
  font-size: 10rem;
}

.fa-12x {
  font-size: 12rem;
}

.fa-15x {
  font-size: 15rem;
}

.fa-20x {
  font-size: 20rem;
}

/**
 *  RESPONSIVE STYLES
 */
.fluid-width-video-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visible-xxs {
  display: none;
}

.small-align-center,
.small-align-right {
  text-align: left;
}

/* SMALLEST POSSIBLE SCREEN  */
@media (max-width: 430px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block;
  }
}

/* X-SMALL SCREEN  */
@media (min-width: 0px) {
  .x-small-align-center {
    text-align: center;
  }
}

/* X-SMALL SCREEN ONLY */
@media (min-width: 0px) and (max-width: 479px) {
  .xsmall-col-center,
  .xsmall-col-centered,
  .col-xs-center,
  .col-xs-centered {
    float: none;
    margin: 0 auto;
  }
}

/* SMALLER SCREEN ONLY */
@media (min-width: 480px) and (max-width: 767px) {
  .smaller-col-center,
  .smaller-col-centered,
  .col-smaller-center,
  .col-smaller-centered {
    float: none;
    margin: 0 auto;
  }
  .hidden-smaller {
    display: none;
  }
}

/* SMALL SCREEN  */
@media (min-width: 768px) {
  .small-align-uncenter,
  .small-align-uncentered {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .small-align-center {
    text-align: center;
  }
  .small-align-right {
    text-align: right;
  }
}

/* SMALL SCREEN ONLY */
@media (min-width: 768px) and (max-width: 991px) {
  .small-col-center,
  .small-col-centered,
  .col-sm-center,
  .col-sm-centered {
    float: none;
    margin: 0 auto;
  }
}

/* MEDIUM SCREEN */
@media (min-width: 992px) {
  .medium-align-center {
    text-align: center;
  }
  .medium-align-right {
    text-align: right;
  }
  .medium-align-left,
  .medium-align-uncenter,
  .medium-align-uncentered {
    text-align: left;
  }
}

/* MEDIUM SCREEN ONLY */
@media (min-width: 992px) and (max-width: 1199px) {
  .medium-col-center,
  .medium-col-centered,
  .col-md-center,
  .col-md-centered {
    float: none;
    margin: 0 auto;
  }
}

/* LARGE SCREEN */
@media (min-width: 1200px) {
  .large-align-center,
  .large-align-centered {
    text-align: center;
  }
  .large-align-right {
    text-align: right;
  }
  .large-align-uncenter,
  .large-align-uncentered {
    text-align: left;
  }
  .large-col-center,
  .large-col-centered,
  .col-lg-center,
  .col-lg-centered {
    float: none;
    margin: 0 auto;
  }
  /***
	.page-height-wrapper-large,
	.page-height-wrapper-large-up,
	.page-height-wrapper-medium-up{
		height: -moz-calc(100% - 100px);
		height: -webkit-calc(100% - 100px);
		height: -o-calc(100% - 100px);
		height: calc(100% - 100px);
	}
***/
}

/* LARGE SCREEN ONLY */
.fa-1_75x {
  font-size: 1.75rem;
}

/* Internet Explorer (10-11) */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body nav#nav-primary .nav-contact.nav-menu-wrapper-inner {
    display: block;
  }
  body nav#nav-primary .nav-contact-desktop.contact-col-right {
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .row-offcanvas-right.active, .consolidated-payment.review
.row-offcanvas-right.consolidated-pay-info {
    overflow: visible;
  }
}

/* Print styles */
@media print {
  .hide-print {
    display: none !important;
  }
  header,
  .switch-accounts,
  footer .pre-footer,
  .button-exit,
  .left-nav {
    display: none;
  }
  .icon-success {
    width: 15%;
    max-width: 15%;
  }
  footer {
    height: auto;
  }
  .account-labels .label {
    border: none;
  }
  table.agencyExtranet table tr td {
    max-width: 400px;
  }
  
}



/* Level Access begin */

.btn.rev.outline:focus {					/* header items show focus */
  border-color: red !important;
}

.btn.alt.outline:focus {   					/* header items show focus */
  border-color: red !important;
}

.dropdown-toggle:focus {					/* menu items show focus */
	outline: thin dotted !important;
}

.choose-file:focus + label {				/* choose file to attach - show focus */
 border-width: 1px  !important;
 border-color: #0099DC !important;
}

.attach-file:focus {						/* attach file - show focus */
 border-width: 1px  !important;
 border-color: white !important;
}

input.largerCheckbox { 						/* terms of use - checkbox size */
 width: 20px; 
 height: 20px; 
} 

.bullet-style {								/* do not mix dls with uls */
  display:list-item;
  margin-left: 3em;
  font-size: 1rem;
  list-style-type: circle inside; 
}

.bullet-style-2 {								/* do not mix dls with uls */
  display:list-item;
  margin-left: 6em;
  font-size: 1rem;
  list-style-type: circle; 
}

/* Level Access end */

legend.sr-only { 
	position:absolute; 
	overflow:hidden; 
	width: 1px; 
	height:1px;
	 margin: 0; 
	clip:rect(1px, 1px, 1px, 1px); 
}
