@charset "utf-8";
/* CSS Document */
/** 
 * JKO Splash Page Stylesheet 
 * 
 * Default Stylesheet for the JKO JTEN Website 
 * 
 * @version 1.0 
 * @date 07-24-2015 
 * @author Melanie Rudinsky 
 * 
 */ 

{box-sizing: border-box;
color: #333; font-family: Futura, Arial, sans-serif;
}

body {
	background: #fff;
}
p {
	font-size: 14px;
}
h3{
        font-size: 14px;
    }

h2, .h2 {
	font-size: 25px;
}
h6{
	font-weight:bold;
}

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

.bottom-2-col {
	border: 1px solid #673366;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	min-height: 250px;
	background-color: #e4dfea;
	margin-top: 10px
}

.mid-2-col {
	padding-left: 10px;
	padding-right: 40px;
	text-align: center;
	margin-bottom: 10px
}
 /*basic reset */
 *, *:before, *:after {
	 padding: 0;
	 margin: 0;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
 }
 .content-margin {
	padding-top: 20px; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
 .content-margin2 {
	padding-left: 20px;
	padding-right: 10px;
	
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-size: 12px;

}
#menu-outer {
	height: 14px;
	
}

.table {
	display: table;	 /* Allow the centering to work */
	margin: 0 auto;
	background-color: #dddddd;
	box-shadow: 2px 2px 1px #888;
	
}

ul#horizontal-list {
	list-style: none;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	
		}
	ul#horizontal-list li {
		display: inline;
		
	}
 
.form-control:focus {
	border-color: #fddbab;
	outline: 0; 
	-webkit-box-shadow: inset 0;
		  box-shadow: inset 0;
	background-color: #fddbab;
}
label{
float: right;
font-size:12px
}
input[type="text"]{
width:100%;
margin-top:7px;
margin-left:10px;
height:30px;
margin-bottom:10px;
padding:5px;
}
input[type="textarea"]{
width:100%;
margin-top:7px;
margin-left:10px;
height:30px;
margin-bottom:10px;
padding:5px;
}

hr {
	height: 1px;
	border: none;
	background-color: rgb(220,220,220)
}
.answer {
	display: none;
}
#faq-list p {
	margin-left: 25px;
}
#faq-list h2 {
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	color: #5E2380;
	padding-left: 24px;
	cursor: pointer;
	background-image: url('../images/open.png');
	background-position: left;
	background-repeat: no-repeat;
}
#faq-list h2.closefaq {
	background-image: url('../images/close.png');
}
.navbar-collapse.main {
	width: auto;
	border-top: 0px none;
	box-shadow: none;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	min-height: 200px !important;
}
.navbar-default {
	background-color: #f5f5f5 !important;
	border-color: none !important;
}
.navbar {
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border: 0px solid transparent !important;
}
.navbar-nav.home {
	/*	float: left;*/
	margin-top: 2px;
}
.master.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-default.master {
	background-color: transparent !important;
	border-color: none !important;
	top: 5px;
}
.navbar-default .navbar-nav > li > a {
	color: #41075b;
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #1599d0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff !important;
}
.navbar-default .navbar-toggle {
	border-color: #41065b !important;
	background: #fff !important;
	margin-top: 3px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
	width: 50%;
}

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