/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*** General Forms ***/
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%
}

    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
/* line 2, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.form-horizontal .control-label {
  padding-top: 0;
}

/* line 7, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form fieldset {
  border: 1px solid #DDD;
  padding: 20px;
}
/* line 13, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form legend {
  border: 0 none;
  width: auto;
  margin: 0;
}
/* line 20, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form p.spacing {
  padding: 2em 0 1em;
}
/* line 25, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form p,
.application-form .control-group {
  clear: both;
  display: block;
}
/* line 32, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form .control-label,
.application-form .controls {
  float: left;
}
/* line 38, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form .control-label {
  font-weight: bold;
  width: 250px;
}
/* line 44, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form .two-column {
  clear: none;
  float: left;
  width: 50%;
}
/* line 50, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.application-form .two-column .control-label, .application-form .two-column .controls {
  float: none;
  padding-left: 5%;
  width: 95%;
}

/* line 60, ../../../../../sass/Projects/Framework/sass/_forms.scss */
.form-horizontal fieldset.terms .controls {
  margin-left: 20px;
}

/*** End General Forms ***/
/*** Header ***/
/* line 2, ../../../../../sass/Projects/Framework/sass/_header.scss */
header {
  margin-bottom: 30px;
  padding: 28.5px 0 0;
  position: relative;
}

/* line 11, ../../../../../sass/Projects/Framework/sass/_header.scss */
#header_nav {
  clear: both;
}
/* line 13, ../../../../../sass/Projects/Framework/sass/_header.scss */
#header_nav ul {
  clear: both;
}

/* line 19, ../../../../../sass/Projects/Framework/sass/_header.scss */
.logo {
  display: inline-block;
  text-align: center;
}

/* line 27, ../../../../../sass/Projects/Framework/sass/_header.scss */
header .span7 .tagline {
  margin-top: 5px;
  float: right;
}
/* line 30, ../../../../../sass/Projects/Framework/sass/_header.scss */
header .span7 .tagline h1 {
  margin: 0;
}

/**********/
/* Footer */
/**********/
/*******Footer*************/
/* line 7, ../../../../../sass/Projects/Framework/sass/_footer.scss */
footer {
  background-color: #fff;
  clear: both;
  color: #000;
  display: block;
  float: none;
  margin: 2em auto 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
/* line 20, ../../../../../sass/Projects/Framework/sass/_footer.scss */
footer .footer_block {
  background-color: #f89728;
  height: 100%;
  position: relative;
  float: right;
  margin-right: 189px;
  width: 110px;
}
/* line 28, ../../../../../sass/Projects/Framework/sass/_footer.scss */
footer p {
  padding-top: 1em;
}

/* line 37, ../../../../../sass/Projects/Framework/sass/_footer.scss */
#footer_links {
  clear: both;
  margin-top: 25px;
  padding: 0;
  z-index: 10;
}
/* line 42, ../../../../../sass/Projects/Framework/sass/_footer.scss */
#footer_links ul {
  display: inline;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  float: none;
}
/* line 49, ../../../../../sass/Projects/Framework/sass/_footer.scss */
#footer_links li {
  display: inline;
  list-style: none;
  padding: 0 0 0 7px;
  color: #000;
  margin: 0;
}
/* line 57, ../../../../../sass/Projects/Framework/sass/_footer.scss */
#footer_links a:link, #footer_links a:visited, #footer_links a:active {
  display: inline;
  list-style: none;
  padding: 0 0 0 7px;
  color: #000;
  margin: 0;
}
/* line 64, ../../../../../sass/Projects/Framework/sass/_footer.scss */
#footer_links a:hover {
  color: #00aeef;
  display: inline;
  list-style: none;
  padding: 0 0 0 7px;
  margin: 0;
}

