.sticky-wrapper.is-sticky {
    visibility: hidden;
}
.sticky-nav {
    height: auto;
    /*box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);*/
    /*border-top: 1px solid #C4C8CC;
    border-bottom: 1px solid #C4C8CC;*/
    border-top: 1px solid #C4C8CC;
    box-shadow: 0 1px 0 #C4C8CC;
    background-color: #ffffff;
    z-index: 100;
    position: relative;
}
@media (min-width: 951px) {
    .sticky-nav {
        height: 58px;
    }
}
.sticky-nav ul {
    display: flex;
    /*align-self: center;
    height: 100%;*/
}
.sticky-nav ul li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 0px;
    height: 100%;
    position: relative;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
.sticky-nav-mobile {
    /*box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);*/
    border-top: 1px solid #C4C8CC;
    box-shadow: 0 1px 0 #C4C8CC;
    background-color: #ffffff;
}
.sticky-nav li a.text-small {
    line-height: 2.2rem
}
.sticky-nav li.active a.text-small {
    color: #000;
}
.sticky-nav li.active:after {
    content: "";
    border-bottom: solid 3px #006ac3;
    /*padding-bottom: 27px;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 100%;
    box-sizing: border-box;
}
.fixed-nav-top {
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}
.fixed-nav-top .nav .table-wpr .table-cell {
    padding-top: 15px;
    padding-bottom: 15px;
    /*padding-right: 30px;*/
    border-right: 30px solid white;
    position: relative;
    text-align: center;
}
.fixed-nav-top .nav .active:after {
    content: "";
    border-bottom: solid 3px #006ac3;
    padding-bottom: 27px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 100%;
    box-sizing: border-box;
}
.fixed-nav-top .nav .active a {
    color: black;
}
.blue-after:after {
    content: url(/dvl/v1.0/assets/images/ui/ui-triangle-down-blue.svg) !important;
}


/* BANNER */
.banner.fw-bnr {
    background-size: cover;
    background-position-x: 150px;
}
@media (min-width: 768px) {
    .banner.fw-bnr {
        background-size: contain;
        background-position-x: 250px;
    }
}
@media (min-width: 992px) {
    .banner.fw-bnr {
        background-position-x: 130%;
    }
}
@media (min-width: 1070px) {
    .banner.fw-bnr {
        background-size: 70%;
    }
}
@media (max-width: 639px) {
    .banner.fw-bnr.energy-lines-grey .banner-img-mobile {
        background-position: center top;
    }
}

/* PILL */
.snipe.pill {
    height: 25px;
    border-radius: 2.5rem;
}
.snipe.pill span {
    background: #f3b52b;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 2.6rem;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 2.5rem;
}
.snipe.pill:after {
    content: none;
}

/* Section Energyline BG */
.energyline-bg {
    min-height: auto;
    background-repeat: no-repeat;
    /*background-position: center right -140px;*/
    background-position: center;
    background-size: contain;
    background-color: #fafafa!important;
}
.energyline-bg .section-inner {
    min-height: auto;
    display: flex;
    align-items: center;
}
@media (max-width: 639px) {
    .energyline-bg .grid-half.mob-img {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 6px;
    }
}
@media (min-width: 640px) {
    .energyline-bg {
        background-image: url('../images/receiving-payments-img.jpg');
        background-size: cover;
       /* background-position: center right -175px;*/
    }
}
@media (min-width: 640px) and (max-width: 641px) {
    .energyline-bg {
        background-position: right -220px center;
    }
}
/*@media (min-width: 768px) {
    .energyline-bg {
        background-position: center right -140px;
    }
}*/
@media (min-width: 1200px) {
    .energyline-bg {
        /*background-position: center right -220px;*/
        background-position: right -335px center;
    }
    .energyline-bg,
    .energyline-bg .section-inner {
        min-height: 780px;
    }
}
@media (min-width: 1250px) {
    .energyline-bg {
         background-position: center;
    }
}
/*@media (min-width: 1441px) {
    .energyline-bg {
        background-position: center right;
    }
}*/

/* Helper */
.align-center {
    display: flex;
    justify-content: center;
}
.align-right {
    display: flex;
    justify-content: center;
}
.align-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mar-l-auto {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 640px) {
    .align-right {
        justify-content: flex-end;
    }
    .mar-l-auto {
        margin-left: auto;
        margin-right: 0;
    }
}
.mobile-only .interac-img {
    margin: 0 auto;
}

/* go global */
.map-bg {
    background-image: url('../images/map-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fafafa;
}
@media (max-width: 639px) {
    .map-bg {
        background-position: top center;
        background-size: contain;
    }
}
.mar-b-10 {
    margin-bottom: 10px;
}

/* become a client */
@media (max-width: 639px) {
    #become-a-client .table-wpr {
        width: 100%;
    }
    #become-a-client .table-wpr img {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .w-min-500 {
        min-width: 515px;
        padding-right: 0!important;
    }
}