/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(51,27): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(225,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(329,27): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(597,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(623,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(696,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(2831,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(2862,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
(2868,23): run-time error CSS1039: Token not allowed after unary operator: '-secondaryfontfamily'
 */
:root {
    --secondaryfontfamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: Arial, sans-serif;
}

.static-content a {
    color: #0463ac;
}

body {
    margin: auto;
    color: #000000;
    font-size: 16px;
}

a {
    color: #0463ac;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

button#sub-navigation-submit:disabled {
    opacity: 1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1330px;
    }
}
/*Header*/
#ff-logo {
    margin: 10px 0 30px;
}

.account-wrapper {
    position: relative;
}

header .header-contact-bar {
    background: linear-gradient(to right, #15263D, #6FB2EE);
}

    header .header-contact-bar a {
        font-family: var(--secondaryfontfamily) !important;
        font-size: 17px;
    }

        header .header-contact-bar a::after, .quotestaticlinks a::after {
            content: "|";
            font-size: 18px;
            padding: 0 12px 0 8px;
        }

        header .header-contact-bar a:last-of-type::after, .quotestaticlinks a:last-of-type::after {
            content: "";
        }

        header.header-no-nav .header-contact-bar a:last-of-type::after, .quotestaticlinks a:last-of-type::after {
            visibility: hidden;
            display: contents;
            width: 0;
        }


.quotestaticlinks a::after {
    color: #14253e;
}


header #quick-links {
    list-style-type: none;
    text-align: right;
}

    header #quick-links li {
        display: inline-block;
        border-right: 1px solid #14253e;
        color: #14253e;
        font-size: 13px;
        line-height: 1;
    }

        header #quick-links li a {
            display: inline-block;
            padding: 0 12px;
            color: #14253e;
            font-size: 16px;
            line-height: 1;
        }

        header #quick-links li:last-of-type {
            border-right: 0;
        }

        header #quick-links li.green-link, header #quick-links li.green-link a {
            color: #0463ac;
        }

header .fa.fa-user-o, header .fa.fa-phone {
    font-size: 37px;
}

header .hidenavigationactive a em {
    font-size: 27px !important;
}

header .header-getaquote {
    background-color: #F2871F;
    border-radius: 27px;
    width: 208px;
    height: 54px;
}

    header .header-getaquote button {
        font-size: 17px !important;
    }

#website-navigation {
    color: #15263D;
    padding: 0;
}

@media(max-width:767px) {
    #website-navigation {
        background-color: #FFF;
    }
}

#website-navigation .mobile-close {
    display: none;
}

.gaevent-account {
    color: #14253e !important;
}

.gaevent-contact {
    color: #14253e !important;
}

/* Quote box styles */
.quote-box-wrapper .field-label {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 100%
}

.quote-box-wrapper .form-check {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.quote-box-wrapper .form-check-label {
    padding-left: 0.5rem;
    font-size: 16px;
}

.quote-box-wrapper #newsletter-text {
    display: block;
}

.quote-box-wrapper input {
    border-color: #A5A9AF;
}

#domestic-tab, #commerical-tab, #agricultural-tab {
    font-size: 17px;
    text-transform: uppercase;
}

#agricultural-tab {
    border-radius: 0 10px 0px 0px !important;
}

#domestic-tab {
    border-radius: 10px 0px 0px 0px !important;
}

#commerical-tab {
    border-radius: 0px !important;
}

    #domestic-tab.active, #commerical-tab.active, #agricultural-tab.active {
        border-radius: 10px 10px 0px 0px !important;
    }



.quote-box-wrapper #submit-form-btn-domestic,
.quote-box-wrapper #submit-form-btn-commercial,
.quote-box-wrapper #submit-form-btn-agri {
    background-color: #F2871F !important;
    color: #ffffff;
    height: 52px;
    font-size: 24px;
    font-weight: normal !important;
    border: 3px solid #ffffff !important;
    border-radius: 24px;
    display: inline-block !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
}

#newsletter-text {
    font-size: 17px;
    text-transform: none;
    line-height: 1rem;
}

.quote-box-wrapper #submit-form-btn:hover {
    background-color: #97cb52 !important;
}

.header-quote-wrapper, .header-quote-wrapper h3, .header-quote-wrapper span, .header-quote-wrapper button {
    font-family: var(--secondaryfontfamily) !important;
}

#header_carousel .carousel-inner {
    max-height: 720px;
}

.header-quote-wrapper ul {
    display: flex;
    align-items: self-end;
}

#domestic-tab.active, #commerical-tab.active, #agricultural-tab.active {
    padding-top: 15px !important;
    padding-bottom: 13px !important;
}

@media(max-width: 768px) {
    .quote-box-wrapper .form-check {
        padding-left: 1.25rem;
    }
}

@media(max-width: 576px) {
    .quote-box-wrapper .row {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .quote-box-wrapper .form-check {
        padding-left: 0;
    }

    .header-quote-wrapper ul .nav-link {
        padding: 0.5rem 0 !important;
    }
}

/* animation styles for when clicking get quote */
.header-quote-wrapper {
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.8s ease;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.scale-up-quoteanimation {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: none !important;
}


.btn-shake {
    transition: transform 0.3s ease-in-out;
}

    .btn-shake:hover {
        animation: jiggle 0.5s 4; /* 0.5s duration per iteration, 4 iterations for a total of 2 seconds */
    }


@keyframes jiggle {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-5px) rotate(-5deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(-5px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* End Quote box styles */

@media(max-width:992px) {
    #website-navigation .mobile-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .mobileherobackground {
        background-color: #C7CEB6;
    }
}

#navbarNavDropdown li {
    display: flex;
    font-size: 16px;
    align-items: center;
}

    #navbarNavDropdown li a {
        font-family: var(--secondaryfontfamily) !important;
        padding: 0 15px;
        line-height: 1;
        font-size: 20px;
        color: #15263D;
    }

    #navbarNavDropdown li:last-of-type a {
        padding-right: 15px;
    }

    #navbarNavDropdown li:first-of-type a {
        padding: 0 17px 0 15px;
        border-left: 0;
    }

    #navbarNavDropdown li.home-item a {
        font-size: 30px;
    }

    #navbarNavDropdown li a {
        color: #15263D;
        font-size: 16px;
        font-weight: normal;
    }

