@import url(/style/shared/cfp.css);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body, body.webprogram {
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	}
	
a:link {
    color: #2161aa;
    text-decoration: none;
}
a:visited {
    color: #2161aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #2161aa;
    text-decoration: none;
}
a.currentpage {
    color: #2161aa;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	}

h3 {
	font-size: 27px;
	color: #8AB272;
	background-color: transparent;
	border-radius: 0px;
	
	}
	
h1, h2{
	color: #6B8091;
	}
	h1 {
		font-size: 27px;
		}


.bannerwrapper {
	background-color: #3B3B3B;
	height: 120px;
	background-image: url("/img/aha/pattern-stripe.png");
	}
	.bannerimage {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		}
		.banner {
			padding: 40px 10px 0;
			}
		.banner img {
			width: 330px;
			height: auto;
			}
			html#range_1 .bannerimage {
				margin-right: auto;
				margin-left: auto;
				text-align: center;
				}
			html#range_1 .banner img {
				height: auto;
				width: 65%;
				}
				
.navigation  {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	background: rgb(76,132,191); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjODRiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDVmYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(76,132,191,1) 0%, rgba(36,95,165,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,132,191,1)), color-stop(100%,rgba(36,95,165,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(76,132,191,1) 0%,rgba(36,95,165,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(76,132,191,1) 0%,rgba(36,95,165,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(76,132,191,1) 0%,rgba(36,95,165,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(76,132,191,1) 0%,rgba(36,95,165,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c84bf', endColorstr='#245fa5',GradientType=0 ); /* IE6-8 */

    color: #FFD200;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 1.1em;
	height: 45px;
	}
	.navbar {
		background-color: transparent;
		}
		.navbar ul {
			float: left;
			}
			.navbar ul li {
				border-right: none;
				}
				.navbar ul li a:link, .navbar ul li a:active, .navbar ul li a:visited {
					text-transform: uppercase;
					font-size: 15px;
					}
					.navbar ul li a:hover {
						background-color: transparent;
						color:#FFD200;
						text-decoration: none;
						}
						
.programinfo {
	background-color: transparent;
    border: none;
    padding: 0;
	border-radius: 0px;
	}
	
.title {
	color: #8AB272;
	font-size: 1.2em;
	}

.login {
	background-color: #E5E5E5;
	border: 1px solid #999999;
	border-radius: 0px;
	}
	.login h3 {
		font-size: 16px;
		}

.cfp .login input.btn, .cfp .programinfo input.btn {
	background-color: #87A0B4;
	border-radius: 0.75em;
	box-shadow: 0 2px 4px #6B8091 inset;
	display: inline-block;
	padding: 0 1.3rem;
	position: relative;
	z-index: 3;
	border: 0px;
	 color: #FFFFFF;
	 font: 12px "Trebuchet MS",sans-serif;
	 cursor: pointer;
	}
	.cfp .login input.btn:hover, .cfp .programinfo input.btn:hover {
		 background-color: #3B79BF;
		 box-shadow: none;
		 }


.striped-headline {
	background-image: url("/img/aha/pattern-stripe.png");
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #74a259;
	display: block;
	padding: 5px 13px;
	margin-bottom: 20px;
	font-size: 27px;
	line-height: 40px;
	line-height: 30px;
	font-weight: 400;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	border: 2px solid white;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}


.programinfo h4.programtitle, .login {
	border: 2px solid white;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	padding: 20px 13px;
	padding: 2rem 1.3rem;
	background-color: #e5e5e5;
}

.programinfo, .login {
	margin: 0;
}

.leftSection, .rightSection {
	display: inline;
	float: left;
	margin: 0 10px;
}

.leftSection {
	max-width: 60%;
}

.rightSection {
	max-width: 35%;
}

@media (max-width: 820px) {

	.leftSection, .rightSection {
		max-width: 100%;
	}
}