/*******End Footer*************/
/* line 2, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.list, #header_nav ul, .productEligibility {
  float: left;
  margin: 0;
  clear: both;
}

/* line 5, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.listItem, #header_nav ul li {
  display: inline;
  padding-left: 20px;
  list-style: none outside none;
}

/* line 9, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.listLink {
  color: white;
  text-decoration: none;
}

/* line 16, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#header_nav ul {
  margin: 10px;
}

/***************/
/* Primary Nav */
/***************/
/* line 31, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav {
  clear: both;
  text-align: center;
  width: 100%;
}
/* line 35, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  float: left;
}
/* line 41, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav ul li {
  display: inline;
  line-height: 25px;
}
/* line 46, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav .navbar {
  margin: 0;
}
/* line 49, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav .navbar .nav > li > a {
  float: left;
  font-size: 0.95em;
  font-weight: normal;
  padding: 7px 2em;
  text-decoration: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
/* line 64, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav .navbar .nav > li:first-child > a {
  background: none;
}
/* line 77, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#main_nav .navbar-inner {
  background: none;
  border: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  min-height: initial;
  padding: 0;
}

/* line 88, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#header_nav {
  float: right;
  font-size: 1em;
  font-weight: bold;
  padding: 1em 0;
}
/* line 93, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#header_nav ul {
  display: inline;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
/* line 99, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#header_nav li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 6px;
  margin: 0;
}
/* line 107, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#header_nav a:link, #header_nav a:visited, #header_nav a:active {
  display: inline;
  list-style: none;
  padding: 0 4px 0 6px;
  margin: 0;
}
/* line 114, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
#header_nav a:hover {
  display: inline;
  list-style: none;
  padding: 0 4px 0 6px;
  margin: 0;
}

/* line 126, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
ul#menu li {
  height: 30px;
  padding-left: 20px;
  margin-top: 5px;
  float: left;
}

/*** Equipment NAV bar ***/
/* line 137, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.navbar-equipment {
  padding-bottom: 15px;
}
/* line 139, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.navbar-equipment .nav {
  text-align: center;
  float: none;
}
/* line 140, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.navbar-equipment .nav li {
  /*width: 140px; */
  /* or whatever width you want for items */
  display: inline-block;
  float: none;
}

/* Resets back to bootstrap default when collapsed*/
/* line 153, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.nav-equipment-collapse.collapse.in li {
  display: block;
}

/* line 157, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.navbar-equipment .nav > .active > a {
  font-size: 0.9em;
  text-shadow: none;
}

/* line 163, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.ie7 .navbar-equipment ul.nav, .ie8 .navbar-equipment ul.nav {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 12px;
}

/* line 171, ../../../../../sass/Projects/Framework/sass/_navigation.scss */
.ie7 .navbar-equipment ul.nav li a, .ie8 .navbar-equipment ul.nav li a {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}

/*** Steps Callout ***/
/* line 2, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
/* line 8, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout .step-one {
  z-index: 3;
}
/* line 13, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout .step-two {
  z-index: 2;
}
/* line 18, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout .step-three {
  z-index: 1;
}
/* line 23, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout .step-four {
  z-index: 0;
}
/* line 29, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout h4, .steps-callout p {
  margin: 0;
}
/* line 34, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout h4 {
  font-size: 20px;
}
/* line 39, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout p {
  font-size: 12px;
  line-height: 1.5em;
}

/* line 52, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: table;
  float: left;
  padding: 0 3%;
  position: relative;
  width: 25%;
}

/* line 64, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout > div.last {
  background: none;
}

/* line 70, ../../../../../sass/Projects/Framework/sass/_steps.scss */
.steps-callout > div .inner {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

@media (max-width: 500px) {
  /* line 81, ../../../../../sass/Projects/Framework/sass/_steps.scss */
  .steps-callout {
    background: none !important;
    height: auto !important;
  }

  /* line 85, ../../../../../sass/Projects/Framework/sass/_steps.scss */
  .steps-callout > div {
    clear: both;
    float: left;
    width: 268px;
    background-position: right center;
    height: 45px;
  }

  /* line 90, ../../../../../sass/Projects/Framework/sass/_steps.scss */
  .steps-callout > div.last,
  .steps-callout > div.active.prev-step {
    background: url("/Content/images/bg_steps_green.png") no-repeat scroll right center transparent;
  }
}
@media (max-width: 375px) {
  /* line 97, ../../../../../sass/Projects/Framework/sass/_steps.scss */
  .steps-callout > div {
    width: 200px;
  }
}
/*** Homepage Product List & Table ***/
/* line 3, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibilityIcons, .productEligibility .washer,
.productEligibility .thermostat,
.productEligibility .fridge,
.productEligibility .lightbulb,
.productEligibility .window,
.productEligibility .home {
  height: 78px;
}

@media screen and (max-width: 838px) {
  /* line 4, ../../../../../sass/Projects/Framework/sass/_products.scss */
  .mobileIcons {
    float: left;
    max-width: 100px;
  }
}
@media screen and (max-width: 338px) {
  /* line 4, ../../../../../sass/Projects/Framework/sass/_products.scss */
  .mobileIcons {
    max-width: 70px;
  }
}