#navbarNavDropdown .fa-star {
    color: #222328;
    padding: 0px 5px;
}

.buyinggroup {
    padding-left: 0px;
}


#navbarNavDropdown .navbar-nav {
    width: 100%;
}

@media(max-width:1380px) {
    #navbarNavDropdown li a {
        padding: 0 13px;
    }

    #navbarNavDropdown li:first-of-type a {
        padding-right: 13px;
    }
}

@media(max-width:992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #navbarNavDropdown li a {
        padding: 0 12px;
    }

    header #quick-links li {
        font-size: 12px;
    }

        header #quick-links li a {
            padding: 0;
            font-size: 14px;
        }
}

@media (min-width: 768px) and (max-width:827px) {
    #navbarNavDropdown li a {
        padding: 0 10px;
    }
}

.icon-box {
    font-size: 28px;
}

@media(max-width:992px) {
    nav#website-navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 80%;
        left: -80%;
        z-index: 9999999999;
        overflow: auto;
        align-items: flex-start;
        -moz-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        -webkit-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all;
    }

        nav#website-navigation.active {
            left: 0;
            background: #ffffff;
        }

    #navbarNavDropdown {
        align-items: flex-start;
    }

        #navbarNavDropdown .navbar-nav {
            flex-wrap: wrap;
        }

        #navbarNavDropdown li {
            width: 100%;
        }

            #navbarNavDropdown li a, #navbarNavDropdown li:first-of-type a {
                border-left: 0;
                padding: 15px 0;
                font-size: 13px;
                border-bottom: 1px solid darkgrey;
                width: 100%;
            }

    .icon-box a {
        color: #0463ac;
    }

    #ff-logo img {
        max-width: 100%;
        margin: 0;
        max-height: 50px;
    }

    #open-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0, 0.6);
        z-index: 9999999998;
        display: none;
    }

        #open-nav.active {
            display: block;
        }
}

header #quick-links li.TodaysHeatingPricesLI .TodaysHeatingPrices {
    display: none;
}

header #quick-links li.TodaysHeatingPricesLI {
    max-width: 580px;
    margin-top: -2px;
}

    header #quick-links li.TodaysHeatingPricesLI .slick-initialized {
        display: inline-block;
    }

.navbar-expand > .container.p-15 {
    padding: 0 15px;
}

#sub-navigation {
    background: #14253e;
    font-size: 16px;
}

.sub-nav {
    padding: 13px
}


#sub-navigation .btn.btn-success,
#mobile-newsletter .btn.btn-success,
#alertModal .btn.btn-success {
    background-color: #8DC73F !important;
    text-transform: uppercase;
    padding: 4px 20px 3px 20px;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
    border-radius: 3px;
    height: 100%;
    border-color: #8DC73F !important;
}

#alertModal {
    z-index: 99999;
}

#sub-navigation .form-control, #mobile-newsletter .form-control {
    padding: 6px 12px;
    font-weight: bold;
    font-size: 15px;
}

#sub-navigation .promo-message a {
    color: #0463ac;
    align-self: center;
    width: 100%;
    font-weight: bold;
}

    #sub-navigation .promo-message a em {
        font-size: 26px;
    }

#sub-navigation .promo-message {
    display: flex;
}

#sub-navigation span {
    color: #ffffff;
    padding: 16px 15px;
    float: left;
}

span.hover {
    background-color: #0463ac;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.newsletterhome {
    margin-top: 11px;
}

.homenav {
    margin-top: 20px;
}

    .homenav a {
        color: #ffffff;
    }

@media(max-width:767px) {
    .homenav {
        margin-top: 0px;
    }

    #sub-navigation span {
        color: #ffffff;
        padding: 12px 10px;
        float: left;
    }




    .noPaddingLeft {
        padding-left: 10px !important;
    }

    .icon-boxhome {
        padding: 0px 10px;
    }
}


/*Footer*/
footer {
    background-color: #14253e;
    padding: 50px 0;
    font-family: var(--secondaryfontfamily) !important;
}


.footerlogos {
    text-align: right;
}

footer .footer-title {
    text-transform: uppercase;
    color: white;
    margin-bottom: 30px;
}

footer .footer-links ul li {
    list-style-type: none;
}

footer .footer-links p {
    margin-bottom: 10px;
}

footer .footer-links a, footer .footer-links {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-family: var(--secondaryfontfamily);
}

.email {
    text-transform: none !important;
}

footer .footer-payment-social {
    margin-top: 15px;
}

    footer .footer-payment-social a {
        color: white;
        font-size: 20px;
        margin-right: 10px;
    }

footer .footer-hr {
    border-color: #4d4e52;
    margin: 2rem 0;
}

footer #back-to-top {
    position: absolute;
    color: white;
    right: 15px;
    padding: 5px 10px 20px;
    bottom: 16px;
    background: #4d4e52;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: -35px 0;
}

.footer-privacy, .footer-privacy a {
    color: white;
}

    .footer-privacy p {
        margin-bottom: 6px;
    }

@media(min-width:768px) {
    .footer-payment-social {
        text-align: right;
    }

    .two-column-list li {
        padding-right: 5px;
    }
}

