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

a {
    color: #fff;
}

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


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 #fff;
        width: 75px;
}

.PageModuleTitle {
    font-size: 200%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "abril-display", serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px auto;
    color: #fff;
}

h1{
    margin-top: 0px;
    font-size: 3em;
}

h2{
    font-size: 2.5em;
}

h3{
    font-size: 2em;
}

h4{
    font-size: 1.75em;
}

h5{
    font-size: 1.5em;
}

h6 {
    font-size: 0.55em;
}

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

.btn{
    background: #1b75bb;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "aller", sans-serif;
    font-weight: 400;
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
}

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

.btn-default {
    background: #1b75bb;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "aller", sans-serif;
    font-weight: 400;
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
}

.btn-default:hover {
    background: #1b75bb;
    color: #373737 !important;
    text-transform: uppercase;
    font-family: "aller", sans-serif;
    font-weight: 400;
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
}

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

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

.btn-primary {
    background: #1b75bb;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "aller", sans-serif;
    font-weight: 400;
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
}

.btn-primary:hover {
    background: #1b75bb;
    color: #373737 !important;
    text-transform: uppercase;
    font-family: "aller", sans-serif;
    font-weight: 400;
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 0px;
    border: none;
    margin: 10px 0px;
}

.btn-bulls {
background: url(images/bulls.png)center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
       transition: all .3s ease-in-out;
        font-family: "aller", sans-serif;
    font-weight: 400;
    color: #373737;
    text-transform: uppercase;
        line-height: 1em;
    padding: 10px 30px;
}

.btn-cows {
    background: url(images/cows.png)center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
       transition: all .3s ease-in-out;
        font-family: "aller", sans-serif;
    font-weight: 400;
    color: #373737;
        text-transform: uppercase;
        line-height: 1em;
    padding: 10px 30px;
}

.btn-heifers {
    background: url(images/heifers.png)center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
       transition: all .3s ease-in-out;
        font-family: "aller", sans-serif;
    font-weight: 400;
    color: #373737;
        text-transform: uppercase;
        line-height: 1em;
    padding: 10px 30px;
}

.btn-sale {
    background: url(images/sale.png)center no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    border: none;
       transition: all .3s ease-in-out;
        font-family: "aller", sans-serif;
    font-weight: 400;
    color: #373737;
        text-transform: uppercase;
        line-height: 1em;
    padding: 10px 30px;
}

.btn-home:hover {
    background: url(images/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 {
    font-weight: 900;
    padding-right: 10px;
}

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


.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: 5px 10px 15px 0px;
    z-index: 100;
    position: relative;
}

.page-navigation{
    background: #fff;
    background-size: cover;
    font-style: normal;
    text-transform: uppercase;
    font-family: "aller", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    height: 110px;
    z-index: 1000;
}

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

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

.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: 10px 0px 0px 33px;
    padding: 12px 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: 54px;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #000;
}

.rnvLink:hover{
    font-weight: 400 !important;
}

.rnvLink .rnvText:hover{
    color: #000;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: solid 12px #1b75bb;
}

.RadNavigation .rnvRootLink{
    border: none;
    padding: 10px 20px 0px 20px;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #000;
}

.rnvPopup{
    border: 0;
    background-color: #fff;
    padding: 4px 30px 4px 30px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    width: 100% !important;
}

.RadNavigation .rnvMore{
    display: inline-block;
    color: #000;
    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: #000;
    border: none;
    font-weight: 400;
}

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

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

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

.rnvPopup .rnvLink {
    padding: 0px;
    font-size: 20px;
    font-family: "aller", sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    
}

.rnvPopup .rnvLink .rnvText:hover {
    font-family: "aller", sans-serif;
    font-weight: 700;
    color: #000;
    border-bottom: none;
    padding-bottom: 0px;
    
}

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

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

