/*
    Created on : Oct 19, 2016, 4:36:50 PM
    Author     : Tom
*/

div.flexEven {
    display: flex;
}

div.two-column div.home-banner {
    position: relative;
    background: url(../img/lightbulbs.jpg);
    min-width: 591px;
    height: 305px;
}

.action-btn {color: #fff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px;
    transition: all 0.2s ease;
    border: none;
    background-color: #ff9530;
    border-radius: 3px;
    box-shadow: 0 2px #ff7b29;
    cursor: pointer;
    margin-top: -2px;
    width: 100%;
    height: 50px;
}

#SS-PublicWrapper .home-banner h1 {
    font-size: 36px;
    margin-bottom: 0px;
    padding: 0px 14px;
}

#SS-PublicWrapper .home-banner h2 {
    font-size: 34px;
    padding: 0px 14px;
    text-align: right;
    margin-top: 0px;
    color: #FFFFFF;
    line-height: 0.8;
}

#offerprice {
    font-size: 48px;
    text-align: center;
    margin-top: 30px;
    color: #6a5d5d;
}

#offerfor {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    color: #6a5d5d;
}

#offersupplier {
    text-align: center;
}

#offersupplier img {
    border: 1px solid #000000;
    max-height: 75px;
}

#offerview {
    text-align: center;
    padding: 30px 40px;
}

#offerview .action-btn {
    display: block;
    font-size: 36px;
    padding: 30px 20px;
    line-height: 0.1;
    border-radius: 10px;
}

#offerview .action-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.home-banner-content {
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: 45%;
    background: rgba(0, 0, 0, 0.8);
    width: 70%;
    margin: 0px 10px 10px auto;
    padding: 8px;
    line-height: 1.2;
    color: #d8d8d8;
    font-size: 16px;
}

.home-banner-content h3 {
    color: #FFFFFF;
}

div.account {
    text-align: right;
}

a.btnLogin, a.btnRegister {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

}

ul.userMenu {
    display: inline-block;
    list-style-type: none;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    min-width: 160px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
background: rgb(249,252,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */

}

ul.userMenu li {
    width: 100%;
}

ul.userMenu li div {
    padding: 2px 10px;
}

input.has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

div.searchResults {
    margin: 20px 0px;
    display: flex;
    align-items: flex-start;
}

div.filter-container {
    flex: 1;
}

div.filters {
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    background: #FFFFFF;


}

.filter-timer {
    padding: 4px 4px;
}

.filter-timer h4 {
    text-align: center;
}

.timer-details {
    display: flex;
}

.timer-details > div {
    flex: 1;
    text-align: center;
}

.timer-text {
    padding: 0px 0px 0px 16px;
    font-weight: bold;
}

.timer-details label {
    display: block;
}

div.results {
    margin-left: 20px;
    padding: 0px;
    flex: 4;
}

ul.result-tabs {
    margin-left: 20px;
    position: relative;
    list-style-type: none;
}

.result-tabs > li > a  {
    display: block;
    text-decoration: none;
    color: #303030;
    padding-left: 20px;
    cursor: pointer;
}

.result-tabs > li  {
    position: relative;
    float: left;
    background-image: url(../img/tab-inactive.png);
    width: 176px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    z-index: 2;
    text-decoration: none;
    color: #303030;
}

.result-tabs > li.right {
    background-image: none;
}

.savings-input {
    text-align: right;
    margin-bottom: 0px;
}

.result-labels div.savings {
    display: block;
    line-height: 24px;
}

.savings-note {
    line-height: 14px;
    clear: both;
    display: block;
    font-size: 10px;
}

.savings-input .input-group {
    max-width: 150px;
}

.savings-input .control-label {
    margin-right: 4px;
}

.result-tabs > li:nth-child(2) {
    margin-left: -5px;
    z-index: 1;
}

.result-tabs > .active, .result-tabs > li.active:nth-child(2) {
    background-image: url(../img/tab-active.png);
    z-index: 3;
}

.result-tabs .glyphicons {
    line-height: 36px;
}

.results .tab-content {
    clear: both;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 4px;
    margin: 0px auto;
    text-align: center;
}

.filter {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ccdae3+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,218,227,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,218,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,218,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccdae3',GradientType=0 ); /* IE6-9 */
    min-height: 30px;
    margin: 4px;
    border: 1px solid #acacac;
    border-radius: 2px;
    display: flex;
}

.filter-startdate, .filter-usage, .filter-rateclass {
    border: none;
}

.filter-content {
    flex: 5;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}


.utility-select li div, .filter-content div {
    line-height: 14px;
    font-weight: bold;
    padding: 2px 0px;
    background: #FFFFFF;
}

.filter-label {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #AAAAAA;
    line-height: 16px;
    padding: 0px 4px;
}

.filter-utility {
    cursor: pointer;
}

.filter-content img {
    width: 100%;
}

.filter-dropdown {
    flex: 1;
    display: flex;
    max-width: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d7d7d7+99 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(215,215,215,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(215,215,215,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
    text-align: center;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #acacac;
}

.utility-select li {
    border-bottom: 1px solid #acacac;
    text-align: center;
    padding: 3px;
}

.utility-select li:hover {
    background-color: #EEEEEE;
    cursor: pointer;
}

.utility-select img.supplier-logo {
    max-height: 30px;
}

.utility-select li:last-child {
    border-bottom: none;
}

.filter-market {
    display: flex;
}
.filter-market .glyphicons {
    font-size: 40px;
}

.filter-market div {
    flex: 1;
    text-align: center;
    padding: 10px 4px;
    margin: 3px;
    cursor: pointer;
}

.filter-market > div > div {
    padding: 0px;
    font-weight: bold;
}

.filter-market > div > a {
    height: 100%;
    width: 100%;
    display: block;
    color: black;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.filter-market > div > a > div {
    padding: 0px;
    font-weight: bold;
}

.filter-market > div.active {
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdeb8e+0,a5c956+100;Green+3D+%232 */
    background: rgb(205,235,142); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */


}
.loader {
    display: inline-block;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: loadspin 1.5s linear infinite;
}

.tab-content .loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    visibility: visible;
    opacity: 1;
}


.loader:after {
    display: block;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #015fa5;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    content: "";
    animation: loadspinright 1s linear infinite;
}

.tab-content .loader:after {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #015fa5;
    width: 28px;
    height: 28px;
}

@keyframes loadspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes loadspinright {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-720deg); }
}

.loader.hideLoader {
    opacity: 0;
    animation: loadspin 1.5s linear infinite, fadeOut 0.5s linear;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1;}
}

