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

html, body { padding: 0;  margin: 0; }


a {	color: #b30000; }
a:hover { color: #ff0000; }

.spacediv {
	width: 100%;
	margin: 5px 0 5px 0;
}
.spacediv2 {
	width: 100%;
	margin: 20px 0 20px 0;
	float: left;
	display: inline-block;
}
.spacediv3 {
	width: 100%;
	margin: 10px 0 10px 0;
	float: left;
	display: inline-block;
}

.rulediv {
	width: 600px;
	height: 1px;
	border: solid 1px #000000;
    text-align: center;
	padding: 20px auto 20px auto;
}

.fullpage {
	width: 100%;
	height: auto;
	min-height: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    overflow: hidden;
	background-color: #ede2b4;
}

 /* Adds colored background to the top navigation */

.header {
    background: #ff8619;
	width: 100%;
	min-height: 80px;
    -webkit-transition: height 0.7s;
    -moz-transition: height 0.7s;
    transition: height 0.7s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

nav {
    text-align: center;
}



.navcenter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.header a {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}


#navlist {
	list-style: none;
}

li {
	display: inline-block;
}


/* Styles the links inside the navigation bar */
.navtext {
    display: inline-block;
	color:#5e2c00;
    text-align: center;
	padding: 10px 22px 10px 22px; /* nav height equates to ??px. */
	text-decoration: none;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 18px;
	cursor: pointer;
/*    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; */
}
.navtext2 {
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
    text-align: center;
}
#callbox {
	display: inline-block;
	padding: 15px 22px 15px 22px; /* nav height equates to ??px. */
	background-color: #90BF00;
	cursor: pointer;
	border-radius: 25px;
/*    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; */
}


/* Change the color of links on hover */
.navtext:hover, .navpic:hover, #callbox:hover {
    background-color: #f7cb1d;
    color: black;
	border-radius: 25px;
}
	
.navtext:active {
    background-color: #c1272d;
	color:#ffffff;
	}




.headerblock { 
	width: 100%;
	height: auto;
	background: #b35705;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
    margin-bottom: -5px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	overflow: hidden;
}


