/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

:root {
    --tan: #F9F7EF;
    --teal: #8AF3E3;
    --darkblue: #2E485C;
    --darktext: #1B1D58;

    --link: dodgerblue;
}

html {
    /* scroll-behavior: smooth; */
}


/* Bootstrap extensions */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Poppins;
}

.fs-7 {
    font-size: .875rem !important;
}

.fs-8 {
    font-size: .75rem !important;
}

.mt-6,
.mt-sm-6,
.mt-md-6,
.mt-lg-6,
.mt-xl-6,
.mt-xxl-6 {
    margin-top: 6rem !important;
}

.pt-6,
.pt-sm-6,
.pt-md-6,
.pt-lg-6,
.pt-xl-6,
.pt-xxl-6 {
    padding-top: 6rem !important;
}

/* # STYLE */
body {
    font-family: 'Poppins', sans-serif;
    /* max-width: 100%; */
    /* overflow-x: hidden; */
}

a {
    text-decoration: none;
    color: dodgerblue;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

svg {
    width: 14px;
    height: 16px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* # HEADER */

/* Header */

.header-bar {
    background: var(--teal);
    border-bottom: 1px solid var(--darktext);
    color: var(--darktext);
    width: 100vw;
}

.navbar-brand {
    display: flex;
}

.navbar-brand img {
    height: 40px;
    padding-right: 8px;
}

@media (min-width: 768px) {

    .navbar-brand img {
        height: 50px;
        padding-right: 10px
    }

    .navbar-brand h1 {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 1200px) {

    .navbar-brand img {
        height: 60px;
        padding-right: 20px;
    }

    .navbar-brand h1 {
        font-size: 1.5rem !important;
    }
}

.navbar-toggler {
    color: var(--teal);
}

.header-bar a {
    color: inherit;
}

.navbar-collapse:not(.show) ul {
    margin-right: -0.5rem;
}

.header-bar li a {
    /* padding: 0 .5rem; */
    white-space: nowrap;
}

.navbar-nav .nav-link {
    /* border: 1px solid transparent;
    border-radius: 1rem; */
    color: inherit;
}

.navbar-nav .nav-link.active {
    /* border-color: inherit; */
    color: inherit;
    color: #FE0341;
}


/* sub-header */

.header-offset {
    padding-top: 77px;
}

.header-offset,
.sub-header {
    background: #F8F8F8;
}

.sub-header .contact-info {
    font-size: 0.875rem;
}

/* CLEANUP MENU AND HTML STYLE ATTRIBUTES */
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-info>div:first-child {
        flex-grow: 0 !important;
    }
}

.sub-header .cta {
    font-family: Poppins;
    font-weight: 300;
    line-height: .9em;
    text-transform: uppercase;
}

.sub-header .cta b {
    font-weight: inherit;
    line-height: .9em;
}

/* @media (min-width: 576px) { ... } */
@media (max-width: 575px) {

    .sub-header .cta {
        background: #fff;
        font-size: .875rem;
        text-transform: uppercase;
    }

    .sub-header .cta b {
        display: block;
        font-weight: 100;
        font-size: 3rem;
    }
}


/* # SLIDER */

.slider .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide .more {
    cursor: pointer;
}

.slide.promo {
    background: rgb(24, 54, 80);
    color: #fff;
}

@media (min-width: 768px) {
    .slide.promo {
        margin-left: 12px;
    }
}

.slider .overlay {
    background: rgba(24, 54, 80, .7);
    color: #fff;
}

.slide,
.slide .overlay,
.service {
    height: 260px;
}

@media (min-width: 768px) {

    .slide,
    .slide .overlay,
    .service {
        height: 260px;
    }
}

@media (min-width: 992px) {

    .slide,
    .slide .overlay,
    .service {
        height: 300px;
    }
}

@media (min-width: 1200px) {

    .service {
        height: 400px;
    }
}


/* # SERVICES */

.service {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* height: 280px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service .overlay {
    background: rgba(24, 54, 80, .85);
    color: #fff;
    position: absolute;
    top: calc(100% - 4rem);
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 1.5rem;
    transition: top .2s ease;
}

.service:hover .overlay {
    top: 0;
}

.service .overlay h4 {
    line-height: 4rem;
    margin-bottom: 0;
}

.service .overlay .more {
    color: var(--teal);
    font-weight: bold;
    padding-top: 1rem;
}


/* # TRACKING */

.tracking-banner {
    /* background: var(--tan); */
    color: var(--darktext);
}

.tracking-banner .row,
.tracking-box {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


.tracking-banner .row {
    padding-top: 45%;
}

.tracking-box {
    background-color: var(--tan);
}

.tracking-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {


    /* .tracking-banner {
        overflow: hidden;
    } */

    .tracking-banner .row,
    .tracking-box {
        background-position: center left;
        background-repeat: no-repeat;
        background-size: auto 101%;
    }

    .tracking-banner,
    .tracking-banner .row,
    .tracking-box {
        height: 250px;
    }

    .tracking-banner .row {
        padding-top: 0;
    }

    .tracking-box {
        background-color: transparent;
        height: 252px;
        margin-top: -1px;
        padding-left: calc(130px + 50px);
        padding-right: 100px;
    }

}

@media (min-width: 992px) {

    .tracking-banner,
    .tracking-banner .row,
    .tracking-box {
        height: 350px;
    }


    .tracking-box {
        height: 352px;
        padding-left: calc(130px + 50px);
        padding-right: 100px;
    }
}

.tracking-form {
    /* width: 320px; */
}

.tracking-form h2 {
    white-space: nowrap;
}

.tracking-input {
    background: var(--darkblue);
    color: #fff;
}

.tracking-input::placeholder {
    color: #999;
}

.tracking-btn {
    background: var(--teal);
    color: var(--darkblue);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Partners Bar */
.partners {
    background: var(--teal);
}

.partners img {
    width: auto;
    height: auto;
}

.partners img.ups {
    height: 72px;
}

.partners img.fedex {
    height: 48px;
}

.partners img.usps {
    height: 30px;
}

@media (min-width: 768px) {
    .partners img.ups {
        height: 96px;
    }

    .partners img.fedex {
        height: 64px;
    }

    .partners img.usps {
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .partners img.ups {
        height: 120px;
    }

    .partners img.fedex {
        height: 80px;
    }

    .partners img.usps {
        height: 50px;
    }
}


/* # CONTACT */

.contact-section {
    min-height: 60vh;
}

.contact-map {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    height: 30vw;
    position: relative;
}

/* @media (min-width: 768px) { ... } */
@media (max-width: 767.8px) {
    .contact-map {
        height: 100vw;
        max-height: 500px
    }
}

.contact-map>img {
    max-width: none;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-info {
    margin-bottom: .75em;
}

.contact-info .item {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: .75em;
}

@media (min-width: 768px) {
    .contact-info {
        margin-bottom: 1em;
    }

    .contact-info .item {
        margin-top: 1em;
    }
}

.contact-info .item svg {
    flex: 0 0 1rem;
}

.contact-info p {
    display: inline-block;
    line-height: 1.2;
    padding-left: .5rem;
}

.contact-info a {
    color: inherit;
}

.contact-info var {
    font: inherit;
    white-space: nowrap;
}

/* # FOOTER */

.footer-widgets {
    background: #102334;
    color: #fff;
    /* revalidate */
    padding: 0.1px;
}

.footer-widgets .newsletter-signup input {
    /* background: #fff;
    color: #183650;
    padding: 10px; */
}

.footer-widgets .newsletter-signup button {
    background: var(--teal);
    color: var(--darktext);
}

.footer-widgets .hours {}

.footer-widgets .hours dt {
    text-align: right;
}

.footer-widgets .hours dd {
    margin-bottom: 0;
}

.footer-legal {
    background: var(--teal);
    padding: 0.1px;
}

.footer-legal ul {
    text-align: right;
}

.footer-legal li a {
    color: inherit;
    white-space: nowrap;
}


/* # MODALS */

.modal-content p {
    line-height: 1.5;
}

.modal-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.modal-autostyle {}

.modal-autostyle h4,
.modal-autostyle h5,
.modal-autostyle h6,
.modal-autostyle p {
    margin-top: 1em;
}