.top-results {
    display: none;
    justify-content: center;
    align-content: center;
}

.top-results.shown {
    display: flex;
    opacity: 0;
    animation: fadeIn 0.25s 0.25s forwards;
}

.top-results.remain {
    display: flex;
    opacity: 1;
}

.bxslider {
    display: none;
}

.bx-wrapper .bxslider {
    display: block;
}

.result-labels {
    width: 200px;
}

.result-labels div:first-child {
    margin-top: 160px;
}


.result-labels div {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.result-labels div:nth-child(odd) {
    background: #f0f0f0;
}

.result-labels div:nth-child(5) {
    font-size: 14px;
    text-align: left;
    line-height: 14px;
}

.slide-banner-parallax {
    min-height: 450px;
    margin-top: -100px;
    padding-top: 100px;
}

.slide-banner-parallax .banner-text {
    max-width: 1100px;
    margin: 0px auto;
    padding: 40px 0px;
}

.slide-banner-parallax .banner-text h2 {
    color: #e67207;
    font-weight: bold;
    font-size: 48px;
}

.slide-banner-parallax .banner-text p, #SS-PublicWrapper .banner-text p {
    margin: 0px;
    margin-bottom: 16px;
    font-size: 28px;
}

.slide-banner-parallax ul.sb-slider {
    margin: 0px auto;
}

.ataglance {
  background-image: -moz-linear-gradient( -90deg, rgb(2,48,100) 0%, rgb(27,78,123) 13%, rgb(0,46,99) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(2,48,100) 0%, rgb(27,78,123) 13%, rgb(0,46,99) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(2,48,100) 0%, rgb(27,78,123) 13%, rgb(0,46,99) 100%);

  min-height: 156px;
}

.ataglance .aag-body {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0px auto;
}

.ataglance .aag-label {
  padding-top: 40px;
  font-size: 24px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}

.ataglance .aag-label h4 {
  font-size: 36px;
  font-family: "PT Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

.ataglance .aag-utilitylogo {
    background-color: #FFFFFF;
    margin: 30px;
    border: 1px solid #000000;
    width: 203px;
    height: 93px;
    position: relative;
}

.ataglance .aag-utilitylogo:after {
  content: 'CHANGE UTILITY';
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-family: "PT Sans";
  text-transform: uppercase;
  border-top: 1px solid #000000;
  background-image: -moz-linear-gradient( 90deg, rgb(96,144,191) 0%, rgb(206,231,250) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(96,144,191) 0%, rgb(206,231,250) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(96,144,191) 0%, rgb(206,231,250) 100%);
  height: 37px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
}

.ataglance .aag-utilitylogo img {
    width: 100%;
    max-height: 55px;
    object-fit: contain;
}

.ataglance .aag-prices {
    display: flex;
}

.ataglance .aag-all {
    display: block;
}

.ataglance .aag-all:after {
    content: "View All";
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 140px;
    margin: 0px 10px;
}

.aag-modal {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(110, 124, 157);
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(63,76,107) 0%, rgb(63,76,107) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(63,76,107) 0%, rgb(63,76,107) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(63,76,107) 0%, rgb(63,76,107) 100%);
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
}

.aag-modal.aag-modal-hidden {
    display: none;
}

.aag-modal-header {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 150px;
}

.aag-modal-header .aag-modal-header-tab {
  font-family: "PT Sans";
  font-size: 24px;
  color: rgb(61, 61, 61);
  line-height: 1.2;
  text-align: left;
  padding: 0px 12px;
  margin: 6px 0px;
  border-right: 1px solid #000000;
  cursor: pointer;
}

.aag-modal-header .aag-close {
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 36px;
    font-family: "Arial";
    color: rgb(69, 87, 105);
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.aag-modal-body {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 90%;
}

.aag-modal-body .aag-loading {
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 48px;
    margin: 20px;
}

.aag-modal-body:before {
    display: block;
    content: "The images below are for identification purposes only. Logos, brands, or trademarks shown below are the property of their respective trademark holders. These images do not indicate an affiliation with Energy Deals, LLC.";
    margin: 4px;
    padding: 4px 8px;
    background-color: rgba(255, 200, 200, 0.8);
    min-width: 95%;
    flex: 1;
}

.aag-utility-select {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin: 4px 8px;
    border: 1px solid #cfcfcf;

}

.aag-utility-select .aag-utility-title {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    font-size: 24px;
    font-family: "Arial";
    color: rgb(25, 25, 25);
    text-align: center;
}

.aag-utility-select img {
    width: 300px;
    height: 100px;
    object-fit: contain;
}

.aag-utility-select .aag-utility-select-btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(223,223,223) 0%, rgb(248,248,248) 6%, rgb(225,225,225) 51%, rgb(245,245,245) 51%, rgb(233,233,233) 88%, rgb(255,255,255) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(223,223,223) 0%, rgb(248,248,248) 6%, rgb(225,225,225) 51%, rgb(245,245,245) 51%, rgb(233,233,233) 88%, rgb(255,255,255) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(223,223,223) 0%, rgb(248,248,248) 6%, rgb(225,225,225) 51%, rgb(245,245,245) 51%, rgb(233,233,233) 88%, rgb(255,255,255) 99%);

    font-size: 24px;
    font-family: "Arial";
    color: rgb(25, 25, 25);
    text-align: center;
    cursor: pointer;
}

.ataglance .aag-prices .aag-price {
    display: flex;
    margin: 30px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(177, 119, 11);
    border-radius: 4px;
    padding: 6px 8px;
    background-image: -moz-linear-gradient( 90deg, rgb(254,174,49) 0%, rgb(239,228,87) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(254,174,49) 0%, rgb(239,228,87) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(254,174,49) 0%, rgb(239,228,87) 100%);
    cursor: pointer;
}