@media(max-width:767px) {
    #contact-section, #information-section {
        display: none;
        margin-bottom: 30px;
    }

        #contact-section.reveal, #information-section.reveal {
            display: block;
        }
}

span.notransform {
    text-transform: none;
}

img.footerimg {
    margin-left: 10px;
}

.address-section-mobile {
    line-height: 2;
    font-family: var(--secondaryfontfamily);
}

/* Quote Box */
.quote-box-header {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px;
    background: #0463ac;
    position: relative;
}

@media(max-width:767px) {
    .quote-box-header {
        font-size: 22px;
    }
}

.quote-box-form {
    padding: 30px 10px 10px;
    background: #eeeeee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quote-box-label {
    font-size: 12px;
    text-transform: uppercase;
    width: 100px;
    float: left;
    padding-top: 10px;
    font-weight: bold;
}

.quote-box-field {
    font-size: 12px;
    text-transform: uppercase;
    width: 290px;
    float: left;
    max-width: 100%;
}

@media(max-width:1340px) {
    .quote-box-field {
        width: 270px;
    }

    #sub-navigation {
        font-size: 13px;
        font-weight: normal;
    }
}

@media(max-width:767px) {
    .quote-box-container {
        padding: 0;
    }

    .quote-box-field {
        width: 100%;
    }

    .quote-box-form {
        border-radius: 0;
        padding-bottom: 50px;
    }
}

#homepage-banner h1 {
    font-size: 45px;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px #000;
    margin-top: 180px;
}

.quote-form-row {
    display: flex;
}

span.bg-button {
    color: #ffffff !important;
    margin-top: 10px !important;
    padding: 12px 80px;
}

    span.bg-button a {
        color: #ffffff !important;
        margin-top: 10px !important;
    }


@media (max-width:768px) {
    #homepage-banner h1 {
        font-size: 25px;
        margin-bottom: 20px;
        color: white;
        font-weight: bold;
        text-shadow: 2px 2px #000;
        margin-top: 180px;
    }
}


@media(min-width:768px) and (max-width:1200px) {
    .quote-box-label {
        margin-right: 10px;
    }

    .quote-box-field {
        width: 100%;
    }

    #homepage-banner h1 {
        font-size: 44px;
    }

    .quote-box-header {
        font-size: 30px;
    }
}

#homepage-banner h2 {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

/* Reasons Section */

@media(min-width:1251px) {
    .col-lg-20 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
        max-width: 20%;
    }
}

@media(min-width: 992px) and (max-width: 1250px) {
    .col-md-33 {
        width: 33%;
        flex: 33%;
        float: left;
        max-width: 33%;
    }
}

#reasons h2 {
    color: #313f5f;
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 30px;
}

.reason-box-text {
    font-size: 13px;
}


@media(max-width:767px) {
    #reasons h2 {
        font-size: 18px;
        margin: 20px 0;
    }

    .reason-box {
        display: flex;
        margin-bottom: 5px;
        width: 100%;
    }

    .reason-box-image {
        width: 60px;
        margin-right: 15px;
    }

    .reason-box-text {
        align-self: center;
    }

    .reason-box-content {
        display: none;
    }

    .reason-icons {
        max-width: 400px;
        margin: auto;
    }
}

.reason-box-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0;
}

.last-reason-box {
    font-weight: bold;
    line-height: 26px;
}

@media(min-width:768px) {
    div #reasons {
        padding: 40px 0;
    }

    .reason-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    .reason-box {
        padding: 15px;
    }
}
/* Footer Img Section */
#footer-img {
    background-color: #0463ac;
    padding: 50px 0;
}

    #footer-img img {
        max-width: 100%;
    }

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:disabled, .btn-success.disabled, .btn-success[disabled] {
    border-color: #8DC73F !important;
    background-color: #8DC73F !important;
    -webkit-appearance: none !important;
}


.chevron-circle {
    font-size: 12px;
    border: 1px solid;
    border-radius: 100%;
    padding: 6px 7px 5px 8px;
    float: right;
}

.quote-box-form .btn {
    padding: 12px 8px;
}

.quote-box-header:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0463ac;
    bottom: -10px;
    margin-left: -10px;
}

.homepage-banner-text {
    text-transform: uppercase;
    font-weight: bold;
}


.quote-box-holder {
    width: 413px;
}

.no-wrap {
    flex-wrap: nowrap;
}

button.btn.btn-success.green-btn {
    background-color: #0463ac;
    border-color: #0463ac;
    padding: 10px 70px;
}

/* Loyalty Section */

#loyalty {
    background-color: #eeeeee;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

@media(min-width:1200px) {
    #loyalty .container {
        max-width: 1000px;
    }
}

#loyalty .loyalty-benefits {
    color: #313f5f;
}

    #loyalty .loyalty-benefits p {
        margin-bottom: 5px;
        color: #313f5f;
    }

    #loyalty .loyalty-benefits ul {
        padding-left: 0;
        list-style-type: none;
    }

        #loyalty .loyalty-benefits ul li .bullet {
            width: 10px;
            height: 10px;
            margin-right: 10px;
            background: #313f5f;
            border-radius: 100%;
            display: inline-block;
            align-self: center;
        }

.loyalty-footer {
    margin-top: 30px;
    font-size: 13px;
    color: #313f5f
}

    .loyalty-footer .btn {
        font-size: 16px;
        font-weight: bold;
    }

.footer-image-block {
    position: relative;
}

.btn-holder {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

.btn {
    white-space: normal !important;
}

    .btn.btn-default {
        margin: auto;
        background-color: white;
        font-weight: bold;
        border: 2px solid #0463ac;
        color: #0463ac;
        font-size: 13px;
    }

@media(max-width:1200px) {
    .footer-image-block {
        margin-bottom: 30px;
    }
}

#mobile-homepage-heading {
    background-color: #0463ac;
    padding: 10px;
    color: white;
    text-transform: uppercase;
}

    #mobile-homepage-heading .heading-text {
        font-weight: bold;
        font-size: 17px;
    }

    #mobile-homepage-heading .heading-text {
        font-weight: bold;
        font-size: 17px;
    }

    #mobile-homepage-heading .heading-sub-text {
        margin-bottom: 0;
    }

