@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700";
@import "https://www.nasponline.org/assets/Documents/Prebuilt/style/public.css";
@import "https://www.nasponline.org/assets/Documents/Prebuilt/style/custom.css";
@import "wrap-div.css";

/* CSS Document */

.formatted h5 {
	font-size: 15px;
}

.formatted h4 {
	font-size: 17px;
}

.formatted h3 {
	font-size: 19px;
	line-height: 30px;
}

.formatted h2 {
	font-size: 23px;
	line-height: 30px;
}

.formatted h1 {
	font-size: 32px;
	line-height: 40px;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 5px;
}

.content-box .content-box-title {
	margin: -40px -20px 20px;
	color: #fafafa;
}

.content-box .content-box-more + .content-box-more + .content-box-more + .content-box-more {
	background: #8c8d8e;
}

h1 a.titleLink {
	float: right;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	position: relative;
	top: 0;
	font-size: 14px;
}

.page-content > .page-bounds {
	min-height: 600px;
}

.gray {
	background-color: #8c8d8e;
}

.pantone195 {
	background-color: #793141;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0;
}

.right {
	float: right;
}

.serverURL {
	float: left;
	width: 100%;
	margin: 10px 0;
	color: #000000;
	font-weight: 700;
	font-size: 12px;
}

.sessionNote {
	display: block;
	font-size: 12px;
	padding: 10px;
	background-color: #F5F3F3;
	border-left: 0px solid #929292;
	margin: 10px 0 10px 10px !important;
	line-height: 18px;
	font-weight: 400;
	color: #606060;
}

	.sessionNote b {
		font-style: normal;
	}

.prepareA {
	position: relative;
	font-size: 100%;
	line-height: 0;
	vertical-align: baseline;
	text-decoration: underline;
	top: -0.15em;
	font-weight: 400;
	margin: 0 .5px;
	float: none !important;
}

.sessionContent .prepareA {
	font-weight: 700 !important;
}

.sessionContent .alert .prepareA {
	font-weight: 400 !important;
}

.registerButton:hover {
	color: #cf7600 !important;
	background: #fafafa !important;
	box-shadow: inset 0 0 0 2px #cf7600;
}

.AdRotator a, .AdRotator a img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/****************************************\
                 =video embed
\****************************************/


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

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

nav.breadcrumbs {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	nav.breadcrumbs .breadcrumbCurrentNode {
		color: #9FA60F;
	}

.registrationFormTxt {
	font-size: 14px;
	padding: 5px 0;
	display: block;
}

input[type="submit"]:disabled, input[type="button"]:disabled {
	color: #999 !important;
	background: #EEEEEE;
	border: 0;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=40);
	-khtml-opacity: .4;
	-moz-opacity: .4;
	opacity: .4;
	cursor: not-allowed;
	box-shadow: none;
}

.button.delete {
	background: url(/img/icons/close_x_icon_20.png);
	background-color: #c0392b;
	background-position: 5% 50%;
	background-repeat: no-repeat;
	background-size: 18px;
	color: #FFF;
	padding-left: 25px;
}

.deletebtn {
	background: #ce331e;
	color: #FFF;
}

input[type=text].text-small {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	background-color: #fafafa;
	width: 100%;
	max-width: 80px;
}

input[type=text].text-medium {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	background-color: #fafafa;
	width: 100%;
	max-width: 95px;
}

input[type=text].text-small-right {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	background-color: #fafafa;
	width: 100%;
	max-width: 80px;
	text-align: right;
}

input[type=text].center {
	text-align: center;
}

.dollar {
	background: url('http://apps.nasponline.org/img/icons/dollar.png');
	background-position: 1% 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 18px;
}

.percent {
	background: url('http://apps.nasponline.org/img/icons/percent.png');
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20%;
	padding-right: 18px;
	text-align: right;
}

.text-input:focus {
	background-color: lightyellow !important;
}

.text-input.auto, .select-input.auto {
	width: auto;
}

/*PagerStyle*/
tr.PagerStyle table {
	float: right !important;
}

.PagerStyle table tbody tr td a,
.PagerStyle table tbody tr td span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #ddd;
	font-weight: 800;
	border: 1px solid #ddd;
}