.ataglance .aag-prices .aag-price:hover {
    text-decoration: none;
}

.ataglance .aag-prices .aag-price .aag-amount {
  font-size: 36px;
  font-family: "PT Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.ataglance .aag-prices .aag-price .aag-amount span {
  font-size: 24px;
  font-family: "PT Sans";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  display: block;
  font-weight: 300;

}

.ataglance .aag-btn {
    border: none;
    background-color: transparent;
    margin-left: 12px;
    content: " ";
    border-left: 1px solid #FFFFFF;
}

.ataglance .aag-btn:after {
    content: "Go";
    font-family: "PT Sans";
    margin-left: 10px;
    display: block;
    line-height: 47px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(65, 155, 0);
    border-radius: 50%;
    min-width: 47px;
    min-height: 47px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: -moz-linear-gradient( 90deg, rgb(161,220,116) 0%, rgb(107,200,39) 18%, rgb(88,193,12) 39%, rgb(118,204,55) 72%, rgb(173,224,135) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(161,220,116) 0%, rgb(107,200,39) 18%, rgb(88,193,12) 39%, rgb(118,204,55) 72%, rgb(173,224,135) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(161,220,116) 0%, rgb(107,200,39) 18%, rgb(88,193,12) 39%, rgb(118,204,55) 72%, rgb(173,224,135) 100%);
}

/** UTILITY WIDGET INJECTED CSS **/
.epc-utilitywidget {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    margin: 2px 0px;
    border: 1px solid #555555;
    border-radius: 4px;
}

.epc-utilitywidget .aag-utilitylogo {
    padding: 10px;
}