#mobile-newsletter {
    padding: 10px;
    background: #0463ac;
}

#loyalty h2 {
    color: #313f5f;
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .mobile-flex {
        display: flex;
        flex-wrap: wrap;
    }

    #reasons {
        order: 0;
    }

    #loyalty {
        order: 1;
        font-size: 13px;
    }

        #loyalty h2 {
            margin-bottom: 20px;
        }

    .loyalty-footer {
        margin-top: 20px;
    }
}

.loyalty-benefits li {
    display: flex;
    margin-bottom: 5px;
}

.check-box-form {
    width: 20px;
    margin-right: 5px;
    align-self: center;
}

.review-img {
    border-radius: 4px;
}
/*Instant Quote box - Static Pages*/
.instant-quote-box-form {
    padding: 30px 10px 10px;
    background: #e5e5e5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.instant-quote-box-header {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    padding: 10px;
    background: #0463ac;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .instant-quote-box-header::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #0463ac;
        bottom: -10px;
        margin-left: -10px;
    }

.instant-quote-box-field {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    max-width: 100%;
}

a.btn.btn-success.btn-block.text-left.instant-btn {
    padding: 15px 10px;
}

.bold-heading {
    font-weight: bold;
}

#supplier h1 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
}

#supplier h2 {
    margin: 0 0 15px;
    line-height: 1em;
    font-weight: bold;
    font-size: 24px;
}

#supplier h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1em;
}

.content-top {
    margin-top: 50px;
}

.static-page p {
    text-align: justify;
}

.quote-box-static {
    position: sticky;
    top: 10px;
    padding-bottom: 40px
}

.static-page a {
    font-weight: bold;
}

.static-img {
    padding: 10px 0 20px;
}

@media(max-width:767px) {
    .static-content {
        order: 0;
    }

    .quote-box-static {
        order: 1;
        position: relative;
    }

    .content-top {
        margin-top: 0px;
    }
}

.dropdown-menu {
    min-width: 300px;
}

@media (min-width: 1200px) {
    .static-page section.loyalty-banner {
        height: 270px;
        background-position: 0 -115px;
        margin: 0 0 40px;
    }

        .static-page section.loyalty-banner h1 {
            font-size: 60px;
        }
}

.static-page section.loyalty-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.static-page section.loyalty-banner {
    position: relative;
    background-image: url('Images/loyalty-banner.jpg');
    background-size: cover;
    margin: 0 -15px 30px;
    height: 250px;
}

    .static-page section.loyalty-banner h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        text-transform: uppercase;
        margin-right: 20%;
        transform: translate(-50%, -50%);
        font-size: 28px;
        color: white;
        white-space: normal;
        z-index: 1;
    }

#supplier h2.loyalty-membership {
    font-size: 28px;
}

@media (min-width: 1200px) {
    .static-page section.loyalty-banner h1 {
        font-size: 60px;
    }
}

@media (min-width: 767px) {
    .static-page section.loyalty-banner h1 {
        transform: translateY(-50%);
        left: 30px;
        font-size: 60px !important;
    }
}

.loyalty-footer a.btn.btn-success.green-btn {
    padding: 8px 65px;
}

.static-content {
    margin-bottom: 10px;
}

.text-underline {
    text-decoration: underline;
}

.text-uppercase {
    text-transform: uppercase;
}

.privacy-date {
    float: left;
    font-weight: bold;
}

.bold-heading-no-margin {
    font-weight: bold;
    margin-bottom: 0;
}

ol .abclist {
    list-style-type: lower-alpha;
}

.fourofour-img {
    background-image: url(Images/home-banner.jpg);
    background-size: cover;
    padding: 30% 0;
}

@media (min-width: 992px) {
    .fourofour-img {
        padding: 15% 0;
    }
}

.a-center {
    text-align: center;
}

@media (min-width: 480px) {
    .fourofour-img .button {
        font-size: 16px !important;
    }
}

.btn-line {
    border: 3px solid;
    padding: 13px 20px;
    filter: drop-shadow(8px 5px 5px rgba(168,173,187,0.5));
    background-color: transparent;
}

@media (min-width: 767px) {
    h1.page-not-found {
        font-size: 55px !important;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 25px;
    }
}

.page-not-found-a {
    color: #fff;
}

.pnf {
    margin: 30px 0;
}

header #quick-links li.red-header a {
    color: #0463ac !important;
    font-weight: bold;
}

.red-header a {
    color: #0463ac !important;
    font-weight: bold;
}

span.headerphone {
    margin: 0px 20px;
}

.toplinks {
    padding: 20px 0px 0px 0px
}


.loyalty-span {
    width: 100%;
}

.col-12.col-md-6.address-section-mobile {
    padding-bottom: 20px;
}

.open-times {
    position: absolute;
}

.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
}

#navbarNavDropdown .dropdown-menu li {
    width: 100%;
}

    #navbarNavDropdown .dropdown-menu li a {
        padding: 10px 20px;
        border: 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    #navbarNavDropdown .dropdown-menu li:last-of-type a {
        border-bottom: 0;
    }

.btn-orange {
    background-color: #0463ac;
    color: white;
}

    .btn-orange:hover {
        background: #0463ac;
        color: white;
    }

