@import url(/style/shared/cfp.css);
@import url(/style/shared/font-awesome.css);

body {
	background-color: #EDEDED;
	font: 14px/1.65em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444444;
}
/* Generic */
 label {
	width: 6em;
	text-align: left;
	display: inline-block;
	}
	
input {
	margin: 5px 0;
	}

.programinfo, .login, .sidebar {
	border-radius: 0px;
	border: 0px;
	padding: 0 20px;
	}
	
h1, h2, h3 {
	background-color: transparent;
	color: #222222;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: left;
	
}

/* Banner */
header {
	background-image: url('/img/ngwa/gw16/header_bg.png');
	background-repeat: no-repeat;
	height: 200px;
}

.banner img {
	width: auto;
	height: auto;
}

/* Client Navigation */
ul.clientMenu {
	display: flex;
	flex-direction: row;
	background-color: #006699;
	height: 35px;
	padding: 0 50px;
}

ul.clientMenu li {
	flex: grow;
	line-height: 35px;
	
}
ul.clientMenu li a {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0 13px;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

/* Main content */
.programinfo {
	padding-top: 10px;
}
.programinfo h3{
	margin-bottom: 2em;
	}
	
.programinfo .expander {
	margin-top: 1em;
	background-position: left center;
	}
	.programinfo .expandedcontent {
		margin-bottom: 1em;
		padding-bottom: 10px;
		}
		
 
/* Sidebar */
 
 .fullSidebar {
	background-color: #FFFFFF;
	border-left: 1px solid 	#e1e1e1;
	}
	
.login {
	background-color: #FFFFFF;
}
	


	
.footerwrapper {
	background-color: #2D5C88;
	border-top: 1px solid #444;
	font-size: 11px;
	line-height: 30px;
	}
	.footerwrapper span.copyright {
		display: inline-block;
		}
	.footerwrapper ul li {
		display: inline-block;
		float: left;
		}
		.footerwrapper a , .copyright{
			color: #eee;
			}
			.footerwrapper a:hover {
				color: #aaaaaa;
				text-decoration: underline;
				}
		.footerContent {
			padding: 15px 50px;
			background-color:#2D5C88;
			}
			ul.social_bookmarks {
				display: inline-block;
				float: right;
				}
				ul.menu {
					display: inline-block;
					float: right;
					margin-top: 10px;
				}
				ul.menu li {
					border-right: 1px solid #444444;
					padding: 0 10px;
					line-height: 10px;
					}
					ul.menu li:last-child{
						border-right: none;
						}
				ul.social_bookmarks li a {
					width: 30px;
					height: 30px;
					color: #80b3cc;
					line-height: 30px;
					text-align: center;
					transition: all 0.3s ease-out 0s;
					}
					ul.social_bookmarks li a:hover {
						border-radius: 30px;
						color: #FFF;
						text-decoration: none;
						}
						li.social_bookmarks_twitter a:hover {
							background-color: #46D4FE;
							}
						li.social_bookmarks_facebook a:hover {
							background-color: #37589B;
							}
						li.social_bookmarks_linkedin a:hover {
							background-color: #419CCA;
							}
						li.social_bookmarks_youtube a:hover {
							background-color: #A72B1D;
							}
							
							
				
.display_none {
	display: none;
	}
li.programinfo {display: list-item;}
ul.programinfo  {list-style-type: disc;}
o.programinfo  {list-style-type: decimal;}
/* Planner Note Val */
.callText ul {
	margin-left: 40px;
	list-style-type: disc;
	}
.callText ol {
	margin-left: 40px;
	list-style-type: decimal;
	}
	
h4 {font-weight:bold;}

table, th, td {
   border: 1px solid #cccccc; padding:5px; background-color: #eeeeee;
}
	
.small {
font-size: .9em;
}

.note li  {margin-left: 20px;
list-style-type: disc;}


ol {
    list-style-type: decimal;
}

.programinfo ol, .programinfo .collapse ol {
   list-style-type: decimal; 
   list-style-position: inside; 
    list-style-type: decimal;
}


.programinfo ol > li {
	list-style-type: decimal;
}