* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
	}

.topad {
	padding-top: 10px;
}
.indent {
	
	margin-left: 20px;
}

/* -----------------------------------------
   Open Sans
----------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Italic-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#open_sansregular") format("svg");
  font-weight: bold;
  font-style: italic;
}
/*END FONTS */

    ul ul li{  
      text-indent: 4.0em; 
	  list-style-type:none; 
    } 

body {
	font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
	
}

p {
	margin-top: 0;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	color:  #999;
}

.header-container {
	background: #0077B4;
	border-bottom: 2px solid #000;
/*	position: fixed;*/
	top: 0;
	width: 100%;
	min-height: 80px;
	z-index: 1000;
}
.header-container .header {
	width: 960px;
	margin: 0 auto;
}
.header > .wrapper {
	padding-bottom: 10px;
	position: relative;
}
#logo {
	width: 800px;
	display: inline-block;
	padding: 10px 10px 0 0;
	
}
#logo > img {
	width: 90%;
	max-width: 800px;
	border: none;
	margin:auto;
}
.header .logotitle {
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.header .logotitle > span {
	font-size: 1.8em;
	color: #fff;
}
.header .nav {
	/* width: 76%; */
	margin: 13px 0 0;
	font: 1em 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
}
.header .nav > a {
	color: #fff;
	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	display: inline-block;
}
.header .nav > a:last-child {
	margin-right: 0;
}
.header .nav > a:hover,
.header .nav > a.active {
	color: #000;
}

.subnav {
	padding-top: 60px;
	padding-bottom: 40px;
}
.subnav > .wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.subnav > .wrapper > a {
	color: #888;
	font-size: 0.75em;
	text-decoration: none;
	margin: 0 6px 4px;
	text-transform: uppercase;
	display: inline-block;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 1px 0 #fff;
}
.subnav > .wrapper > a:last-child {
	margin-right: 0;
}
.subnav > .wrapper > a:hover,
.subnav > .wrapper > a.active {
	color: #222;
	text-shadow: 0;
}
.subnav > .wrapper > span {
	display: block;
	font-size: 1.4em;
	color: #ccc;
	text-shadow: 0 1px 0 #fff;
	border-top: 1px dotted #ccc;
	padding-top: 2px;
	margin-top: 4px;
}



/* main-content*/

.main-container {
	margin-top: 70px;
	margin-top: 0;
}

img.right,
img.left {
	display: inline-block;
	border: none;
}
img.right {
	float: right;
	margin: 0 0 12px 12px;
}
img.right.small {
		width: 100px;
	}
img.left {
	float: left;
	margin: 0 12px 12px 0;
}
img.full {
	max-width: 100%;
	margin: 4px 0 0;
}
img.border {
	border: 1px solid #888;
}

.img {
	max-width:100%  !important;
	}


#welcomeText .quote {
	text-align: center;
	padding: 12px 24px;
	box-sizing: border-box;
}
#welcomeText .quote p {
	color: #888;
}
#welcomeText img.circle {
	margin: 0 auto;
}
#welcomeText h3 {
	margin-bottom: 10px;
}
#welcomeText p {
	padding: 12px 0 0;
/* 	border-top: 1px solid #ccc; */
}

/* 	table styles */

ul 

table { border-collapse: collapse; width: 100%; }

th, td { text-align: left; padding: 8px; }

tr:nth-child(even){background-color: #f2f2f2}

/* 	my responsive images */

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}


/*fish map of lakes*/

.map {
	background: #222 url(../new_images/lakes.jpg) no-repeat center;
	}

.counties {
	padding: 36px 12px 12px;
	margin-bottom: 48px;
	text-align: center;
}

.counties > .left,
.counties > .right {
	display: inline-block;
	width: 48%;
}
.counties > .left {
	float: left;
}

#img_counties {
	max-width: 100%;
}




/*sections*/