/* line 9, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibility {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  /*   .washer{background: url('../../../images/programIcons/icon_wash.png') no-repeat left center;	    }
   .thermostat{background: url('../../../images/programIcons/icon_weather.png') no-repeat left center;    }
   .fridge{background: url('../../../images/programIcons/icon_fridge.png') no-repeat left center;    }
   .lightbulb{background: url('../../../images/programIcons/icon_lightbulb.png') no-repeat left center;    }
    .window{background: url('../../../images/programIcons/icon_window.png') no-repeat left center;    }
     .home{background: url('../../../images/programIcons/icon_home.png') no-repeat left center;    }
   .washerHome{background: url('../../../images/icon_home_washer.png') no-repeat left center;height:65px;  @extend .mobileIcons;  }
   .thermHome{background: url('../../../images/icon_home_therm.png') no-repeat left center;height:49px;   @extend .mobileIcons;    }
   .dehumidHome{background: url('../../../images/icon_home_dehumid.png') no-repeat left center;height:65px;   @extend .mobileIcons;    }
    .acHome{background: url('../../../images/icon_home_ac.png') no-repeat left center;height:39px;   @extend .mobileIcons;  }  */
}
/* line 15, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibility.last {
  border-bottom: none;
}
/* line 33, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibility .rebate {
  background: url("../../../images/arrow_rebate.png") no-repeat left center;
  float: right;
  font-size: 2.5em;
  height: 81px;
  margin-left: 20px;
  padding-left: 20px;
  text-align: center;
  position: relative;
  max-width: 200px;
  left: -220px;
}
/* line 44, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibility .rebate div {
  font-weight: bold;
  height: 60px;
  margin-left: 10px;
  padding-top: 20px;
}
/* line 50, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibility .rebate span {
  clear: both;
  display: block;
  font-size: 0.7em;
  margin-top: 10px;
}
@media screen and (max-width: 837px) {
  /* line 58, ../../../../../sass/Projects/Framework/sass/_products.scss */
  .productEligibility .productInfo {
    width: 31.4917%;
    float: left;
  }
}
@media screen and (max-width: 463px) {
  /* line 58, ../../../../../sass/Projects/Framework/sass/_products.scss */
  .productEligibility .productInfo {
    width: 100%;
    float: left;
  }
}
/* line 63, ../../../../../sass/Projects/Framework/sass/_products.scss */
.productEligibility .productInfo h5 {
  color: #0079c1;
}

/* line 68, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility {
  border: medium none;
  height: auto;
}
/* line 69, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility ul {
  float: left;
  margin-left: 0;
}
/* line 74, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility li {
  background-position: left top;
  display: inline;
  float: left;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 140px;
  text-align: center;
  /*    background: url("../../../images/bg_line.png") repeat-x scroll left 40px rgba(0, 0, 0, 0);
  */
}
/* line 84, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility li span {
  /*background-position: center top;
  padding-top: 80px;*/
  display: block;
}

/* line 91, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility li:first-child,
.iconString.productEligibility li:last-child {
  background: none;
}

/* line 96, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility li:nth-child(2) {
  margin-left: -20px;
  padding-left: 30px;
}

/* line 101, ../../../../../sass/Projects/Framework/sass/_products.scss */
.iconString.productEligibility li:nth-last-child(2) {
  margin-right: -20px;
  padding-right: 30px;
}

