.btn-primary, .navbar-custom .navbar-nav > li > a#topsubmit {
    transition: all .5s ease
}

body, html {
    height: 100%;
}

.navbar-home {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-home {
        border-radius: 0
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------*\
  Jumbotron
\*------------------------------------*/

.jumbotron {
    padding: 135px 0 135px 0;
    background: url("../svg/bckg-angled-home.svg") no-repeat 0 0;
    background-size: cover;
    background-color: transparent;
    margin-bottom: 0px;
    display: flex;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .jumbotron {
        padding: 45px 0 45px 0;
    }
}

.jumbotron__msg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
}
@media (max-width: 1199px) {
    .jumbotron__msg-container {
        width: 970px;
    }
}
@media (max-width: 991px) {
    .jumbotron__msg-container {
        width: 750px;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .jumbotron__msg-container {
        width: 100%;
        align-items: flex-start;
    }
}
.jumbotron__row {
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 511px;
}
@media (max-width: 991px) {
    .jumbotron__row {
        flex-wrap: wrap;
        min-height: auto;
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    .jumbotron__row {
        flex-wrap: wrap;
        min-height: auto;
        padding-top: 45px;
    }
}
@media (max-width: 415px) and (max-height: 736px) {
    .jumbotron__row {
        padding-top: 30px;
    }
}
.jumbotron__message {
    width: 65%;
    padding: 65px 30px 0 0;
}
@media (max-width: 1199px) {
    .jumbotron__message {
        width: 60%;
        padding: 65px 30px 0 0;
    }
}
@media (max-width: 991px) {
    .jumbotron__message {
        width: 100%;
        padding: 60px 30px 0 30px;
    }
}
@media (max-width: 767px) {
    .jumbotron__message {
        width: 100%;
        padding: 0px 30px 0 30px;
    }
}
.jumbotron__cta-card-container {
    width: 35%;
    padding: 0 0 0 30px;
    align-items: flex-start;
    overflow: visible;
}
@media (max-width: 1199px) {
    .jumbotron__cta-card-container {
        width: 40%;
        padding: 0 30px 0 30px;
    }
}
@media (max-width: 991px) {
    .jumbotron__cta-card-container {
        width: 100%;
        padding: 0 30px 0 30px;
    }
}
.jumbotron__cta-card:before {
    background-image: url("../img/icons-home/jumbotron-glow.png");
    position: absolute;
    top: -240px;
    left: -220px;
    width: 788px;
    height: 768px;
    content: "";
    z-index: 0;
    overflow: hidden;
}
.jumbotron__cta-card {
    position: relative;
    align-items: flex-start;
    border: 0px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 45px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 3px 3px 45px 0px rgba(0,0,0,0.30);
    box-shadow: 3px 3px 45px 0px rgba(0,0,0,0.30);
    background: #fff;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}
.jumbotron__cta-card__content {
    position: relative;
    z-index: 99;
}
.jumbotron__tab-content {
    padding: 45px 30px;
}
.jumbotron h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.35;
}
@media (max-width: 1199px) {
    .jumbotron h1 {
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    .jumbotron h1 {
        font-size: 42px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .jumbotron h1 {
        font-size: 36px;
        text-align: center;
        margin-top: 15px;
    }
}
.jumbotron h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
    line-height: 1.35;
}
@media (max-width: 991px) {
    .jumbotron h2 {
        text-align: center;
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .jumbotron h2 {
        font-size: 28px;
    }
}
.jumbotron p {
    color: #fff;
    margin-top: 30px;
}
p.jumbotron__ofgem-p {
    font-size: 18px;
}
@media (max-width: 991px) {
    p.jumbotron__ofgem-p {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    p.jumbotron__ofgem-p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
.jumbotron__ofgem-logo {
    margin-top: -4px;
    margin-right: 5px;
}
.retrieve-quote-container {
    text-align: center;
    margin-top: 15px;
}

.jumbotron__buttons {
    margin-top: 30px;
}
@media (max-height: 667px) {
    .jumbotron__buttons {
        margin-top: 30px;
    }
}

.jumbotron__tabs-container {

}
.jumbotron__tabs-container .nav-tabs {
    border-bottom: none;
}
.jumbotron__tab {
    width: 50%;
    text-align: center;
}
.nav > li > a.jumbotron__tab-link {
    padding: 15px 0 15px 0;
    font-weight: bold;
    border: none;
    margin-right: 0px;
    background: #0f69fd;
    color: #fff;
    border: none;
}
.nav > li > a.jumbotron__tab-link-domestic {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: inset -4px -4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset -4px -4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: inset -4px -4px 6px 0px rgba(0,0,0,0.1);
}
.nav-tabs > li.active > a.jumbotron__tab-link-domestic {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav > li > a.jumbotron__tab-link-business {
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: inset 4px -4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 4px -4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: inset 4px -4px 6px 0px rgba(0,0,0,0.1);
}
.nav-tabs > li.active > a.jumbotron__tab-link-business {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.nav-tabs > li.active > a.jumbotron__tab-link,
.nav-tabs > li.active > a.jumbotron__tab-link:hover,
.nav-tabs > li.active > a.jumbotron__tab-link:focus {
    color: #555555;
    border: none;
    background-color: #fff;
    border: none;
    cursor: default;
}
.nav-tabs > li.active > a.jumbotron__tab-link-business {

}
.ofgem-header-link:hover {
    text-decoration: underline;
    color: #fff;
}
.ofgem-header-link {
    text-decoration: none;
    color: #fff;
}
.bottom-hr {
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (min-width: 992px) {
    .phone-toggle {
        display: none;
    }
}
@media (max-width: 991px) {
    .logo-holder {
        text-align: center;
        padding-top: 15px;
    }
    .navbar-toggle {
        margin-right: 5px;
    }
    .navbar-brand {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 450px) {
    .navbar-brand img {
        max-width: 180px;
        height: auto;
    }
}
.phone-toggle {
    color: #ddd;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 2px 11px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 20px;
}
.phone-toggle .glyphicon {
    top: 3px;
}
.phone-toggle a {
    color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 15px;
    padding: 5px 5px 2px 5px;
    margin-top: 6px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: inherit;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
}
.navbar-custom .navbar-toggle:hover, .phone-toggle:hover  {
    background-color: #005aed;
}
.menu {
    font-size: 10px;
    color: #ddd;
    line-height: 10px;
}

/*------------------------------------*\
  Sections
\*------------------------------------*/
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* Sections where colored bckg stacks on colored backg look closer together than white on white, so extra top margin  */
.section-equal {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
.section--cards-slider {
    overflow: hidden;
    padding-top: 0;
}
@media (min-width: 1920px) {
    .section--cards-slider {
        max-width: 1880px;
        margin-left: auto;
        margin-right: auto;
    }
}
.section--title-only {
    margin-bottom: -60px;
}
@media (max-width: 991px) {
    .section--title-only {
        margin-bottom: -45px;
    }
}
.section--copy-half-left, .section--copy-half-right {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 60px;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .section--copy-half-left, .section--copy-half-right {
        margin-top: 45px;
    }
    .section--copy-half-left {
        margin-bottom: 0;
    }
    .section-equal {
        margin-top: 45px;
    }
}
@media (max-width: 1199px) {
    .top-mg-mobile {
        margin-top: 60px;
    }
}
.h1--section-title {
    margin-top: 0px;
    margin-bottom: 0px;
}
.h1-separator {
    background: #0f6aff;
    height: 2px;
    width: 40px;
    margin: 15px auto 0 auto;
}
.h1-separator--w-margin {
    margin-bottom: 80px;
}
.hp-icon {
    width: 50px;
    margin-bottom: 25px;
}


/*------------------------------------*\
  Content slider
\*------------------------------------*/

/*--------------------------*\
  Slick Slider overrides
\*--------------------------*/
.content-slider .slick-track {
    padding: 60px 0 30px 0 !important;;
}
@media (max-width: 767px) {
    .content-slider .slick-track {
        padding: 40px 0 30px 0 !important;;
    }
}
.content-slider .slick-dots li {
    margin: 0 !important;;
}
.content-slider .slick-dots li button:before {
    font-size: 36px !important;
}

.content-card {
    border: 0px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
}
.content-card__title {
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.content-card__title--1 {
    background: #11e5ad;
}
.content-card__title--2 {
    background: #20e5a5;
}
.content-card__title--3 {
    background: #2de69e;
}
.content-card__title--4 {
    background: #41e894;
}
.content-card__title--5 {
    background: #4fe98d;
}
.content-card__title--6 {
    background: #5eea85;
}
.content-card__title--7 {
    background: #6feb7c;
}
.content-card__title--8 {
    background: #7aeb76;
}
.content-card__title--9 {
    background: #87ec70;
}
.content-card__title--10 {
    background: #98ed67;
}



.content-card__body {
    padding: 15px;
}
.content-card__header {
    padding: 0;
    margin: 0;
}
h4.content-card__header {
    margin-bottom: 10px;
}
.content-card__header-image-holder {
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-width: 437px;
    max-height: 203px;
}
.content-card__header-image {
    width: 100%;
    height: 100%;
}

/* position read more link at bottom */
.slick-slide {
    position: relative;
    padding-bottom: 15px;
}
.read-more {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
}


/*--------------------------*\
  Slider with image headers
\*--------------------------*/

.img-title {
    height: 120px;
}
.img-title--bckg-power--2 {
    background: url("https://energylinx2.imgix.net/global/landing/bulbs-2.jpg?w=400&auto=format%2Ccompress&s=6c5f83525ec5ac078f20f291ddb6db62");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-title--bckg-power--3 {
    background: url("https://energylinx2.imgix.net/global/landing/bulbs-3.jpg?w=400&auto=format%2Ccompress&s=ab026facbd82ef730a6cec305abed0aa");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-title--bckg-invoice {
    background: url("https://energylinx2.imgix.net/global/landing/invoice.jpg?w=400&auto=format%2Ccompress&s=c721aeb8820b90d68707bbf775017c41");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-title--bckg-time {
    background: url("https://energylinx2.imgix.net/global/landing/time.jpg?w=400&auto=format%2Ccompress&s=4e583f4cb12b9e026766b4ae275d3908");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-title--bckg-round-lamps {
    background: url("https://energylinx2.imgix.net/global/landing/round-lamps.jpg?w=400&auto=format%2Ccompress&s=9f3b8e230260f98677ca795257ce277f");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-title--bckg-pizza {
    background: url("https://energylinx2.imgix.net/global/landing/pizza.jpg?w=400&auto=format%2Ccompress&s=54c7cd25761a700be90bb20ccdfab939");
    background-repeat: no-repeat;
    background-size: cover;
}
.img-title--bckg-sparklers {
    background: url("https://energylinx2.imgix.net/global/landing/sparklers.jpg?w=400&auto=format%2Ccompress&s=75fc1a17a48d4749bf2b15c898ed22a2");
    background-repeat: no-repeat;
    background-size: cover;
}



/*------------------------------------*\
  Additional content sections
\*------------------------------------*/

/*--------------------------*\
  CTA sections
\*--------------------------*/
.section-cta {
    text-align: center;
}
.bckg-img--primary {
    background: url("../img/icons-home/poly-backie-blue.jpg") no-repeat 0 0;
}
.bckg-img--secondary {
    background: url("../img/icons-home/poly-backie-green.jpg") no-repeat 0 0;
}
.row--bckg-img {
    padding: 90px 0 90px 0;
    background-size: cover;
    background-color: transparent;
    margin-bottom: 0px;
    display: flex;
    overflow: hidden;
    color: #fff;
}
.section-cta__h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 700;
}
.section-cta__h2 {
    margin: 15px 0 30px 0;
    padding: 0;
}

/*--------------------------*\
  Copy sections
\*--------------------------*/
.bckg-img--abstract-1 {
    background: url("../img/icons-home/poly-backie-blue.jpg") no-repeat 0 0;
}
.bckg-img--abstract-2 {
    background: url("../img/icons-home/poly-backie-green.jpg") no-repeat 0 0;
}
.bckg-img--foto-1 {
    background: url("../img/icons-home/bckg-1.jpg") no-repeat 0 0;
}
.bckg-img--foto-2 {
    background: url("../img/icons-home/bckg-1.jpg") no-repeat 0 0;
}
.bckg-img--foto-beginning {
    background: url("../img/icons-home/beginning.jpg") no-repeat 0 0;
    background-position: right -180px !important;
}
.bckg-img--foto-switch {
    background: url("https://energylinx2.imgix.net/global/landing/switch.jpg?w=1200&auto=format%2Ccompress&s=1fe7da08f62e4ecadbd982ab6f78a1a1") no-repeat 0 0;
}
.bckg-img--solar-panels {
    background: url("../img/hp-images/solar-panels.jpg") no-repeat 0 0;
}
.bckg-img--bills {
    background: url("../img/hp-images/holding-paper.jpg") no-repeat 0 0;
}
.bckg-img--bulbs {
    background: url("../img/hp-images/bulbs.jpg") no-repeat 0 0;
}
.bckg-img--high-voltage {
    background: url("../img/hp-images/high-voltage-lines.jpg") no-repeat 0 0;
}
.bckg-img--cooking {
    background: url("../img/hp-images/cooking.jpg") no-repeat 0 0;
}
@media (max-width: 991px){
    .bckg-img--solar-panels,
    .bckg-img--bills,
    .bckg-img--bulbs,
    .bckg-img--high-voltage {
        background-position: center center;
    }
    .bckg-img--cooking {
        background-position: center -65px;
    }
}
@media (min-width: 668px) and (max-width: 991px){
    .bckg-img--foto-switch {
        background: url("https://energylinx2.imgix.net/global/landing/switch.jpg?w=1200&auto=format%2Ccompress&s=1fe7da08f62e4ecadbd982ab6f78a1a1") no-repeat 0 -160px;
    }
}
.bckg-img--foto-promise {
    background: url("https://energylinx2.imgix.net/global/landing/promise.jpg?w=1200&auto=format%2Ccompress&s=c05a00d1289c8ae5970f6d357095c1f3") no-repeat 0 0;
}
@media (min-width: 768px) and (max-width: 991px){
    .bckg-img--foto-promise {
        background: url("https://energylinx2.imgix.net/global/landing/promise.jpg?w=1200&auto=format%2Ccompress&s=c05a00d1289c8ae5970f6d357095c1f3") no-repeat 0 -160px;
    }
}
@media (max-width: 767px){
    .bckg-img--foto-promise {
        background: url(".https://energylinx2.imgix.net/global/landing/promise.jpg?w=1200&auto=format%2Ccompress&s=c05a00d1289c8ae5970f6d357095c1f3") no-repeat 0 -40px;
    }
}

.bckg-img--foto-promise-2 {
     background: url("https://energylinx2.imgix.net/global/landing/promise-2.jpg?w=1200&auto=format%2Ccompress&s=73cea9d6940a3b03bd8c7cf129d189b5") no-repeat 0 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    .bckg-img--foto-promise-2 {
        background: url("https://energylinx2.imgix.net/global/landing/promise-2.jpg?w=1200&auto=format%2Ccompress&s=73cea9d6940a3b03bd8c7cf129d189b5") no-repeat 0 0;
    }
}
@media (max-width: 767px){
    .bckg-img--foto-promise-2 {
        background: url("https://energylinx2.imgix.net/global/landing/promise-2.jpg?w=1200&auto=format%2Ccompress&s=73cea9d6940a3b03bd8c7cf129d189b5") no-repeat 0 -20px;
    }
}
.bckg-img--foto-mum {
    background: url("../img/icons-home/mum.jpg") no-repeat 0 0;
}
.bckg-img--foto-kitchen {
    background: url("https://energylinx2.imgix.net/global/landing/kitchen.jpg?w=1200&auto=format%2Ccompress&s=69bdc5855393bfadea5e785d015fd7e6") no-repeat 0 0;
}

@media (min-width: 768px) and (max-width: 991px){
    .bckg-img--foto-kitchen {
        background: url("https://energylinx2.imgix.net/global/landing/kitchen.jpg?w=1200&auto=format%2Ccompress&s=69bdc5855393bfadea5e785d015fd7e6") no-repeat 0 -120px;
    }
}
.mobile-bckg, .mobile-bckg--foto {
    display: none;
}

@media (max-width: 991px) {
    .mobile-bckg {
        display: block;
        background-size: 100%;
        height: 30px;
    }
    .mobile-bckg--foto {
        height: 180px;
    }
}
.section--copy-half-left {
    background-size: 50%;
    background-position: right;
    background-color: #F9F9FA;
    margin-bottom: 0;
}
.section--copy-half-right {
    background-size: 50%;
    background-position: left;
    background-color: #F9F9FA;
    margin-top: 0;
}
@media (max-width: 991px) {
    .section--copy-half-left {
        background-image: none;
    }
    .section--copy-half-right {
        background-image: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .section--copy-half-left {
        background-size: 80%;
        background-position: 50vw;
        background-color: #F9F9FA;
    }
    .section--copy-half-right {
        background-size: 80%;
        background-position: -30vw;
        background-color: #F9F9FA;
    }
    .section--left-alt-md {
        background-size: 100%;
        background-position: 65vw;
        background-color: #F9F9FA;
    }
    .section--right-alt-md {
        background-size: 100%;
        background-position: -65vw;
        background-color: #F9F9FA;
    }
}
.copy-block-container {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .copy-block-container {
        padding-top: 45px;
    }
}
.row-copy--half {
    padding: 0;
}
@media (max-width: 991px) {
    .row-copy--half {
        padding: 45px 0 45px 0;
    }
}
@media (min-width: 992px) {
    .copy-holder--left {
        padding: 60px 60px 60px 0;
    }
    .copy-holder--right {
        padding: 60px 0 60px 60px;
    }
}

.fa--copy-block {
    font-size: 48px;
    color: #0f6aff;
}
.row--copy-block {
    margin-top: 90px;
}
@media (max-width: 991px) {
    .col--copy-block {
        margin-top: 45px;
    }
}

.section-copy__h1 {
    margin: 0 0 30px 0;
    padding: 0;
}

/*--------------------------*\
  Icon sections
\*--------------------------*/
.icon-container-row {
     flex-wrap: wrap;
     margin-top: 40px; /* not 60px because icon images have 15px padding inside image */
 }
@media (max-width: 991px) {
    .icon-container-row {
        margin-top: 30px; /* not 60px because icon images have 15px padding inside image */
    }
}
.domestic-icon-container, .business-icon-container {
    flex-basis: 20%;
    max-width: 380px;
    padding: 0 15px 0 15px;
}
.justify-content-center {
    justify-content: center;
}
.btn {
    transition: all .3s;
    font-weight: bold;
}
.btn--cta-big {
    min-width: 200px;
    max-width: 280px;
    padding: 15px 30px 15px 30px;
    border-radius: 28px;
}
.btn--cta-small {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 220px;
    max-width: 330px;
    padding: 15px 30px 15px 30px;
    border-radius: 38px;
}
.btn--gradient {
    border: none;
    color: #11500e !important;
    background-image: linear-gradient(-120deg, #a3ee61 0%, #09e4b1 100%);
}
.btn--transparent {
    border: solid 2px #fff;
    color: #fff;
    background-image: none;
    background: transparent;
}
.btn--transparent-brand {
    border: solid 2px #0f6aff;
    color: #0f6aff;
    background-image: none;
    background: transparent;
}
.btn--transparent-brand:hover {
    border: solid 2px #0f6aff;
    color: #0f6aff;
    background-image: none;
    background: transparent;
}
.btn--block {
    display: block;
    width: 100%;
    max-width: 100%;
}
.btn--jumbotron {
    font-weight: bold;
    font-size: 18px;
    min-width: 200px;
    z-index: 999;
}
@media (max-width: 990px) {
    .panel .btn--gradient {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .panel .btn--gradient {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .panel .btn--gradient {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.btn--gradient:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12)
}
.btn--gradient:focus, .btn--gradient:active {
    background-image: linear-gradient(120deg, #a3ee61 0%, #09e4b1 100%);
}
.btn--cta__fuel {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.btn--cta__customer {
    display: block;
}
.btn .fa-chevron-down {
    display: block;
    float: right;
    margin-top: 4px;
}


.efb-link-container {
    margin-top: 15px;
}
.slider p.efb-link-p {
    font-size: 20px;
}
.efb-link {
    color: #fff;
    text-decoration: underline;
}
#fuel-icons img {
    margin-left: auto;
    margin-right: auto;
}


#recall-previous {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0
}

#supplier-container {
    margin-top: -25px;
    background: transparent;
    z-index: 1000;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}
@media (max-width: 991px) {
    #supplier-container {
        margin-top: 0px;
    }
}

#supplier-container img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=70);
    opacity: .7;
}

.supplier-holder {
    width: 100px;
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
    margin-left: 21px;
    margin-right: 21px;
    font-size: 10px;
    line-height: 10px
}

@media (min-width: 568px) and (max-width: 599px) {
    .supplier-holder {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .supplier-holder {
        margin-left: 22px;
        margin-right: 22px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .supplier-holder {
        margin-left: 28px;
        margin-right: 28px
    }
}

.carousel-indicators {
    display: none
}

.find-out-more {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 991px) {
    .find-out-more {
        margin-bottom: 45px;
    }
}
@media (max-width: 1199px) {
    .find-out-more {
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .find-out-more {
        margin-top: 30px;
    }
}

#more-info h3 {
    margin-top: 0
}

#more-info {
    background: #fff
}

.icon-holder-2 {
    display: block;
    float: left;
    margin-right: 30px;
    font-size: 24px;
    margin-top: 20px
}

.panel-default > .panel-heading {
    background-image: none;
    filter: none;
    color: #333;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    position: relative;
    border-top: 0;
    padding-left: 0px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
    background: #fff;
    padding-left: 55px;
    padding-top: 15px
}

@media (max-width: 767px) {
    .icon-holder-2 {
        margin-top: 0
    }

    .panel-group .panel-heading + .panel-collapse .panel-body {
        padding-left: 15px
    }
}

.panel-title {
    font-weight: 400
}

.panel a:focus, .panel a:hover {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: 0;
    outline-offset: 0
}

#more-info p {
    font-size: 14px
}

.navbar-custom .navbar-nav > li > a#topsubmit:focus, .navbar-custom .navbar-nav > li > a#topsubmit:hover {
    color: #fff;
    background-color: #ac2925;
    outline: 0;
    outline-offset: 0
}

#reviewstars img {
    display: inline-block;
    margin-right: 5px
}

#reviews-container {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 2px solid #ddd
}

#more-info p#posted, #more-info p#reviewcontent {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

#more-info p#reviewcontent {
    font-size: 16px;
    padding-top: 10px
}

#more-info p#posted {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    color: #666;
    font-style: italic
}
.text-holder p {
    padding-left: 90px
}
#guarantee {
    clear: left;
    margin-top: 60px;
}


@media (max-width: 767px) {
    #ofgem-guarantee p {
        padding-bottom: 30px
    }
}

#promo-15 {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100
}
#retrieve-modal p {
    margin-bottom: 30px;
}
#retrieve-modal .clearfix {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    #ofgem-mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .ofgem-mobile {
        display: block;
    }
}

/* Custom Input Style */

.jumbotron__form-wrapper h2, jumbotron__form-wrapper .h2 {
    font-size: 26px;
}
h3.h3-consent {
    font-size: 20px;
    font-weight: bold;
}
.ul-custom {
    list-style: none;
    margin: 30px 0 15px 37px;
}
@media (max-width: 767px) {
    .ul-custom {
        margin: 30px 0 15px 2px;
    }
}
.ul-custom li {
    position: relative;
    display: block;
    line-height: 1.4;
    min-height: 36px;
}
li.check-circled {
    padding-left: 14px;
}
li.check-circled:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    left: -25px;
    top: -8px;
    display: block;
    position: absolute;
    text-align: center;
    line-height: inherit;
    color: #b4b4b4;
}


.consent-wrapper {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}
.consent-wrapper:last-child {
    margin-bottom: 0px !important;
}
.hr-consent {
    margin: 10px 15px 30px 15px;
}
.form-check {
    margin-left: 30px;
}
.consent-subset {
    margin: 15px 0 30px 40px;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

.consent-subset .subset-label {
    display: block;
    margin-left: 34px;
    margin-bottom: 15px;
}


@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-50%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-50%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

.form-check label {
    display: block;
    position: relative;
    font-weight: normal;
    line-height: 1.6;
    vertical-align: middle;
    margin-bottom: 0px;
    cursor: pointer;
    padding-left: 10px;
    height: auto;
    margin-bottom: 19px;
    font-size: 16px;
}
.form-check label.label-single {
    min-height: auto;
}
.jumbotron__form-wrapper input[type="checkbox"], .jumbotron__form-wrapper input[type="radio"]{
    position: absolute;
    right: 9000px;
}

/*Check box*/
.jumbotron__form-wrapper input[type="checkbox"] + .label-text:before{
    content: "\f0c8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    line-height: 24px;
    -webkit-font-smoothing:antialiased;
    display: block;
    position: absolute;
    left: -30px;
    top: -8px;
    font-size: 29px;
    margin-top: 4px;
    color: #b4b4b4;
}

.jumbotron__form-wrapper input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #0f6aff;
    animation: effect 250ms ease-in;
}

.jumbotron__form-wrapper input[type="checkbox"]:disabled + .label-text{
    color: #aaa;
}

.jumbotron__form-wrapper input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}
.jumbotron__form-wrapper input[type="checkbox"]:checked + .label-text {
    font-weight: bold;
}

/*Radio box*/

.jumbotron__form-wrapper input[type="radio"] + .label-text:before{
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    display: block;
    position: absolute;
    left: -30px;
    top: -3px;
    font-size: 27px;
    margin-top: 1px;
    color: #b4b4b4;;
}

.jumbotron__form-wrapper input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #0f6aff;
    animation: effect 250ms ease-in;
    font-weight: 300;
}

.jumbotron__form-wrapper input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.jumbotron__form-wrapper input[type="radio"]:disabled + .label-text:before{
    content: "\f111";
    color: #ccc;
}

.jumbotron__form-wrapper input[type="radio"]:checked + .label-text {
    font-weight: bold;
}

.input-lg.postCode {
    margin-bottom: 30px;
}

/*Radio Toggle*/

.jumbotron__form-wrapper .toggle input[type="radio"] + .label-text:before{
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
}

.jumbotron__form-wrapper .toggle input[type="radio"]:checked + .label-text:before{
    content: "\f205";
    color: #16a085;
    animation: effect 250ms ease-in;
}

.jumbotron__form-wrapper .toggle input[type="radio"]:disabled + .label-text{
    color: #aaa;
}

.jumbotron__form-wrapper .toggle input[type="radio"]:disabled + .label-text:before{
    content: "\f204";
    color: #ccc;
}


@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.form-check + p {
    margin-top: 30px;
}
.jumbotron__form-wrapper .alert.alert-danger {
    margin-top: -15px;
    margin-bottom: 30px;
}

/* Homepage sections */

.section-business-info {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F9F9FA;
}
@media (max-width: 767px) {
    .section-business-info {
        padding-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-business-info {
        padding-top: 45px;
    }
}

.section-business-info h1 {
    margin-top: 0;
}
@media (max-width: 991px) {
    .section-business-info h1 {
        font-size: 32px;
    }
}


/*------------------------------------*\
  footnotes
\*------------------------------------*/

hr.footnotes-hr {
    margin-bottom: 15px;
}


/*------------------------------------*\
  Utilities and helpers
\*------------------------------------*/
.d-flex {
    display: flex;
}
.space-evenly {
    justify-content: space-evenly;
}
.tab-content > .active {
    outline: none;
    outline-width: 0;}
.btn:focus, .btn:active {
    outline: none;
    outline-width: 0;
}
.find-out-more__buttons {
    outline: none;
    outline-width: 0;
}
@media (max-width: 1350px) {
    .icon-mobile-separator {
        width: 100%;
        display: block;
        border-top: none;
    }
}
.no-padding-x {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .copy-padding-right {
        padding-right: 75px;
    }

    .copy-padding-left {
        padding-left: 75px;
    }
}
.no-margin-bottom {
    margin-bottom: 0;
}
.bckg-gray-light {
    background: #F9F9FA;
}

