a {
    color: #0d7857;
}

a:hover {
    color: #0d7857;
}

.fieldFocus {
    box-shadow: 0px 0px 5px rgba(30, 100, 165, 0.5);
    border: 1px solid #0d7857;
}

#mobileMenu a {
    color: #0d7857;
}

#menu>ul>li>ul {
    border-color: #0d7857;
}

#menu>ul>li:hover>a {
    color: #0d7857;
}

#menu>ul>li:hover>a>span {
    border-color: #0d7857;
}

#menu>ul>li>ul>li:hover {
    background: #0d7857;
}

.sideSearch .head,
.detailRight .head {
    background: #0d7857;
    color: #fff;
}

h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #19282b;
    position: relative;
    line-height: .6em;
    margin-bottom: 40px;
    font-size: 3.1em;
}

h2 .subtitle {
    color: #0e7857;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: .8125rem;
    letter-spacing: .75em;
    text-transform: uppercase;
}

@media screen and (min-width: 48em) {
    h2 {
        font-size: 3.75rem;
        order: 0;
    }
}

/******HEADER**********/
header {
    background: #384138;
}

.r-item span.fa {
    color: #0e7857;
}

.r-item:hover span.fa {
    color: #086649;
}

.r-item a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: top;
}

.myHead .team {
    color: #1C66A3;
}

.myHead .team .slogan {
    color: #222;
}

.myHead .team img {
    max-height: 80px;
}

/******FOOTER**********/
footer {
    background-color: #384138;
    color: #ccc;
}

footer .social span.fa {
    background: #848b8c;
}

footer .social span.fa:hover {
    background: #a6acad;
}

footer .social {
    display: inline-block;
    vertical-align: middle;
}

footer .social a {
    margin-right: 4px;
}

footer .social span.fa {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}

.footer-list a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    margin: 10px;
}

.footer-contact {
    text-align: center;
    margin-bottom: 26px;
}

.footer-contact .r-item {
    padding: 8px 0px;
}

/******HOME PAGE**********/

/******ABOUT PAGE**********/
.credentials {
    background: #0d7857;
}

@media (min-width: 768px) {
    .footer-list a {
        text-align: left;
    }

    .footer-contact {
        text-align: left;
    }
}

@media (min-width: 992px) {
    #navigation {
        background: #384138;
    }

    nav {
        margin-top: -1px;
    }

    #menu>ul>li>a,
    #menu #accountWrapper a {
        color: #fff;
    }

    #menu>ul>li>a:hover,
    #menu #accountWrapper a:hover,
    #menu>ul>li.active>a {
        color: #fff;
    }

    #menu>ul>li>a>span {
        border-bottom: 0px solid #fff;
    }
}