.epc-utilitywidget img {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.epc-utilitywidget .aag-label h4 {
    font-size: 16px;
    font-family: "PT Sans";
    color: rgb(6, 113, 184);
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.epc-utilitywidget .aag-label {
    max-width: 150px;
    min-width: 100px;
    margin: 4px 0px;
    font-size: 16px;
    font-family: "PT Sans";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;

}

.epc-utilitywidget .aag-prices {
    flex: 1;
    display: flex;
    justify-content: center;
}


.epc-utilitywidget .aag-prices .aag-price {
    display: flex;
    margin: 4px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(177, 119, 11);
    border-radius: 4px;
    padding: 6px 8px;
    background-image: -moz-linear-gradient( 90deg, rgb(254,174,49) 0%, rgb(239,228,87) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(254,174,49) 0%, rgb(239,228,87) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(254,174,49) 0%, rgb(239,228,87) 100%);
    cursor: pointer;
}

.epc-utilitywidget .aag-prices .aag-price:hover {
    text-decoration: none;
}

.epc-utilitywidget .aag-prices .aag-price .aag-amount {
  font-size: 24px;
  font-family: "PT Sans";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.epc-utilitywidget .aag-prices .aag-price .aag-amount span {
  font-size: 18px;
  font-family: "PT Sans";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  display: block;
  font-weight: 300;

}

.epc-utilitywidget .aag-btn {
    border: none;
    background-color: transparent;
    margin-left: 12px;
    content: " ";
    border-left: 1px solid #FFFFFF;
}

.epc-utilitywidget .aag-btn:after {
    content: "Go";
    font-family: "PT Sans";
    margin-left: 10px;
    display: block;
    line-height: 47px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(65, 155, 0);
    border-radius: 50%;
    min-width: 47px;
    min-height: 47px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: -moz-linear-gradient( 90deg, rgb(161,220,116) 0%, rgb(107,200,39) 18%, rgb(88,193,12) 39%, rgb(118,204,55) 72%, rgb(173,224,135) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(161,220,116) 0%, rgb(107,200,39) 18%, rgb(88,193,12) 39%, rgb(118,204,55) 72%, rgb(173,224,135) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(161,220,116) 0%, rgb(107,200,39) 18%, rgb(88,193,12) 39%, rgb(118,204,55) 72%, rgb(173,224,135) 100%);
}

.epc-utilitywidget .aag-all {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

.epc-utilitywidget .aag-all:after {
    content: "View All";
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 10px;
}

@media (max-width: 800px) {
    .epc-utilitywidget {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .epc-utilitywidget .aag-prices {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.epc-utilitywidget.epc-shortwidget {
    border-radius: 0px;
    align-items: stretch;
}

.epc-shortwidget:before {
    display: block;
    content: '_';
    color: #0677be;
    width: 12px;
    background-color: #0677be;
}

.epc-utilitywidget.epc-shortwidget img {
    border-radius: 0px;
    align-items: stretch;
    width: 90px;
    height: 30px;
    object-fit: contain;
}

.epc-utilitywidget.epc-shortwidget .aag-btn {
    margin-left: 4px;
}

.epc-utilitywidget.epc-shortwidget .aag-btn:after {
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    margin: 0px;
    margin-left: 2px;
}

.epc-utilitywidget.epc-shortwidget .aag-prices .aag-price {
    padding: 2px;
    margin: 2px;
}

.epc-utilitywidget.epc-shortwidget .aag-prices .aag-price .aag-amount {
    font-size: 18px;
}

.epc-utilitywidget.epc-shortwidget .aag-prices .aag-price .aag-amount span.aag-unit {
    font-size: 12px;
}

.epc-utilitywidget.epc-shortwidget .aag-label {
    display: none;
}

.epc-utilitywidget.epc-shortwidget .aag-all {
    display: none;
}

/** End injected CSS **/

/** Zip Widget **/

.zipwidget {
    padding: 8px 16px;
    text-align: center;
}

.zipwidget h2 {
    text-align: center;
}

.zipwidget #zipcodeForm {
    max-width: 250px;
    margin: 0px auto;
}

.zipwidget input#submitButton {
    max-width: 250px;
    margin: 4px auto;
}

/** End Zip Widget **/

.special-banner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4a+0,ff930c+100 */
    background: #ffaf4a; /* Old browsers */
    background: -moz-linear-gradient(top, #ffaf4a 0%, #ff930c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffaf4a 0%,#ff930c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffaf4a 0%,#ff930c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4a', endColorstr='#ff930c',GradientType=0 ); /* IE6-9 */
}

.special-banner-content {
    max-width: 1100px;
    margin: 0px auto;
    padding: 16px 16px;
    padding-bottom: 24px;
    display: flex;
}

.special-banner .banner-text {
    font-size: 36px;
}

.special-banner .banner-text label {
    display: block;
    margin-bottom: -5px;
    font-size: 11px;
}

.flex-buttons {
    display: flex;
    flex: 1;
}

.flex-buttons a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(209,209,209) 50%, rgb(219,219,219) 50%, rgb(220,220,220) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(209,209,209) 50%, rgb(219,219,219) 50%, rgb(220,220,220) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(209,209,209) 50%, rgb(219,219,219) 50%, rgb(220,220,220) 100%);

  line-height: 45px;
  font-size: 18px;
  color: #000000;
  display: block;
  flex: 1;
  margin: 0px 20px;
  text-align: center;
}

#elevator {
    border-bottom: 1px solid #AAAAAA;
}

.slide-dark {
    background: #000000;
}

.slide-bordered {
    display: flex;
}

.slide-bordered div {
    flex: 1;
}

.result-prices {
    margin-top: 10px;
    display: flex;
}

.result-prices > .result-listing > div {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.result-prices > .result-listing > div:last-child {
    height: auto;
    padding: 4px;
}

.result-prices > .result-listing > div:nth-child(7) {
    font-size: 14px;
}

.result-prices > .result-listing:first-child > div:nth-child(odd) {
    background: #cecece;
}

.result-prices > .result-listing:first-child > div:nth-child(even) {
    background: #acacac;
}

.result-prices > .result-listing:nth-child(2) > div:nth-child(odd) {
    background: #d4d4d4;
}

.result-prices > .result-listing:nth-child(2) > div:nth-child(even) {
    background: #b8b8b8;
}

.result-prices > .result-listing:nth-child(3) > div:nth-child(odd) {
    background: #dbdbdb;
}

.result-prices > .result-listing:nth-child(3) > div:nth-child(even) {
    background: #c6c6c6;
}

.result-prices > .result-listing {
    min-width: 200px;
}

.result-prices > .result-listing:first-child > div.result-price {
    display: block;
    background: #0276c9;
    padding: 5px;
    border-top-left-radius: 5px;
    height: 70px;
    line-height: 50px;
    text-shadow: 1px 1px 4px #333333;
    color: #FFFFFF;
}
.result-prices > .result-listing:nth-child(2), .result-prices > .result-listing:nth-child(3) {
    margin-left: 2px;
}

.result-prices > .result-listing:nth-child(2) > div.result-price {
    display: block;
    background: #09bfe0;
    padding: 5px;
    height: 70px;
    line-height: 50px;
    text-shadow: 1px 1px 4px #333333;
    color: #FFFFFF;
}

.result-prices > .result-listing:nth-child(3) > div.result-price {
    display: block;
    background: #09d6be;
    padding: 5px;
    height: 70px;
    line-height: 50px;
    text-shadow: 1px 1px 4px #333333;
    color: #FFFFFF;
}

.result-prices > .result-listing:first-child > div:last-child {
    border-bottom-left-radius: 5px;
}

.result-prices > .result-listing:last-child > div.result-price {
    border-top-right-radius: 5px;
}

.result-prices > .result-listing:last-child > div:last-child {
    border-bottom-right-radius: 5px;
}

.result-prices > .result-listing > div.result-logo {
    background: #FFFFFF !important;
    height: 80px;
    padding: 2px 2px;
    border: 1px solid #d8d8d8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-listing {
    max-width: 200px;
    flex: 1;
}

.result-price small {
    font-size: 18px;
    line-height: 16px;
    clear: both;
    float: right;
    margin-top: -5px;
    margin-right: 15px;
    text-shadow: none;
    font-weight: normal;
}

.result-logo img {
    max-width: 100%;
    max-height: 100%;
}

.btn-signup {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258fcc+1,2788b9+100 */
    background: rgb(37,143,204); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,143,204,1) 1%, rgba(39,136,185,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,143,204,1) 1%,rgba(39,136,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,143,204,1) 1%,rgba(39,136,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258fcc', endColorstr='#2788b9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #1c79a9;
    border-radius: 10px;
    font-size: 1.3vw;
    padding: 5px 15px;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px #333333;
}

a.btn-signup:hover {
    color: #FFFFFF;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88bfe8+0,70b0e0+100;Blue+3D+%2317 */
    background: rgb(136,191,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(136,191,232,1) 0%, rgba(112,176,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}

.btn.use-gps {
    float: left;
    font-size: 20px;
    padding: 3px 8px;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 33%;
    color: #555555;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
    background: rgb(179,220,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(188,224,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */
}

.btn.use-gps > .glyphicons {
    line-height: 1.4;
    margin-right: 0px;
}

.view-results, .results-header {
    display: none;
    margin: 10px 3px;
    background: #f0f0f0;
    padding: 8px;
    font-size: 18px;
    cursor: pointer;
}

.results-header {
    display: block;
    cursor: default;
}

.no-results {
    display: none;
}

.view-results .glyphicons {
    line-height: 1.6;
}

#electric-results-full {
    display: none;
}

#electric-results-full table thead tr th {
    vertical-align: middle;
    text-align: center;
}

#electric-results-full table tbody tr td {
    vertical-align: middle;
    text-align: center;
}

td.result-price {
    font-size: 26px;
}

td.result-supplier > img.supplier-logo {
    max-height: 50px;
}

td.result-price small {
    font-size: 55%;
    margin-left: 3px;
    float: none;
}

tr.result-clone {
    display: none;
}

#search-filter-monthly-usage, #search-filter-rateclass, #search-filter-monthly-usage-gas {
    max-width: 400px;
    margin: 10px auto;
    text-align: left;
    background: #EEEEEE;
    padding: 20px;
    border-radius: 10px;
    display: none;
}

#search-filter-monthly-usage:after, #search-filter-monthly-usage-gas:after, #search-filter-rateclass:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";

}

#search-filter-monthly-usage button.btn.btn-default, #search-filter-monthly-usage button.btn.btn-default-gas, #search-filter-rateclass button.btn.btn-default {
    float: right;
}

.filter-hidden {
    display: none;
}

#utility-gas {
    display: none;
    line-height: 1;
}

