@charset "UTF-8";
/*********************************************
Save on Energy Main Stylesheet
Last Updated: 3/22/14
*********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/**
 * @author Greg Koscevic gkoscevic@redventures
 * @description: myaccount button mixin
 * @params:
 *
 *
 */
/**
 * mixin to center elements vertically
 * PARENT ELEMENT MUST BE POSITIONED RELATIVE
 *
 */
.container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.container:after,
.row:after,
[class*='col-']:after,
.clear:after,
.group:after {
  content: '';
  display: table;
  clear: both; }

.container .flush {
  margin: 0; }

.row {
  margin-bottom: 1em; }
  .row.space {
    margin-bottom: 2em; }
  .row.flush {
    margin-bottom: 0; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

[class*='col-'] {
  position: relative;
  float: left;
  min-height: 1px; }

.gutters .col-1 {
  width: 6.3333333333%; }
.gutters .col-2 {
  width: 14.6666666667%; }
.gutters .col-3 {
  width: 23%; }
.gutters .col-4 {
  width: 31.3333333333%; }
.gutters .col-5 {
  width: 39.6666666667%; }
.gutters .col-6 {
  width: 48%; }
.gutters .col-7 {
  width: 56.3333333333%; }
.gutters .col-8 {
  width: 64.6666666667%; }
.gutters .col-9 {
  width: 73%; }
.gutters .col-10 {
  width: 81.3333333333%; }
.gutters .col-11 {
  width: 89.6666666667%; }
.gutters .col-12 {
  width: 98%; }
.gutters [class*='col-'] {
  margin-left: 2%; }
  .gutters [class*='col-']:first-child {
    margin: 0; }

.pad-1 {
  padding-left: 8.3333333333%; }

.pad-2 {
  padding-left: 16.6666666667%; }

.pad-3 {
  padding-left: 25%; }

.pad-4 {
  padding-left: 33.3333333333%; }

.pad-5 {
  padding-left: 41.6666666667%; }

.pad-6 {
  padding-left: 50%; }

.pad-7 {
  padding-left: 58.3333333333%; }

.pad-8 {
  padding-left: 66.6666666667%; }

.pad-9 {
  padding-left: 75%; }

.pad-10 {
  padding-left: 83.3333333333%; }

.pad-11 {
  padding-left: 91.6666666667%; }

.pad-12 {
  padding-left: 100%; }

.push-1 {
  margin-left: 8.3333333333%; }

.push-2 {
  margin-left: 16.6666666667%; }

.push-3 {
  margin-left: 25%; }

.push-4 {
  margin-left: 33.3333333333%; }

.push-5 {
  margin-left: 41.6666666667%; }

.push-6 {
  margin-left: 50%; }

.push-7 {
  margin-left: 58.3333333333%; }

.push-8 {
  margin-left: 66.6666666667%; }

.push-9 {
  margin-left: 75%; }

.push-10 {
  margin-left: 83.3333333333%; }

.push-11 {
  margin-left: 91.6666666667%; }

.push-12 {
  margin-left: 100%; }

.pull-1 {
  margin-left: -8.3333333333%; }

.pull-2 {
  margin-left: -16.6666666667%; }

.pull-3 {
  margin-left: -25%; }

.pull-4 {
  margin-left: -33.3333333333%; }

.pull-5 {
  margin-left: -41.6666666667%; }

.pull-6 {
  margin-left: -50%; }

.pull-7 {
  margin-left: -58.3333333333%; }

.pull-8 {
  margin-left: -66.6666666667%; }

.pull-9 {
  margin-left: -75%; }

.pull-10 {
  margin-left: -83.3333333333%; }

.pull-11 {
  margin-left: -91.6666666667%; }

.pull-12 {
  margin-left: -100%; }

@media (max-width: 959px) {
  .tablet.col-onefourth {
    width: 25%; }
  .tablet.col-t-half {
    width: 50%; }
  .tablet.col-threefourths {
    width: 75%; }
  .tablet.col-t-full {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 767px) {
  .mobile .col-1, .mobile .col-2, .mobile .col-3, .mobile .col-4, .mobile .col-5, .mobile .col-6, .mobile .col-7, .mobile .col-8, .mobile .col-9, .mobile .col-10, .mobile .col-11, .mobile .col-12, .mobile .col-m-full, .mobile .col-m-half {
    float: none;
    display: block; }

  .mobile .col-1 {
    width: 100%; }
  .mobile .col-2 {
    width: 100%; }
  .mobile .col-3 {
    width: 100%; }
  .mobile .col-4 {
    width: 100%; }
  .mobile .col-5 {
    width: 100%; }
  .mobile .col-6 {
    width: 100%; }
  .mobile .col-7 {
    width: 100%; }
  .mobile .col-8 {
    width: 100%; }
  .mobile .col-9 {
    width: 100%; }
  .mobile .col-10 {
    width: 100%; }
  .mobile .col-11 {
    width: 100%; }
  .mobile .col-12 {
    width: 100%; }
  .mobile .col-m-full {
    width: 100%; }
  .mobile .col-m-half {
    width: 50%; } }
/* Media Queries
------------------- */
/* All mobile - 767px */
@media only screen and (max-width: 47.9375em) {
  .mobile .col-1,
  .mobile .col-2,
  .mobile .col-3,
  .mobile .col-4,
  .mobile .col-5,
  .mobile .col-6,
  .mobile .col-7,
  .mobile .col-8,
  .mobile .col-9,
  .mobile .col-10,
  .mobile .col-11,
  .mobile .col-12,
  .mobile .col-m-full {
    display: block;
    float: none;
    width: 100%; }

  .mobile .col-m-half {
    display: block;
    float: none;
    width: 50%; }

  .mobile [class*="pad-"],
  .mobile [class*="push-"],
  .mobile [class*="pull-"] {
    margin-left: 0;
    padding-left: 0; }

  .row {
    margin-bottom: 0; }

  .gutters [class*='col-'] {
    margin-left: 0; }

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

  .m-float-left {
    float: left; } }
/* Mobile landscape - 480px to 767px */
/* Mobile portrait - 479px */
@font-face {
  font-family: "OpenSansLight";
  font-weight: 300;
  src: url("https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: "OpenSansReg";
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: "OpenSansSemi";
  font-weight: 600;
  src: url("https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: "OpenSansSemiItalic";
  font-weight: 600;
  src: url("https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: "OpenSansBold";
  font-weight: 700;
  src: url("https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: "OpenSansExtrabold";
  font-weight: 800;
  src: url("https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: "OpenSansItalic";
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

/**
 * @author Greg Koscevic gkoscevic@redventures
 * @description: myaccount button mixin
 * @params:
 *
 *
 */
/**
 * mixin to center elements vertically
 * PARENT ELEMENT MUST BE POSITIONED RELATIVE
 *
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Fonts
----------------------*/
input.error {
  color: red; }

div.error {
  color: red; }

/* Grid components
----------------------*/
.row {
  margin-bottom: 1em; }

.row.space {
  margin-bottom: 2em; }

.row.flush {
  margin-bottom: 0; }

[class*="col-"] {
  position: relative;
  display: block;
  float: left;
  width: 100%; }

/* Large view */
.col-1 {
  width: 8.33333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

.gutters .col-1 {
  width: 6.5%; }

.gutters .col-2 {
  width: 15.0%; }

.gutters .col-3 {
  width: 23.5%; }

.gutters .col-4 {
  width: 32.0%; }

.gutters .col-5 {
  width: 40.5%; }

.gutters .col-6 {
  width: 49.0%; }

.gutters .col-7 {
  width: 57.5%; }

.gutters .col-8 {
  width: 66.0%; }

.gutters .col-9 {
  width: 74.5%; }

.gutters .col-10 {
  width: 83.0%; }

.gutters .col-11 {
  width: 91.5%; }

.gutters .col-12 {
  width: 100%; }

.gutters [class*="col-"] {
  margin-left: 2%; }

.gutters [class*="col-"]:first-child {
  margin-left: 0; }

.pad-1 {
  padding-left: 8.33333333333%; }

.pad-2 {
  padding-left: 16.6666666667%; }

.pad-3 {
  padding-left: 25%; }

.pad-4 {
  padding-left: 33.3333333333%; }

.pad-5 {
  padding-left: 41.6666666667%; }

.pad-6 {
  padding-left: 50%; }

.pad-7 {
  padding-left: 58.3333333333%; }

.pad-8 {
  padding-left: 66.6666666667%; }

.pad-9 {
  padding-left: 75%; }

.pad-10 {
  padding-left: 83.3333333333%; }

.pad-11 {
  padding-left: 91.6666666667%; }

.push-1 {
  margin-left: 8.33333333333%; }

.push-2 {
  margin-left: 16.6666666667%; }

.push-3 {
  margin-left: 25%; }

.push-4 {
  margin-left: 33.3333333333%; }

.push-5 {
  margin-left: 41.6666666667%; }

.push-6 {
  margin-left: 50%; }

.push-7 {
  margin-left: 58.3333333333%; }

.push-8 {
  margin-left: 66.6666666667%; }

.push-9 {
  margin-left: 75%; }

.push-10 {
  margin-left: 83.3333333333%; }

.push-11 {
  margin-left: 91.6666666667%; }

.pull-1 {
  margin-left: -8.33333333333%; }

.pull-2 {
  margin-left: -16.6666666667%; }

.pull-3 {
  margin-left: -25%; }

.pull-4 {
  margin-left: -33.3333333333%; }

.pull-5 {
  margin-left: -41.6666666667%; }

.pull-6 {
  margin-left: -50%; }

.pull-7 {
  margin-left: -58.3333333333%; }

.pull-8 {
  margin-left: -66.6666666667%; }

.pull-9 {
  margin-left: -75%; }

.pull-10 {
  margin-left: -83.3333333333%; }

.pull-11 {
  margin-left: -91.6666666667%; }

/* Grid helpers */
.container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.container:after,
.row:after,
[class*="col-"]:after,
.clear:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

.container .flush {
  margin: 0; }

/* Media Queries
------------------- */
/* Smaller than standard - 959px */
@media only screen and (max-width: 59.9375em) {
  .table .col-onefourth {
    width: 25%; }

  .tablet .col-t-half {
    width: 50%; }

  .tablet .col-threefourths {
    width: 75%; }

  .tablet .col-t-full {
    width: 100%;
    margin-left: 0; } }
/* All mobile - 767px */
@media only screen and (max-width: 47.9375em) {
  .mobile .col-1,
  .mobile .col-2,
  .mobile .col-3,
  .mobile .col-4,
  .mobile .col-5,
  .mobile .col-6,
  .mobile .col-7,
  .mobile .col-8,
  .mobile .col-9,
  .mobile .col-10,
  .mobile .col-11,
  .mobile .col-12,
  .mobile .col-m-full {
    display: block;
    float: none;
    width: 100%; }

  .mobile .col-m-half {
    display: block;
    float: none;
    width: 50%; }

  .mobile [class*="pad-"],
  .mobile [class*="push-"],
  .mobile [class*="pull-"] {
    margin-left: 0;
    padding-left: 0; }

  .row {
    margin-bottom: 0; }

  .gutters [class*="col-"] {
    margin-left: 0; }

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

  .m-float-left {
    float: left; } }
/* Mobile landscape - 480px to 767px */
/* Mobile portrait - 479px */
/* Icon styles */
[class^="icon-"]:before {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.icon-box:before {
  content: "\f00a"; }

.icon-list:before {
  content: "\f00b"; }

.icon-add:before {
  content: "\f055"; }

.icon-search:before {
  content: "\f002"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-minus:before {
  content: "\f068"; }

.icon-plus:before {
  content: "\f067"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-shopping-cart,
.order-wrapper .icon-phone {
  font-size: 1em;
  margin-right: 0.2em; }

.icon-share:before {
  content: "\f045"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-phone:before {
  content: "\f095"; }

.ui-menu {
  z-index: 1000 !important; }

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0; }

body {
  font-family: 'nimbus-sans', 'Helvetica Neue', Arial, sans-serif;
  color: #454545;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

a {
  color: #2D9AA6;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #267780; }

img {
  max-width: 100%; }

p {
  margin-bottom: 1.0em;
  line-height: 1.4em;
  /*  font-size: 16px;*/ }

h1, h2, h3, h4, h5, h6 {
  font-family: 'OpenSansSemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  color: #2D9AA6; }

h1 {
  /*  font-size: 36px;*/
  margin: 0 0 10px; }

h2 {
  /*  font-size: 30px;*/
  margin: 0 0 10px; }

h3 {
  /*  font-size: 18px;*/
  margin: 0 0 10px; }

h4 {
  /*  font-size: 14px;*/
  margin: 0 0 10px; }

strong {
  color: #073a59; }

.header {
  background: #fff;
  border-bottom: 5px solid #accadd;
  height: 105px;
  position: relative;
  z-index: 20; }

.header:after {
  content: "";
  clear: both;
  display: table; }

.grid-container {
  background: #fff;
  position: relative; }

.logo {
  display: inline-block;
  background: url("/images/soe-logo.png") no-repeat;
  width: 204px;
  height: 83px;
  text-indent: -9999px;
  margin: 0.5em 0 0 2em; }

.fullspan {
  width: 100%; }

/*** Header Social Icons ***/
.header-social {
  list-style: none;
  float: right;
  margin-right: 9px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2001; }

.header-social li {
  float: left;
  padding: 0 .5em; }

/*** Weather ***/
.weather {
  background: #2e9aa6;
  position: absolute;
  font-size: 2em;
  text-align: center;
  height: 100%;
  max-height: 500px;
  padding: 0 0.8em; }

.weather-icons {
  background: url(/images/weather-icon-sprite.png) no-repeat;
  background-position: -170px -20px;
  height: 80px;
  width: 70px;
  float: left; }

.weather-icons.sunny {
  background-position: -170px -20px; }

.weather-icons.clouds {
  background-position: -566px -150px; }

.weather-icons.partly-cloudy {
  background-position: -300px -150px; }

.weather-icons.thunderstorms {
  background-position: -1092px -285px; }

.weather-icons.moon {
  background-position: -305px -25px; }

.weather-icons.rain {
  background-position: -1095px -155px; }

.weather-icons.snow {
  background-position: -565px -287px; }

.temp {
  position: absolute;
  margin: 75px 0 0 17px; }

/** end weather **/
/* Helpers */
.mobile-only,
.content-spot a.mobile-only {
  display: none; }

input,
.inputfield {
  color: #6a7f91;
  border: 1px solid #ccc;
  outline: none;
  padding: 0.75em 1em;
  border-radius: 4px;
  width: 100%; }

.search-input {
  width: 85%;
  text-indent: 1em; }

input::placeholder {
  color: #6a7f91; }

.label {
  font-weight: 100;
  font-size: 1.5em; }

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

img.float-left {
  float: left;
  padding: 0 25px 25px 0; }

img.float-right {
  float: right;
  padding: 0 0 25px 25px; }

.look-normal {
  color: inherit; }

.first-p {
  margin-top: 1.4em; }

.btn {
  color: #fff !important;
  background: #f23322;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  /*width: 100%;*/
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: small;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.btn:hover {
  color: #fff;
  background: #a61e22; }

.btn.secondary {
  background: #2D9AA6; }

.btn.secondary:hover {
  background: #267780; }

.btn-blue {
  background: #073a59; }

.btn-blue:hover {
  background: #05263a; }

.btn-darker {
  background: #a61e22; }

.btn-darker:hover {
  background: #79191c; }

.btn-light {
  background: #fff;
  color: #2D9AA6; }

.btn-light:hover {
  background: #2D9AA6;
  color: #fff; }

.browse {
  padding: 15px 30px;
  margin-left: 8.33333333333%;
  background-color: #accadd;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .browse:hover {
    background-color: #649cbf; }

.u-list li {
  font-size: 13px;
  list-style: none;
  display: inline; }

.u-list.vertical li {
  display: block; }

.u-list.vertical a {
  width: 100%;
  display: block;
  margin-bottom: .5em; }

.secondary-heading {
  color: #2D9AA6; }

.upcase {
  text-transform: uppercase; }

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

.clearfix:after {
  clear: both; }

.contextual-help {
  display: none; }

.is-hidden, .hide {
  display: none !important; }

.inner-page .hidden-text table {
  margin: 0; }

.show, .reveal {
  display: block; }

::selection {
  background: #2d9aa6;
  color: #fff; }

::-moz-selection {
  background: #2d9aa6;
  color: #fff; }

.half-circle-right,
.half-circle-left {
  font-size: 2em;
  color: #fff;
  position: absolute;
  background: #2D9AA6;
  height: 100%;
  padding-top: .9em;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  top: 2em;
  opacity: .5;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.half-circle-right:hover,
.half-circle-left:hover {
  opacity: .8;
  color: #fff; }

.half-circle-right {
  height: 90px;
  width: 45px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  right: 0; }

.half-circle-left {
  height: 90px;
  width: 45px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  left: 0; }

.half-borders-left {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px; }

.half-borders-right {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0; }

.block {
  display: block; }

.loading {
  margin: 0;
  position: absolute;
  padding-top: 10%;
  background: #fff;
  top: 0;
  /* Need to hide footer on page init */
  height: 1500px;
  width: 100%;
  z-index: 9000001;
  text-align: center; }

p.definition {
  display: none; }

/* Hero */
.hero {
  color: #fff;
  background: url("/images/new-hero.jpg") no-repeat top center;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 5em; }

.hero.learning {
  padding-bottom: 0;
  position: relative; }

.hero.small {
  padding-bottom: 0.9em;
  background: url("/images/hero-interior.jpg") no-repeat center -100px; }
  @media screen and (max-width: 768px) {
    .hero.small {
      background-position: 0 0; } }
  @media screen and (max-width: 568px) {
    .hero.small {
      background-size: cover; } }

.hero.residential {
  background: url("/images/hero-residential.jpg") no-repeat top center; }

.hero.consulting {
  background: url("/images/hero-consulting.jpg") no-repeat top center;
  height: 300px; }

.hero.commercial {
  background: url("/images/hero-business.jpg") no-repeat top center; }

.hero-wrapper {
  font-family: 'OpenSansSemiBold', sans-serif;
  padding: 4em 0 0 6em; }

.hero-wrapper:after {
  content: "";
  clear: both;
  display: table; }

.hero-wrapper h1, .hero-wrapper span.largeText {
  font-size: 4.5em;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 0 4px #777777;
  font-family: 'OpenSansSemiBold', sans-serif; }

.hero-wrapper span.largeText {
  display: block; }

.hero-wrapper h3 {
  margin: 0;
  font-weight: normal; }

.hero-wrapper h3 span {
  font-family: 'OpenSansSemiBold', sans-serif;
  font-size: 1.2em; }

.hero-wrapper p {
  font-size: 1.7em;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 0 0 5px #5c5b37;
  font-family: 'OpenSansLight', sans-serif; }

.hero.consulting .hero-callout {
  padding: 3em 1em;
  margin: 1.5em 0 0; }

.hero-callout {
  background: #2D9AA6;
  background: rgba(45, 154, 166, 0.7);
  padding: 1em 1.5em;
  margin: 1.5em 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.hero-callout .call-us {
  font-size: 14px;
  line-height: 2em;
  position: relative;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .hero-callout .call-us {
      font-size: 24px; } }
  .ie8 .hero-callout .call-us, .ie7 .hero-callout .call-us {
    font-size: 24px; }

.hero-callout .call-us span {
  font-weight: 600;
  color: #fff; }
  .hero-callout .call-us span a {
    color: #fff; }

.hero-form .row {
  margin-bottom: 0.5em; }

.hero-form .label {
  margin-bottom: 15px;
  display: block;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 2em;
  margin-bottom: 0.25em; }

.hero-form .label strong {
  color: #fff; }

.hero-form .label-small {
  font-size: 0.9em; }

.input-hero {
  background: #fff;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 48px; }

.input-hero:focus {
  background: #fcf9eb; }

.btn-hero {
  height: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 21px 0 0 1em;
  font-size: 1em;
  font-family: 'nimbus-sans', sans-serif;
  font-weight: 400;
  padding-top: 0.8em; }

.hero-select-wrapper {
  margin-left: 1em; }

.hero-select {
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  color: #073a59;
  padding: 11px 0 10px;
  display: block;
  border: 1px solid #999;
  font-size: 1em;
  height: 48px !important;
  width: 100% !important; }

#type-selectorSelectBoxItText {
  padding: 0 0.5em;
  margin-top: 0.35em;
  font-size: 1.4em;
  position: absolute; }

#type-selectorSelectBoxIt .selectboxit-arrow-container {
  background: #CFCFCF;
  color: #737373;
  right: 0;
  margin-top: 0;
  width: 24px;
  font-size: 0.75em;
  border-left: 1px solid #999;
  padding: 18px 0 0 5px;
  border-radius: 0 8px 8px 0;
  height: 46px;
  position: absolute; }

#type-selectorSelectBoxItOptions.selectboxit-list li a {
  color: #073a59; }

#type-selectorSelectBoxItOptions.selectboxit-list {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 50px; }

#type-selectorSelectBoxItOptions.selectboxit-list li:hover {
  background: #073a59; }

#type-selectorSelectBoxItOptions.selectboxit-list li:hover a {
  color: #fff; }

/* Hero business */
.business-hero {
  position: absolute;
  padding: 0.8em 1em;
  margin-top: 4em;
  background: #073a59;
  background: rgba(7, 58, 80, 0.7);
  -webkit-border-radius: 8px 0 08px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  overflow: visible !important; }

.business-hero .btn {
  font-size: 0.8em;
  font-family: 'nimbus-sans', sans-serif;
  font-weight: 400;
  padding: 1.2em 1.5em 1em;
  overflow: hidden; }

.commercial .hero-wrapper {
  padding: 1em 0 0 6em; }

.commercial .hero-callout h2,
.commercial .hero-callout span.largeText,
.consulting .hero-callout span.largeText {
  font-size: 2em;
  font-family: 'OpenSansSemiBold', sans-serif;
  margin: 0; }

.commercial .hero-callout span.largeText {
  text-shadow: none;
  line-height: 1.3; }

.commercial .hero-callout h3 {
  font-size: 2em;
  font-family: 'OpenSansSemiBold', sans-serif;
  line-height: 1.2; }

.commercial-button-container .btn {
  border-radius: 8px;
  padding: .8em 1.5em .5em; }

.residential .hero-wrapper {
  padding: 1em 0 0 6em; }

.residential .hero-wrapper h1, .residential .hero-wrapper span.largeText {
  font-size: 3.2em; }

.residential .hero-form .label {
  line-height: 1; }

.residential .btn-hero,
.hero-both .btn-hero {
  height: auto; }

/* Hero Both */
.hero-both {
  padding: 2em 0 0 10em !important;
  height: 305px; }
  @media screen and (max-width: 768px) {
    .hero-both {
      height: 400px;
      padding: 2em 0 0 0em !important; } }
  @media screen and (max-width: 568px) {
    .hero-both {
      height: auto;
      padding: 2em 0 0 0em !important; } }
  .hero-both p {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 44px;
    line-height: 1.5;
    color: #053a59;
    text-shadow: none; }
    @media screen and (max-width: 986px) {
      .hero-both p {
        font-size: 32px; } }
    @media screen and (max-width: 815px) {
      .hero-both p {
        font-size: 24px; } }
    @media screen and (max-width: 640px) {
      .hero-both p {
        font-size: 18px;
        font-family: 'OpenSansBold', sans-serif; } }
  .hero-both .subhead {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px; }
  .hero-both .hero-callout {
    margin: 20px 0 0;
    padding: 14px 16px;
    color: #053a59;
    background-color: #fff;
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .hero-both .hero-callout {
        margin: 20px auto 0; } }
  .hero-both .btn-hero {
    font-size: 18px;
    text-transform: uppercase;
    background: #2D9AA6;
    width: 100%;
    margin: 17px 0 0 0;
    padding: 13px;
    border-radius: 6px; }
  .hero-both .input-hero {
    background: #f1f1f1;
    font-size: 14px;
    border-radius: 6px; }
  .hero-both .hero-select-wrapper {
    margin: 0; }
  .hero-both .hero-select {
    background-color: #f1f1f1;
    font-size: 14px;
    border: 1px solid #ccc; }

.hero-both .business-cta {
  font-size: 1.2em;
  padding: .8em 0 0;
  font-family: 'OpenSansLight', sans-serif; }

.hero-both .business-cta a {
  text-decoration: underline;
  color: #f23322; }

.hero-both .business-cta a:hover {
  text-decoration: none; }

.hero-both .hero-form p {
  color: #053a59;
  font-weight: normal;
  font-size: 18px;
  font-family: 'OpenSansBold', sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 8px;
  text-shadow: none; }

.business-hero img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.business-collapse {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: bold;
  background: rgba(7, 58, 80, 0.9);
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; }

.business-collapse a {
  height: 100%;
  display: block;
  color: #fff; }

.business-collapse a:hover {
  color: #2d9aa6; }

.business-collapse .icon-minus,
.business-collapse .icon-plus {
  display: block;
  position: relative;
  top: 45%;
  height: 100%; }

.business-owners h2 {
  font-family: 'OpenSansLight',sans-serif;
  font-size: 2.3em;
  line-height: 1.2;
  margin: 0 0 25px;
  width: 7em; }

.business-hero-mobile {
  display: none; }

/* Brands */
.brand-carousel {
  position: relative;
  background: #fff; }

.brand-arrow {
  color: #fff;
  position: absolute;
  background: #2D9AA6;
  height: 100%;
  width: 80px;
  padding-top: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer; }

.brand-arrow:hover {
  color: #fff;
  opacity: .9 !important; }

.brand-arrow.arrow-left {
  top: 0;
  left: 0; }

.brand-arrow.arrow-right {
  top: 0;
  right: 0; }

.brands {
  border-bottom: 3px solid #accadd;
  overflow: hidden; }

.brands img {
  padding-top: 1em; }

/* Banner */
.banner,
.select-state {
  min-height: 169px;
  padding-top: 10px; }

.banner {
  background: #073a59;
  color: #fff;
  /*padding-top: 2.5em;*/ }

.banner.featured {
  /*background-image: url('/images/usa-map.png');*/
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background: url("/images/bg-poly-shape.png") no-repeat 100% -18px #073a59; }

.banner.featured h2, .banner.featured h1 {
  font-size: 1.5em;
  margin: 0 0 10px;
  line-height: 1.5;
  padding-top: 0.5em;
  font-family: 'OpenSansLight', sans-serif; }

.banner.featured p {
  line-height: 1.5; }

.short-banner {
  min-height: 125px; }

.state-select, .territory-select {
  cursor: pointer;
  outline: none; }

#territory-selectSelectBoxItContainer {
  float: left;
  margin: 2px 10px 0; }

.select-state {
  background: #073a59;
  text-align: center;
  padding-top: 4.7em; }

.select-state {
  width: auto; }

.select-state select:after {
  content: "\f0da";
  color: #000; }

.selectboxit-option-icon-container,
.state-selectSelectBoxItDefaultIcon {
  display: none; }

.selectboxit-list {
  position: absolute;
  display: none;
  right: 0;
  text-align: left;
  top: 25px;
  list-style-type: none;
  background: #FFF;
  padding: 10px 0;
  z-index: 3001;
  width: auto;
  min-width: 200px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 3px #555;
  -webkit-box-shadow: 1px 1px 3px #555;
  box-shadow: 1px 1px 2px #555; }

#territory-selectSelectBoxItOptions {
  right: 189px;
  top: 20px; }

.selectboxit-list li {
  padding: 5px 0 5px 15px;
  cursor: pointer; }

.selectboxit-list li a {
  color: #2D9AA6; }

.selectboxit-list li:hover {
  background: #48becb; }

.selectboxit-list li:hover > .selectboxit-option-anchor {
  color: #fff; }

.state-sort .selectboxit-list {
  top: 80px;
  right: 80px; }

.usa-map {
  padding: 0.75em 0 0 3em; }

.state-information-list {
  padding: 0; }

.state-information-list li {
  display: block;
  float: left;
  width: 33%; }

@media screen and (max-width: 480px) {
  .state-information-list li a {
    font-size: 11px; } }
.home-content .row {
  border-bottom: 1px solid #ccc; }

.home-content-links {
  list-style: none;
  text-align: center; }

.home-content-links li {
  display: inline-block;
  border-left: 1px solid #ccc; }

.home-content-links li:first-child {
  border: none; }

.home-content-links li a {
  padding: 0 1em; }

.home-content h2 a, .home-content h2 a:visited {
  color: #2D9AA6; }

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

/* Content */
.content {
  background: #ecf0f4; }

.content.lc-main-content {
  background: #fff; }

.content a,
.content a:visited {
  color: #454545; }

.content a.btn,
.content a.btn:hover {
  font-size: 1.1em;
  color: #fff; }

.content a:hover,
.content a:visited:hover {
  color: #222; }

.content-spot {
  position: relative;
  background: #fff;
  border-right: 1px solid #EEEEEE; }

.content-spot figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.content-spot a {
  height: 14.7em;
  overflow: hidden;
  display: block; }

.content-spot .post-thumbnail {
  width: 350px;
  height: 234px; }

.content-title {
  font-size: 1em;
  margin: 0;
  top: -2.4em;
  position: relative;
  color: #FFF;
  background: rgba(45, 154, 166, 0.9);
  background: #2D9AA6 \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  line-height: 2.2em;
  text-align: left;
  text-indent: .8em; }

.content-copy {
  font-size: 0.9em;
  color: #fff;
  position: absolute;
  overflow: hidden; }

.popover {
  background: rgba(45, 154, 166, 0.95);
  background: #2D9AA6 \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: block;
  opacity: 0;
  text-align: left;
  padding: 1em; }

.popover-title {
  color: #fff;
  border-bottom: 2px solid #FFF;
  font-size: 1.5em; }
  @media (max-width: 599px) {
    .popover-title {
      font-size: 24px; } }
  @media (min-width: 600px) {
    .popover-title {
      font-size: 24px; } }
  .ie8 .popover-title, .ie7 .popover-title {
    font-size: 24px; }
  @media (min-width: 768px) {
    .popover-title {
      font-size: 12px; } }
  .ie8 .popover-title, .ie7 .popover-title {
    font-size: 12px; }
  @media (min-width: 960px) {
    .popover-title {
      font-size: 18px; } }
  .ie8 .popover-title, .ie7 .popover-title {
    font-size: 18px; }
  @media (min-width: 1366px) {
    .popover-title {
      font-size: 24px; } }

.popover .content-copy {
  position: relative; }

.shop-smart .btn {
  margin: 0 auto;
  display: block;
  width: 80%;
  padding: 15px; }

.main {
  position: relative;
  background: #fff; }

/* Inner page */
.inner-page {
  background: #fff;
  color: #6a7f91;
  padding: 2em 5%;
  line-height: 1.3; }

.inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5, .inner-page h6 {
  color: #2D9AA6; }

.inner-page img {
  margin-bottom: 10px; }

.inner-page a, .inner-page a:visited {
  color: #f23322; }

.inner-page h3 a,
.inner-page h3 a:visited,
.inner-page h3 a:hover,
.inner-page h3 a:visited:hover {
  color: #2D9AA6;
  text-decoration: none; }

.inner-page a:hover {
  text-decoration: underline; }

.inner-page table {
  border-collapse: collapse;
  border-width: 0;
  margin: 2.0em; }

.inner-page tr {
  margin-top: 10px; }

.inner-page td {
  padding: 10px 20px 0px 20px; }

.inner-read-more a {
  margin-bottom: 1em; }

.inner-read-more .hide-content {
  display: none; }

.about-us-header {
  padding-top: 1.0em; }

.location-container {
  padding: 0 1% 0 8.33333333333%;
  background: #ecf2f2; }

.location-content {
  padding: 0 0 0 8em; }

.location-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: small;
  padding-top: 1em; }

.location-servicearea {
  font-size: 1.2em;
  color: #2D9AA6; }

.location-citystate {
  color: #073a59;
  font-size: 2.4em; }

.location-inner {
  font-size: 1.1em;
  display: block; }

a.change-loc {
  text-decoration: underline;
  float: left;
  cursor: pointer; }

span[role="status"] {
  position: absolute;
  margin: 1.25em 0 0 325px; }

.zip-form {
  float: left;
  margin: 0.35em 0 0; }

.zip-search {
  height: 3em; }

.zip-search .searchfield {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  outline: none;
  width: auto;
  margin-right: 0.15em;
  font-size: 1em;
  float: left; }

.zip-search .btn {
  width: 25%;
  float: left;
  border: 1px solid #278089;
  border-radius: 0 8px 8px 0;
  padding: 10px 15px;
  font-size: 1em;
  text-transform: none;
  font-weight: 400; }

.product-sort,
.state-sort {
  border-radius: 8px;
  background-color: #fff;
  color: #2D9AA6;
  padding: 10px 15px;
  font-size: 1em; }

.territory-select {
  padding: 5px 12px; }

.need-help-wrapper {
  text-align: center;
  background: #d9e1e4;
  padding: 0.1em 0 0.1em;
  border-radius: 0 0 8px 8px; }

.need-help strong {
  color: #2D9AA6;
  margin-right: 0.25em; }

.need-help {
  color: #073a59; }

p.need-help {
  margin: 0; }

.need-help a {
  color: #073a59; }

.need-help a:hover {
  color: #073a59;
  text-decoration: underline; }

.navigation {
  float: right;
  position: relative;
  top: 60px;
  z-index: 1; }

.navigation ul {
  margin: 0;
  padding: 0; }

.navigation li {
  list-style: none;
  display: inline; }

.navigation a {
  color: #6a7f91;
  font-weight: bold;
  font-size: 0.85em;
  padding-bottom: 4px;
  display: block;
  margin-right: 1.25em;
  float: left;
  position: relative;
  text-align: center; }

.menu > li > a {
  position: relative;
  z-index: 100001; }

.menu .active > a {
  color: #2d9aa6; }

.navigation .submenu {
  position: absolute;
  background: transparent;
  padding: 45px 0 0;
  margin-top: 0;
  top: 0;
  z-index: 10001;
  display: none; }

.navigation .submenu li {
  display: block; }

.navigation .submenu a {
  color: #fff;
  background: #2d9aa6;
  margin: 0;
  padding: 12px 0 12px 10px;
  width: 180px;
  display: block;
  float: none;
  text-align: left; }

.navigation .submenu a:hover {
  background: #48becb; }

.navigation a:before {
  position: absolute;
  color: #2D9AA6;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 4px;
  max-width: 0;
  border-bottom: 1px solid #2D9AA6;
  content: attr(title);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s; }

.navigation a:hover:before,
.navigation a:focus:before {
  max-width: 100%;
  color: #2D9AA6; }

.nav-border-bottom {
  border-bottom: 1px solid #2D9AA6; }

.header .search {
  background: #2d9aa6;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.search:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.search:hover {
  color: #184f55; }

.search-wrapper {
  padding: 0;
  margin: 0;
  position: relative; }

.search-form.open > .search-wrapper {
  padding: 5px 0; }

.search-form {
  position: absolute;
  z-index: 1001;
  top: 105px;
  outline: none;
  background: #fff;
  width: 0;
  height: auto;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s; }

.search-form.open {
  border: 1px solid #ccc;
  width: 100%; }

.search-form input {
  color: #2D9AA6;
  height: 30px;
  padding: 0;
  font-size: 1.5em;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid transparent;
  width: 0;
  height: 100%;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.search-form.open button {
  border: 1px solid #278089;
  display: block;
  width: auto; }

/* Home Page Content Tabs / Mobile Accordion */
.home-content .row {
  background: #073a59; }

ul.resp-tabs-list p {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-size: 18px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  color: #073a59;
  font-weight: 300;
  font-family: 'OpenSansRegular', 'Helvetica Neue', Arial, sans-serif; }

.resp-tabs-container {
  padding: 0px;
  background-color: #073a59;
  clear: left; }

.resp-tabs-container h2 {
  font-weight: 300;
  font-family: 'OpenSansLight', 'Helvetica Neue', Arial, sans-serif;
  font-size: 28px; }

.resp-tabs-container p {
  padding-bottom: 1em;
  color: #fff;
  font-family: 'OpenSansLight', 'Helvetica Neue', Arial, sans-serif; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 15px; }

.resp-tab-active {
  padding: 12px 14px 14px 14px !important; }

.resp-tab-active {
  border-bottom: none;
  background-color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 18px;
  border-bottom: 1px dashed #c1c1c1;
  margin: 0px;
  padding: 10px 15px; }

h2.resp-tab-active {
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 20%;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 25px 10px 10px;
  overflow: hidden;
  padding: 0; }

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 20px 15px !important;
  cursor: pointer;
  float: none;
  text-indent: 2px;
  border-bottom: 1px dashed #c4cbe0; }

.resp-vtabs .resp-tabs-list li:last-child {
  border: none; }

.resp-vtabs .resp-tabs-list li [class*="icon-"],
h2.resp-accordion [class*="icon-"] {
  padding-right: 10px; }

.resp-vtabs .resp-tabs-container {
  padding: 10px 0 20px;
  background-color: #073a59;
  float: left;
  width: 77%;
  min-height: 250px;
  clear: none; }

.resp-vtabs .resp-tab-content {
  border: none; }

.resp-vtabs li.resp-tab-active,
.resp-vtabs .resp-tabs-list li:hover {
  color: #f23322; }

.resp-vtabs li.resp-tab-active {
  background: url(/images/tabs-arrow-left.png) no-repeat right center; }

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c1c1c1; }

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff; }

.content-tabs-form .zip-input,
.content-tabs-form .zip-btn {
  width: 150px;
  float: left; }

.content-tabs-form .btn {
  background: url(/images/btn-get-rates.png) no-repeat;
  overflow: hidden;
  height: 45px;
  width: 147px;
  padding: 0;
  border-radius: 0;
  margin-left: 3px; }

.content-tabs-form .btn:hover {
  background-position: 0 -45px; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #073a59 !important;
  border: none;
  color: #fff; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-easy-accordion .resp-tab-content {
  border: 1px dashed #c1c1c1; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion:first-child {
  border-top: 1px dashed #C1C1C1; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1260px) {
  .home-content .inner-page {
    padding: 2em 0;
    -moz-transition: 1s; } }
@media only screen and (max-width: 910px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }

  .resp-vtabs .resp-tab-content {
    padding: 15px 0; }

  .resp-vtabs .resp-tabs-container {
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
    padding: 0;
    background: #fff; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; }

  .resp-tab-content .col-5,
  .resp-tab-content .col-7 {
    width: 100%; }

  .content-tabs-form {
    display: block;
    height: 40px;
    margin-bottom: 20px; }

  .content-tabs-form .zip-input,
  .content-tabs-form .zip-btn {
    width: 47%;
    float: left;
    padding-right: 10px; }

  .resp-tabs-container p {
    color: #6a7f91; } }
@media only screen and (max-width: 410px) {
  .content-tabs-form .zip-input,
  .content-tabs-form .zip-btn {
    width: 80%; } }
/* The grid */
.the-grid {
  position: relative;
  background: #fff;
  color: #073a59;
  width: 100%; }

/*
.grid-list-view {
	background: #073a59;
}
*/
/* Grid left-nav */
.grid-nav {
  width: 60px;
  height: auto;
  border: 3px solid #33415D;
  border-right: none;
  position: fixed;
  /*position: absolute;*/
  margin-left: -60px; }

div.service-area {
  font-size: 1.2em; }

/* Energy type tabs */
.grid-tabs ol {
  float: left;
  width: 99%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1%;
  text-align: center;
  border-bottom: 3px solid #33415D; }

.grid-tabs li a {
  color: #33415D;
  display: inline-block;
  float: left;
  width: 33%;
  padding: 15px 0; }

.grid-tabs li a:visited {
  color: #33415D; }

.grid-tabs li a:hover {
  background: #eee; }

.grid-tabs .selected a, .grid-tabs .selected a:visited, .grid-tabs .selected a:hover {
  background: #33415D;
  color: #fff; }

.grid-tabs:after {
  content: "";
  clear: both;
  display: table; }

/* options/select wrapper with switch anchors */
.grid-options {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  text-align: center; }

.grid-options a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  color: #d0d0d0;
  margin: 2px; }

.grid-options a:hover, .grid-options a.grid-selected {
  color: #33415D; }

.grid-options a:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.5em;
  text-align: center;
  display: inline-block; }

.grid-header {
  background: #073a59;
  color: #fff;
  padding: 0.4em 0 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99; }

.grid-header:after {
  content: "";
  clear: both;
  display: table; }

.grid-header ol {
  margin: 0;
  padding: 0; }

.grid-header ol li {
  font-size: small;
  list-style: none;
  display: block;
  line-height: 1;
  padding-top: 10px;
  float: left; }

.grid-header span {
  /*cursor: help;*/ }

.grid-header a.sortable {
  color: #fff;
  cursor: pointer;
  padding: 0 15px 0 0;
  text-decoration: underline; }

.grid-header a.sortable.on {
  /*font-weight: bold;*/
  /*text-decoration: underline;*/ }

.grid-header a.sortable.up {
  background: url(/images/sortable.png) no-repeat right -79px; }

.grid-header a.sortable.down {
  background: url(/images/sortable.png) no-repeat right 5px; }

.grid-header a.on.up {
  background: url(/images/sortableON.png) no-repeat right -79px; }

.grid-header a.on.down {
  background: url(/images/sortableON.png) no-repeat right 5px; }

.grid-header a.sortable:hover {
  text-decoration: underline; }

.grid-header .contextual-help {
  position: absolute;
  background: #2e9aa6;
  border-radius: 8px;
  padding: 0.5em 0.8em;
  white-space: nowrap;
  z-index: 900001;
  /*  margin: -10px 0 0 -50%;*/ }

.h-description {
  text-align: left; }

.sort small {
  font-weight: 400;
  font-size: 1em; }

.select {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto; }

.sort .btn {
  width: auto; }

.dock-search {
  padding-top: 22px;
  margin: 0; }

.dock-search input:hover, .gn-menu li a.gn-icon-search > .dock-search input:hover {
  color: #eee; }

.grid-view {
  margin-top: 15px;
  float: right; }

/* General style of switch items' list */
.the-grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 4em;
  text-align: center; }

.the-grid .business-thank-you ul {
  text-align: left;
  margin: 0 0 0 20px; }

.the-grid .business-thank-you ul li {
  padding: 10px 0; }

.business-thank-you-zip ul, .business-thank-you ul {
  text-align: left;
  margin: 0 0 0 20px;
  list-style: disc outside none; }

.the-grid .business-thank-you-zip ul li, .the-grid .business-thank-you ul li {
  padding: 10px 0;
  list-style: disc outside none;
  display: list-item;
  border: none; }

/* Clear eventual floats */
.the-grid ul:before, .the-grid ul:after {
  content: " ";
  display: table; }

.the-grid ul:after {
  clear: both; }

.the-grid ul li {
  display: block;
  position: relative;
  /* May need to change this in final design */
  z-index: 1; }

.grid-image {
  display: block;
  margin: 0 auto;
  cursor: pointer; }

.grid-image img {
  display: inline-block;
  max-width: 150%;
  border: none;
  z-index: 2;
  position: relative; }

.grid-title {
  margin: 0;
  padding: 0; }

h4.title {
  color: #fff; }

.grid-term {
  font-weight: 400;
  font-size: 1.2em;
  padding-top: 20%; }

.grid-box-view .grid-term {
  font-size: 1em; }

.grid-price {
  color: #073a59;
  font-weight: 800; }

.grid-price small {
  display: block;
  font-size: small; }

.grid-list, .grid-box {
  cursor: pointer; }

/* Large grid view */
.grid-box-view ul#products {
  text-align: center;
  padding-left: 4em; }

.grid-box-view ul#products li {
  width: 22%;
  background: #ecf1f1;
  background: -moz-linear-gradient(top, #ffffff 24%, #ecf1f1 24%, #ecf1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #ffffff), color-stop(26%, #ecf1f1), color-stop(100%, #ecf1f1));
  background: -webkit-linear-gradient(top, #ffffff 24%, #ecf1f1 24%, #ecf1f1 100%);
  background: -o-linear-gradient(top, #ffffff 24%, #ecf1f1 24%, #ecf1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 24%, #ecf1f1 24%, #ecf1f1 100%);
  background: linear-gradient(to bottom, #ffffff 24%, #ecf1f1 24%, #ecf1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf1f1',GradientType=0 );
  text-align: center;
  padding: 0 0 10px;
  margin: 20px 1% 0 0;
  display: inline-block;
  min-height: 420px;
  vertical-align: top; }

.grid-box-view .grid-title {
  font-size: 1.1em;
  margin: 77px 0 20px;
  padding: 0 0 0 10px;
  text-align: left;
  width: 85%; }

.grid-box-view .grid-details-wrapper {
  display: none; }

.grid-box-view .box-view-deatils {
  display: block; }

.grid-box-view .box-view-deatils .more-info,
.grid-box-view .box-view-deatils .share-email-button {
  font-size: 0.8em;
  margin-top: 1em;
  width: 50%; }

.grid-box-view .term-and-rates {
  float: left;
  width: 48% !important; }

.grid-box-view .term-and-rates.the-term {
  margin-left: 2%; }

.grid-box-view .grid-term-label,
.grid-box-view .grid-term,
.grid-box-view .grid-price-label,
.grid-box-view .grid-price {
  height: 30px; }

.grid-box-view .grid-term,
.grid-box-view .grid-price {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  height: 60px;
  padding: 4px 0 4px 6px;
  border: 1px solid #b6c9da; }

.grid-box-view .grid-price {
  padding-top: 0; }

.grid-box-view .grid-term {
  font-size: 1.4em;
  padding-top: 0.5em; }

.grid-box-view .grid-term-label,
.grid-box-view .grid-price-label {
  background: #2d9aa6;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 0 2px;
  display: block;
  width: 100%;
  margin: 0 auto; }

.grid-box-view .grid-price {
  font-size: 1.85em; }

.grid-box-view .grid-term-label {
  border-right: 1px solid #b6c9da; }

.grid-box-view .grid-price-label {
  border-left: 1px solid #b6c9da; }

.grid-box-view .grid-header span {
  display: none; }

.grid-box-view .col-1,
.grid-box-view .col-2,
.grid-box-view .col-3,
.grid-box-view .col-4,
.grid-box-view .col-5,
.grid-box-view .col-6,
.grid-box-view .col-7,
.grid-box-view .col-8,
.grid-box-view .col-9,
.grid-box-view .col-10,
.grid-box-view .col-11,
.grid-box-view .col-12 {
  width: 100%; }

#lead-container .col-1 {
  width: 8.33333333333%; }

#lead-container .col-2 {
  width: 16.6666666667%; }

#lead-container .col-3 {
  width: 25%; }

#lead-container .col-4 {
  width: 33.3333333333%; }

#lead-container .col-5 {
  width: 41.6666666667%; }

#lead-container .col-6 {
  width: 50%; }

#lead-container .col-7 {
  width: 58.3333333333%; }

#lead-container .col-8 {
  width: 66.6666666667%; }

#lead-container .col-9 {
  width: 75%; }

#lead-container .col-10 {
  width: 83.3333333333%; }

#lead-container .col-11 {
  width: 91.6666666667%; }

#lead-container .col-12 {
  width: 100%; }

.grid-box-view .push-1 {
  margin: 0;
  padding: 0; }

.grid-box-view input[type="checkbox"] {
  width: auto;
  margin: 9px 0 6px; }

.grid-box-view .grid-header {
  display: none !important; }

.grid-box-view .brand-card {
  position: absolute;
  margin-top: -20px; }

.grid-box-view .kwh {
  font-size: 0.75em;
  width: 100%;
  position: absolute;
  bottom: 0; }

.grid-box-view .grid-image img {
  max-width: 80%; }

/* List view */
.grid-list-view ul li {
  padding: 20px 0;
  white-space: nowrap;
  border-bottom: 1px solid rgba(100, 100, 100, 0.15); }

.grid-list-view ul li:last-of-type {
  border: none; }

.grid-list-view .grid-image, .grid-list-view .grid-details, .grid-list-view .grid-term, .grid-list-view .grid-price, .grid-list-view {
  display: block;
  display: inline-block;
  vertical-align: middle; }

.grid-list-view .grid-title {
  font-size: 1em;
  margin-bottom: 0.35em;
  white-space: normal;
  text-align: left; }

.grid-list-view .grid-price {
  font-size: 1.75em;
  padding-top: 0.5em; }

.grid-list-view .grid-details {
  text-align: left;
  padding: 0;
  padding-right: 1em;
  overflow: hidden;
  white-space: normal;
  font-size: .9em; }

.grid-list-view .grid-details-wrapper {
  text-align: left; }

.grid-list-view .grid-term-label,
.grid-list-view .grid-price-label {
  display: none; }

.grid-list-view .box-view-deatils {
  display: none; }

.grid-list-view ul li {
  white-space: normal; }

/* Business energy form */
.business-energy {
  padding: 1em 0 2em 0; }

.business-energy fieldset {
  margin: 0 0 1em; }

.business-energy label {
  display: block;
  float: left;
  text-align: left;
  padding-left: 1.5em; }

.business-energy input, .business-energy select {
  margin-left: 2%;
  width: 50%;
  display: block;
  float: left; }

.the-grid .business-energy input,
.the-grid .business-energy textarea {
  margin-left: 0; }

.the-grid .business-energy label {
  padding-left: 0; }

.business-energy input {
  width: 100%; }

.business-energy textarea {
  margin-left: 2%; }

.business-energy select {
  width: auto; }

.business-energy .submit-container {
  text-align: center; }

.sort {
  margin-top: 6px;
  float: right; }

.sort-by {
  color: #073a59;
  padding-top: 10px;
  margin-right: 10px; }

#product-sortSelectBoxIt {
  border: 1px solid #ccc; }

.product-sort {
  display: block;
  float: left;
  text-transform: capitalize;
  outline: none;
  width: auto !important; }

.after-submit-info {
  margin: 0 1.5em; }

.help-panel-open .term-and-rates {
  font-size: 0.75em; }

div.provider-info-modal {
  max-width: 600px;
  font-size: 0.8em; }

div.provider-info-modal h2 {
  font-size: 1.2em; }

div.provider-info-modal h3 {
  font-size: 1.0em; }

div.provider-info-modal img {
  float: right;
  margin-left: 1.0em;
  margin-bottom: 1.0em; }

div.provider-info-modal p {
  padding: 0; }

/* Menu */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Navigation */
.gn-menu-main,
.gn-menu-main ul {
  margin: 0;
  padding: 0;
  background: #d9e1e4;
  color: #fff;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  /*    line-height: 60px;*/ }

.gn-menu-main {
  padding-top: 0.5em; }

.gn-menu-main {
  position: relative;
  z-index: 999;
  width: 100%;
  font-size: 13px; }

.gn-menu-wrapper a {
  padding: 20px 0; }

.gn-menu-main a {
  display: block;
  background: #073a59;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.gn-menu-main a:hover {
  background: #05263a;
  color: #fff; }

.gn-menu-main .tools a:hover {
  background: #2e9aa6;
  color: #fff; }

.gn-menu li {
  position: relative;
  text-align: center; }

.gn-menu-main > li {
  display: block;
  float: left;
  margin-right: 0.4em;
  border: none;
  text-align: center; }

/* icon-only trigger (menu item) */
.gn-menu-main li.menu-trigger {
  position: relative;
  /*border-left: 1px solid #c6d0da;*/
  width: 6%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
.grid-tab {
	width: 28.666666667%;
}
*/
.grid-tab a {
  background: #8bc7ce;
  color: #fff; }

.grid-tab a:hover {
  background: #073a59;
  color: #fff; }

.grid-tab .selected, .grid-tab .selected:hover {
  background: #073a59;
  color: #fff; }

.gn-menu-main > li > a, .grid-view-select > li > a {
  /*padding: 0 30px;*/
  text-transform: uppercase;
  font-weight: bold; }

.grid-tab a i {
  font-size: 2em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em; }

.gn-menu-main > li > a {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  line-height: 3; }

.grid-box {
  display: none; }

.grid-view-select {
  position: relative;
  padding: 0;
  margin: 0; }

.grid-view-select li a {
  background: #fff;
  color: #33415D;
  line-height: 1; }

.grid-view-select i {
  font-size: 1.5em; }

.grid-view-select span {
  display: block;
  font-size: 0.75em; }

.switch-view a {
  padding: 0.9em 0.8em 0.5em; }

.switch-view .grid-selected, .switch-view .grid-selected:hover {
  background: #2e9aa6;
  color: #fff; }

.gn-menu-main:after {
  display: table;
  clear: both;
  content: ""; }

.gn-menu-wrapper,
.gn-menu-wrapper.gn-open-part,
.gn-menu-wrapper.gn-open-all {
  height: 240px; }

.gn-menu-wrapper {
  position: absolute;
  z-index: 40001;
  color: #fff;
  top: 85px;
  left: 0;
  /*  margin-left: 60px;*/
  display: block;
  overflow: hidden;
  width: 40px;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s; }

.gn-menu-wrapper.gn-open-part {
  width: 5em; }

.gn-menu-wrapper.gn-open-all {
  width: 200px; }

.gn-scroller {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%; }

.gn-menu {
  text-align: left;
  font-size: 18px; }

.gn-menu li:not(:first-child),
.gn-menu li li {
  /*box-shadow: inset 0 1px #c6d0da*/ }

.tools a {
  background: #2e9aa6; }

input.gn-search {
  position: relative;
  z-index: 10;
  outline: none;
  border: none;
  background: transparent;
  color: #5f6f81;
  font-weight: 300;
  cursor: pointer; }

/* placeholder */
.gn-search::-webkit-input-placeholder {
  color: #5f6f81; }

.gn-search:-moz-placeholder {
  color: #5f6f81; }

.gn-search::-moz-placeholder {
  color: #5f6f81; }

.gn-search:-ms-input-placeholder {
  color: #5f6f81; }

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent; }

input.gn-search:focus {
  cursor: text; }

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: white; }

/* placeholder */
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: white; }

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: white; }

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: white; }

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: white; }

.gn-icon {
  width: 100%; }

.gn-icon:before {
  display: inline-block;
  /*width: 60px;*/
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  /*font-family: 'ecoicons';*/
  font-family: 'fontawesome';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased; }

.gn-icon-help:before {
  content: ""; }

.gn-icon-filter:before {
  content: "\f0b0" !important; }

.gn-icon-cog:before {
  content: "\f013"; }

.gn-icon-search:before {
  content: ""; }

.gn-icon-list:before {
  content: "\f00b"; }

.gn-icon-box:before {
  content: "\f00a"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-remove {
  color: #fff;
  background: #6a7f91; }

.icon-remove:hover {
  color: #fff;
  background: #073a59; }

.modal-close:before {
  font-family: 'fontawesome';
  content: "\f00d"; }

.modal-close {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 5px; }

#gn-open-more-panel .icon-remove,
.view-panel .icon-remove,
.filter-panel .icon-remove,
.more-info-panel .icon-remove {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2003;
  font-weight: 100;
  padding: 15px;
  font-size: 1.25em; }

.gn-icon span {
  font-size: 16px;
  display: none;
  overflow: hidden; }

.gn-icon-menu:before {
  /*content: "\f0c9";*/ }

.no-touch .gn-icon-menu:hover:before,
.no-touch .gn-icon-menu.gn-selected:hover:before {
  background: white;
  box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white; }

/*.gn-icon-menu.gn-selected:before {
	background: #5993cd;
	box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}*/
/* styles for opening menu */
.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part,
.gn-menu-wrapper.gn-open-more-panel {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

#gn-open-more-panel,
.more-info-panel,
.filter-panel {
  color: #fff;
  background: #40586d;
  padding-left: 0;
  height: 100%;
  position: fixed;
  width: 0%;
  overflow-y: scroll;
  display: block;
  right: 0;
  top: 0;
  z-index: 8000001;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s; }

#gn-open-more-panel.gn-open-more-panel,
.filter-panel.open,
.more-info-panel.open {
  display: block;
  width: 25%;
  padding: 20px 0 0 20px; }

.gn-menu-wrapper.gn-open-all .gn-menu li a {
  text-align: left;
  padding-left: 40px; }

.gn-menu-wrapper.gn-open-all .gn-menu li .gn-icon span {
  display: inline;
  position: absolute;
  left: 70px;
  top: 1px;
  line-height: 60px; }

.help-panel {
  /*overflow-y: scroll;*/
  width: 95%;
  padding: 0 20px 0 0; }

.help-panel ul {
  padding: 0; }

.help-panel ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.help-panel ul li a {
  color: #fff;
  display: block;
  padding: 1em 0; }

.help-panel ul li a:hover {
  background: rgba(255, 255, 255, 0.1); }

.filter li span {
  position: absolute;
  left: 70px;
  top: 1px; }

.collapse-menu {
  display: none; }

.gn-open-all .collapse-menu {
  display: block; }

.grid-list-view .product:nth-child(odd) {
  background: #ecf1f1; }

.grid-list-view .product:nth-child(even) {
  background: #fff; }

.grid-box-view .product {
  border: 1px solid #b6c9da; }

.product:hover,
.grid-list-view .product:hover {
  background: #DDE4EC; }

li.no-products {
  font-size: 1.2em; }

.grid-box-view .product:hover {
  background: #e5ecf2; }

.order-wrapper {
  padding: 0 0.5em; }

.phone {
  font-weight: 800; }

.phone .btn {
  white-space: normal;
  font-size: 24px;
  padding: 8px 5px;
  color: #f23322 !important;
  overflow: visible; }

.phone .btn,
.phone .btn:hover {
  cursor: default;
  background: none; }

.grid-box-view .phone .btn {
  margin-top: 1em; }

.grid-box-view .order-wrapper {
  padding: 0 2%; }

.order-online {
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.9em;
  margin: 0.5em auto;
  white-space: normal;
  display: block;
  text-transform: capitalize;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  width: 135px; }

.order-online:hover {
  color: #fff;
  background: #E1614A; }

.more-info,
.share-email-button,
.order-it,
.not-available {
  background: #6a7f91;
  color: #fff;
  display: inline;
  font-size: small;
  padding: 4px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.not-available:hover,
.not-available:visited:hover,
.more-info:hover,
.more-info:visited:hover,
.share-email-button:hover,
.share-email-button:visited:hover,
.order-it:hover,
.order-it:visited:hover {
  background: #99a7b5;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.order-it {
  background: #2D9AA6; }
  .order-it:hover, .order-it:visited:hover {
    background-color: #267780; }

.not-available,
.not-available:hover,
.not-available:visited:hover {
  cursor: default;
  background: #99a6b5; }

@media (min-width: 960px) {
  .breaker {
    display: none; } }
.ie8 .breaker, .ie7 .breaker {
  display: none; }

.see-plan {
  font-size: 14px;
  color: #99a6b5;
  text-decoration: underline; }

.share-email-container {
  padding: 7px; }

.share-box {
  text-align: center;
  line-height: 1.5; }

.more-info-panel h4 {
  color: #A5B5C2; }

.more-info-panel .efl-link,
.more-info-panel .tos-link,
.more-info-panel .yrac-link {
  color: #fff;
  width: 48%;
  height: 48px;
  display: block;
  float: left;
  font-size: 0.9em;
  background: #2D9AA6;
  text-align: center;
  margin: 1em 2% 1em 0;
  padding: 15px 0 0; }

.more-info-panel .yrac-link {
  width: 100%;
  margin-top: 0; }

.more-info-panel .efl-link:hover,
.more-info-panel .tos-link:hover,
.more-info-panel .yrac-link:hover {
  background: #267780; }

.more-info-panel .tos-link {
  margin-right: 0;
  width: 50%; }

.more-info-panel-wrapper,
.filter-panel-wrapper {
  padding: 15px; }

.more-info-panel-wrapper {
  width: 90%; }

.more-info-panel p {
  width: 95%; }

a.prod-details {
  color: #aaa; }

.product-name {
  font-size: 1.25em;
  line-height: 1.25; }

.provider-logo {
  background: #fff;
  padding: 0.5em 0.75em;
  margin: 0.5em auto;
  display: block; }

.provider-name {
  padding: 1em 0 1em 1em;
  background: #6A7F90;
  cursor: pointer; }

.provider-name:hover {
  opacity: 0.8; }

.provider-info-wrapper {
  position: relative; }

.provider-info-wrapper .icon-chevron-down {
  position: absolute;
  top: 1em;
  right: 1em; }

.provider-info {
  background: #6A7F90;
  padding: 5px 0 5px 10px;
  display: none; }

.provider-info ul {
  list-style-type: disc;
  text-align: left;
  margin: 0; }

.provider-info li {
  border: none; }

.provider-info ul li {
  list-style-type: disc;
  margin: 20px 0;
  display: block;
  padding: 0;
  white-space: normal; }

.phone-number,
.phone-number-alt,
.more-info-panel .order-now-button {
  background: #f23322;
  float: left;
  width: 48%;
  height: 48px;
  display: block;
  font-weight: 800;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 0 0;
  margin: 0.75em 2% 1em 0; }

.more-info-panel .order-now-button {
  background: #2D9AA6;
  padding-top: 15px;
  font-size: 1em;
  margin-right: 0;
  width: 50%;
  line-height: 39px; }

.description-wrapper {
  background: #6A7F90;
  padding: 10px;
  clear: both; }

.grid-list-view .compare-label {
  display: none; }

.grid-box-view .compare-products {
  width: 40%;
  float: right;
  background: #b6c9da;
  color: #fff;
  font-weight: 400; }

.grid-box-view .compare-label {
  padding: 5px 10px;
  float: right;
  display: block; }

.grid-box-view .more-info {
  font-size: 1.2em; }

.grid-box-view .share-email-button {
  font-size: 1.2em; }

input[type="checkbox"] {
  margin-top: 20px;
  border: none;
  width: auto; }

.ie9 input[type="checkbox"] {
  margin: 20px 0 0 0; }

.ie8 input[type="checkbox"] {
  margin: 20px 0 0 0; }

.modal {
  position: fixed;
  visibility: hidden;
  top: 15%;
  left: 50%;
  width: auto;
  min-width: 350px;
  margin-left: -240px;
  height: auto;
  z-index: 1001;
  backface-visibility: hidden; }

.modal.show {
  visibility: visible; }

.modal-content {
  color: #40586d;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.modal-content:after {
  content: "";
  clear: both;
  display: table; }

.modal-content .btn {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.modal-heading {
  padding: 0.5em;
  color: #fff;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
  background: #073a59;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.modal-inner {
  padding: 1em;
  text-align: left; }

.modal-inner tr td {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 2.5em 0.5em 1em; }

.modal p {
  line-height: 1em;
  text-align: left;
  padding: 0 3em; }

.modal .close {
  display: block;
  cursor: pointer; }

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(200, 200, 200, 0.8);
  transition: all 0.3s; }

.modal.show ~ .modal-overlay {
  opacity: 1;
  visibility: visible; }

.help-contents {
  color: white; }

.the-grid ul.help-contents {
  margin: 0;
  padding: 0;
  text-align: left; }

.grid-list-view .help-contents li,
.grid-box-view .help-contents li {
  white-space: normal;
  padding: 0.5em 1em 0.25em 1em;
  border: none; }

.grid-list-view .help-contents li:hover,
.grid-box-view .help-contents li:hover {
  background: #6A7F90; }

.help-contents .heading {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 0; }

input.parsley-success, textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important; }

input.parsley-error, textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important; }

input.parsley-success {
  width: 150px;
  margin: 0 2px !important; }

ul.parsley-error-list {
  font-size: 11px;
  margin: 2px;
  list-style-type: none;
  padding: 0 !important;
  float: left; }

ul.parsley-error-list li {
  line-height: 11px;
  padding: 0 !important; }

#compare-panel-info {
  width: 50%;
  right: 0;
  top: 160;
  height: 100%;
  background: #33415D;
  position: fixed;
  z-index: 1000;
  display: none;
  color: white; }

#intro-message {
  display: none;
  z-index: 1000000;
  top: 50%;
  left: 50%;
  position: fixed; }

/* Upper footer */
.upper-footer {
  color: #073a59;
  border-top: 2px solid #c3c3c3;
  text-align: center;
  padding: 1em 0 0; }

.upper-footer-content {
  padding: 0 2em; }
  @media (max-width: 599px) {
    .upper-footer-content {
      width: 100%; } }

.upper-footer-content h2, .upper-footer-content span.largeBlue {
  margin: 0 0 0.75em;
  font-size: 1.25em;
  font-weight: 300;
  font-family: 'OpenSansRegular', 'Helvetica Neue', Arial, sans-serif; }

.trust-list {
  padding: 0;
  list-style: none; }

.trust-list li {
  display: inline-block;
  padding-right: 10px; }

.social-platforms {
  /*padding: 0 0 0 1em;*/
  padding: 0 0 0 25%;
  width: 100%;
  margin: 1.5em auto 0; }

.social-platforms li {
  display: block;
  float: left;
  padding-right: 1em; }

.social-platforms a {
  display: block; }

.social-platforms a:hover {
  opacity: .7; }

.social-platforms li:last-child {
  margin-right: 0; }

.facebook-icon, .twitter-icon, .googleplus-icon {
  background: url("/images/social-icons.png") no-repeat;
  height: 60px;
  width: 52px; }

.twitter-icon {
  background-position: -85px -2px; }

.googleplus-icon {
  background-position: -170px -2px; }

.feedback {
  position: relative;
  padding: 0 4em; }

/* Footer */
.footer-container {
  background: #003d63;
  border-top: 3px solid #508db2; }

.footer-content-wrapper {
  color: #fff;
  text-align: center;
  padding-bottom: 2em; }

.footer-content {
  border-top: 1px solid #1a6491;
  padding: 1em 4% 0; }

.footer-content a,
.footer-content a:visited {
  color: #fff; }

.footer-content a:hover,
.footer-content a:visited:hover {
  text-decoration: underline; }

.footer-content h2 {
  margin: 0;
  font-size: 1.25em;
  font-weight: 300; }

.footer-content h3 {
  font-size: 18px;
  text-transform: uppercase; }

.footer-content li {
  display: inline-block; }

.footer-logo {
  margin: .8em 2em 0 0; }

.footer-content .u-list {
  margin-top: 10px; }

.footer-content .u-list {
  margin: 5px 0 15px; }

.footer-content .u-list li {
  margin-right: 1em; }

.footer-content .u-list li a:hover {
  text-decoration: none;
  color: #2D9AA6; }

.footer-content .u-list li:after {
  content: " |";
  margin-left: 1em; }

.footer-content .u-list li:last-child:after {
  content: ""; }

.copyright {
  padding-top: 1em; }

.upper-footer .email-wrapper {
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3; }

.email-form {
  margin: .5em 0 1em; }

.upper-footer-content .email-form input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 12px;
  height: 40px;
  width: 65%;
  margin-bottom: 0.5em;
  float: left;
  border: 1px solid #CCC; }

.upper-footer-content .email-form .btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 40px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  float: right;
  width: 34%; }

.footer-form .label {
  margin-bottom: 10px;
  display: block;
  font-family: 'OpenSansLight', sans-serif;
  font-size: 1.5em;
  text-align: left;
  color: #2D9AA6; }

.input-footer {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px; }

.btn-footer {
  height: 46px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  width: 98%;
  margin-left: 2%;
  font-size: 1.1em;
  font-family: 'nimbus-sans', sans-serif;
  font-weight: 400;
  padding-top: .8em; }

.tagline {
  color: #fff;
  font-size: 28px;
  margin-top: 35px;
  font-style: italic; }

/* -----------------------------------------------------------------------

	LEARNING CENTER

-----------------------------------------------------------------------*/
.lc-main-content {
  margin-top: 2.5em;
  float: left;
  margin: 0;
  width: 840px;
  max-width: 100%; }

.lc-callout {
  padding: 1em 3em 3em;
  text-align: center; }

.lc-callout h1, .lc-callout span.largeText {
  position: relative;
  font-size: 1.5em;
  text-shadow: none; }

.lc-callout p {
  font-size: 0.9em;
  text-shadow: none;
  font-weight: 100;
  line-height: 1.4; }

.lc-callout .btn {
  position: absolute;
  font-size: 1.35em;
  bottom: -20px;
  width: auto;
  left: 50%;
  display: block;
  margin-left: -90px; }

/*
.lc-banner {
	background: #073a59;
	color: #fff;
	padding: 1em 0.5em;
	height: 100%;
}
.lc-banner h2 {
	margin: 8px 0 -5px;
}
.lc-main-sidebar {
	width: 24%;
	min-height: 100%;
}
.lc-title {
	font-size: 18px;
	height: 100px;
}*/
.lc-content-spot {
  text-align: center;
  background: #fff;
  padding: 0;
  text-overflow: ellipsis;
  border: 1px solid #f3f3f3;
  border-top: none;
  border-right: none; }

.lc-featured {
  border-right: 1px solid #fff;
  margin-top: 0.5em; }

.lc-featured .popover {
  padding: .5em; }

.lc-featured .popover-title {
  font-size: 1em;
  border-bottom: 1px solid #fff; }

.lc-featured .popover .content-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 1; }

.lc-featured img {
  width: 100%;
  height: auto; }

.lc-featured figure {
  position: relative;
  max-width: 341px;
  height: 164px; }

.lc-categories {
  border: 1px solid #dedede; }

.lc-categories figure {
  position: relative; }

.lc-categories img {
  width: 100%; }

.lc-cat-links {
  padding-left: 28px;
  color: #6a7f91; }

.lc-cat-links li {
  margin-bottom: .5em; }

.lc-cat-links li a,
.lc-cat-links li a:visited {
  color: #6a7f91; }

.lc-cat-links li a:hover,
.lc-cat-links li a:visited:hover {
  color: #f23322; }

.view-all {
  font-size: small;
  font-weight: 400;
  margin-right: 1em;
  text-decoration: underline;
  margin-top: 0.3em; }

.main-title {
  color: #2D9AA6;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0 0.35em; }

.lc-featured .featured-title,
.js-lc-categories .featured-title {
  color: #fff;
  background: #2D9AA6;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0 0.5em 0.5em;
  font-weight: 400;
  font-size: 14px; }

.js-lc-categories .featured-title {
  font-size: 1em; }

.lc-popover .btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  margin: 0 10%;
  width: auto; }

.lc-popover .btn .icon-caret-right {
  margin: auto auto auto 5px; }

.lc-popover {
  color: white;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0; }

.lc-popover .wrapper {
  margin: 0;
  color: #fff; }

.lc-popover .title {
  font-weight: normal;
  font-size: 1.1em; }

.lc-popover .category {
  font-size: 0.7em; }

.lc-popover .author-line {
  color: #fff;
  font-size: 0.7em; }

.lc-popover .excerpt {
  color: #fff;
  font-size: 0.8em;
  margin-top: 10px;
  line-height: 1.2em; }

.writer-hero {
  background: #053a59;
  padding: 20px;
  margin-bottom: 20px; }

.writer-hero h1 {
  color: #fff;
  margin-top: 70px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .writer-hero h1 {
    color: #fff;
    margin-top: 0px;
    text-align: center; } }
.writer-hero a {
  color: #2D9AA6;
  font-size: 14px;
  text-align: center; }

/*** Optimized Featured ****/
.lco-featured {
  border-right: 1px solid #fff;
  margin-top: 0.5em;
  height: 164px; }

.lco-featured .wrap {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%; }

.lco-featured .wrap .title {
  position: absolute;
  bottom: 0;
  background: rgba(45, 154, 166, 0.75);
  padding: 10px;
  color: #fff;
  font-size: .9em;
  font-weight: 400;
  width: 100%; }

.lco-featured .wrap .hover-wrap {
  background: #2d9aa6;
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  -webkit-transition: opacity .2s ease-in-out 0s;
  -moz-transition: opacity .2s ease-in-out 0s;
  -o-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s; }

.lco-featured .wrap .hover-wrap:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

.lco-featured .author, .lco-featured .date {
  font-size: 0.7em; }

.lco-featured .excerpt {
  font-size: 0.8em;
  margin-top: 10px;
  line-height: 1.2em; }

.lco-featured .btn {
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 5; }

.lco-featured .cover-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; }

/*** End Optimized ***/
.post-header {
  background-color: #073a59;
  color: white;
  height: 150px; }

.post-bar {
  display: table;
  height: 100%; }

.post-date-wrapper {
  height: 100%;
  display: block;
  margin-right: 2%; }

.post-header .post-date {
  background-color: #eb1e0d;
  margin-left: 50px;
  padding: 10px;
  text-align: center;
  height: 100%;
  width: 100%; }

.post-date .day {
  margin-top: 10px;
  font-size: 56px;
  font-weight: bold; }

.post-header .post-meta {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px; }

.post-header h1 {
  font-weight: normal;
  color: #FFF;
  font-size: 1.5em; }

.post-header h1 a, .post-header h1 a:visited {
  color: #FFF; }

.post-header h1 a:hover {
  text-decoration: underline;
  color: #FFF; }

.post-header h2, .post-header span {
  font-weight: normal;
  color: #268a98;
  font-size: 1.0em;
  margin: 0 0 10px;
  margin-top: 10px; }

.post-header a.category {
  color: #268a98; }

.post-header a.category:hover {
  color: white; }

.post-img {
  max-width: 100%;
  max-height: 280px;
  float: right;
  margin: -170px -400px 20px 30px !important;
  z-index: 4; }

.post-content-row {
  background-color: #073a59; }

.social-media {
  list-style: none;
  height: 3em;
  margin: 0;
  padding: 0; }

.social-media li {
  float: left;
  margin: 0 1em; }

@media screen and (max-width: 480px) {
  .social-media li {
    margin: 0 2px; } }
.post-content-row .content {
  padding: 20px 20px 20px 50px;
  font-weight: normal;
  font-size: 1.0em;
  line-height: 1.5em;
  min-height: 700px; }

.post-content-row p {
  margin-bottom: 1.0em; }

.post-content-row h2 {
  color: #268a98;
  margin-bottom: 0.5em;
  margin-top: 2.0em; }

.similar-posts {
  background-color: #073a59;
  color: white;
  margin-top: 150px;
  padding: 0 77px 0 30px; }

.similar-posts h4 {
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 2px solid #fff;
  padding: 0 0 3px; }

.similar-posts ul {
  padding-left: 0px; }

.similar-posts li {
  list-style: none;
  padding-bottom: 20px;
  margin-left: 0px; }

.similar-posts .title {
  font-size: 1.2em;
  margin-bottom: 5px; }

.similar-posts .title a, .similar-posts .title a:visited {
  color: #fff; }

.similar-posts .title a:hover {
  text-decoration: underline; }

.similar-posts .author {
  font-weight: normal;
  font-size: 0.8em;
  color: #2D9AA6; }

.inner-page .state-select-banner .col-4 {
  margin-left: 0; }

.inner-page .state-select-banner .banner {
  background: url("/images/bg-poly-shape.png") no-repeat scroll 100% 50% #073A59;
  min-height: 129px; }

.inner-page .state-select-banner .select-state {
  min-height: 129px;
  padding-top: 3.4em; }

.inner-page .state-select-banner .secondary-heading {
  font-size: 22px; }

/* -----------------------------------------------------------------------

	LEARNING CENTER CATEGORY

----------------------------------------------------------------------- */
.category-intro {
  background: #053a59;
  padding: 20px 0; }

.category-intro h1 {
  font-size: 48px;
  float: left;
  display: inline-block;
  line-height: 1;
  font-family: "OpenSanLight", sans-serif;
  margin: 0 30px 10px 0;
  font-weight: 200; }

.category-intro p {
  color: #fff;
  font-weight: 200;
  padding-top: 6px;
  margin: 0; }

.lc-container {
  padding: 0px 20px;
  position: relative;
  max-width: 1243px;
  margin: 0 auto;
  color: #6a7f91; }

.featured-article {
  padding: 9px;
  display: block;
  background: #f1f4f9;
  margin: 15px 0 40px; }

.featured-article .article-content {
  width: 29%;
  float: left;
  padding: 25px 0 25px 10px;
  color: #6a7f91; }

.featured-article .article-title a {
  font-size: 20px;
  color: #2d9aa6;
  font-family: 'OpenSansBold','Helvetica Neue',Arial,sans-serif;
  margin-bottom: 10px;
  display: block; }

.featured-article .author-line {
  margin-bottom: 1em;
  font-style: italic; }

.featured-article .btn-read-more {
  border-radius: 5px;
  background: #f23322;
  padding: 7px 25px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff; }

.featured-article .article-image {
  float: left;
  width: 71%; }

.featured-article .article-image-inner {
  margin: 25px;
  overflow: hidden; }

.featured-article .lc-hero {
  overflow: hidden; }

.featured-article .article-image img {
  max-width: none;
  height: 315px;
  display: block;
  float: left; }

.lc-container .post-thumbnail {
  width: auto;
  height: auto; }

.category-post {
  width: 48%;
  display: inline-block;
  margin: 0 3% 20px 0;
  vertical-align: top;
  color: #6a7f91; }

.category-post:nth-child(odd) {
  margin-right: 0; }

.category-post .post-content .post-thumbnail {
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: block;
  float: left;
  margin: 5px 15px 15px 0; }

.category-post .post-content .post-thumbnail img {
  max-width: none; }

.category-post .post-title {
  font-size: 16px;
  margin-bottom: 8px;
  font-family: 'OpenSansBold','Helvetica Neue',Arial,sans-serif; }

.category-post .author-line {
  margin-bottom: 8px;
  font-style: italic; }

.excerpt-read-more {
  text-transform: uppercase;
  font-size: 12px;
  color: #f23322;
  display: inline-block; }

.excerpt-read-more:hover {
  color: #a61b1b; }

.lc-sidebar {
  width: 312px;
  background: #fff;
  position: relative;
  top: 20px;
  border: none;
  float: right; }

.sidebar-search {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.lc-search {
  background: #f1f4f9;
  padding: 6px; }

.sidebar-search input, .sidebar-search inputfield {
  border-radius: 0;
  border: 1px solid #ccc;
  color: #6A7F91;
  padding: 9px 7px 7px;
  font-size: 14px;
  width: 263px;
  float: left; }

.sidebar-search .search-submit {
  border: none;
  height: 35px;
  width: 35px;
  background: #2d9aa6;
  font-size: 14px;
  color: #fff;
  float: left; }

.lc-sidebar ul {
  list-style: none;
  padding: 0; }

.lc-sidebar ul li {
  margin-bottom: 20px; }

.lc-sidebar ul.nav-block {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }

.lc-sidebar ul h2 {
  font-size: 18px;
  font-style: italic; }

.lc-sidebar ul.nav-block li {
  padding: 5px 0 5px 5px;
  margin-bottom: 3px; }

.lc-sidebar ul.nav-block li.current, .lc-sidebar ul.nav-block li:hover {
  background: #f1f4f9; }

.lc-sidebar ul.nav-block li a {
  color: #6a7f91;
  font-size: 18px;
  width: auto;
  background: url(/images/sprite-icon-menu.jpg) no-repeat;
  padding: 15px 0 0 70px;
  height: 50px;
  display: block;
  font-weight: 200; }

.lc-sidebar ul.nav-block li.green-energy a {
  background-position: 0 0; }

.lc-sidebar ul.nav-block li.energy-deregualtion a {
  background-position: 0 -64px; }

.lc-sidebar ul.nav-block li.energy-saving-tips a {
  background-position: 0 -126px; }

.lc-sidebar ul.nav-block li.industry-news a {
  background-position: 0 -190px; }

.lc-sidebar ul.nav-block li.faq a {
  background-position: 0 -254px; }

.lc-sidebar ul.nav-block li.our-team a {
  background-position: 0 -513px; }

.lc-sidebar ul.nav-block li.switchers-guide a {
  background-position: 0 -322px; }

.lc-sidebar ul.nav-block li.movers-resources a {
  background-position: 0 -385px; }

.lc-sidebar ul.nav-block li.state-information a {
  background-position: 0 -449px; }

.lc-sidebar ul.nav-block li.iconic-fictional-power-sources a {
  background-position: 0 -577px; }

.lc-sidebar ul.nav-block li.which-states-care-about-the-planet a {
  background-position: 0 -641px; }

.lc-sidebar ul.nav-block li.how-wind-turbines-work a {
  background-position: 0 -705px; }

.lc-sidebar ul.nav-block li.kids-learning-center a {
  background-position: 0 -769px; }

.btn-slug-prev a,
.btn-slug-next a {
  border-radius: 5px;
  background: #f23322;
  color: #fff;
  font-size: 16px; }

.btn-slug-prev a:hover,
.btn-slug-next a:hover {
  background: #a61b1b; }

.btn-slug-prev a {
  float: left;
  padding: 8px 30px 8px 20px; }

.btn-slug-next a {
  float: right;
  padding: 8px 20px 8px 30px; }

.btn-slug-prev a i {
  padding-right: 15px; }

.btn-slug-next a i {
  padding-left: 15px; }

a#bbblink {
  margin: 0 auto !important; }

.bbb-wrapper {
  padding: 0;
  margin: auto;
  width: 80%; }

/** homepage **/
.mobile-menu {
  display: none;
  margin-left: 5px;
  width: auto !important;
  outline: none; }

.mobile-menu.btn {
  text-transform: capitalize; }

.hero-movers, .hero-switchers {
  max-height: 404px;
  overflow: hidden; }

.hero-movers img, .hero-switchers img {
  max-height: 100%;
  max-width: none; }

/* -----------------------------------------------------------------------

	BUSINESS FORM

----------------------------------------------------------------------- */
.controls.business-form {
  padding: 20px; }

.controls.business-form > .grid-row:first-child {
  margin: 0; }

.contact-form-wrapper {
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #E2E2E2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 0 1em;
  padding-top: 0.5em; }

#businessLeadForm .contact-form-wrapper label {
  padding-left: 18px;
  margin-right: 1%; }

.contact-form-wrapper .business-lead-submit {
  margin-bottom: 1.5em; }

#businessLeadForm h2 {
  margin: 0 0 20px 0;
  margin-bottom: 4px;
  padding: 10px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #E8E7E7;
  color: #4C4C4C;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif; }

#businessLeadForm h2.call-cta {
  background: #073a59;
  color: #fff; }

#businessLeadForm h3 {
  float: left;
  margin: 12px 20px 12px;
  color: #4C4C4C;
  font-size: 1em; }

#businessLeadForm fieldset {
  margin: 12px 0 12px;
  padding: 0;
  border: none; }

#businessLeadForm fieldset label {
  display: block;
  margin: 0 0 5px 5px;
  font-size: 1.1em; }

#businessLeadForm fieldset.radio label {
  display: inline-block; }

#businessLeadForm fieldset input[type="text"], #businessLeadForm fieldset textarea {
  display: inline-block;
  padding: 6px;
  width: 100%;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: gray;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

#businessLeadForm fieldset input[type="text"]#ContractEndDate {
  margin-left: 10px;
  width: 140px; }

#businessLeadForm fieldset textarea {
  min-height: 100px; }

#businessLeadForm fieldset input[type="text"]:focus, #businessLeadForm fieldset textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }

#businessLeadForm fieldset input[type="radio"] {
  margin: 0 5px 5px 10px;
  width: auto; }

#businessLeadForm .select2-container .select2-choice {
  height: 30px;
  line-height: 30px; }

#businessLeadForm .select2-container .select2-choice div b {
  background: url("/images/select2.png") no-repeat 0 1px; }

.business-energy select.LeadCurrentBillAmountID {
  margin-left: 0; }

.well, #businessLeadForm fieldset.submit-area {
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well h2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.3; }

.business-form-providers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.business-form-providers li {
  margin: 0 0 30px 0;
  float: left; }

#businessLeadForm fieldset input[type="submit"] {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px 35px 3px 35px;
  text-align: center;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.55);
  font-weight: bold;
  font-size: 16px;
  line-height: 27px; }

#businessLeadForm fieldset input[type="submit"].btn {
  width: 70%;
  margin: 0 0 1em;
  font-size: 1.25em;
  float: none; }

@media screen and (max-width: 480px) {
  #businessLeadForm fieldset input[type="submit"].btn {
    font-size: 14px; }

  #businessLeadForm input.business-lead-submit {
    width: 100% !important; } }
#businessLeadForm fieldset .after-submit-info {
  /*float: right;*/
  line-height: 1.5;
  padding-top: 0px; }

.input-error {
  border: 1px solid #c41425 !important;
  color: #c41425 !important; }

.business-lead-submit {
  width: 100%; }

.business-lead-phone {
  display: block;
  font-weight: block;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center; }

/** heros **/
.commercial-button-container {
  padding-top: 25px;
  text-align: center;
  margin: 0 auto; }

.hero.commercial form,
.hero.consulting form {
  text-align: center; }

.brand-logo {
  width: 135px;
  height: 75px;
  float: left;
  cursor: pointer;
  margin-right: 13px;
  text-indent: -9999px; }

.brands {
  height: 80px; }

.brand-arrow {
  float: left;
  opacity: 0;
  transition: 1s;
  -webkit-transition: ease 1s;
  -moz-transition: 1s;
  -o-transition: 1s; }

.brand-logo-container {
  left: 40px;
  position: absolute;
  background-color: #fff; }

.brands div.just-energy, .brands a.just-energy {
  background: url("/images/retailer-logo-sprite.png") -109px -71px no-repeat; }

.brands div.txu-energy, .brands a.txu-energy {
  background: url("/images/retailer-logo-sprite.png") 0 -71px no-repeat;
  width: 120px; }

.brand-logo.commerce-energy {
  background: url("/images/retailer-logo-sprite.png") -250px -71px no-repeat;
  width: 120px; }

.brand-logo.champion-energy {
  background: url("/images/retailer-logo-sprite.png") -400px -71px no-repeat;
  width: 130px; }

.brand-logo.constellation-energy {
  background: url("/images/retailer-logo-sprite.png") -677px -71px no-repeat;
  width: 150px; }

.brand-logo.cirro-energy {
  background: url("/images/retailer-logo-sprite.png") -552px -71px no-repeat;
  width: 120px; }

.brand-logo.bounce-energy {
  background: url("/images/retailer-logo-sprite.png") -834px -71px no-repeat;
  width: 130px; }

.brand-logo.infinite-energy {
  background: url("/images/retailer-logo-sprite.png") -967px -71px no-repeat;
  width: 130px; }

.brand-logo.startex-power {
  background: url("/images/retailer-logo-sprite.png") -1114px -71px no-repeat;
  width: 135px; }

.brand-logo.hudson-energy {
  background: url("/images/retailer-logo-sprite.png") -1260px -71px no-repeat;
  width: 130px; }

.brands div.just-energy:hover, .brands a.just-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -109px 0 no-repeat; }

.brands div.txu-energy:hover, .brands a.txu-energy:hover {
  background: url("/images/retailer-logo-sprite.png") 0 0 no-repeat;
  width: 120px; }

.brand-logo.commerce-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -250px 0 no-repeat;
  width: 120px; }

.brand-logo.champion-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -400px 0 no-repeat; }

.brand-logo.constellation-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -677px 0 no-repeat; }

.brand-logo.cirro-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -552px 0 no-repeat; }

.brand-logo.bounce-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -834px 0 no-repeat; }

.brand-logo.infinite-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -967px 0 no-repeat; }

.brand-logo.startex-power:hover {
  background: url("/images/retailer-logo-sprite.png") -1114px 0 no-repeat;
  width: 135px; }

.brand-logo.hudson-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -1260px 0 no-repeat; }

.brand-logo.tri-eagle {
  background: url("/images/retailer-logo-sprite.png") -1873px -71px no-repeat;
  width: 120px; }

.brand-logo.tri-eagle:hover {
  background: url("/images/retailer-logo-sprite.png") -1874px 1px no-repeat; }

.brand-logo.green-mountain {
  background: url("/images/retailer-logo-sprite.png") -2450px -71px no-repeat;
  width: 155px; }
  .brand-logo.green-mountain:hover {
    background: url("/images/retailer-logo-sprite.png") -2450px 1px no-repeat; }

.brand-logo.reliant {
  background: url("/images/retailer-logo-sprite.png") -1995px -71px no-repeat;
  width: 120px; }
  .brand-logo.reliant:hover {
    background: url("/images/retailer-logo-sprite.png") -1995px 1px no-repeat; }

.brand-logo.pennywise-power {
  background: url("/images/retailer-logo-sprite.png") -2278px -71px no-repeat;
  width: 150px; }
  .brand-logo.pennywise-power:hover {
    background: url("/images/retailer-logo-sprite.png") -2278px 1px no-repeat; }

.brand-logo.everything-energy {
  background: url("/images/retailer-logo-sprite.png") -2118px -71px no-repeat;
  width: 150px; }
  .brand-logo.everything-energy:hover {
    background: url("/images/retailer-logo-sprite.png") -2118px 1px no-repeat; }

.brand-logo.cirro {
  background: url("/images/retailer-logo-sprite.png") -552px -71px no-repeat;
  width: 110px; }
  .brand-logo.cirro:hover {
    background: url("/images/retailer-logo-sprite.png") -552px 1px no-repeat; }

.box {
  background: #2d9aa6;
  color: white;
  padding: 0.7em 0.5em;
  border-radius: 4px; }

.box h2 {
  color: white; }

.box img {
  float: right;
  margin-left: 1em; }

.box .btn {
  text-align: center;
  display: block; }

.geo tr {
  border: none; }

.business-hero .business-owners,
.business-hero img {
  /*  position: absolute;*/
  display: none; }

.collapsed .commerical-button {
  margin-top: 10px; }

#filter-select .title {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid white;
  line-height: 30px; }

#filter-select {
  padding: 5px; }

#filter-select input {
  width: auto;
  margin: 0 10px 0 0; }

.filter-container {
  padding: 4px;
  clear: both;
  overflow: hidden;
  font-size: 13px;
  line-height: 30px; }

.product-term-selector a {
  padding: 0; }

.product-term-selector {
  width: 90%; }

/* Commercial Testimonials */
.commercial-testimonials-wrapper {
  position: relative;
  width: 100%;
  float: right;
  margin-left: 30px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  background-color: #eee;
  border-radius: 8px; }

.caroufredsel_wrapper {
  margin: 0 auto !important; }

.testimonal-block {
  width: 260px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  text-align: center; }

.testimonal-block .icon-quote-left, .testimonal-block .icon-quote-right, .residential-testimonial .icon-quote-left, .residential-testimonial .icon-quote-right {
  color: #c0d1df; }

.testimonal-block .author {
  color: #073A59; }

.commercial-testimonials p {
  font-style: italic; }

.commercial-testimonials-wrapper .brand-arrow {
  padding-top: 31%;
  width: 40px;
  margin-top: 50px; }

/* Residential Testimonial */
.residential-testimonial blockquote {
  padding: 0;
  margin: 0; }

.residential-testimonial p, .residential-testimonial cite {
  font-size: 0.9em;
  color: #6A7F91;
  font-style: italic; }

.post-thumbnail {
  width: 284px;
  height: 190px; }

/* Movers & Switchers */
.sidebar-box {
  background: #ECF1F1;
  padding: 1.2em 1em;
  margin: 1em 0 2em 0; }

/* ABOUT US */
.row.bio {
  padding: 25px;
  background-color: #ececec;
  border-bottom: 1px solid rgba(100, 100, 100, 0.15);
  margin-bottom: 0; }

.row.bio.alt {
  padding: 25px;
  background-color: #ECF1F1;
  border-bottom: 1px solid rgba(100, 100, 100, 0.15); }

.bio h2 {
  margin-bottom: 0;
  color: #073A59; }

.bio h4 {
  color: #2D9AA6; }

.bio p.question {
  font-weight: bold;
  margin-bottom: 0;
  color: #2D9AA6; }

.bio-pic {
  float: right;
  margin: 0 0 20px 20px; }

.main-bio-pic {
  background-size: cover; }

/* this class is in some blog content */
img.img-float-right {
  float: right; }

span.search-term {
  text-decoration: underline;
  color: red; }

#intro-message {
  width: 40%; }

#intro-message .introjs-tooltip {
  width: 100% !important;
  max-width: 100% !important; }

div.autocomplete-suggestions {
  background-color: white;
  border: 1px solid black;
  width: 200px; }

div.autocomplete-suggestion {
  background-color: white;
  width: 200px; }

div.autocomplete-selected {
  background-color: gray; }

div.autocomplete-suggestion strong {
  font-weight: normal;
  color: green; }

.search-next {
  font-size: 1.5em;
  padding-top: 2.0em;
  padding-bottom: 2.0em;
  float: left; }

.search-previous {
  font-size: 1.5em;
  padding-top: 2.0em;
  padding-bottom: 2.0em;
  float: right; }

#filter-select li {
  list-style: none; }

.filter-reset, .filter-clear {
  background: #6a7f91;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  margin: 3px; }

.webform-wrapper {
  background: rgba(45, 154, 166, 0.7) !important;
  width: auto !important; }

.webform .submit-button {
  background: #f23322 !important;
  text-transform: uppercase !important;
  font-family: "nimbus-sans", sans-serif !important;
  font-weight: 700 !important;
  padding: 1.2em 1.5em 1em !important;
  text-shadow: none !important;
  border-color: -moz-use-text-color -moz-use-text-color #f23322 !important;
  color: #fff !important; }

.webform-wrapper .submit-button:hover {
  color: #fff;
  background: #a61e22 !important;
  border-color: -moz-use-text-color -moz-use-text-color #a61e22 !important; }

.webform input, .webform textarea {
  border-radius: 8px !important;
  color: #6A7F91 !important; }

.webform-input-reason {
  border: none;
  padding: .5em;
  border-radius: 8px;
  margin: 0 0 .5em;
  color: #6A7F91; }

.our-pick-wrapper {
  padding: 2px; }

.our-pick {
  background: url("/images/featured-badge.png") no-repeat center top transparent;
  padding: 2px;
  width: 42px;
  height: 48px;
  display: none;
  margin: 1.2em auto 0;
  font-size: 0.6em;
  text-transform: uppercase; }

.our-pick.best-customer {
  background: url("/images/bestCustomer.png") no-repeat center top transparent;
  width: 60px; }

.our-pick.lowest-rate {
  background: url("/images/lowest-rate.png") no-repeat center top transparent;
  width: 60px; }

.our-pick.home-depot {
  background: url("/images/movers.png") no-repeat center top transparent;
  width: 98px;
  margin: 1.2em 0 0 -20px;
  cursor: default !important; }

.our-pick:hover {
  cursor: help; }

/* Grid Tooltip */
body div.our-pick-tooltip {
  background-color: #fff;
  border-color: #2B9BA7;
  border-radius: 8px;
  padding: 0; }

body div.our-pick-tooltip .headline {
  background-color: #DDE4EC;
  color: #666;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px 8px 0 0; }

body div.our-pick-tooltip p {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px; }

div.our-pick-tooltip .arrow {
  overflow: hidden;
  position: absolute;
  left: -10px;
  top: 5px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2B9BA7;
  border-top: 10px solid transparent;
  height: 0;
  width: 0; }

/* END Grid Tooltip */
.grid-box-view .our-pick.show {
  position: relative;
  right: 16px;
  float: right; }

.grid-box-view .kwh {
  margin-bottom: 1em; }

.our-pick.show {
  display: block; }

.no-products {
  padding: 3em 10em; }

.business-thank-you {
  display: none; }

.business-thank-you-zip {
  display: none; }

.truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* SOE Video Pages */
.video-description {
  margin-bottom: 1.0em; }

.video-nav-block {
  background: #073a59;
  width: 24.5%;
  float: left;
  margin-left: 1%;
  padding: 20px;
  height: 303px; }

.video-nav-block h2 {
  border-bottom: 2px solid #fff; }

.video-nav {
  list-style-type: none;
  padding: 0; }

.video-nav li {
  padding-bottom: 10px; }

.video-nav a, .video-nav a:visited {
  color: #FFF;
  font-size: 18px; }

.video-nav a.current, .video-nav a:hover {
  color: #2D9AA6; }

.video-category-row {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px; }

.video-category-thumb, .category-details, .latest-videos-block {
  float: left;
  margin-right: 35px; }

.latest-videos-block {
  margin: 0; }

.video-category-thumb {
  width: 160px; }

.category-details {
  width: 375px; }

.category-details .category-header a {
  color: #2D9AA6; }

.category-details p {
  margin-bottom: 5px; }

.category-details a.category-link {
  font-size: 14px; }

.latest-videos-block {
  width: 560px; }

.latest-videos-block ul.latest-videos {
  list-style-type: none;
  padding: 0; }

.latest-videos-block li {
  width: 175px;
  float: left;
  margin-right: 10px; }

.latest-videos-block li:last-child {
  margin-right: 0; }

.latest-videos-block a.latest-video-thumb-link {
  display: block;
  height: 105px;
  width: 175px; }

.latest-videos-block a.latest-video-title-link {
  font-size: 14px; }

.video-thumb-link {
  float: left;
  width: 150px; }

.video-title {
  font-size: 18px;
  margin-bottom: 5px; }

.video-date {
  margin-bottom: 0;
  color: #2D9AA6; }

.video-paginate {
  margin-top: 30px; }

a.btn-previous-videos, a.btn-more-videos {
  background: #2D9AA6;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  color: #fff; }

a.btn-previous-videos {
  float: left; }

a.btn-more-videos {
  float: right; }

a.btn-previous-videos i {
  padding: 0 10px 0 0; }

a.btn-more-videos i {
  padding: 0 0 0 10px; }

a.btn-previous-videos:hover, a.btn-more-videos:hover {
  text-decoration: none;
  background: #267780; }

.video-main {
  float: left;
  width: 640px; }

.video-embed {
  margin-bottom: 20px; }

/* http://avexdesigns.com/responsive-youtube-embed/ */
.video-embed.youtube {
  position: relative;
  padding-bottom: 56%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-embed.youtube iframe,
.video-embed.youtube object,
.video-embed.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-sidebar {
  width: 320px;
  float: left;
  border-left: 1px solid #CCC;
  margin-left: 15px; }

.next-video {
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px; }

.video-suggestions {
  padding: 0 0 20px 20px; }

.video-embed-code {
  font-size: 0.8em;
  width: 400px;
  height: 6em;
  color: gray; }

/* FAQs
----------------------*/
.faqs-wrapper h3 {
  font-family: 'OpenSansBold','Helvetica Neue',Arial,sans-serif;
  font-size: 20px;
  margin: 0; }

.faqs {
  list-style-type: none;
  padding: 0; }
  .faqs .faq-question {
    font-family: 'OpenSansBold','Helvetica Neue',Arial,sans-serif;
    font-size: 16px;
    margin: 0; }
    .faqs .faq-question a {
      background: url(/images/icon-bullet-expand.png) no-repeat left 4px;
      padding-left: 22px; }
      .faqs .faq-question a.active {
        background-image: url(/images/icon-bullet-collapse.png); }

/* -----------------------------------------------------------------------

	State Pages

----------------------------------------------------------------------- */
.state-hero {
  background: url(/images/bg-state-hero.jpg) no-repeat 50% 0 #003D63;
  min-height: 139px;
  margin-bottom: 30px; }

.state-hero .state-heading {
  font-family: 'OpenSansRegular','Helvetica Neue',Arial,sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  padding-top: 45px; }

.thumb-state-facts img {
  float: right;
  padding: 5px; }

.state-sidebar .grid-cta {
  margin-bottom: 15px; }

.state-sidebar .h-phone {
  color: #F23322;
  font-size: 26px;
  font-family: 'OpenSansSemiBold','Helvetica Neue',Arial,sans-serif;
  display: block; }

.state-sidebar .state-facts {
  border-top: 1px solid #ccc;
  padding-top: 15px; }

.sticky {
  position: fixed;
  top: 0;
  width: 22.3%;
  max-width: 322px; }

.absolute-bottom {
  position: absolute;
  bottom: 0; }

.escities td {
  padding-right: 30px; }

@media screen and (max-width: 1340px) {
  .grid-box-view ul li {
    width: 30%; } }
/* Less than < 1240px */
@media screen and (max-width: 77.5em) {
  .business-hero h2 {
    font-size: 1.7em; }

  .business-hero .btn {
    padding: 1.2em 1em 1em; }

  .business-hero .col-5 {
    width: 40.5%; }

  .business-hero .col-6 {
    width: 49.0%;
    text-align: center; }

  .business-hero .col-6 {
    margin-left: 2%; }

  .upper-footer-content .email-form input, .upper-footer-content .email-form .btn {
    width: 100%; }

  .business-hero figcaption {
    font-size: .8em;
    line-height: 1.8; }

  .video-sidebar {
    border-left: none; } }
/* Less than < 890px */
@media screen and (max-width: 55.625em) {
  .hero-form .label {
    font-size: 1.25em; } }
@media screen and (max-width: 1050px) {
  .sort-by {
    display: none; }

  .icon-phone,
  .icon-envelope {
    display: none !important; }

  .more-info-panel .order-now-button {
    padding-top: 15px; }

  .hero-form .label-small {
    white-space: nowrap; }

  .brand-arrow {
    opacity: .5; } }
@media screen and (max-width: 980px) {
  .grid-list-view .grid-title {
    width: auto; }

  .grid-list-view .grid-details {
    display: block;
    margin: 10px 0;
    padding: 0; }

  .grid-list-view .grid-term {
    padding-top: 42%;
    font-size: 1.2em; }

  .grid-list-view .grid-price {
    font-size: 1.2em;
    padding-top: 50%; }

  .zip-search .btn {
    width: auto; }

  .more-info,
  .share-email-button {
    padding: 2px 6px; }

  .business-energy label {
    width: auto; }

  .grid-box-view ul li {
    width: 44%; }

  .mobile-menu {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 10px;
    margin-top: 50px; }

  .menu {
    display: none; }

  .post-img {
    margin: 1em auto !important;
    float: none; }

  .mobile .container {
    width: 95%; }

  .lc-main-content {
    margin-right: 0;
    min-height: 0; }

  .lc-sidebar {
    position: relative;
    margin: 20px 20px 0;
    width: 100%; }

  .sidebar-search input, .sidebar-search inputfield {
    width: 87%; } }
/* Less than < 1080px */
@media only screen and (max-width: 67.5em) {
  .input-hero,
  .btn-hero {
    width: 100%;
    margin-bottom: 0.2em;
    border-radius: 8px; }

  .inner-page .state-select-banner .secondary-heading {
    font-size: 18px; }

  .inner-page .state-select-banner .banner {
    min-height: 102px; }

  .inner-page .state-select-banner .select-state {
    min-height: 102px;
    padding-top: 2.5em; }

  .category-post {
    width: 100%;
    margin: 0; }

  .featured-article .article-content {
    width: 100%; }

  .featured-article .article-image {
    max-width: 600px;
    width: 100%;
    padding: 0; } }
/* Less than < 1200px */
@media only screen and (max-width: 75em) {
  /* Homepage specific */
  /*.content-spot {
  width: 50%;
  }*/
  .content-spot figure,
  .lc-featured figure,
  .lc-categories figure {
    text-align: center; }

  .grid-box-view ul#products li {
    width: 41.666666667%; }

  .main-title {
    text-align: center; }

  .view-all {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1em; }

  .category-post {
    margin-bottom: 0; }

  #type-selectorSelectBoxItText {
    font-size: 1em;
    padding-left: 1em;
    margin-top: 0.75em; } }
/* Smaller than standard - 980px */
@media only screen and (max-width: 61.25em) {
  .hero-wrapper {
    padding: 0 0 0 2em; } }
@media screen and (max-width: 950px) {
  .similar-posts {
    float: none !important;
    width: 100%;
    margin-top: 10px; }

  .post-content-row .inner-page {
    float: none !important;
    width: 100%; }

  .post-bar {
    width: 75%; }

  .post-img {
    float: none;
    margin: 0; }

  .video-nav-block h2 {
    font-size: 18px; } }
/* Between - 960px to 1250px */
@media only screen and (min-width: 60em) and (max-width: 78.125em) {
  .phone-number,
  .phone-number-alt,
  .more-info-panel .order-now-button,
  .more-info-panel .efl-link,
  .more-info-panel .tos-link {
    width: 100%;
    margin: 0.5em 0; }

  .icon-phone,
  .icon-envelope {
    display: none !important; }

  .thumb-state-facts {
    width: 100%;
    display: inline-block; }

  .thumb-state-facts img {
    float: left; } }
/* Tablet - 768px to 959px */
@media only screen and (min-width: 48em) and (max-width: 59.9375em) {
  .usa-map {
    display: none; }

  .banner.featured .explore {
    padding-left: 1.5em;
    width: 100%; }

  #gn-open-more-panel.gn-open-more-panel,
  .filter-panel.open,
  .more-info-panel.open {
    width: 50%; }

  .hero-callout {
    width: 150%; }

  .thumb-state-facts {
    width: 100%;
    display: inline-block; }

  .thumb-state-facts img {
    float: left; }

  .phone .btn {
    font-size: 15px; }

  .lc-tablet-left {
    width: 44%;
    float: left;
    margin-right: 11%; }

  .order-online {
    width: 100px;
    font-size: .8em; } }
/* All mobile - 767px */
@media only screen and (max-width: 47.9375em) {
  .logo {
    background: url("/images/soe-logo-small.png") no-repeat;
    width: 160px;
    height: 65px;
    margin: 1em 0 0 0.5em; }

  .header {
    height: auto; }

  .header .search {
    font-size: 1.5em;
    padding: 5px 0;
    height: auto; }

  .hero-wrapper h1 {
    font-size: 1.9em;
    text-align: center; }

  .hero-wrapper p {
    text-align: center; }

  .hero-callout {
    width: 100%; }

  #type-selectorSelectBoxItOptions.selectboxit-list,
  .selectboxit-list {
    width: 100%; }

  .location-servicearea {
    font-size: 1em; }

  .hero-wrapper,
  .commercial .hero-wrapper,
  .residential .hero-wrapper {
    padding: 0.75em; }

  .hero-select-wrapper,
  .btn-hero {
    margin-left: 0; }

  .commercial .hero-callout h2,
  .commercial .hero-callout h3,
  .residential .hero-wrapper h1 {
    font-size: 1.2em; }

  .mobile-menu {
    position: relative;
    top: 0;
    right: 0;
    margin: 4.5em 0 2em 75px; }

  .gn-menu li {
    display: block;
    float: left;
    width: 50%; }

  .gn-menu .tools {
    display: none; }

  .gn-menu-wrapper {
    top: -60px;
    margin: 0;
    left: 0; }

  .gn-menu-wrapper,
  .gn-menu-wrapper.gn-open-part,
  .gn-menu-wrapper.gn-open-all {
    height: 60px; }

  .gn-menu-wrapper.gn-open-all,
  #gn-open-more-panel.gn-open-more-panel,
  .view-panel.open,
  .more-info-panel.open,
  .filter-panel.open,
  .gn-menu-main li.menu-trigger,
  .gn-menu-wrapper.gn-open-part {
    width: 100%; }

  .menu-trigger {
    display: none !important; }

  .gn-menu-wrapper a {
    padding: 0; }

  .gn-menu-main > li.mobile-help {
    float: none; }

  .mobile-help {
    background: #1a4864;
    padding: 1em; }

  .mobile-help a {
    color: #fff;
    margin-left: 2em;
    text-decoration: underline; }

  .gn-menu-main > li {
    margin-right: 0; }

  .grid-box-view ul#products li {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .grid-box-view ul li {
    width: 80%;
    margin-left: 0;
    margin-right: 0; }

  .grid-box-view .brand-card {
    margin-top: 0; }

  .grid-box-view .term-and-rates {
    margin-bottom: 1em; }

  .grid-box-view .our-pick-wrapper,
  .grid-list-view .our-pick-wrapper {
    top: 0; }

  .grid-tab {
    width: auto; }

  .grid-tab a {
    padding-left: 0.4em;
    padding-right: 0.4em; }

  .grid-list-view .grid-title,
  .grid-list-view .grid-details {
    text-align: center; }

  .grid-box-view .grid-image {
    position: absolute; }

  .grid-box-view ul#products {
    padding-left: 0; }

  .compare-products {
    display: none !important; }

  #businessLeadForm h3 {
    float: none; }

  .sort {
    float: none;
    margin: 0; }

  .weather {
    display: none; }

  .zip-search .searchfield {
    width: 60%; }

  .search-wrapper {
    padding: 0; }

  .business-hero {
    display: none; }

  .business-hero-mobile {
    display: block;
    margin-top: 1.5em; }

  .business-hero-mobile .btn {
    font-weight: 400;
    font-family: "nimbus-sans", sans-serif; }

  .grid-view,
  .sort {
    float: left; }

  .usa-map img {
    display: none; }

  .business-energy input,
  #businessLeadForm fieldset textarea {
    margin-left: 0; }

  .business-energy {
    padding-left: 2em;
    padding-right: 2em; }

  .business-lead-phone {
    float: none;
    font-size: 1em; }

  .banner,
  .select-state {
    min-height: 80px;
    height: auto; }

  .select-state {
    padding-top: 0; }

  .banner.featured {
    background: #073a59; }

  .banner.featured h2 {
    font-size: 1.2em; }

  .content-spot.about-us {
    margin-left: 0; }

  .hp-featured-content .is-hidden,
  .hp-featured-content .popover,
  .lc-main-content .is-hidden,
  .lc-main-content .popover {
    display: none !important;
    opacity: 1 !important;
    background: none; }

  /* Blog pages mobile call to action */
  .lc-popover {
    display: none !important; }

  .lc-main-sidebar {
    display: none !important; }

  .hero-wrapper .lc-callout {
    margin-top: 6em; }

  .shop-smart .btn {
    width: 100%;
    bottom: 0;
    position: absolute;
    border-radius: 0; }

  .content-spot a.mobile-only {
    display: block; }

  .read-more-post {
    height: auto !important;
    position: absolute;
    width: auto;
    bottom: 4em;
    right: 1em;
    font-size: 0.8em !important;
    border-radius: 8px; }

  .read-more-lc {
    right: 23%;
    bottom: 5em; }

  .content-copy.lc-excerpt {
    display: none; }

  .hp-featured-content figure {
    text-align: center; }

  .mobile-only {
    display: block;
    border-radius: 0; }

  .hp-featured-content .content-spot a {
    height: auto; }

  .hp-featured-content .content-title {
    display: none; }

  .lc-featured figure {
    margin: 1.25em auto; }

  .lc-categories {
    width: 350px !important;
    margin: 0 auto 2.5em !important; }

  .lc-categories figure {
    clear: both; }

  .mobile .post-date-wrapper {
    float: right;
    width: 25%;
    margin: 0; }

  .mobile .post-header .post-date {
    margin: 0; }

  .brand-arrow.arrow-left,
  .brand-arrow.arrow-right {
    width: 8%; }

  .upper-footer .email-wrapper {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1.5em auto;
    padding-top: 1.25em;
    padding-bottom: 1.25em; }

  .trust-list > li {
    width: 33%; }

  .upper-footer-content .email-form .btn {
    width: 100%; }

  .social-platforms {
    padding: 0; }

  .social-platforms li {
    width: 33%;
    padding-left: 14%; }

  .footer-logo {
    display: block;
    float: none; }
    .footer-logo.float-left {
      float: none; }

  .footer-form .label {
    text-align: center; }

  .input-footer,
  .btn-footer {
    border-radius: 8px;
    margin: 0;
    margin-bottom: 0.5em;
    width: 100%; }

  .submit-area .after-submit-info {
    margin-top: 1em; }

  .need-help-wrapper {
    text-align: left;
    margin-top: 1em; }

  .contact-form-wrapper {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.75em; }

  /* Grid styles */
  .grid-box-view .grid-title {
    margin-top: 70px; }

  .grid-box-view .grid-image img {
    max-width: 100%; }

  .grid-list-view .compare-label {
    display: block; }

  .grid-header {
    display: none !important; }

  .grid-list-view .grid-term,
  .grid-list-view .grid-price {
    padding: 0; }

  .grid-list-view .grid-price {
    font-size: 2em; }

  .grid-list-view ul li {
    padding: 0.5em 1em; }

  .grid-list-view input[type="checkbox"] {
    width: 5%;
    margin-left: 2.5%; }

  .grid-list-view .our-pick.show {
    width: 42px;
    margin: 0 auto;
    position: absolute;
    right: 2%; }

  .grid-list-view .our-pick.best-customer {
    width: 60px; }

  .gn-menu-main {
    padding-top: 0; }

  .gn-menu-main > li > a {
    border-radius: 0; }

  .location-content {
    min-height: auto;
    padding-left: 0; }

  .m-grid-ctrl {
    width: 50% !important;
    float: left !important;
    margin: 1em 0; }

  .header-social {
    display: none; }

  p.definition {
    display: block !important; }

  .footer-content .u-list li {
    display: block; }

  .footer-content .u-list li:after {
    content: ""; }

  .footer-logo {
    margin: auto; }

  .modal {
    left: 0;
    margin-left: 1em; }

  .modal select {
    width: 90%; }

  .need-help-wrapper {
    display: none !important; }

  .video-nav-block {
    display: none; }

  .latest-videos-block {
    width: 100%; }

  .category-details {
    width: 100%; }

  .video-main {
    width: 360px; }

  .video-sidebar {
    width: 360px;
    margin-left: 0; }

  .next-video-title, .video-date {
    font-size: 14px; }

  .hero-movers img {
    width: 100%; }

  .state-sidebar {
    width: 95%;
    margin-left: 0; }

  .sticky {
    position: static;
    top: 0;
    margin: 0; }

  .category-intro .col-8 {
    width: 90%;
    margin: 0 auto; }

  .category-intro h1 {
    float: none; }

  .post-header h1 a, .post-header h1 a:visited {
    font-size: 18px; }

  small.align-left.col-7 {
    width: 100%; } }
@media screen and (max-width: 660px) {
  .featured-article .article-image {
    max-width: auto;
    padding: 0;
    width: 100%; }

  .featured-article .article-image-inner {
    margin: 0; }

  .featured-article .article-image img {
    height: auto;
    width: 100%; }

  .trust-list > li {
    width: 100%; }

  small .contact-us-markup {
    width: 100%;
    padding: 0; }
    small .contact-us-markup > div {
      display: block;
      padding-right: 0; }

  div.footer-zip.col-5 {
    width: 100%; } }
/* 30em = 480px */
@media screen and (max-width: 30em) {
  [class*="col-"] {
    /*float: none;*/ }

  .header .search {
    display: none; }

  .hero-wrapper p {
    text-align: center; }

  .btn-hero {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px; }

  .business-collapse {
    display: none; }

  .business-hero figcaption {
    display: none; }

  .brand-carousel {
    display: none; }

  .content-spot {
    width: 100%; }

  .content-spot .content-title {
    margin: 0.5em; }

  .shop-smart .btn {
    margin: 40% auto 0; }

  .secondary-heading {
    color: white;
    text-align: center; }

  .banner p {
    display: none; }

  .select-state {
    padding: 0;
    height: 150px; }

  .email-form .btn {
    margin: 5px 0 0; }

  .business-owners {
    width: 50%; }

  .business-hero figure {
    width: 50%; }

  .commerical-button {
    margin: 20px 0 0; } }
/*
.mobile-menu ~ .selectboxit-list {
	background: #2D9AA6;
	left: 50%;
	margin-left: -60px;
	top: 50px;
	max-width: 120px;
}
.mobile-menu ~ .selectboxit-list a,
.mobile-menu ~ .selectboxit-list a:visited {
	color: #fff;
}
*/
.small {
  font-size: 12px; }

.business-form-providers li {
  float: left; }

#businessLeadForm h3 {
  float: left;
  margin: 12px 20px 12px; }

#businessLeadForm fieldset {
  margin: 12px 20px 12px; }

/*#businessLeadForm fieldset .after-submit-info{ width:600px;}*/
ul.biz-lead-value-points {
  padding: 30px 0 0;
  list-style: none;
  margin: 0; }

.biz-lead-value-points li {
  border: none !important;
  text-align: left;
  margin-bottom: 1em;
  padding: 20px 0; }

.biz-lead-value-points li .icon {
  color: #2d9aa6;
  font-size: 2em; }

.biz-lead-value-points .h-phone {
  font-size: 24px;
  line-height: 32px; }

.inline {
  padding: 0px; }

/* WP Styles for learning center */
img.alignright {
  float: right;
  padding: 5px; }

img.alignleft {
  float: left;
  padding: 5px; }

.partners ul {
  list-style-type: none; }

.other-retailers ul {
  list-style-type: none; }

.phone a {
  color: #f23322; }

/* sharyland banner */
.updateBanner {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 11px 0 10px 50px;
  background: url(/images/attention.png) #8bc7ce no-repeat 15px 10px; }

.soe-grid-container.shifted {
  left: -25%;
  margin-right: 0;
  width: 75%; }

/* Added 3-25 By Ken */
/* White Papers */
.white-papers {
  background: rgba(45, 154, 166, 0.7);
  background-size: cover;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px 10px 10px; }

.white-papers .heading, .white-papers .sub-heading, .white-papers .super-heading {
  font-family: "OpenSansRegular";
  font-size: 19px;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  text-align: center; }

.white-papers .super-heading {
  font-size: 28px;
  margin-bottom: 15px;
  font-family: "OpenSansSemiBold"; }

.white-papers .sub-heading {
  text-transform: none;
  font-size: 16px;
  letter-spacing: normal;
  font-family: "OpenSansLight"; }

.white-papers .row {
  margin-top: 20px; }

.white-papers img {
  margin: 0;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }

.white-papers a.btn {
  background: #1a6491;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  width: 90%;
  font-size: 22px;
  font-family: "OpenSansSemiBold";
  display: block;
  margin: 37px auto;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.white-papers a.btn:hover {
  background: #f23322;
  text-decoration: none; }

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .white-papers a.btn {
    font-size: 16px; } }
.biz-form {
  padding-top: 0; }

.sub-text {
  text-align: center;
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 15px; }
  .sub-text span {
    display: inline-block;
    font-size: 1.2em; }

/* Just a fix.... Didnt want to mess up the Sass so Im adding it here*/
.commercial-testimonials-wrapper {
  margin-top: 30px; }

/* 4/9 */
.brand-logo.new-leaf-energy {
  background: url("/images/retailer-logo-sprite.png") -1420px -71px no-repeat;
  width: 120px; }

.brand-logo.new-leaf-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -1420px 0 no-repeat; }

.brand-logo.direct-energy {
  background: url("/images/retailer-logo-sprite.png") -1539px -71px no-repeat;
  width: 125px; }

.brand-logo.direct-energy:hover {
  background: url("/images/retailer-logo-sprite.png") -1539px 0 no-repeat; }

.brand-logo.first-choice-power {
  background: url("/images/retailer-logo-sprite.png") -1682px -71px no-repeat;
  width: 185px; }

.brand-logo.first-choice-power:hover {
  background: url("/images/retailer-logo-sprite.png") -1682px 0 no-repeat; }

.source-list {
  list-style: inside;
  margin: 0;
  padding: 0;
  width: 100%; }
  .source-list__item {
    margin-bottom: 15px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url(/js/slick/ajax-loader.gif) center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block; }

.slick-slide img.slick-loading {
  background: white url(/js/slick/ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 31px;
  width: 17px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none; }

.slick-prev:focus,
.slick-next:focus {
  outline: none; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #073a59;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -30px;
  background: url(/images/slick/prev.png); }

.slick-next {
  right: -30px;
  background: url(/images/slick/next.png); }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px; }
  .slick-dots li a {
    background: #ededed;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-dots li a:hover {
      background: #ccc; }
  .slick-dots li.slick-active a {
    background: #073a59; }

.slick-initialized {
  border-top: #073a59 3px solid;
  background-color: #ededed;
  padding: 20px;
  border-radius: 0;
  width: 95%;
  margin: 10px auto 30px; }

.slick-initialized img {
  margin: 0 auto; }

.slick-initialized strong {
  font-weight: bold; }

.slick-initialized a {
  color: #073a59; }

div.wistia-float-right {
  width: 50%;
  float: right;
  margin: 1.0em; }
  @media only screen and (max-width: 636px) {
    div.wistia-float-right {
      width: 100%;
      float: none; } }

img#pd-float-tm {
  visibility: hidden; }

.make-it-sticky {
  position: fixed;
  top: 0;
  z-index: 2; }

.main a[href*="wp-admin"] {
  display: none; }

/*************************************************************
LEAN MODAL - STATE
**************************************************************/
.modal-state {
  height: 500px;
  width: 650px;
  top: -116px !important;
  margin: 0 auto;
  border: 1px solid #cccccc;
  background: url("/images/bg-modal-state.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999; }

.modal-state h2 {
  font-size: 38px;
  line-height: 38px;
  margin: 20px;
  color: #3e3c3d;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 200; }

.modal-state .bottom-cta h2 a {
  color: #ffffff; }

.modal-state p {
  margin: 0 20px; }

.modal-state p span {
  font-family: "OpenSans-Semibolditalic"; }

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  margin-top: -300px; }

#popupfoot a {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  background: url("/images/close-modal-state.png") center center no-repeat;
  text-indent: -9999; }

.modal-state ul {
  margin-top: 10px; }

.modal-state ul li {
  font-family: 'OpenSansSemiBold';
  margin-bottom: 5px; }

.modal-state .bottom-cta {
  color: #ffffff;
  background-color: #fdb913;
  height: 104px;
  bottom: 0;
  position: relative;
  top: 115px;
  padding-top: 12px; }

.modal-state .bottom-cta h3 {
  color: #ffffff;
  font-size: 32px;
  margin: 0px 0 0 20px;
  font-weight: 200;
  font-family: "nimbus-sans", sans-serif; }

.modal-state .bottom-cta h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 20px 20px;
  font-family: "nimbus-sans", sans-serif;
  color: #ffffff; }

@media (max-width: 767px) {
  #mask {
    margin-top: -400px; }

  .modal-state {
    width: 90%;
    min-height: 420px;
    max-height: 420px;
    position: absolute;
    margin-top: -200px; }

  .modal-state .clear {
    clear: both; }

  .modal-state h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px; }

  .modal-state ul li {
    font-size: 14px; }

  .modal-state .bottom-cta {
    position: absolute;
    bottom: 0;
    height: auto;
    top: auto; }

  .modal-state .bottom-cta h2 {
    line-height: 28px;
    margin-top: 10px; }

  .modal-state .bottom-cta h2 a {
    color: #ffffff; }

  .modal-state .bottom-cta h3 {
    font-size: 22px;
    line-height: 22px; } }
/*************************************************************
  KIDS LEARNING CENTER LANDING PAGE - MAIN
**************************************************************/
.masthead-kids-learning-center {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-indent: -9999px; }

.img-nico {
  width: 100%; }

.masthead-kids-learning-center .container {
  position: absolute; }

.explore-kids-learning-center {
  font-size: 68px;
  color: #ff0000;
  width: 230px;
  height: 70px;
  position: relative;
  background-color: yellow;
  display: block;
  top: 215px;
  left: 260px; }

.teaching-tools-wrapper {
  background-color: #ffffff; }

.teaching-tools {
  margin: 0 auto;
  max-width: 1060px; }

.teaching-tools h1 {
  padding-bottom: 20px;
  text-align: center;
  font-family: 'OpenSansBold',Helvetica,Arial,sans-serif;
  color: #505050;
  font-size: 48px;
  padding-bottom: 70px;
  border-bottom: 1px  solid #dcdad9;
  clear: both; }

.teaching-tools-box {
  background-color: #9db8ca;
  color: #ffffff;
  padding: 40px;
  display: inline-block;
  width: 49%;
  height: 295px;
  margin-bottom: 20px;
  margin-left: 2%;
  float: left; }

.teaching-tools .left {
  margin-left: 0; }

.teaching-tools-box h2 {
  font-size: 30px;
  font-family: 'OpenSansBold',Helvetica,Arial,sans-serif;
  color: #ffffff; }

.teaching-tools-box hr {
  width: 55px;
  height: 5px;
  background-color: #ffffff;
  display: block;
  border: none;
  margin: 26px 0; }

.teaching-tools-box p {
  line-height: 24px;
  font-size: 18px;
  font-family: 'OpenSansRegular',Helvetica,Arial,sans-serif; }

.teaching-tools-box a {
  display: none; }

.teaching-tools-box:hover {
  background-color: #053a5a; }

.teaching-tools-box:hover h2 {
  display: none; }

.teaching-tools-box:hover p {
  display: none; }

.teaching-tools-box:hover hr {
  display: none; }

.teaching-tools-box:hover a {
  display: block;
  background-color: #f3360d;
  margin: auto;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  width: 220px;
  padding: 22px 0;
  text-decoration: none;
  margin-top: 60px;
  font-size: 25px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .teaching-tools-box {
    display: block;
    float: none;
    width: 100%;
    height: 250px;
    padding: 1em;
    margin-left: 0;
    margin-bottom: 1em; }

  .teaching-tools-box:hover {
    display: block;
    float: none;
    width: 100%;
    height: 250px;
    padding: 1em;
    margin-left: 0;
    margin-bottom: 1em; }

  .teaching-tools-box:hover a {
    margin-top: 70px; } }
@media all and (max-width: 980px) and (min-width: 768px) {
  .teaching-tools-box {
    padding: 10px; }

  .teaching-tools-box:hover a {
    margin-top: 80px; } }
/*************************************************************
  KIDS LEARNING CENTER LANDING PAGE - FOOTER
**************************************************************/
.footer-kids {
  border-top: 1.2em solid #2d9aa6;
  overflow: hidden;
  padding: 30px 50px;
  background: #ebebeb;
  border-bottom: 2em solid #2d9aa6; }

.footer-kids .container {
  max-width: 960px;
  margin: 0 auto; }

.footer-kids .credit {
  float: left;
  width: 25%;
  padding-top: 1em; }

.footer-kids .sponsor {
  font-family: 'Cutive';
  font-size: 16px;
  text-transform: uppercase;
  color: #001A66; }

.footer-kids .logo {
  display: block;
  margin-top: 1em;
  margin-left: 0; }

.footer-kids .shop {
  float: right;
  width: 70%;
  text-align: center;
  color: #FFF;
  background: #2d9aa6;
  border-radius: 1em;
  padding: 30px 0 10px 0; }

.footer-kids .shop p {
  font-family: 'Cutive';
  font-size: 18px;
  padding: 0 1em;
  font-weight: 600; }

.footer-kids .button {
  display: inline-block;
  padding: 1em 1.3em .7em 1.3em;
  margin: 0 1em 1em 1em;
  font-family: 'Cutive';
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  background: #247a83;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2em; }

.footer-kids .button:hover {
  background: #FFF;
  color: #000; }

.for-price-drop.container {
  width: 100%; }
  @media (min-width: 960px) {
    .for-price-drop.container {
      width: inherit; } }
  .ie8 .for-price-drop.container, .ie7 .for-price-drop.container {
    width: inherit; }

.price-drop-banner {
  color: #fff;
  width: 100%;
  font-family: OpenSansLight, sans-serif;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  background-image: url("/images/price-drop-arrow.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: #a61e22;
  padding-left: 40px;
  display: none; }
  @media (min-width: 960px) {
    .price-drop-banner .container {
      width: 97%; } }
  .ie8 .price-drop-banner .container, .ie7 .price-drop-banner .container {
    width: 97%; }
  @media (max-width: 599px) {
    .price-drop-banner {
      font-size: 12px;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; } }
  @media (min-width: 600px) {
    .price-drop-banner {
      font-size: 16px;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      display: block; } }
  .ie8 .price-drop-banner, .ie7 .price-drop-banner {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    display: block; }
  @media (min-width: 960px) {
    .price-drop-banner {
      font-size: 13px;
      padding: 0;
      background-image: none; } }
  .ie8 .price-drop-banner, .ie7 .price-drop-banner {
    font-size: 13px;
    padding: 0;
    background-image: none; }
  @media (min-width: 1366px) {
    .price-drop-banner {
      font-size: 18px;
      padding: 0; } }
  .price-drop-banner span {
    font-family: OpenSansBold, sans-serif;
    text-transform: uppercase; }
  @media (max-width: 599px) {
    .price-drop-banner .left {
      background-size: contain; } }
  @media (min-width: 600px) {
    .price-drop-banner .left {
      background-size: contain; } }
  .ie8 .price-drop-banner .left, .ie7 .price-drop-banner .left {
    background-size: contain; }
  @media (min-width: 960px) {
    .price-drop-banner .left {
      padding: 18px 0 0 35px;
      height: 53px;
      float: left;
      background-size: auto;
      background-image: url("/images/price-drop-arrow.png");
      background-position: left center;
      background-repeat: no-repeat; } }
  .ie8 .price-drop-banner .left, .ie7 .price-drop-banner .left {
    padding: 18px 0 0 35px;
    height: 53px;
    float: left;
    background-size: auto;
    background-image: url("/images/price-drop-arrow.png");
    background-position: left center;
    background-repeat: no-repeat; }
  @media (min-width: 1366px) {
    .price-drop-banner .left {
      padding: 20px 0 0 35px;
      height: 60px;
      padding-left: 40px; } }
  @media (max-width: 599px) {
    .price-drop-banner .right {
      padding-top: 15px; } }
  @media (min-width: 960px) {
    .price-drop-banner .right {
      padding: 15px 0 0 0;
      height: 53px;
      float: right; } }
  .ie8 .price-drop-banner .right, .ie7 .price-drop-banner .right {
    padding: 15px 0 0 0;
    height: 53px;
    float: right; }
  @media (min-width: 1366px) {
    .price-drop-banner .right {
      height: 60px;
      padding: 13px 0 0 0; } }
  .price-drop-banner a {
    color: #fff;
    text-decoration: underline; }
    @media (max-width: 599px) {
      .price-drop-banner a {
        font-size: 12px; } }
    @media (min-width: 600px) {
      .price-drop-banner a {
        font-size: 15px; } }
    .ie8 .price-drop-banner a, .ie7 .price-drop-banner a {
      font-size: 15px; }
    @media (min-width: 960px) {
      .price-drop-banner a {
        font-size: 16px; } }
    .ie8 .price-drop-banner a, .ie7 .price-drop-banner a {
      font-size: 16px; }
    @media (min-width: 1366px) {
      .price-drop-banner a {
        font-size: 23px; } }
  .price-drop-banner .breaker {
    display: none; }
    @media (max-width: 599px) {
      .price-drop-banner .breaker {
        display: block; } }

/*******
	Rewards Banner
********/
.banner-rewards {
  margin-top: 0px;
  width: 100%;
  display: none; }
  .banner-rewards img {
    float: left; }
  .banner-rewards .rewards-banner-phone {
    position: absolute;
    right: 5%;
    top: 50%;
    color: #fff;
    font-family: "OpenSansBold";
    font-weight: normal;
    font-style: normal; }
    @media (min-width: 768px) {
      .banner-rewards .rewards-banner-phone {
        display: block;
        font-size: 115%; } }
    .ie8 .banner-rewards .rewards-banner-phone, .ie7 .banner-rewards .rewards-banner-phone {
      display: block;
      font-size: 115%; }
    @media (min-width: 960px) {
      .banner-rewards .rewards-banner-phone {
        font-size: 145%;
        right: 7%; } }
    .ie8 .banner-rewards .rewards-banner-phone, .ie7 .banner-rewards .rewards-banner-phone {
      font-size: 145%;
      right: 7%; }
    @media all and (max-width: 1060px) and (min-width: 960px) {
      .banner-rewards .rewards-banner-phone {
        font-size: 140%; } }
    @media (min-width: 1366px) {
      .banner-rewards .rewards-banner-phone {
        font-size: 40px;
        right: 36px;
        top: 57px; } }
  .product > .banner-rewards {
    margin: -10px 0 20px; }
  .banner-rewards.sticky-banner {
    margin-top: 0; }
  .banner-rewards.get-stuck {
    position: fixed;
    top: 0;
    z-index: 100002; }
  @media (min-width: 768px) {
    .banner-rewards {
      display: block; } }
  .ie8 .banner-rewards, .ie7 .banner-rewards {
    display: block; }

@media (min-width: 768px) {
  .soe-grid-container.has-sticky-banner {
    margin-top: 119px; } }
.ie8 .soe-grid-container.has-sticky-banner, .ie7 .soe-grid-container.has-sticky-banner {
  margin-top: 119px; }

/*********************
   Countdown Banner
 *********************/
.countdown {
  font-family: "OpenSansReg";
  font-weight: normal;
  font-style: normal;
  background-color: #225472;
  color: #fff;
  font-size: 19px;
  height: 46px;
  height: 92px;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 960px) {
    .countdown {
      height: 46px; } }
  .ie8 .countdown, .ie7 .countdown {
    height: 46px; }
  .countdown.get-stuck {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0px;
    z-index: 2; }

.countdown-container {
  margin: 0 auto;
  height: 46px;
  position: relative; }
  @media (min-width: 600px) {
    .countdown-container {
      width: 100%;
      height: 92px; } }
  .ie8 .countdown-container, .ie7 .countdown-container {
    width: 100%;
    height: 92px; }
  @media (min-width: 960px) {
    .countdown-container {
      width: 920px;
      height: 46px; } }
  .ie8 .countdown-container, .ie7 .countdown-container {
    width: 920px;
    height: 46px; }
  @media (min-width: 1366px) {
    .countdown-container {
      width: 1140px; } }

.call-now {
  float: left;
  color: #fff;
  padding-top: 2px;
  line-height: 44px;
  height: 46px;
  text-align: center;
  width: 100%; }
  .call-now span {
    font-family: "OpenSansExtrabold";
    font-weight: normal;
    font-style: normal; }
  @media (max-width: 599px) {
    .call-now {
      font-size: 18px; } }
  @media (min-width: 600px) {
    .call-now {
      font-size: 22px; } }
  .ie8 .call-now, .ie7 .call-now {
    font-size: 22px; }
  @media (min-width: 768px) {
    .call-now {
      font-size: 24px; } }
  .ie8 .call-now, .ie7 .call-now {
    font-size: 24px; }
  @media (min-width: 960px) {
    .call-now {
      font-size: 17px; } }
  .ie8 .call-now, .ie7 .call-now {
    font-size: 17px; }
  @media (min-width: 1366px) {
    .call-now {
      font-size: 18px; } }
  @media (min-width: 960px) {
    .call-now {
      width: 240px;
      text-align: left; } }
  .ie8 .call-now, .ie7 .call-now {
    width: 240px;
    text-align: left; }
  @media (min-width: 1366px) {
    .call-now {
      width: 260px; } }
  .call-now .countdown-phone-alt {
    display: inline-block; }
    @media (min-width: 960px) {
      .call-now .countdown-phone-alt {
        display: none; } }
    .ie8 .call-now .countdown-phone-alt, .ie7 .call-now .countdown-phone-alt {
      display: none; }

.coundown-timer {
  background: #053a59;
  float: left;
  position: relative;
  font-size: 17px;
  padding-top: 2px;
  text-align: center;
  height: 46px; }
  @media (max-width: 599px) {
    .coundown-timer {
      font-size: 12px; } }
  @media (min-width: 600px) {
    .coundown-timer {
      font-size: 16px; } }
  .ie8 .coundown-timer, .ie7 .coundown-timer {
    font-size: 16px; }
  @media (min-width: 768px) {
    .coundown-timer {
      font-size: 16px; } }
  .ie8 .coundown-timer, .ie7 .coundown-timer {
    font-size: 16px; }
  @media (min-width: 960px) {
    .coundown-timer {
      font-size: 13px; } }
  .ie8 .coundown-timer, .ie7 .coundown-timer {
    font-size: 13px; }
  @media (min-width: 1366px) {
    .coundown-timer {
      font-size: 16px; } }
  @media (max-width: 599px) {
    .coundown-timer {
      width: 100%;
      text-align: center; } }
  @media (min-width: 600px) {
    .coundown-timer {
      width: 100%;
      text-align: center; } }
  .ie8 .coundown-timer, .ie7 .coundown-timer {
    width: 100%;
    text-align: center; }
  @media (min-width: 960px) {
    .coundown-timer {
      width: 480px;
      background: none; } }
  .ie8 .coundown-timer, .ie7 .coundown-timer {
    width: 480px;
    background: none; }
  @media (min-width: 1366px) {
    .coundown-timer {
      width: 660px; } }
  .coundown-timer .timer-text {
    position: relative;
    z-index: 2;
    height: 46px;
    line-height: 43px; }
    @media (min-width: 1366px) {
      .coundown-timer .timer-text {
        left: -12px; } }
  .coundown-timer .highlight {
    font-family: "OpenSansExtrabold";
    font-weight: normal;
    font-style: normal;
    font-size: 20px; }
    @media (min-width: 960px) {
      .coundown-timer .highlight {
        font-size: 16px; } }
    .ie8 .coundown-timer .highlight, .ie7 .coundown-timer .highlight {
      font-size: 16px; }
  .coundown-timer .hide-on-mobile {
    display: none; }
    @media (min-width: 960px) {
      .coundown-timer .hide-on-mobile {
        display: inline-block; } }
    .ie8 .coundown-timer .hide-on-mobile, .ie7 .coundown-timer .hide-on-mobile {
      display: inline-block; }
  .coundown-timer .show-on-mobile {
    display: inline-block; }
    @media (min-width: 960px) {
      .coundown-timer .show-on-mobile {
        display: none; } }
    .ie8 .coundown-timer .show-on-mobile, .ie7 .coundown-timer .show-on-mobile {
      display: none; }
  .coundown-timer .parallelogram {
    position: absolute;
    display: none;
    top: 0px;
    left: -15px;
    height: 46px;
    z-index: 1;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    background: #053a59; }
    @media (min-width: 960px) {
      .coundown-timer .parallelogram {
        display: block;
        width: 500px; } }
    .ie8 .coundown-timer .parallelogram, .ie7 .coundown-timer .parallelogram {
      display: block;
      width: 500px; }
    @media (min-width: 1366px) {
      .coundown-timer .parallelogram {
        display: block;
        width: 660px; } }
    .ie9 .coundown-timer .parallelogram, .ie8 .coundown-timer .parallelogram {
      background: #053a59; }

.countdown-phone {
  font-family: "OpenSansBold";
  font-weight: normal;
  font-style: normal;
  color: #fff;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 19px;
  height: 46px;
  line-height: 44px;
  margin-left: 30px;
  position: relative;
  padding-top: 2px;
  text-align: center;
  text-transform: uppercase; }
  .countdown-phone:after {
    content: '';
    position: absolute;
    background-image: url("/images/info-icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 960px) {
    .countdown-phone {
      width: 170px;
      font-size: 16px;
      text-align: left;
      background: none;
      display: block; } }
  .ie8 .countdown-phone, .ie7 .countdown-phone {
    width: 170px;
    font-size: 16px;
    text-align: left;
    background: none;
    display: block; }
  @media (min-width: 1366px) {
    .countdown-phone {
      width: 190px;
      font-size: 18px; } }
  .ie9 .countdown-phone, .ie8 .countdown-phone {
    width: 150px;
    margin-right: 20px;
    font-size: 14px; }

.countdown-tooltip {
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  background: #eee;
  border: 1px solid #083958;
  border-radius: 3px;
  width: 250px;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 60px;
  z-index: 100; }
  .countdown-tooltip:before {
    border-bottom: 10px solid #083958;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0; }
  .countdown-tooltip__content {
    padding: 15px; }
    .countdown-tooltip__content span {
      font-size: 14px;
      color: #f2360d; }
  .countdown-tooltip.show {
    opacity: 1; }

.webform input::-webkit-input-placeholder, .webform textarea::-webkit-input-placeholder {
  color: #bcbcbc; }

.webform input::-moz-placeholder, .webform textarea::-moz-placeholder {
  color: #bcbcbc; }

/* firefox 19+ */
.webform input:-ms-input-placeholder, .webform textarea:-ms-input-placeholder {
  color: #bcbcbc; }

/* ie */
.webform input:-moz-placeholder, .webform textarea:-moz-placeholder {
  color: #bcbcbc; }

.contact-us-markup {
  display: table-row;
  padding-left: 192.5px; }
  .contact-us-markup > div {
    display: table-cell;
    padding-right: 3em; }

.footer-container strong {
  color: #fff; }

.js-aio-transcript {
  display: none; }

/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */
#basic-modal-content {
  display: none; }

/* Overlay */
#simplemodal-overlay {
  background-color: #000;
  z-index: 100003 !important;
  /* uuggghhhhhh */ }

/* Container */
#simplemodal-container {
  color: #bbb;
  z-index: 100004 !important; }

#simplemodal-container .simplemodal-data {
  padding: 8px; }

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px; }

.rewards-modal {
  padding: 0 !important;
  display: none;
  position: relative; }
  .rewards-modal .phone {
    position: absolute;
    width: 316px;
    left: 50%;
    top: 198px;
    margin-left: -158px;
    text-align: center; }
    .rewards-modal .phone span {
      color: #a40023;
      font-family: "OpenSansExtrabold";
      font-weight: normal;
      font-style: normal;
      font-size: 36px; }

.email-modal {
  width: 587px;
  height: 396px;
  background: #fff url("../images/modal-email.png") no-repeat center 170px;
  border-radius: 10px;
  border: #01253f 3px solid;
  text-align: center;
  display: none; }
  .email-modal .heading, .email-modal .thank-you {
    font-size: 43px;
    color: #223e56;
    text-transform: uppercase;
    font-family: 'OpenSansBold', sans-serif;
    margin-top: 20px; }
    .email-modal .heading span, .email-modal .thank-you span,
    .email-modal .heading i,
    .email-modal .thank-you i {
      color: #2b9ba7; }
  .email-modal .sub-heading {
    color: #223e56;
    font-size: 21px;
    font-family: 'OpenSansRegular', sans-serif; }
  .email-modal .sign-up-box {
    width: 458px;
    font-size: 14px;
    color: #6a6a6a;
    margin: 90px auto 0;
    text-align: left; }
    .email-modal .sign-up-box input[type="text"] {
      border-radius: 10px;
      background: #fff;
      border: #d6d6d7 solid 1px;
      width: 310px;
      height: 48px;
      padding: 10px 20px;
      font-size: 22px;
      float: left; }
    .email-modal .sign-up-box input[type="submit"] {
      border-radius: 10px;
      background: #2b9ba7;
      width: 138px;
      height: 47px;
      float: left;
      margin-left: 10px;
      text-transform: uppercase;
      color: #fff !important; }
      .email-modal .sign-up-box input[type="submit"]:hover {
        background-color: #223e56; }
  .email-modal .thank-you {
    font-size: 30px;
    margin-top: 55px; }

#blue-overlay {
  background: #193952;
  opacity: 1;
  z-index: 100002 !important; }

.roundX {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #fff;
  border: 2px solid #07161e;
  cursor: pointer;
  color: #456a7d;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1; }
  .roundX:hover {
    background-color: #456a7d;
    color: #fff; }
  .roundX:before {
    content: "X";
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 22px; }

.rv-modal .button {
  font-size: 24px; }
  @media (min-width: 768px) {
    .rv-modal .button {
      font-size: 29px; } }
  .ie8 .rv-modal .button, .ie7 .rv-modal .button {
    font-size: 29px; }

.footer-cta-new {
  background-color: #f2360d;
  width: 100%;
  height: 64px; }

.jmap {
  width: 863px;
  height: 575px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .jmap {
      width: 601px;
      height: 400px; } }
  @media screen and (max-width: 959px) {
    .jmap {
      width: 480px;
      height: 320px; } }

.jqvmap-label {
  position: absolute;
  display: none;
  background: #fff;
  color: #292929;
  font-size: 18px;
  font-family: sans-serif, Verdana;
  padding: 6px; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer !important; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

.map-key {
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .map-key {
      width: 480px; } }
  .map-key .bar {
    width: 50%;
    float: left;
    margin-bottom: 15px; }
    @media screen and (max-width: 959px) {
      .map-key .bar {
        width: 100%; } }
  .map-key .color-box {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float: left;
    margin: 0 15px 0 0; }
  .map-key .electric .color-box {
    background-color: #91b93e; }
  .map-key .electric-gas .color-box {
    background-color: #e8ba01; }
  .map-key .gas .color-box {
    background-color: #6559a1; }
  .map-key .gas-large .color-box {
    background-color: #157635; }
  .map-key .electric-large .color-box {
    background-color: #1da9cd; }
  .map-key .large-scale-gas .color-box {
    background-color: #e75a2d; }
  .map-key .description {
    float: left;
    padding-top: 9px;
    font-size: 18px; }
    @media screen and (max-width: 1200px) {
      .map-key .description {
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .map-key .description {
        font-size: 14px; } }

.states-table {
  margin-top: 25px;
  float: left; }
  .states-table .blurb {
    padding: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: center;
    background-color: #eee;
    border-top: 3px #ddd solid;
    float: left; }
  .states-table table {
    width: 100%; }
  .states-table td {
    width: 33%; }
  .states-table ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .states-table li {
    list-style: none;
    margin: 0; }
  .states-table a {
    text-decoration: underline;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center; }
    .states-table a:hover {
      background-color: #eee; }

.list-states {
  width: 100%;
  margin: 20px 0 0 0;
  float: left; }
  .list-states .each {
    float: left;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .list-states .each {
        width: 100%; } }
    .list-states .each span {
      color: #fff;
      display: block;
      padding: 20px;
      margin: 15px 0;
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 959px) {
        .list-states .each span {
          font-size: 14px; } }
  .list-states .electric {
    border-color: #91b93e; }
    .list-states .electric span {
      background-color: #91b93e; }
  .list-states .electric-gas {
    border-color: #e8ba01; }
    .list-states .electric-gas span {
      background-color: #e8ba01; }
  .list-states .gas {
    border-color: #6559a1; }
    .list-states .gas span {
      background-color: #6559a1; }
  .list-states .gas-large {
    border-color: #157635; }
    .list-states .gas-large span {
      background-color: #157635; }
  .list-states .electric-large {
    border-color: #1da9cd; }
    .list-states .electric-large span {
      background-color: #1da9cd; }
  .list-states .large-scale-gas {
    border-color: #e75a2d; }
    .list-states .large-scale-gas span {
      background-color: #e75a2d; }
  .list-states ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .list-states li {
    list-style: none;
    margin: 0; }
  .list-states a {
    color: #6A7F91;
    display: block;
    width: 100%;
    padding: 10px 0; }
    .list-states a:hover {
      background-color: #eee; }

.page-infographic .infographic-content img {
  display: block;
  margin: 30px auto; }

::-webkit-input-placeholder {
  color: #eee;
  font-size: 20px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
  font-size: 20px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
  font-size: 20px; }

:-ms-input-placeholder {
  color: #eee;
  font-size: 20px; }

.btn-rounded {
  /**/
  border-radius: 10px;
  box-shadow: 0 3px 0 #185056;
  display: inline-block;
  font-family: 'OpenSansSemiBold';
  font-size: 24px;
  font-weight: 700;
  padding: 15px 25px; }
  .btn-rounded.is-teal {
    background: #2e9aa6;
    color: #fff; }
    .btn-rounded.is-teal:visited {
      color: #fff; }
    .btn-rounded.is-teal:hover {
      background-color: #185056;
      color: #fff; }
  .btn-rounded.is-large {
    padding: 15px 55px; }
  .btn-rounded.is-white {
    background: #fff;
    color: #2e9aa6; }
    .btn-rounded.is-white:visited {
      color: #2e9aa6; }
    .btn-rounded.is-white:hover {
      background-color: #083958;
      box-shadow: 0 3px 0 black;
      color: #fff; }
  .btn-rounded.align-left {
    float: left; }
  .btn-rounded.align-right {
    float: right; }
  .btn-rounded.align-center {
    display: table !important;
    margin-left: auto;
    margin-right: auto; }
  .btn-rounded:hover {
    text-decoration: none !important; }

.has-arrow:after {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  content: "\25BA";
  display: inline-block;
  font-size: 12px;
  padding-left: 10px; }

.reviews-header {
  background-image: url("/assets/images/reviews/hero-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 650px;
  overflow: hidden; }
  .reviews-header.js-reviews-header-blurred {
    background-image: url("/assets/images/reviews/reviewsbg-blurred.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 650px;
    overflow: hidden; }
  .reviews-header .inner-page {
    background: none;
    padding-top: 0;
    padding-bottom: 0; }
  .reviews-header .hero-title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 960px) {
      .reviews-header .hero-title {
        font-size: 70px; } }
    .ie8 .reviews-header .hero-title, .ie7 .reviews-header .hero-title {
      font-size: 70px; }
  .reviews-header .hero-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin: 25px auto 55px;
    text-align: center;
    width: 70%; }
    @media (min-width: 960px) {
      .reviews-header .hero-subtitle {
        font-size: 25px; } }
    .ie8 .reviews-header .hero-subtitle, .ie7 .reviews-header .hero-subtitle {
      font-size: 25px; }
  .reviews-header p {
    color: #fff; }
  .reviews-header .heading {
    float: left;
    font-family: 'openSansLight';
    margin: 30% 0; }
    @media (min-width: 600px) {
      .reviews-header .heading {
        margin: 20% 0; } }
    .ie8 .reviews-header .heading, .ie7 .reviews-header .heading {
      margin: 20% 0; }
    @media (min-width: 960px) {
      .reviews-header .heading {
        margin: 10%; } }
    .ie8 .reviews-header .heading, .ie7 .reviews-header .heading {
      margin: 10%; }
    .reviews-header .heading strong {
      font-family: 'openSansBold'; }
  .reviews-header .suby-text {
    color: #fff;
    font-size: 20px;
    font-family: 'OpenSansLight';
    line-height: 1.7;
    margin-top: 10px;
    text-align: left; }

.reviews-help {
  background: -webkit-radial-gradient(circle, #064ea3, #000 1640px);
  background: radial-gradient(circle, #064ea3, #000 1640px);
  background-color: #064ea3;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1600px;
  margin: 0 auto; }
  .reviews-help .container {
    height: auto;
    overflow: hidden;
    padding: 7%; }
  .reviews-help .tips {
    color: #fff;
    text-align: center; }
    .reviews-help .tips .big-text {
      font-size: 20px;
      font-family: 'OpenSansBold'; }
      @media (max-width: 599px) {
        .reviews-help .tips .big-text {
          margin: 30px 0; } }
      @media (min-width: 960px) {
        .reviews-help .tips .big-text {
          font-size: 46px; } }
      .ie8 .reviews-help .tips .big-text, .ie7 .reviews-help .tips .big-text {
        font-size: 46px; }
    .reviews-help .tips .sub-big-text {
      -webkit-transition: opacity, 1s, ease-in;
      -moz-transition: opacity, 1s, ease-in;
      transition: opacity, 1s, ease-in;
      font-size: 18px;
      font-family: 'OpenSansLight';
      opacity: 1; }
      @media (max-width: 599px) {
        .reviews-help .tips .sub-big-text {
          width: 70%;
          margin: 0 auto; } }
      @media (min-width: 960px) {
        .reviews-help .tips .sub-big-text {
          font-size: 28px; } }
      .ie8 .reviews-help .tips .sub-big-text, .ie7 .reviews-help .tips .sub-big-text {
        font-size: 28px; }
      .reviews-help .tips .sub-big-text.hide {
        opacity: 0; }
    .reviews-help .tips .btn-rounded {
      margin-top: 20px; }
    .reviews-help .tips .show-tips {
      margin-bottom: 4px; }
    .reviews-help .tips .the-tips {
      -webkit-transition: all, 1s, ease-in;
      -moz-transition: all, 1s, ease-in;
      transition: all, 1s, ease-in;
      margin: 0 auto;
      opacity: 0;
      overflow: hidden;
      position: relative;
      visibility: hidden;
      z-index: 100; }
      .reviews-help .tips .the-tips.show {
        opacity: 1;
        visibility: visible; }
      .reviews-help .tips .the-tips ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative; }
      .reviews-help .tips .the-tips li {
        display: block;
        float: left;
        font-size: 18px;
        font-family: 'OpenSansLight';
        list-style-type: none;
        position: relative;
        will-change: right; }
        @media (min-width: 960px) {
          .reviews-help .tips .the-tips li {
            font-size: 28px; } }
        .ie8 .reviews-help .tips .the-tips li, .ie7 .reviews-help .tips .the-tips li {
          font-size: 28px; }
    .reviews-help .tips .slide-controls {
      margin: 0 auto;
      position: relative; }
      .reviews-help .tips .slide-controls .next, .reviews-help .tips .slide-controls .customer-reviews .prev, .customer-reviews .reviews-help .tips .slide-controls .prev {
        cursor: pointer;
        float: right;
        font-size: 24px;
        position: relative; }
        @media (min-width: 960px) {
          .reviews-help .tips .slide-controls .next, .reviews-help .tips .slide-controls .customer-reviews .prev, .customer-reviews .reviews-help .tips .slide-controls .prev {
            font-size: 50px; } }
        .ie8 .reviews-help .tips .slide-controls .next, .ie8 .reviews-help .tips .slide-controls .customer-reviews .prev, .customer-reviews .ie8 .reviews-help .tips .slide-controls .prev, .ie7 .reviews-help .tips .slide-controls .next, .ie7 .reviews-help .tips .slide-controls .customer-reviews .prev, .customer-reviews .ie7 .reviews-help .tips .slide-controls .prev {
          font-size: 50px; }
        .reviews-help .tips .slide-controls .next a, .reviews-help .tips .slide-controls .customer-reviews .prev a, .customer-reviews .reviews-help .tips .slide-controls .prev a {
          color: #ffffff;
          position: absolute;
          top: -40px; }
      .reviews-help .tips .slide-controls .prev {
        color: #ffffff;
        cursor: pointer;
        float: left;
        font-size: 24px;
        position: relative; }
        @media (min-width: 960px) {
          .reviews-help .tips .slide-controls .prev {
            font-size: 50px; } }
        .ie8 .reviews-help .tips .slide-controls .prev, .ie7 .reviews-help .tips .slide-controls .prev {
          font-size: 50px; }
        .reviews-help .tips .slide-controls .prev a {
          color: #ffffff;
          position: absolute;
          top: -40px; }

.bottom {
  background-image: url("/assets/images/reviews/bottom-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #505050;
  font-family: 'OpenSansLight';
  font-size: 20px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
  z-index: 3; }
  .bottom:before {
    background-color: #2e9aa6;
    content: '';
    display: block;
    height: 10px; }
  .bottom strong {
    color: #505050;
    font-family: 'OpenSansBold'; }
  .bottom img {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 235px; }
    @media (min-width: 600px) {
      .bottom img {
        width: 250px; } }
    .ie8 .bottom img, .ie7 .bottom img {
      width: 250px; }
    @media (min-width: 960px) {
      .bottom img {
        width: 275px;
        margin-top: 100px;
        margin-bottom: 100px; } }
    .ie8 .bottom img, .ie7 .bottom img {
      width: 275px;
      margin-top: 100px;
      margin-bottom: 100px; }
  .bottom .bottom-text {
    display: block;
    font-size: 18px;
    height: auto;
    line-height: 1.5;
    margin: 0 auto;
    padding: 15% 2%;
    text-align: left;
    width: 90%; }
    @media (min-width: 960px) {
      .bottom .bottom-text {
        line-height: 1.8;
        margin-bottom: 100px;
        padding: 2%;
        text-align: center;
        width: 75%; } }
    .ie8 .bottom .bottom-text, .ie7 .bottom .bottom-text {
      line-height: 1.8;
      margin-bottom: 100px;
      padding: 2%;
      text-align: center;
      width: 75%; }
    .bottom .bottom-text .logo {
      background-image: url("/assets/images/reviews/soe.png");
      background-position: center center;
      background-repeat: no-repeat;
      height: 114px;
      margin-bottom: 100px;
      margin-top: 90px;
      width: 100%; }

@-webkit-keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0); } }
@-moz-keyframes moveUpFromDown {
  from {
    -moz-transform: translateY(100%); }
  to {
    -moz-transform: translateY(0); } }
@keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes moveDownFromUp {
  from {
    -webkit-transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0); } }
@-moz-keyframes moveDownFromUp {
  from {
    -moz-transform: translateY(-100%); }
  to {
    -moz-transform: translateY(0); } }
@keyframes moveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.customer-reviews {
  -webkit-transition: opacity, 0.5s, ease-in;
  -moz-transition: opacity, 0.5s, ease-in;
  transition: opacity, 0.5s, ease-in;
  display: none;
  opacity: 0;
  position: relative; }
  .customer-reviews.show {
    display: block;
    opacity: 1; }
  .customer-reviews form {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    max-width: 860px;
    padding: 2em 0;
    position: relative;
    text-align: center;
    width: 100%; }
    @media (min-width: 600px) {
      .customer-reviews form {
        font-size: 24px; } }
    .ie8 .customer-reviews form, .ie7 .customer-reviews form {
      font-size: 24px; }
    @media (min-width: 960px) {
      .customer-reviews form {
        font-size: 32px; } }
    .ie8 .customer-reviews form, .ie7 .customer-reviews form {
      font-size: 32px; }
    @media (min-width: 1366px) {
      .customer-reviews form {
        font-size: 50px; } }
    .customer-reviews form h2 {
      display: none; }
    .customer-reviews form .survey-questions {
      -webkit-transition: height 0.4s;
      -moz-transition: height 0.4s;
      transition: height 0.4s;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative; }
      .customer-reviews form .survey-questions:before {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        content: '';
        height: 60px;
        left: 0;
        position: absolute;
        width: 85%; }
        @media (min-width: 768px) {
          .customer-reviews form .survey-questions:before {
            height: 90px; } }
        .ie8 .customer-reviews form .survey-questions:before, .ie7 .customer-reviews form .survey-questions:before {
          height: 90px; }
        @media (min-width: 1366px) {
          .customer-reviews form .survey-questions:before {
            height: 120px;
            width: 100%; } }
      .customer-reviews form .survey-questions.changed:before {
        height: 240px; }
      .customer-reviews form .survey-questions .inquiry-question {
        height: 0;
        position: relative;
        visibility: hidden;
        z-index: 100;
        width: 85%; }
        @media (min-width: 1366px) {
          .customer-reviews form .survey-questions .inquiry-question {
            width: 100%; } }
        .customer-reviews form .survey-questions .inquiry-question.current {
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
          height: auto;
          visibility: visible; }
          .customer-reviews form .survey-questions .inquiry-question.current > span label {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: none;
            -moz-transition: none;
            transition: none; }
          .customer-reviews form .survey-questions .inquiry-question.current input, .customer-reviews form .survey-questions .inquiry-question.current textarea {
            opacity: 1; }
          .customer-reviews form .survey-questions .inquiry-question.current input[type="radio"] {
            opacity: 0; }
        .customer-reviews form .survey-questions .inquiry-question > span {
          display: block;
          overflow: hidden;
          width: 100%; }
          .customer-reviews form .survey-questions .inquiry-question > span.hide-text {
            text-indent: -9999px;
            white-space: nowrap; }
          .customer-reviews form .survey-questions .inquiry-question > span label {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
            display: block;
            margin: 0 0 20px 0; }
        .customer-reviews form .survey-questions .inquiry-question.current.back > span label {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition: -webkit-transform 0.4s;
          -moz-transition: -moz-transform 0.4s;
          transition: transform 0.4s; }
        .customer-reviews form .survey-questions .inquiry-question .hidden-input {
          display: none; }
    .customer-reviews form .progress {
      -webkit-transition: width 0.4s ease-in-out;
      -moz-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out;
      background: #2adc54;
      height: 5px;
      width: 0%; }
      .customer-reviews form .progress::before {
        background: rgba(0, 0, 0, 0.05);
        content: '';
        height: inherit;
        left: 0;
        position: absolute;
        top: auto;
        width: 85%; }
        @media (min-width: 1366px) {
          .customer-reviews form .progress::before {
            width: 100%;
            height: 10px; } }
    .customer-reviews form .number {
      color: #ffffff;
      font-weight: 700;
      font-size: 10px;
      margin: 10px 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      width: 40px; }
      @media (min-width: 600px) {
        .customer-reviews form .number {
          right: 90px; } }
      .ie8 .customer-reviews form .number, .ie7 .customer-reviews form .number {
        right: 90px; }
      @media (min-width: 960px) {
        .customer-reviews form .number {
          font-weight: 700;
          font-size: 14px; } }
      .ie8 .customer-reviews form .number, .ie7 .customer-reviews form .number {
        font-weight: 700;
        font-size: 14px; }
      @media (min-width: 1366px) {
        .customer-reviews form .number {
          right: 0; } }
      .customer-reviews form .number:after {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '/';
        left: 50%;
        opacity: 0.4;
        position: absolute; }
      .customer-reviews form .number span {
        float: right;
        text-align: center;
        width: 40%; }
      .customer-reviews form .number .number-current {
        float: left; }
      .customer-reviews form .number .number-next {
        left: 0;
        position: absolute; }
      .customer-reviews form .number .number-prev {
        left: 0;
        position: absolute; }
    .customer-reviews form.show-next .number-current {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: -webkit-transform 0.4s;
      -moz-transition: -moz-transform 0.4s;
      transition: transform 0.4s; }
    .customer-reviews form.show-next .number-next {
      -webkit-animation: moveUpFromDown 0.4s both;
      -moz-animation: moveUpFromDown 0.4s both;
      animation: moveUpFromDown 0.4s both; }
    .customer-reviews form.show-next .number-prev {
      -webkit-animation: moveUpFromDown 0.4s both;
      -moz-animation: moveUpFromDown 0.4s both;
      animation: moveUpFromDown 0.4s both; }
  .customer-reviews .show-next .questions li.current > span label {
    -webkit-animation: moveUpFromDown 0.4s both;
    -moz-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both; }
  .customer-reviews .show-next .questions li.current.back > span label {
    -webkit-animation: moveDownFromUp 0.4s both;
    -moz-animation: moveDownFromUp 0.4s both;
    animation: moveDownFromUp 0.4s both; }
  .customer-reviews .radio-selection .star-rating {
    background: url("/assets/images/reviews/stars.png") repeat-x 0 0;
    height: 33px;
    margin: 15px auto;
    position: relative;
    width: 170px; }
    @media (min-width: 768px) {
      .customer-reviews .radio-selection .star-rating {
        margin: 30px auto; } }
    .ie8 .customer-reviews .radio-selection .star-rating, .ie7 .customer-reviews .radio-selection .star-rating {
      margin: 30px auto; }
    @media (min-width: 1366px) {
      .customer-reviews .radio-selection .star-rating {
        margin: 43px auto; } }
    .customer-reviews .radio-selection .star-rating input[type="radio"] {
      filter: alpha(opacity=0);
      opacity: 0;
      position: absolute; }
      .customer-reviews .radio-selection .star-rating input[type="radio"].star-5:checked ~ span {
        width: 100%; }
      .customer-reviews .radio-selection .star-rating input[type="radio"].star-4:checked ~ span {
        width: 80%; }
      .customer-reviews .radio-selection .star-rating input[type="radio"].star-3:checked ~ span {
        width: 60%; }
      .customer-reviews .radio-selection .star-rating input[type="radio"].star-2:checked ~ span {
        width: 40%; }
      .customer-reviews .radio-selection .star-rating input[type="radio"].star-1:checked ~ span {
        width: 20%; }
    .customer-reviews .radio-selection .star-rating label {
      background: transparent !important;
      cursor: pointer;
      display: block;
      float: left;
      height: 33px;
      left: 0;
      margin: 0 !important;
      padding: 0 !important;
      position: relative;
      text-indent: -9999px;
      top: 0;
      width: 32px;
      z-index: 10; }
      .customer-reviews .radio-selection .star-rating label.order-exp {
        top: -32px; }
      .customer-reviews .radio-selection .star-rating label.customer-service {
        top: -64px; }
      .customer-reviews .radio-selection .star-rating label.price-rating {
        top: -108px; }
      .customer-reviews .radio-selection .star-rating label:hover ~ span {
        background-position: 0 -43px; }
      .customer-reviews .radio-selection .star-rating label.star-5:hover ~ span {
        width: 100% !important; }
      .customer-reviews .radio-selection .star-rating label.star-4:hover ~ span {
        width: 80% !important; }
      .customer-reviews .radio-selection .star-rating label.star-3:hover ~ span {
        width: 60% !important; }
      .customer-reviews .radio-selection .star-rating label.star-2:hover ~ span {
        width: 40% !important; }
      .customer-reviews .radio-selection .star-rating label.star-1:hover ~ span {
        width: 20% !important; }
    .customer-reviews .radio-selection .star-rating > span {
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      transition: width 0.5s;
      background: url("/assets/images/reviews/stars.png") repeat-x 0 -84px;
      display: block;
      height: 33px;
      left: 0;
      position: relative;
      top: 0;
      width: 0; }
  .customer-reviews .is-text-input input[type="text"] {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    margin: 0 0 0 0;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 1;
    opacity: 0;
    padding: 5px 5px 5px 15px;
    width: 85%; }
    @media (min-width: 768px) {
      .customer-reviews .is-text-input input[type="text"] {
        height: 90px; } }
    .ie8 .customer-reviews .is-text-input input[type="text"], .ie7 .customer-reviews .is-text-input input[type="text"] {
      height: 90px; }
    @media (min-width: 1366px) {
      .customer-reviews .is-text-input input[type="text"] {
        font-size: 50px;
        height: 120px;
        width: 100%;
        padding: 10px 10px 10px 30px; } }
    .customer-reviews .is-text-input input[type="text"]:focus {
      outline: none; }
  .customer-reviews .is-text-input input[type="submit"] {
    display: block;
    padding: 30px; }
  .customer-reviews .is-text-input textarea {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: white;
    border-radius: 3px;
    border: 1px solid #D5D5D5;
    display: block;
    font-size: 16px;
    height: 90px;
    opacity: 0;
    padding: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .customer-reviews .is-text-input textarea {
        width: 85%; } }
    .ie8 .customer-reviews .is-text-input textarea, .ie7 .customer-reviews .is-text-input textarea {
      width: 85%; }
    @media (min-width: 768px) {
      .customer-reviews .is-text-input textarea {
        width: 100%; } }
    .ie8 .customer-reviews .is-text-input textarea, .ie7 .customer-reviews .is-text-input textarea {
      width: 100%; }
    @media (min-width: 1366px) {
      .customer-reviews .is-text-input textarea {
        height: 120px; } }
  .customer-reviews .form-controls {
    width: 85%; }
    @media (min-width: 1366px) {
      .customer-reviews .form-controls {
        width: 100%; } }
  .customer-reviews .next, .customer-reviews .prev {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: none;
    bottom: 2.15em;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: block;
    height: 95px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 100; }
    .customer-reviews .next:hover, .customer-reviews .prev:hover {
      color: rgba(0, 0, 0, 0.5); }
    .customer-reviews .next::after, .customer-reviews .prev::after {
      content: url("/assets/images/reviews/arrow-mobile.png");
      height: 100%;
      left: -30px;
      position: absolute;
      top: 47px;
      width: 100%;
      z-index: 10; }
      @media (min-width: 600px) {
        .customer-reviews .next::after, .customer-reviews .prev::after {
          left: -65px; } }
      .ie8 .customer-reviews .next::after, .ie8 .customer-reviews .prev::after, .ie7 .customer-reviews .next::after, .ie7 .customer-reviews .prev::after {
        left: -65px; }
      @media (min-width: 768px) {
        .customer-reviews .next::after, .customer-reviews .prev::after {
          content: url("/assets/images/reviews/arrow.png");
          left: -90px;
          top: 15px; } }
      .ie8 .customer-reviews .next::after, .ie8 .customer-reviews .prev::after, .ie7 .customer-reviews .next::after, .ie7 .customer-reviews .prev::after {
        content: url("/assets/images/reviews/arrow.png");
        left: -90px;
        top: 15px; }
      @media (min-width: 1366px) {
        .customer-reviews .next::after, .customer-reviews .prev::after {
          left: 30px;
          top: 0; } }
    .customer-reviews .next.show, .customer-reviews .show.prev {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto; }
  .customer-reviews .prev {
    right: auto;
    left: 0; }
    .customer-reviews .prev.show {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto; }
    .customer-reviews .prev:after {
      content: url("/assets/images/reviews/arrow-mobile-prev.png"); }
      @media (min-width: 600px) {
        .customer-reviews .prev:after {
          left: -65px; } }
      .ie8 .customer-reviews .prev:after, .ie7 .customer-reviews .prev:after {
        left: -65px; }
      @media (min-width: 768px) {
        .customer-reviews .prev:after {
          content: url("/assets/images/reviews/arrow-prev.png");
          left: -90px;
          top: 15px; } }
      .ie8 .customer-reviews .prev:after, .ie7 .customer-reviews .prev:after {
        content: url("/assets/images/reviews/arrow-prev.png");
        left: -90px;
        top: 15px; }
      @media (min-width: 1366px) {
        .customer-reviews .prev:after {
          left: -100px;
          top: 0; } }
  .customer-reviews .error-message {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #d50808;
    font-size: 12px;
    font-style: normal;
    left: 0;
    opacity: 0;
    padding: 10px 0 0 0;
    position: absolute;
    visibility: hidden; }
    @media (min-width: 960px) {
      .customer-reviews .error-message {
        font-size: 16px;
        font-style: normal; } }
    .ie8 .customer-reviews .error-message, .ie7 .customer-reviews .error-message {
      font-size: 16px;
      font-style: normal; }
    .customer-reviews .error-message.show {
      visibility: visible;
      opacity: 1; }
  .customer-reviews .welcome-message {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #fefefe;
    font-size: 12px;
    font-style: normal;
    left: 0;
    opacity: 1;
    padding: 10px 0 0 0;
    position: absolute;
    visibility: visible; }
    @media (min-width: 960px) {
      .customer-reviews .welcome-message {
        font-size: 16px;
        font-style: normal; } }
    .ie8 .customer-reviews .welcome-message, .ie7 .customer-reviews .welcome-message {
      font-size: 16px;
      font-style: normal; }
    .customer-reviews .welcome-message.hide {
      visibility: hidden;
      opacity: 0; }
  .customer-reviews .final-message {
    color: #ffffff;
    font-size: 24px;
    left: 0;
    padding: 0.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%; }
    @media (min-width: 960px) {
      .customer-reviews .final-message {
        font-size: 50px; } }
    .ie8 .customer-reviews .final-message, .ie7 .customer-reviews .final-message {
      font-size: 50px; }

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .selectize-control {
      width: 85%; } }
  .ie8 .selectize-control, .ie7 .selectize-control {
    width: 85%; }
  @media (min-width: 768px) {
    .selectize-control {
      width: 100%; } }
  .ie8 .selectize-control, .ie7 .selectize-control {
    width: 100%; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 22px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }
  @media (min-width: 960px) {
    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
      font-size: 32px; } }
  .ie8 .selectize-dropdown, .ie7 .selectize-dropdown, .ie8
  .selectize-input, .ie7
  .selectize-input, .ie8
  .selectize-input input, .ie7
  .selectize-input input {
    font-size: 32px; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 20px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  @media (min-width: 1366px) {
    .selectize-input {
      padding: 42px 8px; } }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 22px 8px;
  border-bottom: 1px solid #eee; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.page-usage-calculator {
  color: #505050; }
  .page-usage-calculator * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .page-usage-calculator .content-section {
    background-color: #f1f1f1;
    padding: 66px 0; }
    .page-usage-calculator .content-section h2, .page-usage-calculator .content-section h3, .page-usage-calculator .content-section h4, .page-usage-calculator .content-section h5, .page-usage-calculator .content-section h6 {
      color: #505050;
      font-family: "OpenSansReg", Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .page-usage-calculator .content-section .section-title {
      font-size: 45px;
      line-height: 1.25em;
      margin-bottom: 1em;
      padding: 0 140px; }
    .page-usage-calculator .content-section .section-description {
      font-size: 20px;
      margin-bottom: 3em;
      padding: 0 140px; }
      .page-usage-calculator .content-section .section-description p {
        font-family: 'OpenSansLight', sans-serif;
        line-height: 1.5em;
        margin-bottom: 1.5em; }
    .page-usage-calculator .content-section .container {
      width: 960px; }
    .page-usage-calculator .content-section.has-full-background {
      background-position: center;
      background-size: cover; }
    .page-usage-calculator .content-section.is-centered {
      text-align: center; }
    .page-usage-calculator .content-section.has-extra-top-padding {
      padding-top: 166px; }
  .page-usage-calculator .row::after {
    clear: both;
    content: "";
    display: table; }
  .page-usage-calculator ul.row {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .page-usage-calculator ul.row li {
      display: block; }
  .page-usage-calculator .columns-3 {
    float: left;
    margin-right: 30px;
    width: 300px; }
    .page-usage-calculator .columns-3.is-card {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: 100% auto;
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
      opacity: 0;
      padding-top: 225px;
      will-change: transform, opacity; }
      .page-usage-calculator .columns-3.is-card .card-content {
        padding: 56px 32px; }
      .page-usage-calculator .columns-3.is-card .card-title {
        font-size: 25px;
        margin-bottom: 1.5em; }
      .page-usage-calculator .columns-3.is-card.js-scroll-event-in {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
    .page-usage-calculator .columns-3:last-child {
      margin-right: 0; }
  .page-usage-calculator .hero-landing-cover {
    padding-top: 225px;
    position: relative;
    z-index: 10;
    will-change: transform, opacity, filter; }
    .page-usage-calculator .hero-landing-cover .container {
      width: 960px; }
      .page-usage-calculator .hero-landing-cover .container::after {
        clear: both;
        content: "";
        display: table; }
    .page-usage-calculator .hero-landing-cover .hero-title {
      color: #fff;
      font-family: "OpenSansReg", Helvetica, Arial, sans-serif;
      font-size: 50px;
      line-height: 1.1em;
      margin-bottom: 25px; }
    .page-usage-calculator .hero-landing-cover .hero-description {
      font-family: "OpenSansReg", Helvetica, Arial, sans-serif;
      font-size: 22px;
      line-height: 1.5em;
      margin-bottom: 50px; }
      .page-usage-calculator .hero-landing-cover .hero-description strong {
        color: #fff !important; }
    .page-usage-calculator .hero-landing-cover .hero-content-left {
      float: left;
      padding-top: 20px;
      width: 660px; }
    .page-usage-calculator .hero-landing-cover .hero-content-right img {
      -webkit-filter: drop-shadow(0 0px 18px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0 0px 18px rgba(0, 0, 0, 0.5)); }
  .page-usage-calculator .background-blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: opacity 600ms;
    -moz-transition: opacity 600ms;
    transition: opacity 600ms;
    background: #9ea3a8 url("../assets/images/usage-calculator/hero-background.jpg") center/cover no-repeat;
    height: 120%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: opacity; }
  .page-usage-calculator .background-overlay {
    background: #1dace1;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: transform, opacity, filter;
    z-index: 5; }
  .page-usage-calculator .button {
    background-color: #1dace1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "OpenSansReg", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 0.4em 1.25em;
    border-radius: 1.5em; }
    .page-usage-calculator .button:hover {
      background-color: #1789b4; }
    .page-usage-calculator .button.is-big {
      font-size: 30px; }
    .page-usage-calculator .button.is-yellow {
      color: #505050;
      background-color: #fbe74e; }
      .page-usage-calculator .button.is-yellow:hover {
        background-color: #fcee80; }
  .page-usage-calculator header {
    -webkit-transition: padding 500ms, background 500ms;
    -moz-transition: padding 500ms, background 500ms;
    transition: padding 500ms, background 500ms;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
    will-change: padding, background;
    z-index: 15; }
    .page-usage-calculator header .container {
      width: 960px; }
    .page-usage-calculator header .soe-logo {
      -webkit-transition: height 500ms;
      -moz-transition: height 500ms;
      transition: height 500ms;
      background: url(/assets/images/usage-calculator/soe-logo.png) center/auto 100% no-repeat;
      display: inline-block;
      height: 64px;
      width: 157px; }
    .page-usage-calculator header.is-past-hero {
      background: #1dace1;
      padding: 10px 0; }
      .page-usage-calculator header.is-past-hero .soe-logo {
        height: 32px; }
      .page-usage-calculator header.is-past-hero .menu {
        padding-top: 10px !important; }
  .page-usage-calculator .menu {
    -webkit-transition: padding-top 500ms;
    -moz-transition: padding-top 500ms;
    transition: padding-top 500ms;
    float: right;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-top: 30px;
    will-change: padding-top; }
    .page-usage-calculator .menu > li {
      display: inline;
      margin-right: 30px; }
      .page-usage-calculator .menu > li:last-child {
        margin-right: 0; }
    .page-usage-calculator .menu a {
      color: #fff;
      font-family: "OpenSansReg", Helvetica, Arial, sans-serif;
      font-size: 15px;
      -webkit-font-smoothing: subpixel-antialiased; }
    .page-usage-calculator .menu .submenu {
      background: #1dace1;
      display: none;
      min-width: 260px;
      padding: 10px;
      position: absolute; }
      .page-usage-calculator .menu .submenu > li {
        -webkit-transition: padding-left 120ms ease;
        -moz-transition: padding-left 120ms ease;
        transition: padding-left 120ms ease;
        display: block;
        padding-bottom: 5px;
        will-change: padding-left; }
        .page-usage-calculator .menu .submenu > li:hover {
          padding-left: 15px; }
  .page-usage-calculator .hero {
    -webkit-transition: height 600ms ease-out;
    -moz-transition: height 600ms ease-out;
    transition: height 600ms ease-out;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    background: #9ea3a8 url("../assets/images/usage-calculator/hero-background.jpg") top center/120% auto no-repeat !important;
    height: 700px;
    max-width: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    will-change: height; }
    .page-usage-calculator .hero .container {
      height: 100%; }
    .page-usage-calculator .hero.calculator-open {
      height: 800px; }
      .page-usage-calculator .hero.calculator-open .hero-landing-cover, .page-usage-calculator .hero.calculator-open .background-overlay {
        -webkit-animation: moveCover 1s cubic-bezier(0, 0.01, 0.64, 1) forwards;
        -moz-animation: moveCover 1s cubic-bezier(0, 0.01, 0.64, 1) forwards;
        animation: moveCover 1s cubic-bezier(0, 0.01, 0.64, 1) forwards; }
      .page-usage-calculator .hero.calculator-open .background-blur {
        opacity: 0; }

.usage-calculator {
  -webkit-filter: drop-shadow(0 0px 18px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0px 18px rgba(0, 0, 0, 0.5));
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0.01, 0.64, 1) 300ms;
  -moz-transition: -moz-transform 800ms cubic-bezier(0, 0.01, 0.64, 1) 300ms;
  transition: transform 800ms cubic-bezier(0, 0.01, 0.64, 1) 300ms;
  -webkit-transform: translateY(800px);
  -moz-transform: translateY(800px);
  -ms-transform: translateY(800px);
  -o-transform: translateY(800px);
  transform: translateY(800px);
  top: 0;
  left: 50%;
  margin-left: -320px;
  position: absolute;
  will-change: transform, filter;
  z-index: 10; }
  .usage-calculator .calculator {
    width: 640px; }
  .usage-calculator .calculator-switch {
    -webkit-transition: left 500ms ease 1.25s;
    -moz-transition: left 500ms ease 1.25s;
    transition: left 500ms ease 1.25s;
    left: 70px;
    position: absolute;
    top: 315px;
    will-change: transform; }
  .calculator-open .usage-calculator {
    -webkit-transform: translateY(360px);
    -moz-transform: translateY(360px);
    -ms-transform: translateY(360px);
    -o-transform: translateY(360px);
    transform: translateY(360px); }
    .calculator-open .usage-calculator .calculator-switch {
      left: 128px; }

@-webkit-keyframes moveCover {
  0% {
    -webkit-transform: scale(1) translateY(0);
    -webkit-filter: blur(0); }
  33% {
    -webkit-transform: scale(0.8) translateY(0);
    -webkit-filter: blur(3px); }
  100% {
    -webkit-transform: scale(0.8) translateY(-120%); } }
@-moz-keyframes moveCover {
  0% {
    -moz-transform: scale(1) translateY(0); }
  33% {
    -moz-transform: scale(0.8) translateY(0); }
  100% {
    -moz-transform: scale(0.8) translateY(-120%); } }
@keyframes moveCover {
  0% {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0); }
  33% {
    -webkit-transform: scale(0.8) translateY(0);
    -moz-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  100% {
    -webkit-transform: scale(0.8) translateY(-120%);
    -moz-transform: scale(0.8) translateY(-120%);
    -ms-transform: scale(0.8) translateY(-120%);
    -o-transform: scale(0.8) translateY(-120%);
    transform: scale(0.8) translateY(-120%); } }
.hero-account {
  -webkit-font-smoothing: auto !important;
  background: url("/assets/images/1081/hero-background.jpg") top center no-repeat;
  color: #053a59;
  height: 435px; }
  .hero-account__wrapper {
    margin: 100px 0 0 110px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 650px; }
    @media screen and (max-width: 480px) {
      .hero-account__wrapper {
        margin: 0;
        padding: 30px 20px; } }
  .hero-account__title {
    color: #053a59;
    font-family: 'Open Sans', sans-serif;
    font-size: 64px;
    font-weight: bold;
    margin: 0; }
  .hero-account__copy {
    font-size: 22px;
    font-weight: bold; }
  .hero-account__disclaimer {
    font-size: 18px; }
    .hero-account__disclaimer--italic {
      font-style: italic;
      font-weight: normal; }
    .hero-account__disclaimer--bold {
      font-weight: bold; }

.pre-enroll {
  background-color: #053a59;
  font-family: "OpenSansReg", sans-serif; }
  .pre-enroll .row {
    margin-bottom: 0; }
  .pre-enroll__banner {
    color: #eceff1;
    padding: 60px 0;
    position: relative;
    text-align: center; }
    .pre-enroll__banner:after {
      border: 1px solid rgba(255, 255, 255, 0.12);
      content: '';
      left: 25%;
      position: absolute;
      width: 50%; }
    .pre-enroll__banner--centered {
      float: none;
      margin: 0 auto; }
    .pre-enroll__banner_title {
      color: #fff;
      font-family: "OpenSansBold", sans-serif; }

.no-more .row {
  margin: 0; }
.no-more__section {
  background-size: 100% 100%;
  background: url("/images/pilotprogram-bkgrnd.jpg") no-repeat;
  max-width: 1366px;
  height: 950px;
  position: relative; }
  @media (min-width: 768px) {
    .no-more__section {
      height: 750px; } }
  .ie8 .no-more__section, .ie7 .no-more__section {
    height: 750px; }
  .no-more__section_wrap {
    background-color: rgba(255, 255, 255, 0.85);
    height: 950px;
    position: relative;
    bottom: 0; }
    @media (min-width: 768px) {
      .no-more__section_wrap {
        height: 455px;
        position: absolute; } }
    .ie8 .no-more__section_wrap, .ie7 .no-more__section_wrap {
      height: 455px;
      position: absolute; }
    .no-more__section_wrap--centered {
      float: none;
      margin: 0 auto; }
  .no-more__section--box:after {
    content: "Stay tuned for updates!";
    color: #fff;
    background-color: #fd3e02;
    font-family: "OpenSansBold", sans-serif;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    width: 70%;
    left: 14%;
    bottom: -30px; }
  .no-more__section_title {
    color: #053a59;
    text-align: center;
    font-family: "OpenSansBold", sans-serif;
    padding: 20px 0 0 0; }
    @media (min-width: 768px) {
      .no-more__section_title {
        padding: 30px 0; } }
    .ie8 .no-more__section_title, .ie7 .no-more__section_title {
      padding: 30px 0; }
    @media (min-width: 960px) {
      .no-more__section_title.js-animate-element {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        opacity: 0; } }
    .ie8 .no-more__section_title.js-animate-element, .ie7 .no-more__section_title.js-animate-element {
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0; }
    @media (min-width: 960px) {
      .no-more__section_title.js-animate-element--js-fade-in {
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        transition: all 500ms linear;
        opacity: 0; } }
    .ie8 .no-more__section_title.js-animate-element--js-fade-in, .ie7 .no-more__section_title.js-animate-element--js-fade-in {
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 0; }
    .no-more__section_title.js-animate-element--js-fade-in.js-in-view {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 1; }
  .no-more__section_badge {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .no-more__section_badge {
        margin-top: 0; } }
    .ie8 .no-more__section_badge, .ie7 .no-more__section_badge {
      margin-top: 0; }
    .no-more__section_badge_icon {
      margin: 0 auto; }
      .no-more__section_badge_icon--clock {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-clock.png);
        height: 90px;
        width: 90px; }
      .no-more__section_badge_icon--graph {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-graph.png);
        height: 90px;
        width: 90px; }
      .no-more__section_badge_icon--cart {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-cart.png);
        height: 90px;
        width: 90px; }
      .no-more__section_badge_icon--cursor {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-cursor.png);
        height: 90px;
        width: 90px; }
      .no-more__section_badge_icon:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
    .no-more__section_badge--copy {
      color: rgba(0, 0, 0, 0.87);
      font-size: 16px;
      font-weight: bold;
      margin: 15px 0;
      text-align: center; }
      @media (min-width: 768px) {
        .no-more__section_badge--copy {
          margin: 55px 0 0 0; } }
      .ie8 .no-more__section_badge--copy, .ie7 .no-more__section_badge--copy {
        margin: 55px 0 0 0; }
    @media (min-width: 960px) {
      .no-more__section_badge.js-animate-element {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        opacity: 0; } }
    .ie8 .no-more__section_badge.js-animate-element, .ie7 .no-more__section_badge.js-animate-element {
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0; }
    @media (min-width: 960px) {
      .no-more__section_badge.js-animate-element--js-slide-up {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        transition: all 500ms linear;
        opacity: 0; } }
    .ie8 .no-more__section_badge.js-animate-element--js-slide-up, .ie7 .no-more__section_badge.js-animate-element--js-slide-up {
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 0; }
    .no-more__section_badge.js-animate-element--js-slide-up.js-in-view {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 1; }
    @media (min-width: 960px) {
      .no-more__section_badge.js-animate-element--js-fade-in {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        transition: all 500ms linear;
        opacity: 0; } }
    .ie8 .no-more__section_badge.js-animate-element--js-fade-in, .ie7 .no-more__section_badge.js-animate-element--js-fade-in {
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 0; }
    .no-more__section_badge.js-animate-element--js-fade-in.js-in-view {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 1; }

.brand-caro__title {
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  font-weight: 700;
  font-family: "OpenSansReg", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-top: 110px; }

.upper-footer .review-wrap {
  border-left: 1px solid #c3c3c3; }

/**
 * @author Greg Koscevic gkoscevic@redventures
 * @description: myaccount button mixin
 * @params:
 *
 *
 */
.page-myaccount, * {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
  .page-myaccount h1, .page-myaccount h2, .page-myaccount h3, .page-myaccount h4, .page-myaccount h5, .page-myaccount h6, * h1, * h2, * h3, * h4, * h5, * h6 {
    font-family: "Open Sans", sans-serif; }
  .page-myaccount a, .page-myaccount span, .page-myaccount input[type='submit'], * a, * span, * input[type='submit'] {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }

.page-myaccount--overlay {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity: 0;
  z-index: 0; }
  .page-myaccount--overlay--show {
    opacity: 1;
    z-index: 10; }

.myaccount__text {
  color: #ffffff; }
  .myaccount__text--h1 {
    font-size: 40px;
    font-weight: 700; }
  .myaccount__text--h2 {
    font-size: 32px;
    font-weight: 600; }
  .myaccount__text--h3 {
    font-size: 20px;
    font-weight: 700; }
  .myaccount__text--xsmall {
    font-size: 11px; }
  .myaccount__text--small {
    font-size: 12px; }
  .myaccount__text--normal {
    font-size: 14px; }
  .myaccount__text--medium {
    font-size: 16px; }
  .myaccount__text--large {
    font-size: 18px; }
  .myaccount__text--xlarge {
    font-size: 20px; }
  .myaccount__text--xxlarge {
    font-size: 22px; }
  .myaccount__text--xxxlarge {
    font-size: 24px; }
  .myaccount__text--italic {
    font-style: italic; }
  .myaccount__text--bold {
    font-weight: 700; }
  .myaccount__text--semibold {
    font-weight: 600; }
  .myaccount__text--weight-normal {
    font-weight: 400; }
  .myaccount__text--uppercase {
    text-transform: uppercase; }
  .myaccount__text--light {
    color: rgba(255, 255, 255, 0.7); }
  .myaccount__text--centered {
    text-align: center; }
  .myaccount__text--left {
    text-align: left; }
  .myaccount__text--right {
    text-align: right; }
  .myaccount__text--color-blue {
    color: #163146; }
  .myaccount__text--color-default {
    color: #ffffff; }
  .myaccount__text--color-gray {
    color: #777777; }

.myaccount-stats {
  border-bottom: 1px solid #d6dbdf; }
  .myaccount-stats .container {
    padding: 50px 0 80px 0; }
  .myaccount-stats__fixed-rate {
    width: 100%; }
    @media (min-width: 960px) {
      .myaccount-stats__fixed-rate {
        width: 66.6666666667%; } }
    .ie8 .myaccount-stats__fixed-rate, .ie7 .myaccount-stats__fixed-rate {
      width: 66.6666666667%; }
    .myaccount-stats__fixed-rate_content {
      background-color: #eceff1;
      height: 567px; }
      .myaccount-stats__fixed-rate_content_top {
        background: -webkit-linear-gradient(-450deg, #20506b 0%, #163146 100%);
        background: linear-gradient(180deg, #20506b 0%, #163146 100%);
        overflow: hidden;
        padding: 20px;
        position: relative; }
        .myaccount-stats__fixed-rate_content_top_title {
          margin: 0;
          width: 80%; }
        .myaccount-stats__fixed-rate_content_top_loc-drop {
          cursor: pointer;
          top: 4px;
          position: relative;
          width: 20%; }
          .myaccount-stats__fixed-rate_content_top_loc-drop--is-open:after {
            border-bottom: 10px solid rgba(255, 255, 255, 0.7);
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            content: '';
            height: 0;
            right: 0;
            width: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
          .myaccount-stats__fixed-rate_content_top_loc-drop--is-closed:after {
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 10px solid rgba(255, 255, 255, 0.7);
            content: '';
            height: 0;
            right: 0;
            width: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
      .myaccount-stats__fixed-rate_content_graph {
        background-image: url("/images/myaccount/market-trend-chart.png");
        height: 413px;
        width: 738px;
        margin: 0 auto; }
  .myaccount-stats__aep {
    padding-left: 1%;
    width: 100%; }
    @media (min-width: 960px) {
      .myaccount-stats__aep {
        width: 33.3333333333%; } }
    .ie8 .myaccount-stats__aep, .ie7 .myaccount-stats__aep {
      width: 33.3333333333%; }
    .myaccount-stats__aep_content {
      background-color: #eceff1; }
      .myaccount-stats__aep_content_top {
        background: -webkit-linear-gradient(-450deg, #20506b 0%, #163146 100%);
        background: linear-gradient(180deg, #20506b 0%, #163146 100%);
        overflow: hidden;
        padding: 20px;
        position: relative; }
        .myaccount-stats__aep_content_top_title {
          margin: 0; }
      .myaccount-stats__aep_content_price-trends {
        margin: 40px 0 0;
        padding: 0;
        list-style: none; }
        .myaccount-stats__aep_content_price-trends_item {
          background-color: rgba(22, 49, 70, 0.11);
          margin-bottom: 7px;
          padding: 20px 25px; }
          .myaccount-stats__aep_content_price-trends_item:last-child {
            margin-bottom: 0; }
          .myaccount-stats__aep_content_price-trends_item--percentage {
            position: absolute;
            left: 60%;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%); }
          .myaccount-stats__aep_content_price-trends_item--trend {
            height: 24px;
            width: 24px;
            display: inline-block;
            float: right; }
            .myaccount-stats__aep_content_price-trends_item--trend.down {
              background: url("/images/myaccount/trend-down.png") no-repeat; }
            .myaccount-stats__aep_content_price-trends_item--trend.up {
              background: url("/images/myaccount/trend-up.png") no-repeat; }
      .myaccount-stats__aep_content_bottom {
        padding: 35px 30px 20px 20px; }
        .myaccount-stats__aep_content_bottom--text {
          color: #777; }

.myaccount-blog-feed__top {
  padding: 45px 0;
  position: relative; }
.myaccount-blog-feed__title {
  margin: 0; }
.myaccount-blog-feed__copy {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }
  .myaccount-blog-feed__copy--text {
    margin: 5px 0 0 0; }
.myaccount-blog-feed--sun-icon {
  background: url("/images/myaccount/sun-icon.png") no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-right: 15px;
  width: 30px; }
.myaccount-blog-feed__body {
  height: auto;
  position: relative;
  padding-bottom: 90px; }
  .myaccount-blog-feed__body--wrap {
    position: relative;
    width: 100%;
    margin: 0 auto; }
.myaccount-blog-feed__snippet {
  background: -webkit-linear-gradient(-450deg, #eceff1 0%, #ffffff 100%);
  background: linear-gradient(180deg, #eceff1 0%, #ffffff 100%); }
  .myaccount-blog-feed__snippet--wrap {
    padding: 20px 0 50px 0;
    width: 100%; }
    @media (min-width: 960px) {
      .myaccount-blog-feed__snippet--wrap {
        width: 66.6666666667%; } }
    .ie8 .myaccount-blog-feed__snippet--wrap, .ie7 .myaccount-blog-feed__snippet--wrap {
      width: 66.6666666667%; }
  .myaccount-blog-feed__snippet_content {
    float: left;
    width: 70%; }
  .myaccount-blog-feed__snippet--thumbnail {
    float: left;
    height: 138px;
    margin-right: 20px;
    position: relative;
    width: 209px; }
    .myaccount-blog-feed__snippet--thumbnail-first {
      background-image: url("/images/myaccount/myaccount_using-phone.png");
      background-repeat: no-repeat; }
    .myaccount-blog-feed__snippet--thumbnail-second {
      background-image: url("/images/myaccount/myaccount_google-car.png");
      background-repeat: no-repeat; }
    .myaccount-blog-feed__snippet--thumbnail-third {
      background-image: url("/images/myaccount/myaccount_green-solution.png");
      background-repeat: no-repeat; }
  .myaccount-blog-feed__snippet--read-more {
    background-color: #fd3e02;
    bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 4px 0;
    position: relative;
    text-align: center;
    width: 209px;
    z-index: 1; }
    .myaccount-blog-feed__snippet--read-more:hover {
      background-color: #163146;
      color: #ffffff; }
    .myaccount-blog-feed__snippet--read-more--minimize:after {
      border-bottom: 8px solid rgba(255, 255, 255, 0.7);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: '';
      height: 0;
      right: 20px;
      width: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .myaccount-blog-feed__snippet--read-more--divider {
      -webkit-transition: all 500ms ease-in-out 250ms;
      -moz-transition: all 500ms ease-in-out 250ms;
      transition: all 500ms ease-in-out 250ms;
      border-top: 3px solid rgba(214, 219, 223, 0.7);
      opacity: 0;
      display: block;
      height: 0;
      width: 0;
      position: relative;
      top: -23px; }
      .myaccount-blog-feed__snippet--read-more--divider--show {
        height: 2px;
        width: 100%;
        opacity: 1; }
  .myaccount-blog-feed__snippet--subtitle {
    color: #777777; }
  .myaccount-blog-feed__snippet--excerpt {
    color: #777777;
    margin: 0; }
  .myaccount-blog-feed__snippet_full-article {
    float: left;
    overflow: hidden; }
    .myaccount-blog-feed__snippet_full-article__copy {
      -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
      -moz-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
      transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
      overflow: hidden;
      max-height: 0; }
      .myaccount-blog-feed__snippet_full-article__copy--open {
        -webkit-transition: max-height 500ms;
        -moz-transition: max-height 500ms;
        transition: max-height 500ms;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
        -moz-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
        transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
        max-height: 9999px; }
    .myaccount-blog-feed__snippet_full-article--text:first-child {
      padding-top: 25px; }
    .myaccount-blog-feed__snippet_full-article--text:last-child {
      margin: 0;
      padding-bottom: 45px; }
.myaccount-blog-feed--facebook-feed {
  background-image: url("/images/myaccount/fb-feed.png");
  background-repeat: no-repeat;
  height: 746px;
  position: relative;
  width: 362px; }
  @media (min-width: 960px) {
    .myaccount-blog-feed--facebook-feed {
      position: absolute;
      right: 15px;
      top: -100px; } }
  .ie8 .myaccount-blog-feed--facebook-feed, .ie7 .myaccount-blog-feed--facebook-feed {
    position: absolute;
    right: 15px;
    top: -100px; }
.myaccount-blog-feed--spacer {
  background: #ffffff;
  height: 160px; }

.myaccount-no-more .row {
  margin: 0; }
.myaccount-no-more__section {
  background: url("/images/pilotprogram-bkgrnd.jpg") no-repeat;
  background-size: cover;
  height: 950px;
  position: relative; }
  @media (min-width: 768px) {
    .myaccount-no-more__section {
      height: 750px; } }
  .ie8 .myaccount-no-more__section, .ie7 .myaccount-no-more__section {
    height: 750px; }
  .myaccount-no-more__section_wrap {
    background-color: rgba(255, 255, 255, 0.85);
    height: 950px;
    position: relative;
    bottom: 0;
    padding: 70px 0; }
    @media (min-width: 768px) {
      .myaccount-no-more__section_wrap {
        height: 700px;
        position: absolute; } }
    .ie8 .myaccount-no-more__section_wrap, .ie7 .myaccount-no-more__section_wrap {
      height: 700px;
      position: absolute; }
    @media (min-width: 1220px) {
      .myaccount-no-more__section_wrap {
        height: 455px; } }
    .myaccount-no-more__section_wrap--centered {
      float: none;
      margin: 0 auto; }
  .myaccount-no-more__section--box:after {
    content: "Watch the Video to Learn More";
    color: #fff;
    background-color: #fd3e02;
    border-radius: 8px;
    font-family: "OpenSansBold", sans-serif;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: -35px; }
  .myaccount-no-more__section_title {
    color: #053a59;
    text-align: center;
    font-family: "OpenSansBold", sans-serif;
    padding: 0;
    margin-bottom: 75px; }
    @media (min-width: 960px) {
      .myaccount-no-more__section_title.js-animate-element {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        opacity: 0; } }
    .ie8 .myaccount-no-more__section_title.js-animate-element, .ie7 .myaccount-no-more__section_title.js-animate-element {
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0; }
    @media (min-width: 960px) {
      .myaccount-no-more__section_title.js-animate-element--js-fade-in {
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        transition: all 500ms linear;
        opacity: 0; } }
    .ie8 .myaccount-no-more__section_title.js-animate-element--js-fade-in, .ie7 .myaccount-no-more__section_title.js-animate-element--js-fade-in {
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 0; }
    .myaccount-no-more__section_title.js-animate-element--js-fade-in.js-in-view {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 1; }
  .myaccount-no-more__section_badge {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .myaccount-no-more__section_badge {
        margin-top: 0;
        width: 45%; } }
    .ie8 .myaccount-no-more__section_badge, .ie7 .myaccount-no-more__section_badge {
      margin-top: 0;
      width: 45%; }
    @media (min-width: 1220px) {
      .myaccount-no-more__section_badge {
        width: 25%; } }
    .myaccount-no-more__section_badge_icon {
      margin: 0 auto; }
      .myaccount-no-more__section_badge_icon--clock {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-clock.png);
        height: 90px;
        width: 90px; }
      .myaccount-no-more__section_badge_icon--graph {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-graph.png);
        height: 90px;
        width: 90px; }
      .myaccount-no-more__section_badge_icon--cart {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-cart.png);
        height: 90px;
        width: 90px; }
      .myaccount-no-more__section_badge_icon--cursor {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-image: url(/images/pilotprogram-icon-cursor.png);
        height: 90px;
        width: 90px; }
      .myaccount-no-more__section_badge_icon:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
    .myaccount-no-more__section_badge--copy {
      color: rgba(0, 0, 0, 0.87);
      margin: 15px 0;
      text-align: center;
      padding: 0 25px; }
      @media (min-width: 768px) {
        .myaccount-no-more__section_badge--copy {
          margin: 15px 0 60px 0; } }
      .ie8 .myaccount-no-more__section_badge--copy, .ie7 .myaccount-no-more__section_badge--copy {
        margin: 15px 0 60px 0; }
      @media (min-width: 1220px) {
        .myaccount-no-more__section_badge--copy {
          margin: 45px 0 0 0; } }
    @media (min-width: 960px) {
      .myaccount-no-more__section_badge.js-animate-element {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        opacity: 0; } }
    .ie8 .myaccount-no-more__section_badge.js-animate-element, .ie7 .myaccount-no-more__section_badge.js-animate-element {
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0; }
    @media (min-width: 960px) {
      .myaccount-no-more__section_badge.js-animate-element--js-slide-up {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        transition: all 500ms linear;
        opacity: 0; } }
    .ie8 .myaccount-no-more__section_badge.js-animate-element--js-slide-up, .ie7 .myaccount-no-more__section_badge.js-animate-element--js-slide-up {
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 0; }
    .myaccount-no-more__section_badge.js-animate-element--js-slide-up.js-in-view {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 1; }
    @media (min-width: 960px) {
      .myaccount-no-more__section_badge.js-animate-element--js-fade-in {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        transition: all 500ms linear;
        opacity: 0; } }
    .ie8 .myaccount-no-more__section_badge.js-animate-element--js-fade-in, .ie7 .myaccount-no-more__section_badge.js-animate-element--js-fade-in {
      -webkit-transform: translate3d(100%, 0, 0);
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -o-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 0; }
    .myaccount-no-more__section_badge.js-animate-element--js-fade-in.js-in-view {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms linear;
      -moz-transition: all 500ms linear;
      transition: all 500ms linear;
      opacity: 1; }

.myaccount-tab {
  background: #163146;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  padding: 7px 50px 7px 45px;
  position: absolute;
  right: 150px;
  z-index: 30; }
  .myaccount-tab:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url("/images/myaccount/myaccount_login-icon.png");
    left: 20px; }
  .myaccount-tab--is-open:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    height: 0;
    right: 18px;
    width: 0; }
  .myaccount-tab--is-closed:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
    content: '';
    height: 0;
    right: 18px;
    width: 0; }
  .myaccount-tab__dropdown {
    -webkit-transition: top 250ms ease-in-out;
    -moz-transition: top 250ms ease-in-out;
    transition: top 250ms ease-in-out;
    background-color: #eceff1;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: absolute;
    right: 150px;
    top: -161px;
    width: 175px;
    z-index: 20; }
    .myaccount-tab__dropdown--open {
      top: 35px; }
  .myaccount-tab__menu {
    list-style: none;
    margin: 0;
    padding: 25px 30px 28px 25px; }
    .myaccount-tab__menu_item {
      line-height: 2; }
      .myaccount-tab__menu_item:last-child {
        border-bottom: 2px solid rgba(96, 125, 139, 0.5);
        padding-bottom: 15px; }
      .myaccount-tab__menu_item--link:hover {
        color: #fd3e02; }
      .myaccount-tab__menu_item--link:active {
        color: rgba(255, 255, 255, 0.7); }

.myaccount-banner {
  background-color: #163146;
  position: relative;
  height: 70px;
  z-index: 10; }
  @media (min-width: 960px) {
    .myaccount-banner {
      height: 40px; } }
  .ie8 .myaccount-banner, .ie7 .myaccount-banner {
    height: 40px; }
  .myaccount-banner--wrap {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%; }
  .myaccount-banner__content {
    position: relative;
    display: block;
    float: left;
    width: 100%; }
    @media (min-width: 960px) {
      .myaccount-banner__content {
        width: 75%; } }
    .ie8 .myaccount-banner__content, .ie7 .myaccount-banner__content {
      width: 75%; }
    .myaccount-banner__content--right {
      box-sizing: border-box;
      float: right; }
    .myaccount-banner__content_myaccount-text {
      color: #ffffff;
      margin: 0;
      width: 140px; }
    .myaccount-banner__content_pie-graph {
      width: 66.6666666667%;
      position: relative;
      display: block;
      float: left; }
      @media (min-width: 960px) {
        .myaccount-banner__content_pie-graph {
          width: 50%; } }
      .ie8 .myaccount-banner__content_pie-graph, .ie7 .myaccount-banner__content_pie-graph {
        width: 50%; }
      .myaccount-banner__content_pie-graph_graph {
        position: relative;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        float: left;
        margin: 0 20px 0 20px; }
        .myaccount-banner__content_pie-graph_graph--progress_0 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(90deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_1 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(93.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_2 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(97.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_3 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(100.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_4 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(104.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_5 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(108deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_6 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(111.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_7 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(115.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_8 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(118.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_9 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(122.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_10 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(126deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_11 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(129.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_12 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(133.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_13 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(136.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_14 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(140.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_15 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(144deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_16 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(147.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_17 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(151.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_18 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(154.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_19 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(158.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_20 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(162deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_21 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(165.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_22 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(169.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_23 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(172.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_24 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(176.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_25 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(180deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_26 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(183.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_27 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(187.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_28 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(190.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_29 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(194.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_30 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(198deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_31 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(201.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_32 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(205.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_33 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(208.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_34 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(212.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_35 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(216deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_36 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(219.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_37 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(223.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_38 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(226.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_39 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(230.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_40 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(234deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_41 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(237.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_42 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(241.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_43 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(244.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_44 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(248.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_45 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(252deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_46 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(255.6deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_47 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(259.2deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_48 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(262.8deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_49 {
          background-image: linear-gradient(90deg, #455a6b 50%, transparent 50%, transparent), linear-gradient(266.4deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_50 {
          background-image: linear-gradient(-90deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_51 {
          background-image: linear-gradient(-86.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_52 {
          background-image: linear-gradient(-82.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_53 {
          background-image: linear-gradient(-79.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_54 {
          background-image: linear-gradient(-75.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_55 {
          background-image: linear-gradient(-72deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_56 {
          background-image: linear-gradient(-68.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_57 {
          background-image: linear-gradient(-64.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_58 {
          background-image: linear-gradient(-61.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_59 {
          background-image: linear-gradient(-57.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_60 {
          background-image: linear-gradient(-54deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_61 {
          background-image: linear-gradient(-50.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_62 {
          background-image: linear-gradient(-46.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_63 {
          background-image: linear-gradient(-43.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_64 {
          background-image: linear-gradient(-39.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_65 {
          background-image: linear-gradient(-36deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_66 {
          background-image: linear-gradient(-32.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_67 {
          background-image: linear-gradient(-28.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_68 {
          background-image: linear-gradient(-25.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_69 {
          background-image: linear-gradient(-21.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_70 {
          background-image: linear-gradient(-18deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_71 {
          background-image: linear-gradient(-14.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_72 {
          background-image: linear-gradient(-10.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_73 {
          background-image: linear-gradient(-7.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_74 {
          background-image: linear-gradient(-3.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_75 {
          background-image: linear-gradient(0deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_76 {
          background-image: linear-gradient(3.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_77 {
          background-image: linear-gradient(7.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_78 {
          background-image: linear-gradient(10.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_79 {
          background-image: linear-gradient(14.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_80 {
          background-image: linear-gradient(18deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_81 {
          background-image: linear-gradient(21.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_82 {
          background-image: linear-gradient(25.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_83 {
          background-image: linear-gradient(28.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_84 {
          background-image: linear-gradient(32.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_85 {
          background-image: linear-gradient(36deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_86 {
          background-image: linear-gradient(39.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_87 {
          background-image: linear-gradient(43.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_88 {
          background-image: linear-gradient(46.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_89 {
          background-image: linear-gradient(50.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_90 {
          background-image: linear-gradient(54deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_91 {
          background-image: linear-gradient(57.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_92 {
          background-image: linear-gradient(61.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_93 {
          background-image: linear-gradient(64.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_94 {
          background-image: linear-gradient(68.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_95 {
          background-image: linear-gradient(72deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_96 {
          background-image: linear-gradient(75.6deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_97 {
          background-image: linear-gradient(79.2deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_98 {
          background-image: linear-gradient(82.8deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_99 {
          background-image: linear-gradient(86.4deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
        .myaccount-banner__content_pie-graph_graph--progress_100 {
          background-image: linear-gradient(90deg, #90a4ae 50%, transparent 50%, transparent), linear-gradient(270deg, #90a4ae 50%, #455a6b 50%, #455a6b); }
      .myaccount-banner__content_pie-graph--button {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        margin: 0 0 0 23px;
        padding: 4px 25px;
        text-transform: uppercase; }
        .myaccount-banner__content_pie-graph--button:hover {
          background-color: #fd3e02;
          color: #ffffff; }
  .myaccount-banner--divider:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    height: 25px;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0; }
  .myaccount-banner__nav {
    overflow: hidden;
    margin-top: 4px;
    float: left;
    width: 100%;
    display: block; }
    @media (min-width: 960px) {
      .myaccount-banner__nav {
        width: 25%; } }
    .ie8 .myaccount-banner__nav, .ie7 .myaccount-banner__nav {
      width: 25%; }
    .myaccount-banner__nav_menu {
      font-size: 12px;
      text-transform: uppercase;
      list-style: none;
      margin: 0;
      padding: 0; }
      .myaccount-banner__nav_menu_item {
        float: left;
        margin-right: 15px; }
        .myaccount-banner__nav_menu_item:last-child {
          margin-right: 0; }
        .myaccount-banner__nav_menu_item--link {
          color: #ffffff; }
          .myaccount-banner__nav_menu_item--link:hover {
            color: #fd3e02; }

.myaccount-notification-banner {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: #a02d0a;
  height: 0;
  position: relative;
  z-index: 0;
  top: 0;
  visibility: visible; }
  .myaccount-notification-banner.is-visible {
    height: 60px; }
  .myaccount-notification-banner.close {
    top: -60px;
    height: 0;
    visibility: hidden; }
  .myaccount-notification-banner--wrap {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%; }
  .myaccount-notification-banner__notification--text {
    margin: 7px 0 0 0;
    font-size: 14px;
    float: left; }
    @media (min-width: 960px) {
      .myaccount-notification-banner__notification--text {
        font-size: 18px;
        margin: 4px 0 0 0; } }
    .ie8 .myaccount-notification-banner__notification--text, .ie7 .myaccount-notification-banner__notification--text {
      font-size: 18px;
      margin: 4px 0 0 0; }
    .myaccount-notification-banner__notification--text span {
      font-size: 14px; }
      @media (min-width: 960px) {
        .myaccount-notification-banner__notification--text span {
          font-size: 18px; } }
      .ie8 .myaccount-notification-banner__notification--text span, .ie7 .myaccount-notification-banner__notification--text span {
        font-size: 18px; }
  .myaccount-notification-banner__content_alert-icon {
    height: 31px;
    float: left;
    margin-right: 15px; }
  .myaccount-notification-banner__content_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin: 5px 0 0 0; }
    .myaccount-notification-banner__content_text--bold {
      font-weight: 700;
      color: #ffffff; }
  .myaccount-notification-banner__content_button {
    float: left;
    width: 120px; }
    @media (min-width: 960px) {
      .myaccount-notification-banner__content_button {
        width: auto; } }
    .ie8 .myaccount-notification-banner__content_button, .ie7 .myaccount-notification-banner__content_button {
      width: auto; }
    .myaccount-notification-banner__content_button--link {
      background-color: #fd3e02;
      border-radius: 4px;
      color: #ffffff;
      display: inline-block;
      text-transform: uppercase;
      font-size: 10px;
      padding: 10px 3px; }
      .myaccount-notification-banner__content_button--link:hover {
        color: #ffffff;
        background: #163146; }
      @media (min-width: 960px) {
        .myaccount-notification-banner__content_button--link {
          padding: 10px 30px;
          font-size: 12px; } }
      .ie8 .myaccount-notification-banner__content_button--link, .ie7 .myaccount-notification-banner__content_button--link {
        padding: 10px 30px;
        font-size: 12px; }
  .myaccount-notification-banner__cross-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 16px;
    cursor: pointer; }
  .myaccount-notification-banner__tab {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background: url("/images/myaccount/info-tab.png") no-repeat;
    cursor: pointer;
    height: 28px;
    position: absolute;
    width: 32px;
    top: 0;
    right: 40px;
    float: right;
    z-index: 1; }
    .myaccount-notification-banner__tab.show {
      transition-delay: 1s;
      top: 145px; }

.myaccount-toolbox-banner {
  background-color: #163146;
  overflow: hidden; }
  .myaccount-toolbox-banner__content {
    float: none;
    margin: 0 auto;
    padding: 50px 0 60px 0; }

.myaccount-need-help {
  background-color: #a02d0a;
  overflow: hidden; }
  .myaccount-need-help__content {
    float: none;
    margin: 0 auto;
    padding: 10px 0; }
  .myaccount-need-help__text {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0; }

.myaccount-hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 414px;
  position: relative; }
  .myaccount-hero .container {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%; }
  .myaccount-hero__portal {
    background: url("/images/myaccount/hero-landing-background.png") top center/auto 100% no-repeat, linear-gradient(to bottom, #e7f1fa, #94b4cd);
    overflow: hidden;
    padding: 225px 0 60px 0; }
    .myaccount-hero__portal .container {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
      .myaccount-hero__portal .container:after {
        content: ' ';
        background: url("/images/myaccount/hero-landing-girl.png") no-repeat;
        background-size: auto 100%;
        display: block;
        height: 390px;
        position: absolute;
        bottom: -120px;
        right: 0;
        width: 420px; }
        @media (min-width: 960px) {
          .myaccount-hero__portal .container:after {
            bottom: -133px;
            height: 420px; } }
        .ie8 .myaccount-hero__portal .container:after, .ie7 .myaccount-hero__portal .container:after {
          bottom: -133px;
          height: 420px; }
  .myaccount-hero__button {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-color: #fd3e02;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 16px 95px;
    text-transform: none; }
    .myaccount-hero__button:hover {
      background-color: #163146;
      color: #ffffff; }

.myaccount-login {
  background-color: #eceff1;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 150px;
  z-index: 30; }
  .myaccount-login__dropdown {
    -webkit-transition: top 250ms ease-in-out;
    -moz-transition: top 250ms ease-in-out;
    transition: top 250ms ease-in-out;
    background-color: #eceff1;
    border-radius: 4px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.3);
    padding: 30px 30px 75px 30px;
    position: absolute;
    right: 150px;
    top: -520px;
    width: 400px;
    z-index: 20; }
    .myaccount-login__dropdown--open {
      top: 35px; }
  .myaccount-login__heading {
    margin-left: 5px;
    margin-bottom: 0; }
  .myaccount-login__form--is-text-input {
    margin-top: 15px; }
  .myaccount-login__form--is-submit-btn {
    margin-top: 20px; }
  .myaccount-login__form_input {
    color: #163146;
    height: 40px;
    padding: 0 0 0 10px; }
    .myaccount-login__form_input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #bbb; }
    .myaccount-login__form_input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #bbb; }
    .myaccount-login__form_input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #bbb; }
    .myaccount-login__form_input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #bbb; }
    .myaccount-login__form_input--label {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
  .myaccount-login__form_submit {
    background-color: #fd3e02;
    color: #ffffff;
    padding: 10px 0; }
    .myaccount-login__form_submit:hover {
      background-color: #a02d0a;
      color: #ffffff; }
  .myaccount-login__form_checkbox {
    height: 14px;
    width: 14px; }
    .myaccount-login__form_checkbox--label {
      position: relative;
      top: -2px; }
  .myaccount-login__options {
    margin-top: 10px; }
    .myaccount-login__options_button {
      cursor: pointer; }
      .myaccount-login__options_button:hover {
        color: #0a161f; }
  .myaccount-login__social-login {
    overflow: hidden;
    margin-top: 25px; }
    .myaccount-login__social-login--text {
      display: table;
      white-space: nowrap;
      box-sizing: content-box;
      overflow: hidden; }
      .myaccount-login__social-login--text:after {
        background: url(/images/myaccount/line.png) center repeat-x;
        content: "\00a0";
        display: table-cell;
        width: 50%; }
      .myaccount-login__social-login--text:before {
        background: url(/images/myaccount/line.png) center repeat-x;
        content: "\00a0";
        display: table-cell;
        width: 50%; }
    .myaccount-login__social-login_buttons {
      margin-top: 20px; }
    .myaccount-login__social-login--facebook {
      background-image: url("/images/myaccount//sign-in-facebook.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      height: 35px;
      width: 100%;
      float: left; }
      @media (min-width: 960px) {
        .myaccount-login__social-login--facebook {
          height: 29px;
          width: 162px; } }
      .ie8 .myaccount-login__social-login--facebook, .ie7 .myaccount-login__social-login--facebook {
        height: 29px;
        width: 162px; }
    .myaccount-login__social-login--google {
      background-image: url("/images/myaccount//sign-in-google.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      height: 35px;
      width: 100%;
      float: right; }
      @media (min-width: 960px) {
        .myaccount-login__social-login--google {
          height: 29px;
          width: 162px; } }
      .ie8 .myaccount-login__social-login--google, .ie7 .myaccount-login__social-login--google {
        height: 29px;
        width: 162px; }

.myaccount-simple-signup {
  background: #163146;
  overflow: hidden; }
  .myaccount-simple-signup__body {
    float: none;
    margin: 0 auto;
    padding: 50px 0 60px 0; }
    .myaccount-simple-signup__body p {
      margin-bottom: 0; }
  .myaccount-simple-signup__signin-btn {
    cursor: pointer; }
    .myaccount-simple-signup__signin-btn:hover {
      color: #a02d0a; }
  .myaccount-simple-signup__form--is-text-input {
    width: 100%;
    margin-top: 15px; }
    .myaccount-simple-signup__form--is-text-input:nth-of-type(3) {
      margin-right: 0;
      margin-bottom: 0; }
    @media (min-width: 960px) {
      .myaccount-simple-signup__form--is-text-input {
        box-sizing: border-box;
        float: left;
        margin-right: 15px;
        width: 31.6%; } }
    .ie8 .myaccount-simple-signup__form--is-text-input, .ie7 .myaccount-simple-signup__form--is-text-input {
      box-sizing: border-box;
      float: left;
      margin-right: 15px;
      width: 31.6%; }
    @media (min-width: 1220px) {
      .myaccount-simple-signup__form--is-text-input {
        margin-right: 20px; } }
  .myaccount-simple-signup__form--is-submit-btn {
    float: left;
    margin-top: 20px;
    width: 100%; }
  .myaccount-simple-signup__form_input {
    background-color: rgba(255, 254, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid #ffffff;
    height: 45px;
    padding: 0; }
    .myaccount-simple-signup__form_input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: rgba(255, 255, 255, 0.7); }
    .myaccount-simple-signup__form_input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: rgba(255, 255, 255, 0.7); }
    .myaccount-simple-signup__form_input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: rgba(255, 255, 255, 0.7); }
    .myaccount-simple-signup__form_input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: rgba(255, 255, 255, 0.7); }
  .myaccount-simple-signup__form_submit {
    background-color: #fd3e02;
    border: none; }
    .myaccount-simple-signup__form_submit:hover {
      background-color: #a02d0a; }
  .myaccount-simple-signup__social-login {
    clear: both;
    float: none;
    margin: 0 auto;
    overflow: hidden; }
    .myaccount-simple-signup__social-login--text {
      margin: 20px 0 0; }
    .myaccount-simple-signup__social-login_button {
      cursor: pointer;
      margin-top: 20px;
      overflow: hidden;
      float: none; }
      @media (min-width: 960px) {
        .myaccount-simple-signup__social-login_button {
          float: left;
          box-sizing: border-box;
          width: 50%; } }
      .ie8 .myaccount-simple-signup__social-login_button, .ie7 .myaccount-simple-signup__social-login_button {
        float: left;
        box-sizing: border-box;
        width: 50%; }
      .myaccount-simple-signup__social-login_button--facebook {
        height: 31px;
        max-width: 100%;
        margin-right: 0; }
        @media (min-width: 960px) {
          .myaccount-simple-signup__social-login_button--facebook {
            margin-right: 15px; } }
        .ie8 .myaccount-simple-signup__social-login_button--facebook, .ie7 .myaccount-simple-signup__social-login_button--facebook {
          margin-right: 15px; }
      .myaccount-simple-signup__social-login_button--google {
        height: 31px;
        max-width: 100%; }

.myaccount-login-modal {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  background-color: #eceff1;
  border-radius: 4px;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  opacity: 0;
  width: 440px; }
  .myaccount-login-modal--show {
    opacity: 1;
    z-index: 30; }
  .myaccount-login-modal__top {
    border-bottom: 2px solid rgba(96, 125, 139, 0.5); }
  .myaccount-login-modal__logo {
    max-width: 100%;
    margin: 0 auto 20px;
    display: block; }
  .myaccount-login-modal__title {
    margin-top: 40px; }
  .myaccount-login-modal__form--is-text-input {
    margin-top: 15px; }
  .myaccount-login-modal__form--is-submit-btn {
    margin-top: 20px; }
  .myaccount-login-modal__form_input {
    color: #163146;
    height: 45px;
    padding: 0 0 0 10px;
    border: 2px solid #90a4ae;
    border-radius: 3px; }
    .myaccount-login-modal__form_input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #bbb; }
    .myaccount-login-modal__form_input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #bbb; }
    .myaccount-login-modal__form_input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #bbb; }
    .myaccount-login-modal__form_input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #bbb; }
    .myaccount-login-modal__form_input--label {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap; }
  .myaccount-login-modal__form_submit {
    background-color: #fd3e02;
    color: #ffffff;
    padding: 10px 0; }
    .myaccount-login-modal__form_submit:hover {
      background-color: #a02d0a;
      color: #ffffff; }
  .myaccount-login-modal__form_checkbox {
    height: 14px;
    width: 14px; }
    .myaccount-login-modal__form_checkbox--label {
      position: relative;
      top: -2px; }
  .myaccount-login-modal__social-login {
    overflow: hidden;
    margin-top: 25px; }
    .myaccount-login-modal__social-login--text {
      display: table;
      white-space: nowrap;
      box-sizing: content-box;
      overflow: hidden; }
      .myaccount-login-modal__social-login--text:after {
        background: url(/images/myaccount/line.png) center repeat-x;
        content: "\00a0";
        display: table-cell;
        width: 50%; }
      .myaccount-login-modal__social-login--text:before {
        background: url(/images/myaccount/line.png) center repeat-x;
        content: "\00a0";
        display: table-cell;
        width: 50%; }
    .myaccount-login-modal__social-login_buttons {
      margin-top: 20px; }
    .myaccount-login-modal__social-login--facebook {
      background-image: url("/images/myaccount//sign-in-facebook.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      height: 35px;
      width: 100%;
      float: left; }
      @media (min-width: 960px) {
        .myaccount-login-modal__social-login--facebook {
          height: 29px;
          width: 162px; } }
      .ie8 .myaccount-login-modal__social-login--facebook, .ie7 .myaccount-login-modal__social-login--facebook {
        height: 29px;
        width: 162px; }
    .myaccount-login-modal__social-login--google {
      background-image: url("/images/myaccount//sign-in-google.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      cursor: pointer;
      height: 35px;
      width: 100%;
      float: right; }
      @media (min-width: 960px) {
        .myaccount-login-modal__social-login--google {
          height: 29px;
          width: 162px; } }
      .ie8 .myaccount-login-modal__social-login--google, .ie7 .myaccount-login-modal__social-login--google {
        height: 29px;
        width: 162px; }