#welcome.bbSection {
	background: #222 url("../new_images/oldhickory2022.jpg") no-repeat center -80px fixed;
}
#schedule.bbSection {
	background: #222 url("../new_images/rick_larry.jpg") no-repeat center top fixed;
}
#rules.bbSection {
	background: #222 url(../new_images/bg.jpg) no-repeat center top fixed;
}

#standings.bbSection {
	background: #222 url(../new_images/bg_weight.jpg) no-repeat center top fixed;
}




#welcome.bbSection,
#schedule.bbSection,
#rules.bbSection,
#standings.bbSection
 {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}




/* Section headers */
.bbSection {
	border-top: 24px solid #0077B4;
	padding: 480px 0 0;
}
	.bbSection > .bbHeader {
		position: relative;
		text-align: center;
		padding-bottom: 80px;
	}
	.bbSection h1 {
		color: #fff;
		text-align: left;
		max-width: 1000px;
		margin: 0 auto;
		font-size: 2.75em;
		font-family: 'Archivo Black', sans-serif;
		font-weight: normal;
		padding: 12px 32px 16px;
		padding-top: 28px;
		line-height: 1em;
		box-sizing: border-box;
		text-shadow: 0 0 8px #111;
	}
	.bbSection h1 span {
		font-size: 0.5em;
		display: block;
		line-height: 1em;
	}
	#welcome.bbSection h1 span + span {
		margin-left: 380px;
	}
	@media screen and (max-width: 775px) {
		#welcome.bbSection h1 span + span {
			margin-left: 200px;
		}
	}
	@media screen and (max-width: 600px) {
		#welcome.bbSection h1 span + span {
			margin-left: 280px;
		}
	}
	@media screen and (max-width: 570px) {
		#welcome.bbSection h1 span + span {
			margin-left: 200px;
		}

	}
	@media screen and (max-width: 420px) {
		#welcome.bbSection h1 span + span {
			margin-left: 120px;
		}

	}
	@media screen and (max-width: 320px) {
		#welcome.bbSection h1 span + span {
			margin-left: 60px;
		}

	}


#welcome.bbSection {
	border-top: none;
	padding: 380px 0 0;
}
	.introvid {
		padding: 24px 0;
		border: 1px dotted #ccc;
		border-width: 1px 0;
		margin: 24px 36px;
	}



.arText .teaser {
	padding: 0 0 36px;
	font-size: 1.1em;
	font-family: "PT Serif", serif;
	line-height: 180%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto 24px;
	border-bottom: 1px dotted #ccc;
	color: #000;
}
#welcomeText.arText .teaser {
	padding: 0;
	border-bottom: 0;
}
#arClosingText.arText .teaser {
	border-bottom: 0;
}


.arText .teaser a {
	color: #04bbff;
	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.arText .teaser a:hover {
	color: #555;
}




/* Main text for each section */
.arText {
	position: relative;
	width: 1000px;
	margin: 0 auto 24px;
	background-color: #fff;
	margin-top: -80px;
	box-shadow: 0 -12px 24px -9px #555;
}
	.arText > .wrapper {
		padding: 36px;
		color: #555;
	}
	.arText > .wrapper h2 {
		margin-bottom: 12px;
	}
	#welcomeText.arText > .wrapper h2 {
		margin-top: 0;
	}
	/* Main text columns at full width */
	.arText > .wrapper > .left,
	.arText > .wrapper > .right {
		display: inline-block;
		width: 48%;
	}
	.arText > .wrapper > .left {
		float: left;
	}
	.arText > .wrapper > .right {
		float: right;
	}



/**********************************************************************************
	Footer
**********************************************************************************/

.footer-container {
	background-color: #222;
	font-size: 0.75em;
	color: #656565;
}
.footer-container > .footer {
	width: 1000px;
	margin: 0 auto;
}
.footer-container > .footer > .wrapper {
	padding: 24px 12px 60px;
}
.footer-container > .footer > .wrapper > a {
	color: #999;
	text-decoration: none;
}
.footer-container > .footer > .wrapper > a:hover {
	color: #fff;
}