.PagerStyle table > tbody > tr > td > span {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.PagerStyle table > tbody > tr > td:first-child > a,
.PagerStyle table > tbody > tr > td:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.PagerStyle table > tbody > tr > td:last-child > a,
.PagerStyle table > tbody > tr > td:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.PagerStyle table > tbody > tr > td > a:hover,
.PagerStyle table > tbody > tr > td > span:hover,
.PagerStyle table > tbody > tr > td > a:focus,
.PagerStyle table > tbody > tr > td > span:focus {
	z-index: 2;
	color: #23527c;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
/*end PagerStyle */

@media only screen and (min-width: 720px) {
	.column-secondary-top {
		float: left;
		clear: both;
	}

	.column-secondary {
		clear: left;
	}

	.column-primary.override-bootstrap {
		width: 70% !important;
		padding-left: 40px !important;
		float: right !important;
	}

	.pageBuilderLayoutDesign .column-primary.override-bootstrap {
		padding-left: 0 !important;
		border-left: 40px solid #ccc !important;
	}

	.onecolumn .page-title {
		padding-left: 0em;
		margin-left: 40px;
	}

	.onecolumn .column-primary {
		float: left;
		width: 100%;
		padding-left: 0em;
		margin-left: 40px;
	}
}

@media only screen and (min-width: 980px) {
	.onecolumn .page-title {
		padding-left: 0em;
		margin-left: 40px;
	}

	.onecolumn .column-primary {
		float: left;
		width: 100%;
		padding-left: 0em;
		margin-left: 40px;
	}
}

/*
select.select-input {
	width: auto;
}
*/

@media only screen and (max-width: 979px) {
	.formatted table td {
		word-break: break-word;
	}

	.registrationFormTxt {
		display: none !important;
	}

	.title-action .button {
		margin: 20px 0 0 0 !important;
	}

	.margin-large.AdRotator {
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}

	.override-bootstrap {
		float: left;
	}
}
/****************************************\
                 =search
\****************************************/

.debug-url {
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f4f4f4;
	border: 1px solid #ddd;
}

.search-refine {
	padding-top: 20px;
}

.search-refine-title {
	margin-bottom: 10px;
	cursor: pointer;
}

	.search-refine-title:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		border: 0.5em solid transparent;
		border-top-color: #ccc;
		border-bottom-width: 0;
		transform: scaleX(0.6);
		transition: all 0.2s ease;
	}

	.search-refine-title.active:after {
		transform: scaleX(0.6) scaleY(-1);
	}

.search-refine-cats .toggle-target {
	padding-bottom: 10px;
	color: #888;
}

.search-results-active-filter {
	display: inline-block;
	padding: 5px 25px 5px 10px;
	margin: 10px 10px 10px 0;
	color: #444;
	background: #eee url('../../../Images/icon-x.png') no-repeat 100% 50%;
	background-position: calc(100% - 7px) 50%;
}
/****************************************\
                 =misc
\****************************************/


.cart-icon {
	padding-left: 40px !important;
	background-image: url('../../../Images/icon-cart.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.formatted ol, .formatted ul {
	display: inline-block;
}

@media (max-width: 479px) {
	.go-to-cart {
		background: none;
		padding: 0 !important;
		text-align: left;
		color: #1e5696;
	}

		.go-to-cart:hover {
			color: #1e5696;
		}
}

@media (min-width: 480px) {
	.go-to-cart {
		float: right;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
		position: relative;
		top: -6px;
	}

	nav.breadcrumbs {
		color: #cf7600;
	}

	p.registerFormTxt {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 980px) {
	.page-title {
		margin-left: 0;
	}
}


p.registerFormTxt {
	margin-top: 40px;
}

@media only screen and (max-width: 1280px) {
	p.registerFormTxt {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.mobileClear {
		display: block;
	}

	.registrationFormTxt {
		display: none;
	}
}

@media print {
	p.registerFormTxt {
		display: none;
	}
}

/* Simple Table */
.simpleTable {
	float: left;
	width: 100%;
}

	.simpleTable td {
		padding: 5px;
	}

@media (max-width: 480px) {
	.simpleTable td {
		display: block;
		float: left;
		width: 100%;
	}
}

/* dataResponsive Tables  */
table.dataResponsive tr td:first-child {
	width: auto !important;
}

table.dataResponsive tr:nth-child(even) {
	background: #FAFAFA;
	border-bottom: 1px solid #EEE;
}

table.dataResponsive tr:last-child {
	border-bottom: 0;
}

.wrap-div-inner.large-links div.downloadLink {
	display: block;
	margin-right: 0;
}

table.dataResponsive th, table.dataResponsive th a {
	text-transform: none;
	vertical-align: bottom;
	font-size: 14px;
	letter-spacing: normal;
	white-space: nowrap;
}

table.dataResponsive tr.footer-row td:before {
	content: '' !important;
}

table.dataResponsive tr.EmptyData-row td:before {
	content: '' !important;
}

table.dataResponsive tr.footer-row td:first-child {
	width: 100% !important;
	background-color: #FFF;
}

tr.footer-row td {
	text-align: right;
}

@media only screen and (max-width: 719px) {
	a.button.inline {
		margin-bottom: 0;
	}

	table.dataResponsive tr.footer-row {
		width: 100% !important;
		background-color: #FFF;
	}

	.js .sidebar-nav {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	table.dataResponsive tr {
		display: inherit;
	}

		table.dataResponsive tr td {
			width: 100% !important;
		}

		table.dataResponsive tr.header-row {
			display: none;
		}

		table.dataResponsive tr td:first-child {
			width: 100% !important;
		}

	table.dataResponsive td:before {
		width: 30%;
	}
}