.btn-large, .btn-large:hover {
    position: relative;
    border: 0;
    border-radius: 5px;
    padding: 15px 30px;
    color: white;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.btn-back {
    background: #c2c4c9;
}

    .btn-back:hover {
        background: #d6d8dd;
    }

.btn-blue {
    background-color: #0463ac;
}

    .btn-blue:hover {
        background: #0463ac;
    }

.btn-advanced, .btn-advanced:hover, .btn-advanced:focus {
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    background: #0463ac;
    border-color: #0463ac;
    outline: none;
}

.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #bbbfc6;
    background: #FFFFFF;
    padding: 0 10px;
    height: 50px;
    border-radius: 5px;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    display: block;
    font-family: Lato,Arial,sans-serif;
    font-size: 16px;
    width: 100%;
    max-width: 450px;
}

textarea.input-text {
    height: auto;
}

label {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.required label:after {
    content: "*";
    margin-left: 2px;
    color: #de2929;
}

/* Custom Checkbox Styling */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container.normal {
        font-weight: normal;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
        bottom: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 2px solid #0463ac;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        -moz-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        -webkit-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all;
    }

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #0463ac;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-reverse .checkmark:after {
    display: block;
}

.checkbox-reverse input:checked ~ .checkmark:after {
    display: none;
}

.custom-select-option {
    position: relative;
    max-width: 450px;
}

    .custom-select-option:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f078";
        right: 15px;
        bottom: 15px;
        font-size: 12px;
        color: #0463ac;
        display: block;
        z-index: 1;
    }

.login-error {
    position: relative;
    background: #f44336;
    color: white;
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
}

    .login-error a {
        color: white;
    }

.account-wrapper .login-error p {
    margin: 0 !important;
}

.login-error em {
    padding: 5px 10px 5px 11px;
    border: 2px solid;
    border-radius: 100%;
    margin-right: 15px;
    align-self: center;
    font-size: 18px;
}

.login-success {
    position: relative;
    background: #0463ac;
    color: white;
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
}

    .login-success a {
        color: white;
    }

.account-wrapper .login-success p {
    margin: 0 !important;
}

.login-success em {
    padding: 5px;
    border: 2px solid;
    border-radius: 100%;
    margin-right: 15px;
    align-self: center;
    font-size: 18px;
}

.forgot-password {
    margin-top: 20px;
}

#reset-password-msg {
    margin-top: 20px;
}

.forgot-password a {
    color: #9298a9;
    text-decoration: underline;
}

    .forgot-password a:hover {
        text-decoration: none;
    }

@media(max-width:992px) {
    .navbar-expand .navbar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        top: 0;
        border: 0;
        padding: 0;
    }

    .dropdown-menu.nav-open li {
        padding-left: 25px !important;
    }

    #navbarNavDropdown li a, #navbarNavDropdown li:first-of-type a {
        border-left: 0;
        padding: 15px 0;
        font-size: 13px;
        border-bottom: 1px solid darkgrey;
        width: 100%;
        float: left;
    }

    #navbarNavDropdown .dropdown-menu li a {
        padding: 10px 10px;
        border: 0;
        border-bottom: 1px solid #ccc;
    }

    #navbarNavDropdown li {
        display: block;
        text-transform: uppercase;
        align-items: center;
        float: left;
    }

    #sub-navigation {
        margin: 0 -12px -70px -15px;
    }
    header .hidenavigationactive .company-logo img {
        max-width: 210px;
    }

    a.gaevent-account {
        margin-right: 15px;
    }

    header .hidenavigationactive .fa.fa-phone {
        padding-top: 10px;
    }
}

.TodaysHeatingPrices {
    color: #0463ac !important;
    font-weight: bold;
}

@media(max-width:1300px) {
    header #quick-links li a, header #quick-links li {
        display: inline-block;
        padding: 0 5px;
        color: #14253e;
        font-size: 13px;
        line-height: 1;
    }
}

@media(max-width:1200px) {
    header #quick-links li a, header #quick-links li {
        display: inline-block;
        padding: 0px 3px;
        color: #14253e;
        font-size: 13px;
        line-height: 1;
    }
}

.quote-box-label a {
    color: #14253e;
}

@media(max-width:1250px) {
    .quote-box-label span {
        display: none;
    }

    .quote-box-label {
        width: 20px;
    }

    .quote-box-field {
        width: 100%;
    }
}

.tooltip-inner {
    font-size: 12px;
    text-align: left;
}

.quote-box-static .quote-box-label {
    display: none;
}

.quote-box-static .quote-box-header {
    font-size: 26px;
}

#back-to-top {
    cursor: pointer;
}

.rating-star {
    color: #0463ac;
    font-size: 18px;
}

.text-grey {
    color: gray !important;
}

.review-description {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.review-header, .review-header:hover, .review-header:active, .review-header:focus {
    color: #aaaaaa;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 5px;
    background: #eeeeee;
    align-self: center;
    justify-content: space-between;
    font-size: 12px;
    max-width: 300px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    height: 100%;
}

    .review-header > * {
        align-self: center;
    }

    .review-header strong, .review-header strong:hover, .review-header strong:active, .review-header strong:focus {
        color: #222328;
        font-size: 13px;
    }

    .review-header .fa, .review-header .fa:hover, .review-header .fa:active, .review-header .fa:focus {
        color: #0463ac;
        font-size: 16px;
    }

#loyalty-memberContent .card-body {
    border-bottom: 1px solid #dcdcdc;
    border-top: 0;
}

@media(max-width:767px) {
    header #quick-links {
        height: 0;
        overflow: hidden;
        margin: 0;
    }
}

