/* TYPOGRAPHY */
a,
.body-wrapper a {
    color:rgba(26, 54, 104, 1);
}

a:hover,
.body-wrapper a:hover {
    color: rgba(220, 28, 46, 1);
}

h1, h2, h3, h4, h5, button,
.revolutionSlider ul,
.top-header .navigation li a,
.sticky-navigation .navigation li a,
#officeDetailWrapper #officeAddressLinksWrapper .list-group .list-group-item .btn {
    font-family: 'GothamMedium', 'GothamRegular', Verdana, Arial, sans-serif !important;
}

h1 {
    font-weight: bold !important;
}

h3, h4, h5 {
    font-weight: 500 !important;
}

body, html, input, select, textarea, a,
.propertyListItem.default h2 small,
.propertyListItem.default h2 .textBold {
    font-family: 'GothamRegular', Verdana, Arial, sans-serif !important;
}

body, .top-header .navigation li a,
.sticky-navigation .navigation li a {
    font-size: 14px;
}

.top-header .navigation .js-hasDropdown li a,
.sticky-navigation .navigation .js-hasDropdown li a {
    font-family: 'GothamRegular', Verdana, Arial, sans-serif !important;
}

#sticky-navigation.sticky-navigation {
    background-color: rgba(0, 14, 53, 1) !important;
}

/* HEADER */
#navWrapper {
    padding-left: 0;
}

.mobile-nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.navbar-brand img {
    width: 235px !important;
}

.navigation>li>a {
    color: rgba(247, 245, 238, 1);
}

@media(min-width:1201px) {

    .navigation>li>a {
        padding-right: 5px;
    }

}

@media(min-width:1350px) {
    .navbar-brand img {
        width: 400px !important;
    }
}

/* HOMEPAGE */
.dark .content-box.content-style2 h4 i {
    color: rgba(220, 28, 46, 1) !important;
}

/* QUICKSEARCH */
/*.propertyResults .toggleSearch {
    display: none;
}*/

.dark #homeSearchWrapper,
.dark #propertyResultsSearchWrapper {
    background-color: rgba(255, 255, 255, 1) !important;
}

#propertyResultsSearchWrapper {
    padding-top: 15px;
}

form#quicksearch li label,
.dark #propertyResultsSearchWrapper form label {
    color: rgba(26, 54, 104, 1) !important;
}

form#quicksearch .disposalMethod {
    margin:0;
}

form#quicksearch li.disposalMethod .radio label,
#propertyResultsSearchWrapper .form-group .disposalMethod .radio label[for] {
    color: #555555 !important;
}

form#quicksearch .form-control,
form#searchResultsSortOrder .form-control {
    background-color: #fafafa;
}

form#quicksearch li #search,
#propertyResultsSearchWrapper .form-group > .search > button {
    background-color: rgba(26, 54, 104, 1) !important;
    border-color: rgba(26, 54, 104, 1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 1) !important;
}

form#quicksearch li #search:hover,
#propertyResultsSearchWrapper .form-group > .search > button:hover {
    background-color: rgba(220, 28, 46, 1) !important;
    border-color: rgba(220, 28, 46, 1) !important;
}

#propertyResultsSearchWrapper .form-group .form-control {
    box-shadow: none !important;
}

/* PROPERTY RESULTS / LIST */
.dark .propertyListItem .status {
    background: rgba(220, 28, 46, 1) !important;
}

/* PROPERTY DETAIL */
.tp-dottedoverlay {
    background: transparent !important;
}

.pageType_2700 .sliderWrapper {
    background: rgba(255, 255, 255, 1);
}

.pageType_2700 .sliderWrapper .tp-bullet {
    border-radius: 50%;
}

/* STAFF LIST */
.staffList h3 b {
    font-size: 18px;
}

.staffList .contentWrapper {
    min-height: 265px !important;
}

/* STAFF DETAIL */
.staffDetailAlternate .h3-body-title {
    margin-top: 0;
}

/* FOOTER */
.dark.footer .footer-title {
    border-color:rgba(26, 54, 104, 1) !important;
    color:rgba(26, 54, 104, 1) !important;
}

.footer p {
    color:rgba(26, 54, 104, 1) !important;
    margin: 0 0 10px 0;
}

.dark.footer .copyright {
    border-top: solid 2px #ededed;
}

.dark.footer .copyright a {
    color:rgba(26, 54, 104, 0.8) !important;
}

.dark.footer .moduleQuickLinks a,
.dark.footer .footerContacts a,
.dark.footer .copyright a:hover,
.dark.footer .copyright ul.social-icons li i {
    color:rgba(26, 54, 104, 1) !important;
}

.dark.footer .moduleQuickLinks a:hover,
.dark.footer .footerContacts a:hover {
    color: rgba(220, 28, 46, 1) !important;
}

@media(min-width:768px) {

    .footer .footer-col:last-of-type {
        height: 100%;
        position: absolute;
        right: 0;
    }

    .footer .footer-col:last-of-type .footerBrand {
        bottom: 0;
        position: absolute;
    }

}