body#user #inner-hero {
	padding: 4em;
}

body#user #inner-hero h1 {
	margin-top: 0;
}

body#user #inner-hero p {
	font-size: 1.125em;
	line-height: 1.25em;
	max-width: 24em;
}

body#user #inner-hero p a {
	color: white;
}

body#user #inner-hero p a:hover {
	text-decoration: none;
}

body#user p.user-notice {
	color: #009FE3;
	font-size: 1.125em;
	line-height: 1.25em;
	max-width:30em;
}

body#user #inner-hero ul {
	margin: 0 0 0 1em;
	padding: 0;
}

body#user #inner-hero ul li {
	color: white;
	font-size: 1.125em;
	line-height: 1.25em;
}

body#user .content-wrap {
	padding-right: 4em;
	padding-left: 4em;
}

a.user-bttn {
	color: white;
	font-size: .9375em;
	font-weight: bold;
	background: #009fe3;
	padding: 9px 18px;
	text-decoration: none;
	border-radius: 4px;
}
a.user-bttn:hover {
	background: #2b374e;
}

a.page-links {
	color: #009fe3;
}
a.page-links:hover {
	color: #2b374e;
	text-decoration: none;
}

.user-links {
	display: none !important;
}

#nav-bar {
	padding-bottom: 15px;
}

ul.bttn-group {
	margin: 1.5em 0 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
	clear: both;
}
ul.bttn-group li {
	color: white;
	font-size: .9375em;
	font-weight: bold;
	margin-right: 10px;
	float: left;
}

ul.bttn-group li a {
	color: white;
	text-indent: none;
	background: #009fe3 !important;
	padding: 5px 10px !important;
	text-decoration: none;
	border-radius: 4px;
}
ul.bttn-group li a:hover {
	background: #2b374e !important;
}
@media only screen and (min-width: 600px) { 
	
	.user-links {
		line-height: 1.5em;
		display: inline-block !important;
	}
	.user-links a {
		color: white;
		font-size: .9375em;
		font-weight: bold;
		background: #009fe3;
		margin-right: 15px;
		padding: 4px 9px;
		border-radius: 4px;
		text-decoration: none;
		display: block;
	}
}

@media only screen and (min-width: 768px) { 
	body#user #inner-hero p {
		font-size: 1.25em;
	}
	body#user #inner-hero ul li {
		font-size: 1.25em;
	}
	
	body#user p.user-notice {
		font-size: 1.25em;
	}
	
}

@media only screen and (min-width: 992px) { 
	body#user #inner-hero p {
		font-size: 1.375em;
	}
	body#user #inner-hero ul li {
		font-size: 1.375em;
	}
	body#user p.user-notice {
		font-size: 1.375em;
	}
}

@media only screen and (min-width: 1382px) { 
	body#user #inner-hero p {
		font-size: 1.5em;
	}
	body#user #inner-hero ul li {
		font-size: 1.5em;
	}
	body#user p.user-notice {
		font-size: 1.5em;
	}
}