﻿.nav-dropdown.active {
    display: block
}

nav {
    transition: 0s
}

.nav-chat {
    cursor: pointer;
    font-size: 15px;
    background-color: #0379b4;
    width: auto;
    border: 1px solid rgba(255,255,255,.5);
    line-height: 25px;
    height: auto !important;
    margin-right: 0 !important;
    font-family: akzidenz-grotesk,Helvetica;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 12px;
    position: relative;
    font-style: initial;
    padding: 11px 20px 8px 20px !important
}

@media screen and (max-width: 767px) {
    nav ul.nav-right {
        float: initial;
        height: auto;
    }
}

@media screen and (min-width:767px) {
    .nav-right {
        margin-left: -50px
    }

    nav ul.nav-right li a {
        margin: 4px 15px;
    }

    .ars__header--logo img {
        height: 108px
    }

    .nav-chat:hover {
        background: #123453
    }

    .chat-icon {
        position: sticky;
        margin-right: 10px;
        vertical-align: bottom
    }
}

@media screen and (min-width:993px) {
    .nav-chat {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (max-width:992px) and (min-width:767px) {
    .nav-chat {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .nav-about-li {
        font-weight: 700;
        font-size: 18px
    }

    .nav-right .button__schedule {
        margin-left: 0
    }

    nav ul.nav-right li a {
        font-size: 18px;
        padding: 18px 16px;
        letter-spacing: 0;
        margin: 0 0;
        margin-right: 0;
        height: 100%
    }

    .nav-about {
        font-size: 18px;
    }

    .nav-chat {
        background: #fff;
        font-size: 18px;
        border-radius: 10px;
        font-family: akzidenz-grotesk,Helvetica;
        font-size: 20px;
        color: #123453;
        margin-left: 0;
        padding: 15px 15px !important;
        border-radius: 10px
    }

    .chat-icon {
        display: none
    }

    .schedule-icon {
        display: none
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block
    }
}

@media screen and (min-width:767px) {
    .desktop-hide {
        display: none !important
    }

    .desktop-show {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .nav-container.active {
        left: 0;
    }

    .nav-container {
        transition: .25s
    }

    nav li {
        cursor: pointer
    }

    nav > ul > li.active > .span, nav > ul > li.active > a {
        color: #fff
    }

    nav > ul > li.has-dropdown.active:before {
        content: url(https://www.ars.com/Ars-dev/media/ImageAssets/white-down-arrow.png);
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 18px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    nav ul li .span {
        display: block
    }
}