/**********************************************************************************
	Accordion
**********************************************************************************/

.accordion h4 {
	padding: 12px 36px 12px 12px;
	background: transparent url(../images/icon-info.png) no-repeat right center;
	border: 1px dotted #ddd;
	margin-bottom: 4px;
}
.accordion div {
	padding: 6px 12px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 0;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-content {
	border-top: 0;
	overflow: auto;
}




/**********************************************************************************
	Responsive
**********************************************************************************/

@media screen and ( max-width: 1016px ) {
	#welcome.bbSection,
	#schedule.bbSection,
	#rules.bbSection,
	#standings.bbSection {
		background-attachment: scroll !important;
	}
	#welcome.bbSection {
		background-position: center top;
	}
	.header-container .header,
	.bbSection > .bbHeader > h1,
	.arText,
	.subnav > .wrapper,
	.footer-container > .footer {
		width: auto;
	}
	.header .logotitle {
		padding: 0 12px 2px;
	}
	.header .nav {
	padding: 0 12px;
	color: #fff;
	}
	.bbSection h1 {
		padding: 12px 20px 16px;
	}
	.subnav > .wrapper {
		padding: 24px;
	}
	.bbSection {
		padding: 360px 0 0px;
	}
	.bbSection > .bbHeader {
		padding-bottom: 0;
	}
	.arText {
		margin-top: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.arText > .wrapper {
		padding: 24px;
	}
	.footer-container > .footer > .wrapper {
		padding: 24px 24px 60px;
	}
}

@media screen and ( max-width: 800px ) {	
	#welcomeText > .wrapper > img {
		width: 120px;
	}
}

@media screen and ( max-width: 600px ) {
	.bbSection > .bbHeader > h1 {
		font-size: 2em;
	}
	#welcome.bbSection > .bbHeader > h1 > img {
		width: 100% !important;
	}
	.arText > .wrapper > .left,
	.arText > .wrapper > .right,
	.counties > .left,
	.counties > .right {
		display: block;
		float: none;
		width: auto;
	}
	
	.leadershipMessage {
		max-width: 90%;
	}
	.header .social {
		top: 12px;
	}
}

@media screen and ( max-width: 490px ) {
	.bbSection {
		padding: 220px 0 0px;
	}
	.bbSection > .bbHeader > h1 {
		font-size: 1.6em;
	}
	.bbSection > .bbHeader > h1 > span {
		text-indent: 0;
	}
	.header-container {
		position: absolute;
	}
	.header-container .header {
		width: auto;
		text-align: center;
	}
	.header > .wrapper {
		padding: 8px 24px;
	}
	#logo > img {
		max-width: 90%;
	}
	#logo,
	.header .nav {
		float: none;
		display: block;
		width: auto;
	}
	#logo {
		margin: 6px auto;
	}
	.header .nav {
		margin: 0;
		text-align: center;
		padding-bottom: 12px;
	}
	.header .logotitle > span {
		font-size: 1.4em;
	}
	.header .nav > a {
		margin-right: 0 6px 4px;
	}
	.header .social {
		position: relative;
		top: auto;
		right: auto;
	}
	.social a {
		display: inline-block;
		float: none;
		margin: 5px 2px;
	}
}

@media screen and ( max-width: 420px ) {
	.subnav {
		padding-top: 12px;
		padding-bottom: 18px;
	}

}

@media screen and ( max-width: 340px ) 

{
	.bbSection > .bbHeader > h1 {
		font-size: 1.25em;
	}
	.chart-title {
		font-size: 0.875em;
	}
	.chart-blurb {
		font-size: 0.7em;
	}
	.chart table th,
	.chart table td {
		font-size: 0.6em;
	}
}

	

/**********************************************************************
	font size iphone
**********************************************************************/



/*[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 600;
  } */








/**********************************************************************
	clearfix
**********************************************************************/

.group:before,
.group:after {
		content: "";
		display: table;
} 
.group:after {
		clear: both;
}
.group {
		zoom: 1;
}
