@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:100,200,300,400,500,600,700,800,900|Old+Standard+TT:400,700');

body {font-family:'Fira Sans Condensed', sans-serif; color: #222; margin:0; font-size: .95em; font-weight:600; overflow-x: hidden; position: relative;}

.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:20px;
    right:0;
    display:none;
    text-indent:-9999px;
    background: url(graphics/icon_top.png) no-repeat;
	z-index: 999999999;
}

a {text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover {text-decoration: none;}

.serif {font-family: 'Old Standard TT', serif;}
.sans-serif {font-family: 'Fira Sans Condensed', sans-serif;}

h1 {
	font-family: 'Old Standard TT', serif;
	font-size: 2.25em;
	font-weight: 700;
	color:#a11e02;
	letter-spacing: -1px;
}

h2 {
	font-family: 'Old Standard TT', serif;
	font-size: 1.85em;
	font-weight: 700;
	color:#111;
	letter-spacing: -2px;
}

h3 {
	font-family: 'Old Standard TT', serif;
	font-size: 1.75em;
	font-weight: 700;
	color:#a11e02;
	letter-spacing: -1px;
}

h4 {
	font-family: 'Old Standard TT', serif;
	font-size: 1.65em;
	font-weight: 700;
	color:#a11e02;
	letter-spacing: -1px;
}

h5 {
	font-family: 'Old Standard TT', serif;
	font-size: 150%;
	font-weight: 700;
	color:#cab3a2;
	letter-spacing: -1px;
}

h6 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.25em;
	font-weight: 900;
	color:#a11e02;
	letter-spacing: -.5px;
}

