/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  ========================================
  General Layout
  ========================================
*/
.container-wrapper{
	width: 899px;
}
body{
	min-width: 1000px;
}
h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: white;
}
h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
h4{
	font-family: Open Sans;
	font-size: 24px;
	color: white;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 32px;
}
p{
	font-family: Open Sans;
	font-size: 18px;
	color: white;
}

/*
  ========================================
  Header
  ========================================
*/
header {
	background-color: #000000;
}
.logo {
	width: 364px;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}
.pull-right{
	float: right;
}
.neh-logo{
	margin-top: 15px;
	width: 211px;
}
/*
  ========================================
  Main Navigation
  ========================================
*/
nav {
	background-color: #120175;
}
nav li{
	display: inline-block;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
.primary-nav{

}
.primary-nav ul{
	padding-left: 30px;
	float: right;
	display: inline;
	padding-bottom: 17px;
	padding-top: 13px;
}
.nav-item a{
	text-decoration: none;
	color: #d9bea3;
	font-family: Open Sans;
	font-size: 18px;
	line-height: 25.2px;
	font-weight: 300;
	margin-right: 8px;
	margin-left: 8px;	
	height: 40px;
}
.nav-item a:hover{
	color: #e8b038;
}

.nav-item ul{
	display: none;
}
/*
  ========================================
  Main Content
  ========================================
*/
#main-content{
  /* fallback */
  background-color: #6d4c44;
  background-position: center center;
  background-repeat: no-repeat;
  /* Safari 4-5, Chrome 1-9 */
  /*background: -webkit-gradient(radial, center center, 0, center center, 460, from(#6d4c44), to(#553b35));
  /* Safari 5.1+, Chrome 10+ */
  background: linear-gradient(to right, #3e2b27, #49332d 20%, #49332d 80%, #3e2b27);
  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #6d4c44, #6d4c44);
  /* IE 10 */
  background: -ms-radial-gradient(circle, #6d4c44, #6d4c44);
  padding-top: 40px;
  }
.fact-check-header{
	position: relative;
	width: 98%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 25px 6px 25px;
	margin: 4px 10px 10px -20px;
	color: #B6A17F;
	background-color: rgb(83, 71, 65);
	text-shadow: 0px 1px 2px #443934;
	-webkit-box-shadow: 0px 2px 4px #CFB794;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
}
.fact-check-header1{
	color: #B6A17F;

}
.fact-check-header2{
	font-size: 1.2em;
	color: #B6A17F;
}

.fact-check-header:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 4px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}
.fact-check-header:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 93%;
	top: 104%;
	border-width: 4px 10px;
	border-style: solid;
	border-color: #666 transparent transparent #666;
}
.fact-check-menu{
  float: left;
  width: 300px;
  height: 400px;
	margin: 0 auto;
	background-color: #F4D5A6;
	background: radial-gradient(#F4D5A6 30%, #E7C99C 70%);
	box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	/*border: 3px solid #120175;*/
	text-align: center;
	}
.fact-check-menu:before, .fact-check-menu:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.fact-check-menu:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
.fact-check-menu ul li a{
	color: #3D2011;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFE5C0;
	font-family: Open Sans;
}
.fact-check-menu ul{
	padding: 0px 10px;
	margin-top: 15px;
}
.fact-check-menu ul li{
	line-height: 25px;
}
article{
	padding-bottom: 30px;
}
.fact-check-intro-header2 {
		font-size: 20px; 
		color: #F4D5A6;
		text-transform: capitalize;
		/*height: 100px;*/
		/*background-color: blue;*/
		font-size: 53px;
		font-family: Open Sans;
		font-weight: 400;
		margin-left: 10px;
		display: inline-block;
	}
.fact-check-intro-header1 {
		width: 100px; 
		/*height: 100px;*/ 
		color: #A5957E;
		/*background-color: red;*/
		border-right: 1px solid #6E4C45; 
		display: inline-block;
		font-size: 33px;
		font-family: Open Sans;
		font-weight: bold;
		padding-right: 10px;
	}
.fact-check-intro-main{
	margin-top: 15px;
	line-height: 32.4px;
	font-weight: 400;
	font-family: Open Sans;
}
.fact-check-intro-main-2{
	margin-top: 20px;
}
.parent-teacher-box{
	background-color: rgb(109, 76, 44);
	padding-bottom: 40px;
}
.parent-teacher-box h1{
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.parent-teacher-box-header{
	background-color: rgb(18, 1, 117);
	padding: 14px 0px;
}
.parent-teacher-content{
	padding-top: 40px;
}
.fact-check-intro-parents{
	margin-top: 0px;
	line-height: 32.4px;
	margin-bottom: 20px;
}
.fact-check-intro-parents-line1{
	margin-bottom: 5px;
}
.fact-check-welcome{
	font-size: 30px;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.welcome{
	margin: 15px 0px;
	padding: 45px 19px 45px 19px;
}
.welcome-button{
	margin: 0 auto;
	width: 150px;
	margin-top: 15px;
}
i {
	font-style: italic;
}
/*
  ========================================
  Buttons
  ========================================
*/
.btn{
	border-radius: 2px;
	display: inline-block;
	margin: 0px;
	text-decoration: none;
	font-size: 20px;
}
.contact-btn{
	border: 1px solid #808080;
	padding: 14px 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000000;
}
.contact-btn:hover{
	background: rgb(115, 208, 206);
	border: 1px solid rgb(115, 208, 206);
	color: white;
}
/*
  ========================================
  Intro Section
  ========================================
*/
.intro-image{
	width: 100%;
	margin: 15px auto;
}
.intro-image3{
	width: 100%;
}
.intro-image3-format{
	float: left;
	width: 300px;
}
.intro-columbus-signature{
	margin: 10px auto;
	width: 333px;
}
.intro-columbus-signature img{
	margin-bottom: 4px; 
	margin: 0px auto;
}
.intro-columbus-signature p{
	color: #B6A17F;
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}
/*
  ========================================
  Footer
  ========================================
*/
#top-footer {
	background-color: #1a1a1a;
	color: white;
	padding-top: 55px;
	padding-bottom: 55px;
}
#top-footer h4{
	margin-bottom: 20px;
}
#bottom-footer {
	background-color: #1F1F1F;
	color: white;
	padding: 20px 0px;
}
#bottom-footer p{
	display: inline-block;
	margin-top:	20px; 
}
.footer-logos{
	float: right;
}
#krcb-logo{
	display: inline-block;
	margin-left: 15px;
}
#apt-logo{
	display: inline-block;
}
.footer-text{
	font-family: Open Sans;
	font-size: 13px;
	color: white;
	font-weight: 300;
	line-height: 32.4px;
}
.copyright{
	color: #777777;
	font-size: 13px;
}