body {
    font-family: Proxima Nova, proxima-nova, Arial, Helvetica, sans-serif;
}

#mainContent {
    padding: 15px 16%;
}

#content {
    margin-top: 120px;
}

.twitter {
    padding-left: 8px;
    padding-right: 8px;
}

.facebook > a {
    width: 10px;
    height: 15px;
    fill: white;
}

.linkedin > a,
.twitter > a {
    width: 15px;
    height: 25px;
    fill: white;
    background-color: transparent !important;
}

.linkedin > a:hover,
.twitter > a:hover,
.facebook > a:hover {
    fill: #b5ad86;
    background-color: transparent !important;
}

.search {
    list-style: none;
    border-left: 1px solid gray;
    padding-left: 12px;
    width: 30px;
    height: 25px;
    fill: white;
}

.social-icons {
    padding-right: 12px;
    padding-left: 12px;
}

.utility {
    position: fixed;
    top: 0;
    height: 33px;
    display: flex;
    justify-content: flex-end;
    background-color: #343434;
    width: 100%;
    padding-top: 5px;
    z-index: 999;
}

.utility-inner {
    padding-right: 16.5%;
}

.utility-contact {
    color: white;
    list-style: none;
    border-right: 1px solid gray;
    padding-right: 12px;
}

#contact {
    color: white;
    font-size: 1em;
}

#contact:hover {
    color: #b5ad86;
    text-decoration: none !important;
}

.breadcrumb {
    padding: 1px;
}

.page-header {
    margin-top: auto;
    padding-bottom: 9px;
    padding-top: 75px;
    background-color: #bd282e;
    padding-left: 16%;
}

.page-header h1 {
    color: white;
    font-size: 60px;
    padding: 10px;
}

ul#menu-main-4.nav {
    padding-left: 25px;
}

a.details-link.has-tooltip {
    text-decoration: underline;
    color: blue;
}

.static-top.navbar-dark {
    background-color: white !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: background-color .3s ease;
}

.static-top.navbar-dark.scrolled {
    background-color: white;
}

.username, .caret {
    color: #707070;
}

.username:hover {
    color: black;
}

.navbar-toggler.custom-navbar-toggler {
    display: none;
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    display: none;
}

h1.siteTitle.custom-sitetitle {
    display: none !important;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
    color: #707070;
    font-size: 18px !important;
    background-color: transparent;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a:hover {
    color: black;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a:hover, .static-top.navbar .menu-bar > .navbar-nav > li > a:focus {
    background-color: transparent;
    color: black;
    text-decoration: none !important;
    border: none !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
    background-color: transparent;
    color: black !important;
    text-decoration: none !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:focus {
    border: none;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
    background-color: white !important;
    border-radius: unset;
}

.navbar-dark .navbar-nav > li > a:focus {
    background-color: transparent;
}

footer .footer-bottom {
    background-color: #343434 !important;
}

.footer {
    padding-top: 22px;
}

footer .footer-bottom ul li a:hover {
    color:#b5ad86 !important;
    text-decoration: none !important;
    background-color: transparent;
}

.connect {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.address {
    border-right: 1px solid white;
    padding-right: 5px;
}

.colophon {
    padding-left: 5px;
}

.menu-item {
    font-weight: bold;
}

#privateModeText {
    display: none;
}