@media(max-width:1200px) {
    header #quick-links li.TodaysHeatingPricesLI {
        max-width: 100%;
        width: 100%;
        float: right;
        text-align: right;
        height: 25px;
        overflow: hidden;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    header #quick-links li.TodaysHeatingPrices {
        max-width: 100%;
        width: 100%;
    }

    header #quick-links {
        list-style-type: none;
        text-align: right;
        margin: 19px 0;
    }

        header #quick-links li .TodaysHeatingPrices.slick-vertical .slick-slide {
            width: 100% !important;
        }

        header #quick-links li:nth-of-type(3) {
            border-left: 0;
        }
}

@media(max-width:992px) {
    header #quick-links {
        margin: 15px 0;
    }
}

@media(max-width:767px) {
    header #quick-links {
        margin: 0;
    }
}

#newsletter-body {
    padding-top: 15px;
}

#newsletter-modal .close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.dropdown-menu {
    margin-top: 0;
}

.TodaysHeatingPricesLI {
    overflow: hidden;
}

@media(max-width:992px) {


    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown .dropdown-menu.nav-open {
        display: contents;
    }

    .btn-large {
        width: 100%;
        margin-bottom: 10px;
    }
}

.quote-mailing {
    margin-top: 15px;
}

.sticky-nav {
    position: sticky;
    top: 15px;
    padding: 10px;
}
/* Checkout Confidence */

#checkout-accordion {
    margin: 30px 0;
}

    #checkout-accordion .card-header {
        font-size: 13px;
        text-transform: uppercase;
        border-top: 1px solid #dcdcdc;
        background-color: white;
        border-radius: 0;
        cursor: pointer;
        position: relative;
        padding: 0;
    }

        #checkout-accordion .card-header a {
            color: #343e5c;
            text-decoration: none;
            padding: 15px 20px 15px 30px;
            display: block;
            font-size: 14px;
        }

    #checkout-accordion .card {
        border-radius: 0;
        border: 0;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }

        #checkout-accordion .card:first-of-type .card-header {
            border-bottom: 0;
        }

    #checkout-accordion .card-body {
        position: relative;
        top: -1px;
        padding: 15px 30px;
    }

    #checkout-accordion #whyBuyContent, #checkout-accordion #loyalty-memberContent {
        border-top: 1px solid #dcdcdc;
    }

    #checkout-accordion .card-body ul, #checkout-accordion .card-body ol {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        list-style-position: outside;
    }

.static-content-quote {
    padding-bottom: 17px;
}

    .static-content-quote #checkout-accordion {
        margin-bottom: 0;
    }

@media (max-width: 800px) {
    .tanker-header {
        max-width: 62px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.voucher-box {
    text-transform: none;
    font-size: 18px;
}

.error {
    background-color: #f44336;
    padding: 14px;
    color: white;
    border-radius: 5px;
}

/***FuelsNorthWest 2019***/

.homepage-banner-text {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease;
}

.homepage-banner-text .overlay {
    display: block;
}

img.hpbanner {
    left: 0;
}


.button {
    position: absolute;
    opacity: 0;
    transition: opacity .35s ease;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px 10px;
    bottom: 30px;
}

    .button a {
        width: 200px;
        padding: 20px 28px;
        text-align: center;
        color: #0463ac;
        z-index: 1;
        font-weight: bold;
    }

.homepage-banner-text .button {
    opacity: 0.9;
    left: 50%;
    transform: translate(-50%);
    font-size: 13px;
}

@media only screen and (max-width: 375px) and (min-width: 0px) {
    .button {
        left: 15%;
        top: 150px;
    }

    header.container {
        border-bottom: 2px solid #0463ac;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

    img.hpbanner {
        padding: 10px 0px;
    }
}

@media(max-width:1024px) {

    .homepage-banner-text .button {
        opacity: 0.9;
    }
}

div#home-quote {
    background-color: #F7F7F7;
}

.red {
    color: #f44336;
    font-weight: bold;
}

.static-page #supplier h1 {
    margin-bottom: 20px;
}

.static-page #supplier h2 {
    font-size: 20px;
    margin-top: 40px;
}

.static-page #supplier h3 {
    font-size: 16px;
    margin-top: 40px;
}

.cust-service-img {
    margin-top: 50px;
}

.hidden {
    display: none;
}

#homepage-banner {
    background-image: url(/Content/Images/homepageBG.jpg);
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    background-position: top;
    display: flex;
}

    #homepage-banner h1 {
        margin-top: 60px;
    }

    #homepage-banner p.sub-heading {
        text-transform: none;
        color: #fff;
        font-size: 32px;
        font-weight: normal;
        max-width: 400px;
        margin: 20px 0;
    }

    #homepage-banner .homepage-banner-text {
        max-width: 600px;
        margin: auto;
    }

    #homepage-banner .btn-info {
        width: 250px;
        height: 45px;
        margin: 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#supplier {
    margin-top: 30px;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:disabled, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #0463ac !important;
    border-color: #0463ac !important;
}

.h-100 {
    height: 100%;
}

.buying-group-form {
    background-color: #e5e6e7;
    padding: 20px 50px 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.buying-group-form-header {
    text-transform: uppercase;
    font-size: 29px;
    line-height: 27px;
    font-weight: normal;
    margin-bottom: -30px;
    color: #0463ac;
}

.buying-group-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 2px solid #0463ac;
}

.buying-group-form .checkbox-container {
    padding-left: 25px;
    font-size: 10px;
    font-weight: normal;
    color: #9b9b9c;
}

    .buying-group-form .checkbox-container .checkmark::after {
        left: 3px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #0463ac;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#join-buying-group .model-content {
    box-shadow: 0 0 10px 1px black;
}

#join-buying-group button-close {
    position: absolute;
    top: -11px;
    right: -9px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: white;
    z-index: 999;
    box-shadow: 2px -1px 3px 1px black;
    opacity: 1;
}

