body {
    color: #1e1d1d;
    font-family: "Baskerville";
    font-style: normal;
    font-size: 14px;
    background-color: #b1b5b8;
}

.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #0f0f0f;
}

a:hover {
    color: #b1b5b8;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #790902;
}

h1{
    margin-top: 0px;
    font-size: 26px;
    text-transform: uppercase;
}

h2{
    font-size: 24px;
}

h3{
    margin-top: 0px;
    font-size: 20px;
}

a[href*="tel:"]{
    text-decoration: none !important;
}

.animal-detail-btns .fa-envelope-o:before{
    content: "\f0e0";
}

.t-container-fluid{
    max-width: 100% !important;
}

.content-container{
    max-width: 980px;
    margin: 0 auto;
}

.main-content{
    overflow: hidden;
    padding: 80px 0px;
    min-height: 550px;
}

.page-navigation{
    background: #790902;
    height: 50px;
    font-weight: 400;
}

.navbar{
    margin-bottom: 0px;
}

.navbar-header{
    min-height: 65px;
}

.navbar-default{
    background-color: transparent;
    border: 0;
}

.RadNavigation .rnvMore.rnvRight{
    border: 0;
    margin: 0px 0 0 0;
    color: #fff;
}

.RadNavigation .rnvHovered.rnvMore.rnvRight, .RadNavigation .rnvSelected.rnvMore.rnvRight{
    margin-right: 0px;
}

.RadNavigation .rnvRootGroupWrapper{
    border: 0;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #fff;
}

.rnvLink:hover{
    color: #e5e5e5;
}

.RadNavigation .rnvRootLink{
    border: 0;
    padding: 6px 25px 0px 25px;
    font-size: 17px;
    text-transform: uppercase;
}

.rnvPopup{
    border: 0;
    background-color: #790902;
    font-weight: bold;
}

.RadNavigation .rnvMore{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    height: auto;
    right: 10px;
}

.RadNavigation .rnvMore:hover{
    color: #fff;
}

.RadNavigation .rnvMore:before {
    float: left;
    content: "\f0c9";
    left: 0;
    margin-left: 0px;
    width: auto;
}

.rnvMorePopup {
    background-color: #790902;
}

.rnvPopup .rnvLink {
    padding: 10px 30px 10px 10px;
    font-size: 17px;
    text-transform: uppercase;
}

.rnvLink .rnvText {
    display: inline-block;
    vertical-align: top;
}

.rnvLink .radIcon {
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

.logo{
    display: inline-block;
    padding: 31px 20px 19px 20px;
    max-width: 535px;
}

.page-header{
    background-color: #b1b5b8;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.logo-container{
    display: table;
    height: 100%;
    width: 100%;
}

.logo-content-container{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.page-footer{
    color: #fff;
    background-color: #790902;
    letter-spacing: .5px;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 8px;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 3px;
}

.page-footer a{
    color: #fff;
}

.page-footer a:hover{
    text-decoration: none;
    color: #e5e5e5;
}

.footer-left-col{
    line-height: 19px;
}

.footer-left-col h4{
    color: #fff;
    font-size: 18px;
    margin: 0px;
}

.footer-middle-col{
    text-align: center;
    padding-top: 23px;
    font-size: 11px;
}

.footer-right-col{
    text-align: right;
}

.page-bottom-links ul
{
    margin: 0;
    padding: 0;
}

.page-bottom-links ul li
{
    list-style-type: none;
    display: inline;
}

.page-bottom-links li:not(:first-child):before {
    content: " | ";
}

.HHLogo{
    float: right;
    width: 55px;
    margin-top: 13px;
}

.copyright{
    display: block;
}

@media (max-width: 1024px) and (min-width: 361px){
    .rnvMorePopup {
        min-width: 24vw;
        max-width: 60vw;
    }
}
 
    
@media only screen and (max-width: 1024px) {
    .RadMenu{
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
   
    .footer-left-col, .footer-right-col{
        text-align: center;
    }

    .footer-middle-col {
        margin-bottom: 10px;
    }
    
    .HHLogo {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}