.center-nav {
    display: block;
    width: 100%;
    max-width: 80vw;
}

#navigation {
    width: 100%;
    background: #FFFFFF;
}

.center-nav:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}

#header-collapse-logo {
    flex: 1;
    display: none;
}


#navigation-sticky-wrapper.is-sticky #header-collapse-logo {
    display: flex;
    align-items: center;
    opacity: 0;
    animation: fadeIn 0.25s forwards;
}

@keyframes slideInFromLeft {
    0% { flex: 0; }
    100% { flex: 1;}
}

#header-collapse-logo img {
    max-width: 100%;
    max-height: 40px;
}

.center-nav > div {
}

#menu_navigation {
    flex: 9;
    display: flex;
}

#menu_navigation li {
    flex: 1;
}

.header-collapse-nav {
    flex: 8;
}

#stickyMenu {
    position: relative;
    z-index: 3;
}

#navigation-sticky-wrapper {
    position: relative;
    z-index: 2;
}

#navigation-sticky-wrapper.is-sticky {
    z-index: 3000;
}

#navigation-sticky-wrapper.is-sticky #navigation:after, #zip_code_banner-sticky-wrapper.is-sticky #zip_code_banner:after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    box-shadow: 0 1px 8px rgba(0,0,0,0.4);
    animation: fadeIn 0.25s forwards, heightIn 0.25s forwards;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: 2999;
    pointer-events: none;
}

@keyframes heightIn {
    0% { height: 99%; }
    100% { height: 100%;}
}

#header_logo img {
    max-width: 235px;
}

.header-collapse-head.nav-in {
    /*animation: minWidthIn 0.25s forwards;*/
    min-width: 150px;
}

#navigation-sticky-wrapper.is-sticky #navigation {
    display: flex;
}

#navigation-sticky-wrapper.is-sticky #navigation .header-collapse-head {
    flex: 1;
}

#navigation-sticky-wrapper.is-sticky #navigation .header-nav-spacer {
    flex: 1;
}

.header-collapse-head.nav-out {
    /*animation: minWidthOut 0.25s forwards;*/
    min-width: 0px;
}

@keyframes minWidthIn {
    0% { min-width: 0px; }
    100% { min-width: 150px;}
}

@keyframes minWidthOut {
    0% { min-width: 150px; }
    100% { min-width: 0px;}
}

.header-collapse-head, #header-collapse-logo {
    height: 38px;
}


#header-collapse-logo a {
    display: block;
}

#navigation {
    display: flex;
    min-height: 38px;
}

#navigation div {
    /*flex: 1;*/
}

div.property-bar {
    order: 2;
    border-radius: 3px;
    min-width: 250px;

    border: 1px solid #888888;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    padding: 4px 8px;
}

div.property-bar:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}
div.section-header span {
    background: #f0f0f0;
}

div.property-form {
    display: flex;
    align-items: flex-start;
}

div.property-details {
    flex: 3;
    order: 1;
}

div.property-details > form > .panel {
    margin-right: 10px;
}

div.propertySelect {
    border-radius: 3px;
    padding: 3px 6px;
    cursor: pointer;
}

div.propertySelect .glyphicons {
    line-height: 2;
}

div.propertySelect {
    float: left;
}

.offer-supplier-logo {
    text-align: center;
}

.offer-supplier-logo img {
    max-width: 70%;
    max-height: 100px;
}

.offer-details {
    font-size: 1.5vw;
    display: flex;
    flex-wrap: wrap;
}

.offer-details div {
    flex: 1;
    flex-basis: 33%;
    min-width: 200px;
    white-space: nowrap;
    margin: 0.5vw 0 0 0;
}

.mm-menu .mm-navbar a.mm-title {
    color: #FFFFFF;
    font-size: 18px;
}

.mm-menu .mm-listview > li a:hover {
    background: #555555;
}

.offer-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.offer-buttons div:first-child a {
    display: block;
    font-size: 24px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #6d0019;
    color: #FFFFFF;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    text-shadow: #555555 1px 1px 4px;
}

.offer-buttons div:first-child a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