/***** Equipment Page *****/
/*  
.equipment-line-item.clotheswasher{background: url('../../../images/icon_home_washer.png') no-repeat left center;   }
.equipment-line-item.heatCooling{background: url('../../../images/icon_home_therm.png') no-repeat left center;   }
.equipment-line-item.waterHeater{background: url('../../../images/icon_home_dehumid.png') no-repeat left center;  }
.equipment-line-item.roomairconditioner{background: url('../../../images/icon_home_ac.png') no-repeat left center;}*/
/* line 116, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item, .equipment-total-savings {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  height: 90px;
  width: 100%;
}

/* line 125, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item {
  margin-left: 20px;
  padding-left: 100px;
}
/* line 129, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item h4 {
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 10px;
  float: left;
  width: 80%;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0px;
  font-face: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  color: #5f5533;
  border-bottom: 2px solid #f3f3f3;
}
/* line 142, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item .status {
  display: none;
}
/* line 145, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item .totals {
  float: right;
  font-size: 1.9em;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  padding-top: 30px;
  width: 19%;
}

/* line 156, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings .totals {
  color: #6e9a35;
  font-face: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  float: right;
  font-size: 1.9em;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  padding-top: 30px;
  width: 19%;
}

/* line 169, ../../../../../sass/Projects/Framework/sass/_products.scss */
.in-progress .status {
  font-face: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 10px;
  float: left;
  width: 80%;
  color: red;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 180, ../../../../../sass/Projects/Framework/sass/_products.scss */
.in-progress .totals, .in-progress .status {
  color: #ee352a;
}

/* line 185, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings {
  /* background: url("../../../images/Total-Savings.png") no-repeat scroll 0 0;*/
  float: right;
  height: 107px;
  padding-bottom: 30px;
  width: 470px;
}
/* line 191, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings h4 {
  font-face: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  float: left;
  /*   background: url("../../../images/Piggy-Bank.png") no-repeat scroll 0 10px;*/
  height: 80px;
  padding: 5px 5px 0 80px;
  line-height: 70px;
  width: 195px;
  font-size: 1.9em;
  margin: 0;
}
/* line 201, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings span.disclaimer {
  clear: both;
  color: #ee352a;
  float: left;
  line-height: 10px;
  font-size: 10px;
  margin-left: 5px;
}
/* line 209, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings .savingsContain {
  float: left;
}
/* line 212, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings .totals {
  color: #000000;
  width: 150px;
}
/* line 215, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings .totals .warning {
  color: #ee352a;
}
/* line 218, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-total-savings .totals .warningText {
  color: #ee352a;
  font-size: 0.5em;
  line-height: 0.5em;
}

/* line 226, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item {
  /* &.WaterHeater {
     background: url("../../../images/Water.png") no-repeat scroll 10px center;
   }
   &.Conservation {
     background: url("../../../images/NewWater-icon.png") no-repeat scroll 10px center;
   }
   &.DuctSealing {
     background: url("../../../images/Air-Sealing.png") no-repeat scroll 5px center;
   }
   &.Roofing, &.WholeHouse {
     background: url("../../../images/Roof-icon.png") no-repeat scroll 5px center;
   }
   &.Assessments {
     background: url("../../../images/Check-List.png") no-repeat scroll 5px center;
   }*/
}
/* line 227, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item.Grocery, .equipment-line-item.Insulation {
  /*    background: url("../../../images/Insulation.png") no-repeat scroll 0 center;
  */
}
/* line 230, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item.Heating {
  /*background: url("../../../images/Heating-icon.png") no-repeat scroll 0 center;*/
}
/* line 233, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item.Window {
  /* background: url("../../../images/window-icon.png") no-repeat scroll 0 center;*/
}
/* line 236, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item.Tuneup {
  /*background: url("../../../images/tools-icon.png") no-repeat scroll 0 center;*/
}
/* line 239, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item.Appliance {
  /*    background: url("../../../images/refrigerator-icon.png") no-repeat scroll 0 center;
  */
}
/* line 257, ../../../../../sass/Projects/Framework/sass/_products.scss */
.equipment-line-item.Lighting, .equipment-line-item.assessments.Lighting {
  /*    background: url("../../../images/Lighting.png") no-repeat scroll 0 0;
  */
  padding-left: 80px;
  float: left;
}

