@media screen and (min-width: 64em) {
	.large-push-3,
	.push-3 {
		position: relative;
		left: 25%;
	}
	.large-pull-6,
	.pull-6 {
		position: relative;
		left: -50%;
	}

	.large-pull-9,
	.pull-9 {
		position: relative;
		left: -75%;
	}
	.large-pull-6,
	pull-6 {
		position: relative;
		left: -50%;
	}
}

a {
	color: #034688;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}
a:hover,
a:focus {
	color: #033c75;
}
a img {
	border: 0;
}

body {
	min-width: 320px;
	font-size: 14px;
	font-size: remCalc(14px);
}
@media (min-width: 768px) {
	body {
		background: #011227;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	line-height: 1.3;
}

body h1 {
	font-size: 36px;
	font-size: remCalc(36px);
	font-weight: normal;
}

body h2 {
	font-size: 20px;
	font-size: remCalc(20px);
}

body h3 {
	font-size: 16px;
	font-size: remCalc(16px);
}

body h4 {
	font-size: 18px;
	font-size: remCalc(18px);
}

body h5 {
	font-size: 16px;
	font-size: remCalc(16px);
}

body h6 {
	font-size: 14px;
	font-size: remCalc(14px);
}

.wrap {
	background: #222;
}

@media (min-width: 1024px) {
	.row {
		max-width: 900px;
	}
}

.skip {
	display: none;
}

.header {
	position: relative;
	z-index: 9;
}
@media (min-width: 1124px) {
	.header {
		padding-top: 48px;
	}
}

.header .logo {
	position: relative;
	z-index: 9;
	display: block;
	padding: 30px 0 20px 0; /*LP: change from padding: 15px 0 10px 0; */
	border-bottom: none; /* LP: change from border-bottom: 1px solid #4376b9; */
	box-shadow: none; /*LP: change from box-shadow: 0 0 15px #000;*/
	text-align: center;
}
@media (min-width: 1024px) {
	.header .logo {
		box-shadow: none;
	}
}
.header .logo a {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 20px;
}

.header .logo a img {
	display: block;
	width: 100%;
	height: 100%;
}
.header .toggle {
	position: relative;
	z-index: 8;
	height: 50px; /*LP change from height: 43px; */
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding: 27px 0 0 0; /*LP change from: padding: 27px 0 0 0;*/
	color: #ffffff; /*LP change from color: #021e47; */
	background-color: #305586; /*LP change from background-color: #4376b9; */
	background-position: center 0;
	background-repeat: no-repeat;
}
@media (min-width: 1124px) {
	.header .toggle {
		display: none !important;
	}
}
.header .toggle span {
	display: none;
}
.header .toggle.active {
	color: #000;
	background-color: #4376b9; /*LP change from background-color: #305586; */
	background-position: center -43px;
	box-shadow: none;
	z-index: 6;
}
.header .search-toggle {
	float: right;
	width: 60px;
	background-image: url(../img/header-search-toggle.png);
}
.header .search {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #4376b9; /*LP change from background: #305586; */
	box-shadow: 0; /*LP change from box-shadow: 0 0 10px #000; */
	padding: 15px 70px 15px 15px;
}
@media (min-width: 1124px) {
	.header .search {
		display: none !important;
	}
}
.header .search label {
	display: none;
}
.header .search input[type="text"] {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	border-radius: 0;
}
.header .search input[type="submit"] {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	border: none;
	background: url(../img/arrow-lightblue.png) 0 0 no-repeat #1b304b;
	border-radius: 5px;
}
.header .search input[type="submit"]:active {
	background-position: 0 -40px;
}
.header .tools-toggle {
	float: left;
	width: 60px;
	background-image: url(../img/header-tools-toggle.png);
}
@media (min-width: 768px) {
	.header .tools-toggle {
		display: block !important;
	}
}
@media (min-width: 1124px) {
	.header .tools-toggle {
		display: none !important;
	}
}
.header .tools-toggle.active {
	background-color: #4376b9;
	z-index: 8;
	box-shadow: none; /*LP change from box-shadow: 0 0 10px #000; */
}
.header .tools-toggle.active:after {
	background: url(../img/tools-arrow.png);
	width: 12px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	content: "";
}
.header .tools {
	display: none;
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 230px;
	background: #4376b9; /*LP change from  background: url(../img/tools-shadow.png) 0 0 repeat-y #3966a0; */
}
@media (min-width: 768px) {
	.header .tools {
		border-bottom: 20px solid #4376b9;
	}
}
@media (min-width: 1124px) {
	.header .tools {
		display: none !important;
	}
}
.header .tools li {
	border-top: 1px solid #021e47;
}
@media (min-width: 768px) {
	.header .tools li {
		border-top: none;
		border-bottom: 1px solid #021e47;
	}
}
.header .tools li:first-child {
	border-top: none;
}
.header .tools li a {
	font-size: 12px; /*LP change from font-size: 14px; */
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: left;
	padding: 10px 10px 10px 20px; /*LP change from padding: 10px 15px 10px 60px; */
	line-height: 1.2;
	background: none; /*LP change from background: url(../img/tools-sprite.png) no-repeat; */
}
.header .tools li a:after {
	content: " »";
}
.header .tools li a:hover {
	color: #fed100;
}

/*LP Removed all the .header .tools li a sprites */
.header .quick {
	display: none;
	position: absolute;
	right: 50%;
	top: 52px;
	margin: 0 -450px 0 0;
	list-style: none;
	z-index: 9;
}
@media (min-width: 1024px) {
	.header .quick {
		display: block;
	}
}
.header .quick li {
	float: left;
	margin: 0 0 0 10px;
}
.header .quick li a {
	font-weight: bold;
	font-size: 10px;
	color: #a2c2db;
}
.header .quick li a:hover {
	color: #fed100;
}
.header .menu-toggle {
	z-index: 7;
	overflow: auto;
	display: block;
	background-image: url(../img/header-menu-toggle.png);
}
@media (min-width: 768px) {
	.header .menu-toggle {
		display: block !important;
		padding-right: 60px;
		background-image: url(../img/header-menu-toggle-offset.png);
	}
}
@media (min-width: 1124px) {
	.header .menu-toggle {
		display: none !important;
	}
}
.header .menu-toggle:after {
	content: "Main Menu";
}
.header .menu-toggle.active:after {
	content: "Close Menu";
}
.header .menu {
	display: none;
	padding: 15px 15px 0 15px;
	box-shadow: none; /*LP change from  box-shadow: 0 0 10px #000; */
}
@media (min-width: 1124px) {
	.header .menu {
		display: block !important;
		text-align: center;
		padding: 5px 0;
		-webkit-filter: none;
		filter: none;
	}
}

.header .menu a {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 10px; /*LP change from padding: 10px 0; */
	color: #fff;
	width: 50%;
	border-bottom: 1px solid #2f5483;
}
@media (min-width: 320px) {
	/*LP change from (min-width: 768px) */
	.header .menu a {
		width: 50%; /*LP change from width: 33.33333%; */
		border-right: 1px solid #2f5483;
		padding: 12px; /*LP change from padding: 15px 0; */
	}
}

@media (min-width: 1124px) {
	.header .menu a {
		border: none;
		width: auto;
		font-family: "Verdana", sans-serif;
		font-size: 12px;
		padding: 24px 16px; /*LP change from  padding: 5px 8px; */
	}
}
.header .menu a:hover {
	color: #fed100;
}
.header .menu a:nth-child(odd) {
	border-right: 1px solid #2f5483;
}
@media (min-width: 1124px) {
	.header .menu a:nth-child(odd) {
		border-right: none;
	}
}
@media (min-width: 768px) {
	.header .menu a:nth-child(3n) {
		border-right: 0;
	}
}
.header .menu a:nth-last-child(-n + 2) {
	border-bottom: 0;
}
@media (min-width: 768px) {
	.header .menu a:nth-last-child(-n + 3) {
		border-bottom: 0;
	}
}

.canvas {
	width: 100%;
	overflow: hidden;
}

.main {
	background-position: center 0;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.main {
		padding: 10px 10px 0 10px;
	}
}
@media (min-width: 1024px) {
	.main {
		padding: 0;
	}
}
.main.search-offset {
	margin-top: 70px;
}
.main.tools-offset {
	position: relative;
	left: 230px;
}
@media (min-width: 768px) {
	.main.tools-offset {
		position: static;
		left: auto;
	}
}
body.home .main {
	position: relative;
}
@media (min-width: 768px) {
	body.home .main {
		padding: 0;
		margin-top: -80px;
	}
}
@media (min-width: 1024px) {
	body.home .main {
		margin-top: 0px; /*LP change from margin-top: -32px;*/
	}
}
body.home .main .feature {
	position: relative;
	/*LP removed padding-bottom: 68.35938%; */
}
body.home .main .feature img {
	/*LP removed positioning */
	display: block;
	width: 100%;
}
body.home .main .feature .about {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #367ab6;
	background: rgba(54, 122, 182, 0.6);
	background-image: url(../img/photo-about.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
	border: none !important;
}
@media (min-width: 768px) {
	body.home .main .feature .about {
		bottom: 30px;
	}
}
body.home .main .feature .about .open {
	font-size: 14px; /*LP change from font-size: 16px; */
	float: right;
	line-height: 54px;
	padding: 0 54px 0 15px;
}
body.home .main .feature .about p {
	display: none;
	position: relative;
	padding: 20px 54px 20px 15px;
	margin: 0;
}
@media (min-width: 768px) {
	body.home .main .feature .about p {
		float: right;
		width: 50%;
		padding-left: 0;
	}
}
body.home .main .feature .about p .close {
	position: absolute;
	right: 30px;
	top: -10px;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
body.home .main .feature .about p .close:hover {
	border: 2px solid #fff !important;
	background: #ccc;
	color: #000;
}
body.home .main .row {
	background: #fff;
	color: #000;
	padding: 20px 15px 0 15px;
	border-radius: 0;
	overflow: visible;
}
@media (min-width: 1024px) {
	body.home .main .row {
		position: absolute;
		left: 50%;
		top: 62px;
		margin-left: -450px;
		background: rgba(255, 255, 255, 0.8);
		width: 280px;
		box-shadow: 0 0 10px #000;
	}
}
body.home .main .row.right {
	float: none !important;
}
@media (min-width: 1024px) {
	body.home .main .row.right {
		left: auto;
		margin-left: 0;
		right: 50%;
		margin-right: -450px;
	}
}
body.home .main .row.right .close {
	left: auto;
	right: -10px;
}
@media (min-width: 768px) {
	body.home .main .row .columns {
		padding: 0 25px;
	}
}
@media (min-width: 1024px) {
	body.home .main .row .columns {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
}
body.home .main .row .close {
	display: none;
	position: absolute;
	left: -10px;
	top: -10px;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
@media (min-width: 1024px) {
	body.home .main .row .close {
		display: block;
	}
}
body.home .main .row .close:hover {
	border: 2px solid #fff !important;
	background: #ccc;
	color: #000;
}
body.home .main .row.hide-for-desktop {
	display: block;
}
@media (min-width: 1024px) {
	body.home .main .row.hide-for-desktop {
		display: none;
	}
}
body.home .main a {
	color: inherit;
}
body.home .main a:hover {
	border: none !important;
	color: #fed100;
}
body.home .main .more {
	display: inline-block;
	padding: 0 0 25px 0;
}
@media (min-width: 768px) {
	body.home .main .more {
		width: 50%;
		float: left;
		padding-left: 25px;
	}
}
@media (min-width: 1024px) {
	body.home .main .more {
		width: auto;
		float: none;
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	body.home .main .more:first-child {
		padding-left: 0;
	}
}
body.home .main .more a {
	margin-right: 15px;
}
body.home .main .more a:after {
	content: " »";
}
.main a:hover {
	border-bottom: 1px dotted #000 !important;
}
.main hr {
	border-color: #bfbcb5;
}
.main p.caption {
	font-size: 11px;
}
.main .row {
	background: #fff; /*LP change from   background: #efebe2; */
}
@media (min-width: 768px) {
	.main .row {
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
}
@media (min-width: 1024px) {
	.main .row {
		border-radius: 0;
	}
}
.main .row .row {
	background: none;
	border-radius: 0;
}
@media (min-width: 768px) {
	.main .row .row .columns {
		padding: 0 15px;
	}
	.main .row .row .columns:first-child {
		padding-left: 0;
	}
	.main .row .row .columns:last-child {
		padding-right: 0;
	}
}
@media (min-width: 1024px) {
	.main .row .row .columns {
		padding: 0 20px;
	}
}
@media (min-width: 768px) {
	.main .row .row .columns.border {
		border-right: 1px solid #bfbcb5;
	}
}
.main .content {
	background: #fff;
	padding: 20px 10px !important; /*LP change from   padding: 20px 15px !important; */
}
@media (min-width: 1024px) {
	.main .content {
		padding: 20px 40px !important; /*LP change from     padding: 20px 20px !important; */
	}
}
@media (min-width: 768px) {
	.main .content.top {
		padding-top: 55px !important;
	}
}
@media (min-width: 1024px) {
	.main .content.top {
		padding-top: 20px !important;
	}
}
.main .content a {
	font-weight: bold;
	border-bottom: 1px dotted #d2c29b;
}
.main .content h2 {
	color: #034688;
}
.main .content h3 {
	color: #474747;
}
.main .content ul,
.main .content ol {
	padding: 0 0 0 40px;
}
.main .content img {
	max-width: 100%;
	margin: 5px 0;
}
.main .content img:first-child {
	margin-top: 0;
}
.main .content img.border {
	border: 1px solid #000;
}
.main .content img.left {
	margin-right: 10px;
}
.main .content img.right {
	margin-left: 10px;
}
.main .content img.no-float-small {
	float: none !important;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 768px) {
	.main .content img.no-float-small.left {
		float: left !important;
		margin-right: 10px;
	}
}
@media (min-width: 768px) {
	.main .content img.no-float-small.right {
		float: right !important;
		margin-left: 10px;
	}
}
.main .content img.full-for-small {
	width: 290px;
}
@media (min-width: 768px) {
	.main .content img.full-for-small {
		width: auto;
	}
}
.main .content .livestream {
	margin: 0 0 20px 0;
}
.main .content .livestream .video {
	position: relative;
	padding-bottom: 60.71429%;
	margin: 0 0 2px 0;
}
.main .content .livestream .video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main .content .livestream .chat {
	width: 100%;
	height: 140px;
}
.main .content .livestream .library {
	width: 100%;
	height: 160px;
}
.main .content .livestream.show-for-small {
	margin: -20px -15px 20px -15px;
}
.main .sidebar {
	color: #474747;
	padding: 20px 15px !important;
}
@media (min-width: 1024px) {
	.main .content {
		border-left: 1px solid #ccc;
	}
}
@media (min-width: 768px) {
	.main .sidebar.top {
		padding-top: 55px !important;
	}
}
@media (min-width: 1024px) {
	.main .sidebar.top {
		padding-top: 20px !important;
		margin-top: 20px; /*LP new */
	}
}
.main .sidebar.right {
	clear: right;
}
.main .sidebar ul {
	list-style: none;
	line-height: 1.3;
}
.main .sidebar ul li {
	margin: 10px 0 0 0;
}
.main .sidebar ul li:first-child {
	margin-top: 0;
}
.main .sidebar ul li.current a {
	color: #000;
	font-weight: bold;
}
.main .sidebar ul li ul {
	font-size: 12px;
}
.main .sidebar ul li ul li:first-child {
	margin-top: 10px;
}
.main .sidebar h2 + ul {
	margin-top: 10px;
}
.main .sidebar h2:last-child {
	margin-bottom: 20px;
}
.main .sidebar .icon {
	float: left;
	margin: 20px 10px 20px 0;
	width: 50px;
	height: 50px;
}
@media (min-width: 768px) {
	.main .sidebar .icon {
		margin-top: 0;
	}
}
.main .sidebar .icon + div {
	overflow: hidden;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.main .sidebar .icon + div {
		margin-top: 0;
	}
}
.main .sidebar .icon + div a {
	font-weight: bold;
}
.main .sidebar .icon + div p {
	font-size: 12px;
	line-height: 1.3;
	margin: 10px 0 0 0;
}
.main .sidebar .icon + div p:first-child {
	margin-top: 0;
}
.main .content + .sidebar h2:first-child {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.main .content + .sidebar h2:first-child {
		margin-top: 0;
	}
}
/*LP -- new styles */
.main .right-border {
	border-right: 1px solid #ccc;
}

.main .left-border {
	border-left: 1px solid #ccc;
}
/*LP -- end new styles */

.links {
	background: #021e47;
	border-top: 3px solid #9c988d;
	padding: 20px 0 30px 0;
	color: #9c988d;
	font-size: 11px;
	font-weight: bold;
}
.links .row {
	padding: 0 30px;
}
@media (min-width: 1024px) {
	.links .row {
		padding: 0;
	}
}
.links .columns {
	padding: 0 10px;
}
@media (min-width: 1024px) {
	.links .columns {
		padding: 0;
	}
}
.links a {
	color: #98b4cb;
}
.links a:hover {
	color: #fed100;
}
.links ul {
	list-style: none;
}
.links ul li {
	margin: 0 0 10px 0;
}
.links p {
	font-weight: inherit;
}
.links img {
	width: auto;
}

.footer {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
@media (min-width: 768px) {
	.footer {
		background: #011227;
		border-top: 5px solid #000;
	}
}
.footer .row {
	padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
	.footer .row {
		padding: 5px 25px 20px 20px;
	}
}
@media (min-width: 1024px) {
	.footer .row {
		padding: 5px 5px 20px 0;
	}
}
.footer .social {
	margin-left: -5px;
}
.footer .social a {
	display: inline-block;
	opacity: 0.6;
	width: 50px;
	height: 50px;
}
.footer .social a img {
	display: block;
	width: 100%;
	height: 100%;
}
.footer .social a:hover {
	opacity: 1;
}
.footer .more {
	margin: 15px 0 20px 0;
}
@media (min-width: 768px) {
	.footer .more {
		float: left;
		margin: 0 0 0 10px;
		line-height: 50px;
	}
}
.footer .more a {
	text-transform: uppercase;
	color: #fff;
}
.footer .more a:hover {
	color: #fed100;
}
.footer .info {
	font-size: 10px;
	font-size: inherit;
	line-height: 50px;
	margin-top: 70px; /*LP: added */
	text-align: right;
}
@media (min-width: 1024px) {
	.footer .info {
		float: right;
	}
}
.footer .info a {
	color: #fed100;
	text-transform: uppercase;
}
.footer .info a:hover {
	color: #fff;
}

/* Headers */
/*.main .content h2, .main .content h3, .main .content h4 { */
/*	color:black; */
/* } */
/* Legacy Browser Message */
.legacy-browser {
	display: none;
}

/* Resonsive Tables Scroll Cue: */
.scroll-cue {
	background-image: url("/templatefiles/rwd/img/scroll.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 38px;
	width: 100%;
	max-width: 658px;
}

/*Sidebar headers/menu spacing */
.sidebar.top h2,
.sidebar.top h3 {
	padding-bottom: 15px;
	line-height: 1em;
}

.sidebar h4 {
	font-size: 1em;
	line-height: 1.25em;
}

.sidebar p {
	line-height: 1.3em;
	font-size: 0.85em;
}

.main .sidebar ul li {
	margin: 20px 0 0;
}

.sidebar.right h1,
.sidebar.right h2,
.sidebar.right h3,
.sidebar.right h4 {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-bottom: 5px;
}

/*Header colors/font faces/weights */
.main .content h1,
.main .content h2,
.main .content h3,
.main .content h4 {
	color: #000000;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.main .content h1:first-child {
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1em;
}

.main .content {
	color: #3d3c3c;
}

.main .content a:link,
.main .content a:visited {
	font-weight: bold;
}

.main .content h2 a:link,
.main .content h2 a:visited {
	font-weight: normal;
}

.main .content h3 a:link,
.main .content h3 a:visited {
	font-weight: normal;
}

.main .content h4 a:link,
.main .content h4 a:visited {
	font-weight: normal;
}

h1.lighter,
h2.lighter,
h3.lighter,
h4.lighter,
p.lighter {
	font-weight: normal !important;
	color: #666666 !important;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced {
	line-height: 1.5em;
	margin-bottom: 20px;
}

h1.tight,
h2.tight,
h3.tight,
h4.tight,
p.tight {
	margin-bottom: 5px;
}

h1.smaller,
h2.smaller,
h3.smaller,
h4.smaller,
p.smaller,
ul.smaller,
span.smaller {
	font-size: 85%;
}

/*Floated element spacing*/
.main .content img.left {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left; /*LP added */
}

.main .content img.right {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right; /*LP added */
}

/*Linked image / news image styles*/
.main .content a img,
.main .sidebar a img {
	border: 2px solid #cccccc;
}

.main .content a:hover img,
.main .sidebar a:hover img {
	border: 2px solid #ff0000;
}

.main .content a img.no-border,
.main .sidebar a img.no-border {
	border: none !important;
}

.main .content a.news-image:link,
.main .content a.news-image:visited,
.main .content a.news-image:hover,
.main .sidebar a.news-image:link,
.main .sidebar a.news-image:visited,
.main .sidebar a.news-image:hover {
	border-bottom: none !important;
}

.main .content .news-image img,
.main .sidebar .news-image img {
	margin-bottom: 5px;
}

.main .content img.border {
	border: 1px solid #ccc;
}

/*changing the mStoner black border for this class to grey */
.sidebar img.border {
	border: 1px solid #ccc;
}

.main span.caption {
	font-size: 11px;
}

/*responsive video/YouTube embeds */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16/9 ratio */
	padding-top: 30px;
	/* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Search box */
input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* oldIE ;) */
/*Clears*/
.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

/*List Types */
.main .content ul.pdflist li {
	list-style-image: url(/templatefiles/images/pdfsmall.gif);
}

.main .content ul.video li {
	list-style-image: url(/templatefiles/images/video_icon.gif);
}

.main .content ul.audio li {
	list-style-image: url(/templatefiles/images/audio_icon.gif);
}

.main .content ul.podcast li {
	list-style-image: url(/templatefiles/images/podcast.gif);
}

.main .content ul.event li {
	list-style-image: url(/templatefiles/images/event.gif);
}

.main .content ul.photo-essay li {
	list-style-image: url(/templatefiles/images/photo_icon.gif);
}

.main .content ul.air li {
	margin-bottom: 20px;
}

.main .content ol.air li {
	margin-bottom: 20px;
}

/* Media Queries */
@media (max-width: 767px) {
	#alphalist {
		font-size: 1.3em;
		line-height: 1.6em;
	}
}
@media (min-width: 768px) {
	.scroll-cue {
		display: none;
	}
}
@media (min-width: 768px) {
	body h1 {
		font-size: 36px;
		font-size: 2.6rem;
		font-weight: normal;
	}

	body h2 {
		font-size: 20px;
		font-size: 1.6rem;
	}

	body h3 {
		font-size: 16px;
		font-size: 1.25rem;
	}

	body h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	body h5 {
		font-size: 16px;
		font-size: 1rem;
	}

	body h6 {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
body {
	font-family: "proxima-nova", Helvetica, sans-serif;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova", Helvetica, sans-serif !important;
}

.main .content h1,
.main .content h2,
.main .content h3,
.main .content h4 {
	color: #333;
}

h1.display {
	font-size: 6em;
}

.row {
	max-width: 1060px;
}

.header .row {
	background: #fff;
}

.header .logo {
	background: #fff;
}

.header .menu {
	padding: 0;
	background: rgba(2, 30, 71, 0.8);
	box-shadow: none;
}

.header .menu a {
	font-family: "proxima-nova", Helvetica, sans-serif;
}

.header .menu a {
	font-size: 14px;
	font-weight: 400;
}

/**CHECK SIZES IN MEDIA QUERIES IN STYLES.MIN**/
.main .content a {
	border-bottom: none;
	font-weight: bold;
	/*LP removed padding; now handled in media queries */
}

.home-slider {
	margin-bottom: 50px;
}

.footer {
	text-align: left;
	margin-top: 0px;
}

.footer .audience-menu {
	text-align: center;
	padding: 10px 0; /*LP change from  padding: 0; */
	background: #252525;
	box-shadow: none;
	font-size: 14px;
}

.footer .audience-menu a {
	font-weight: 200;
	color: #fff;
	display: inline-block;
}
/*LP new additions */
@media (min-width: 320px) {
	.footer .audience-menu a {
		padding: 10px;
	}
}

@media (min-width: 1024px) {
	.footer .audience-menu a {
		border: none;
		width: auto;
		padding: 21px 16px;
	}
}
/* END NEW */

.footer .links {
	background: #252525;
	padding-top: 0px;
}

.footer .links .row {
	padding-top: 0px;
}

.footer .links li {
	display: inline-block;
}

.footer .links a {
	padding: 24px 12px 24px 0;
	font-weight: 200;
	color: #fff;
}

.footer .audience-menu a:hover,
.footer .links a:hover {
	color: #fed100;
}

@media (min-width: 1024px) {
	.footer .links .social {
		float: right;
		text-align: right;
		padding-top: 0; /*LP change from padding-top:20px */
	}
}
.footer .links .social a {
	padding: 0;
}

.footer .footer-menu {
	padding: 20px 0;
	margin-left: 0px; /*LP new addition */
}

/*NEW MEDIA QUERIES*/
@media only screen and (max-width: 768px) {
	h1.display {
		font-size: 3em;
	}
}
/*DROPDOWN MENU*/
.main .content ul.site-nav {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #efebe2;
}

ul.site-nav li {
	font: bold 16px/18px "proxima-nova", Helvetica, sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 18px;
	cursor: pointer;
	transition: all 0.2s;
}

ul.site-nav li:hover {
	color: #034688;
}

ul.site-nav li ul {
	padding: 0;
	margin: 0;
	margin-left: 0px !important;
	padding-left: 0px !important;
	position: absolute;
	top: 48px;
	left: 0;
	width: 160px;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	z-index: 1;
}

ul.site-nav li ul li {
	background: #555;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	text-align: left;
	font-size: 12px;
}

ul.site-nav li ul li:hover {
	background: #666;
	color: #fff;
}

ul.site-nav li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.top-toolbar-container {
	display: none;
}
@media (min-width: 1124px) {
	.top-toolbar-container {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		border-top: 8px solid #ffd100;
		background-color: #f2f2f2;
	}
}
.top-toolbar-container .top-toolbar {
	margin: 0 auto;
	max-width: 1060px;
}
.top-toolbar-container .tools-top {
	list-style-type: none;
	margin: 9px 0 0 0;
	padding: 0;
	float: left;
}
.top-toolbar-container .tools-top li {
	float: left;
	color: #404040;
}
.top-toolbar-container .tools-top li::after {
	content: "\00b7";
}
.top-toolbar-container .tools-top li:last-child::after {
	content: "";
}
.top-toolbar-container .tools-top li a {
	font-size: 14px;
	color: #404040;
	padding: 0 10px;
}
.top-toolbar-container .tools-top li a:hover {
	color: #6aa9ff;
} /*LP new addition */

.top-toolbar-container .search-top {
	float: right;
	width: 243px;
}
.top-toolbar-container .search-top input#search {
	background-color: #6aa9ff;
	padding-right: 50px;
	border-radius: 0;
	border: 0;
	height: 40px;
}
.top-toolbar-container .search-top input#search::-webkit-input-placeholder {
	color: #fff;
}
.top-toolbar-container .search-top input#search::-moz-placeholder {
	color: #fff;
}
.top-toolbar-container .search-top input#search:-ms-input-placeholder {
	color: #fff;
}
.top-toolbar-container .search-top input#search::placeholder {
	color: #fff;
}
.top-toolbar-container .search-top label {
	display: none;
}
@media (speech) {
	.top-toolbar-container .search-top label {
		display: block;
	}
}