.offer-buttons div:last-child a {
    display: block;
    font-size: 24px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #009ec3;
    color: #FFFFFF;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
    background: rgb(0,183,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
    text-shadow: #555555 1px 1px 4px;
}

.offer-buttons div:last-child a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D *//* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88bfe8+0,70b0e0+100;Blue+3D+%2317 */
    background: rgb(136,191,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(136,191,232,1) 0%, rgba(112,176,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}

.service-address-form {
    border-radius: 3px;
    border: 1px solid #AAAAAA;
    background: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

.service-address-form label {
    margin-bottom: 0px;
    line-height: 2.4;
}

.service-address-form .input-group label {
    line-height: 1;
}

.service-address-form .form-group {
    clear: both;
    margin-top: 4px;
}

.service-address-form .form-group:first-child {
    margin-top: 0px;
}

.service-address-form:after, .service-address-form .form-group:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}

.form-group-wide {
    display: flex;
    flex-wrap: wrap;
}

.form-group-wide div {
    flex: 1;
    margin-left: 3px;
    margin-bottom: 3px;
}

.form-group-wide div input {
    min-width: 100px;
}

.form-group-wide div:first-child {
    flex: 2;
    margin-left: 0px;
}

.property-deals {
    clear: both;
    margin-top: 4px;
}

.property-deals > div {
    border: 2px solid #888888;
    border-radius: 4px;
    min-height: 150px;
    display: flex;
    margin-bottom: 20px;
}

.property-deals > div:last-child {
    margin-bottom: 5px;
}

.deal-type {
    border-right: 1px solid #888888;
    font-size: 28px;
    text-align: center;
    padding-top: 8px;
    flex: 1;
    max-width: 40px;
    color: #FFFFFF;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.deal-details {
    flex: 1;
}

.deal-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */

    padding: 3px;
    border-top: 1px solid #CCCCCC;
}


.deal-content div label {
    margin-bottom: 0px;
    line-height: 1;
    min-width: calc(50% - 10px);
    text-align: right;
}

.deal-content div {
    line-height: 1.4;
}

.deal-price {
    padding: 4px 0px 2px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.deal-supplier {
    background: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
}

.deal-options {
    display: flex;
    border-top: 1px solid #CCCCCC;
}

.deal-switch {
    flex: 1;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
    background: rgb(249,198,103); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
}

.deal-switch:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac695+0,f5ab66+47,ef8d31+100;Orange+3D+%232 */
    background: rgb(250,198,149); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(250,198,149,1) 0%, rgba(245,171,102,1) 47%, rgba(239,141,49,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,198,149,1) 0%,rgba(245,171,102,1) 47%,rgba(239,141,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,198,149,1) 0%,rgba(245,171,102,1) 47%,rgba(239,141,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 ); /* IE6-9 */
}

.deal-switch a {
    color: #000000;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deal-switch a:hover {
    color: #333333;
    text-decoration: none;
}

.deal-remove {
    flex: 1;
    text-align: center;
    border-left: 1px solid #AAAAAA;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.deal-remove:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff1a00+0,ff1a00+100;Red+Flat+%231 */
    background: rgb(255,26,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,26,0,1) 0%, rgba(255,26,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,26,0,1) 0%,rgba(255,26,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,26,0,1) 0%,rgba(255,26,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ff1a00',GradientType=0 ); /* IE6-9 */
}

.deal-remove a {
    color: #000000;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deal-remove a:hover {
    color: #333333;
    text-decoration: none;
}

.deal-supplier img {
    max-width: 150px;
    max-height: 30px;
}

.form-quick-panel .input-group-addon {
    display: inline;
}

div.input-group-addon.input-check {
    background: #FFFFFF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-left: 1px solid #cccccc;
}

.input-check input[type='checkbox'] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.vertical-text {
    margin-top: 3px;
    clear: left;
    writing-mode: vertical-lr;
    overflow: hidden;
}

.user-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.login-form {
    min-width: 250px;
    max-width: 450px;
    margin: 8px;
}


.login-form label {
    margin-bottom: 0px;
    line-height: 2.4;
    min-width: 80px;
}

.login-form .checkbox {
    margin: 0px 0px;
}

.login-form .checkbox label {
    line-height: 18px;
}

.btn-login {
}

.recover {
    margin-right: 8px;
}

.text-right {
    text-align: right;
}

.login-form label {
    white-space: nowrap;
}

.login-form .form-group:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}

.alert ul {
    list-style-type: none;
}

.panel-heading .glyphicons {
    line-height: 2;
}

.property-details .panel-heading .glyphicons {
    line-height: 1;
}

.spinner {
   animation: spinReverse 1s linear infinite;
}

.ajax-upload-dragdrop span {
    color: #666666;
}

.two-row {
    display: flex;
    flex-direction: column;
}

.two-row div {
    flex: 1;
}

.property-overview .deal-details {
    border-radius: 3px 3px 0px 0px;
    border: 1px solid #d0dde1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2px;
    align-items: stretch;
}

.property-overview .deal-select {
    margin-top: -14px;
    background-color: #EEEEEE;
    border: 1px solid #d0dde1;
    padding: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 15px;
}

.property-overview .deal-offergroup {
    border: 1px solid #555555;
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 40px;
    background-color: #444444;
}

.property-overview .deal-price {
    background-color: #FFFFFF;
}

.property-overview .deal-supplier {
    border-radius: 3px 0px 0px 0px;
    border-bottom: none;
}

.property-overview .deal-remove {
    border-radius: 0px 3px 0px 0px;
}

.property-overview .deal-price {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-overview .deal-options {
    border-radius: 0px 3px 0px 0px;
    border: none;
}

.property-overview .deal-details div {
    flex: 1;
    white-space: nowrap;
}

.property-overview .deal-details div.deal-content {
    flex: 6;
    border-left: 1px solid #d0dde1;
    border-top: none;
    display: flex;
    border-radius: 0px 3px 0px 0px;
}

.property-overview .deal-details div.deal-content .glyphicons {
    line-height: 1.3;
}

.property-overview .deal-details div.deal-content {
    display: flex;
    align-items: center;
}

.deal-properties {
    border: 1px solid #d0dde1;
    border-top: none;
    border-radius: 0px 0px 3px 3px;
    padding: 0px 5px 5px 5px;
    background: #FAFAFA;
    margin-bottom: 10px;
}

.properties {
    margin-bottom: 3px;
}

.property {
    border-bottom: 1px solid #EEEEEE;
}

.property-body {
    display: flex;
    margin: 0px 10px;
}

.property-overview .deal-supplier {
    padding: 2px;
}

.property-body div {
    flex: 1;
    text-align: left;
    border-right: 1px solid #EEEEEE;
    padding: 0px 0px;
}

.property-body div:first-child {
    padding-right: 10px;
}

.property-body div:last-child {
    text-align: right;
    border-right: none;
    min-width: 190px;
}

.property-body div:last-child a {
    text-align: right;
    margin-left: 20px;
    white-space: nowrap;
}

.property-body div:last-child a.btn {
    text-align: right;
    margin: 2px;
    white-space: nowrap;
}

.property-body div.address {
    flex: 4;
    padding: 0px 10px;
}

.property-errors {
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}

div.property-errors:empty {
    display: none;
}

.btn-right {
    float: right;
}

.header-flex-right {
    display: flex;
}

.header-flex-right div {
    flex: 1;
}

.header-flex-right div.headerSocial {
    min-width: 230px;
}

.headerContact {
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0px;
}

#smallHeaderWrapper > .headerContact {
    padding-left: 0px;
}

.header-flex-right div.cart {
    flex: 2;
    margin-top: 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-align: right;
}

.cart .glyphicons {
    line-height: 2;
}

.overview-footer div {
    float: left;
}

.overview-footer div:first-child {
    width: 200px;
}

.overview-footer div:last-child {
    float: right;
}

.overview-footer .error {
    position: absolute;
    width: 200px;
    left: 0;
    top: 34px;
}

.term-supplier-details {
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 0px 0px;
    background: #EEEEEE;
}

.term-supplier-details .deal-supplier {
    border-radius: 4px 4px 0px 0px;
    padding: 2px;
}

.term-details {
    display: flex;
}

.term-details div {
    flex: 4;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
}

.terms-info {
    padding: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.term-details div:last-child {
    text-align: right;
    white-space: nowrap;
    flex: 1;
}

.term-summary {
    border-bottom: 1px solid #DDDDDD;
}

.term-single .term-details div:last-child {
    text-align: center;
    white-space: wrap;
}

.term-single .term-content {
    width: 80%;
    margin: 0px auto;
    background: #FAFAFA;
    padding: 5px;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #DDDDDD;
}

.term-accept .btn {
    font-size: 18px;
}

.term-single.term-summary {
    border-bottom: none;
}

.terms-accept {
    padding: 10px;
}

.term-view .glyphicons {
    line-height: 1.2;
}

.term-accept {
    text-align: center;
    padding: 5px;
    font-size: 18px;
}

.term-accept label {
    padding: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background: #FAFAFA;
}

.term-summary:last-child {
    border-bottom: none;
}

.sign-contract {
    display: block;
}


.sign-contract .contracts {
    order: 2;
    flex: 5;
}

.sign-contract .sign {
    order: 1;
    flex: 2;
    padding: 3px;
    text-align: center;
}

.contract .supplier {
    text-align: center;
    margin-bottom: 10px;
}

.contract .supplier img {
    max-height: 100px;
}

.sign-contract iframe {
    width: 100%;
    height: 100%;
}

.sign-contract .view-contract > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sign-contract .view-contract {
    position: relative;
    width: 100%;
    padding-bottom: 90vh;
}

#SS-PublicWrapper .bg-padded p {
    margin-bottom: 0px;
}

.sign-container {
    margin-top: 40px;
    text-align: center;
}

.signature-pad {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    max-width: 100%;
    vertical-align: bottom;
}

#btnSign .glyphicons {
    line-height: 1.4;
}