/*** Homepage Product List & Table ***/
/* line 265, ../../../../../sass/Projects/Framework/sass/_products.scss */
.products-list {
  display: none;
}
/* line 267, ../../../../../sass/Projects/Framework/sass/_products.scss */
.products-list ul {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
}
/* line 271, ../../../../../sass/Projects/Framework/sass/_products.scss */
.products-list ul li {
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
/* line 275, ../../../../../sass/Projects/Framework/sass/_products.scss */
.products-list ul li:after {
  clear: both;
  content: " ";
  display: block;
  float: none;
  width: 100%;
}
/* line 282, ../../../../../sass/Projects/Framework/sass/_products.scss */
.products-list ul li strong {
  display: block;
  float: left;
  padding-right: 5%;
  width: 20%;
}

/* line 294, ../../../../../sass/Projects/Framework/sass/_products.scss */
.one-done table tr {
  border-bottom: 1px solid #f3f3f3;
}
/* line 296, ../../../../../sass/Projects/Framework/sass/_products.scss */
.one-done table tr:last-child {
  border-bottom: none;
}
/* line 301, ../../../../../sass/Projects/Framework/sass/_products.scss */
.one-done .products-table td {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
  width: 150px;
  text-align: center;
  vertical-align: central;
}
/* line 309, ../../../../../sass/Projects/Framework/sass/_products.scss */
.one-done .products-table .row-title {
  width: 100px;
}
/* line 312, ../../../../../sass/Projects/Framework/sass/_products.scss */
.one-done .products-table .col-title {
  background-color: #0079c1;
  color: white;
}

/*********** Login ********************/
/* line 3, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.login-header {
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  text-decoration: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  padding: 5px;
}

/* Sidebar Well */
/* line 24, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  padding: 0;
}
/* line 34, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list {
  margin: 0;
  padding: 0;
}
/* line 37, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list > li > a {
  background: none;
  margin: 0;
  padding: 2px 0 2px 12px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
/* line 46, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list .nav-header {
  background: none;
  margin: 0;
  padding: 2px 0 2px 12px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 2px;
}
/* line 60, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list > li {
  margin-bottom: 2px;
}
/* line 61, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list > li > a:hover {
  background: none;
  text-decoration: underline;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
/* line 71, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list > li.active {
  margin-left: 10px;
  width: 100%;
}
/* line 75, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.well .nav-list > li.active a {
  font-weight: bold;
  text-decoration: none;
}

/************Wizard***********/
/* line 86, ../../../../../sass/Projects/Framework/sass/_modules.scss */
.wizard-step {
  clear: both;
}

/* Large desktop */
@media (min-width: 1200px) {
  /* line 6, ../../../../../sass/Projects/Framework/sass/_media.scss */
  .page-title h1, .page-sub-title h1 {
    font-size: 2.8em;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 14, ../../../../../sass/Projects/Framework/sass/_media.scss */
  .page-title h1, .page-sub-title h1 {
    font-size: 1.7em;
  }

  /* line 16, ../../../../../sass/Projects/Framework/sass/_media.scss */
  header .span7 .tagline {
    padding-left: 90px !important;
  }

  /* line 17, ../../../../../sass/Projects/Framework/sass/_media.scss */
  header .row-fluid .span7.offset1 {
    margin-left: 0;
    float: right;
  }
}
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
@media (max-width: 480px) {
  /* line 27, ../../../../../sass/Projects/Framework/sass/_media.scss */
  .page-title h1, .page-sub-title h1 {
    font-size: 1.7em;
  }
}
@media (max-width: 578px) {
  /* line 15, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  table#recaptcha_table {
    max-width: 400px !important;
  }
}
@media (max-width: 448px) {
  /* line 15, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  table#recaptcha_table {
    max-width: 300px !important;
    background: transparent !important;
    border: none !important;
  }
}

/* line 24, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
#recaptcha_widget_div {
  clear: both;
  border: 4px solid white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: white;
  margin: 0 0 10px;
}
@media (max-width: 448px) {
  /* line 24, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  #recaptcha_widget_div {
    max-width: 300px !important;
    background: transparent !important;
    border: none !important;
  }
}

/* line 37, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
#recaptcha_image {
  width: 100% !important;
  height: auto !important;
}
/* line 41, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
#recaptcha_image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 3px solid #FFF;
}

/* line 52, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}
/* line 58, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_is_showing_audio .recaptcha_image_cell {
  width: 100%;
  height: 60px;
  background: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 3px solid #FFF;
}
/* line 66, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_is_showing_audio .recaptcha_image_cell br {
  display: none;
}
/* line 70, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_is_showing_audio .recaptcha_image_cell #recaptcha_switch_audio_btn {
  display: block;
}

/* line 77, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_input_area {
  background: white;
  color: #000;
  font: 13px/1.5 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin: 4px 0 0;
  padding: 0 4px 4px;
  border: 4px solid white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
/* line 86, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_input_area label {
  margin: 0 0 6px;
}
/* line 91, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_input_area input {
  width: 100%;
}

/* line 97, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_options {
  list-style: none;
  margin: 4px 0 0;
  height: 18px;
}
/* line 102, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_options li {
  float: left;
  margin: 0 4px 0 0;
}
/* line 106, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_options li a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
  width: 20px;
  height: 18px;
}
/* line 115, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.recaptcha_options li a:active {
  position: relative;
  top: 1px;
}

/* line 125, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
.captcha_hide {
  display: none;
}

@media (max-width: 600px) {
  /* line 129, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  .recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th,
  .recaptchatable a {
    /*float:left;*/
    width: 100%;
    clear: both;
  }

  /* line 133, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  .recaptchatable .recaptcha_image_cell #recaptcha_image {
    border: none !important;
  }

  /* line 134, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  #recaptcha_response_field {
    width: 80% !important;
  }

  /* line 135, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  #recaptcha_widget_div {
    width: 100% !important;
  }
}
@media (max-width: 840px) {
  /* line 139, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  .span6.validation {
    width: 352px;
  }
}
@media (max-width: 448px) {
  /* line 146, ../../../../../sass/Projects/Framework/sass/_recaptcha.scss */
  .span6.validation {
    width: 280px;
  }
}
/* line 30, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.sandi {
  background-color: #003366 !important;
  border: 1px solid black;
}

/* line 32, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 39, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  min-height: 100%;
  overflow-x: hidden;
}

/* line 49, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
a:link, a:visited, a:hover, a:active {
  cursor: pointer;
}

/* text aligns are in latest bootstrap. Requires JQuery 1.9.  Kendo still on 1.8*/
/* line 55, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.text-left {
  text-align: left;
}

/* line 60, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.text-right {
  text-align: right;
}

/* line 65, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.text-center {
  text-align: center;
}

/* line 69, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
fieldset, hr {
  clear: both;
}

/*******Page Layout************/
/* line 80, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.section-content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 60px;
}
/* line 85, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.section-content .inner {
  padding: 30px;
}
@media screen and (max-width: 500px) {
  /* line 85, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
  .section-content .inner {
    padding: 10px;
  }
}
/* line 90, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.section-content h2 {
  font-size: 1.8em;
  line-height: normal;
  text-transform: uppercase;
}
/* line 95, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.section-content h3 {
  font-size: 1.6em;
  line-height: normal;
  float: left;
  clear: both;
}

/* line 104, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.padded-row {
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

/* line 110, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.padded-row2 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 118, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
#mainContentBox {
  /**********Placeholder and currently same style as hero-unit********/
  background-color: #EEEEEE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: inherit;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 60px;
}