#join-buying-group .buying-group-form-header {
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .buying-group-form-header {
        margin-bottom: 15px;
        font-size: 22px;
    }

    #homepage-banner h1 {
        font-size: 17px;
        margin-bottom: 20px;
        color: white;
        font-weight: bold;
        text-shadow: 2px 2px #000;
        margin-top: 20px;
    }
}

.thankyou {
    color: #3A405B;
    text-align: center;
    padding: 25px;
}

    .thankyou div:first-child {
        font-size: 22pt;
        font-weight: bold;
    }

    .thankyou div:nth-child(2) {
        font-size: 12pt;
        margin-top: 10px;
    }

.BuyingGroupForm .buying-group-form {
    padding: 30px 50px 0px;
}

.BuyingGroupForm .buying-group-form-fields {
    width: 100%;
}

.BuyingGroupForm {
    margin-bottom: 10px;
    width: 100%;
}



.staticcontact {
    background-color: #0463ac;
}

.static-content {
    padding: 15px;
}

#contact-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contact-us-text {
    text-align: left !important;
}

#faq-accordion, #faq-accordion-two {
    margin: 30px 0;
}

    #faq-accordion .card-header, #faq-accordion-two .card-header {
        font-size: 13px;
        text-transform: uppercase;
        border-top: 1px solid #dcdcdc;
        background-color: white;
        border-radius: 0;
        cursor: pointer;
        position: relative;
        padding: 0;
    }

        #faq-accordion .card-header a, #faq-accordion-two .card-header a {
            color: #343e5c;
            text-decoration: none;
            padding: 15px 20px 15px 30px;
            display: block;
            font-size: 14px;
        }

    #faq-accordion .card, #faq-accordion-two .card {
        border-radius: 0;
        border: 0;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }

        #faq-accordion .card:first-of-type .card-header, #faq-accordion-two .card:first-of-type .card-header {
            border-bottom: 0;
        }

    #faq-accordion .card-body, #faq-accordion-two .card-body {
        position: relative;
        top: -1px;
        padding: 15px 30px;
    }

    #faq-accordion #whyBuyContent, #faq-accordion #loyalty-memberContent, #faq-accordion-two #whyBuyContent, #faq-accordion-two #loyalty-memberContent {
        border-top: 1px solid #dcdcdc;
    }

    #faq-accordion .card-body ul, #faq-accordion .card-body ol, #faq-accordion-two .card-body ul, #faq-accordion-two .card-body ol {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        list-style-position: outside;
    }

#submit-form-btn, #button-form-btn {
    background-color: #0463ac !important;
    border-color: #0463ac !important;
}

.noPadding {
    padding: 0;
}

.img-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iocea:hover {
    color: orange;
}

@media(min-width:767px) {
    header #quick-links {
        list-style-type: none;
        text-align: right;
        margin-left: auto;
    }

    #header-link-section {
        display: flex;
        align-items: center;
        justify-self: flex-end;
        margin-left: auto;
    }
}

.account-wrapper .tel-number a {
    color: #000;
    font-weight: normal;
}

.account-wrapper .tel-number p {
    margin-bottom: 10px !important;
}

section.articles article a {
    position: relative;
    display: block;
}

section.articles article .article-img {
    background-size: cover;
    background-position: center;
    padding-top: 59%;
    position: relative;
    min-height: 300px;
}

section.articles article .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.articles article .inner-inner {
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 992px) {
    section.articles article .inner-inner {
        bottom: 30px;
    }
}

section.articles article .article-title {
    padding: 20px 15px;
    color: #14253e;
    width: 100%;
}

@media (min-width: 480px) {
    section.articles article .article-title {
        width: auto;
        display: inline-block;
        padding: 20px 30px;
    }
}

section.articles article .article-title {
    background: #f7f7f7;
}

    section.articles article .article-title h2 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: bold;
    }

@media (min-width: 480px) {
    section.articles article .article-title h2 {
        font-size: 18px;
    }
}

section.articles article .article-title p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

@media (min-width: 480px) {
    section.articles article .article-title p {
        font-size: 14px;
    }
}

@media(min-width:368px) and (max-width:1200px) {


    .toplinks {
        padding-top: 0px;
    }

    .homepage-banner-text .button {
        font-size: 12px;
    }

    #quick-links {
        font-size: 13px;
        padding: 20px 20px 0px 0px;
    }
}


.blueicon {
    color: #0463ac;
}

.grecaptcha-badge {
    z-index: 9999;
    bottom: 110px !important;
}

header, header input, header button {
    font-size: 14px !important;
}

    header input, header button {
        border-radius: 5px !important;
    }

    header button {
        margin-left: 15px !important;
        text-transform: uppercase;
    }

@media(min-width:1200px) {
    form#newsletter-signup {
        width: 400px;
    }
}

@media(max-width:992px) {
    #navbarNavDropdown .nav-item {
        padding: 0;
    }

        #navbarNavDropdown .nav-item a {
            padding: 15px 0 !important;
        }

        #navbarNavDropdown .nav-item.home-item a {
            font-size: 22px;
        }

        #navbarNavDropdown .nav-item.home-item a {
            border-bottom: 0;
        }

    #navbarNavDropdown li, #navbarNavDropdown li a {
        text-transform: none;
        font-weight: bold;
    }

    .navbar-expand > .container.p-15 {
        padding: 0 15px;
        display: block;
    }

    .nav-address {
        padding-left: 5px;
        font-size: 12px;
    }
}

#home-quote #quote-box {
    color: #6D757D !important;
}

#sub-navigation {
    padding: 5px;
}

.conf-item {
    width: 175px;
    text-align: center;
    font-size: 14px;
}

#mobile-desk .carousel-item a, #homepage-desk .carousel-item a {
    position: relative;
    display: block;
    color: white;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}

.carousel-header {
    font-size: 48px;
    max-width: 400px;
    text-shadow: 3px 3px 6px #000000;
    margin-bottom: 15px;
}

