﻿#main-menu-wrapper li a {;
    line-height: 22px;
    min-height: 0;
}


@media (min-width:40.063em) {
    .list-break {
        column-count: 2;
        column-gap: 20px;
    }
}

.panel, .panel-heading {
    border-radius: 0;
}

.panel-heading .panel-title a {
    color: #FFF;
    font-weight: bold;
    line-height: 20px;
}

    .panel-heading .panel-title a:hover, 
    .panel-heading .panel-title a:focus {
        color: #DDD
    }

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    overflow: hidden;
    background-color: #333;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.ticker__item {
    display: inline-block;
    padding: 0 4px;
    font-size: 14px;
    color: white;
}

.nav-title {
    padding: 4px 20px;
    color: #fff;
    font-weight: bold;
}

.quick-area {
    text-align: center;
}

.quick-area h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}
