/*  Energy Saving Kits     */
/*  =====================  */
/*  =====================  */
/*PC Blue:  #4075ba;*/
/*Link Blue: #34639f;*/
/*Light Blue: #e5edf5;*/
/*PC Red: #ef3d42;*/
/*Almost Black: #202020;*/
/*Dark Grey: #535353;*/
/*Mid Grey: #888;*/
/*Light Grey: #efeff0;*/
/* ------------------ General Styles ------------------  */
/* Set box sizing globally */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Gill Sans MT", Calibri, sans-serif;
  color: #535353;
  margin: 0;
}

/* --------------------  Typography -------------------  */
sup {
  font-size: 7px;
  font-size: 0.7rem;
}

/* ---------------  Link Styles ---------------  */
a,
a:link,
a:visited {
  color: #34639f;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a > img {
  border: 0;
}

/* ---------------  Headings ---------------  */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans MT", Calibri, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin: .5em 0;
}

h1,
.heading1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: white;
}

h2,
.heading2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4075ba;
}

h3,
.heading3 {
  font-size: 20px;
  font-size: 2rem;
  color: #202020;
  margin-bottom: .35em;
}

h4,
.heading4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5,
.heading5 {
  font-size: 15px;
  font-size: 1.5rem;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1em;
}

/* ---------------  Lists ---------------  */
ol, ul {
  margin: .5em;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ------------------------------------- List - Inline */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.list-inline > li:first-child {
  padding-left: 0;
}

/* ------------------------------------- List - Unstyled */
.list-unstyled {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

li.select-state {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}

li.select-state a:link,
li.select-state a:visited,
li.select-state a:hover,
li.select-state a:focus,
li.select-state a:active {
  color: white;
}

.small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888888;
  margin-bottom: .25em;
}

.large {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4075ba;
  margin: 1em 0;
}

/* ---------------  Buttons ---------------  */
.btn,
input[type="submit"] {
  background-image: none;
  border: 1px solid transparent;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  display: inline-block;
  font-family: "Gill Sans MT", Calibri, sans-serif;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-primary {
  background-color: white;
  box-shadow: 1px 1px 1px 1px #cccccc;
  color: #4075ba;
}
.btn-primary:link, .btn-primary:visited {
  color: #4075ba;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  box-shadow: 2px 2px 1px 1px #bbbbbb;
  text-decoration: none;
}

.btn-secondary,
input[type="submit"] {
  background-color: #4075ba;
  color: white;
  box-shadow: 1px 1px 1px 1px #cccccc;
}
.btn-secondary:link, .btn-secondary:visited,
input[type="submit"]:link,
input[type="submit"]:visited {
  color: white;
  text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  box-shadow: 2px 2px 1px 1px #bbbbbb;
  text-decoration: none;
}

.btn-lg {
  padding: 5px 25px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .05rem;
}

.btn-sm,
input[type="submit"] {
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

figure,
figcaption {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* Form Controls
-------------------------------------------------------- */
form li {
  padding: 5px 0;
}

label {
  display: block;
  text-align: left;
  color: #202020;
  padding-bottom: 5px;
}

input[type="text"],
select {
  height: 2em;
  width: 100%;
  padding: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  /*@include gradient_10;*/
  color: #535353;
  background-color: #fff;
  border: solid 1px #cfcfcf;
  vertical-align:central;
}

input[type="text"]:focus {
  outline: none;
  border: 1px solid #5182c3;
  -webkit-box-shadow: 0 0 5px #667a94;
  -moz-box-shadow: 0 0 5px #667a94;
  box-shadow: 0 0 5px #667a94;
}

select:focus {
  outline: none;
}

@media only screen and (min-width: 76.8rem) {
  input[type="text"],
  select {
    height: 30px;
    width: 300px;
  }
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
.error
{
	color: #ff0000;
}



/* --------------- Global Layout Styles ---------------  */
.l-wrapper {
  box-shadow: 0px 0px 5px 1px #cccccc;
}

@media only screen and (min-width: 55rem) {
  .l-wrapper {
    width: 55em;
    margin: 0 auto;
  }
}
/* ---------------  Header Styles ---------------  */
.l-header {
  padding-bottom: 0.25em;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  padding-top: 1em;
}

.l-header .logo-link {
  display: block;
}

.l-header .logo {
  max-width: 200px;
}

.l-header .logo-rmp {
  margin-right: 2.25em;
}

.l-header.double-logo a {
  float: left;
  max-width: 47.5%;
}

.l-header.double-logo .logo-rmp {
  margin-right: 5%;
}

.l-header.double-logo a img {
  max-width: 100%;
}

@media only screen and (min-width: 27.5rem) {
  .l-header {
    padding: 2em;
    padding-top: 2.5em;
  }

  .l-header .logo {
    max-width: none;
  }
}
/* ---------------  Footer ---------------  */
.l-footer {
  border-top: 1px solid #e5edf5;
  margin: 2em auto;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1em;
  text-align: center;
}

.l-footer small {
  font-size: 1em;
}

.copyright {
  color: #888888;
  font-size: 12px;
  font-size: 1.2rem;
}

.legal-link {
  padding-right: 1em;
  white-space: nowrap;
}

.legal-link:last-child {
  padding-right: 0;
}

#privacyNotice {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media only screen and (min-width: 27.5rem) {
  .l-footer {
    text-align: left;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
    width: 55em;
  }
}
@media only screen and (min-width: 76.8rem) {
  .l-footer {
    border-top: solid 1px #e5edf5;
    padding-left: 3em;
    padding-right: 3em;
    width: 55em;
  }
}
/* ---------------  Main ---------------  */
.l-main section {
  padding-bottom: 2em;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  padding-top: 2em;
  position: relative;
}

@media only screen and (min-width: 55rem) {
  .l-main section {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media only screen and (min-width: 50rem) {
  .l-column {
    float: left;
    margin-left: 0;
    max-width: 24em;
  }
}
/* ---------------------- Blocks ----------------------  */
/* ---------------  Hero Section ---------------  */
.hero {
  background-color: #4075ba;
  box-shadow: 0px 0px 7px 2px #cccccc;
  padding-bottom: 3em;
  padding-top: 3em;
}

.hero-intro h1 {
  font-size: 20px;
  font-size: 2rem;
}

.hero-headline {
  background-color: transparent;
  background-image: url("https://apply.homeenergysavings.net/esk/content/images/wattsmart-starter-kit-vertical.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 72px;
  width: 180px;
}

.hero-cta {
  margin: 0 auto;
  width: 155px;
}

@media only screen and (min-width: 25.5625rem) {
  .hero-headline {
    background-color: transparent;
    background-image: url("../content/images/wattsmart-starter-kit-horizontal.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 55px;
    width: 359px;
  }
}
@media only screen and (min-width: 50rem) {
  .hero {
    background-color: #4075ba;
    background-image: url("../content/images/hero-map.png");
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 23.5em;
  }
}
/* ---------------  Kit Info Section ---------------  */
.kit-item {
  padding-left: 3.375em;
}

.icon-marker {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0.0725em 0.6em;
}

.icon-marker--blue {
  background-image: url("../content/images/blue-marker.png");
}

.icon-marker--yellow {
  background-image: url("../content/images/yellow-marker.png");
}

.icon-marker--red {
  background-image: url("../content/images/red-marker.png");
}

@media only screen and (min-width: 40rem) {
  .kit p.lede {
    width: 40em;
  }
}
@media only screen and (min-width: 55rem) {
  .kit-item {
    width: 48.618784527%;
  }

  .kit-item:nth-child(odd) {
    float: left;
  }

  .kit-item:nth-child(even) {
    float: right;
  }
}
/* Message Block
--------------------------------------------------------- *
  Block for post-verification message (sorry/success) where
  a message and possible follow-up action are provided.
-------------------------------------------------------- */
.block-message {
  background-color: #e5edf5;
  box-shadow: 0px 0px 5px 1px #cccccc;
}

/* Account Verification Message
-------------------------------------------------------- */
.bill-image img {
  max-width: 100%;
}

@media only screen and (min-width: 55rem) {
  .bill-image {
    position: absolute;
    right: 3rem;
    margin-left: 2.762430939%;
    max-width: 48.618784527%;
  }
}
/* ------------ Stylesheet Helper / Utility ------------ */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.flexbreak,
.keeptogether {
  white-space: nowrap;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.group:after {
  clear: both;
}