#btnSign {
    font-size: 24px;
}

.signature-block {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 3px;
    margin-right: 10px;
    max-width: 500px;
    margin: 3px auto;
}

.signature-block .title {
    float: left;
    padding-left: 5px;
}

.signature-block .title label {
    margin-right: 5px;
}

.contract-left {
    margin-left: 10px;
}

.contract-left .glyphicons, .contract-right .glyphicons {
    margin-right: 0;
}

.glyphicons.disabled {
    color: #AAAAAA;
}

.signature-buttons {
    text-align: right;
    padding: 2px;
}

.download-view {
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 0px 0px 4px 4px;
    align-items: stretch;
    margin-top: 0px;
    margin-bottom: 5px;
}

.download-view .glyphicons {
    line-height: 50px;
    text-decoration: none;
}

.download-view a.btn, .download-view a:hover {
    border-radius: 0px 0px 4px 4px;
    display: block;
    flex: 1;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}

.contract-view iframe {
    border: 1px solid #000000;
}

.btn-signup {
    white-space: nowrap;
}

.property-details {
    display: flex;
    padding: 5px;
    border: 1px solid #DDDDDD;
}

.ajax-upload-dragdrop, .ajax-file-upload-statusbar {
    max-width: 99%;
}

.property-details div {
    flex: 1;
    line-height: 1.2;
}

.property-details div span {
    font-weight: bold;
}

.property-files {
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 2px;
    margin-top: -1px;
    border: 1px solid #DDDDDD;
    padding: 2px 3px 2px 3px;
    background: #EFEFEF;
}

.property-summary a > span.glyphicons {
    line-height: 1.3;
}

.contract-view {
    margin-top: 5px;
}

#zip_code_banner-sticky-wrapper.is-sticky #zip_code_banner {
    padding: 5px 0px;
}

#zip_code_banner-sticky-wrapper.is-sticky #zip_code_banner p {
    display: none;
}

#zip_code_banner-sticky-wrapper.is-sticky #zipcodeForm {
    margin-top: 0px;
}

#zip_code_banner-sticky-wrapper.is-sticky #zipcode {
    height: 25px;
}

#zip_code_banner-sticky-wrapper.is-sticky #submitButton {
    height: 25px;
    line-height: 0.5;
}

#zip_code_banner-sticky-wrapper.is-sticky .use-gps {
    height: 25px;
    line-height: 0.8;
}

#zip_code_banner-sticky-wrapper.is-sticky .use-gps .glyphicons {
    line-height: 0.8;
}

@media (max-width: 700px) {
    #zip_code_banner-sticky-wrapper.is-sticky {
        visibility: hidden;
        pointer-events: none;
    }
}

#zip_code_banner {
    z-index: 100;
}

#zip_code_banner.rounded {
    border-radius: 8px;
}

.two-wide {
    display: flex;
    align-content: stretch;
}

.two-wide > div {
    flex: 3;
    padding: 10px;
}

.two-wide > div.side-nav {
    flex: 1;
}
.two-wide > div.side-nav ul {
    list-style-type: none;
    margin: 0px;
}

ul.no-bullet {
    list-style-type: none;
    margin: 0px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout + .bs-callout.faq-full {
    margin: 20px 0px;
}

.faq-full {
    display: none;
    margin: 20px 0px;
}

.faq-section:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 5em;
    margin-top: -5em;
}

#SS-PublicWrapper .blog-group {
    padding: 8px 12px;
}

#header_logo img {
    min-width: 100px;
}

#smallHeaderWrapper {
    display: flex;
    flex-wrap: wrap;
}

#smallHeaderWrapper > .headerContact {
    flex: 1;
}

#smallHeaderWrapper > .header-right {
    white-space: nowrap;
}

#smallHeaderWrapper > .header-right div.headerSocial {
    flex: 0;
    white-space: nowrap;
}

.bg-padded {
    padding: 15px;
    margin-bottom: 4px;
}

.two-column {
    display: flex;
}

.two-column-wrap {
    flex-wrap: wrap;
}

