.top-bar {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.contain-to-grid .top-bar {
    max-width: 940px;
    margin: 0 auto;
}
.top-bar > ul .name h1 {
    line-height: 45px;
    margin: 0;
}
.top-bar > ul .name h1 a {
    font-weight: bold;
    padding: 0 22.5px;
    font-size: 17px !important;
}
.top-bar > ul .name img {
    margin-top: -5px;
    vertical-align: middle;
}
.top-bar.expanded { height: inherit; }
.top-bar ul {
    margin-right: 0;
    list-style: none;
    padding: 0px;
    margin: 0px;
    top: auto;
}
.top-bar ul > li {
    float: left;
    background-image: none;
    padding: 0;
    margin: 0;
}
.top-bar ul > li a {
    position: relative;
    color: #000;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 0 15px;
}
.top-bar ul > li.dropdown a {padding: 0 25px 0 15px;}
.top-bar ul > li.dropdown a:before {
    position: absolute;
    content: '';
    right: 10px;
    top: 15px;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    border-left: 4px solid transparent;
    border-bottom: 0 solid transparent;
}
.top-bar ul > li > a:hover, .top-bar ul > li.active > a, .top-bar ul > li > a:focus { color: #898989; }
.top-bar ul > li.divider {
    background: black;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-left: 1px;
    width: 1px;
}
.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: transparent; }
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a { color: #fff; }
.top-bar ul > li.search { padding: 0 15px; }
.top-bar ul > li.search form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 200px;
}
.top-bar ul > li.search form input[type=text] {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
    font-size: 13px;
    margin-top: -1px;
    height: 22.5px;
    margin-bottom: 0;
    width: 130px;
}
.top-bar ul > li.search form input[type=text] + .button {
    border-right: none;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    float: right;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
}
.top-bar ul > li.search form input[type=search] {
    font-size: 16px;
    margin-bottom: 0;
}
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus {background: transparent;}
.top-bar ul > li.login { padding: 0 15px; }
.top-bar ul > li.login form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 300px;
}
.top-bar ul > li.login form input {
    float: right;
    width: auto;
    font-size: 13px;
    margin-top: -1px;
    height: 22.5px;
    margin-bottom: 0;
}
.top-bar ul > li.login form input[type=text] {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 120px;
}
.top-bar ul > li.login form input[type=password] {
    margin-bottom: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 120px;
}
.top-bar ul > li.login form input[type=password] + .button {
    border-right: none;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    float: right;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
    width: 60px;
}
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus { background: transparent; }
.top-bar ul > li.toggle-topbar { display: none; }
.top-bar ul > li.has-dropdown { position: relative;}
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown {
    display: block;
    display: block;
}
.top-bar ul > li.has-dropdown > a {  }
.top-bar ul > li.has-dropdown > a:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: white transparent transparent transparent;
    margin-left: 15px;
    margin-top: -2.5px;
    position: absolute;
    left: 0;
    top: 50%;
}
.top-bar ul > li.has-dropdown .dropdown {
    background: transparent;
    right: 0;
    margin: 0;
    padding: 9px 0 0 0 !important;
    position: absolute;
    display: none;
    z-index: 99;
}
.top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
    background-image: none;
    line-height: 1;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px !important;
}
.top-bar ul > li.has-dropdown .dropdown li > a {
    color: #000;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 5px 17px 5px 15px;
    white-space: nowrap;
}
.top-bar ul > li.has-dropdown .dropdown li > a:after { border: none; }
.top-bar ul > li.has-dropdown .dropdown li > a:hover, .top-bar ul > li.has-dropdown .dropdown li > a:focus { color: #898989; }
.top-bar ul > li.has-dropdown .dropdown li label {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding-right: 15px;
    text-transform: uppercase;
}
.top-bar ul > li.has-dropdown .dropdown li.divider {
    border-top: solid 1px black;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    height: 10px;
    padding: 0;
    width: 100%;
}
.top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
.top-bar ul > li.has-dropdown .dropdown li.active a { background: transparent; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-left: 30px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    display:none;
    border: none;
    content: "\00bb";
    left: 5px;
    top: 6px;
}
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position: absolute;
    right: 100%;
    top: 0;
}
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown,
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown { display: block; }
.top-bar ul.center {
    text-align:center;
    float:none;
    display:block;
    line-height:40px;
}
.top-bar ul.center > li {
    display:inline-table;
    *display:inline;
    zoom:1;
    float:none;
    background-image: none;
    padding: 0px;
    margin: 0px;
}
.top-bar ul.right {
    float: right;
    width: auto;
    margin-bottom: 0;
}
.top-bar ul.left {
    float: left;
    width: auto;
    margin-bottom: 0;
}
.top-bar ul.left .has-dropdown .dropdown {
    right: auto;
    left: 0px;
}
.top-bar ul.left .has-dropdown .dropdown li.has-dropdown > .dropdown {
    left: 100%;
    right: auto;
    width: 100%;
}
.top-bar .js-generated { display: none; }
.top-bar.vertical {
    background: transparent;
    min-height: auto;
    line-height: 45px;
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
    position: relative;
}
.top-bar.vertical ul {
    display:block;
    float:none !important;
    height:auto;
    line-height:auto;
}
.top-bar.vertical ul > li {
    display:block;
    float:none;
    background-image: none;
    padding: 0px;
    margin: 0px;
}
.top-bar.vertical ul > li a {
    height:auto;
    line-height:1.3;
    padding:6px 0;
    white-space:pre-line;
}
.top-bar.vertical ul > li.has-dropdown {position:static;}
.top-bar.vertical ul > li.has-dropdown .dropdown {
    right:auto;
    margin:0;
    padding:0 !important;
    position:static;
    display:block;
    z-index:auto;
}
.top-bar.vertical ul > li.has-dropdown .dropdown li {
    background: transparent;
    background-image: none;
    line-height: 1;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px !important;
}
.top-bar.vertical ul > li.has-dropdown .dropdown li > a {
    height:auto;
    line-height:1.3;
    padding:5px 17px 5px 15px;
    white-space:pre-line;
}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position:static;
    right:auto;
    top:auto;
}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a {padding-right:30px;}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a li a {padding-right:45px;}
.top-bar.vertical ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li a li a li a {padding-right:60px;}
.top-bar.vertical ul > li > a:hover,
.top-bar.vertical ul > li.active > a,
.top-bar.vertical ul > li > a:focus {color: #898989 !important;}
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; }
}
.material-menu-button {
    display:block;
    width:50px;
    height:45px;
    padding:10px 10px 0px 10px;
    background-color:#000;
}
.material-menu-button span {
    display:block;
    width:100%;
    height:5px;
    margin-bottom:4px;
    background-color:#fff;
}
.material-menu-button {display:none;}

@media only screen and (max-width: 992px) {
    .material-menu-button {
        /*position: absolute;
        top: 20px;
        left: 20px;*/
        z-index: 10;
        display: block;
        float: left;
        margin-top: -14px;
        width: 50px;
        height: 45px;
        padding: 10px 10px 0px 10px;
        background-color: #000;
    }
    .material-menu-button span {
        display: block;
        width: 100%;
        height: 5px;
        margin-bottom: 4px;
        background-color: #fff;
    }
    .material-menu-wrapper {padding:20px;}
    .material-menu-view-mobile {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 40px 0px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 40px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
    .material-menu-titlebar {
        -webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    }
    .material-menu-titlebar .material-menu-button {position:static;}
}