﻿html {
    scroll-behavior: smooth
}

body {
    font-family: 'Futura PT', sans-serif;
    color: #000000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
}
/*
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

video {
    height: 100%;
    max-height: 280px;
    width: 100%;
}

.btn {
    border-radius: 0;
    letter-spacing: 2px;
}

.btn-primary, .btn-primary:hover {
    background: #004990;
    border-color: #004990;
}

.nav-link {
    text-transform: uppercase;
}

    .nav-link.active {
        font-weight: bold;
    }

.nav-pills .nav-link {
    border-radius: 0;
    background: #aeaeae;
    color: #494949;
}

    .nav-pills .nav-link.active {
        background: #004990;
        color: #ffffff;
        font-weight: normal;
    }

.text-black {
    color: #000000 !important;
}

.text-blue {
    color: #004990 !important;
}

.xp-section {
    border-bottom: 4px solid #004990;
}

.xp-title {
    padding: 1.5rem 0;
    color: #004990;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
*/

.admin-header-links {
    background-color: #444;
    padding: 5px;
    text-align: center
}

    .admin-header-links .administration {
        color: #ffffff;
        text-decoration: none
    }

        .admin-header-links .administration:hover {
            color: #ff0000
        }

.header {
    margin-top: 15px
}

.xp-section {
    background-color: #024790;
    height: 5px;
    border: 0
}

.btn-primary {
    background-color: #024790;
    border-color: #024790;
}

.logo {
    width: 100%;
    max-width: 250px;
    margin-bottom: 5px;
    border: 0;
    display: inline-block
}

    .logo img {
        width: 100%
    }

.subtitle {
    text-align: center;
    color: #024790;
    white-space: nowrap;
    margin: 0
}

.customerservicetitle {
    background-color: #024790;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}

.no-radius {
    border-radius: 0 !important
}

.main {
    max-width: 1028px;
    margin: auto
}

.tile .picture {
    background: #444;
    height: 100%;
    overflow: hidden;
    margin-bottom: 14px
}

    .tile .picture img {
        width: 100%
    }

.tile .title {
    background-color: #024790;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px
}

.tile .menu {
    color: #024790;
    background-color: #fff;
    text-transform: uppercase;
    text-align: left
}

    .tile .menu > div {
        border: solid 1px #024790;
        border-top-width: 0;
        padding: 10px;
    }

    .tile .menu div > a {
        border-top: 0;
        white-space: nowrap;
        max-width: 184px;
        margin: auto;
        display: block;
        color: #000;
        text-decoration: none
    }

.menu > div:not(.animate):hover, .menu .active {
    background-color: #024790;
    color: #fff;
    transition: 0.2s linear;
    cursor: pointer
}

.menu div:hover > a, .menu-item.active > a {
    color: #fff !important
}

.menu-item > :first-child:after {
    content: "";
    display: inline-block;
    border: solid 7px transparent;
    border-left: solid 7px #024790;
    margin-left: 10px
}

.menu-item:hover > :first-child:after, .menu-item.active > :first-child:after {
    border-left-color: #fff;
    transition: 0.2s linear;
}

.menu-item.active > :first-child:after {
    transform: rotate(90deg);
    margin-bottom: -5px
}

.menu-item + div {
    display: none;
    height: 0;
    opacity: 0;
    transition: 0.3s linear
}

.menu-item.active + div div:hover a {
    color: #007bff !important
}

.menu-item.active + div {
    display: block
}

    .menu-item.active + div.animate {
        height: auto;
        opacity: 1
    }

.menu-item + div > div {
    margin: 5px;
}

.tracking-response .hidden:not(.active) {
    display: none
}

.tracking-form {
    max-width: 600px;
    margin: auto
}

.tracking-response .resp-img img {
    max-width: 150px
}

.is-loading {
    transition-property: none;
    user-select: none;
    pointer-events: none;
    color: transparent !important;
}

    .is-loading:after {
        content: "Wait...";
        position: absolute;
        margin-left: -50%;
        color: #fff
    }

@media (max-width: 991px) {
    .subtitle {
        font-size: 1.4rem;
        margin: 10px 0;
        text-align: left
    }

    .customerservicetitle {
        font-size: 1.1rem;
    }

    .logo {
        zoom: 0.7
    }
}

@media (max-width: 767px) {
    .subtitle {
        font-size: 1.6rem;
        margin: 10px 0;
        text-align: left
    }

    .customerservicetitle {
        font-size: 1.3rem;
    }

    .logo {
        zoom: 0.6
    }

    .mid-col {
        padding-left: 0
    }

    .col {
        flex-basis: initial !important;
    }
}

@media (max-width:440px) {
    .mid-col {
        padding-left: 15px
    }
}

@media (max-width: 368px) {
    .subtitle {
        font-size: 1rem;
        margin: 10px 0;
        text-align: left
    }

    .customerservicetitle {
        font-size: .7rem;
    }

    .logo {
        zoom: 0.6
    }

    .track-order-title {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .mid-col {
        margin-top: 0 !important
    }
}

