@import url(css/jqueryUI.css);
#autocomplete {
  position: absolute;
  z-index: 100;
  overflow: hidden;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#autocomplete li {
  cursor: default;
  white-space: pre;
  zoom: 1;
}
html.js .form-autocomplete {
  background-image: url("../../../images/misc/throbber.gif");
  background-position: 100% 2px;
  background-repeat: no-repeat;
}
html.js .throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}
.form-textarea-wrapper textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.resizable-textarea .grippie {
  height: 9px;
  background: #eee url("../../../images/misc/grippie.png") no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  overflow: hidden;
}
body.drag {
  cursor: move;
}
.tabledrag-handle {
  float: left;
  overflow: hidden;
  text-decoration: none;
  cursor: move;
}
.tabledrag-handle .handle {
  height: 15px;
  width: 15px;
  margin: -0.4em 0;
  padding: 0.4em;
  background: url("../../../images/misc/draggable.png") no-repeat 6px 9px;
}
.tabledrag-handle:hover {
  text-decoration: none;
}
.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
.indentation {
  float: left;
  width: 20px;
}
.tree-child {
  background: url("../../../images/misc/tree.png") no-repeat 12px center;
}
.tree-child-last {
  background: url("../../../images/misc/tree-bottom.png") no-repeat 12px center;
}
.tree-child-horizontal {
  background: url("../../../images/misc/tree.png") no-repeat -12px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
.sticky-header {
  margin-top: 0;
  background-color: #fff;
}
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  height: 1.5em;
  width: 5px;
  background-color: #000;
}
.progress .percentage {
  float: right;
}
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  float: left;
  height: 15px;
  width: 15px;
  margin: 2px;
  background: transparent url("../../../images/misc/throbber.gif") no-repeat 0 -18px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
.container-inline div,
.container-inline label {
  display: inline;
}
.container-inline .fieldset-wrapper {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
html.js .js-hide {
  display: none;
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.menu {
  border: none;
  list-style: none;
  text-align: left;
}
.menu .expanded {
  list-style-image: url("/Assets/omega/images/misc/menu-expanded.png");
  list-style-type: circle;
}
.menu .collapsed {
  list-style-image: url("/Assets/omega/images/misc/menu-collapsed.png");
  list-style-type: disc;
}
.menu .leaf {
  list-style-image: url("/Assets/omega/images/misc/menu-leaf.png");
  list-style-type: square;
}
.active {
  color: #000;
}
.menu-disabled {
  background: #ccc;
}
.links--inline {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links--inline:after {
  content: "";
  display: table;
  clear: both;
}
.links--inline li {
  float: left;
  margin-right: 1em;
}
.links--inline li > a {
  display: block;
}
.tabs a {
  background-color: #eee;
  text-decoration: none;
}
.tabs a.active {
  background-color: #ccc;
}
.tabs a:hover,
.tabs a:focus {
  background-color: #bbb;
}
.tabs--primary {
  margin-bottom: 1em;
  border-bottom: 1px solid #bbb;
}
.tabs--primary a {
  padding: 0.3em 0.8em;
}
.tabs--secondary a {
  padding: 0.2em 0.5em;
  margin: 0.4em 0;
  font-size: 0.9em;
}
.messages {
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
}
.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.messages li {
  list-style-image: none;
}
.messages--status {
  background-image: url("../../../images/misc/message-24-ok.png");
  border-color: #be7;
}
.messages--status,
tr.ok {
  background-color: #f8fff0;
}
.messages--status,
.ok {
  color: #234600;
}
.messages--warning {
  background-image: url("../../../images/misc/message-24-warning.png");
  border-color: #ed5;
}
.messages--warning,
tr.warning {
  background-color: #fffce5;
}
.messages--warning,
.warning {
  color: #333;
}
.messages--error {
  background-image: url("../../../images/misc/message-24-error.png");
  border-color: #ed541d;
}
.messages--error,
tr.error {
  background-color: #fef5f1;
}
.messages--error,
.error {
  color: #333;
}
.error .error {
  color: #8c2e0b;
}
fieldset {
  margin-bottom: 1em;
}
table {
  border-collapse: collapse;
}
th {
  padding-right: 1em;
  background-color: #bbb;
  text-align: left;
}
tr.even,
tr.odd {
  background-color: #eee;
}
tr.odd {
  background-color: #ddd;
}
#autocomplete {
  background: #fff;
  border: 1px solid;
  color: #000;
}
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
  padding-left: 15px;
  background: url("../../../images/misc/menu-expanded.png") 5px 65% no-repeat;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url("../../../images/misc/menu-collapsed.png");
  background-position: 5px 50%;
}
.fieldset-legend .summary {
  margin-left: 0.5em;
  color: #999;
  font-size: 0.9em;
}
.drag {
  background-color: #fffff0;
}
.drag-previous {
  background-color: #ffd;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url("../../../images/misc/progress.gif");
}
.selected td {
  background: #ffc;
}
.checkbox,
.checkbox {
  text-align: center;
}
.form-item,
.form-actions {
  margin-bottom: 1em;
}
.form-item label,
.form-actions label {
  display: block;
  font-weight: bold;
}
.form-item .description,
.form-actions .description {
  font-size: 0.85em;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-bottom: 0.4em;
}
.form-checkboxes .description,
.form-radios .description {
  margin-left: 2.4em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkbox,
.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
input.error,
textarea.error,
select.error {
  border: 2px solid #f00;
}
tr .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
.more-link {
  display: block;
  text-align: right;
}
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}
.pager__item {
  display: inline;
  padding: 0.5em;
  background-image: none;
  list-style-type: none;
}
.pager__item--current {
  font-weight: bold;
}
.container-inline-date {
  clear: both;
}
.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0;
}
.container-inline-date > .form-item {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}
fieldset.date-combo .container-inline-date > .form-item {
  margin-bottom: 10px;
}
.container-inline-date .form-item .form-item {
  float: left;
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px;
}
.container-inline-date .date-spacer {
  margin-left: -5px;
}
.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0;
}
.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto;
}
.container-inline-date .date-padding {
  float: left;
}
fieldset.date-combo .container-inline-date .date-padding {
  padding: 10px;
}
.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
}
#calendar_div,
#calendar_div td,
#calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px;
}
.calendar td {
  padding: 0;
}
.date-prefix-inline {
  display: inline-block;
}
.date-clear {
  clear: both;
  display: block;
  float: none;
}
.date-no-float {
  clear: both;
  float: none;
  width: 98%;
}
.date-float {
  clear: none;
  float: left;
  width: auto;
}
.date-float .form-type-checkbox {
  padding-right: 1em;
}
.form-type-date-select .form-type-select[class*=hour] {
  margin-left: 0.75em;
}
.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}
.date-container .select-container {
  clear: left;
  float: left;
}
div.date-calendar-day {
  background: #f3f3f3;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px;
}
div.date-calendar-day span {
  display: block;
  text-align: center;
}
div.date-calendar-day span.month {
  background-color: #b5bebe;
  color: #fff;
  font-size: 0.9em;
  padding: 2px;
  text-transform: uppercase;
}
div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: bold;
}
div.date-calendar-day span.year {
  font-size: 0.9em;
  padding: 2px;
}
.date-form-element-content-multiline {
  padding: 10px;
  border: 1px solid #ccc;
}
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
  margin-right: 0.6em;
}
.date-year-range-select {
  margin-right: 1em;
}
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
.field__label {
  font-weight: bold;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}
