body {
    color: #000;
    background: #f3ead7;
    font-family: "myriad-pro-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

a {
    color: #000;
}

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

@font-face {
    font-family: 'oklahomaregular';
    src: url('fonts/oklahoma-webfont.eot');
    src: url('fonts/oklahoma-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oklahoma-webfont.woff') format('woff'),
         url('fonts/oklahoma-webfont.ttf') format('truetype'),
         url('fonts/oklahoma-webfont.svg#oklahomaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #64370d;
    font-family: 'oklahomaregular';
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #b68352;
}

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

h2{
    font-size: 2.5em;
}

h3{
    font-size: 2em;
}

h4{
    font-size: 1.5em;
}

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

.btn {
    color: #fff !important;
    background-color: #b68352;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
}

.btn:hover {
    color: #64370d !important;
    background-color: #b68352;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
}

.btn a {
    color: #fff !important;
    background-color: #b68352;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
}

.btn-primary {
    color: #fff !important;
    background-color: #b68352;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
}

.btn-primary a {
    color: #fff !important;
    background-color: #b68352;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
    border: none;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
}

.btn-primary a:hover {
    font-weight: 700;
    color: #64370d;
}

.btn-primary:hover {
    color: #64370d !important;
    background-color: #b68352;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.home-bg {
    background: url(images/home.png) center repeat-y;
    background-size: cover;
    border-top: solid #b68352 4px;
    border-bottom: solid #b68352 4px;
}

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

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

.home-content{
    overflow: visible;
    padding: 20px;
    position: relative;
}

.mission-bg {
    background: url(images/mission.png) left no-repeat;
    background-size: cover;
    height: 320px;
}

.mission-container{
    max-width: 900px;
    margin: 0 auto;
    float: right;
}

.mission-content{
    overflow: visible;
    padding: 60px 20px 0px 20px;
    position: relative;
    color: #f3ead7;
    font-size: 24px;
}

.mission-content h2 {
    font-size: 1.5em;
    color: #b68352;
}

.main-content{
    overflow: visible;
    padding: 20px 0px;
    position: relative;
    min-height: 500px;
}

.banner {
    background: url(images/banner.png) center no-repeat;
    background-size: cover;
    height: 630px;
    position: relative;
    z-index: 10;
}

.page-navigation{
    height: 55px;
    position: absolute;
    z-index: 10001;
    background: #64370d;
    padding-top: 0px;
    font-weight: 400 !important;
    margin-top: 55px;
    width: 100%;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
}

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

.RadNavigation .rnvRootGroup{
    display: inline-block;
    vertical-align: top;
    max-width: 1080px;
    margin-top: -25px;
}

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

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

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

.RadNavigation .rnvMore.rnvRight{
    border: 0;
    padding-bottom: 20px;
    margin: 0px 0 0px 0;
}

.radmenu-responsive .RadNavigation {
    overflow: hidden;
}

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

.RadNavigation .rnvRootGroupWrapper{
    border: 0;
    text-align: right;
    padding-top: 24px;
    font-family: 'oklahomaregular';
    text-transform: uppercase;
}

.rnvLink .rnvText {
    font-weight: 400;
    font-family: 'oklahomaregular';
        text-transform: uppercase;
}

.rnvLink, .rnvLink:hover, .rnvLink:active, .rnvLink:focus{
    color: #fff;
    font-weight: 400;
    padding-bottom:  5px;
    font-family: 'oklahomaregular';
        text-transform: uppercase;
}

.rnvLink .rnvText:hover{
    color: #b68352;
    font-family: 'oklahomaregular';
        text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 400;
}

.RadNavigation .rnvRootLink{
    border: 0;
    font-weight: 400;
    padding: 16px 22px 2px 22px;
    font-size: 20px;
}

.RadNavigation .rnvRootLink:hover {
    color: #b68352;
    list-style: none;
    font-family: 'oklahomaregular';
        text-transform: uppercase;
}

.rnvPopup{
    border: 0;
    background-color: #64370d;
    margin-top: 10px;
    z-index: 10001;
}

.RadNavigation .rnvMore{
    display: inline-block;
    color: #fff;
    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: 20px;
}

.RadNavigation .rnvMore:hover{
    color: #fff;
    font-weight: 400;
}

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

.rnvMorePopup {
    background-color: #64370d;
    margin-top: 0px;
    font-weight: normal;
}

.rnvPopup .rnvLink {
    padding: 10px 35px 10px 35px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'oklahomaregular';
}

.rnvPopup .rnvLink:hover {
    color: #b68352;
    font-weight: 400;
}

.rnvLink .radIcon {
    font-size: 17px;
    width: 30px;
    height: 22px;
    line-height: 28px;
}

.rnvItem .rnvExpanded {
    list-style-type: none;
}

UL LI {
    list-style-type: none;
}

.logo{
    display: inline-block;
    padding-top: 0px;
    margin-top: -30px;
    z-index: 100;
    margin-bottom: 0px;
    position: relative;
}

.page-header{
    background: url(images/wood.png) bottom no-repeat;
    padding: 0px 0px 0px 0px;
    background-size: cover;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    overflow: visible;
    margin-bottom: -75px;
    border: none;
    height: 200px;
}

.secondary-page-header{
    background: url(images/wood.png) bottom no-repeat;
    padding: 0px 0px 0px 0px;
    background-size: cover;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
    border: none;
    height: 200px;
}

.header {
    background: transparent;
    margin-bottom: 0px;
    height:0px;
}

.header-social-icons{
    display: inline-block;
}

.logo-container{
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}

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

.page-footer{
    color: #fff;
    background: #180e05;
    font-weight: 400;
}

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

.page-footer a:hover{
    text-decoration: none;
    color: #b68352;
}

.footer-social-icons{
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.footer-middle-col {
    text-align: center;
        padding-bottom: 20px;
    padding-top: 20px;
}

.bottom-left-col {
    text-align: left;
        padding-top: 5px;
}

.bottom-middle-col {
    text-align: center;
        padding-top: 8px;
}

.bottom-right-col {
    text-align: right;
        padding-top: 6px;
}

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

.middle-social-icon{
    padding: 0px 4px;
    font-size: 20px;
        display: unset;
}

.page-bottom{
    background-color: #180e05;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    padding: 15px 0px 30px 0px;
}

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

.page-bottom a:hover {
    font-weight: 400 !important;
}

.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: " | ";
}

.fab .far:hover {
    color: #b68352 !important;
}

.fab, .far {
    font-weight: 400;
    font-size: 18px;
    padding: 5px;
}

.HHLogo{
    float: right;
    margin-top: 0px;
    width: 48px;
    height: 38px !important;
}

.copyright{
    display: block;
}

.fab {
    padding-right: 10px;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor { 
    color: #180e05 !important; 
    background-color: #b68352 !important; 
} 
  
.r-tabs-state-active { 
   border-bottom: 4px solid #b68352 !important; 
} 

@media only screen and (min-width: 1024px) and (max-width: 3840px) {
    
    
}

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

    .banner {
        height: 400px;
    }

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


    .mission-content {
        padding: 54px 10px 0px 10px;
        font-size: 20px;
    }
    
    .mission-container {
        max-width: 460px;
    }
    
    .logo {
        margin-top: -36px;
    }
    
    .RadNavigation .rnvMore.rnvRight {
        border: 0;
        padding-bottom: 0px;
        margin: -4px 0 0px 0;
    }
    
    .RadNavigation .rnvMore {
        right: 0px;
    }

}

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


    .bottom-left-col {
        text-align: center;
    }

    .bottom-right-col {
        text-align: center;
    }
    
    .footer-social-icons{
        padding-top: 10px;
        padding-bottom: 23px;
        text-align: center;
    }
    
    .page-bottom {
        text-align: center;
    }
    
    .HHLogo {
        float: unset;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
}

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

    
    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 2.5em;
    }
    
    .HHLogo {
        float: none;
        margin-top: 10px;
    }
    
    .footer-social-icons{
        padding-top: 11px;
    }
    
    .banner {
        height: 290px;
    }
    
    .page-navigation {
        padding-top: 4px;
    }
    
    .mission-bg {
        background: url(images/mission.png) right no-repeat;
    }
    
}

@media only screen and (max-width: 375px) {
  
    .banner {
        height: 265px;
    }
    
    .logo {
        position: absolute;
        max-width: 297px;
        padding-top: 5px;
    }
    
    .mission-content {
        padding: 25px 10px 0px 10px;
        font-size: 20px;
    }
    
}

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

    .logo {
        max-width: 246px;
    }
    
    .mission-content {
        padding: 10px 10px 0px 10px;
        font-size: 18px;
    }

}