/***********End Page Layout**************/
/************Summary*************/
/* line 138, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.eq-row {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 146, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.compressed-fieldset .control-label {
  width: 120px;
}
/* line 149, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.compressed-fieldset .controls {
  margin-left: 130px;
}
/* line 152, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.compressed-fieldset .control-group {
  margin-bottom: 5px;
}
/* line 154, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.compressed-fieldset .control-group label {
  margin-bottom: 5px;
}
/* line 157, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.compressed-fieldset .control-group .control-label {
  padding-top: 0px;
}

/* line 163, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.terms .terms-text {
  height: 200px;
  overflow-y: scroll;
  margin: 20px;
}
/* line 167, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.terms .terms-text p {
  margin-right: 20px;
  margin-left: 20px;
}

/*******Homepage layout**********/
/* line 174, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.home-actions {
  margin-bottom: 20px;
}
/* line 176, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.home-actions img {
  display: block;
  margin: auto;
}

/* line 181, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.homeBoxTopCap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 10px;
}

/* line 189, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.homeBoxBottomCap {
  float: left;
  margin-top: 20px;
  width: 100%;
}

/* line 197, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.homeBox a {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/*** Kendo Grids ***/
/* line 214, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.k-grid td.display-dropdown-menu {
  overflow: visible !important;
}

/* line 218, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.k-header {
  height: auto;
  white-space: normal !important;
}

/* line 223, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.no-rows-template {
  height: 100px;
  font-size: large;
}

/* line 228, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.control-label:after {
  content: ":";
  font-weight: bold;
}

/* line 233, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.control-question:after {
  content: "?";
  font-weight: normal;
}

/*** End Kendo Grids ***/
/* line 239, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.introText li {
  background-repeat: no-repeat;
  list-style: none;
  min-height: 35px;
  padding-left: 35px;
}

/*********Bootstrap overwrites****************/
/* line 248, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.modal-header {
  border-bottom: none;
}

/* line 250, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
#footer p {
  clear: both;
}

/* line 252, ../../../../../sass/Projects/Framework/sass/intakeCommon.scss */
.modal-body {
  clear: both;
}

/*#recaptcha_widget_div {max-width:100%;}*/