.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: bold;
}
.views-exposed-widgets {
  margin-bottom: 0.5em;
}
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
.views-view-grid tbody {
  border-top: none;
}
.view .progress-disabled {
  float: none;
}
.search-result__snippet {
  padding-left: 1em;
}
.search-result__info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}
div.password-confirm {
  visibility: hidden;
}
#toolbar .toolbar-menu .environment-indicator-name,
#environment-indicator {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 -1px 1px #333;
  font-weight: bold;
  z-index: 10;
  left: 0;
  right: 0;
}
#admin-menu #environment-indicator {
  float: right;
  left: auto;
  right: auto;
}
#navbar-administration.navbar-oriented .navbar-tab.environment-indicator {
  float: right;
  left: auto;
  right: auto;
}
.fixed-yes {
  position: fixed;
}
.fixed-yes.position-bottom {
  bottom: 0;
}
.fixed-yes.position-top {
  top: 0;
}
div#toolbar div.toolbar-menu {
  padding: 5px 20px 5px 10px;
}
#toolbar .toolbar-menu .environment-indicator-name,
#environment-indicator .environment-indicator-name {
  cursor: pointer;
}
#environment-indicator .environment-indicator-name {
  padding: 5px;
}
#toolbar .toolbar-menu .environment-indicator-name {
  padding: 0 12px;
}
#admin-menu #environment-indicator .environment-indicator-name {
  padding: 3px 12px;
}
#environment-indicator .gradient-bar,
#environment-indicator .environment-indicator-name,
#toolbar .environment-indicator-name-wrapper .environment-indicator-name {
  background-image: linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
  background-image: -o-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
  background-image: -webkit-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
  background-image: -ms-linear-gradient(bottom, rgba(207, 207, 207, 0.3) 19%, rgba(250, 250, 250, 0.3) 60%, rgba(255, 255, 255, 0.3) 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.19, rgba(207, 207, 207, 0.3)), color-stop(0.6, rgba(250, 250, 250, 0.3)), color-stop(0.8, rgba(255, 255, 255, 0.3)));
}
#toolbar .environment-indicator-name-wrapper {
  float: right;
  font-size: 0.85em;
}
#toolbar .toolbar-menu .environment-indicator-name,
#admin-menu #environment-indicator .environment-indicator-name {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#environment-indicator .item-list ul,
#toolbar .item-list ul {
  overflow: hidden;
  margin: 0;
}
#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher {
  list-style: none;
  float: left;
  background-color: #333;
  margin: 0 3px;
  padding: 3px 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0.8em;
  text-shadow: none;
}
#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher:hover,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher:hover {
  background-color: #ddd;
  -moz-box-shadow: inset 0 1px 5px #333;
  -webkit-box-shadow: inset 0 1px 5px #333;
  -o-box-shadow: inset 0 1px 5px #333;
  box-shadow: inset 0 1px 5px #333;
}
#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher a,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher a {
  color: #ddd;
  text-decoration: none;
  background-color: transparent !important;
}
#environment-indicator .item-list ul.environment-switcher-container li.environment-switcher:hover a,
#toolbar .item-list ul.environment-switcher-container li.environment-switcher:hover a {
  color: #333;
}
#environment-indicator .item-list,
#toolbar .item-list {
  display: none;
  padding: 10px;
  -moz-box-shadow: inset 0 0 5px #333;
  -webkit-box-shadow: inset 0 0 5px #333;
  -o-box-shadow: inset 0 0 5px #333;
  box-shadow: inset 0 0 5px #333;
}
#admin-menu #environment-indicator .item-list {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 5px;
}
#navbar-administration .navbar-menu-item.navbar-menu-item-indicator {
  padding: 0.3em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0.7em 1.03333em;
}
.navbar-bar .navbar-icon-environment:before {
  background-image: url("images/env-bebebe.svg");
}
.no-svg .navbar-bar .navbar-icon-environment:before {
  background-image: url("images/env-bebebe.png");
}
.navbar-bar .navbar-icon-environment:active:before,
.navbar-bar .navbar-icon-environment.navbar-active:before {
  background-image: url("images/env-ffffff.svg");
}
.no-svg .navbar-bar .navbar-icon-environment:active:before,
.no-svg .navbar-bar .navbar-icon-environment.navbar-active:before {
  background-image: url("images/env-ffffff.png");
}
.password-strength {
  float: right;
  margin-top: 1.2em;
  width: 17em;
}
.password-strength-title {
  float: left;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  clear: both;
  height: 0.3em;
  width: 100%;
  background-color: #c4c4c4;
}
.password-indicator .indicator {
  height: 100%;
  width: 0%;
  background-color: #47c965;
}
div.password-confirm {
  float: right;
  clear: both;
  width: 17em;
  margin-top: 1.5em;
}
.form-type-password-confirm input {
  width: 16em;
}
.password-suggestions {
  margin: 0.7em 0;
  padding: 0.2em 0.5em;
  border: 1px solid #b4b4b4;
}
.user-profile-item__label {
  font-weight: bold;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
/*!
 * jQuery UI CSS Framework 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/*!
 * jQuery UI Tooltip 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ctools-locked {
  color: #f00;
  border: 1px solid #f00;
  padding: 1em;
}
.ctools-owns-lock {
  background: #ffd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(../images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(../images/status-active.gif) center center no-repeat;
}
a.menu_icon {
  font-size: 24px;
}
input.webform-calendar {
  display: none;
  padding: 3px;
  vertical-align: top;
}
html.js input.webform-calendar {
  display: inline;
}
.webform-container-inline label {
  display: inline;
  margin-right: 1em;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.webform-container-inline div.description {
  display: block;
}
.webform-container-inline div.messages {
  display: block;
  float: left;
}
.webform-container-inline div.ajax-progress-bar div {
  display: inherit;
}
.webform-container-inline.webform-component-textarea label {
  vertical-align: top;
}
.webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  display: inline-block;
}
.webform-component-textarea .grippie {
  display: block;
}
.webform-progressbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.webform-progressbar-inner {
  height: 1em;
  background-color: #74c421;
  height: 3px;
}
.webform-progressbar-outer {
  position: relative;
  border: 1px solid #356900;
  width: 100%;
  height: 3px;
  margin: 0.35em -1px 2em;
  background-color: #fff;
}
.webform-progressbar-page {
  position: absolute;
  width: 7px;
  height: 7px;
  margin: -6px -4px;
  border: 1px solid #356900;
  background-color: #fff;
  border-radius: 5px;
}
.webform-progressbar-page.completed {
  background-color: #74c421;
}
.webform-progressbar-page.current {
  background-color: #74c421;
}
.webform-progressbar-page .webform-progressbar-page-number {
  display: none;
}
.webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 10px;
  margin: 0 -10em;
}
@font-face {
  font-family: 'Justus Pro';
  src: url("/Assets/fonts/urw_-_justus_pro-webfont.eot?");
  src: url("/Assets/fonts/urw_-_justus_pro-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/urw_-_justus_pro-webfont.woff2") format("woff2"), url("/Assets/fonts/urw_-_justus_pro-webfont.woff") format("woff"), url("/Assets/fonts/urw_-_justus_pro-webfont.ttf") format("truetype"), url("/Assets/fonts/urw_-_justus_pro-webfont.svg#justus_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 800px) {
  #toolbar,
  #admin-menu {
    display: none;
  }
  #help-toggle {
    display: none;
  }
  html body.toolbar,
  html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
[data-id="chardin-title"] {
  width: 0 !important;
}
[data-id="chardin-title"] > .chardinjs-tooltip.chardinjs-bottom:before {
  display: none !important;
}
#help-toggle {
  font-size: 1.2em;
}
@font-face {
  font-family: 'Justus Pro';
  src: url("/Assets/fonts/urw_-_justus_pro-webfont.eot?");
  src: url("/Assets/fonts/urw_-_justus_pro-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/urw_-_justus_pro-webfont.woff2") format("woff2"), url("/Assets/fonts/urw_-_justus_pro-webfont.woff") format("woff"), url("/Assets/fonts/urw_-_justus_pro-webfont.ttf") format("truetype"), url("/Assets/fonts/urw_-_justus_pro-webfont.svg#justus_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cf:before,
.l-main:before,
.section-contact .l-content .form-item:before,
.node__content:before,
.grid-wrap:before,
.grid--half:before,
.l-region--lower-homepage:before,
.l-region--lower-homepage .view ul:before,
.l-region--lower-homepage #block-webform-client-block-1897 ul:before,
.section-shop-for-electricity .wrapper:before,
.section-comparar-opciones-de-electricidad .wrapper:before,
.section-shop-for-electricity .view-search-find-a-rate .copy:before,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy:before,
.mobile-content .accordion:before,
.cf:after,
.l-main:after,
.section-contact .l-content .form-item:after,
.node__content:after,
.grid-wrap:after,
.grid--half:after,
.l-region--lower-homepage:after,
.l-region--lower-homepage .view ul:after,
.l-region--lower-homepage #block-webform-client-block-1897 ul:after,
.section-shop-for-electricity .wrapper:after,
.section-comparar-opciones-de-electricidad .wrapper:after,
.section-shop-for-electricity .view-search-find-a-rate .copy:after,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy:after,
.mobile-content .accordion:after {
  content: " ";
  display: table;
}
.cf:after,
.l-main:after,
.section-contact .l-content .form-item:after,
.node__content:after,
.grid-wrap:after,
.grid--half:after,
.l-region--lower-homepage:after,
.l-region--lower-homepage .view ul:after,
.l-region--lower-homepage #block-webform-client-block-1897 ul:after,
.section-shop-for-electricity .wrapper:after,
.section-comparar-opciones-de-electricidad .wrapper:after,
.section-shop-for-electricity .view-search-find-a-rate .copy:after,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy:after,
.mobile-content .accordion:after {
  clear: both;
}
body {
  color: #333;
}
a {
  color: #f50;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
a:hover,
a:focus,
a:active {
  color: #1d4069;
}
.l-header {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.l-header .block__title {
  display: none;
}
.l-header .l-region--header {
  font-weight: 300;
  font-size: 0.9em;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 1em 1em;
}
@media (min-width: 930px) {
  .l-header .l-region--header {
    padding: 0;
  }
}
.l-header .l-region--header #block-paps-blocks-paps-blocks-logo {
  display: inline-block;
  margin-top: 20px;
}
.l-header .l-region--header #block-paps-blocks-paps-blocks-logo img {
  max-width: 80%;
}
@media (min-width: 700px) {
  .l-header .l-region--header #block-paps-blocks-paps-blocks-logo {
    margin-top: 0;
  }
  .l-header .l-region--header #block-paps-blocks-paps-blocks-logo img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .l-header .l-region--header #block-paps-blocks-paps-blocks-logo {
    float: left;
    width: 24%;
    line-height: 1em;
    text-align: center;
    padding-bottom: 0.5em;
  }
}
.l-header .l-region--navigation {
  display: none;
  clear: both;
  font-size: 0.95em;
  background: #333;
  position: relative;
}
@media (min-width: 700px) {
  .l-header .l-region--navigation {
    display: block;
  }
}
.l-header .l-region--navigation #block-menu-menu-main-navigation,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 {
  max-width: 930px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul {
  display: table-row;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #71d2c2;
  cursor: pointer;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li a,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li a {
  display: block;
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li.last,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li.last {
  border: 0;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li:hover,
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li.active-trail,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li:hover,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li.active-trail {
  background-color: #71d2c2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul {
  position: relative;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul ul .nolink,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul .nolink {
  display: block;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul ul li,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul li {
  margin-right: 0;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul ul li.active-trail,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul li.active-trail {
  background-color: #333;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul ul li.active-trail:hover,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul li.active-trail:hover {
  background-color: #71d2c2;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul ul ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul ul {
  width: 250px;
  position: absolute;
  right: -250px;
  top: 0;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul .nolink,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul .nolink {
  display: block;
  color: #fff;
  padding: 20px 15px;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul .nolink:hover,
.l-header .l-region--navigation #block-menu-menu-main-navigation ul .nolink:focus,
.l-header .l-region--navigation #block-menu-menu-main-navigation ul .nolink:active,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul .nolink:hover,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul .nolink:focus,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul .nolink:active {
  cursor: default;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li > ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li > ul {
  display: none;
  padding: 0;
  position: absolute;
  background: #333;
  z-index: 200;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li > ul li,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li > ul li {
  border-right: 0;
  display: block;
}
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li:hover > ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li:focus > ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation ul li:active > ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li:hover > ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li:focus > ul,
.l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul li:active > ul {
  display: block;
}
.l-main {
  background: #d0e9f4;
  background: -moz-linear-gradient(top, #d0e9f4 0%, #fff 300px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e9f4), color-stop(300px, #fff));
  background: -webkit-linear-gradient(top, #d0e9f4 0%, #fff 300px);
  background: -o-linear-gradient(top, #d0e9f4 0%, #fff 300px);
  background: -ms-linear-gradient(top, #d0e9f4 0%, #fff 300px);
  background: linear-gradient(to bottom, #d0e9f4 0%, #fff 300px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0E9F4', endColorstr='#FFFFFFFF', GradientType=0);
}
.l-content,
.front .l-content .inner,
.l-region--lower-homepage,
.wrapper {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 1em;
}
@media (min-width: 930px) {
  .l-content,
  .front .l-content .inner,
  .l-region--lower-homepage,
  .wrapper {
    padding: 1em 0;
  }
}
#block-paps-blocks-paps-footer-report-link {
  max-width: 330px;
  margin: 40px auto;
}
#block-paps-blocks-paps-footer-report-link a {
  cursor: pointer;
}
#block-paps-blocks-paps-footer-report-link a:hover {
  color: #b9b9b9;
}
#block-paps-blocks-paps-footer-report-link .pdf-button {
  float: left;
  padding-right: 10px;
  margin-top: -5px;
}
#block-paps-blocks-paps-footer-report-link .text {
  font-size: 0.9em;
}
.l-footer {
  clear: both;
  position: relative;
  background-color: #333;
  color: #b9b9b9;
  padding: 0 1em;
  margin-top: 2em;
}
.l-footer .block__title {
  display: none;
}
@media (min-width: 930px) {
  .l-footer {
    padding: 0;
  }
}
.l-footer .l-region--footer {
  max-width: 930px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .l-footer .l-region--footer {
    padding: 20px 0;
  }
}
.l-footer .l-region--footer #block-menu-menu-footer-menu,
.l-footer .l-region--footer #block-menu-menu-footer-menu--2 {
  float: left;
}
.l-footer .l-region--footer #block-paps-blocks-paps-blocks-footer-logo-large {
  clear: both;
  width: 64.28571%;
  float: left;
  margin-right: 7.14286%;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .l-footer .l-region--footer #block-paps-blocks-paps-blocks-footer-logo-large {
    display: block;
    margin-right: 0;
    width: 25%;
    float: left;
  }
}
.l-footer .l-region--footer #block-paps-blocks-paps-blocks-footer-logo-small {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .l-footer .l-region--footer #block-paps-blocks-paps-blocks-footer-logo-small {
    float: right;
    display: block;
    width: 8%;
  }
}
.l-footer .l-region--footer #block-paps-blocks-paps-blocks-footer-copy-text {
  clear: both;
  font-size: 0.9em;
}
@media (min-width: 600px) {
  .l-footer .l-region--footer #block-menu-menu-footer-menu,
  .l-footer .l-region--footer #block-menu-menu-footer-menu--2 {
    width: 67%;
    text-align: center;
  }
  .l-footer .l-region--footer #block-menu-menu-footer-menu ul,
  .l-footer .l-region--footer #block-menu-menu-footer-menu--2 ul {
    padding-right: 0;
    display: inline-block;
  }
}
.l-footer .l-region--footer #block-menu-menu-footer-menu ul,
.l-footer .l-region--footer #block-menu-menu-footer-menu--2 ul {
  list-style: none;
  margin: 0;
  padding: 20px 40px 0 0;
}
.l-footer .l-region--footer #block-menu-menu-footer-menu ul li,
.l-footer .l-region--footer #block-menu-menu-footer-menu--2 ul li {
  display: inline-block;
  padding-left: 25px;
}
.l-footer .l-region--footer #block-menu-menu-footer-menu ul li a,
.l-footer .l-region--footer #block-menu-menu-footer-menu--2 ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  color: #72d2c1;
  text-decoration: none;
}
.l-footer .l-region--footer #block-menu-menu-footer-menu ul li a:hover,
.l-footer .l-region--footer #block-menu-menu-footer-menu--2 ul li a:hover {
  text-decoration: underline;
}
.l-footer .l-region--footer #block-menu-menu-footer-menu:not(.footer-mobile-menu),
.l-footer .l-region--footer #block-menu-menu-footer-menu--2:not(.footer-mobile-menu) {
  display: none;
}
@media (min-width: 600px) {
  .l-footer .l-region--footer #block-menu-menu-footer-menu:not(.footer-mobile-menu),
  .l-footer .l-region--footer #block-menu-menu-footer-menu--2:not(.footer-mobile-menu) {
    display: block;
  }
}
.l-footer .l-region--footer #block-menu-menu-footer-menu.footer-mobile-menu {
  float: none;
}
@media (min-width: 600px) {
  .l-footer .l-region--footer #block-menu-menu-footer-menu.footer-mobile-menu {
    display: none;
  }
}
.l-footer .l-region--footer #block-menu-menu-footer-menu.footer-mobile-menu ul {
  padding-top: 0;
  margin-bottom: 2em;
}
.l-footer .l-region--footer #block-menu-menu-footer-menu.footer-mobile-menu li {
  display: block;
  padding-left: 0;
  margin: 0.5em 0;
}
.view-empty {
  display: none;
}
.no-mobile-bpl2 {
  display: none;
}
@media (min-width: 768px) {
  .no-mobile-bpl2 {
    display: block;
  }
}
.spanish-page .l-header .l-region--navigation #block-menu-menu-main-navigation ul ul ul,
.spanish-page .l-header .l-region--navigation #block-menu-menu-main-navigation--3 ul ul ul {
  right: -240px;
}
a.menu_icon {
  margin-left: 0.4em;
}
.section-contact .l-content h2.block__title,
.section-contact .l-content .view h2.node__title {
  display: none;
}
input[type=submit],
.btn,
.section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a {
  border: 1px solid #72aac1;
  background: #72d2c1;
  background: -moz-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72d2c1), color-stop(100%, #72aac1));
  background: -webkit-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -o-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -ms-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: linear-gradient(to bottom, #72d2c1 0%, #72aac1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72D2C1', endColorstr='#FF72AAC1', GradientType=0);
  color: #fff;
  padding: 0.5em;
  border-radius: 3px;
  -webkit-transition: color 2s ease;
  -moz-transition: color 2s ease;
  -ms-transition: color 2s ease;
  -o-transition: color 2s ease;
  transition: color 2s ease;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.btn:hover,
.section-shop-for-electricity .view-search-find-a-rate .sign-up a:hover,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a:hover,
.btn:focus,
.section-shop-for-electricity .view-search-find-a-rate .sign-up a:focus,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a:focus,
.btn:active,
.section-shop-for-electricity .view-search-find-a-rate .sign-up a:active,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a:active {
  background: #72aac1;
  color: #fff;
}
.btn--darkblue,
.front .l-content .inner input[type=submit],
.section-inicio .l-content .inner input[type=submit] {
  border: 1px solid #72d2c1;
  border-radius: 5px;
  background: #002a24;
  background: -moz-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002a24), color-stop(100%, #72d2c1));
  background: -webkit-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -o-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -ms-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: linear-gradient(to bottom, #002a24 0%, #72d2c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002A24', endColorstr='#FF72D2C1', GradientType=0);
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.btn--darkblue:hover,
.front .l-content .inner input[type=submit]:hover,
.section-inicio .l-content .inner input[type=submit]:hover,
.btn--darkblue:focus,
.front .l-content .inner input[type=submit]:focus,
.section-inicio .l-content .inner input[type=submit]:focus,
.btn--darkblue:active,
.front .l-content .inner input[type=submit]:active,
.section-inicio .l-content .inner input[type=submit]:active {
  background: #72d2c1;
  color: #fff;
}
.node__content input[type=text],
.node__content input[type=email],
.node__content input[type=tel],
.node__content input[type=url],
.node__content select,
.node__content textarea {
  width: 100%;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
input[type=search],
input[type=submit],
select,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#block-menu-menu-contact li.active-trail {
  background: #002651;
  background: -moz-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002651), color-stop(100%, #00132a));
  background: -webkit-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -o-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -ms-linear-gradient(top, #002651 0%, #00132a 100%);
  background: linear-gradient(to bottom, #002651 0%, #00132a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002651', endColorstr='#FF00132A', GradientType=0);
}
#block-menu-menu-contact li.active-trail a {
  color: #fff;
}
.contact-tabs {
  display: none;
}
.contact-tabs.active {
  display: block;
}
.section-contact.page-node-1897 .l-content .form-item input[type=text] {
  width: 100% !important;
}
.section-contact .l-content input[type=text],
.section-contact .l-content input[type=email],
.section-contact .l-content input[type=tel],
.section-contact .l-content input[type=url],
.section-contact .l-content select,
.section-contact .l-content textarea {
  padding: 0.4em;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
}
@media (min-width: 580px) {
  .section-contact .l-content .form-item label {
    width: 21.05263%;
    float: left;
    margin-right: 5.26316%;
  }
  .section-contact .l-content .form-item input[type=text],
  .section-contact .l-content .form-item input[type=email],
  .section-contact .l-content .form-item input[type=tel],
  .section-contact .l-content .form-item input[type=url],
  .section-contact .l-content .form-item select,
  .section-contact .l-content .form-item .form-textarea-wrapper {
    width: 73.68421%;
    float: right;
    margin-right: 0;
  }
  .section-contact .l-content .webform-component-checkboxes label {
    width: 21.05263%;
    float: left;
    margin-right: 5.26316%;
  }
  .section-contact .l-content .webform-component-checkboxes > .form-checkboxes {
    margin-top: 2em;
    width: 73.68421%;
    float: right;
    margin-right: 0;
  }
  .section-contact .l-content .form-item.form-type-checkbox input[type=checkbox] {
    width: 16.66667%;
    float: left;
    margin-right: 4.16667%;
    float: none;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .section-contact .l-content .form-item.form-type-checkbox label {
    width: 79.16667%;
    float: right;
    margin-right: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .section-contact .l-content .form-actions {
    width: 47.36842%;
    float: right;
    margin-right: 0;
  }
}
.visuallyhidden,
.front .l-content .inner #edit-zipcode-wrapper label,
.section-inicio .l-content .inner #edit-zipcode-wrapper label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.front .l-content .inner #edit-zipcode-wrapper label.focusable:active,
.section-inicio .l-content .inner #edit-zipcode-wrapper label.focusable:active,
.visuallyhidden.focusable:focus,
.front .l-content .inner #edit-zipcode-wrapper label.focusable:focus,
.section-inicio .l-content .inner #edit-zipcode-wrapper label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.webform-component--browser-type .description {
  clear: both;
  width: 73.68421%;
  float: right;
  margin-top: 5px;
}
#index .l-content ul,
#index .l-content ul {
  list-style: none;
  padding: 0;
}
#index ul li,
#index ul li {
  display: inline-block;
  padding: 0.5em;
}
@media (min-width: 768px) {
  #index ul li,
  #index .l-content ul li {
    border-right: 1px solid #71d2c2;
  }
}
#index ul li:last-of-type,
#index ul li:last-of-type {
  border-right: 0;
}
#index ul a,
#index ul a {
  display: block;
}
img,
media {
  max-width: 100%;
}
table {
  width: 100%;
  table-layout: fixed;
}
table td {
  padding: 0.5em;
  border: 1px solid #b9b9b9;
}
table th {
  background: #ebf9fc;
  border: 1px solid #b9b9b9;
  text-align: center;
}
@media screen and (max-width: 580px) {
  td,
  th {
    font-size: 0.8em;
  }
}
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Justus Pro", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-weight: normal;
}
h1,
h2,
h2 a {
  color: #1c3f6c;
}
.l-content h1,
.shop-inner h1 {
  font-size: 2.2em;
  margin-bottom: 0;
  line-height: 1.1em;
}
@media (min-width: 600px) {
  .l-content h1,
  .shop-inner h1 {
    font-size: 2.75em;
  }
}
.l-content h2 {
  font-size: 1.6em;
  word-break: break-word;
}
@media (min-width: 600px) {
  .l-content h2 {
    font-size: 1.9em;
  }
}
.view-distributors-list {
  margin-top: 20px;
}
.sidebar .node__content .field--name-body .field__label,
.sidebar .node__content .field--name-field-callout-body-spanish .field__label {
  display: none;
}
@media (min-width: 768px) {
  .sidebar .node__content .field--name-body,
  .sidebar .node__content .field--name-field-callout-body-spanish {
    width: 64.28571%;
    float: left;
    margin-right: 7.14286%;
  }
}
.sidebar .node__content .field--name-field-page-callouts {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .sidebar .node__content .field--name-field-page-callouts {
    width: 28.57143%;
    float: right;
    margin-right: 0;
  }
}
.sidebar .node__content .node--page-callout .field--name-body,
.sidebar .node__content .node--page-callout .field--name-field-callout-body-spanish {
  float: none;
  width: 100%;
  margin-right: 0;
}
.node--page-callout {
  border: 1px solid #a9d6eb;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2em;
  margin-bottom: 2em;
}
.node--page-callout header {
  display: none;
}
.node--page-callout p {
  margin: 0;
}
.callout-pdf {
  background: url(/Assets/images/icon_pdf.png) center left no-repeat;
  min-height: 50px;
  padding-left: 3em;
}
#block-views-nodequeue-3-block {
  background: #f50;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  position: absolute;
  width: 100%;
}
#block-views-nodequeue-3-block h2,
#block-views-nodequeue-3-block .views-field-title {
  display: none;
}
#block-views-nodequeue-3-block ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
}
#block-views-nodequeue-3-block .btn-close {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 1.2em;
}
.callout-block {
  background: #72d2c1;
  background: -moz-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72d2c1), color-stop(100%, #72aac1));
  background: -webkit-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -o-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -ms-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: linear-gradient(to bottom, #72d2c1 0%, #72aac1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72D2C1', endColorstr='#FF72AAC1', GradientType=0);
  display: block;
  border-radius: 3px;
  margin: 1em 0;
  text-align: center;
  padding: 2em 1em;
}
.callout-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}
.callout-block p {
  margin: 0.5em 0 0 0;
  font-size: 1em;
}
.callout-block a {
  display: block;
  margin: 0.5em 0 0;
  color: #fff;
}
.callout-block .b-arrow {
  font-size: 1.8em;
  font-weight: bold;
  vertical-align: sub;
}
.l-region--lower-homepage .views-field-nothing {
  float: right;
  width: 100%;
}
.l-region--lower-homepage .views-field-nothing .field-content {
  display: block;
  text-align: center;
}
.l-region--lower-homepage .views-field-nothing svg {
  cursor: pointer;
  display: block;
  margin: 10px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-region--lower-homepage .views-field-nothing svg path {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-region--lower-homepage .views-field-nothing svg:hover,
.l-region--lower-homepage .views-field-nothing svg:focus,
.l-region--lower-homepage .views-field-nothing svg:active {
  margin-top: 0;
  margin-bottom: 20px;
}
.l-region--lower-homepage .views-field-nothing svg:hover path,
.l-region--lower-homepage .views-field-nothing svg:focus path,
.l-region--lower-homepage .views-field-nothing svg:active path {
  fill: #72d2c1;
}
[id^=section-glossary-] dt,
[id^=section-glossary-] dt {
  font-weight: bold;
}
.question + h2 {
  margin-top: 2em;
}
.question {
  border: 1px solid #71d2c2;
  padding: 0.5em;
  margin: 0.5em 0;
}
.question .q {
  font-family: "Justus Pro", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.2em;
  width: 90%;
  display: inline-block;
  vertical-align: text-top;
}
@media (min-width: 600px) {
  .question .q {
    width: 95%;
  }
}
.question .i {
  display: inline-block;
  vertical-align: middle;
  color: #71d2c2;
  font-size: 2em;
  line-height: 0;
}
.question .faq-q.opened .i {
  font-size: 4em;
}
.question .a {
  display: block;
  margin: 1em 0;
}
#upper-homepage-wrapper {
  background-position: center bottom;
  background-size: cover;
}
#upper-homepage-wrapper h1 {
  font-weight: 700;
}
#upper-homepage-wrapper .field--name-body p {
  font-weight: 400;
  line-height: 26px;
}
.front .l-content,
.section-inicio .l-content {
  max-width: 100%;
  padding: 0;
}
.front .l-content .inner,
.section-inicio .l-content .inner {
  max-width: 700px;
  text-align: center;
  padding: 3.75em;
  margin: 0 auto;
}
.front .l-content .inner h1,
.section-inicio .l-content .inner h1 {
  color: #333;
  font-size: 2.2em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .front .l-content .inner h1,
  .section-inicio .l-content .inner h1 {
    margin-top: 0.5em;
    font-size: 3em;
  }
}
.front .l-content .inner p,
.section-inicio .l-content .inner p {
  font-size: 1.2em;
}
.front .l-content .inner p:not(:last-of-type),
.section-inicio .l-content .inner p:not(:last-of-type) {
  display: none;
}
@media (min-width: 768px) {
  .front .l-content .inner p:not(:last-of-type),
  .section-inicio .l-content .inner p:not(:last-of-type) {
    display: block;
  }
}
.front .l-content .inner p:last-of-type,
.section-inicio .l-content .inner p:last-of-type {
  font-size: 1.4em;
  font-family: "Justus Pro", "Roboto Slab", Georgia, "Times New Roman", serif;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .front .l-content .inner p:last-of-type,
  .section-inicio .l-content .inner p:last-of-type {
    font-size: 1.875em;
  }
}
.front .l-content .inner .views-exposed-widget,
.section-inicio .l-content .inner .views-exposed-widget {
  float: none;
  display: inline-block;
  max-width: 100%;
}
.front .l-content .inner #edit-zipcode-wrapper,
.section-inicio .l-content .inner #edit-zipcode-wrapper {
  width: 80%;
  padding-right: 0;
}
@media (min-width: 600px) {
  .front .l-content .inner #edit-zipcode-wrapper,
  .section-inicio .l-content .inner #edit-zipcode-wrapper {
    width: auto;
  }
}
.front .l-content .inner .views-submit-button,
.section-inicio .l-content .inner .views-submit-button {
  width: 20%;
  padding-right: 0;
  margin-left: -10px;
}
@media (min-width: 600px) {
  .front .l-content .inner .views-submit-button,
  .section-inicio .l-content .inner .views-submit-button {
    width: auto;
  }
}
.front .l-content .inner a,
.section-inicio .l-content .inner a {
  color: #333;
}
.front .l-content .inner input[type=text],
.front .l-content .inner input[type=tel],
.section-inicio .l-content .inner input[type=text],
.section-inicio .l-content .inner input[type=tel] {
  padding: 0.875em;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  max-width: 100%;
}
@media (min-width: 460px) {
  .front .l-content .inner input[type=text],
  .front .l-content .inner input[type=tel],
  .section-inicio .l-content .inner input[type=text],
  .section-inicio .l-content .inner input[type=tel] {
    max-width: auto;
  }
}
.front .l-content .inner input[type=submit],
.section-inicio .l-content .inner input[type=submit] {
  padding: 0.875em;
  margin-top: 0.5em;
}
.front .l-content .inner .view-footer ul,
.section-inicio .l-content .inner .view-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.front .l-content .inner .view-footer ul .commercial-customer-menu,
.section-inicio .l-content .inner .view-footer ul .commercial-customer-menu {
  position: relative;
}
.front .l-content .inner .view-footer ul .commercial-customer-menu ul,
.section-inicio .l-content .inner .view-footer ul .commercial-customer-menu ul {
  display: none;
}
.front .l-content .inner .view-footer ul .commercial-customer-menu:hover ul,
.section-inicio .l-content .inner .view-footer ul .commercial-customer-menu:hover ul {
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  width: 100%;
  padding: 10px 0;
}
.block--paps-blocks-paps-homepage-search-results {
  background: #ebf9fc;
  font-family: "Justus Pro", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.7em;
}
.block--paps-blocks-paps-homepage-search-results h2 {
  margin: 0;
  background: #71d2c2;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
}
.block--paps-blocks-paps-homepage-search-results .block__content {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 1em 30px;
}
@media (min-width: 900px) {
  .block--paps-blocks-paps-homepage-search-results .block__content {
    padding: 0 0 30px;
  }
}
.block--paps-blocks-paps-homepage-search-results h3 {
  font-size: 0.7em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 900px) {
  .block--paps-blocks-paps-homepage-search-results h3 {
    text-align: left;
  }
}
.block--paps-blocks-paps-homepage-search-results h3 strong {
  color: #333;
}
.block--paps-blocks-paps-homepage-search-results .every-pa-resident {
  color: #71d2c2;
  font-size: 0.6em;
  font-weight: bold;
  display: block;
}
@media (min-width: 600px) {
  .block--paps-blocks-paps-homepage-search-results .every-pa-resident {
    display: inline;
  }
}
@media (min-width: 900px) {
  .block--paps-blocks-paps-homepage-search-results .every-pa-resident {
    float: left;
    width: 100%;
    margin-right: 5%;
  }
}
.block--paps-blocks-paps-homepage-search-results a.btn-type.type-fixed {
  color: #83a838;
}
.block--paps-blocks-paps-homepage-search-results a.btn-type.type-unlimited {
  color: #800080;
}
.block--paps-blocks-paps-homepage-search-results a.btn-type.type-variable {
  color: #f50;
}
.block--paps-blocks-paps-homepage-search-results a.btn-type {
  display: inline-block;
  margin-bottom: 5px;
}
.block--paps-blocks-paps-homepage-search-results a.btn-type:hover,
.block--paps-blocks-paps-homepage-search-results a.btn-type:focus,
.block--paps-blocks-paps-homepage-search-results a.btn-type:active {
  color: #1d4069;
}
.block--paps-blocks-paps-homepage-search-results .btn,
.block--paps-blocks-paps-homepage-search-results .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-shop-for-electricity .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results a,
.block--paps-blocks-paps-homepage-search-results .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results a {
  padding: 0.5em;
  font-size: 0.8em;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
@media (min-width: 900px) {
  .block--paps-blocks-paps-homepage-search-results .btn,
  .block--paps-blocks-paps-homepage-search-results .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
  .section-shop-for-electricity .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results a,
  .block--paps-blocks-paps-homepage-search-results .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results a {
    float: left;
    margin-top: 0;
  }
}
.block--paps-blocks-paps-homepage-search-results .distributor-name {
  color: #71d2c2;
  display: block;
}
@media (min-width: 600px) {
  .block--paps-blocks-paps-homepage-search-results .distributor-name {
    display: inline;
  }
}
@media (min-width: 700px) {
  .grid-wrap:first-of-type {
    border-bottom: 1px solid #71d2c2;
  }
}
.grid-wrap .grid-wrap {
  clear: both;
}
.grid--half {
  margin: 0.5em 0 0;
  padding: 0 1em;
}
@media (min-width: 700px) {
  .grid--half {
    border-bottom: 0;
    padding: 0.5em;
  }
}
@media (min-width: 900px) {
  .grid--half {
    width: 50%;
    float: left;
  }
  .grid--half:first-of-type {
    border-right: 1px solid #71d2c2;
  }
}
.grid--half > div {
  line-height: 1em;
}
.grid--half .btn-secondary {
  width: 50%;
  margin: 20px auto;
  text-align: center;
}
.grid--full {
  width: 100%;
  text-align: center;
  padding: 20px 1em;
  border: 0 !important;
}
@media (min-width: 600px) {
  .grid--full {
    padding: 0.5em 1em;
    margin-top: 1em;
  }
}
@media (min-width: 700px) {
  .grid--full {
    padding: 0.5em;
  }
}
.block--paps-blocks-paps-homepage-search-results .grid--full h3 {
  text-align: center;
}
.block--paps-blocks-paps-homepage-search-results .grid--full .every-pa-resident {
  float: none;
  width: 100%;
  margin-right: 0;
}
.block--paps-blocks-paps-homepage-search-results .grid--full .btn,
.block--paps-blocks-paps-homepage-search-results .grid--full .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-shop-for-electricity .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results .grid--full a,
.block--paps-blocks-paps-homepage-search-results .grid--full .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results .grid--full a {
  float: none;
  margin: 1em auto;
}
@media (min-width: 700px) {
  .block--paps-blocks-paps-homepage-search-results .grid--full .btn,
  .block--paps-blocks-paps-homepage-search-results .grid--full .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
  .section-shop-for-electricity .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results .grid--full a,
  .block--paps-blocks-paps-homepage-search-results .grid--full .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up .block--paps-blocks-paps-homepage-search-results .grid--full a {
    width: 50%;
  }
}
.results .r-message {
  margin-top: 1em;
}
.result-list li {
  margin: 1em 0;
}
.result-number {
  font-size: 1.5em;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #71d2c2;
}
@media (min-width: 600px) {
  .result-number {
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #71d2c2;
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .result-number {
    text-align: left;
    width: 40%;
    margin-top: 0.5em;
    margin-right: 5%;
  }
}
.result-number strong {
  font-size: 2.4em;
  display: block;
  line-height: 0.8em;
}
.result-number span {
  display: block;
}
.result-types {
  padding: 20px 0 20px 0;
  font-size: 1.3em;
  text-align: center;
  border-bottom: 1px solid #71d2c2;
}
@media (min-width: 600px) {
  .result-types {
    padding: 0;
    border-bottom: 0;
    float: left;
    width: 50%;
    margin: 0.5em 0;
  }
}
@media (min-width: 900px) {
  .result-types {
    text-align: left;
    margin-top: 0.5em;
  }
}
.result-types .type-fixed,
.result-types .type-variable,
.result-types .type-unlimited {
  position: relative;
}
.result-types .type-fixed {
  color: #83a838;
}
.result-types .type-variable {
  color: #f50;
}
.result-types .type-unlimited {
  color: #800080;
}
.result-types .type-renewable {
  font-size: 0.6em;
  line-height: 1em;
  color: #71d2c2;
  display: inline-block;
}
.results-distributor {
  padding: 20px 1em 0;
  margin: 0;
}
@media (min-width: 600px) {
  .results-distributor {
    padding: 0 1em;
    margin: 0.5em 0 0;
  }
}
@media (min-width: 900px) {
  .results-distributor h3 {
    margin-top: 1.65em;
  }
}
.price-month {
  position: relative;
  padding: 0 0.5em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #71d2c2;
}
@media (min-width: 600px) {
  .price-month {
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #71d2c2;
    width: 50%;
    float: left;
  }
}
@media (min-width: 900px) {
  .price-month {
    text-align: left;
    width: 60%;
    padding-left: 0;
  }
}
.price-month .help-icon {
  position: relative;
  display: inline-block;
  float: left;
}
.price-month-price {
  font-size: 2em;
  color: #f50;
  display: inline-block;
  line-height: 1em;
  position: relative;
}
.price-ccf-price {
  font-size: 1.2em;
  color: #71d2c2;
  display: inline-block;
  line-height: 1em;
}
.price-label {
  clear: both;
  font-size: 0.5em;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 1.1em;
}
.price-ccf-label {
  font-size: 0.5em;
  display: inline-block;
}
.price-ccf {
  border-bottom: 1px solid #71d2c2;
  padding: 20px 1em 20px;
  text-align: center;
}
@media (min-width: 600px) {
  .price-ccf {
    padding: 0 1em;
    border-bottom: 0;
    width: 50%;
    float: left;
  }
}
@media (min-width: 900px) {
  .price-ccf {
    text-align: left;
    width: 40%;
  }
}
.results-savings {
  padding: 20px 1em;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #71d2c2;
}
@media (min-width: 600px) {
  .results-savings {
    border-bottom: 0;
    padding: 1em 0 1em 0.5em;
    text-align: left;
  }
  .results-savings + .grid--half {
    margin: 0;
    padding: 1em 0 1em 1em;
  }
}
.savings-percent {
  background-color: #f50;
  color: #fff;
  text-align: center;
  font-size: 2.2em;
  padding: 0.1em;
  font-weight: bold;
}
@media (min-width: 600px) {
  .savings-percent {
    width: 35%;
    float: left;
  }
}
@media (min-width: 600px) {
  .savings {
    width: 65%;
    float: left;
  }
  .savings > span {
    display: block;
  }
}
.savings span {
  color: #71d2c2;
}
.savings-month {
  font-size: 0.8em;
  line-height: 40px;
}
@media (min-width: 600px) {
  .savings-month {
    font-size: 0.9em;
    margin-left: 15px;
  }
}
.savings-year {
  font-size: 0.9em;
}
@media (min-width: 600px) {
  .savings-year {
    margin-left: 15px;
  }
}
.savings-year span {
  color: #f50;
  font-weight: normal;
}
@media (min-width: 600px) {
  .savings-year span {
    font-size: 1.1em;
  }
}
.savings-small {
  display: block;
  font-size: 0.45em;
  padding-top: 1em;
  clear: both;
}
.multiple-distributors .distributor {
  display: none;
}
.distributor-select {
  margin-top: 1em;
}
.distributor-select .r-message {
  color: #71d2c2;
  font-size: 0.9em;
}
.distributor-select .r-message strong {
  color: #72d2c1;
}
.distributor-select > p {
  font-weight: normal;
  font-size: 0.8em;
}
.distributor-select ul {
  font-size: 0.8em;
}
.l-region--lower-homepage > .block--views {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .l-region--lower-homepage > .block--views {
    width: 64.28571%;
    float: left;
    margin-right: 7.14286%;
  }
}
@media (min-width: 768px) {
  .l-region--lower-homepage > #block-webform-client-block-1897 {
    width: 28.57143%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
  .l-region--lower-homepage > #block-webform-client-block-1897 h2 {
    margin-top: 1.4em;
    margin-bottom: 10px;
    font-size: 1.8em;
  }
}
.l-region--lower-homepage .view ul,
.l-region--lower-homepage #block-webform-client-block-1897 ul {
  padding-left: 0;
  list-style: none;
}
.l-region--lower-homepage .view li,
.l-region--lower-homepage #block-webform-client-block-1897 li {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .l-region--lower-homepage .view li,
  .l-region--lower-homepage #block-webform-client-block-1897 li {
    margin-top: 0;
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%;
  }
  .l-region--lower-homepage .view li:last-of-type,
  .l-region--lower-homepage #block-webform-client-block-1897 li:last-of-type {
    float: right;
    margin-right: 0;
  }
}
.l-region--lower-homepage .view input,
.l-region--lower-homepage #block-webform-client-block-1897 input {
  width: 100%;
  padding: 0.5em;
  border-radius: 3px;
  border: 1px solid #72d2c1;
}
.l-region--lower-homepage .webform-client-form-1897 input[type=submit] {
  padding: 0.5em;
}
.multiple-ratetypes {
  font-size: 0.8em;
}
.view-id-landing_page_residential_rate_search .view-header,
.view-id-landing_page_residential_rate_search .view-filters {
  display: none;
}
#block-paps-blocks-paps-blocks-lp-header-content {
  background-color: rgba(114, 210, 193, 0.3);
  border-bottom: 8px solid #014a83;
  outline: 7px solid #128fc7;
}
#block-paps-blocks-paps-blocks-lp-header-content .wrapper {
  max-width: 90%;
}
#block-paps-blocks-paps-blocks-lp-header-content .wrapper:before,
#block-paps-blocks-paps-blocks-lp-header-content .wrapper:after {
  content: " ";
  display: table;
}
#block-paps-blocks-paps-blocks-lp-header-content .wrapper:after {
  clear: both;
}
.section-gas-or-electric-switch .l-main {
  background: #fff;
  padding: 10px 0 30px;
}
.lp-logo {
  margin: 0 auto;
  width: 290px;
}
.lp-logo img {
  width: 100%;
}
.lp-social {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 11px;
  float: right;
  margin-top: -78px;
}
.lp-social li {
  list-style-type: none;
  margin-right: 10px;
  float: left;
}
.lp-social li:nth-of-type(1) {
  font-size: 14px;
}
.lp-social li:nth-of-type(2) {
  margin-top: -4px;
  border-left: 1px solid #000;
  padding-left: 10px;
  height: 24px;
}
.lp-social li:nth-of-type(3) {
  margin-right: 0%;
  margin-top: -4px;
}
.lp-social li a {
  display: inline-block;
  overflow: hidden;
  width: 24px;
}
#block-paps-blocks-paps-blocks-lp-content .wrapper {
  display: flex;
}
#block-paps-blocks-paps-blocks-lp-content .wrapper:before,
#block-paps-blocks-paps-blocks-lp-content .wrapper:after {
  content: " ";
  display: table;
}
#block-paps-blocks-paps-blocks-lp-content .wrapper:after {
  clear: both;
}
#block-paps-blocks-paps-blocks-lp-content .grid-2 {
  width: 46%;
  float: left;
  margin-right: 8%;
}
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) {
  margin-right: 0%;
  position: relative;
}
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .btn,
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-shop-for-electricity .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) a,
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) a {
  border: 1px solid #076384;
  background: #128fc7;
  background: -moz-linear-gradient(top, #128fc7 0%, #076384 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #128fc7), color-stop(100%, #076384));
  background: -webkit-linear-gradient(top, #128fc7 0%, #076384 100%);
  background: -o-linear-gradient(top, #128fc7 0%, #076384 100%);
  background: -ms-linear-gradient(top, #128fc7 0%, #076384 100%);
  background: linear-gradient(to bottom, #128fc7 0%, #076384 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#076384', endColorstr='#128fc7', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .btn:hover,
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .section-shop-for-electricity .view-search-find-a-rate .sign-up a:hover,
.section-shop-for-electricity .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) a:hover,
#block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a:hover,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) a:hover {
  background: #076384;
}
#block-paps-blocks-paps-blocks-lp-content .grid-2 p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
#block-paps-blocks-paps-blocks-lp-content .grid-2 .btn,
#block-paps-blocks-paps-blocks-lp-content .grid-2 .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-shop-for-electricity .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2 a,
#block-paps-blocks-paps-blocks-lp-content .grid-2 .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2 a {
  width: 240px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 20px;
}
#block-paps-blocks-paps-blocks-lp-content .puc-title {
  color: #333;
  font-size: 0.6em;
  line-height: 1.3em;
  display: block;
  max-width: 60%;
  margin: auto;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.lp-search-block {
  clear: both;
  background-color: #ededed;
  padding: 50px 0;
}
.lp-search-block:before,
.lp-search-block:after {
  content: " ";
  display: table;
}
.lp-search-block:after {
  clear: both;
}
.lp-search-block h2 {
  text-align: center;
  color: #000;
  margin: 0 auto 20px;
  max-width: 770px;
  padding: 0 1em;
}
.lp-search-block #gas-electric-switch-search {
  text-align: center;
}
.lp-search-block #gas-electric-switch-search input {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  width: 150px;
  display: block;
  margin: 0 auto 20px;
}
.lp-search-block #ges-electric {
  border: 1px solid #72d2c1;
  border-radius: 5px;
  background: #002a24;
  background: -moz-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002a24), color-stop(100%, #72d2c1));
  background: -webkit-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -o-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -ms-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: linear-gradient(to bottom, #002a24 0%, #72d2c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002A24', endColorstr='#FF72D2C1', GradientType=0);
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  padding: 0.875em;
  color: #fff;
  width: 120px;
  margin-right: 15px;
  font-size: 20px;
}
.lp-search-block #ges-electric:hover {
  background: #72d2c1;
}
.lp-search-block #ges-gas {
  border: 1px solid #128fc7;
  border-radius: 5px;
  background: #002a24;
  background: -moz-linear-gradient(top, #002a24 0%, #128fc7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002a24), color-stop(100%, #128fc7));
  background: -webkit-linear-gradient(top, #002a24 0%, #128fc7 100%);
  background: -o-linear-gradient(top, #002a24 0%, #128fc7 100%);
  background: -ms-linear-gradient(top, #002a24 0%, #128fc7 100%);
  background: linear-gradient(to bottom, #002a24 0%, #128fc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a24', endColorstr='#128fc7', GradientType=0);
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  padding: 0.875em;
  color: #fff;
  width: 120px;
  font-size: 20px;
}
.lp-search-block #ges-gas:hover {
  background: #128fc7;
}
#block-paps-blocks-paps-blocks-lp-footer-content {
  padding: 50px 0;
}
#block-paps-blocks-paps-blocks-lp-footer-content p {
  text-align: center;
  font-size: 20px;
}
#block-paps-blocks-paps-blocks-lp-footer-content p:first-of-type {
  margin: 0 auto;
  width: 290px;
}
#block-paps-blocks-paps-blocks-lp-footer-content p:first-of-type img {
  width: 100%;
}
#block-paps-blocks-paps-blocks-lp-footer-content p:nth-of-type(2) {
  max-width: 770px;
  margin: 20px auto 30px;
  padding: 0 1em;
  line-height: 27px;
}
#block-paps-blocks-paps-blocks-lp-footer-content p .btn,
#block-paps-blocks-paps-blocks-lp-footer-content p .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-shop-for-electricity .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-footer-content p a,
#block-paps-blocks-paps-blocks-lp-footer-content p .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-footer-content p a {
  display: block;
  width: 200px;
  margin: 0 auto;
  border: 1px solid #72d2c1;
  border-radius: 5px;
  background: #002a24;
  background: -moz-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002a24), color-stop(100%, #72d2c1));
  background: -webkit-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -o-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: -ms-linear-gradient(top, #002a24 0%, #72d2c1 100%);
  background: linear-gradient(to bottom, #002a24 0%, #72d2c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002A24', endColorstr='#FF72D2C1', GradientType=0);
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  padding: 15px;
}
#block-paps-blocks-paps-blocks-lp-footer-content p .btn:hover,
#block-paps-blocks-paps-blocks-lp-footer-content p .section-shop-for-electricity .view-search-find-a-rate .sign-up a:hover,
.section-shop-for-electricity .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-footer-content p a:hover,
#block-paps-blocks-paps-blocks-lp-footer-content p .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a:hover,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-footer-content p a:hover {
  background: #72d2c1;
}
#lp-footer-wrapper {
  background-position: center center;
}
.iframe-container iframe {
  width: 100%;
}
@media screen and (max-width: 950px) {
  .lp-logo {
    float: left;
  }
  .lp-social {
    margin-top: 22px;
  }
}
@media screen and (max-width: 930px) {
  .l-content,
  .front .l-content .inner,
  .l-region--lower-homepage,
  .wrapper {
    padding: 1em;
  }
}
@media screen and (max-width: 670px) {
  .lp-logo {
    width: 220px;
    float: none;
  }
  .lp-social {
    display: block;
    width: 233px;
    margin: 10px auto 0;
    float: none;
    padding-bottom: 33px;
  }
  #block-paps-blocks-paps-blocks-lp-content .wrapper {
    display: block;
  }
  #block-paps-blocks-paps-blocks-lp-content .grid-2 {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(1) {
    margin-bottom: 50px;
  }
  #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .btn,
  #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .section-shop-for-electricity .view-search-find-a-rate .sign-up a,
  .section-shop-for-electricity .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) a,
  #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up #block-paps-blocks-paps-blocks-lp-content .grid-2:nth-of-type(2) a {
    position: relative;
    bottom: auto;
    left: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#block-menu-menu-header-links {
  display: none;
  color: #666;
  background-color: #ededed;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#block-menu-menu-header-links a {
  color: #666;
  text-decoration: none;
}
#block-menu-menu-header-links a:hover,
#block-menu-menu-header-links:focus,
#block-menu-menu-header-links:active {
  text-decoration: underline;
}
#block-menu-menu-header-links a[href='/frequently-asked-questions'],
#block-menu-menu-header-links a[href='/glossary'] {
  color: #333;
}
#block-menu-menu-header-links ul {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
#block-menu-menu-header-links ul li {
  display: inline-block;
  padding: 10px 5px;
  vertical-align: middle;
}
#block-menu-menu-header-links ul li span.nolink {
  font-size: 2em;
  font-weight: 100;
}
@media (min-width: 700px) {
  #block-menu-menu-header-links {
    display: block;
  }
}
@media (min-width: 930px) {
  #block-menu-menu-header-links {
    float: right;
  }
}
.block--paps-blocks-paps-blocks-hamburger {
  margin-top: 25px;
  float: right;
  position: relative;
  right: 0;
  text-align: right;
}
@media (min-width: 700px) {
  .block--paps-blocks-paps-blocks-hamburger {
    display: none;
  }
}
.header-hamburger {
  position: relative;
}
.hamburger {
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.hamburger svg {
  max-width: 100%;
}
.hamburger svg rect {
  fill: #333;
}
.l-region--hamburger {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  z-index: 300;
}
.l-region--hamburger.toggled {
  display: block;
}
.l-region--hamburger h2 {
  display: none;
}
.l-region--hamburger .close-link {
  position: fixed;
  font-size: 4em;
  top: 0;
  right: 0.5em;
  z-index: 100;
}
.l-region--hamburger > nav {
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
}
.l-region--hamburger > nav ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
}
.l-region--hamburger > nav > ul {
  background-color: #333;
  color: #fff;
  padding: 1em 2em;
}
.l-region--hamburger > nav .leaf {
  list-style: none;
  padding: 0.5em 0;
}
.l-region--hamburger > nav .menu .expanded {
  list-style: none;
}
.l-region--hamburger > nav a {
  color: #fff;
}
.block--menu-menu-main-navigation--2 .nolink,
.block--menu-menu-main-navigation--3 .nolink {
  font-weight: bold;
}
.block--menu-menu-main-navigation--2 > .menu > li > a,
.block--menu-menu-main-navigation--2 > .menu > li > .nolink,
.block--menu-menu-main-navigation--3 > .menu > li > .nolink {
  display: block;
  margin: 2em 0 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.block--menu-menu-main-navigation--2 > .menu > li > .menu > li > .menu,
.block--menu-menu-main-navigation--3 > .menu > li > .menu > li > .menu {
  padding-left: 1em;
  font-size: 1em;
}
.block--menu-menu-header-links--2 > ul li:nth-of-type(5),
.block--menu-menu-header-links--2 > ul li:nth-of-type(8),
.block--menu-menu-header-links--3 > ul li:nth-of-type(5),
.block--menu-menu-header-links--3 > ul li:nth-of-type(8) {
  display: none;
}
.block--menu-menu-header-links--2 li[title='Facebook'],
.block--menu-menu-header-links--2 li[title='Twitter'],
.block--menu-menu-header-links--3 li[title='Facebook'],
.block--menu-menu-header-links--3 li[title='Twitter'] {
  display: inline-block;
}
#breadcrumb {
  background-color: #71d2c2;
  padding: 0 1em;
}
@media (min-width: 930px) {
  #breadcrumb {
    padding: 0;
  }
}
#breadcrumb ul {
  margin: 0 auto;
  padding: 12px 0;
  list-style: none;
  max-width: 930px;
}
#breadcrumb ul li {
  display: inline-block;
  color: #fff;
  padding: 3px 0;
}
#breadcrumb ul li a {
  color: #1c3f6c;
  text-decoration: none;
}
#breadcrumb ul li:after {
  content: '>';
  padding: 0 10px;
  display: inline-block;
}
#breadcrumb ul li:last-child:after {
  content: '';
  padding: 0;
  display: none;
}
ul.section-sitemap {
  margin-left: 0;
}
.l-content .block--menu {
  width: 100%;
}
@media (min-width: 600px) {
  .l-content .block--menu {
    display: table;
    table-layout: fixed;
  }
}
.l-content .block--menu ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 0;
  margin-left: -1em;
}
@media (min-width: 600px) {
  .l-content .block--menu ul {
    display: table-row;
  }
}
.l-content .block--menu li {
  position: relative;
  display: block;
  background: #72d2c1;
  background: -moz-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72d2c1), color-stop(100%, #72aac1));
  background: -webkit-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -o-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: -ms-linear-gradient(top, #72d2c1 0%, #72aac1 100%);
  background: linear-gradient(to bottom, #72d2c1 0%, #72aac1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF72D2C1', endColorstr='#FF72AAC1', GradientType=0);
}
@media (min-width: 600px) {
  .l-content .block--menu li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #71d2c2;
  }
}
.l-content .block--menu li.first {
  border-radius: 3px 0 0 3px;
}
.l-content .block--menu li.last {
  border-radius: 0 3px 3px 0;
}
.l-content .block--menu li:last-of-type,
.l-content .block--menu li.last {
  border-right: 0;
}
.l-content .block--menu li:hover,
.l-content .block--menu li:focus,
.l-content .block--menu li:active {
  cursor: pointer;
  background: #002651;
  background: -moz-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002651), color-stop(100%, #00132a));
  background: -webkit-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -o-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -ms-linear-gradient(top, #002651 0%, #00132a 100%);
  background: linear-gradient(to bottom, #002651 0%, #00132a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002651', endColorstr='#FF00132A', GradientType=0);
}
.l-content .block--menu li:hover a,
.l-content .block--menu li:focus a,
.l-content .block--menu li:active a {
  color: #fff;
}
.l-content .block--menu a {
  color: #333;
  display: block;
  padding: 0.5em;
}
.l-content .block--menu a:hover,
.l-content .block--menu a:focus,
.l-content .block--menu a:active {
  color: #fff;
}
.l-content .block--menu li.active-trail {
  background: #002651;
  background: -moz-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002651), color-stop(100%, #00132a));
  background: -webkit-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -o-linear-gradient(top, #002651 0%, #00132a 100%);
  background: -ms-linear-gradient(top, #002651 0%, #00132a 100%);
  background: linear-gradient(to bottom, #002651 0%, #00132a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002651', endColorstr='#FF00132A', GradientType=0);
  color: #fff;
}
.l-content .block--menu li.active-trail a {
  color: #fff;
}
.l-content nav.block--menu h2.block__title {
  display: none;
}
.section-sitemap .l-content .block--menu {
  display: block;
  width: auto;
}
ul.section-sitemap.menu > li > .nolink {
  border-bottom: 0;
  display: block;
  margin: 2em 0 1em;
  text-transform: uppercase;
}
ul.section-sitemap {
  display: block;
  text-align: left;
}
ul.section-sitemap li {
  display: block;
  background: transparent;
  border: 0;
}
ul.section-sitemap li:hover,
ul.section-sitemap li:focus,
ul.section-sitemap li:active {
  background: transparent;
  color: #333;
  cursor: default;
}
ul.section-sitemap li:hover > a,
ul.section-sitemap li:focus > a,
ul.section-sitemap li:active > a {
  color: #333;
}
ul.section-sitemap li:hover > a,
ul.section-sitemap li:focus > a,
ul.section-sitemap li:active > a {
  font-weight: bold;
}
ul.section-sitemap li a {
  display: inline;
}
ul.section-sitemap li.active-trail a {
  color: #333;
}
ul.section-sitemap li[title='Facebook'],
ul.section-sitemap li[title='Twitter'] {
  display: inline-block;
}
ul.section-sitemap li[title='Facebook'] {
  margin-left: 0.5em;
}
.section-your-rights-and-protections h1,
.section-ways-to-save-energy h1,
.section-frequently-asked-questions h1 {
  margin-bottom: 20px;
}
.l-region--header .puc-title {
  color: #333;
  font-size: 0.7em;
  line-height: 0.9em;
  display: block;
}
@media (min-width: 768px) {
  .l-region--header .puc-title {
    display: inline;
  }
}
.l-region--footer .puc-title {
  font-size: 0.8em;
  display: block;
  padding: 2em 0 0 0;
}
#block-views-header-tell-a-friend-block {
  display: none;
}
.block--paps-blocks-paps-blocks-header-search {
  margin: 1em 0;
}
@media (min-width: 700px) {
  .block--paps-blocks-paps-blocks-header-search {
    margin: 0;
    float: right;
    text-align: right;
    width: 75%;
  }
  .block--paps-blocks-paps-blocks-header-search .block__content {
    text-align: right;
  }
}
.block--paps-blocks-paps-blocks-header-search h2 {
  display: none;
  padding: 0.5em;
  width: 45%;
}
@media (min-width: 700px) {
  .block--paps-blocks-paps-blocks-header-search h2 {
    display: inline-block;
    vertical-align: middle;
  }
}
.block--paps-blocks-paps-blocks-header-search .form {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
}
@media (min-width: 700px) {
  .block--paps-blocks-paps-blocks-header-search .form {
    width: 50%;
  }
}
.block--paps-blocks-paps-blocks-header-search .form-text,
.block--paps-blocks-paps-blocks-header-search select,
.block--paps-blocks-paps-blocks-header-search .form-submit {
  border: 1px solid #72d2c1;
  box-sizing: border-box;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.block--paps-blocks-paps-blocks-header-search .form-text {
  border-radius: 3px 0 0 3px;
  padding: 0.5em;
  width: 30%;
  border-right: 0;
}
.block--paps-blocks-paps-blocks-header-search select {
  border-radius: 0;
  padding: 0.5em;
  border-right: 0;
}
.views-field-field-cancellation-fee .field-content {
  display: none;
}
.page-node-1855 #group {
  clear: both;
}
.views-exposed-form-shop-for-your-large-business-block #group {
  clear: both;
}
.views-exposed-form-shop-for-your-large-business-block .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0.5em 0;
  display: inline-block;
}
.views-exposed-form-shop-for-your-large-business-block input[type=text] {
  border: 1px solid #b9b9b9;
  padding: 0.5em;
  border-radius: 3px;
}
.views-exposed-form-shop-for-your-large-business-block .views-exposed-widgets {
  position: relative;
}
.views-exposed-form-shop-for-your-large-business-block .views-exposed-widgets .views-submit-button .form-submit {
  margin-top: 0;
}
.views-exposed-form-shop-for-your-large-business-block .views-exposed-widgets .form-type-bef-link {
  display: inline-block;
  min-width: 280px;
}
@media (min-width: 460px) {
  .views-exposed-form-shop-for-your-large-business-block .views-exposed-widgets .form-type-bef-link {
    min-width: 320px;
  }
}
.views-exposed-form-shop-for-your-large-business-block .form-item-edit-distributor-all {
  display: none !important;
}
.view-shop-for-your-large-business .views-row {
  max-width: 300px;
  min-width: 300px;
  float: left;
  height: 150px;
  padding: 10px;
}
.page-node-1855 .block--views {
  clear: both;
}
.page-node-1852 .l-main h1,
.page-node-1854 .l-main h1,
.page-node-2039 .l-main h1,
.page-node-2040 .l-main h1 {
  color: #fff;
}
.blue-bg {
  background: #71d2c2;
}
@media (min-width: 768px) {
  .shop-inner {
    width: 64.28571%;
    float: right;
    margin-right: 0;
  }
}
.shop-inner .distributor-select {
  padding-top: 1em;
}
.shop-inner .distributor-select .r-message {
  font-size: 1.3em;
}
.shop-inner .distributor-select p {
  font-size: 1em;
}
.shop-inner .distributor-select ul {
  font-size: 1em;
}
.section-shop-for-electricity .wrapper,
.section-comparar-opciones-de-electricidad .wrapper {
  position: relative;
}
.section-shop-for-electricity .wrapper .callout-block,
.section-comparar-opciones-de-electricidad .wrapper .callout-block {
  background: #ac6;
}
.page-node-1852 .l-content,
.page-node-1854 .l-content,
.page-node-2039 .l-content,
.page-node-2040 .l-content {
  max-width: none;
  padding: 0;
}
@media (min-width: 768px) {
  .section-shop-for-electricity .l-region--sidebar-left,
  .section-comparar-opciones-de-electricidad .l-region--sidebar-left {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
    margin-top: 1.5em;
    z-index: 100;
    position: absolute;
  }
}
.section-shop-for-electricity .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-1,
.section-shop-for-electricity .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-2,
.section-shop-for-electricity .l-region--sidebar-left > .block--views:last-of-type,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-1,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-2,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left > .block--views:last-of-type {
  background: #fff;
  padding: 2em;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .section-shop-for-electricity .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-1,
  .section-shop-for-electricity .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-2,
  .section-shop-for-electricity .l-region--sidebar-left > .block--views:last-of-type,
  .section-comparar-opciones-de-electricidad .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-1,
  .section-comparar-opciones-de-electricidad .l-region--sidebar-left .block--views-exp-search-find-a-rate-block-2,
  .section-comparar-opciones-de-electricidad .l-region--sidebar-left > .block--views:last-of-type {
    -webkit-box-shadow: 4px 4px 0 0 #d5eef6;
    -moz-box-shadow: 4px 4px 0 0 #d5eef6;
    box-shadow: 4px 4px 0 0 #d5eef6;
  }
}
.section-shop-for-electricity .l-region--sidebar-left #results-number span,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left #results-number span {
  font-size: 1.5em;
}
.section-shop-for-electricity .l-region--sidebar-left .bef-checkboxes label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .bef-checkboxes label {
  color: #333;
  font-size: 0.8em;
}
.section-shop-for-electricity .l-region--sidebar-left .views-exposed-widget,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .views-exposed-widget {
  float: none;
  padding: 0;
}
.section-shop-for-electricity .l-region--sidebar-left .views-exposed-widget.views-submit-button,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .views-exposed-widget.views-submit-button {
  padding-top: 0;
}
.section-shop-for-electricity .l-region--sidebar-left .views-exposed-widget .form-submit,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .views-exposed-widget .form-submit {
  margin-top: 0;
}
.section-shop-for-electricity .l-region--sidebar-left .views-widget-sort-by,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .views-widget-sort-by {
  border-bottom: 1px solid #fff;
  padding-bottom: 2em;
}
.section-shop-for-electricity .l-region--sidebar-left #edit-field-discounts-incentives-avail-value-wrapper + h2,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left #edit-field-discounts-incentives-avail-value-wrapper + h2 {
  border-top: 1px solid #fff;
  padding-top: 0.6em;
  clear: both;
}
.section-shop-for-electricity .l-region--sidebar-left label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left label {
  display: block;
  font-weight: normal;
  color: #71d2c2;
  margin: 0.5em 0;
}
.section-shop-for-electricity .l-region--sidebar-left input[type=checkbox],
.section-comparar-opciones-de-electricidad .l-region--sidebar-left input[type=checkbox] {
  vertical-align: middle;
}
.section-shop-for-electricity .l-region--sidebar-left input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5em;
}
.section-shop-for-electricity .l-region--sidebar-left .form-type-bef-checkbox,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-type-bef-checkbox {
  margin: 0 0 0.2em 0 !important;
}
.section-shop-for-electricity .l-region--sidebar-left .bef-checkboxes > div > input[type=checkbox],
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .bef-checkboxes > div > input[type=checkbox] {
  margin: 0.4em 0;
}
.section-shop-for-electricity .l-region--sidebar-left input[type=text],
.section-shop-for-electricity .l-region--sidebar-left input[type=tel],
.section-shop-for-electricity .l-region--sidebar-left select,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left input[type=text],
.section-comparar-opciones-de-electricidad .l-region--sidebar-left input[type=tel],
.section-comparar-opciones-de-electricidad .l-region--sidebar-left select {
  width: 100%;
  padding: 0.5em;
  color: #666;
  font-size: 0.9em;
  border: 1px solid #666;
}
.section-shop-for-electricity .l-region--sidebar-left #edit-zipcode-wrapper input,
.section-shop-for-electricity .l-region--sidebar-left #estimated-monthly-usage input,
.section-shop-for-electricity .l-region--sidebar-left .form-item-sort-by select,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left #edit-zipcode-wrapper input,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left #estimated-monthly-usage input,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-sort-by select {
  color: #333;
  border-radius: 3px;
  border: 1px solid #72d2c1;
}
.section-shop-for-electricity .l-region--sidebar-left h2,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left h2 {
  margin-bottom: 0;
}
#edit-field-price-value-wrapper {
  padding: 1em;
  border: 1px solid #71d2c2;
  font-size: 0.8em;
}
#edit-field-price-value-wrapper .form-item-field-price-value-min:before,
#edit-field-price-value-wrapper .form-item-field-price-value-max:before {
  margin-left: -11px;
  display: inline-block;
  content: '$';
}
#edit-field-price-value-wrapper .form-item-field-price-value-max {
  width: 20% !important;
  position: absolute;
  right: 0;
}
#edit-field-price-value-wrapper .form-item-field-price-value-max #edit-field-price-value-max {
  text-align: left;
}
#edit-field-price-value-wrapper .views-widget {
  position: relative;
}
#edit-field-price-value-wrapper label {
  color: #333;
}
#edit-field-price-value-wrapper .bef-slider {
  margin: 1em auto;
}
#edit-field-price-value-wrapper .ui-slider-range {
  width: 100%;
}
#edit-field-price-value-wrapper .ui-state-default,
#edit-field-price-value-wrapper .ui-widget-content .ui-state-default,
#edit-field-price-value-wrapper .ui-widget-header .ui-state-default {
  color: #72d2c1;
  background: #72d2c1;
  border-radius: 1em;
}
#edit-field-price-value-wrapper .form-item-field-price-value-min {
  display: inline-block;
  width: 45%;
  padding-left: 0.5em;
}
#edit-field-price-value-wrapper input {
  border: 0;
}
#edit-field-price-value-wrapper .form-item-field-price-value-max {
  width: 50%;
  display: inline-block;
  text-align: right;
}
#edit-field-price-value-wrapper .form-item-field-price-value-max label {
  display: none;
}
#edit-field-price-value-wrapper .form-item-field-price-value-max input {
  text-align: right;
}
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-has-end-date-value-0,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-introductory-price-value-0,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-discounts-incentives-avail-value-0,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-no-cancellation-fee-value-1,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-no-deposit-required-value-1,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-no-monthly-fee-value-1,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-has-end-date-value-0,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-introductory-price-value-0,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-discounts-incentives-avail-value-0,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-no-cancellation-fee-value-1,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-no-deposit-required-value-1,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-no-monthly-fee-value-1 {
  display: none;
}
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-has-end-date-value-1 input[type=checkbox] + label,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-introductory-price-value-1 input[type=checkbox] + label,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-discounts-incentives-avail-value-1 input[type=checkbox] + label,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-no-cancellation-fee-value-0 input[type=checkbox] + label,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-no-deposit-required-value-0 input[type=checkbox] + label,
.section-shop-for-electricity .l-region--sidebar-left .form-item-edit-field-no-monthly-fee-value-0 input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-has-end-date-value-1 input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-introductory-price-value-1 input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-discounts-incentives-avail-value-1 input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-no-cancellation-fee-value-0 input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-no-deposit-required-value-0 input[type=checkbox] + label,
.section-comparar-opciones-de-electricidad .l-region--sidebar-left .form-item-edit-field-no-monthly-fee-value-0 input[type=checkbox] + label {
  display: none;
}
#edit-field-has-end-date-value-wrapper,
#edit-field-introductory-price-value-wrapper,
#edit-field-discounts-incentives-avail-value-wrapper,
#edit-field-no-cancellation-fee-value-wrapper,
#edit-field-monthly-service-fee-value-wrapper,
#edit-field-enrollment-fees-value-wrapper,
#edit-field-net-metering-value-wrapper,
#edit-field-renewable-value-wrapper,
#edit-field-pa-wind-value-wrapper,
#edit-field-renewable-pa-value-wrapper,
#edit-field-solar-value-wrapper {
  padding: 0;
  clear: both;
}
#edit-field-has-end-date-value-wrapper label,
#edit-field-introductory-price-value-wrapper label,
#edit-field-discounts-incentives-avail-value-wrapper label,
#edit-field-no-cancellation-fee-value-wrapper label,
#edit-field-monthly-service-fee-value-wrapper label,
#edit-field-enrollment-fees-value-wrapper label,
#edit-field-net-metering-value-wrapper label,
#edit-field-renewable-value-wrapper label,
#edit-field-pa-wind-value-wrapper label,
#edit-field-renewable-pa-value-wrapper label,
#edit-field-solar-value-wrapper label {
  font-size: 0.8em;
  color: #333;
  float: right;
  width: 88%;
  margin: 0.4em 0;
}
.section-shop-for-electricity .l-main .blue-bg .node--page--full,
.section-comparar-opciones-de-electricidad .l-main .blue-bg .node--page--full {
  color: #fff;
}
.section-shop-for-electricity .l-main .blue-bg .node--page--full b,
.section-shop-for-electricity .l-main .blue-bg .node--page--full strong,
.section-shop-for-electricity .l-main .blue-bg .node--page--full i,
.section-shop-for-electricity .l-main .blue-bg .node--page--full em,
.section-comparar-opciones-de-electricidad .l-main .blue-bg .node--page--full b,
.section-comparar-opciones-de-electricidad .l-main .blue-bg .node--page--full strong,
.section-comparar-opciones-de-electricidad .l-main .blue-bg .node--page--full i,
.section-comparar-opciones-de-electricidad .l-main .blue-bg .node--page--full em {
  color: #fff;
}
.section-shop-for-electricity .l-main .blue-bg .node--page--full + .block--views,
.section-comparar-opciones-de-electricidad .l-main .blue-bg .node--page--full + .block--views {
  margin-top: 4em;
}
.section-shop-for-electricity .sidebar .node__content .field--name-body,
.section-comparar-opciones-de-electricidad .sidebar .node__content .field--name-body {
  width: 100%;
  float: none;
  margin-right: 0;
}
.section-shop-for-electricity .sidebar .node__content .field--name-body h2,
.section-shop-for-electricity .sidebar .node__content .field--name-body h3,
.section-comparar-opciones-de-electricidad .sidebar .node__content .field--name-body h2,
.section-comparar-opciones-de-electricidad .sidebar .node__content .field--name-body h3 {
  display: none;
}
.section-shop-for-electricity .field--name-field-page-callouts,
.section-comparar-opciones-de-electricidad .field--name-field-page-callouts {
  display: none;
}
.section-shop-for-electricity .shop-inner .block--views > h2,
.section-comparar-opciones-de-electricidad .shop-inner .block--views > h2 {
  display: none;
}
#block-paps-blocks-paps-search-results-distributor {
  position: relative;
}
.section-shop-for-electricity .view-search-find-a-rate .view-header,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .view-header {
  margin: 2em 0;
}
.section-shop-for-electricity .view-search-find-a-rate .view-header,
.section-shop-for-electricity .view-search-find-a-rate .view-content > div,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .view-header,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .view-content > div {
  background: #fff;
  padding: 2em;
}
.section-shop-for-electricity .view-search-find-a-rate .view-header,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .view-header {
  padding: 0 2em 2em;
}
.section-shop-for-electricity .view-search-find-a-rate #tabs,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs {
  list-style: none;
  padding: 0;
  position: absolute;
  top: -1.85em;
  left: -1.2em;
  right: 0;
  margin: 0;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate #tabs,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs {
    left: 0;
    top: -1.95em;
  }
}
.section-shop-for-electricity .view-search-find-a-rate #tabs li,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li {
  display: inline-block;
  background: #ebf9fc;
  padding: 0.5em 0.2em;
  margin: 0 0.1em 0 0;
  font-size: 0.8em;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate #tabs li,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li {
    padding: 0.5em 0.3em;
    font-size: 0.9em;
  }
}
.section-shop-for-electricity .view-search-find-a-rate #tabs li:hover,
.section-shop-for-electricity .view-search-find-a-rate #tabs li:focus,
.section-shop-for-electricity .view-search-find-a-rate #tabs li:active,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li:hover,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li:focus,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li:active {
  cursor: pointer;
}
.section-shop-for-electricity .view-search-find-a-rate #tabs li:last-of-type,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li:last-of-type {
  margin: 0;
}
.section-shop-for-electricity .view-search-find-a-rate #tabs li.active,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate #tabs li.active {
  background: #fff;
  font-weight: bold;
}
.section-shop-for-electricity .view-search-find-a-rate .past-prices,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .past-prices {
  padding-top: 2em;
  display: none;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-name,
.section-shop-for-electricity .view-search-find-a-rate .distributor-rate,
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-name,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated {
  margin-top: 2em;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-name .name,
.section-shop-for-electricity .view-search-find-a-rate .supplier-name .name,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-name .name,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-name .name {
  display: block;
  color: #71d2c2;
  font-family: "Justus Pro", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.85em;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-name .name a,
.section-shop-for-electricity .view-search-find-a-rate .supplier-name .name a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-name .name a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-name .name a {
  color: #71d2c2;
  font-family: "Justus Pro", "Roboto Slab", Georgia, "Times New Roman", serif;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-name,
.section-shop-for-electricity .view-search-find-a-rate .supplier-name,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-name,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-name {
  padding: 1em 0;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate .distributor-name,
  .section-shop-for-electricity .view-search-find-a-rate .supplier-name,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-name,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-name {
    padding: 0;
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-rate,
.section-shop-for-electricity .view-search-find-a-rate .supplier-rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-rate {
  width: 44.44444%;
  float: left;
  margin-right: 11.11111%;
  border-right: 1px solid #b9b9b9;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate .distributor-rate,
  .section-shop-for-electricity .view-search-find-a-rate .supplier-rate,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-rate,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-rate {
    width: 21.05263%;
    float: left;
    margin-right: 5.26316%;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-rate .rate,
.section-shop-for-electricity .view-search-find-a-rate .distributor-rate .future-rate,
.section-shop-for-electricity .view-search-find-a-rate .supplier-rate .rate,
.section-shop-for-electricity .view-search-find-a-rate .supplier-rate .future-rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-rate .rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-rate .future-rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-rate .rate,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-rate .future-rate {
  display: block;
  font-size: 1.2em;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-rate .unit,
.section-shop-for-electricity .view-search-find-a-rate .supplier-rate .unit,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-rate .unit,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-rate .unit {
  font-size: 0.9em;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated,
.section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated {
  width: 44.44444%;
  float: right;
  margin-right: 0;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated,
  .section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated {
    width: 21.05263%;
    float: right;
    margin-right: 0;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated #calculated,
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated #future-calculated,
.section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated #calculated,
.section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated #future-calculated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated #calculated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated #future-calculated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated #calculated,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated #future-calculated {
  display: block;
  color: #f50;
  font-size: 2em;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated .info img {
  display: inline;
  position: absolute;
  top: -0.2em;
  right: -2em;
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated .info,
.section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated .info,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated .info,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated .info {
  font-size: 0.6em;
  position: relative;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated .info,
  .section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated .info,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated .info,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated .info {
    font-size: 0.7em;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated .info .term-help,
.section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated .info .term-help,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated .info .term-help,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated .info .term-help {
  display: block;
  top: -0.2em;
  right: -2.5em;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate .distributor-estimated-rated .info .term-help,
  .section-shop-for-electricity .view-search-find-a-rate .supplier-estimated-rated .info .term-help,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .distributor-estimated-rated .info .term-help,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .supplier-estimated-rated .info .term-help {
    right: -2em;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .future-price,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .future-price {
  float: right;
  font-style: italic;
  font-size: 0.8em;
}
.section-shop-for-electricity .view-search-find-a-rate .copy,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy {
  clear: both;
  padding: 1em 0;
  font-size: 0.9em;
}
@media (min-width: 580px) {
  .section-shop-for-electricity .view-search-find-a-rate .copy,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy {
    padding: 0.5em 0;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .copy span,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy span {
  display: block;
  margin: 0.5em 0;
}
.section-shop-for-electricity .view-search-find-a-rate .copy span.name,
.section-shop-for-electricity .view-search-find-a-rate .copy span.rateschedule {
  display: inline;
}
@media (min-width: 460px) {
  .section-shop-for-electricity .view-search-find-a-rate .copy span,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy span {
    display: inline-block;
  }
}
@media (min-width: 915px) {
  .section-shop-for-electricity .view-search-find-a-rate .copy span,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .copy span {
    display: block;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .view-content > div:nth-of-type(even),
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .view-content > div:nth-of-type(even) {
  background: #ebf9fc;
}
@media (min-width: 460px) {
  .section-shop-for-electricity .view-search-find-a-rate .left,
  .section-shop-for-electricity .view-search-find-a-rate .middle,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .left,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .middle {
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%;
    font-size: 0.9em;
  }
}
@media (min-width: 915px) {
  .section-shop-for-electricity .view-search-find-a-rate .left,
  .section-shop-for-electricity .view-search-find-a-rate .middle,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .left,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .middle {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
  }
}
@media (min-width: 460px) {
  .section-shop-for-electricity .view-search-find-a-rate .middle,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .middle {
    width: 44.44444%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 915px) {
  .section-shop-for-electricity .view-search-find-a-rate .middle,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .middle {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .right,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .right {
  clear: both;
  padding: 1em 0;
}
@media (min-width: 915px) {
  .section-shop-for-electricity .view-search-find-a-rate .right,
  .section-comparar-opciones-de-electricidad .view-search-find-a-rate .right {
    clear: none;
    padding: 0;
    width: 28.57143%;
    float: right;
    margin-right: 0;
  }
}
.section-shop-for-electricity .view-search-find-a-rate .more-info,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .more-info {
  display: none;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-size: 0.8em;
  font-weight: bold;
  padding: 25px;
  text-align: center;
  color: #666;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.section-shop-for-electricity .view-search-find-a-rate .sign-up a,
.section-comparar-opciones-de-electricidad .view-search-find-a-rate .sign-up a {
  display: block;
  text-align: center;
}
.price-structure {
  border-radius: 1em;
  padding: 0.2em 0;
}
.price-structure.Fixed,
.price-structure.fixed {
  background-image: -webkit-linear-gradient(left, #fff 0%, #83a838 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #83a838 100%);
  background-image: linear-gradient(to right, #fff 0%, #83a838 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF83A838', GradientType=1);
}
.price-structure.Timeofuse,
.price-structure.timeofuse {
  background-image: -webkit-linear-gradient(left, #fff 0%, #128fc7 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #128fc7 100%);
  background-image: linear-gradient(to right, #fff 0%, #128fc7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF128fc7', GradientType=1);
}
.price-structure.Variable,
.price-structure.variable {
  background-image: -webkit-linear-gradient(left, #fff 0%, #f50 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #f50 100%);
  background-image: linear-gradient(to right, #fff 0%, #f50 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFF5500', GradientType=1);
}
.price-structure.Unlimited,
.price-structure.unlimited {
  background-image: -webkit-linear-gradient(left, #fff 0%, purple 100%);
  background-image: -o-linear-gradient(left, #fff 0%, purple 100%);
  background-image: linear-gradient(to right, #fff 0%, #800080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FF800080', GradientType=1);
}
#edit-field-type-value-wrapper .form-item-edit-field-type-value-fixed label,
#edit-field-type-value-wrapper .form-item-edit-field-type-value-variable label,
#edit-field-type-value-wrapper .form-item-edit-field-type-value-unlimited label,
#edit-field-type-value-wrapper .form-item-edit-field-type-value-timeofuse label {
  position: relative;
  font-weight: 700;
}
#edit-field-type-value-wrapper .form-item-edit-field-type-value-fixed label .term-help,
#edit-field-type-value-wrapper .form-item-edit-field-type-value-variable label .term-help,
#edit-field-type-value-wrapper .form-item-edit-field-type-value-unlimited label .term-help,
#edit-field-type-value-wrapper .form-item-edit-field-type-value-timeofuse label .term-help {
  position: relative;
}
#edit-field-type-value-wrapper .form-item-edit-field-type-value-variable label {
  color: #f50;
}
#edit-field-type-value-wrapper .form-item-edit-field-type-value-fixed label {
  color: #83a838;
}
#edit-field-type-value-wrapper .form-item-edit-field-type-value-unlimited label {
  color: #800080;
}
#edit-field-type-value-wrapper .form-item-edit-field-type-value-timeofuse label {
  color: #128fc7;
}
.no-results .wrapper {
  min-height: 600px;
}
.term-help {
  position: absolute;
  top: 5px;
  right: -0.5em;
}
.ui-tooltip.tooltip {
  background: #fff;
  border: 1px solid #b9b9b9;
  padding: 1em;
  position: absolute;
  font-weight: normal;
  font-size: 0.7em;
}
.ui-tooltip.tooltip .btn-close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
}
.mobile-btn-zip-filter,
.mobile-btn-filter-show,
.mobile-btn-filter-hide {
  margin: 1em 0;
  width: 100%;
  font-weight: bold;
}
.mobile-btn-zip-filter:hover,
.mobile-btn-zip-filter:focus,
.mobile-btn-zip-filter:active,
.mobile-btn-filter-show:hover,
.mobile-btn-filter-show:focus,
.mobile-btn-filter-show:active,
.mobile-btn-filter-hide:hover,
.mobile-btn-filter-hide:focus,
.mobile-btn-filter-hide:active {
  background: #72aac1;
  color: #fff;
}
.mobile-btn-filter-show {
  -webkit-box-shadow: 4px 4px 0 0 #5eccba;
  -moz-box-shadow: 4px 4px 0 0 #5eccba;
  box-shadow: 4px 4px 0 0 #5eccba;
  font-size: 1.2em;
}
#print-results {
  margin: 1.5em 0 1em 0;
  font-size: 14px;
}
#print-results a {
  background: transparent url("/Assets/images/icon_print.png") no-repeat scroll right center;
  padding-right: 1.8em;
}
#export-results {
  font-size: 14px;
}
#export-results a {
  background: transparent url("/Assets/images/icon_export.png") no-repeat scroll right center;
  padding-right: 1.8em;
}
.additional-information {
  text-align: center;
  padding: 10px 0;
  background: #f4f4f4;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.additional-information a {
  color: #9e9e9e;
}
.view-all-offers {
  text-align: center;
}
.view-all-offers a {
  font-size: 0.95em;
}
.offers-small {
  font-size: 0.65em;
  line-height: 1.3em;
  display: block;
  text-align: center;
}
@media (min-width: 900px) {
  .views-field.views-field-nothing.wrapper {
    width: 850px;
    padding-left: 260px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .views-field.views-field-nothing.wrapper {
    width: 700px;
    padding-left: 220px;
  }
}
#edit-field-term-length-value-wrapper {
  padding-bottom: 1em;
}
.enrollmentYes #calculated:after {
  content: '*';
}
.enrollmentYes .enrollment-text {
  display: block;
}
.enrollment-text {
  font-size: 0.7em;
  color: #f00;
  font-weight: bold;
  padding-bottom: 15px;
  display: none;
}
.views-field-field-addition-monthly-fee,
.views-field-field-monthly-service-fee-amt,
.views-field-field-cancellation-fee,
.views-field-cid1 {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
div.l-page.spanish-page #block-menu-menu-footer-menu ul li {
  padding-left: 10px;
}
div.l-page.spanish-page .block--paps-blocks-paps-blocks-header-search .form {
  font-size: 1em;
}
div.l-page.spanish-page #block-menu-menu-header-links ul {
  font-size: 0.9em;
}
#block-views-header-tell-a-friend-block {
  position: relative;
}
#block-views-header-tell-a-friend-block .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  font-weight: bold;
  font-size: 1.2em;
}
#block-views-header-tell-a-friend-block .view-header-tell-a-friend {
  position: absolute;
  top: 3em;
  left: 28%;
  z-index: 100;
  padding: 1em;
  border: 1px solid #71d2c2;
  background: #fff;
}
#block-views-header-tell-a-friend-block .node__title {
  display: none;
}
#block-views-header-tell-a-friend-block .view-content {
  margin-top: 0.5em;
}
#block-views-header-tell-a-friend-block p {
  margin: 0 0 1em 0;
}
#block-views-header-tell-a-friend-block .webform-component-email {
  width: 73.68421%;
  float: left;
  margin-right: 5.26316%;
  display: inline-block;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
#block-views-header-tell-a-friend-block input[type=email] {
  padding: 0.2em;
  width: 100%;
  border: 1px solid #b9b9b9;
}
#block-views-header-tell-a-friend-block .form-actions {
  width: 21.05263%;
  float: right;
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}
#block-views-header-tell-a-friend-block input[type=submit] {
  width: 100%;
}
#block-views-header-tell-a-friend-block #webform-client-form-1898 {
  display: none;
}
.share-buttons {
  text-align: center;
  margin: 1em 0;
}
.btn-share {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 2.5em;
  margin: 0 0.5em;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-share--em {
  background: #ededed;
  color: #666;
}
.btn-share--em:hover,
.btn-share--em:focus,
.btn-share--em:active {
  color: #666;
  background: #e3e3e3;
}
.btn-share--fb,
.btn-share--tw {
  color: #fff;
}
.btn-share--fb {
  background: #3b5999;
}
.btn-share--fb:hover,
.btn-share--fb:focus,
.btn-share--fb:active {
  color: #fff;
  background: #35508a;
}
.btn-share--tw {
  background: #55acef;
}
.btn-share--tw:hover,
.btn-share--tw:focus,
.btn-share--tw:active {
  color: #fff;
  background: #42a3ed;
}
.page-node-1898 .btn-share--em {
  display: none;
}
@media (min-width: 600px) {
  .mobile-content {
    display: none;
  }
}
.desktop-content {
  display: none;
}
@media (min-width: 600px) {
  .desktop-content {
    display: block;
  }
}
#house-svg svg #insulate,
#house-svg svg #air-leak-out,
#house-svg svg #air-leak-in,
#house-svg svg #air-leak-legend,
#house-svg svg #weather-stripping-legend,
#house-svg svg #weather-stripping,
#house-svg svg #insulation-legend {
  opacity: 0;
  transition: all 0.5s ease;
}
#heating-svg svg #water-temp,
#heating-svg svg #summer,
#heating-svg svg #winter,
#heating-svg svg #programmable {
  opacity: 0;
  transition: all 0.5s ease;
}
#usage-svg svg #water,
#usage-svg svg #energy {
  opacity: 0;
  transition: all 0.5s ease;
}
#house-svg svg #insulate,
#house-svg svg #air-leak-out,
#house-svg svg #air-leak-in,
#house-svg svg #air-leak-legend,
#house-svg svg #weather-stripping-legend,
#house-svg svg #weather-stripping,
#house-svg svg #insulation-legend {
  opacity: 0;
  transition: all 0.5s ease;
}
#house-svg.air-leaks svg #air-leak-out,
#house-svg.air-leaks svg #air-leak-in,
#house-svg.air-leaks svg #air-leak-legend {
  opacity: 1;
}
#house-svg.insulate svg #insulate,
#house-svg.insulate svg #insulation-legend {
  opacity: 1;
}
#house-svg.weather-stripping svg #weather-stripping,
#house-svg.weather-stripping svg #weather-stripping-legend {
  opacity: 1;
}
#heating-svg svg #water-temp,
#heating-svg svg #summer,
#heating-svg svg #winter,
#heating-svg svg #programmable {
  opacity: 0;
  transition: all 0.5s ease;
}
#heating-svg.summer svg #summer-button {
  opacity: 0;
}
#heating-svg.summer svg #summer {
  opacity: 1;
}
#heating-svg.winter svg #winter-button {
  opacity: 0;
}
#heating-svg.winter svg #winter {
  opacity: 1;
}
#heating-svg.prog svg #prog-button {
  opacity: 0;
}
#heating-svg.prog svg #programmable {
  opacity: 1;
}
#heating-svg.water-temp svg #prog-button,
#heating-svg.water-temp svg #winter-button,
#heating-svg.water-temp svg #summer-button,
#heating-svg.water-temp svg #thermostat {
  opacity: 0;
}
#heating-svg.water-temp svg #water-temp {
  opacity: 1;
}
#usage-svg svg #water,
#usage-svg svg #energy {
  opacity: 0;
  transition: all 0.5s ease;
}
#usage-svg.energy #energy {
  opacity: 1;
}
#usage-svg.water #water {
  opacity: 1;
}
#nav-leaks,
#nav-heat,
#nav-usage {
  background: #666;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#nav-leaks ul,
#nav-heat ul,
#nav-usage ul {
  padding-left: 0;
  display: table-row;
}
#nav-leaks > ul li,
#nav-heat > ul li,
#nav-usage > ul li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em;
  text-align: center;
  border-left: 1px solid #fff;
}
#nav-leaks > ul li:first-of-type,
#nav-heat > ul li:first-of-type,
#nav-usage > ul li:first-of-type {
  border-left: 0;
}
#nav-leaks > ul li a,
#nav-heat > ul li a,
#nav-usage > ul li a {
  color: #fff;
}
#nav-leaks > ul li.active,
#nav-leaks > ul li:hover,
#nav-leaks > ul li:focus,
#nav-leaks > ul li:active,
#nav-heat > ul li.active,
#nav-heat > ul li:hover,
#nav-heat > ul li:focus,
#nav-heat > ul li:active,
#nav-usage > ul li.active,
#nav-usage > ul li:hover,
#nav-usage > ul li:focus,
#nav-usage > ul li:active {
  background: #71d2c2;
}
#nav-leaks > ul li.active a,
#nav-leaks > ul li:hover a,
#nav-leaks > ul li:focus a,
#nav-leaks > ul li:active a,
#nav-heat > ul li.active a,
#nav-heat > ul li:hover a,
#nav-heat > ul li:focus a,
#nav-heat > ul li:active a,
#nav-usage > ul li.active a,
#nav-usage > ul li:hover a,
#nav-usage > ul li:focus a,
#nav-usage > ul li:active a {
  color: #fff;
}
.mobile-content {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #72d2c1;
}
.mobile-content h3 {
  clear: both;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  color: #72d2c1;
}
.mobile-content h3:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: url("/Assets/images/accordion-toggle.png");
  transition: all 0.2s ease;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile-content h3.active:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-content .accordion .left {
  width: 33%;
  float: left;
}
.mobile-content .accordion .right {
  width: 66%;
  float: left;
  padding-left: 20px;
}
.mobile-content .accordion .half.first {
  clear: both;
}
.mobile-content .accordion .half {
  float: left;
  width: 48%;
  margin-right: 2%;
}
a.menu_icon {
  font-size: 24px;
}
body.page-admin,
body.page-user,
body.node-type-rate,
body.node-type-distributor,
body.node-type-supplier,
body.page-node-add,
body.page-node-edit,
body.page-node-submission,
body.page-node-webform,
body.page-node-webform-results,
body.page-node-devel,
body.page-node-delete,
body.node-type-supplier,
body.node-type-distributor,
body.section-dashboard {
  color: #666;
  font-size: 14px;
  line-height: 1.5em;
}
body.page-admin #edit-field-price-to-compare,
body.page-user #edit-field-price-to-compare,
body.node-type-rate #edit-field-price-to-compare,
body.node-type-distributor #edit-field-price-to-compare,
body.node-type-supplier #edit-field-price-to-compare,
body.page-node-add #edit-field-price-to-compare,
body.page-node-edit #edit-field-price-to-compare,
body.page-node-submission #edit-field-price-to-compare,
body.page-node-webform #edit-field-price-to-compare,
body.page-node-webform-results #edit-field-price-to-compare,
body.page-node-devel #edit-field-price-to-compare,
body.page-node-delete #edit-field-price-to-compare,
body.node-type-supplier #edit-field-price-to-compare,
body.node-type-distributor #edit-field-price-to-compare,
body.section-dashboard #edit-field-price-to-compare {
  display: none;
}
body.page-admin th.views-field-name,
body.page-user th.views-field-name,
body.node-type-rate th.views-field-name,
body.node-type-distributor th.views-field-name,
body.node-type-supplier th.views-field-name,
body.page-node-add th.views-field-name,
body.page-node-edit th.views-field-name,
body.page-node-submission th.views-field-name,
body.page-node-webform th.views-field-name,
body.page-node-webform-results th.views-field-name,
body.page-node-devel th.views-field-name,
body.page-node-delete th.views-field-name,
body.node-type-supplier th.views-field-name,
body.node-type-distributor th.views-field-name,
body.section-dashboard th.views-field-name {
  width: 300px;
}
body.page-admin th.views-field.views-field-views-bulk-operations,
body.page-user th.views-field.views-field-views-bulk-operations,
body.node-type-rate th.views-field.views-field-views-bulk-operations,
body.node-type-distributor th.views-field.views-field-views-bulk-operations,
body.node-type-supplier th.views-field.views-field-views-bulk-operations,
body.page-node-add th.views-field.views-field-views-bulk-operations,
body.page-node-edit th.views-field.views-field-views-bulk-operations,
body.page-node-submission th.views-field.views-field-views-bulk-operations,
body.page-node-webform th.views-field.views-field-views-bulk-operations,
body.page-node-webform-results th.views-field.views-field-views-bulk-operations,
body.page-node-devel th.views-field.views-field-views-bulk-operations,
body.page-node-delete th.views-field.views-field-views-bulk-operations,
body.node-type-supplier th.views-field.views-field-views-bulk-operations,
body.node-type-distributor th.views-field.views-field-views-bulk-operations,
body.section-dashboard th.views-field.views-field-views-bulk-operations {
  width: 20px;
}
body.page-admin .l-region--header,
body.page-user .l-region--header,
body.node-type-rate .l-region--header,
body.node-type-distributor .l-region--header,
body.node-type-supplier .l-region--header,
body.page-node-add .l-region--header,
body.page-node-edit .l-region--header,
body.page-node-submission .l-region--header,
body.page-node-webform .l-region--header,
body.page-node-webform-results .l-region--header,
body.page-node-devel .l-region--header,
body.page-node-delete .l-region--header,
body.node-type-supplier .l-region--header,
body.node-type-distributor .l-region--header,
body.section-dashboard .l-region--header {
  margin: 0 !important;
}
body.page-admin #breadcrumb,
body.page-user #breadcrumb,
body.node-type-rate #breadcrumb,
body.node-type-distributor #breadcrumb,
body.node-type-supplier #breadcrumb,
body.page-node-add #breadcrumb,
body.page-node-edit #breadcrumb,
body.page-node-submission #breadcrumb,
body.page-node-webform #breadcrumb,
body.page-node-webform-results #breadcrumb,
body.page-node-devel #breadcrumb,
body.page-node-delete #breadcrumb,
body.node-type-supplier #breadcrumb,
body.node-type-distributor #breadcrumb,
body.section-dashboard #breadcrumb {
  display: none;
}
body.page-admin #block-paps-blocks-paps-blocks-logo,
body.page-user #block-paps-blocks-paps-blocks-logo,
body.node-type-rate #block-paps-blocks-paps-blocks-logo,
body.node-type-distributor #block-paps-blocks-paps-blocks-logo,
body.node-type-supplier #block-paps-blocks-paps-blocks-logo,
body.page-node-add #block-paps-blocks-paps-blocks-logo,
body.page-node-edit #block-paps-blocks-paps-blocks-logo,
body.page-node-submission #block-paps-blocks-paps-blocks-logo,
body.page-node-webform #block-paps-blocks-paps-blocks-logo,
body.page-node-webform-results #block-paps-blocks-paps-blocks-logo,
body.page-node-devel #block-paps-blocks-paps-blocks-logo,
body.page-node-delete #block-paps-blocks-paps-blocks-logo,
body.node-type-supplier #block-paps-blocks-paps-blocks-logo,
body.node-type-distributor #block-paps-blocks-paps-blocks-logo,
body.section-dashboard #block-paps-blocks-paps-blocks-logo {
  margin: 20px;
}
body.page-admin a,
body.page-user a,
body.node-type-rate a,
body.node-type-distributor a,
body.node-type-supplier a,
body.page-node-add a,
body.page-node-edit a,
body.page-node-submission a,
body.page-node-webform a,
body.page-node-webform-results a,
body.page-node-devel a,
body.page-node-delete a,
body.node-type-supplier a,
body.node-type-distributor a,
body.section-dashboard a {
  color: #2c9180;
  font-weight: bold;
  text-decoration: none;
}
body.page-admin h1,
body.page-user h1,
body.node-type-rate h1,
body.node-type-distributor h1,
body.node-type-supplier h1,
body.page-node-add h1,
body.page-node-edit h1,
body.page-node-submission h1,
body.page-node-webform h1,
body.page-node-webform-results h1,
body.page-node-devel h1,
body.page-node-delete h1,
body.node-type-supplier h1,
body.node-type-distributor h1,
body.section-dashboard h1 {
  color: #2c9180;
  font-size: 20px;
}
body.page-admin .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-user .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.node-type-rate .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.node-type-distributor .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.node-type-supplier .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-add .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-edit .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-submission .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-webform .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-webform-results .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-devel .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.page-node-delete .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.node-type-supplier .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.node-type-distributor .l-header .l-region--header #block-paps-blocks-paps-blocks-logo,
body.section-dashboard .l-header .l-region--header #block-paps-blocks-paps-blocks-logo {
  margin-top: 20px;
}
body.page-admin .l-page,
body.page-user .l-page,
body.node-type-rate .l-page,
body.node-type-distributor .l-page,
body.node-type-supplier .l-page,
body.page-node-add .l-page,
body.page-node-edit .l-page,
body.page-node-submission .l-page,
body.page-node-webform .l-page,
body.page-node-webform-results .l-page,
body.page-node-devel .l-page,
body.page-node-delete .l-page,
body.node-type-supplier .l-page,
body.node-type-distributor .l-page,
body.section-dashboard .l-page {
  margin: 0 auto;
  max-width: 960px;
  background: #fff;
}
body.page-admin .l-region--header,
body.page-user .l-region--header,
body.node-type-rate .l-region--header,
body.node-type-distributor .l-region--header,
body.node-type-supplier .l-region--header,
body.page-node-add .l-region--header,
body.page-node-edit .l-region--header,
body.page-node-submission .l-region--header,
body.page-node-webform .l-region--header,
body.page-node-webform-results .l-region--header,
body.page-node-devel .l-region--header,
body.page-node-delete .l-region--header,
body.node-type-supplier .l-region--header,
body.node-type-distributor .l-region--header,
body.section-dashboard .l-region--header {
  position: relative;
  height: 140px;
}
body.page-admin .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-user .l-region--header nav#block-menu-menu-admin-menu-main-,
body.node-type-rate .l-region--header nav#block-menu-menu-admin-menu-main-,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main-,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-add .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-edit .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-submission .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-webform .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-webform-results .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-devel .l-region--header nav#block-menu-menu-admin-menu-main-,
body.page-node-delete .l-region--header nav#block-menu-menu-admin-menu-main-,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main-,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main-,
body.section-dashboard .l-region--header nav#block-menu-menu-admin-menu-main- {
  background: #3c3c3c;
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 960px;
}
body.page-admin .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-user .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.node-type-rate .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-add .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-edit .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-submission .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-webform .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-webform-results .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-devel .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.page-node-delete .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul,
body.section-dashboard .l-region--header nav#block-menu-menu-admin-menu-main- ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-admin .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-user .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.node-type-rate .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-add .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-edit .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-submission .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-webform .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-webform-results .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-devel .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.page-node-delete .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li,
body.section-dashboard .l-region--header nav#block-menu-menu-admin-menu-main- ul li {
  float: left;
}
body.page-admin .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-user .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.node-type-rate .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-add .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-edit .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-submission .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-webform .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-webform-results .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-devel .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.page-node-delete .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li a,
body.section-dashboard .l-region--header nav#block-menu-menu-admin-menu-main- ul li a {
  line-height: 40px;
  padding: 0 15px;
  display: block;
  color: #fff;
  font-size: 11px;
  border-right: 1px solid #777;
  font-weight: normal;
}
body.page-admin .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-user .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.node-type-rate .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-add .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-edit .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-submission .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-webform .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-webform-results .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-devel .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.page-node-delete .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a,
body.section-dashboard .l-region--header nav#block-menu-menu-admin-menu-main- ul li.active-trail a {
  background: #000;
}
body.page-admin .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-user .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.node-type-rate .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-add .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-edit .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-submission .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-webform .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-webform-results .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-devel .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.page-node-delete .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.node-type-supplier .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.node-type-distributor .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover,
body.section-dashboard .l-region--header nav#block-menu-menu-admin-menu-main- ul li a:hover {
  background: #777;
}
body.page-admin nav#block-menu-menu-admin-menu-upper-,
body.page-user nav#block-menu-menu-admin-menu-upper-,
body.node-type-rate nav#block-menu-menu-admin-menu-upper-,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper-,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper-,
body.page-node-add nav#block-menu-menu-admin-menu-upper-,
body.page-node-edit nav#block-menu-menu-admin-menu-upper-,
body.page-node-submission nav#block-menu-menu-admin-menu-upper-,
body.page-node-webform nav#block-menu-menu-admin-menu-upper-,
body.page-node-webform-results nav#block-menu-menu-admin-menu-upper-,
body.page-node-devel nav#block-menu-menu-admin-menu-upper-,
body.page-node-delete nav#block-menu-menu-admin-menu-upper-,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper-,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper-,
body.section-dashboard nav#block-menu-menu-admin-menu-upper- {
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 10px 0;
}
body.page-admin nav#block-menu-menu-admin-menu-upper- ul,
body.page-user nav#block-menu-menu-admin-menu-upper- ul,
body.node-type-rate nav#block-menu-menu-admin-menu-upper- ul,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper- ul,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-add nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-edit nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-submission nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-webform nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-webform-results nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-devel nav#block-menu-menu-admin-menu-upper- ul,
body.page-node-delete nav#block-menu-menu-admin-menu-upper- ul,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper- ul,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper- ul,
body.section-dashboard nav#block-menu-menu-admin-menu-upper- ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-admin nav#block-menu-menu-admin-menu-upper- ul li,
body.page-user nav#block-menu-menu-admin-menu-upper- ul li,
body.node-type-rate nav#block-menu-menu-admin-menu-upper- ul li,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper- ul li,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-add nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-edit nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-submission nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-webform nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-webform-results nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-devel nav#block-menu-menu-admin-menu-upper- ul li,
body.page-node-delete nav#block-menu-menu-admin-menu-upper- ul li,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper- ul li,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper- ul li,
body.section-dashboard nav#block-menu-menu-admin-menu-upper- ul li {
  float: left;
  padding: 0 10px;
}
body.page-admin nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-user nav#block-menu-menu-admin-menu-upper- ul li a,
body.node-type-rate nav#block-menu-menu-admin-menu-upper- ul li a,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper- ul li a,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-add nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-edit nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-submission nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-webform nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-webform-results nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-devel nav#block-menu-menu-admin-menu-upper- ul li a,
body.page-node-delete nav#block-menu-menu-admin-menu-upper- ul li a,
body.node-type-supplier nav#block-menu-menu-admin-menu-upper- ul li a,
body.node-type-distributor nav#block-menu-menu-admin-menu-upper- ul li a,
body.section-dashboard nav#block-menu-menu-admin-menu-upper- ul li a {
  font-size: 11px;
  font-weight: normal;
}
body.page-admin .l-footer,
body.page-user .l-footer,
body.node-type-rate .l-footer,
body.node-type-distributor .l-footer,
body.node-type-supplier .l-footer,
body.page-node-add .l-footer,
body.page-node-edit .l-footer,
body.page-node-submission .l-footer,
body.page-node-webform .l-footer,
body.page-node-webform-results .l-footer,
body.page-node-devel .l-footer,
body.page-node-delete .l-footer,
body.node-type-supplier .l-footer,
body.node-type-distributor .l-footer,
body.section-dashboard .l-footer {
  clear: both;
  margin-bottom: 50px;
}
body.page-admin .l-footer .l-region--footer,
body.page-user .l-footer .l-region--footer,
body.node-type-rate .l-footer .l-region--footer,
body.node-type-distributor .l-footer .l-region--footer,
body.node-type-supplier .l-footer .l-region--footer,
body.page-node-add .l-footer .l-region--footer,
body.page-node-edit .l-footer .l-region--footer,
body.page-node-submission .l-footer .l-region--footer,
body.page-node-webform .l-footer .l-region--footer,
body.page-node-webform-results .l-footer .l-region--footer,
body.page-node-devel .l-footer .l-region--footer,
body.page-node-delete .l-footer .l-region--footer,
body.node-type-supplier .l-footer .l-region--footer,
body.node-type-distributor .l-footer .l-region--footer,
body.section-dashboard .l-footer .l-region--footer {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
body.page-admin nav#block-menu-menu-admin-menu-lower-,
body.page-user nav#block-menu-menu-admin-menu-lower-,
body.node-type-rate nav#block-menu-menu-admin-menu-lower-,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower-,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower-,
body.page-node-add nav#block-menu-menu-admin-menu-lower-,
body.page-node-edit nav#block-menu-menu-admin-menu-lower-,
body.page-node-submission nav#block-menu-menu-admin-menu-lower-,
body.page-node-webform nav#block-menu-menu-admin-menu-lower-,
body.page-node-webform-results nav#block-menu-menu-admin-menu-lower-,
body.page-node-devel nav#block-menu-menu-admin-menu-lower-,
body.page-node-delete nav#block-menu-menu-admin-menu-lower-,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower-,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower-,
body.section-dashboard nav#block-menu-menu-admin-menu-lower- {
  background: #3c3c3c;
  height: 40px;
  width: 100%;
}
body.page-admin nav#block-menu-menu-admin-menu-lower- ul,
body.page-user nav#block-menu-menu-admin-menu-lower- ul,
body.node-type-rate nav#block-menu-menu-admin-menu-lower- ul,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-add nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-edit nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-submission nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-webform nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-webform-results nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-devel nav#block-menu-menu-admin-menu-lower- ul,
body.page-node-delete nav#block-menu-menu-admin-menu-lower- ul,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul,
body.section-dashboard nav#block-menu-menu-admin-menu-lower- ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-admin nav#block-menu-menu-admin-menu-lower- ul li,
body.page-user nav#block-menu-menu-admin-menu-lower- ul li,
body.node-type-rate nav#block-menu-menu-admin-menu-lower- ul li,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul li,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-add nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-edit nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-submission nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-webform nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-webform-results nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-devel nav#block-menu-menu-admin-menu-lower- ul li,
body.page-node-delete nav#block-menu-menu-admin-menu-lower- ul li,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul li,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul li,
body.section-dashboard nav#block-menu-menu-admin-menu-lower- ul li {
  float: right;
}
body.page-admin nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-user nav#block-menu-menu-admin-menu-lower- ul li a,
body.node-type-rate nav#block-menu-menu-admin-menu-lower- ul li a,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul li a,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-add nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-edit nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-submission nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-webform nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-webform-results nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-devel nav#block-menu-menu-admin-menu-lower- ul li a,
body.page-node-delete nav#block-menu-menu-admin-menu-lower- ul li a,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul li a,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul li a,
body.section-dashboard nav#block-menu-menu-admin-menu-lower- ul li a {
  line-height: 40px;
  padding: 0 15px;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
body.page-admin nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-user nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.node-type-rate nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-add nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-edit nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-submission nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-webform nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-webform-results nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-devel nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.page-node-delete nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.node-type-supplier nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.node-type-distributor nav#block-menu-menu-admin-menu-lower- ul li a:hover,
body.section-dashboard nav#block-menu-menu-admin-menu-lower- ul li a:hover {
  background: #777;
}
body.page-admin .admin-list dd,
body.page-user .admin-list dd,
body.node-type-rate .admin-list dd,
body.node-type-distributor .admin-list dd,
body.node-type-supplier .admin-list dd,
body.page-node-add .admin-list dd,
body.page-node-edit .admin-list dd,
body.page-node-submission .admin-list dd,
body.page-node-webform .admin-list dd,
body.page-node-webform-results .admin-list dd,
body.page-node-devel .admin-list dd,
body.page-node-delete .admin-list dd,
body.node-type-supplier .admin-list dd,
body.node-type-distributor .admin-list dd,
body.section-dashboard .admin-list dd {
  margin: 0;
}
body.page-admin .admin-list dt,
body.page-user .admin-list dt,
body.node-type-rate .admin-list dt,
body.node-type-distributor .admin-list dt,
body.node-type-supplier .admin-list dt,
body.page-node-add .admin-list dt,
body.page-node-edit .admin-list dt,
body.page-node-submission .admin-list dt,
body.page-node-webform .admin-list dt,
body.page-node-webform-results .admin-list dt,
body.page-node-devel .admin-list dt,
body.page-node-delete .admin-list dt,
body.node-type-supplier .admin-list dt,
body.node-type-distributor .admin-list dt,
body.section-dashboard .admin-list dt {
  font-size: 14px;
  margin: 5px 0;
}
body.page-admin .admin-panel .admin-panel__body,
body.page-user .admin-panel .admin-panel__body,
body.node-type-rate .admin-panel .admin-panel__body,
body.node-type-distributor .admin-panel .admin-panel__body,
body.node-type-supplier .admin-panel .admin-panel__body,
body.page-node-add .admin-panel .admin-panel__body,
body.page-node-edit .admin-panel .admin-panel__body,
body.page-node-submission .admin-panel .admin-panel__body,
body.page-node-webform .admin-panel .admin-panel__body,
body.page-node-webform-results .admin-panel .admin-panel__body,
body.page-node-devel .admin-panel .admin-panel__body,
body.page-node-delete .admin-panel .admin-panel__body,
body.node-type-supplier .admin-panel .admin-panel__body,
body.node-type-distributor .admin-panel .admin-panel__body,
body.section-dashboard .admin-panel .admin-panel__body {
  padding: 0;
}
body.page-admin .menu .leaf,
body.page-user .menu .leaf,
body.node-type-rate .menu .leaf,
body.node-type-distributor .menu .leaf,
body.node-type-supplier .menu .leaf,
body.page-node-add .menu .leaf,
body.page-node-edit .menu .leaf,
body.page-node-submission .menu .leaf,
body.page-node-webform .menu .leaf,
body.page-node-webform-results .menu .leaf,
body.page-node-devel .menu .leaf,
body.page-node-delete .menu .leaf,
body.node-type-supplier .menu .leaf,
body.node-type-distributor .menu .leaf,
body.section-dashboard .menu .leaf {
  list-style: none;
}
body.page-admin .breadcrumb,
body.page-user .breadcrumb,
body.node-type-rate .breadcrumb,
body.node-type-distributor .breadcrumb,
body.node-type-supplier .breadcrumb,
body.page-node-add .breadcrumb,
body.page-node-edit .breadcrumb,
body.page-node-submission .breadcrumb,
body.page-node-webform .breadcrumb,
body.page-node-webform-results .breadcrumb,
body.page-node-devel .breadcrumb,
body.page-node-delete .breadcrumb,
body.node-type-supplier .breadcrumb,
body.node-type-distributor .breadcrumb,
body.section-dashboard .breadcrumb {
  display: none;
}
body.page-admin .tabledrag-handle .handle,
body.page-user .tabledrag-handle .handle,
body.node-type-rate .tabledrag-handle .handle,
body.node-type-distributor .tabledrag-handle .handle,
body.node-type-supplier .tabledrag-handle .handle,
body.page-node-add .tabledrag-handle .handle,
body.page-node-edit .tabledrag-handle .handle,
body.page-node-submission .tabledrag-handle .handle,
body.page-node-webform .tabledrag-handle .handle,
body.page-node-webform-results .tabledrag-handle .handle,
body.page-node-devel .tabledrag-handle .handle,
body.page-node-delete .tabledrag-handle .handle,
body.node-type-supplier .tabledrag-handle .handle,
body.node-type-distributor .tabledrag-handle .handle,
body.section-dashboard .tabledrag-handle .handle {
  padding: 1em;
}
body.page-admin .action-links,
body.page-user .action-links,
body.node-type-rate .action-links,
body.node-type-distributor .action-links,
body.node-type-supplier .action-links,
body.page-node-add .action-links,
body.page-node-edit .action-links,
body.page-node-submission .action-links,
body.page-node-webform .action-links,
body.page-node-webform-results .action-links,
body.page-node-devel .action-links,
body.page-node-delete .action-links,
body.node-type-supplier .action-links,
body.node-type-distributor .action-links,
body.section-dashboard .action-links {
  list-style: none;
  padding: 0;
}
body.page-admin .action-links li,
body.page-user .action-links li,
body.node-type-rate .action-links li,
body.node-type-distributor .action-links li,
body.node-type-supplier .action-links li,
body.page-node-add .action-links li,
body.page-node-edit .action-links li,
body.page-node-submission .action-links li,
body.page-node-webform .action-links li,
body.page-node-webform-results .action-links li,
body.page-node-devel .action-links li,
body.page-node-delete .action-links li,
body.node-type-supplier .action-links li,
body.node-type-distributor .action-links li,
body.section-dashboard .action-links li {
  display: inline-block;
  padding: 0.5em;
  color: #fff;
  background-color: #5cbdad;
}
body.page-admin .action-links li a,
body.page-user .action-links li a,
body.node-type-rate .action-links li a,
body.node-type-distributor .action-links li a,
body.node-type-supplier .action-links li a,
body.page-node-add .action-links li a,
body.page-node-edit .action-links li a,
body.page-node-submission .action-links li a,
body.page-node-webform .action-links li a,
body.page-node-webform-results .action-links li a,
body.page-node-devel .action-links li a,
body.page-node-delete .action-links li a,
body.node-type-supplier .action-links li a,
body.node-type-distributor .action-links li a,
body.section-dashboard .action-links li a {
  color: #fff;
}
body.page-admin table,
body.page-user table,
body.node-type-rate table,
body.node-type-distributor table,
body.node-type-supplier table,
body.page-node-add table,
body.page-node-edit table,
body.page-node-submission table,
body.page-node-webform table,
body.page-node-webform-results table,
body.page-node-devel table,
body.page-node-delete table,
body.node-type-supplier table,
body.node-type-distributor table,
body.section-dashboard table {
  width: 100%;
}
body.page-admin table td,
body.page-admin table th,
body.page-user table td,
body.page-user table th,
body.node-type-rate table td,
body.node-type-rate table th,
body.node-type-distributor table td,
body.node-type-distributor table th,
body.node-type-supplier table td,
body.node-type-supplier table th,
body.page-node-add table td,
body.page-node-add table th,
body.page-node-edit table td,
body.page-node-edit table th,
body.page-node-submission table td,
body.page-node-submission table th,
body.page-node-webform table td,
body.page-node-webform table th,
body.page-node-webform-results table td,
body.page-node-webform-results table th,
body.page-node-devel table td,
body.page-node-devel table th,
body.page-node-delete table td,
body.page-node-delete table th,
body.node-type-supplier table td,
body.node-type-supplier table th,
body.node-type-distributor table td,
body.node-type-distributor table th,
body.section-dashboard table td,
body.section-dashboard table th {
  padding: 0.5em;
}
body.page-admin table th,
body.page-user table th,
body.node-type-rate table th,
body.node-type-distributor table th,
body.node-type-supplier table th,
body.page-node-add table th,
body.page-node-edit table th,
body.page-node-submission table th,
body.page-node-webform table th,
body.page-node-webform-results table th,
body.page-node-devel table th,
body.page-node-delete table th,
body.node-type-supplier table th,
body.node-type-distributor table th,
body.section-dashboard table th {
  background: #3c3c3c;
  color: #fff;
}
body.page-admin table tr.even,
body.page-user table tr.even,
body.node-type-rate table tr.even,
body.node-type-distributor table tr.even,
body.node-type-supplier table tr.even,
body.page-node-add table tr.even,
body.page-node-edit table tr.even,
body.page-node-submission table tr.even,
body.page-node-webform table tr.even,
body.page-node-webform-results table tr.even,
body.page-node-devel table tr.even,
body.page-node-delete table tr.even,
body.node-type-supplier table tr.even,
body.node-type-distributor table tr.even,
body.section-dashboard table tr.even {
  background: #fff;
}
body.page-admin table tr.odd,
body.page-user table tr.odd,
body.node-type-rate table tr.odd,
body.node-type-distributor table tr.odd,
body.node-type-supplier table tr.odd,
body.page-node-add table tr.odd,
body.page-node-edit table tr.odd,
body.page-node-submission table tr.odd,
body.page-node-webform table tr.odd,
body.page-node-webform-results table tr.odd,
body.page-node-devel table tr.odd,
body.page-node-delete table tr.odd,
body.node-type-supplier table tr.odd,
body.node-type-distributor table tr.odd,
body.section-dashboard table tr.odd {
  background: #fafafa;
}
body.page-admin .views-form-admin-views-user-system-1 .views-field-status,
body.page-user .views-form-admin-views-user-system-1 .views-field-status,
body.node-type-rate .views-form-admin-views-user-system-1 .views-field-status,
body.node-type-distributor .views-form-admin-views-user-system-1 .views-field-status,
body.node-type-supplier .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-add .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-edit .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-submission .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-webform .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-webform-results .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-devel .views-form-admin-views-user-system-1 .views-field-status,
body.page-node-delete .views-form-admin-views-user-system-1 .views-field-status,
body.node-type-supplier .views-form-admin-views-user-system-1 .views-field-status,
body.node-type-distributor .views-form-admin-views-user-system-1 .views-field-status,
body.section-dashboard .views-form-admin-views-user-system-1 .views-field-status {
  padding-left: 20px;
}
body.page-admin .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-user .views-form-admin-views-user-system-1 .views-field-rid ul,
body.node-type-rate .views-form-admin-views-user-system-1 .views-field-rid ul,
body.node-type-distributor .views-form-admin-views-user-system-1 .views-field-rid ul,
body.node-type-supplier .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-add .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-edit .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-submission .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-webform .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-webform-results .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-devel .views-form-admin-views-user-system-1 .views-field-rid ul,
body.page-node-delete .views-form-admin-views-user-system-1 .views-field-rid ul,
body.node-type-supplier .views-form-admin-views-user-system-1 .views-field-rid ul,
body.node-type-distributor .views-form-admin-views-user-system-1 .views-field-rid ul,
body.section-dashboard .views-form-admin-views-user-system-1 .views-field-rid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.section-dashboard .form-actions {
  margin-top: 30px;
}
body.section-dashboard p {
  margin-top: 0;
}
body.section-dashboard h3 {
  margin-bottom: 0;
}
.page-node-edit.node-type-distributor #field-distributor-rateenddate-add-more-wrapper fieldset.date-processed,
.page-node-edit.node-type-distributor #field-distributor-rateenddate-add-more-wrapper #edit-field-distributor-rateenddate-und-0-value,
.page-node-edit.node-type-distributor #field-distributor-rateenddate-add-more-wrapper #edit-field-distributor-c-rateenddate-und-0-value,
.page-node-edit.node-type-distributor #field-distributor-c-rateenddate-add-more-wrapper fieldset.date-processed,
.page-node-edit.node-type-distributor #field-distributor-c-rateenddate-add-more-wrapper #edit-field-distributor-rateenddate-und-0-value,
.page-node-edit.node-type-distributor #field-distributor-c-rateenddate-add-more-wrapper #edit-field-distributor-c-rateenddate-und-0-value {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-node-edit.node-type-distributor #field-distributor-rateenddate-add-more-wrapper .fieldset-legend,
.page-node-edit.node-type-distributor #field-distributor-c-rateenddate-add-more-wrapper .fieldset-legend {
  font-weight: bold;
}
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-past-prices-values fieldset.date-processed,
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-c-past-prices-values fieldset.date-processed {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-past-prices-values fieldset.date-processed legend,
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-c-past-prices-values fieldset.date-processed legend {
  display: none;
}
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-past-prices-values fieldset.date-processed .container-inline-date > .form-item,
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-c-past-prices-values fieldset.date-processed .container-inline-date > .form-item {
  margin-bottom: 0;
}
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-past-prices-values fieldset.date-processed .container-inline-date .date-padding,
.page-node-edit.node-type-distributor #fgm-node-distributor-form-group-c-past-prices-values fieldset.date-processed .container-inline-date .date-padding {
  padding: 0;
}
.chardinjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.chardinjs-helper-layer {
  position: absolute;
  z-index: 9999998;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.chardinjs-helper-layer.chardinjs-left {
  border-left: solid #fff 1px;
  padding-left: 10px;
}
.chardinjs-helper-layer.chardinjs-right {
  border-right: solid #fff 1px;
  padding-right: 10px;
}
.chardinjs-helper-layer.chardinjs-bottom {
  border-bottom: solid #fff 1px;
  padding-bottom: 10px;
}
.chardinjs-helper-layer.chardinjs-top {
  border-top: solid #fff 1px;
  padding-top: 10px;
}
.chardinjs-tooltip {
  position: absolute;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  max-width: 200px;
}
.chardinjs-tooltip.chardinjs-left {
  margin-left: -135px;
  padding-right: 10px;
}
.chardinjs-tooltip.chardinjs-right {
  margin-right: -135px;
  padding-left: 10px;
}
.chardinjs-tooltip.chardinjs-bottom {
  margin-bottom: -50px;
  padding-top: 10px;
}
.chardinjs-tooltip.chardinjs-top {
  margin-top: -50px;
  padding-bottom: 10px;
}
.chardinjs-tooltip.chardinjs-right:before,
.chardinjs-tooltip.chardinjs-left:after,
.chardinjs-tooltip.chardinjs-bottom:before,
.chardinjs-tooltip.chardinjs-top:after {
  content: ".";
  display: inline-block;
  background-color: #fff;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.chardinjs-tooltip.chardinjs-right:before,
.chardinjs-tooltip.chardinjs-left:after {
  width: 100px;
  top: 50%;
}
.chardinjs-tooltip.chardinjs-bottom:before,
.chardinjs-tooltip.chardinjs-top:after {
  width: 1px;
  height: 50px;
  left: 50%;
}
.chardinjs-tooltip.chardinjs-bottom:before {
  top: -50px;
}
.chardinjs-tooltip.chardinjs-top:after {
  bottom: -50px;
}
.chardinjs-tooltip.chardinjs-right:before {
  left: -100px;
}
.chardinjs-tooltip.chardinjs-left:after {
  right: -100px;
}
.chardinjs-show-element {
  z-index: 9999999;
  opacity: 0.8;
  color: #fff;
}
.chardinjs-relative-position {
  position: relative;
}
.multi-distributor-home {
  cursor: pointer;
}
.blue-bg {
  min-height: 1580px;
}
.umbraco-forms-form.tellaneighbor {
  display: none;
}
.better-understand > div {
  position: relative;
}
.view-by-block {
  position: absolute;
  bottom: -2em;
  right: 0;
}
.view-by-block a {
  cursor: pointer;
  width: 26px;
  height: 24px;
  display: inline-block;
  text-indent: -99999px;
  position: static;
}
.view-by-block a.column {
  background-image: url(images/Grid_View_Up.jpg);
}
.view-by-block a.column:hover {
  background-image: url(images/Grid_View_Over.jpg);
}
.view-by-block a.grid {
  background-image: url(images/3Up_Up.jpg);
}
.view-by-block a.grid:hover {
  background-image: url(images/3Up_Over.jpg);
}
.compare_count {
  top: 0;
  left: 0;
  right: 0;
  background: #4da697;
  z-index: 9;
  color: #fff;
}
.compare_count a {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
#rates.threeup .rate-item {
  float: left;
  width: 50%;
}
#rates.threeup .rate-item:nth-child(2n) {
  clear: both;
}
@media (min-width: 900px) {
  #rates.threeup {
    width: 930px;
    padding-left: 280px;
  }
  #rates.threeup .rate-item {
    float: left;
    width: 33.333%;
  }
  #rates.threeup .rate-item:nth-child(2n) {
    clear: none;
  }
  #rates.threeup .rate-item:nth-child(3n-1) {
    clear: both;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  #rates.threeup {
    width: 700px;
    padding-left: 220px;
  }
}
#rates.threeup .supplier-name,
#rates.threeup .supplier-rate,
#rates.threeup .supplier-estimated-rated {
  float: none;
  width: 100%;
  margin-right: 0;
}
#rates.threeup .copy .left,
#rates.threeup .copy .middle,
#rates.threeup .copy .right {
  float: none;
  width: 100%;
  margin-right: 0;
}
#compare_results {
  overflow: auto;
  background-color: #fff;
}
#compare_results table {
  min-width: 900px;
}
#compare_results table th {
  padding: 10px;
}
#compare_results table th a {
  display: inline-block;
}
#compare_results table tr td {
  background-color: #fff;
}
#compare_results table tr.more_info td,
#compare_results table tr.more_info th {
  vertical-align: top;
}
#compare_results table tr:nth-child(2n+1) td {
  background-color: #ebf9fc;
}
.front #block-paps-blocks-paps-blocks-header-search {
  display: none;
}
@media (max-width: 800px) {
  .section-shop-for-electricity .blue-bg > .wrapper {
    display: flex;
    flex-flow: column-reverse;
  }
}
.form-labels fieldset {
  border: none;
}
.form-labels label.umbraco-forms-label {
  display: block;
  float: left;
  font-weight: bold;
  width: 200px;
}
.form-labels .umbracoForms-Indicator {
  color: #f00;
}
.form-labels div.umbraco-forms-field-wrapper {
  float: left;
  width: calc(100% - 200px);
  padding-bottom: 15px;
}
.form-labels div.umbraco-forms-field-wrapper input {
  border: 1px solid #b9b9b9;
  padding: 0.4em;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .form-labels label.umbraco-forms-label {
    float: none;
    width: 100%;
  }
  .form-labels div.umbraco-forms-field-wrapper {
    width: 100%;
  }
}
.compare {
  display: block;
  position: relative;
  height: 25px;
}
.compare label {
  padding-left: 5px;
  color: #fff;
  z-index: 7;
  position: relative;
  line-height: 25px;
  margin-left: 25px;
  pointer-events: none;
}
.compare input[type=checkbox] {
  visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.compare input[type=checkbox]:before {
  visibility: visible;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/Assets/images/unchecked.png);
  background-color: #71d2c2;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: 5;
  background-position: 6px 3px;
  border-radius: 3px;
}
.compare input[type=checkbox]:checked:before {
  background-image: url(/Assets/images/checked.png);
  background-color: #fe5e0e;
}
.view-search-find-a-rate {
  background-color: #fff;
}
.l-region--lower-homepage #block-webform-client-block-1897 input[type=radio] {
  width: auto;
  margin-right: 5px;
}
.section-sitemap a {
  color: #000;
}
.section-sitemap .nolink {
  font-weight: bold;
}
#block-views-nodequeue-3-block a {
  color: #06c;
}
.tou-content {
  max-width: 100%;
  padding-top: 0;
}
.tou-content .pg-hero {
  background: lightgray;
}
.tou-content .pg-hero img {
  height: auto;
  width: 100%;
}
.tou-content .tou-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1077px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tou-content .tou-content-wrapper .tou-intro {
  margin: 2rem auto 3rem auto;
  max-width: 794px !important;
}
.tou-content .tou-content-wrapper .program-details {
  background: #EBF9FC;
  padding: 2rem;
}
.tou-content .tou-content-wrapper .program-details .media-placeholder {
  height: auto;
  width: 100%;
}
.tou-content .tou-content-wrapper .program-details .program-details-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .program-details .program-details-content .pd-left {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .program-details .program-details-content .pd-right {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .program-details .program-details-content {
    flex-direction: row;
  }
}
.tou-content .tou-content-wrapper .how-to-save-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .how-to-save-wrapper {
    flex-direction: row;
  }
}
.tou-content .tou-content-wrapper .how-to-save-wrapper .hs-left,
.tou-content .tou-content-wrapper .how-to-save-wrapper .hs-right {
  border: 15px solid #EBF9FC;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .how-to-save-wrapper .hs-left,
  .tou-content .tou-content-wrapper .how-to-save-wrapper .hs-right {
    width: 50%;
  }
}
.tou-content .tou-content-wrapper .how-to-save-wrapper .hs-left {
  margin-bottom: 1rem;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .how-to-save-wrapper .hs-left {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.tou-content .tou-content-wrapper .how-to-save-wrapper .hs-right img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .how-to-save-wrapper .hs-right {
    margin-left: 10px;
  }
}
.tou-content .tou-content-wrapper .electric-vehicles-wrapper {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .electric-vehicles-wrapper {
    display: flex;
  }
}
.tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-left,
.tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-right {
  background: #EBF9FC;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-left,
  .tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-right {
    width: 50%;
  }
}
.tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-left img {
  height: auto;
  width: 100%;
}
.tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-right {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .electric-vehicles-wrapper .ev-right {
    padding: 1rem;
  }
}
.tou-content .tou-content-wrapper .faq-wrapper {
  margin: 3rem auto;
}
.tou-content .tou-content-wrapper .faq-wrapper .question {
  padding: 1rem !important;
}
.tou-content .tou-content-wrapper .more-questions-wrapper {
  background: #EBF9FC;
  display: flex;
  margin-bottom: 3rem;
  padding: 2rem;
}
.tou-content .tou-content-wrapper .more-questions-wrapper .more-questions-img-wrapper {
  margin-right: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tou-content .tou-content-wrapper .more-questions-wrapper .more-questions-img-wrapper {
    width: 30%;
  }
}
.tou-content .tou-content-wrapper .more-questions-wrapper .more-questions-img-wrapper img {
  height: auto;
  width: 100%;
}
.tou-content .tou-content-wrapper .more-questions-wrapper .more-questions-content-wrapper h3 {
  margin-top: 0;
}
.tou-content .tou-content-wrapper .btn.btn-primary {
  display: inline-block;
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}