.headerlogo {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

.headerlogo img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.titleheader { 
	width: 100%;
	height: auto;
	background: #f3f0e4;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	overflow: hidden;
}

.pagetitle { 
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size:48px; 
	color:#be0000; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

.mainbody {
	width: 100%;
	height: auto;
	min-height: 500px;
	background-color: #ede2b4;
/*	background: #1A1A1A url(../images/woodbackground3.jpg) center;*/
	overflow: hidden;
/*	box-shadow: 1px 1px 2px black, 0 0 25px red, 0 0 5px darkred; */
    padding: 20px 0 40px 0;
}

.maincontentblock {
/*	max-width: 1200px;*/
	height: auto;
	/*min-height: 600px;*/
/*	margin: 0 auto 0 auto;*/
	display: inline;
    text-align: center;
}
.maincontentblock2 {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* START general page content CSS ********************************************************************************** */

.bigblock1 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bigblock2 {
	min-width: 290px;
	max-width: 800px;
	min-height: 350px;
	background-color: #fbfbfb;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border-radius: 5px;	
}

.bigblock3 {
	min-width: 290px;
	max-width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

.bigblockbody {
	min-width: 290px;
	max-width: 800px;
	height: auto;
	text-align: left;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

.domainbody img {
	max-width: 100%;
	height:auto;
}

.domainbody2 {
	min-width: 290px;
	max-width: 800px;
	min-height: 360px;
	background-color: #fbfbfb;
	display: inline-block;
	margin: 15px;
	padding: 50px;
	border-radius: 12px;
	text-align: left;
}

.subdomainbody {
	max-width: 290px;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}
.subdomainbody img {
	max-width: 100%;
	height:auto;
}

.domaintitle {
	text-align: left;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 26px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 15px;
	margin-top: 10px;
}

.domainsubtitle {
	text-align: left;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 22px;
	font-weight: bold;
	color: #1F1F1F;
	margin-bottom: 15px;
	margin-top: 10px;
}

.domainsubsubtitle {
	text-align: right;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 16px;
	font-weight: bold;
	color: #1F1F1F;
}

.domainbodytext {
	text-align: left;
	font-family: 'Bitter', serif;
	font-size: 16px;
	color: #161616;
	line-height: 30px;
}

.lowdown {
	max-width: 800px;
}

.lowdown th {
	text-align: right;
	background-color: #bfb486;
	width: 125px;
	min-height: 40px;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 16px;
	font-weight: bold;
	color: #1F1F1F;
	border-bottom: solid 2px #790000;
}

.lowdown td {
	text-align: left;
	background-color: #f2efe2;
	min-height: 40px;
	font-family: 'Bitter', serif;
	font-size: 14px;
	color: #161616;
	font-weight: normal;
	border-bottom: solid 2px #790000;
}

.clickbuttons {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.clickbuttons2 {
	width: 400px;
	height: 30px;
	margin: 10px;
	padding: 15px 0px;
	vertical-align: middle;
	text-align: center;
	display:table-cell;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;	
	border-radius: 30px;	
	background-color: #b35706;
}

.clickbuttons2:hover {
	background-color: #ff8619;
}

.clickbuttons3 {
	width: 600px;
	height: 20px;
	margin: 10px;
	padding: 20px 0px;
	vertical-align: middle;
	text-align: center;
	display:table-cell;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;	
	border-radius: 35px;	
	background-color: #DB1E21;
}

.clickbuttons3:hover {
	background-color: #A20305;
}

.clickbuttons000 {
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



.buttonbox {
	width: 100%;
	height: auto;
	display: inline-block;
}

.clickbuttonsback, .clickbuttonsnext {
	width: 170px;
	height: auto;
	margin: 10px;
/*	padding: 20px 0px; */
	vertical-align: middle;
	display: table-cell;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;	
	border-radius: 30px;	
	background-color: #41a5eb;
}

.clickbuttonsback {
	float: left;
}

.clickbuttonsnext {
	float: right;
}

.clickbuttonsback:hover, .clickbuttonsnext:hover {
	background-color: #55eb41;
}

.generaltitle {
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size:24px; 
	color:#990000; 
	text-align:middle;
    padding: 20px 0 20px 0;
}

.generalsubtitle {
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size:15px; 
	color:#990000; 
	text-align:left;
	margin-bottom: 20px;
}

.generaltext {
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: normal;
	color: #161616;
	text-align: left;
	line-height: 30px;
}
.generaltextc {
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: normal;
	color: #161616;
	text-align: middle;
	line-height: 30px;
}

.generaltext2 {
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: normal;
	color: #161616;
	line-height: 30px;
}

.generaltext3 {
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: normal;
	color: #161616;
	text-align: left;
	line-height: auto;
	text-indent: -13px;
	margin-left: 15px;
}

.generaltext b {
	color: #3C009C;
}

.generalhighlight {
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: bold;
	color: #161616;
	text-align: left;
	line-height: 30px;
}

.instructorbox {
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}

.instructors {
	max-width: 170px;
	width: auto;
	height: 285px;
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.instructorphoto {
	width: 100%;
	height: auto;
	text-align: center;
}

.instructorphoto img {
	height: 200px;
	width: auto;
}

.instructortext {
	width: 100%;
	height: auto;
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size:14px; 
	color:#000000; 
	text-align:center;
}

.caution {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
}

.caution2 {
	min-width: 290px;
	max-width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EFDE00;
	padding: 25px 50px;
	border-radius: 15px;	
	display: inline-block;

}

.cautiontext {
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size: 17px; 
	color: #000000; 
}

.downloadbox {
	max-width: 450px;
	min-height: 300px;
	float: left;
	display: inline-block;
	padding: 0 0 20px 0;
}

.downloadbox img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.downloadbutton {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
}

.downloadbutton0 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.downloadbutton2 {
	width: 200px;
	height: 40px;
	margin: 10px;
	padding: 10px 0px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;	
	border-radius: 20px;	
	background-color: #641CAB;
}

.downloadbutton2:hover {
	background-color: #8C35BF;
}

.downloadbutton3 {
	width: 375px;
	height: 50px;
	margin: 15px;
	padding: 15px 0px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;	
	border-radius: 20px;	
	background-color: #2DB000;
}

.downloadbutton3:hover {
	background-color: #84DC00;
}

.downloadbutton4 { /* grayed out button */
	width: 375px;
	height: 50px;
	margin: 15px;
	padding: 15px 0px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;	
	border-radius: 20px;	
	background-color:#858585;
}

.registerpreinfo {
	width: 100%;
	min-height: 300px;
	height: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.addressbox {
	width: 275px;
	height: 50px;
	margin: 15px auto;
	padding: 15px 0px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	border: none;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #1A1A1A;	
	border-radius: 20px;	
	background-color: #E1DCCF;
}

.ranchmap {
	width: 100%;
	height: auto;
	text-align: center;
}

.ranchmap img {
	max-width: 100%;
	height: auto;
}

.respcontainer {
    position: relative;
/*    overflow: hidden;*/
    padding-top: 56.25%;
}

.respiframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.foundersbox {
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
	text-align: center;
}

.founders {
	max-width: 170px;
	width: auto;
	height: 285px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.foundersphoto {
	width: 100%;
	height: auto;
	text-align: center;
}

.foundersphoto img {
	height: 200px;
	width: auto;
}

.founderstext {
	width: 100%;
	height: auto;
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size:14px; 
	color:#000000; 
	text-align:center;
}

.contactboxwrap {
	margin-top: -3px;
}
.contactboxwrap a {
	color: #E9E800 !important;
}

.contactboxwrap a:hover {
	color: #00DB0B !important;
}

span {
  display: inline-block;
  vertical-align: middle;
}

.contactbox1 { /* email */
	width:50%;
	height: 200px;
	float: left;
	background-color:#AB2033;
	background-image: url("../images/email.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

.contactbox2 { /* phone */
	width:50%;
	height: 200px;
	float: left;
	background-color:#029E88;
	background-image: url("../images/phone.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

.contactbox3 { /* address */
	width:50%;
	height: 200px;
	float: left;
	background-color:#419C4F;
	background-image: url("../images/address.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

.contactbox4 { /* Justin */
	width:50%;
	height: 200px;
	float: left;
	background-image: url("../images/justin.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

.contactbox5 { /* Facebook */
	width:50%;
	height: 200px;
	float: left;
	background-color:#1672C7;
	background-image: url("../images/facebook.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

.contactbox6 { /* Instagram */
	width:50%;
	height: 200px;
	float: left;
	background-color:#B80F9D;
	background-image: url("../images/instagram.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

/* When screen size gets small enough, boxes switch to full width */
@media screen and (max-width: 580px) {
	.contactbox1 { width:100%; }
	.contactbox2 { width:100%; }
	.contactbox3 { width:100%; }
	.contactbox4 { width:100%; }
	.contactbox5 { width:100%; }
	.contactbox6 { width:100%; }
}


.contactboxtext1 {
	color:#FFFFFF;
	font-size:22px;
	text-align:center;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight:bold;
	margin: 10px 0;
}

.contactboxtext2 {
	font-size:16px;
	text-align:center;
	color: #000000;
	font-weight:normal;
	font-family: 'Bitter', serif; /* Google Web Fonts, https://fonts.google.com */
	margin: 10px 0;
}

#contactaddress {
	color: #FFFCC6;
}

.paymenthold1 {
	width: 100%;
	height: auto;
}

.paymenthold2 {
	width: 320px;
margin-left: auto;
margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 15px;
	border: solid 2px #990000;
}

#quickpayment {
	margin-top: 100px;
	margin-bottom: 100px;
	display: inline-block;
}


.fullnotice {
    font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-weight: bold;
	font-size:36px; 
	color:#990000; 
	text-align:center;
	margin-bottom: 30px;
}







/* END general page content CSS ********************************************************************************** */

.contact {
	width: 100%;
	min-height: 75px;
	background: #5f552f;
	padding: 20px 0px 5px 0px;
	overflow: auto;
}

.contactblock {
	max-width: 1000px;
	height: auto;
	min-height: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contactinfo {
	width: 320px;
	height: auto;
	display: inline-block;
	margin: 0px 10px 0 0;
	text-align: center;
}

.contactinfotext {
	color: #FBFBFB;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 14px;
	line-height: 24px;
}

.contactinfotext2 {
	color: #FBFBFB;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 10px;
	line-height: 20px;
}


.benefit {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #f4f1e4;
}

.benefitblock {
	max-width: 400px;
	margin: 10px 20px 10px 20px;
	display: inline-block;
}

.benefitblock2 {
	max-width: 500px;
	padding: 5px 20px 5px 20px;
	display: inline-block;
}

.footertext {
	width: 100%;
	text-align: center;
	padding: 0px 0 0px 0;
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 24px;
	color:#000000;
	line-height: 24px;
	margin: 12px 0 19px 0;
}


.social {
	width: 100%;
	min-height: 65px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #bfb58b;
}

.socialblock {
	max-width: 400px;
	margin: 0 20px 0 20px;
	display: inline-block;
}

.socialbuttons {
	max-width: 500px;
	padding: 5px 20px 5px 20px;
	display: inline-block;
}

.socialbuttons img {
	height: 40px;
	padding: 3px;
	border: 0;
	box-shadow: 0;
	display: inline;
}


.inlineblock {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}




.copyrightbar {
	width: 100%;
	min-height: 55px;
	background: #5f552f;
	overflow: auto;
}

.copyright {
	text-align: center;
	padding: 5px 0 0 0;
}

.copyright p {
	font-family: 'Lato', sans-serif; /* Google Web Fonts, https://fonts.google.com */
	font-size: 14px;
	color:#cccccc;
}

#copynormal { display: block; }
#copynarrow { display: none; }

@media screen and (max-width: 550px) {
	#copynormal { display: none; }
	#copynarrow { display: block; }
}

.subtext2 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}









