body {
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-rendering: geometricPrecision;
    color: #000;
}

a {
    color: #009baa;
}

a:hover {
    color: #00536d;
    text-decoration: underline;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.center-text {
    text-align: center;
}

.clear-10 {
    clear: both;
    height: 10px;
}

.clear-15 {
    clear: both;
    height: 15px;
}

.clear-20 {
    clear: both;
    height: 20px;
}

.clear-30 {
    clear: both;
    height: 30px;
}

.clear-40 {
    clear: both;
    height: 40px;
}

.clear-50 {
    clear: both;
    height: 50px;
}


.mb-minus-60 {
    margin-bottom: -60px;
}

.b-radius-15 {
    border-radius: 15px;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #cddee2;
}

h1 {
    color: #00536d;
    font-family: 'GreycliffCF-Heavy', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -1px;
    text-rendering: geometricPrecision;
    font-size: 30px;
}

p.h1-2 {
    color: #fff;
    font-family: 'GreycliffCF-Heavy', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -1px;
    text-rendering: geometricPrecision;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.n3-bg-white {
    background-color: #ffffff;
}

.n3-bg-offwhite {
    background-color: #F8F8F8;
}

.n3-bg-orange {
    background-color: #FDE4D2;
}

.n3-bg-panel {
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, .175);
    box-shadow: 3px 6px 9px rgba(0, 0, 0, .175);
}

.n3-teal-bg-21-light h1,
.n3-teal-bg-21-light a:not(.btn-primary) {
    color: #000;
}

.n3-navy-bg h1 {
    color: #fff;
}

.n3-navy-bg a:not(.btn-primary) {
    color: #009baa;
    font-weight: bold;
}

h2 {
    color: #000;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -1px;
    font-size: 24px;
    margin: 45px 0px 20px 0px;
    text-rendering: geometricPrecision;
}

h2.h1 {
    font-family: 'GreycliffCF-Heavy', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 40px !important;
}

.orange {
    color: #f47a20 !important;
}

strong {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    text-rendering: geometricPrecision;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

input::placeholder {
    /* Most modern browsers support this now. */
    color: #000;
    opacity: 1;
}

.navbar-holder {
    border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 768px) {

    .navbar-light {
        margin-left: -26px;
    }
}

@media (min-width: 768px) {

    .nav-link-first {
        padding-left: 10px !important;
    }
}

.main-header {
    border-bottom: 1px solid #ebebeb;
}

.header-logo {
    padding: 10px 0;
    float: left;
}

.header-logo img {
    height: 46px;
    width: auto;
}

.header-actions {
    float: right;
    text-align: right;
    padding: 15px 0;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    text-rendering: geometricPrecision;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.header-actions a:link,
.header-actions a:visited {
    color: #009baa;
    text-decoration: none;
}

.header-icon {
    font-size: 15px;
    line-height: 200%;
    margin-right: 2px;
    margin-left: 20px;
    color: #009baa;
}

.header-action-divider {
    text-align: center;
    width: 30px;
    display: inline-block;
    color: #ebebeb;
}

.navbar-default .caret {
    color: #d7d7d7;
}

.navbar-numbers {
    margin-top: 10px;
}

.navbar-numbers ul {
    list-style-type: none;
}

.navbar-numbers ul li {
    background: #009baa;
    color: #FFF;
    padding: 10px 12px;
    text-align: center;
    font-size: 13px;
    float: left;
}

.navbar-money-saved {
    background: #00536d !important;
}

@media (max-width: 767px) {

    .navbar-numbers ul li {
        background: #009baa;
        color: #FFF;
        padding: 10px 12px;
        text-align: center;
        font-size: 13px;
        width: 50%;
        float: left;
    }
}

@media (max-width: 600px) {

    .header-stats-small ul li {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {

    .navbar-numbers ul li {
        background: #009baa;
        color: #FFF;
        padding: 10px 12px;
        text-align: center;
        font-size: 13px;
        margin-left: 10px;
    }
}

.header-stats-small ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.header-stats-small ul li {
    float: left;
    width: 50%;
    background: #009baa;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.header-stats-money-saved {
    background: #00536d !important;
}

.header-stats-bar {
    background-image: url('/resourcepackages/n3/assets/dist/images/header-stats-stripe.png');
    background-position: top center;
    background-repeat: repeat-y;
}

.hero-imagery {
    background-image: url('/resourcepackages/n3/assets/dist/images/stocksy-2.jpg');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.intro-box {
    width: 100%;
    background-image: url('/resourcepackages/n3/assets/dist/images/white-box-90-percent.png');
    border-radius: 4px;
    padding: 35px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    font-size: 17px;
    line-height: 125%;
    text-align: left;
    color: #000;
}

@media (min-width: 576px) {
    .intro-box {
        max-width: 325px;
    }

    .intro-box-fuel {
        max-width: 325px;
    }
}

@media (min-width: 576px) {
    .hero-imagery {
        height: 27vw;
        min-height: 500px;
        background-size: cover;
    }
}

@media (max-width: 575px) {

    .intro-box {
        display: block;
    }
}

.intro-box h1 {
    margin-top: -10px;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 110%;
}

.intro-box p {
    margin-bottom: 0;
}

.intro-box .btn {
    margin-top: 25px;
    width: 100%;
}

.intro-box-mobile {
    padding: 30px 35px 40px 35px;
    font-size: 17px;
    line-height: 125%;
    border-bottom: 1px solid #d7d7d7;
    background: #f1f5f6;
}

.intro-box-mobile h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 110%;
    color: #009baa;
}

.intro-box-mobile p {
    margin-bottom: 30px;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #009baa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 170, 0.25);
}

@media (min-width: 767px) {
    .btn-block {
        display: inline-block;
        width: auto;
    }
    .btn-block + .btn-block {
        margin-top: 0;
    }
}

.btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}

.btn {
    border-radius: 10px;
    padding: 9px 20px 10px 20px;
}

.btn-primary {
    color: #FFF;
    background-color: #f47a20;
    border-color: #f47a20;
    text-align: center;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    border-radius: 10px;
    padding: 9px 20px 10px 20px;
}

.btn-primary.teal {
    background-color: #009baa;
    border-color: #009baa;
}

.btn-primary.gray {
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #f47a20;
    background-color: #FFF;
    border-color: #f47a20;
}

.btn-primary.teal:focus,
.btn-primary.focus.teal,
.btn-primary.teal:hover {
    color: #009baa;
    border-color: #009baa;
}

.btn-primary.gray:focus,
.btn-primary.focus.gray,
.btn-primary.gray:hover {
    color: #a6a6a6;
    border-color: #a6a6a6;
}

.btn-primary:hover {
    color: #f47a20;
    background-color: #FFF;
    border-color: #f47a20;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #f47a20;
    background-color: #333;
    border-color: #f47a20;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(244, 122, 32, 0.5);
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f47a20;
    border-color: #f47a20;
}

.btn-primary[disabled]:hover {
    background-color: #fcc4a3;
    border-color: #fcc4a3;
}

.btn-secondary {
    color: #009baa;
    background-color: #FFF;
    border-color: #009baa;
    text-align: center;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    min-width: 155px !important;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #FFF;
    background-color: #009baa;
    border-color: #009baa;
}

.btn-secondary:hover {
    color: #FFF;
    background-color: #009baa;
    border-color: #009baa;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    color: #f47a20;
    background-color: #333;
    border-color: #f47a20;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open>.dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open>.dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open>.dropdown-toggle.btn-secondary.focus {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-tertiary {
    color: #FFF;
    background-color: #009baa;
    border-color: #009baa;
    text-align: center;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    min-width: 155px !important;
}

.btn-tertiary:focus,
.btn-tertiary.focus {
    color: #009baa;
    background-color: #FFF;
    border-color: #009baa;
}

.btn-tertiary:hover {
    color: #009baa;
    background-color: #FFF;
    border-color: #009baa;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open>.dropdown-toggle.btn-tertiary {
    color: #f47a20;
    background-color: #333;
    border-color: #f47a20;
}

.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open>.dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open>.dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open>.dropdown-toggle.btn-tertiary.focus {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open>.dropdown-toggle.btn-tertiary {
    background-image: none;
}

.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-white-border {
    border-color: #FFF;
}

.hero-wtt {
    padding: 25px;
    padding-bottom: 45px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #00536d;
    height: 100%;
    background: #FFF;
}

.hero-wtt ul {
    list-style: none;
    padding-left: 17px;
    margin-top: 1.5rem;
    margin-bottom: 0;
    text-align: left;
}

.hero-wtt ul li {
    margin: 0 0 3px 0;
    position: relative;
    font-size: 14px;
}

.hero-wtt ul li::before {
    content: "•";
    color: #009baa;
    font-size: 20px;
    position: absolute;
    --size: 9px;
    left: calc(-1 * var(--size) - 9px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    text-align: center;
}

@media (min-width: 768px) {

    .hero-wtt {
        -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
        box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
        border-radius: 4px;
        border-bottom: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {

    .hero-wtt-row .col-md-4:first-of-type {
        margin-top: -30px;
    }
}


.hero-wtt img {
    margin: 0px auto;
    margin-bottom: 15px;
    height: 55px;
    width: auto;
}

.hero-wtt-title {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    color: #00536d;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 7px;
    line-height: 120%;
}

.hero-wtt-title a:link,
.hero-wtt-title a:visited {
    color: #00536d;
    text-decoration: none;
}

.hero-wtt-intro {
    font-size: 15px;
    color: #00536d;
}

.wtt-calc {
    background: #00536d;
    color: #FFF;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    border-radius: 4px;
    border: 0;
    border: 1px solid rgba(0, 64, 96, 0.1);
}

.wtt-calc .hero-wtt-title {
    color: #FFF;
    margin-bottom: 15px;
}

.wtt-calc .hero-wtt-title a:link,
.wtt-calc .hero-wtt-title a:visited {
    color: #FFF;
}

.wtt-calc .hero-wtt-intro {
    color: #FFF;
}

.wtt-calc p {
    margin-bottom: 10px;
}

.hero-wtt .btn {
    margin-top: 15px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    flex-grow: 1;
}

.hero-wtt-margin-bottom {
    margin-bottom: 30px;
}

.n3-teal-bg {
    background-color: #009baa;
    color: #FFF;
}

.n3-teal-bg h2 {
    color: #FFF;
}

.n3-navy-bg {
    background-color: #003241;
    color: #FFF;
}

.n3-navy-bg h2 {
    color: #FFF;
}

.n3-grey-bg {
    background-color: #f1f1f1;
    color: #000;
}

.n3-light-orange-bg {
    background-color: #fdf8f4;
    color: #000;
}

.home-stats-row {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 100%;
}

.home-stats-row h2 {
    margin-bottom: 25px;
}

.home-stats-row p {
    font-size: 22px;
}

.navbar-brand img {
    height: 46px;
    width: auto;
}

@media (min-width: 768px) {

    .button-margin-right {
        margin-right: 15px;
    }
}

.supplier-logos img {
    max-width: 100px;
    height: auto;
    max-height: 100px;
}

.supplier-logos .slide {
    display: inline-block;
    height: 100px;
}

.n3-teal-bg-light {
    background: #f1f5f6;
    border-top: 1px solid #cfdce1;
    border-bottom: 1px solid #cfdce1;
}

.n3-teal-bg-21-light {
    background: #ccebee;
    border-top: 1px solid #cfdce1;
    border-bottom: 1px solid #cfdce1;
}

@media (min-width: 768px) {
    .how-it-works-video {
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .how-it-works-video img {
        margin-bottom: 30px;
    }
}

.how-it-works-video img {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .30);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .30);
    border-radius: 4px;
}

.n3-benefits .card {
    padding: 0;
    border: 0;
    background: none;
}

.n3-benefits .card-header {
    padding: 0;
    border: 0;
    background: none;
    border-top: 1px solid #cfdce1;
    margin-top: 5px;
    padding-top: 10px;
}

.n3-benefits .card-body {
    padding: 0;
    border: 0;
    background: none;
    margin-bottom: 10px;
}

.n3-benefits .btn-link {
    padding: 0;
    color: #000;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

.n3-benefits .btn-link:hover {
    text-decoration: none !important;
}

.n3-benefits h2 {
    color: #000;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
}

.n3-benefits-first {
    border-top: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mobile-nav-sign-in {
    background: #009baa;
    color: #FFF;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.home-case-study img {
    border-radius: 50%;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .home-case-study {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .home-case-study {
        border-bottom: 1px solid #cfdce1;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

.home-case-study-text p {
    margin-bottom: 10px;
    line-height: 135%;
}

@media (min-width: 992px) {
    .home-case-study-text p {
        padding-right: 20px;
    }
}

.home-case-study-author {
    font-size: 14px;
    line-height: 150% !important;
}

.home-case-study-business {
    font-size: 13px;
    line-height: 140% !important;
}

.teal-text {
    color: #009baa;
}

.member-size {
    font-size: 15px;
    padding-bottom: 50px;
}

.member-size p {
    margin-bottom: 6px;
    line-height: 135%;
}

.member-size-title {
    font-size: 16px;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 6px;
}

@media (min-width: 1200px) {

    .member-size-one {
        padding-right: 60px;
    }

    .member-size-two {
        padding-left: 80px;
        padding-right: 80px;
    }

    .member-size-three {
        padding-left: 60px;
    }
}

.member-size .btn {
    margin-top: 15px;
}

.member-size img {
    max-height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.home-cs-box {
    padding-bottom: 30px;
}

.home-cs-image {
    height: 210px;
    position: relative;
    background: #f1f5f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-cs-savings {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #009baa;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    padding: 6px 10px;
}

.home-cs-box p {
    font-size: 13px;
    line-height: 140%;
}

.home-cs-box h4 {
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px;
}

.home-cs-box h4 a:link,
.home-cs-box h4 a:visited {
    color: #000;
}

.home-cs-box p a:link,
.home-cs-box p a:visited {
    text-decoration: none;
    color: #009baa;
    font-size: 14px;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
}

.home-cs-box p a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 100px;
}

.footer-small {
    font-size: 11px;
    color: #808080;
}

.footer-small a:link,
.footer-small a:visited {
    color: #808080;
    text-decoration: underline;
}

.footer-nav {
    clear: both;
}

.footer-nav ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    margin-top: 50px;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
}

.footer-nav ul li {
    float: left;
    margin-right: 20px;
}

.footer-nav ul li a:link,
.footer-nav ul li a:visited {
    color: #00536d;
    text-decoration: none;
}

.footer-nav ul li a:hover {
    text-decoration: underline;
}

.footer-social {
    clear: both;
    margin-top: 10px !important;
    font-size: 18px;
}

.footer-social ul li {
    float: left;
    margin-right: 30px;
}


.footer-logo {
    text-align: center;
}

@media (min-width: 992px) {
    .footer-logo {
        text-align: right;
    }
}

.footer-logo img {
    max-width: 85px;
    height: auto;
    margin-top: -25px;
}

.footer-logo p {
    color: #009baa;
    margin-top: 25px;
    padding-bottom: 50px;
    line-height: 180%;
}

.footer-logo p a:link,
.footer-logo p a:visited {
    color: #009baa;
    text-decoration: none;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

header {
    position: relative;
    background-color: #00536d;
    height: 27vw;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #00536d;
}

@media (max-width: 767px) {
    header video {
        display: none;
    }

    .header-hero {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    z-index: 1;
}

.page-intro h2 {
    margin-bottom: 30px;
}

.page-intro h2 {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: -0.75px;
    line-height: 140%;
}

.page-intro h2+h3 {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 140%;
}

h2+h2 {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 140%;
}

.page-intro ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 2rem;
}

.page-intro ul li {
    margin: 0 0 10px 0;
    position: relative;
}

.page-intro ul li::before {
    content: "•";
    color: #009baa;
    font-size: 30px;
    position: absolute;
    --size: 16px;
    left: calc(-1 * var(--size) - 9px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
}

.sf-Long-text h2 {
    margin-bottom: 30px;
}

.sf-Long-text h2 {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: -0.75px;
    line-height: 140%;
}

.sf-Long-text h2+h3 {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 140%;
}

h2+h2 {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 140%;
}

/*.sf-Long-text ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 2rem;
}

    .sf-Long-text ul li {
        margin: 0 0 10px 0;
        position: relative;
    }

        .sf-Long-text ul li::before {
            content: "•";
            color: #009baa;
            font-size: 30px;
            position: absolute;
            --size: 16px;
            left: calc(-1 * var(--size) - 9px);
            line-height: var(--size);
            width: var(--size);
            height: var(--size);
            top: 0;
            text-align: center;
        }*/

.fuel-calc-col {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .fuel-calc-col {
        margin-top: -120px;
        padding-left: 40px;
    }
}

.fuel-calc {
    background-color: #00536d;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .40);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .40);
    border-radius: 4px;
    padding: 30px;
    color: #FFF;
}

.fuel-calc h2 {
    color: #FFF;
    margin-top: -6px;
    margin-bottom: 8px;
}

.fuel-calc hr {
    border-top: 2px solid #FFF;
}

.fuel-calc .btn {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 4px;
}

.fuel-calc .form-group {
    margin-bottom: 10px;
}

.fuel-calc .form-control {
    font-size: 16px;
    color: #000;
}

.form-double-title {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
}

.form-double {
    margin-bottom: 10px;
}

.fuel-calc-note {
    font-size: 14px;
    line-height: 125%;
    margin-top: 20px;
}

.fuel-considerations {
    text-align: center;
}

.fuel-considerations img {
    max-width: 90px;
    height: auto;
    margin-bottom: 10px;
}

.fuel-considerations p {
    margin-bottom: 25px;
}

@media (min-width: 992px) {

    .fuel-considerations {
        text-align: left;
    }

    .fuel-considerations img {
        max-width: 78px;
        height: auto;
        margin-bottom: 50px;
    }

    .fuel-considerations p {
        margin-bottom: 50px;
        margin-left: -15px;
    }
}

.fuel-chat {
    font-size: 20px;
}

.fuel-chat-answer {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .fuel-chat-question {
        display: inline;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .fuel-chat .btn {
        margin-left: 20px;
    }
}

.fuel-chat-btn .btn {
    border-color: #FFF;
    margin: 20px auto;
}

#fueltable {
    margin-top: -30px;
}

@media (max-width: 991px) {
    .fuel-table-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fuel-table-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.fuel-table {
    color: #000;
    border-top: 0;
}

.fuel-table-logos td {
    width: 20%;
    text-align: center;
    padding-bottom: 0;
}

.table th,
.table td {
    border-top: 0;
}

.fuel-table-data th {
    text-align: left;
    line-height: 115%;
    width: 20%;
}

.fuel-table-data thead th {
    border-bottom: 1px solid #cccccc;
    padding-top: 0 !important;
}

.fuel-table-data-header {
    text-align: center !important;
    color: #000;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.fuel-table-data td {
    width: 20%;
    text-align: center;
    font-size: 14px;
}

.fuel-table-data-feature {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
    padding-left: 15px;
    background-color: #fdf8f4;
}

.fuel-table-data-feature small {
    color: #666666;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.fuel-table-data td small {
    color: #808080;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding-left: 2px;
}

.fuel-table-data td {
    background-color: #FFF;
    border-bottom: 1px solid #cccccc;
}

.valign-middle {
    vertical-align: middle !important;
}

.fuel-table-data ul {
    font-size: 13px;
    text-align: left;
    margin-left: 15px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.fuel-table-data ul li {
    font-size: 13px;
    color: #f47a20;
    line-height: 130%;
    padding-bottom: 10px;
}

.fuel-table-data ul li span {
    color: #000;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.fuel-table-data-disclaimer {
    color: #999999;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    padding-top: 20px !important;
}

.fuel-card-image {
    text-align: center;
}

.fuel-card-image img {
    max-width: 170px;
    height: auto;
}

.fuel-logo-image img {
    max-width: 150px;
    height: auto;
}

.fuel-logo-image-small {
    text-align: center;
}

.fuel-logo-image-small img {
    margin-bottom: 15px;
}

.fuel-pill {
    width: 100%;
    padding: 10px 15px 12px 15px;
    font-size: 13px;
    margin-bottom: 20px;
}

.fuel-enquiry .col-sm-6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {

    .fuel-enquiry .col-sm-6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.fuel-card-xs {
    text-align: center;
    border-bottom: 1px solid #cfdce1;
    padding-bottom: 40px;
    margin-bottom: 5px;
}

.fuel-card-xs img {
    max-width: 175px;
    height: auto;
    margin: 0px auto;
}

.fuel-card-xs h5 {
    color: #009baa;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.5px;
}

.fuel-card-xs-last {
    border-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.fuel-card-xs-pricing {}

.fuel-card-xs-feature {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    margin-top: 15px;
}

.fuel-card-xs-feature small {
    color: #666666;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.fuel-card-xs-feature span {
    text-transform: uppercase;
    color: #00536d;
}

.fuel-disclaimers-xs {
    text-align: left;
    line-height: 110%;
    padding-top: 40px;
}


.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

#thingy .btn[aria-expanded=false]:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    transition: all .2s;
    padding-left: 5px;
    padding-top: 1px;
}

#thingy .btn[aria-expanded=true]:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0d7";
    float: right;
    padding-right: 5px;
    padding-bottom: 1px;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .fa {
    float: right;
    text-align: right;
    padding-top: 4px;
    color: #009baa;
}

[data-toggle="collapse"] .fa:before {
    content: "\f068";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}


.secondary-page-header h1 {
    margin: 30px 0px;
}

.secondary-page-header h2 {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    margin: 0;
    margin-bottom: 40px;
}

.secondary-page-tags {
    padding: 30px 0px 14px 0px;
    border-top: 1px solid #cddee2;
    border-bottom: 1px solid #cddee2;
}

.secondary-page-tags ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.secondary-page-tags ul li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    letter-spacing: -0.25px;
    min-height: 30px;
}

.tertiary-page-header h1 {
    margin: 30px 0px 20px 0px;
    font-size: 32px;
    letter-spacing: -1.25px;
}

.tertiary-page-header h2 {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.page-tag a:link,
.page-tag a:visited {
    background-color: #e5f4f6;
    color: #009baa;
    padding: 5px 12px 6px 12px;
    border-radius: 10px;
}

.page-tag a:hover {
    background-color: #009baa;
    color: #e5f4f6;
    text-decoration: none;
}

.page-tag.active a:link,
.page-tag.active a:visited {
    background-color: #009baa;
    color: #FFF;
    padding: 5px 12px 6px 12px;
    border-radius: 10px;
}

.page-tags {
    color: #00536d;
    font-style: italic;
}

.article-tags {
    padding: 10px 0px 30px 0px;
    border-top: 0;
    border-bottom: 0;
}

@media (max-width: 575px) {

    .secondary-page-tags ul li {
        margin-right: 0px;
        letter-spacing: -0.25px;
        width: 50%;
    }

    .page-tag a:link,
    .page-tag a:visited {
        width: 95%;
        display: block;
        text-align: center;
    }
}





/* What's New section */

.whats-new-article-col {
    margin-top: 30px;
}

.whats-new-article-box {
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    border-radius: 4px;
    border-bottom: 0;
    border: 0px solid rgba(0, 0, 0, 0.1);
    padding: 25px;
    height: 100%;
}

.whats-new-article-box img {
    margin-bottom: 20px;
}

.whats-new-article-box h2 {
    color: #00536d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: -0.25px;
}

.whats-new-article-box h2 a:link,
.whats-new-article-box h2 a:visited {
    color: #00536d;
    text-decoration: none;
}

.whats-new-article-box h2 a:hover {
    text-decoration: underline;
}

.whats-new-article-box p {
    margin-bottom: 15px;
    line-height: 20px;
}

.whats-new-article-box p a:link,
.whats-new-article-box p a:visited {
    color: #009baa;
    text-decoration: none;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.whats-new-article-box p a:hover {
    text-decoration: underline;
}

.whats-new-calc-box {
    background-color: #00536d;
    color: #FFF;
    text-align: center;
}

.whats-new-calc-box h2 a:link,
.whats-new-calc-box h2 a:visited {
    color: #FFF;
}

.whats-new-calc-box .btn {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.whats-new-calc-box p a:link,
.whats-new-calc-box p a:visited {
    color: #FFF;
}

.whats-new-calc-box p a:hover {
    color: #f47a20;
    text-decoration: none;
}


/* Pagination (Blog-type Pages) */

.pagination-row {
    margin-top: 60px;
    margin-bottom: 30px;
}

.pagi-next {
    text-align: right;
}

.pagi-button a:link,
.pagi-button a:visited {
    background-color: #e5f4f6;
    color: #009baa;
    padding: 5px 12px 5px 12px;
    border-radius: 10px;
}

.pagi-button a:hover {
    background-color: #009baa;
    color: #e5f4f6;
    text-decoration: none;
}

.pagi-disabled span {
    background-color: #f5fbfb;
    color: #add8dd;
    padding: 5px 12px 5px 12px;
    border-radius: 10px;
    cursor: not-allowed;
}

.pagi-nav {
    text-align: center;
}

.pagi-nav ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin: 0px auto;
    display: inline-block;
}

.pagi-nav ul li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    letter-spacing: -0.25px;
    min-height: 30px;
}

.pagi-nav a:link,
.pagi-nav a:visited {
    background-color: #e5f4f6;
    color: #009baa;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.pagi-nav a:hover {
    background-color: #009baa;
    color: #e5f4f6;
    text-decoration: none;
}

.pagi-nav.active a:link,
.pagi-nav.active a:visited {
    background-color: #009baa;
    color: #FFF;
    padding: 5px 12px 6px 12px;
    border-radius: 10px;
}


/* Footer Email Subscribe */

.footer-email-container input {
    margin-bottom: 15px;
}

.footer-email-container h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-email-container .form-control {
    padding: 1.25rem 0.75rem;
}

@media (max-width: 991px) {
    .footer-email-container .btn-primary {
        width: 100%;
        display: block;
    }
}


/* Blog-type Articles */

.secondary-page-breadcrumb {
    padding-top: 30px;
    font-size: 15px;
}

.secondary-page-breadcrumb a:link,
.secondary-page-breadcrumb a:visited {
    color: #00536d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.secondary-page-breadcrumb a:hover {
    text-decoration: underline;
}

.posted-by {
    color: #00536d;
    font-size: 14px;
    padding: 40px 0px 30px 0px;
}

.article-intro {
    color: #00536d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 19px;
    letter-spacing: -0.25px;
}

.article-content {}

.article-content a:link,
.article-content a:visited {
    color: #009baa;
    text-decoration: underline;
}

.article-content a:hover {
    color: #00536d;
    text-decoration: underline;
}

.article-content h2 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.article-content h3 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.article-hero-image-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article-calc-box {
    background-color: #00536d;
    color: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    border-radius: 4px;
    padding: 1px 15px;
    height: 100%;
    font-size: 14px;
    line-height: 19px;
}

@media (max-width: 991px) {
    .article-calc-box {
        margin-top: 30px;
        padding: 5px 15px;
    }

    .article-calc-box img {
        max-width: 200px !important;
    }
}

.article-calc-box h2 {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: -0.25px;
}

.article-calc-box h2 a:link,
.article-calc-box h2 a:visited {
    color: #FFF;
    text-decoration: none;
}

.article-calc-box h2 a:hover {
    color: #FFF;
    text-decoration: underline;
}

.article-calc-box .btn {
    width: 100%;
    display: block;
    margin-top: 15px;
    min-width: 100px !important;
}

.article-calc-box p a:link,
.article-calc-box p a:visited {
    color: #FFF;
}

.article-calc-box p a:hover {
    color: #f47a20;
    text-decoration: none;
}

.sticky-top {
    top: 20px;
}

.article-content .card {
    background-color: #fef2e9;
    border: 0;
    margin: 50px 0px;
}

.article-content .card-body {
    padding: 30px;
}

.article-content .card-body h2 {
    margin-top: -4px;
}

.article-content .card-body .card-link {
    color: #f47a20;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.25px;
    font-size: 16px;
}


/* Member Stories */

.member-stories-holder {
    background-color: #c5d0d5;
    background-image: url('/resourcepackages/n3/assets/dist/images/farmers-chatting-background-2.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding-top: 9vw;
    padding-bottom: 9vw;
    min-height: 360px;
}

.member-stories-holder h1 {
    color: #000;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 40px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.member-stories-holder h2 {
    color: #000;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 34px;
    margin: 0;
}

@media (min-width: 768px) {

    .no-border-top {
        border-top: 0;
    }
}

.member-story-saved h1 {
    margin: 20px 0px;
}

.member-story-saved h2 {
    color: #009baa;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    margin: 0;
    margin-bottom: 20px;
}

.member-story-saved h1+h4 {
    color: #6d6d6d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: -0.5px;
}

.member-story-saved sup {
    color: #a1d8dd;
}

@media (max-width: 767px) {

    .member-story-saved {
        text-align: center;
    }

    .member-story-logo {
        text-align: center;
    }

    .supplier-profile-logo {
        text-align: center;
    }

    .member-story-saved h2 {
        margin-bottom: 30px;
    }

    .member-story-saved h1 {
        margin-top: 5px;
    }
}

@media (min-width: 768px) {

    .member-story-logo {
        text-align: right;
    }

    .supplier-profile-logo {
        text-align: right;
    }
}

.member-story-logo img {
    width: 100%;
    height: auto;
    max-width: 140px;
    margin: 0px auto;
}

.supplier-profile-logo img {
    width: 100%;
    height: auto;
    max-width: 255px;
    margin: 0px auto;
}

.article-inline-image {
    padding: 25px 0;
}

.article-inline-image p {
    color: #7f7f7f;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.member-stories-key-suppliers {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 0px 14px 0px;
    border-top: 1px solid #cddee2;
    border-bottom: 1px solid #cddee2;
}

.member-stories-key-suppliers h3 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: -0.75px;
}

.member-stories-key-suppliers-row {
    text-align: center;
    font-size: 16px;
}

.member-stories-key-suppliers-row p {
    margin-bottom: 5px;
}

.member-stories-key-suppliers-savings {
    color: #009baa;
}

.member-stories-key-suppliers-percent {
    color: #00536d;
    padding-bottom: 10px;
}

.member-stories-disclaimer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.member-stories-disclaimer small {
    color: #CCC;
}

@media (max-width: 767px) {

    .member-stories-key-suppliers h3 {
        text-align: center;
    }

    .member-stories-key-suppliers img {
        margin-top: 30px;
    }
}


/* Savings Calculator */

.calc-panel form {
    margin-top: 10px;
}

.calc-panel .form-group {
    margin-bottom: 12px;
}

.calc-business-info {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .10);
    border-radius: 4px;
    border-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}

.calc-business-info {
    padding: 30px;
}

.calc-business-info h3 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    letter-spacing: -0.75px;
    text-rendering: geometricPrecision;
}

.calc-business-info h3 span {
    color: #009baa;
}

.calc-business-info h3+p {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
}

.calc-spending {
    background-color: #00536d;
    border: 0 !important;
}

.calc-spending h3 {
    color: #FFF;
}

.calc-spending h3 span {
    color: #83ced4;
}

.calc-spending p {
    color: #FFF;
}

.calc-spending a:hover {
    color: #f47a20;
}

.calc-note {
    font-size: 12px;
    line-height: 125%;
    margin-top: 25px;
    color: #00536d;
    letter-spacing: -0.25px;
}

.calc-note a:link,
.calc-note a:visited {
    color: #00536d;
    text-decoration: underline;
}

.calc-panel select {
    color: #6c757c !important;
}

.calc-spend-total-note {
    text-align: right;
    color: #FFF;
    font-size: 18px;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.calc-spend-total {
    text-align: left;
    color: #FFF;
    font-size: 18px;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    padding-left: calc(1em + 0.4rem);
    background-image: url(/resourcepackages/n3/assets/dist/images/currency-field-bg-white.png);
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.15rem);
    background-size: 7%;
}

.currency-input {
    padding-left: calc(1em + 0.5rem);
    background-image: url(/resourcepackages/n3/assets/dist/images/currency-field-bg.png);
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: 7%;
}

.currency-input-white input {
    padding-left: calc(1em + 0.5rem);
    background-image: url(/resourcepackages/n3/assets/dist/images/currency-field-bg-white.png);
    background-repeat: no-repeat;
    background-position: center left calc(0.375em + 0.1875rem);
    background-size: 7%;
}

.calc-submit-row h3 {
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.calc-submit-row {
    text-align: right;
    background: Yellow;
    width: 100%;
}

.calc-submit-row .btn {
    float: right;
}

.calc-ready h3 {
    margin-top: 6px;
}

@media (max-width: 767px) {

    .calc-ready h3 {
        padding-top: 25px;
        border-top: 2px solid #326b81;
        text-align: center;
    }
}

@media (min-width: 768px) {

    .calc-button {
        padding-left: 0 !important;
    }
}

.calc-button .btn {
    width: 100% !important;
}

.calc-spending .form-control:disabled,
.calc-spending .form-control[readonly] {
    background-color: #326b81 !important;
    border: 1px solid #578194 !important;
    color: #FFF !important;
}

.was-validated .form-control-currency:valid,
.form-control-currency.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('/resourcepackages/n3/assets/dist/images/svg/checkmark.svg'), url('/resourcepackages/n3/assets/dist/images/svg/currency-field-bg.png');
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem), center left calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), 7%;
}


.was-validated .form-control-currency:invalid,
.form-control-currency.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.top-border {
    border-top: 1px solid #cddde2;
}

.top-gap-70 {
    margin-top: 70px;
}

.top-gap-50 {
    margin-top: 50px;
}

.page-panel {
    padding-top: 50px;
}

.page-panel h2 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -1px;
    text-rendering: geometricPrecision;
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0 !important;
}

.page-panel h2+h3 {
    color: #000;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.25px;
    text-rendering: geometricPrecision;
    font-size: 18px;
    margin-bottom: 30px;
}

.page-panel h4 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -1px;
    text-rendering: geometricPrecision;
    font-size: 28px;
    margin-bottom: 15px;
}

.page-panel h5 {
    color: #000;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.25px;
    text-rendering: geometricPrecision;
    font-size: 18px;
    margin-bottom: 30px;
}

.page-panel h6 {
    color: #000;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.25px;
    text-rendering: geometricPrecision;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
}

small,
.small {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    line-height: 1.0 !important;
}


/* Association Page */

@media (max-width: 575px) {

    .assoc-logo {
        text-align: center;
    }

    .assoc-logo img {
        margin: 0px auto;
        width: 100px;
        height: auto;
        margin-bottom: 20px;
    }

    .assoc-page-header {
        text-align: center;
    }
}

.assoc-page-header h1 {
    font-size: 32px;
}

.assoc-page-header h2 {
    color: #009baa;
    font-size: 24px;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.5px;
    text-rendering: geometricPrecision;
    margin-top: 12px;
    margin-bottom: 0px;
}

.assoc-page-left {
    padding-top: 60px;
}

.assoc-intro-content {
    margin-top: 30px;
}

.assoc-page-right {
    padding-top: 45px;
}

.assoc-page-right .calc-business-info {
    height: auto !important;
    padding-top: 20px;
}

.assoc-form-submit .btn-primary {
    font-size: 15px;
    letter-spacing: -0.25px;
    padding: 10px 10px;
    width: 100%;
    margin-top: 10px;
}

.article-content ol {
    counter-reset: list-items-counter;
    list-style: none;
    padding-left: 40px;
}

.article-content ol li {
    margin: 0 0 8px 0;
    counter-increment: list-items-counter;
    position: relative;
}

.article-content ol li::before {
    content: counter(list-items-counter);
    color: #FFF;
    font-size: 14px;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 15px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -1px;
    background-color: #009baa;
    border-radius: 50%;
    text-align: center;
}

.calc-panel .form-check-label {
    color: #FFF;
    font-size: 13px;
    line-height: 17px;
}

.calc-panel .form-check-label a:link,
.calc-panel .form-check-label a:visited {
    color: #FFF;
    text-decoration: underline;
}

.calc-panel .form-check-label a:hover {
    color: #009baa;
}

.calc-panel .form-check {
    margin-bottom: 5px;
}

.form-group .fa {
    color: #009baa;
}

.tooltip-inner {
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.calc-panel .was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #ff99a3;
}

.calc-panel .was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #74bf85;
}

.assoc-container h2 {
    font-size: 26px;
    margin-top: 50px;
    color: #00536d;
}

.assoc-container h3 {
    color: #009baa;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.assoc-container hr {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f1f1f1;
}

.assoc-container ol {
    counter-reset: list-items-counter;
    list-style: none;
    padding-left: 40px;
}

.assoc-container ol li {
    margin: 0 0 8px 0;
    counter-increment: list-items-counter;
    position: relative;
}

.assoc-container ol li::before {
    content: counter(list-items-counter);
    color: #FFF;
    font-size: 14px;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 15px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -1px;
    background-color: #009baa;
    border-radius: 50%;
    text-align: center;
}

.assoc-container ul {
    list-style: none;
    padding-left: 20px;
}

.assoc-container ul li {
    margin: 0 0 5px 0;
    position: relative;
}

.assoc-container ul li::before {
    content: "•";
    color: #009baa;
    font-size: 30px;
    position: absolute;
    --size: 16px;
    left: calc(-1 * var(--size) - 9px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
}

.article-content ul {
    list-style: none;
    padding-left: 20px;
}

.article-content ul li {
    margin: 0 0 5px 0;
    position: relative;
}

.article-content ul li::before {
    content: "•";
    color: #009baa;
    font-size: 30px;
    position: absolute;
    --size: 16px;
    left: calc(-1 * var(--size) - 9px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
}


.btn-wtt-calc {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    text-align: center;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    min-width: 155px !important;
}

.btn-wtt-calc:focus,
.btn-wtt-calc.focus {
    color: #FFF;
    background-color: #009baa;
    border-color: #009baa;
}

.btn-wtt-calc:hover {
    color: #FFF;
    background-color: #009baa;
    border-color: #009baa;
}

.btn-wtt-calc:active,
.btn-wtt-calc.active,
.open>.dropdown-toggle.btn-wtt-calc {
    color: #f47a20;
    background-color: #333;
    border-color: #f47a20;
}

.btn-wtt-calc:active:hover,
.btn-wtt-calc.active:hover,
.open>.dropdown-toggle.btn-wtt-calc:hover,
.btn-wtt-calc:active:focus,
.btn-wtt-calc.active:focus,
.open>.dropdown-toggle.btn-wtt-calc:focus,
.btn-wtt-calc:active.focus,
.btn-wtt-calc.active.focus,
.open>.dropdown-toggle.btn-wtt-calc.focus {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-wtt-calc:active,
.btn-wtt-calc.active,
.open>.dropdown-toggle.btn-wtt-calc {
    background-image: none;
}

.btn-wtt-calc.disabled:hover,
.btn-wtt-calc[disabled]:hover,
fieldset[disabled] .btn-wtt-calc:hover,
.btn-wtt-calc.disabled:focus,
.btn-wtt-calc[disabled]:focus,
fieldset[disabled] .btn-wtt-calc:focus,
.btn-wtt-calc.disabled.focus,
.btn-wtt-calc[disabled].focus,
fieldset[disabled] .btn-wtt-calc.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}



/* Header when logged in */

.header-actions-dashboard {
    text-align: right;
    padding: 6px 0;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.25px;
    text-rendering: geometricPrecision;
    color: #00536d;
}

.header-actions-dashboard a:link,
.header-actions-dashboard a:visited {
    color: #00536d;
    text-decoration: none;
}

.header-actions-dashboard span {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.header-icon-dashboard {
    font-size: 18px;
    line-height: 200%;
    margin-left: 0px;
}

.navbar-log-out a:link,
.navbar-log-out a:visited {
    color: #868686;
    text-decoration: none;
}

.header-actions-dashboard-badge {
    background: #00536d;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    border-radius: 50%;
    margin-top: -8px;
    margin-left: 10px;
    aspect-ratio: 1/1;
}

/* Tables */
.dashboard-table {
    font-size: 14px;
    margin-bottom: 20px;
}

.dashboard-panel tbody>tr {
    color: #555;
}

.dashboard-panel tbody>tr> :nth-child(1) {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    color: #000;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(69, 142, 165, 0.04) !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #009baa;
    color: #009baa;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.5px;
}

.table tfoot th {
    vertical-align: bottom;
    border-top: 1px solid #009baa;
    color: #009baa;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.5px;
}

.table-disabled {
    color: #c1c1c1 !important;
    text-decoration: line-through;
}

.table-disabled td {
    color: #c1c1c1 !important;
}

.table-disabled a {
    color: #c1c1c1 !important;
}

.paginate_button {
    margin-right: 5px !important;
}

.paginate_button::before {
    content: "";
    display: none;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #e5f4f6;
    color: #009baa;
    padding: 5px 12px 6px 12px;
    border-radius: 10px;
    border: 0;
}

.page-link:hover {
    z-index: 2;
    color: #e5f4f6;
    text-decoration: none;
    background-color: #009baa;
    border-color: #009baa;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 10px;
}

.page-item:last-child .page-link {
    border-radius: 10px;
    margin-right: -5px !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #009baa;
    border-color: #009baa;
}

.page-item.disabled .page-link {
    color: #9ad7dd;
    pointer-events: one;
    cursor: auto;
    background-color: #f5fbfb;
    border-color: #f5fbfb;
}




/* Supplier Listings and Profiles */

.supplier-profile-blurb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.supplier-profile-wtt {
    text-align: center;
    height: auto !important;
}

.supplier-profile h3 {
    color: #00536d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.supplier-profile-wtt-icon img {
    max-width: 60px;
    margin-bottom: 10px;
}

.supplier-profile-wtt-icon:nth-of-type(2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}

.supplier-profile-wtt hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.supplier-profile-blurb hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.supplier-profile-member {
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #cddee2;
}

.supplier-profile-member h3+h3 {
    color: #009baa;
    margin-top: 30px;
}

.supplier-list-header {}

.supplier-list-header h3 {
    color: #00536d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.5px;
}

.supplier-list-header-wtt {
    float: left;
    display: inline-block;
    max-width: 240px;
}

.supplier-list-header-wtt img {
    float: left;
    max-width: 60px;
    height: auto;
}

@media (max-width: 991px) {

    .supplier-list-header-wtt-icon {
        margin-top: 30px;
    }

    .supplier-list-header-wtt-text .hero-wtt-title {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {

    .supplier-list-header-wtt-icon {
        padding-left: 0;
        padding-right: 0;
    }
}

.supplier-list-header-wtt-text .hero-wtt-intro {
    font-size: 14px;
    line-height: 20px;
}

.supplier-list-header-wtt-text .hero-wtt-title {
    font-size: 19px;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
}

.supplier-list-grid h3 {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.75px;
}

.supplier-list-grid h4 {
    color: #00536d;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.75px;
}

.supplier-logo-note {
    text-align: right;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.supplier-grid-industry-header {
    margin-top: 50px;
}

.supplier-grid-supplier {
    margin-bottom: 45px;
    font-size: 14px;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -0.25px;
}

.supplier-grid-supplier img {
    min-width: 160px;
}

.supplier-grid-supplier h5 {
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.supplier-grid-supplier h5 a:link,
.supplier-grid-supplier h5 a:visited {
    color: #000;
    text-decoration: none;
}

.supplier-grid-supplier h5 a:hover {
    text-decoration: underline;
}

.supplier-grid-supplier p {
    margin-bottom: 2px;
}

.supplier-grid-supplier .savings {
    color: #009baa;
}

.supplier-grid-supplier .wtt-yes {
    color: #00536d;
}

.supplier-grid-supplier .wtt-no {
    color: #ccdce1;
}

.supplier-grid-supplier .wtt-status {
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px solid #cddee2;
}

.supplier-grid-supplier .wtt-saved {
    color: #009baa;
}

.supplier-grid-supplier .wtt-no_recent {
    color: #00536d;
}

.supplier-grid-supplier .wtt-no_account {
    color: #ccdce1;
}

.supplier-grid-supplier .fa {
    min-width: 15px;
    text-align: center;
}






.supplier-list-filters {
    margin-top: 20px;
}

.filters-wtt {
    margin-top: 10px;
}

.supplier-list-filters .button {
    display: inline-block;
    cursor: pointer;
    background-color: #e5f4f6;
    color: #009baa;
    padding: 5px 11px 6px 11px;
    border-radius: 10px;
    margin-right: 9px;
    margin-bottom: 9px;
    letter-spacing: -0.25px;
    min-height: 30px;
    border: 0;
}

.supplier-list-filters button:focus {
    outline: 0;
}

.supplier-list-filters .button:hover {
    background-color: #009baa;
    color: #e5f4f6;
}

.supplier-list-filters .button:active,
.supplier-list-filters .button.is-checked {
    background-color: #009baa;
}

.supplier-list-filters .button.is-checked {
    color: white;
}

.supplier-list-filters .button:active {}

.filters-wtt .button {
    background-color: #e5eef0;
    color: #00536d;
}

.supplier-list-filters .filters-wtt .button:hover {
    background-color: #00536d;
    color: #e5eef0;
}

.supplier-list-filters .filters-wtt .button:active,
.supplier-list-filters .filters-wtt .button.is-checked {
    background-color: #00536d;
}

.supplier-list-search {
    margin-bottom: 20px;
}

.supplier-list-search label {
    color: #00536d;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: -0.75px;
    margin-right: 10px;
}

.supplier-list-search input {
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.supplier-list-search input:focus {
    color: #000;
    background-color: #fff;
    border-color: #159caa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 156, 170, 0.3);
}

/* ---- button-group ---- */

.supplier-list-filters .button-group:after {
    content: '';
    display: block;
    clear: both;
}

.supplier-list-filters .button-group .button {
    float: left;
    margin-right: 10px;
}

/* ---- isotope ---- */

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ui group */

.ui-group {
    display: inline-block;
}

.ui-group h3 {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-right: 0.2em;
    font-size: 16px;
}

.ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
}

.contact-details h2 {
    color: #009baa;
}

.contact-details h4 {
    color: #00536d;
    font-size: 18px;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    margin-bottom: 0.5rem;
}

.contact-details p {
    margin-bottom: 1.5rem;
}

.contact-details .calc-note {
    font-size: 11px;
    line-height: 125%;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #666666;
    letter-spacing: -0.25px;
}

.search-form .btn-primary {
    min-width: 45px !important;
    padding: 7px 10px 7px 10px !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* NZ Post Address auto-complete */

.ui-autocomplete {
    background: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
}


/* Custom n3 colours for Bootstrap alerts */

.alert {
    padding: 1rem;
}

.alert h5 {
    font-size: 1.2rem;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
    margin-bottom: 0.4rem;
}

.alert p {
    margin-bottom: 0.25rem;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert a {
    text-decoration: underline !important;
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.alert .btn-primary {
    text-decoration: none !important;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.alert-success {
    background-color: #d4ede9;
    border-color: #b2dcd8;
    color: #23674c;
}

.alert-success a {
    color: #23674c;
}

.alert-success hr {
    border-top-color: #b2dcd8;
}

.alert-success .btn-primary {
    background-color: #48afab;
    border-color: #3c8c89;
    color: #FFF !important;
}

.alert p+.btn {
    margin-top: 0.5rem;
}

.alert-primary {
    color: #004085;
}

.alert-primary a {
    color: #004085;
}

.alert-warning {
    color: #67500d;
    border-color: #efdda6;
}

.alert-warning a {
    color: #67500d;
}

.alert-danger {
    color: #941a25;
    background-color: #f7d8cf;
    border-color: #bb535e;
}

.alert-danger a {
    color: #941a25;
}

.alert-danger .btn-primary {
    background-color: #af4f53;
    border-color: #931924;
    color: #FFF !important;
}

.alert-secondary {
    color: #4e5256;
    background-color: #ececec;
    border-color: #c7c7c7;
}

.alert-secondary a {
    color: #4e5256;
}

.alert .lead {
    font-family: 'GreycliffCF-Medium', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.25px;
}

.alert ul {
    list-style: none;
    margin-left: 15px;
    margin-bottom: 1.5rem;
    padding-left: 5px;
}

.alert ul li {
    margin: 0 0 4px 0;
    position: relative;
}

.alert ul li::before {
    content: "•";
    color: #000;
    font-size: 30px;
    position: absolute;
    --size: 16px;
    left: calc(-1 * var(--size) - 9px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
}

.alert-success ul li::before {
    color: #48afab;
}

.alert-danger ul li::before {
    color: #b15761;
}

/* Forms Overrides (for ClickD forms) */

.clickdform {
    background-color: #f1f5f6;
    padding: 30px !important;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    border: 1px solid #cfdce1;
}

.clickdform .maxSize1 {
    max-width: 500px !important;
    width: 100% !important;
    display: inline-block;
}

.clickdform input[type='text'],
.clickdform textarea,
.clickdform select {
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    padding: 5px 8px !important;
    margin-bottom: 8px !important;
    border: 1px solid #cfdce1 !important;
    width: 100% !important;
}

@media (max-width: 767px) {

    .clickdform input[type='text'],
    .clickdform textarea,
    .clickdform select {
        font-size: 16px !important;
    }
}

span.maxSize1 {
    color: #000 !important;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    font-size: 15px !important;
    letter-spacing: -0.25px !important;
    margin-bottom: 3px !important;
}

.clickdform .responsiveCellSize1 {
    width: 100% !important;
}

.clickdform .minSize1 {
    width: 100% !important;
    min-width: 200px;
}

.clickdform .width100per {
    width: 100% !important;
}

.clickdform .responsiveCell .alignTop {
    display: inline-block !important;
}

.buttonContainer #btnSubmit {
    background-color: #f47a20 !important;
    border: 0 !important;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
    color: #FFF !important;
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
    min-width: 155px !important;
    width: 100% !important;
    padding: 9px 20px 10px 20px !important;
}

.clickdform .buttonContainer {
    display: block !important;
    width: 100% !important;
}

.clickdform .requiredStar {
    color: #f47a20 !important;
    padding: 0 !important;
}


.xpromo h2.promo {
    color: #000;
    font-family: 'GreycliffCF-Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    letter-spacing: -1px;
    text-rendering: geometricPrecision;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

.xpromo p {
    font-size: 130%;
}

ul.tick-dark,
ul.tick-light {
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

ul.tick-dark li {
    background: url('/ResourcePackages/N3/assets/dist/images/list-tick-dark.png') no-repeat left top;
    padding-left: 30px;
    padding-top: 5px;
}

ul.tick-light li {
    background: url('/ResourcePackages/N3/assets/dist/images/list-tick-light.png') no-repeat left top;
    padding-left: 30px;
    padding-top: 7px;
}

@media (max-width: 768px) {

    ul.tick-light li,
    ul.tick-dark li {
        background: none;
        padding-left: 0;
        padding-top: 0;
        position: relative;
        list-style-type: none;
    }

    ul.tick-light li:before,
    ul.tick-dark li:before {
        content: "";
        position: absolute;
        top: -8px;
        width: 24px;
        height: 30px;
        margin-left: -30px;
        background-image: url(/ResourcePackages/N3/assets/dist/images/list-tick-light.png);
    }

    ul.tick-dark li {
        margin-left: 30px;
    }

    ul.tick-dark li:before {
        background-image: url(/ResourcePackages/N3/assets/dist/images/list-tick-dark.png);
    }
}



.quote-box {
    border: 1px solid #009baa;
    border-radius: 15px;
}

.quote-box img {
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: -30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
}

.quote-box p {
    padding: 0 20px 20px 20px;
}

.quote-box hr {
    border-top: 1px solid #009baa;
    margin-left: 40%;
    margin-right: 40%;
}

.quote-box p.quote {
    font-size: 110%;
}

.quote-box p small {
    color: #fff;
}

.suppliers-filter {}

.suppliers-filter .nav-tabs {
    border: none;
}

.suppliers-filter .nav-item {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 0;
}

.suppliers-filter .nav-item:last-child {
    border-bottom: none;
}


.suppliers-filter .nav-tabs .nav-link {
    color: #000;
    border: none;
}

.suppliers-filter .nav-tabs .nav-link.active {
    color: #009baa;
    border: none;
}

.suppliers-filter img {
    margin: 5px;
    width: 100%;
    max-width: 180px;
}

@media (max-width: 767px) {
    .suppliers-filter img {
        max-width: 100%;
    }
}

.footer-menu li {
    border: none;
    background: none;
    font-family: 'GreycliffCF-Regular', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 900;
    color: #00536d;
}

.footer-icons {
    margin-top: 20px;
}

.footer-icons a {
    margin: 20px;
}

.centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.n3-fee-calculation {
    font-family: 'GreycliffCF-Heavy';
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    font-size: 40px;
}

/* visually hide the default radio button */
.n3-radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* make the label relative, add padding to the left for adding the custom radio button */
.n3-radio+label {
    padding-left: 50px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 8px 0;
    height: auto;
}

.n3-radio+label.form-control.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/**
 * :before will be our new button!
 */
.n3-radio+label:before {
    content: " ";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background 250ms ease-in-out;
    /* Your size */
    width: 30px;
    height: 30px;
    /* This should be: 0 - (height / 2) */
    margin-top: -18px;
    background: url('/ResourcePackages/N3/assets/dist/images/list-tick-light-empty.png');
    background-repeat: no-repeat;
}

.n3-radio:checked+label:before {
    /* Your checked background color */
    background: url('/ResourcePackages/N3/assets/dist/images/list-tick-light.png');
    background-repeat: no-repeat;
}

.list-unstyled {
    padding: 0 !important;
    margin: 0 !important;
}
.list-unstyled li:before {
    display: none !important;
}

.btn-secondary.btn-sm {
    font-size: 0.875rem;
    min-width: unset !important;
}


table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none !important;
}

/*Sign up*/
.note-box {
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 12px;
}


/*** Extra stuff, only for new n3 TRADE logo in header **/

.header-logos {
    padding: 8px 0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

    .header-logos img {
        height: 60px;
        width: auto;
    }

    .header-logos .logo-n3-bbp img {
        height: 46px;
        width: auto;
    }

    .header-logos .logo-n3-trade img {
        height: 50px;
        width: auto;
    }

    .header-logos.header-logos-mobile img {
        height: 46px;
        width: auto;
    }

.logo-divider {
    width: 1.5px;
    height: 40px;
    align-self: flex-end;
    background: #bebebe;
}

.header-logos.header-logos-mobile .logo-divider {
    width: 1px;
    height: 25px;
    align-self: unset;
    background: #bebebe;
}

.header-logos.header-logos-mobile {
    padding: 8px 0;
    gap: 12px;
}

    .header-logos.header-logos-mobile .logo-n3-bbp {
        align-self: flex-start;
    }

        .header-logos.header-logos-mobile .logo-n3-bbp img {
            height: 35px;
            width: auto;
        }

/*** End of Extra stuff, only for new n3 TRADE logo in header **/

