﻿@media (max-width: 767px) {

    .topbar-a img {
        margin-top: -5px;
        height: 36px;
    }

    .topbar-a {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .info-bar-inner, .info-bar-close {
        line-height: 26px;
        padding: 8px;
    }

    .info-bar-close {
        position: absolute;
        right: 10px;
        bottom: -12px;
    }

        .info-bar-close img {
            margin-top: -22px;
            margin-right: -6px;
            width: 26px;
        }

    .signup-alert .btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .signup-alert-content {
        line-height: 21px;
        font-size: 14px;
    }

    .news-date-b {
        font-size: 11px;
    }

    .menu-container {
        font-size: 18px;
    }

    .menu-decor {
        background: url(img/phoenix.png) no-repeat;
        width: 92px;
        height: 88px;
        background-size: contain;
    }

    .subtitle {
        font-size: 18px;
        line-height: 38px;
    }

    .breadcrumbs {
        display: none;
    }

    input {
        font-size: 14px;
    }

    select {
        font-size: 14px;
    }

    .info-bar {
        font-size: 12px;
    }

    .signup-alert {
        padding: 12px;
    }

    .signup-alert-content {
        margin-left: 4px;
    }

    .login-block {
        padding: 16px;
    }

    .news-list p {
        font-size: 12px;
    }

    /*.footer-a-menu {
        color: #ccc;
        list-style: initial;
        list-style-type: square;
        padding-left: 40px;
    }

        .footer-a-menu li {
            border-right: none;
            display: list-item;
            padding: 0 15px;
            margin-bottom: 6px;
        }*/

    .footer-a-container > .footer-a-menu-right {
        position: relative;
        border-left: 0px;
    }

    .footer-a-container > .footer-a-menu-right:before {
        content: " | ";
    }

    .footer-a-container > .footer-a-menu-right > li:first-child {
        padding-left: 5px;
    }

    .footer-a-menu li {
        border-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-a-menu li + li:before {
        content: "|";
        padding-right: 5px;
        display: inline-block;
    }

    .footer-a-container > .footer-a-menu {
        display: inline;
    }

    .standard-sidebar-container {
        perspective: 295px;
    }

        .standard-sidebar-container h2 {
            display: block;
            background: #DDDDDD;
            background-image: url(/content/css/site/img/sidebar-dropdown.png);
            background-repeat: no-repeat;
            background-position: right;
            color: #000;
            font-size: 22px;
            padding: 18px;
            margin-bottom: 0;
            transition: all 0.2s;
        }

        .standard-sidebar-container.active h2 {
            background: #cccccc;
            background-image: url(/content/css/site/img/sidebar-dropdown-up.png);
            background-repeat: no-repeat;
            background-position: right;
        }

    .standard-sidebar {
        font-size: 14px;
        display: none;
    }

        .standard-sidebar li {
            padding-top: 8px;
            padding-bottom: 8px;
            transition: all 0.5s;
        }

    .call-to-action {
        padding: 18px;
        font-size: 16px;
    }

    .main-body h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 18px;
    }

    .sidebar-call-to-action {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /*.search-bit input, .search-bit select {
        margin-bottom: 5px;
        margin-top: 5px;
    }*/

    .table-responsive::before {
        display: block;
        content: 'Drag table right to see more fields';
        width: 100%;
        padding: 10px;
    }

    .table-responsive {
        border: 0;
    }

    .main-body h2 {
        font-size: 22px;
    }
}