.rust {color: #a11e02;}
.tan {color:#cab3a2;}
.black {color:#111;}
.white {color:#fff;}
.smaller {font-size: 90%!important;}

.bar-tan {width:150px; border-bottom: 5px solid #cab3a2;}
.bar-rust {width:125px; border-bottom: 3px solid #a11e02;}

.bar-h3 {width:125px; border-bottom:4px solid #cab3a2;}
.bar-h5 {width:75px; border-bottom:1px solid #a11e02;}

.border-bottom-tan {border-bottom: 1px solid #cab3a2;}

.border-btm-rust {border-bottom: 5px solid #a11e02;}

.bg-dark {background-color: #a11e02!important; border-top:4px solid #cab3a2; font-family:'Fira Sans Condensed', serif; font-weight: 500;}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.05em;
	color:#fff; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	letter-spacing: -.5px;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color:#cab3a2;
}

.navbar-light .navbar-toggler {color:#cab3a2!important; border-color: #a11e02!important;}
.navbar-toggler {color:#cab3a2!important; background-color: #a11e02!important; border: 2px solid #a11e02!important; border-radius: 0!important;}

.header {margin-top:70px;}

.header-address {font-size: 95%; font-weight: 500; letter-spacing: -.5px; margin-top:-5px!important;}
.header-address a {color:#a11e02; font-weight: 900; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.header-address a:hover {color:#cab3a2; text-decoration: none;}

.header-address ul {padding:0; margin:0; text-align:right;}
.header-address ul li {list-style-type:none; display:inline;}
.header-address ul li:before {content:'';}
.header-address ul li:after {content:'|'; color:#a11e02; margin:0 10px; font-weight: 900;}
.header-address ul li:last-child:after {content:''; margin:0;}

.header-links {font-size: 120%; font-weight: 900; letter-spacing: -.5px; margin-top:-5px!important;}
.header-links a {color:#cab3a2; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.header-links a:hover {color:#a11e02; text-decoration: none;}

.header-links ul {padding:0; margin:0; text-align:right;}
.header-links ul li {list-style-type:none; display:inline;}
.header-links ul li:before {content:'';}
.header-links ul li:after {content:'|'; color:#a11e02; margin:0 10px; font-weight: 900;}
.header-links ul li:last-child:after {content:''; margin:0;}

.header-phone {font-size: 220%; font-weight: 900; margin-top:-5px!important;}
.header-phone a {color:#a11e02; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.header-phone a:hover {color:#cab3a2; text-decoration: none;}

.header-icons {font-size: 200%;}
.header-icons a {color:#cab3a2; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.header-icons a:hover {color:#a11e02; text-decoration: none;}

.content {min-height:500px;}
.content a {color:#a11e02; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#cab3a2; text-decoration:none;}

.content-divider {border-bottom: 1px solid #cab3a2;}
.credit-text{
	font-size:13px;
}
.btn-content {
	background-color:#a11e02; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 115%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	letter-spacing: 1px;
	border:2px solid #a11e02;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-content:hover {
	background:#fff; 	
	color:#a11e02!important;
	cursor: pointer;
	border:2px solid #cab3a2;
}

.bg-sponsors {background-image: url(graphics/bg-sponsors.jpg);}
.sponsor-heading {font-size: 300%; font-weight: 700; color:#fff;}
.btn-sponsors {
	background-color:#111; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	border:2px solid #111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-sponsors:hover {
	background:transparent; 	
	color:#fff!important;
	cursor: pointer;
	border:2px solid #111;
}

.bg-tagline {background-image: url(graphics/bg-tagline.jpg);}
.tagline-L {font-family:'Fira Sans Condensed', sans-serif; font-size:260%; font-weight: 400; color:#cab3a2; letter-spacing: -1px;}
.tagline-R {font-weight:400; letter-spacing:1px;}
.btn-tagline {
	background-color:#a11e02; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 110%;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	border:2px solid #a11e02;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-tagline:hover {
	background:transparent; 	
	color:#fff!important;
	cursor: pointer;
	border:2px solid #a11e02;
}

.bg-footer {background:#111; color:#fff; font-size: 85%; font-weight: 300; letter-spacing: -.5px; line-height: 2.25em;}

.footer-logo {width:100%;}
.footer-logo img {width:85%; height: auto;}

.footer-issue {width:100%;}
.footer-issue img {float:left; width:90%; height:auto;}

.footer-menu {font-size: 120%; font-weight: 600; text-transform: uppercase; color:#fff; line-height: 1.75em;}
.footer-menu a {color:#fff; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-menu a:hover {color:#cab3a2; text-decoration:none; padding-left: 4px;}

.footer-phone {font-size: 200%; font-weight: 700;}
.footer-phone a {color:#fff; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-phone a:hover {color:#cab3a2; text-decoration: none;}

.footer-icons {font-size: 250%;}
.footer-icons a {color:#cab3a2; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-icons a:hover {color:#a11e02; text-decoration: none;}

.btn-footer {
	background-color:#a11e02; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 120%;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	border:2px solid #a11e02;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-footer:hover {
	background:#111; 	
	color:#fff!important;
	cursor: pointer;
	border:2px solid #a11e02;
}

.bg-anchor {background:#000; border-bottom:3px solid #a11e02; color:#cab3a2; font-size: .7em; font-weight: 300; letter-spacing: -.5px;}
.bg-anchor a {color:#cab3a2; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#fff; text-decoration:underline;}

.bg-anchor ul {padding:0; margin:0; text-align:left;}
.bg-anchor ul li {list-style-type:none; display:inline;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#a11e02; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

.intro-text {font-size: 110%; font-weight: 700; line-height: 2.15em;}
.index-block {width:48%; float:left; padding:4%; margin:0 1%; border:2px solid #cab3a2; font-weight: 400; line-height:2em;}

.news {background:#eee; border-bottom: 8px solid #a11e02; font-size: 95%; letter-spacing: -.5px;}
.news-header {font-family: 'Old Standard TT', serif; font-size: 1.75em; letter-spacing: -1px;}
.news-divider {border-bottom:1px solid #cab3a2;}

.more-news {font-size: 115%; font-weight: 800;}
.more-news a {color:#a11e02; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.more-news a:hover {color:#111; text-decoration:none;}

.event {border-bottom:1px solid #cab3a2;}
.date {font-weight: 700; color:#a11e02;}
.details {font-weight: 800;}
.location {font-weight: 400; color:#a11e02;}

.btn-calendar {
	background-color:#a11e02; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 115%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	letter-spacing: 1px;
	border:2px solid #a11e02;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-calendar:hover {
	background:#fff; 	
	color:#a11e02!important;
	cursor: pointer;
	border:2px solid #cab3a2;
}

.youth {color:#111;}
.youth ul {padding:0; margin:0; text-align:left;}
.youth ul li {list-style-type:none; display:inline;}
.youth ul li:before {content:'';}
.youth ul li:after {content:'|'; color:#cab3a2; margin:0 10px; font-weight: 400;}
.youth ul li:last-child:after {content:''; margin-right: -10px;}

.youth-pics {font-size: 95%; font-weight: 500; letter-spacing: -.5px;}

.btn-youth {
	background-color:#a11e02; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 135%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	border:2px solid #a11e02;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-youth:hover {
	background:#fff; 	
	color:#a11e02!important;
	cursor: pointer;
	border:2px solid #cab3a2;
}

.sponsor-title {
	font-family: 'Old Standard TT', serif;
	font-size: 1.75em;
	font-weight: 700;
	color:#111;
	letter-spacing: -2px;
}
.sponsor-info {font-weight: 500;}

.directions {color:#111;}
.directions ul {padding:0; margin:0 5px 0 -10px!important; text-align:left;}
.directions ul.a {list-style-position: outside;}
.directions ul li {list-style-type:none; display:block; margin:0 5px;}
.directions ul li:before {content:'•'; font-weight: bolder; margin:0 5px; color:#cab3a2!important;}

.breeder-list {line-height: 2em;}

.links {font-size: 125%; line-height: 2.25em;}
.link-icon {font-size: 95%; color:#cab3a2;}
/*.links a {color:#a11e02; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.links a:hover {color:#111; text-decoration:none;}*/

/*dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0 5px 10px -20px;
}*/

/* Advertising*/

.guideline-block-lg {width:26%; float:left; padding:2%; margin:0 1%; border:2px solid #cab3a2; font-weight: 400; line-height:1.35em; letter-spacing: -.5px;}
.guideline-block-sm {width:20%; float:left; padding:2%; margin:0 1%; border:2px solid #cab3a2; font-weight: 400; line-height:1.35em; letter-spacing: -.5px;}

.bg-rate-rust {background:#a11e02; color:#fff; font-weight: 500; border-bottom: 2px solid #fff;}
.bg-rate-tan {background:#cab3a2; color:#111; font-weight: 500; border-bottom: 2px solid #fff;}

/* Members*/

.officer-title {font-weight: 700; color:#a11e02;}
.officer-name {font-weight: 800;}
.officer-city {font-weight: 400;}

.member {font-size: 95%; line-height: 1.75em; letter-spacing: -.5px;}
.member-name {font-weight: 800;}
.member-ranch {font-weight: 700; color:#a11e02;}
.member-owner {font-weight: 500; color:#a11e02;}
.member-status {font-size: 85%;}

.member-subject {font-weight: 700; color:#cab3a2;}

/* Tabs*/

.tab-pane {
  padding:2rem 0;
}

.nav-tabs {font-size: 120%; font-weight: 800; text-transform: uppercase; border-bottom:0;}
.nav-item-tab {padding:1.5%; background:#fff; border:1px solid #bbb; margin-right:1%;}

.nav-link-tab {
background: #fff;
}
.nav-link-tab.active {
  font-weight: bold;
  background:#fff;
}

/* Map */

.map-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
border:2px solid #a11e02;
}

.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*================ FORMS ========================*/

#form {
        width:100%;
        float:left;
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding: 10px 0 ;
        clear: left;
		
        }
        
textarea, input, select{
        border: 1px solid #ccc;
        padding: 2%;
        width: 96%;
        }

label{
        font-weight: 500!important;
		font-size: 90%;
        }       
        
textarea:focus, input:focus, select:focus{
        background: #eee;
        border: 1px solid #cab3a2;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input {padding:7px!important;}

input[type="submit"]{
        border: 1px solid #ccc;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        /*font-size: 1.3em;*/
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }

.submit {
	background-color:#a11e02; 
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 200%;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color:#cab3a2!important;
	border:2px solid #a11e02;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background:#fff; 	
	color:#a11e02!important;
	cursor: pointer;
	border:2px solid #cab3a2;
}

@media (max-width: 1200px) {
.tagline-L {font-size:220%;}
.bg-footer {font-size: 90%; line-height: 2.5em;}
.footer-issue img {float:none; width:70%; height:auto;}
.footer-menu {font-size: 135%; line-height: 1.65em;}
.guideline-block-lg {width:48%; float:none; padding:2%; margin:0 auto 20px auto; border:2px solid #cab3a2; font-weight: 400; line-height:1.35em; letter-spacing: -.5px;}
.guideline-block-sm {width:48%; float:none; padding:2%; margin:0 auto 20px auto; border:2px solid #cab3a2; font-weight: 400; line-height:1.35em; letter-spacing: -.5px;}
.nav-tabs {font-size: 120%;}
.nav-item-tab {margin-bottom: 1rem; margin-right: 2%;}
.breeder-list {font-size: 90%; letter-spacing: -.5px;}
}

@media (max-width: 992px) {
.nav-tabs {font-size: 100%;}
.breeder-list {font-size: 100%;}
}

@media (max-width: 768px) {
.header-address ul {text-align:center;}
.footer-issue img {width:50%;}
.footer-menu {font-size: 150%; line-height: 2em;}
.index-block {width:98%; float:none; margin:10px 1%;}
.guideline-block-lg {width:94%; padding:3%;}
.guideline-block-sm {width:94%; padding:3%;}
.breeder-list {font-size: 90%;}
}

@media (max-width: 576px) {
.bg-anchor {font-size: 80%; line-height: 1.75em;}
.bg-anchor ul li {display:block;}
.bg-anchor ul li:after {content:''; margin:0;}
.breeder-list {font-size: 100%;}
}

@media (max-width: 480px) {
.tagline-L {font-size:235%;}
.footer-issue img {width:75%;}
.nav-tabs {font-size: 105%;}
.links {font-size: 100%;}
.header-address {font-size: 85%;}
}

@media (max-width: 375px) {
.youth ul li {display:block;}
.youth ul li:after {content:''; margin:0;}
.youth ul li:last-child:after {margin-right:0;}
.nav-tabs {font-size: 125%;}
.nav-item-tab {margin-bottom: .5rem; margin-right: 0; width: 100%; padding:2.5%;}
.links {font-size: 92%; letter-spacing: -.5px;}
.header-address {font-size: 105%; line-height: 1.25em;}
.header-address ul {text-align:center;}
.header-address ul li {display:block;}
.header-address ul li:after {content:'';margin:0;}
}