@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: url("../css/fonts/OpenSans-Regular.ttf");
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Open Sans;
    /*    overflow-x: hidden;*/
}


.logoNav {
    overflow: hidden;
      /* red line below nav */
    /* border-bottom: 1px solid rgba(195, 16, 0, .6); */
    /* red line below nav */
    width: 100%;
    text-align: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.logoNav .row {
    width: auto;
    height: auto;
    margin: 0px;
}

.logo h1{
    font-size: 28px;
    margin: 15;
}

/* left nav col */

.glyphicon-search {
    color: black;
}

.glyphicon-search:hover {
    color: rgb(195, 16, 0);
    transition: 0.5s;
}

/* middle nav col */

#searchBar {
    margin: 10px 0;
}

#searchForm {
    /*    height: 100%;*/
    vertical-align: center;
    margin: 0 auto;
    width: auto;
}

#searchForm input {
    height: 35px;
    width: 100%;
    position: relative;
}

#searchForm button {
    border-radius: 0px;
    width: auto;
    height: 35px;
    background-color: white;
    /* color:black; */
    text-align: right;
}

/* right nav col */

.anchorWrapper {
    margin-top: 15px;
}

.anchorWrapper a {
    margin: 10px;
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.buttonWrapper button {
    border-radius: 100px;
    margin-top: 10px;
    font-size: 16px;
    background-color: rgba(0 , 0 , 0, 0.7);
    color: white;
    font-weight: bold;
    text-align: center;
    position: relative;
    border: none;
    padding: 6 12px;
    outline: none;
}

.buttonWrapper button:hover {
    transition: 0.5s;
    color: rgb(195, 16, 0);
}

/* footer */

.footer {
    height: 75px;
    width: 100%;
    border-top: 1px solid rgb(235,235,235);
    color: darkslategray;
    background: rgb(240,240,240);
}

.footer a {
    width: auto;
    height: auto;
    float: right;
    margin: 0 auto;
    margin-right: 5px;
}

.footer p {
    /*    font-family: 'Source Sans Pro', sans-serif;*/
    font-size: 14px;
    /* font-weight: bold; */
}

.footer .row {
    text-align: center;
    margin-top: 25px;
}

.footer-mid a {
    margin-right: 15px;
}

.icon-wrapper {
    float: none;
    margin-right: 33%;
}

.line-row {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.thick-line {
    border-bottom: 2px solid rgba(195, 16, 0, .2);
    margin-top: 5px;
    color: 5px solid rgba(195, 16, 0, .2);
}

.invisible-line {
    /*    border: 1px solid black;*/
    margin-top: 5px;
}

.lr2 .thick-line {
    border-bottom: 1px solid rgba(195, 16, 0, .2);
}

.lr3 .thick-line {
    border-bottom: 2px solid rgba(195, 16, 0, 1);
}

.bannerNav {
    width: 100%;
    position: relative;
    /*    top: 75px;*/
    height: 50px;
    z-index: 999;
    /*    background: none !important;*/
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bannerNav a {
    font-size: 14px;
    color: black !important;
    text-decoration: none;
    text-shadow: none !important;
    height: 100%;
}

.bannerNav a:hover {
    font-weight: bold;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    padding: 0px !important;
    min-width: 0px !important;
}

.dropdown-menu li {
    height: 45px;
    width: 100px;
}

.dropdown-menu li a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.navbar-inverse .navbar-nav>a, .navbar-inverse .navbar-nav>.open>a, nav ul li.dropdown ul.dropdown-menu {
    background: rgba(235, 235, 235, 0.2) !important;
    background-color: none !important;
    border: none !important;
}


.navbar-inverse .navbar-nav>a, .navbar-inverse .navbar-nav>.open>a, nav ul li.dropdown ul.dropdown-menu li a:hover {
    background: white !important;
    background-color: none !important;
}

@media only screen and (max-width: 767px) {
    nav ul li.dropdown {
        background: rgba(0, 0, 0, 0.8);
    }
}

.input-group-addon {
    background: none;
    padding: 0;
    border: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #888;
}

.line-wrapper {
/*    margin-bottom: 2px;*/
}