.two-column > div {
    flex: 1;
    min-width: 200px;
}

.two-column-gap > div {
    margin-left: 2px;
}
.two-column-gap > div:first-child {
    margin-left: 0px;
}

.short-top {
    margin-top: 0px;
}

.right-main > div:last-child {
    flex: 4;
}

ul.side-nav {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-right: 8px;
}

ul.side-nav > li > a {
    display: block;
    padding: 4px;
    background: #EEEEEE;
    margin: 2px 4px;
    cursor: pointer;
}
ul.side-nav > li > a:hover {
    background: #F5F5F5;
}

ul.side-nav > li.active > a {
    background: #FAFAFA;
    border: 1px solid #AAAAAA;
}

.btn-myaccount {
    margin-top: 10px;
}

.alert {
    line-height: 1.4;
}

.custom-quote {
    font-size: 18px;
}

.custom-quote .btn {
    font-size: 24px;
}

.full-width {
    width: 100%;
}

.custom-pricing-callout {
    margin-top: 0px;
    padding: 10px 20px;
}

.custom-pricing-callout ul {
    margin: 0px 8px;
}

.stack-inputs > div {
    float: left;
    margin-right: 4px;
}

.custom-quote-form {
    border-radius: 8px;
    padding: 8px 16px;
    background-color: #F5F5F5;
}

.custom-property {
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    border-left: 3px solid #000000;
    padding: 4px 8px;
    background: #FFFFFF;
    margin-bottom: 3px;
}

.even-distribution {
    display: flex;
    flex-wrap: wrap;
}

.even-distribution > div {
    float: none;
    min-width: 200px;
    flex: 1;
}

.files {
    padding: 4px 8px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
}

.required {
    color: #FF0000;
}

.clone-property .remove-property {
    display: none;
}

div.blog-post {
    margin-bottom: 8px;
    padding: 4px 8px;
}

div.blog-post > small {
    font-size: 75%;
}

div.blog-post:nth-child(even) {
    background: #EEEEEE;
}

.neoea_body {
    background-color: #c2eaf6;
}

.neoea_body ul {
    margin-left: 25px;
}

.neoea_body .row {
    padding: 12px 18px;
    white-space: normal;
}

.result-listing .glyphicons-leaf, .result-ratetype .glyphicons-leaf {
    color: #008800;
    margin-right: 4px;
}

.result-etf {
    line-height: normal;
}

.result-etf span, .result-ETF span, .result-etf a, .result-ETF a {
    padding: 4px;
    font-size: 12px;
}

.searchResults .table th span.glyphicons {
    font-size: 11px;
    line-height: 1.8;
}

ul.faq-links li {
    margin-bottom: 1px;
    border-bottom: 1px solid #EEEEEE;
}

@media(min-width: 1201px) {

    .result-prices > .result-listing > div.result-price {
        font-size: 42px;
    }
}

@media(max-width: 1200px) {
    .result-prices > .result-listing {
        min-width: 150px;
    }

    .property-overview .deal-details div.deal-content div {
        display: block;
    }

    .property-overview .deal-content div label {
        display: block;
        text-align: left;
    }

    .property-overview .deal-price {
        font-size: 14px;
        min-width: 120px;
    }

    .offer-details {
        font-size: 18px;
    }

    .result-labels {
        display: none;
    }

    .result-prices > .result-listing > div.result-price {
        font-size: 4vw;
        height: 40vw;
    }

    .result-prices > .result-listing > div.result-price > small {
        fint-size: 14px;
        font-size: 1.5vw;
        line-height: 1.5vw;
    }
}

@media(max-width: 767px) {
    .home-banner {
        display: none;
    }

    .result-prices {
        display: block;
    }

    .result-prices > .result-listing, .result-prices > .result-listing:nth-child(2), .result-prices > .result-listing:nth-child(3) {
        margin: 2px 0px;
    }

    .result-prices > .result-listing > .result-price {
        border-radius: 5px 5px 0px 0px;
    }

    .result-prices > .result-listing:first-child > div:last-child, .result-prices > .result-listing:last-child > div:last-child, .result-prices > .result-listing:nth-child(2) > div:last-child {
        border-radius: 0px 0px 5px 5px;
    }

    .btn-signup {
        font-size: 12px;
    }

    .two-wide {
        display: block;
    }

    .download-view a.btn, .download-view a:hover {
        border-radius: 4px;
    }

    .view-contract {
        display: none;
    }

    .sign-contract .view-contract {
        padding-bottom: 50px;
    }

    .signature-block {
        margin-right: 3px;
    }

    .sign-contract {
        display: block;
    }

    .header-flex-right div.cart {
        margin-top: 0px;
    }

    .property-overview .deal-details div {
        white-space: normal;
    }

    .property-overview .deal-details div.deal-content {
        border-top: 1px solid #d0dde1;
        border-left: none;
    }

    .property div:last-child {
        min-width: 100px;
    }

    .property-overview .deal-details {
        display: block;
    }

    div.property-details .panel {
        margin-right: 0px;
    }

    div.property-bar {
        margin-bottom: 3px;
    }

    .form-group-wide {
        display: block;
    }

    .service-address-form .form-group-wide div {
        margin-top: 12px;
    }

    .service-address-form .form-group-wide div:first-child {
        margin-top: 0px;
    }

    div.property-form {
        display: block;
    }

    #navigation-sticky-wrapper {
        display: none;
    }

    td.result-supplier > img.supplier-logo {
        max-width: 10vw;
    }

    td.result-price {
        font-size: 12px
    }

    .result-tabs > li > a  {
        display: block;
        text-decoration: none;
        color: #303030;
        padding-left: 0px;
    }

    .result-tabs > li  {
        position: relative;
        float: left;
        background-image: none;
        width: auto;
        height: auto;
        z-index: 2;
        background-color: #DDDDDD;
    }

    .result-tabs > li:nth-child(2) {
        margin-left: 0px;
        z-index: 1;
    }

    .result-tabs > .active {
        background-image: none;
        background-color: #FFFFFF;
        z-index: 3;
    }

    div.searchResults {
        display: block;
    }
}
