/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Arimo|Oswald:300,400,700');


body {
	background-image: url('/wp-content/uploads/2017/11/BackgroundGradient.jpg');
	background-repeat:repeat-x;
	background-color: #ECECEE;
	font-family: 'Arimo', sans-serif;
	font-size:18px;
	line-height:150%;
	margin:0px;
	padding:0px;
	padding-bottom:100px;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	color: #c86545;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
}

img {
	max-width:100%;
}

.container {
	width: 80%; 
	margin:0px auto;
}

.half {
	width:48%;
	float:left;
	margin:1%;
}

header {
	margin-bottom:0px;
}

.homeBig, .homeMedium, .homeSmall {
	box-shadow: 5px 5px 5px #888888;
	background-color: #fff;
	margin-bottom:10px;
}
.year2021, .year2022{
	display: none;
}
.homeBig div, .homeMedium div, .homeSmall div {
	padding: 20px;
}

.homeBig img, .homeMedium img, .homeSmall img {
	width: 100%;
}

.homeBig div {
	line-height:200%;
	font-size: 125%;
}

.homeBig a, .homeMedium a, .homeSmall a {
	text-decoration:none;
	color:#000;
}

.homeBig a .link, .homeMedium a .link, .homeSmall a .link {
	color: #666;
}

.bigSmall:first-child {
	margin-left:0px;
}

h2 {
	color:#c86545;
	font-weight:normal;
}

header {
	max-height: 200px;
	width:100%;
	float:left;
}

#Logo {
	max-height: 100%;
	float:left;
}

#Logo img {
	max-height:200px;
}

#TagLine {
	float:right;
	color: #c86545;
	text-transform:uppercase;
	font-size:40px;
	padding-top:140px;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
}

.inducteeButton, .inducteeBadge {
	list-style:none;
	float:left;
	width:29%;
	margin:20px 2%;
	padding:0px;
}

.inducteeBadge {
	background-color:#FFF;
	box-shadow: 5px 5px 5px #888888;
}

.inducteeBadge a {
	display:block;
	text-align:center;
	color:#c86545;
	font-size:25px;
	text-decoration:none;
	padding:15px 0px;
}

.inducteeThumb {
	height: 400px;
	width: 100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin-bottom:20px;
}

.inducteeButton:nth-of-type(3n+4), .inducteeBadge:nth-of-type(3n+4) {
	clear:left;
}

.inducteeButton a {
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none;
	background-color: #A83015;
	font-size:20px;
	padding:10px 0px;
	border-radius: 15px;
	background-image:url(/wp-content/uploads/2017/11/ButtonGradient.jpg);
	background-repeat:repeat-x;
	
}

.detailImage {
	max-width:100%;
	max-height:600px;
}

#DetaiLRightSide {
	width:40%;
	float:right;
	text-align:center;
}

#DetailContent {
	width:55%;
	float:left;
	height:600px;
	overflow:scroll;
	overflow-y: scroll;
overflow-x: hidden;
}

Footer {
	background-color:#003366;
	color:#FFFFFF;
	float:left;
	width:96%;
	position:fixed;
	bottom: 0px;
	padding:10px 2%;
	text-transform:uppercase;
}

Footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#FooterLinks {
	float:left;
}

#FooterLinks li {
	list-style:none;
	float:left;
	border-right: 1px solid #fff;
	padding:0px 10px;
}

#FooterLinks li:last-child {
	border-right: none;
}

#Copyright {
	float:right;
}



#TopNav {
	background:#c86545;
	width:100%;
	height:50px;
	padding-top:5px;
	margin-bottom:20px;
}

#TopNav ul {
	margin:0px;
	padding:0px;
}

#TopNav ul li {
	padding:0px;
	margin:0px;
	text-align:center;
	width:19%;
	float:left;
	list-style:none;
	padding-top:10px;
	border-right:#fff 1px solid;
}

#TopNav ul li.last {
	border-right: none;
}

#TopNav a {
	color: #fff;
	text-transform:uppercase;
	font-size:20px;
	text-decoration:none;
}
