/* Critical header styles — mirrored from live /_/style.css (template.less + utilities.less) */

header {
    background-color: white;
    border-top: 6px solid #00abda;
    border-bottom: 2px solid #00abda;
    z-index: 10;
    transition: .5s height ease;
    z-index: 2000 !important;
}

header .logo {
    margin: 5px 0;
    transition: .5s ease;
}

header .logo img {
    display: block;
    width: 120px;
    height: 62px;
    transition: .5s ease;
}

header .navigation .tier-one {
    position: relative;
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -5px;
    margin-top: 5px;
}

header .navigation .tier-one button {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    color: #525252;
    margin-left: 20px;
}

header .navigation .tier-one button svg,
header .navigation .tier-one button img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    color: #00abda;
}

header .navigation .tier-one a {
    font-size: 14px;
    font-weight: 300;
    background-image: url('/_/img/atomic.svg');
    background-size: 18px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 20px;
    position: unset !important;
}

header .navigation .tier-one a:last-child {
    right: 15px;
    margin-right: 5px;
    background-image: url('/_/img/phone.svg');
}

header .navigation .tier-two {
    height: 30px;
    position: relative;
}

header .navigation .tier-two .nav {
    position: absolute;
    right: 0;
    bottom: -5px;
    white-space: nowrap;
}

header .navigation .tier-two .nav a.link-up {
    margin-right: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

header .navigation .tier-two .nav a.link-up.top-drop {
    background-image: url('/_/img/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: 100% 55%;
    background-size: 14px 8px;
    padding-right: 20px;
    background-color: transparent;
}

header .navigation .uk-width-small {
    width: 105px;
    position: relative;
}

header .navigation .uk-width-small .search {
    background-color: #00abda;
    padding: 24px 28px;
    text-align: center;
    position: absolute;
    bottom: -34px;
    margin-left: 20px;
    cursor: pointer;
    border: none;
}

header .navigation .uk-width-small .search span {
    color: white;
}

header .navigation .uk-width-small .search span svg {
    width: 28px;
    height: 28px;
}

header .navigation .uk-width-small .search span svg circle,
header .navigation .uk-width-small .search span svg path {
    stroke: #ffffff;
}

header .search_drop {
    width: 100%;
    height: 55px;
}

header .search_drop form {
    height: 100%;
    width: 100%;
}

header .search_drop form input {
    height: 100% !important;
    font-size: 25px;
    font-style: italic;
    font-weight: 200;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #00abda;
    color: #525252;
}

.hamburger {
    height: 34px;
    width: 40px;
    position: absolute;
    top: 39%;
    right: 0;
    transition: .3s ease;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger div {
    width: 100%;
    height: 4px;
    background-color: #00abda;
    margin-bottom: 6px;
    transition: .4s ease;
    border-radius: 25px;
}

.hamburger .heel {
    margin-bottom: 0;
}

/* Match UIKit @m breakpoint helpers used in the header before style.css loads */
@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important;
    }

    .uk-hidden\@m {
        display: block !important;
    }
}

@media (min-width: 640px) {
    header .logo {
        margin: 12px 0;
    }
}

@media (min-width: 960px) {
    header {
        height: 100px;
    }

    header .logo {
        margin: 20px 0;
    }

    header .logo img {
        width: 200px;
    }

    header .navigation .tier-one {
        height: 42px;
    }

    header .navigation .uk-width-small .search {
        bottom: -20px;
    }

    #offcanvas-nav {
        display: none;
    }

    .uk-hidden\@m {
        display: none !important;
    }
}
