/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


.navbar {
    border-width: 0 0 1px 0;
    margin-bottom: 0;
    min-height: auto;
}
.navbar-default {
    background-color: #fff;
    border-color: #bfc4c8;
    border-radius: 0;
}
.navbar-header {
    padding: 10px 0;
}
.navbar-toggle {
    margin: 0;
    border: 0;
    border-radius: 0;
}
.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li {
    border-bottom: 1px solid #bfc4c8;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    font-family: 'PNCBrandReg';
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #0069aa;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.navbar-header img {
    margin-right: 15px;
}
.navbar-collapse {
    position: absolute;
    background: #5a6771;
    z-index: 999;
    right: 10px;
    min-width: 250px;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
.navbar-brand {
    font-family: 'PNC Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #5a6771;
    position: relative;
    z-index: 9999;
}
.navbar-form {
    border-top: 0;
}
/* Accordion style nav for tabbed layout */
.nav-acc {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #5a6771;
    background: #eee;
}
.nav-acc.last {
    border-bottom: 1px solid #5a6771;
}
.nav-acc a {
    padding: 15px;
    display: block;
}
.nav-acc.active {
    margin-bottom: 25px;
    border-bottom: 0;
}
.nav-acc.active a {
    padding: 0;
    margin: 15px 0 15px 15px;
    display: inline-block;
    background: none;
    font-weight: 600;
    border-bottom: 3px solid #f58026;
}
.nav-acc:last-child {
    border-bottom: 1px solid #5a6771
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.navbar-toggle {
    margin-right: -14px;
}
.nav-pills {
    min-height: 30px;
    margin: 20px 0;
}
.nav-pills>li {
    padding: 0 15px;
    border-right: 1px solid #5a6771;
}
.nav-pills>li>a {
    padding: 0 0 3px 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 18px;
}
.nav-pills>li>a.active {
    background: none;
    font-weight: 600;
    border-bottom: 3px solid #f58025;
}
.nav-pills>li>a:hover {
    background: none;
    border-bottom: 3px solid #f58025;
}
.nav-pills>li:first-child {
    padding-left: 0;
}
.nav-pills>li:last-child {
    border-right: none;
}
.nav-acc {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #5a6771;
    background: #eee;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.navbar-header {
    display: block;
    width: 100%;
}
.navbar-header img {
    margin-right: 0;
}
.navbar-collapse {
    position: relative;
    background: transparent;
    z-index: 1;
    right: auto;
}
.menus .navbar-nav {
    margin-left: -20px;
    
}
.navbar-default .navbar-nav>li {
    border-bottom: 0
}
.menus .nav li {
    position: relative;
}
.menus .nav li a {
    color: #4D4D4D;
    font-size: 12px;
    padding: 15px 10px;
    line-height: 10px;
}
.menus .nav li a:after {
    content: "|";
    position: absolute;
    right: -3px;
    top: 14px;
}
.menus .nav li:last-child a:after {
    content: "";
}
.menus .nav>li a:hover::after, .menus .nav>li.active a::after {
    content: "";
}
.menus .nav>li.active a, .menus .nav>li a:hover {
    color: #fff;
    background-color: #bfc4c8;
}
.menus .nav>li.active a, .menus .nav>li.active a:hover, .menus .nav>li.active a:focus {
    background-color: #f58025;
}
.search {
    float: right;
}
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 6px 0 0;
}
.search-form .form-group input.form-control {
    padding-right: 16px;
    background: transparent;
    box-shadow: none;
    display: block;
    border: 2px solid #0069aa;
    border-radius: 0;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
 display: none;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #0069aa;
    left: initial;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.search-form .form-group span.form-control-feedback.clicked {
    color: #fff;
    background: #0069aa;
    border-bottom: none;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