.overlay-container{
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.overlay-content-container{
    display: block;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    margin-top: 10%;
}

.carousel {
    position: relative;
    margin: 0px auto;
}

.banner {
    background: url(images/banner.JPG) center no-repeat;
    background-size: cover;
    height: 680px;
    border: none;
}

.home-bg {
    background: #fff;
    height: auto;
    background-size: cover;
    border-top: solid 6px #fff;
    border-bottom: solid 6px #fff;
    box-shadow: inset 0 16px 9px -12px #000, inset 0 -16px 9px -12px #000;
}

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

.home-content{
    overflow: visible;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff !important;
    font-family: "abril-display", serif;
    font-weight: 400;
    font-size: 1.5em;
}

.fa:hover {
    color: #373737 !important;
}

.fas:hover {
    color: #373737 !important;
}

.fab:hover {
    color: #373737 !important;
}

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

.bottom-content {
    font-size: 18px;
    line-height: 1.2em;
}

.bottom-content h5 {
    font-size: 1em;
    color: #000;
    font-weight: 700;
}

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

.bottom-content .fab {
    color: #000;
    padding: 0px 10px 5px 10px;
}

.bottom-content .fa {
    color: #000;
    padding-right: 0px;
}

.bottom-content .fas:hover {
    color: #1b75bb !important;
}

.bottom-content .fab:hover {
    color: #1b75bb !important;
}

.bottom-content .fa:hover {
    color: #1b75bb !important;
}

.bottom-left-col {
    text-align: left;
    color: #000;
    padding-top: 20px;
    font-family: "abril-display", serif;
}

.bottom-middle-col {
    text-align: center;
    color: #000;
        padding-top: 14px;
        padding-bottom: 14px;
}

.bottom-middle-col img {
    max-width: 300%;
}

.bottom-right-col {
    text-align: right;
    color: #000;
    font-size: 20px;
        padding-top: 40px;
}

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

.ranch-container{
    max-width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.page-bottom{
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 11px 0 2px 0;
    line-height: 1;
    font-weight: 400;
        margin-left: -15px;
    margin-right: -15px;
}

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

.page-bottom a:hover{
    color: #fff;
    font-weight: 600;
}

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

.fab {
    padding-right: 10px;
}

.page-bottom-links ul{
    margin: 0;
    color: #fff;
    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: 45px;
    height: 45px !important;
}

.copyright{
    display: block;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #fff !important;
    background-color: #1b75bb !important;
}

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


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

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

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

    


}

@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;
        padding-top: 0px;
    }
    
    .rnvPopup .rnvLink .rnvToggle {
        top: 20px;
    }
    
    .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: 12px;
    }
    
    .RadNavigation .rnvMore {
        font-size: 35px;
    }
    
    .RadNavigation .rnvRootGroupWrapper {
        padding-right: 0px;
    }
    
    .banner {
        height: 235px;
    }
    
    .RadNavigation .rnvMore.rnvRight {
        border: 0;
        margin: 40px 0px 0px 33px;
        padding: 22px 0px 15px 0px;
    }

    
    .rnvPopup .rnvLink {
        text-align: right;
        padding: 10px 36px 10px 34px;
    }
    
    .page-navigation {
        height: 114px;
    }
    
    .page-bottom {
        font-size: 20px;
    }
    
    .HHLogo {
        width: 63px;
        height: 66px !important;
    }
    
    .logo {
        max-width: 340px;
        padding: 10px 5px 10px 10px;
    }
    
        body {
        font-size: 18px !important;
    }
    
    .bottom-content {
        font-size: 23px;
        line-height: 1.2em;
    }
    
    .bottom-right-col {
        font-size: 38px;
        padding-top: 14px;
    }

}

@media only screen and (max-width: 375px) {
    
    .logo {
        max-width: 310px;
        padding: 18px 5px 10px 10px;
    }

}

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

    .RadNavigation .rnvMore.rnvRight {
        border: 0;
        margin: 29px 0px 0px 33px;
    }
    
    .page-navigation {
        height: 108px;
    }
    
    .banner {
        height: 180px;
    }
    
        .logo {
        max-width: 255px;
        padding: 18px 5px 10px 10px;
    }
    
    h1 {
        font-size: 3em;
    }

}