body {
    color: #000;
    background: #f6f4ee !important;
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

a {
    color: #000;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.carousel,
.item,
.active {
    height: 100%;
    z-index: 1;
}

.carousel-inner {
    height: 610px;
    z-index: 1;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-indicators {
    letter-spacing: 10px;
}

.carousel-indicators li {
    background-color: #fff;
    border: none;
    width: 10px;
    opacity: 0.4;
}

.carousel-indicators .active {
    background-color: #fff;
    opacity: 0.8;
    width: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 2px solid #000;
        width: 75px;
}

.PageModuleTitle {
    font-size: 200%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "europa", sans-serif;
    font-weight: 400;
    color: #000 !important;
}

h1{
    margin-top: 0px;
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
}

h2{
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

h3{
    font-size: 2.5em;
}

h4{
    font-size: 2em;
}

h5{
    font-size: 1.5em;
}

h6 {
    font-size: 1em;
}

.animal-detail-btns .fa-envelope-o:before{
    content: "\f0e0";
}

.btn{
    background: #a78e75;
    color: #f6f4ee !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
    font-family: "europa", sans-serif;
}

.btn-default a{
    color: #f6f4ee !important;
}

.btn-default {
    background: #a78e75;
    color: #f6f4ee !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
    font-family: "europa", sans-serif;
}

.btn-default:hover {
    background: #a78e75;
    color: #f6f4ee !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    transition: all .3s ease-in-out;
}

.btn-primary a{
    color: #f6f4ee !important;
}

.btn-primary {
    background: #a78e75;
    color: #f6f4ee !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
    font-family: "europa", sans-serif;
}

.btn-primary:hover {
    background: #a78e75;
    color: #f6f4ee !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
    transition: all .3s ease-in-out;
}

.btn-bulls {
    background: url(images/bulls.png) center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
}

.btn-bulls:hover {
    background: url(images/bulls-hover.png) center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
    transition: all .3s ease-in-out;
}

.btn-cows {
    background: url(images/cows.png) center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
}

.btn-cows:hover {
    background: url(images/cows-hover.png) center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
    transition: all .3s ease-in-out;
}

.btn-heifers {
    background: url(images/heifers.png) center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
}

.btn-heifers:hover {
    background: url(images/heifers-hover.png) center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
    transition: all .3s ease-in-out;
}

a[href*="tel:"]{
    text-decoration: none !important;
}

.page-header-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.fa, .fas, .fab, .fa-brands {
    font-weight: 900;
    padding-right: 10px;
    padding-left: 10px;
}

.middle-social-icon:hover{
    color: #263e2f;
}

.middle-social-icon{
    padding: 2px 9px;
    position:relative;
    list-style: none;
}

.logo-container{
    display: table;
    height: 100%;
    width: 100%;
}

.logo-content-container{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.logo{
    display: inline-block;
    padding: 10px 10px 15px 0px;
    z-index: 100;
    position: relative;
}

.home-header {
    height: 615px;
    background: url(images/banner2.jpeg) center no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    margin-left: -15px;
    margin-right: -15px;
    background-position: top;
}

.header{
    background: transparent;
    position: absolute;
    right: 0%;
    top: 0;
    left: 0%;
}

.page-navigation{
    background: rgba(40, 74, 54, 0.8);
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #f6f4ee;
    text-transform: uppercase;
    font-size: 1.25em;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    height: 135px;
        z-index: 1;
}

.page-navigation-2{
    background: rgba(40, 74, 54, 0.8);
    font-family: "europa", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #f6f4ee;
    text-transform: uppercase;
    font-size: 1.25em;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    height: 135px;
}


.navbar {
    margin-bottom: 0px !important;
    min-height: 80px;
}

.navbar-brand {
    float: left;
    height: 0px;
    font-size: 18px;
}

.navbar-header{
    min-height: 65px;
}

.nav-container{
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-default{
    background-color: transparent !important;
    border: 0 !important;
}

.RadNavigation .rnvMore.rnvRight{
    border: 0;
    margin: 16px 0px 0px 33px;
    padding: 7px 0px 15px 0px;
}

.RadNavigation .rnvHovered.rnvMore.rnvRight, .RadNavigation .rnvSelected.rnvMore.rnvRight{
    margin-right: 0px;
}

.RadNavigation .rnvRootGroupWrapper{
    border: 0;
    text-align: right;
    padding-right: 0px;
    padding-top: 50px;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #f6f4ee;
    font-weight: 400;
}

.rnvLink .rnvText {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0px;
}

.rnvLink .rnvText:hover{
    color: #f6f4ee;
    font-weight: 700;
    border: none;
    border-bottom: solid 4px #a78e75;
    border-top: solid 3px #a78e75;
    margin-top: -3px;
    margin-bottom: 1px;
}

.RadNavigation .rnvRootLink{
    border: none;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
}

.rnvPopup{
    border: 0;
    background-color: #263e2f;
    margin-top: 6px;
}

.RadNavigation .rnvMore{
    display: inline-block;
    color: #f6f4ee;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    height: auto;
    right: 0px;
}

.RadNavigation .rnvMore:hover{
    color: #f6f4ee;
    border: none;
    font-weight: 400;
}

.RadNavigation .rnvMore:before {
    float: left;
    content: "\f0c9";
    left: 0;
    width: auto;
}

.rnvMorePopup {
    background-color: #263e2f;
    margin-top: 0px;
}

.rnvMorePopup .rnvLink .rnvToggle {
    right: 15px;
    top: 14px;
}

.rnvPopup .rnvLink {
    padding: 10px 36px 10px 34px;
    font-size: 18px;
    font-weight: 400;
    color: #f6f4ee;
    text-transform: uppercase;
}

.rnvPopup .rnvLink .rnvText:hover {
    font-size: 18px;
    font-weight: 700;
    color: #f6f4ee;
    text-transform: uppercase;
    border: none !important;
    border-bottom: none;
    padding-bottom: 0px;
}

.rnvLink .radIcon {
    font-size: 15px;
    width: 29px;
    height: 20px;
    line-height: 28px;
}

.t-container-fluid{
    max-width: 100% !important;
}

.home-bg {
    padding-top: 30px;
    background: #cbbcac;
    background-size: cover;
}

.home-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
    height: auto;
}

.home-content{
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #f6f4ee !important;
    margin-top: 0px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1000001;
    position: relative;
}

.home-content h2 {
    font-size: 2em;
}

.home-content a {
    color: #f6f4ee !important;
    font-size: 2em;
}

.home-content a:hover {
    color: #f6f4ee !important;
    font-weight: 700;
}

.fa, .fas, .fab, .fa-brands {
    margin-right: 10px;
    padding-left: 10px;
}

.fa:hover {
    color: #263e2f !important;
}

.fas:hover {
    color: #263e2f !important;
}

.fab:hover {
    color: #263e2f !important;
}

.bottom-bg {
    background: #cbbcac;
    background-size: cover;
}

.bottom-content {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.2em;
}

.bottom-content a {
    color: #000 !important;
}

.bottom-content .fab {
    color: #a78e75;
    padding-right: 0px;
}

.bottom-content .fab {
    color: #a78e75;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
}

.bottom-content .fa {
    color: #a78e75;
}

.bottom-left-col {
    text-align: left;
    color: #000;
    text-transform: none;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 15px;
    font-family: "europa", sans-serif;
}

.bottom-middle-col {
    text-align: center;
    color: #263e2f;
    padding-bottom: 20px;
}

.bottom-right-col {
    text-align: right;
    color: #263e2f;
    font-size: 20px;
}

.content-container{
    max-width: 1080px;
    margin: 0 auto;
}

.main-content{
    padding-top: 40px;
    padding-bottom: 20px;
}

.secondary-content{
    padding-top: 90px;
    padding-bottom: 20px;
}

.footer-container{
    max-width: 1080px;
    margin: 0 auto;
}

.page-footer{
    color: #f6f4ee;
    background: #263e2f;
    font-style: normal;
    font-weight: 400;
}

.page-footer a{
    color: #f6f4ee;
}

.page-footer a:hover{
    text-decoration: none;
    color: #f6f4ee;
    font-weight: 600;
}

.footer-social-icons{
    padding-left: 0px;
    padding-top: 10px;
    font-size: 19px;
}

.footer-right-col a:hover{
    color: #f6f4ee !important;
}

.footer-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.footer-social-icons .middle-social-icon{
    padding: 2px 9px;
}

.page-bottom{
    background: #263e2f;
    color: #f6f4ee;
    text-align: center;
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    line-height: 1;
    font-weight: 400;
}

.page-bottom a{
    color: #f6f4ee;
}

.page-bottom a:hover{
    color: #f6f4ee;
    font-weight: 700;
}

.footer-left-col  {
    text-align: left;
    font-size: 18px;
    padding-top: 4px;
}

.header-social-icons li{
    display: inline-block;
    list-style-type: none;
}

.page-header-links ul{
    margin: 0;
    color: #f6f4ee;
    padding: 0;
}

.page-header-links ul li{
    list-style-type: none;
    display: inline;
}

.page-bottom-links ul{
    margin: 0;
    color: #f6f4ee;
    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;
    margin-top: 0px;
    width: 46px;
    height: 44px !important;
}

.copyright{
    display: block;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #f6f4ee !important;
    background-color: #a78e75 !important;
}

.r-tabs-state-active {
   border-bottom: 4px solid #a78e75 !important;
}


@media only screen and (min-width: 2000px) and (max-width: 3840px) {
    
    .carousel-inner {
        height: 670px;
    }
    
    
}

@media only screen and (max-width: 1024px) {
    .RadMenu{
        max-width: 100%;
    }
    
    body {
        font-size: 18px;
    }
    


}

@media only screen and (max-width: 820px) {


    
}
    
@media only screen and (max-width: 800px) {

    
    .page-navigation {
        height: 100px;
    }
    
    .RadNavigation .rnvRootGroupWrapper {
        padding-top: 27px;
    }
    
    .logo {
        max-width: 250px;
        margin-top: 0px;
        padding-left: 15px;
    }
        
    .carousel-inner {
        height: 475px;
    }

}

@media only screen and (max-width: 768px) {

    .footer-middle-col{
        height: auto;
        max-width: 100%;
    }

    .bottom-left-col {
        text-align: center;
    }
    
    .bottom-middle-col {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    
    .bottom-right-col {
        text-align: center;
        padding-bottom: 20px;
        font-size: 20px;
    }
    
    .header-right-col {
        text-align: center;
    }
    
    .rnvPopup .rnvLink .rnvToggle {
        top: 14px;
    }
    
    .footer-left-col {
        text-align: center;
        padding-bottom: 15px;
    }
    
    .HHLogo {
        float: unset;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 480px) {
   .HHLogo {
        float: none;
        margin-top: 10px;
    }
    
    .RadNavigation .rnvRootGroupWrapper {
        padding-top: 28px;
        padding-right: 0px;
    }
    
    .logo {
        max-width: 300px;
        padding: 15px;
    }
    
    .RadNavigation .rnvMore {
        font-size: 35px;
    }

    .RadNavigation .rnvMore.rnvRight {
        border: 0;
        margin: 24px 0px 0px 33px;
        padding: 22px 0px 15px 0px;
    }
    
    .rnvPopup .rnvLink {
        text-align: right;
        padding: 10px 36px 10px 34px;
    }
    
    .page-navigation {
        height: 140px;
    }
    
    .carousel-inner {
        height: 410px;
    }
    
    .home-content {
        margin-top: 0px;
    }

    .page-bottom {
        font-size: 20px;
    }
    
    .HHLogo {
        width: 63px;
        height: 66px !important;
    }

}

@media only screen and (max-width: 375px) {
    

}

@media only screen and (max-width: 320px) {
    
    .logo {
        max-width: 250px;
    }

    .RadNavigation .rnvMore.rnvRight {
        border: 0;
        margin: 10px 0px 0px 33px;
    }
    
    .page-navigation {
        height: 105px;
    }

}