.carousel-link {
    margin-bottom: 50px;
    text-decoration: underline;
    font-size: 14px;
}

@media(max-wodth:767px) {
    .carousel-header {
        font-size: 40px;
        line-height: 48px;
    }

    .carousel-link {
        margin-bottom: 90px;
        text-decoration: none;
    }
}

.start-quote {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000000;
    text-align: center;
    padding: 7px;
    font-size: 14px;
}

    .start-quote a {
        color: #0B5BA9;
        text-decoration: underline;
    }

.footer-block {
    text-align: center;
}

    .footer-block img {
        max-width: 100px;
        max-height: 85px;
        margin-bottom: 15px;
        margin: auto;
    }

.footer-block-header {
    font-weight: bold;
    font-size: 28px;
    max-width: 185px;
    margin: auto;
    line-height: 28px;
    margin-bottom: 10px;
    color: #6D757D;
}

.footer-block-line {
    width: 50%;
    border-bottom: 1px solid #6D757D;
    margin: 0 auto 15px;
}

.footer-block-content {
    font-size: 14px;
    color: #6D757D;
}

.footer-block-link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.footer-block-img {
    height: 115px;
    overflow: hidden;
}

.carousel-control-prev .fa, .carousel-control-next .fa {
    color: #0463ac;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.conf-item {
    width: 215px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px 0;
    color: #17449c;
}

.footer-block-link {
    color: #0463ac;
}

.grecaptcha-badge {
    z-index: 9999;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #0b5ba9;
    text-align: center;
    opacity: .5;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(13,99,172,0.5);
}

.carousel-indicators .active {
    background-color: rgb(13,99,172);
}

input::-ms-reveal {
    display: none;
}

@media (max-width: 991.98px) {

    .footerlogos {
        text-align: left !important;
    }
}

@media (min-width: 768px) {

    .footer-links2 {
        margin-top: 50px;
    }
}

#newsletter-text {
    text-transform: none;
}

@media(max-width:767px) {
    footer .footer-payment-social a {
        float: left;
        margin-top: 20px;
    }

        footer .footer-payment-social a img {
            height: 20px;
        }
}

.confidenceBar {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-ser if;
    background-color: #15263D;
}

    .confidenceBar > .container-fluid {
        max-width: unset;
    }

    .confidenceBar a {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #ffffff;
    }

#quote_tab_content select {
    text-transform: capitalize;
}




.footer-newsletter-container {
    background-color: #15263D;
    border-radius: 18px;
}

    .footer-newsletter-container h5 {
        font-size: 30px;
    }

    .footer-newsletter-container .input-group {
        height: 55px;
        border-radius: 28px 0px 0px 28px;
    }

#sub-navigation-email {
    border-radius: 28px 0px 0px 28px;
}

.nav-newsletter .btn.btn-success, #sub-navigation .btn.btn-success {
    border-radius: 0px 28px 28px 0px !important;
    height: 100%;
    background-color: #F2871F !important;
    border: 3px solid #FFFFFF !important;
    font-size: 15px;
    font-family: var(--secondaryfontfamily);
    margin-left: 0 !important;
}

@media (max-width: 992px) {
    #sub-navigation-email {
        width: 100%;
        border-radius: 0px;
    }

    .nav-newsletter .btn.btn-success, #sub-navigation .btn.btn-success {
        width: 100%;
        border-radius: 0px !important;
        max-height: 56px;
    }

    .footer-newsletter-container {
        border-radius: 0px !important;
    }

        .footer-newsletter-container .input-group-btn {
            width: 100%;
            margin-left: 0 !important;
        }

    .social-icon > img {
        max-height: 30px;
    }
}

.footer-carousel-headline h5 {
    font-family: var(--secondaryfontfamily);
    font-size: 27px;
    color: #15263D;
}

.footer-carousel-headline p {
    font-family: var(--secondaryfontfamily);
    color: #15263D;
}

.footer-carousel-bottom-spacer {
    height: 45px;
    background-color: #15263D;
    border-radius: 0px 0px 40px 40px;
    display: block;
}

#footerCarousel .carousel-item {
    max-width: 312px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.5s ease; /* Adjust the time as necessary */
    opacity: 0; /* Start with hidden */
}

    #footerCarousel .carousel-item.active {
        opacity: 1; /* Only the active item is fully visible */
    }

.footercarousel-indicator {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
}

    .footercarousel-indicator.active {
        background-color: #ffffff;
    }
/* quote box styles */
.header-quote-wrapper .tab-content {
    background: linear-gradient(to bottom, #15263D, #3B679B);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
}

#quote_tab_content .input-group-text, #quote_tab_content select, #quote_tab_content input {
    border-radius: 0px;
    border: 1px solid #D3D3D3;
}

#quote_tab_content i.fa {
    margin: 0 auto;
}

#quote_tab_content .fa {
    font-size: 20px;
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    #quote_tab_content .fa.fa-user, #quote_tab_content .fa.fa-tachometer, #quote_tab_content .fa.fa-phone {
        font-size: 24px;
    }

    #quote_tab_content .fa.fa-tint, #quote_tab_content .fa.fa-map-marker {
        font-size: 25px;
    }

#quote_tab_content {
    border-radius: 0 0 10px 10px !important;
}

    #quote_tab_content .input-group-text {
        color: #ffffff;
        background-color: #15263D;
        border-radius: 5px 0 0 5px;
        max-width: 46px;
        min-width: 46px;
    }


.two-column-list {
    display: flex;
    flex-wrap: wrap;
}

    .two-column-list li {
        width: 50%;
        box-sizing: border-box;
    }

@media(min-width: 992px) {
    header.header-no-nav .header-no-nav-navcontainer {
        padding-right: 0 !important;
    }
}
