/**********************************
* Header 9 styling
**********************************/
.ch-archive-header {padding-top: 98px;}
.ch-archive-header + main {padding-top: 0px;}
.header9 {
    background-color: #000;
    height: 98px;
    width: 100%;
}
.header9 > .ch-container{display: flex;justify-content: space-between;}
.header9 > .ch-container:before, .header9 > .ch-container:after{display:none;}
.header9 a {color: #fff;}
.header9 .site-logo-img {
    max-height: 65px;
    margin-top: 16px;
    margin-right: 24px;
    float: left;
}
.header9 .site-title {font-size: 20px;margin-top: 35px;display: inline-block;}
.header9 .nav > li > a:focus, .header9 .nav > li > a:hover {background: none;}

.header9 .smartnav-icons {margin-top: 27px;}
.header9 .smartnav-icons .caret {display: none;}
.header9 .smartnav-icons > li > a {padding: 10px;margin-right: 10px;}
.header9 .smartnav-icons .popover-title a {color: #000;}
.header9 .smartnav-icons li.user-notifications {margin-top: 3px;}
.header9 .smartnav-icons li.user-messages {margin-top: 3px;}
.header9 .smartnav-icons li.ch-personal-menu .dropdown-menu {
    margin-top: 8px; left: -59px; border-radius: 4px;padding-bottom: 12px;padding-top: 12px;
}
.header9 .smartnav-icons li.ch-personal-menu .dropdown-menu a {padding-top: 8px;padding-bottom: 8px;}
.header9 .smartnav-icons li.ch-personal-menu a span.username {font-size: 12px;}
.header9 .smartnav-icons li.ch-personal-menu .dropdown-menu::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 11px 11px 11px;
    border-color:  transparent transparent #fff transparent;
    vertical-align: middle;
    position: absolute;
    top: -11px;
    right: 67px;
}
.header9 .nav .open > a, .header9 .nav .open > a:focus, .header9 .nav .open > a:hover {
    background-color: transparent !important;
}
.header9 .smartnav-buttons .navbar-btn {
    border-radius: 20px;
    background-color: #003DA5 !important;
    color: #fff;
    border: none;
    margin-top: 32px;
    margin-left: 16px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    width: auto;
}
.header9 .nav > li > a.navbar-btn:focus, .header9 .nav > li > a.navbar-btn:hover {
    background-color: #003DA5;
}
.header9 .smartnav-buttons .smartnav-login {margin-left: 1px;}
.header9 .search-container {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.header9 .search-container input {
    border-radius: 50px;
    background-color: #504b47;
    border: none;
    width: 460px;
    max-width: 516px;
    height: 35px;
    margin-top: 32px;
    padding-left: 16px;
    float: right;
    color: #fff;
    -moz-box-shadow:    inset 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow:         inset 1px 1px 2px rgba(0,0,0,0.2);
}
.header9 .search-container input::placeholder {color: #fff;opacity: 1;}
.header9 .search-container input:-ms-input-placeholder {color: #fff;}
.header9 .search-container input::-ms-input-placeholder {color: #fff;}
.header9 .search-input-wrap {position: relative;}
.header9 .search-input-wrap button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 32px;
    height: 35px;
    padding: 10px 16px 9px;
    color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header9 .search-input-wrap button {top: 29px;}
}
.header9 .search-input-wrap button img {
    height: 16px;
    vertical-align: unset;
}
.header9 .mobile-search {display: none;}
.header9 .mobile-search img {margin-left: auto;margin-top: 22px;height: 20px;}

@media (max-width: 999px) {
    .ch-archive-header {padding-top: 64px;}
    .ch-archive-header + main {padding-top: 0px;}
    .header9 {height: 64px;}
    .header9 .ch-container {max-width: none; width: 100%;}
    .header9 .site-logo-img {max-height: 43px;margin-top: 11px; margin-right: 18px;}
    .header9 .site-title {font-size: 16px;margin-top: 22px;}
    .header9 .search-container {display: none;}
    .header9 .smartnav-icons {display: none;}
    .header9 .mobile-search {display: block;margin-right: 20px;}
    .header9 .smartnav-buttons {display: none;}
}
@media (max-width: 350px) {
    .header9 .site-logo-img {margin-right: 12px;}
    .header9 .site-title {font-size: 14px;margin-top: 21px;}
}
