/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,button,input,select,textarea {
	color: #111;
}

html {
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
	position: relative;
}

body {
	font-family: 'HelveticaNeueW01-45Ligh', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
	height: 100%;
	position: relative;
}

div.page {
	min-width: 1068px; /*was 1024px */
	min-height: 100%;
	height: 100%;
}

strong {
	font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
	font-weight: normal;
}
/*
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}*/

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,canvas,img,video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'HelveticaNeueW01-45Ligh', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
}

a {
	color: #b31e3b;
}

a:hover {
	color: #666;
}

/*TOPBAR*/
.topbar {
	width: 100%;
	height: 57px;
	background: #b31e3b;
	padding-top: 15px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.loggedin {
	background-color: #5f6062;
}

.top-logo {
	float: left;
}

.top-menu {
	display: inline;
	vertical-align: top;
	float: right;
	margin-right: 30px;
}

.login-form,.search-form {
	display: inline;
	margin-right: 5px;
}

.login-form input,.login-form button,.search-form input,.search-form button,.search-form select
	{
	height: 28px;
	width: 130px;
	font-size: 12px;
	color: #666666;
	border-radius: 4px;
	border: none;
	background-color: #e6e6e6;
	padding: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.search-form-group {
	display: inline-block;
	margin-right: 5px;
}

.login-form button {
	width: 80px;
	background-color: #961931;
	color: #fff;
}

.login-form input:focus {
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #666;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}

:-ms-input-placeholder {
	color: #666;
}

.search-form input {
	width: 330px;
	background-color: #fff;
	margin-left: -15px;
}

.top-menu .search-form input {
	margin-top: -11px; 
}

/* Safari browser  css hack 
body:first-of-type .top-menu .search-form input {margin-top: 0px;} */

.search-form .select-overlay {
	width: 168px;
	overflow: hidden;
}

.search-form select {
	width: 188px;
	background-image: url(../images/drop-arrow.png);
	background-repeat: no-repeat;
	background-position: 148px 10px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	/* Removes default arrow from firefox*/
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
}

.search-form select:focus::-ms-value {
	background-color: transparent;
	color: #666666;
}

.search-form select::-ms-expand {
	display: none;
}

.ie9 .search-form select,.lt-ie9 .search-form select {
	background-image: none;
	padding-right: 10px;
	vertical-align: top;
}

.search-form button {
	width: 80px;
	background-color: #5f6062;
	color: #fff;
	border: 1px solid #fff;
	margin-left: -15px;
	margin-right: 15px;
}

.search-form .form-group,.login-form .form-group {
	display: inline;
	margin-right: 5px;
}

.topbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.topbar ul.marketing-links {
	position: relative;
	bottom: 10px; /*was 10px */
}

/* Safari browser  css hack 
body:first-of-type .topbar ul.marketing-links {bottom: 0px;} */



.topbar ul li {
	color: #ffffff;
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 20px;
}

.topbar ul li a {
	color: #fff;
	text-decoration: none;
}

.topbar ul li a:hover {
	color: #ccc;
}

.topbar ul.user li {
	text-transform: none;
	position: relative;
	bottom: 10px; 
	padding-bottom: 15px;
}

.topbar ul.user li img {
	margin-top: -3px;
	margin-left: 6px;
}

ul.user ul {
	position: absolute;
	top: 20px;
	right: 0;
	width: 137px;
	background: #ffffff;
	display: none;
	padding: 16px 10px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
}

ul.user ul li {
	color: #666;
	padding-bottom: 0px !important;
	display: inline-block;
}

ul.user ul li a {
	color: #b31e3b;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 5px;
}

ul.user ul li a:hover {
	color: #666;
}

ul.user li:hover ul.user-logout {
	display: block;
	z-index: 100;
}

.home-image {
	width: 100%;
	height: 220px;
	background: gray;
	background-image: url(../images/header-home.png);
	background-repeat: repeat-x;
	overflow: hidden;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}


.home-image h1 {
	font-family: 'HelveticaNeueW01-45Ligh', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
	color: #ffffff;
	font-size: 40px;
	margin-top: 120px;
}

.push h1 {
	padding-left: 120px;
}

.content-wrap {
	width: 100%;
}

/*FOOTER*/
.footer-wrap {
	width: 100%;
	clear: both;
	/*	margin-top: 30px; */
	height: 40px;
	background-color: #1a1a1a;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.altfooter-wrap {
	width: 100%;
	clear: both;
	/* margin-top: 30px; */
	height: 40px;
	background-color: #1a1a1a;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* position: relative; */
	position: absolute;
	bottom: 0;
}

* {
	margin: 0;
	padding: 0;
}

footer {
	color: #ffffff;
	font-size: 12px;
	font-family: 'HelveticaNeueW01-47LtCn 692686';
	padding-top: 12px;
}

footer img {
	display: inline;
	margin-top: -5px;
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

footer ul li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #666;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	color: #999;
}

footer ul li:last-child {
	border-right: none;
}

/*HOMEPAGE*/
.home {
	max-width: 1280px;
}

.newscolumn {
	float: left;
	width: 71%;
	line-height: 1.5;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newscolumn-logged {
	padding-top: 14px;
}

.newscolumn h2 {
	font-size: 24px;
	font-family: 'HelveticaNeueW01-45Ligh', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
	color: #5f6062;
	margin-bottom: 20px;
}

.newscolumn h3 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #b31e3b;
}

.newscolumn h3 a {
	text-decoration: none;
	color: #b31e3b;
}

.newscolumn h3 a:hover {
	color: #666;
}

.newscolumn h4 {
	font-size: 24px;
	color: #5f6062;
	margin: 0;
	margin-bottom: -14px;
}

.news-date {
	font-family: 'HelveticaNeueW01-47LtCn 692686';
	color: #5f6062;
	border-top: 1px solid #cccccc;
	position: relative;
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.news-date:after {
	content: '';
	position: absolute;
	width: 120px;
	border-top: 4px solid #5f6062;
	left: 0px;
	top: -1px;
}

.news-summary {
	padding: 0;
	margin: 0;
}

.rightcolumn {
	width: 25%;
	float: left;
	margin-right: -900px;
	margin-top: -30px;
	margin-left: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4d4d4d;
}

.rightcolumn-home {
	margin-top: 0px;
}

.rightcolumn-register {
	width: 315px;
	padding: 10px 14px 30px;
	background: #f2f2f2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}

.rightcolumn-additions {
	padding: 14px;
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rightcolumn-additions article {
	background: #f5f5f5;
	margin: 12px -14px;
	padding: 6px 14px;
}

.rightcolumn-additions article:nth-child(odd) {
	background: #fff;
}

.rightcolumn-additions article p {
	margin: 0;
}

.rightcolumn-additions article a {
	color: #5f6062;
	text-decoration: none;
}

.rightcolumn-additions article a:hover {
	text-decoration: underline;
}

.rightcolumn-additions article a.addition-red {
	color: #b31e3b;
	text-decoration: none;
}

.rightcolumn-additions article .addition-red {
	color: #b31e3b;
}

.rightcolumn-additions article a:hover.addition-red {
	text-decoration: underline;
}

.rightcolumn h4 {
	font-size: 24px;
	color: #5f6062;
	margin: 0;
	margin-bottom: 6px;
}

.rightcolumn p {
	margin: 0 0 1em 0;
	line-height: 1.5;
}

/*buttons*/
.red-button {
	font-size: 16px;
	font-family: 'HelveticaNeueW01-47LtCn 692686';
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #b31e3b;
	padding: 6px;
	width: 100%;
	display: block;
	text-align: center;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(198, 198, 198, 1);
	-moz-box-shadow: 0px 3px 1px 0px rgba(198, 198, 198, 1);
	box-shadow: 0px 3px 1px 0px rgba(198, 198, 198, 1);
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.red-button:hover {
	background-color: #961931;
	color: #fff;
}

.red-button.alone {
	width: 200px;
}

/*Internal page*/
.internal {
	background-image: url(../images/sidebar-bg.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	padding-bottom: 20px;
}

.home-logged {
	background-image: url(../images/main-nav-home-bg.png);
	background-repeat: repeat-y;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-right: 480px;
}

.side-nav-wrapper {
	width: 370px;
	float: left;
	height: 100%;
}

.side-nav-wrapper-home {
	width: 120px;
	margin-top: -220px;
	float: left;
	height: 100%;
}

/*left nav blocks*/
.main-nav {
	width: 101px;
	background-color: #404040;
	float: left;
	z-index: 100;
	position: relative;
	height: 100%;
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav li {
	font-family: 'HelveticaNeueW01-67MdCn 692710';
	background-image: url(../images/main-nav-grey-bg.jpg);
	position: relative;
}

li.main-nav-blue {
	background-image: url(../images/main-nav-blue-bg.jpg);
}

li.main-nav-red {
	background-image: url(../images/main-nav-red-bg.jpg);
}

li.main-nav-purple {
	background-image: url(../images/main-nav-purple-bg.jpg);
}

li.main-nav-yellow {
	background-image: url(../images/main-nav-yellow-bg.jpg);
}

li.main-nav-green {
	background-image: url(../images/main-nav-green-bg.jpg);
}

.main-nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: auto;
	border-top: 1px solid #888888;
	/*border-top: 1px solid #4c4c4c;*/
	border-bottom: 1px solid #353535;
	line-height: 18px;
	padding-left: 6px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.main-nav li a:after {
	content: '';
}

.main-nav li a:hover:after,li.nav-active a:after {
	content: '';
	background-image: url(../images/main-nav-grey-arrow.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 101px;
	top: 50%;
	margin-top: -7px;
	cursor: pointer;
}

li.main-nav-blue a {
	border-bottom: 1px solid #1c2e4f;
	border-top: 1px solid #2c446e;
}

li.main-nav-blue a:hover:after,li.main-nav-blue.nav-active a:after {
	background-image: url(../images/main-nav-blue-arrow.png);
}

li.main-nav-red a {
	border-bottom: 1px solid #941d34;
	border-top: 1px solid #b34b5f;
}

li.main-nav-red a:hover:after,li.main-nav-red.nav-active a:after {
	background-image: url(../images/main-nav-red-arrow.png);
}

li.main-nav-yellow a {
	border-bottom: 1px solid #864e19;
	border-top: 1px solid #c38b57;
}

li.main-nav-yellow a:hover:after,li.main-nav-yellow.nav-active a:after {
	background-image: url(../images/main-nav-yellow-arrow.png);
}

li.main-nav-green a {
	border-bottom: 1px solid #38502A;
	/*border-bottom: 1px solid #864e19;*/
	border-top: 1px solid #637d4d;
}

li.main-nav-green a:hover:after,li.main-nav-green.nav-active a:after {
	background-image: url(../images/main-nav-green-arrow.png);
}

li.main-nav-purple a {
	border-bottom: 1px solid #5c3b52;
	border-top: 1px solid #845e79;
}

li.main-nav-purple a:hover:after,li.main-nav-purple.nav-active a:after {
	background-image: url(../images/main-nav-purple-arrow.png);
}

.sub-nav {
	width: 254px;
	float: left;
	background-image: url(../images/main-nav-bg.png);
	background-repeat: repeat-y;
	z-index: 9;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px 0px 20px;
	font-family: 'HelveticaNeueW01-45Ligh';
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.sub-nav h3 {
	font-size: 21px;
	font-family: 'HelveticaNeueW01-67MdCn 692710';
	color: #1d3766;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/book-icon.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.sub-nav p {
	font-size: 14px;
	font-family: 'HelveticaNeueW01-47LtCn 692686';
	margin-top: 0;
	padding-top: 0;
}

.main-content {
	float: left;
	width: 100%;
	margin-right: -370px;
	max-width: 900px;
}

.main-content-home-logged {
	padding-left: 20px;
	float: left;
	max-width: 1100px;
}

.main-content-home-logged .newscolumn {
	max-width: 1100px;
}

/*breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
	height: 100%;
	margin-left: 0px;
	margin-right: 15px;
}

.crumbs {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.crumbs li {
	display: inline-block;
	padding: 12px 26px 12px 16px;
	vertical-align: middle;
	background-image: url('../images/crumb-arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	max-width: 200px;
}

.crumbs li a,.crumbs li a:link,.crumbs li a:visited {
	color: #b31e3b;
	display: block;
	margin-left: -13px;
	position: relative;
	text-decoration: none;
}

.crumbs li:last-child {
	background-image: none;
}

.crumbs li:last-child a {
	color: #666;
}

.crumbs li a:hover {
	color: #333;
	cursor: pointer;
}

.print a {
	float: right;
	background-image: url(../images/print-icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

/*article pages*/
.articlecolumn {
	float: left;
	width: 100%;
	max-width: 920px;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	/* color: #4d4d4d; */
	color: #111;
}

.articlecolumn h1 {
	color: #1d3766;
	font-size: 40px;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.3;
}

.articlecolumn h2 {
	color: #1d3766;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

.articlecolumn h3 {
	color: #1d3766;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 30px 0 20px 0;
}

.articlecolumn .introduction {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.articlecolumn .compare {
	border-bottom: none;
	margin-bottom: 10px;
}

.articlecolumn .compare:last-child {
	border-bottom: 1px solid #ccc;
}

.articlecolumn .introduction p {
	color: #1d3766;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.articlecolumn .compare p,.articlecolumn .compare h2 {
	color: #b31e3b;
}

.articlecolumn .compare a {
	text-decoration: none;
}

.articlecolumn dt {
	display: block;
	float: left;
}

.articlecolumn dd {
	margin-left: 80px;
}

.interpretations {
	overflow: hidden;
	display: table;
}

.interpretations h4 {
	font-size: 16px;
	margin: 0;
	display: block;
	background-color: #dde9ef;
	margin: -10px -10px 10px -10px;
	padding: 10px;
	color: #1d3766;
	border-bottom: 1px solid #ccc;
}

.project-box {
	width: 30%;
	background-color: #ecf2f6;
	padding: 10px;
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}

.status-box {
	width: 70%;
	display: table-cell;
	padding: 10px;
	background-color: #f8f9f7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.status-box h4 {
	background-color: #eaeee8;
}

/*search pages*/
.search-bg {
	background-color: #ebebeb;
}

.search-sort {
	height: 42px;
	padding-top: 15px;
	margin-left: 20px;
	margin-right: 15px;
	border-bottom: 1px solid #e0e0e0;
	color: #5f6062;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-sort p,.search-sort form {
	display: inline-block;
	margin-top: 0;
	margin-right: 10px;
}

.search-sort p,.search-sort form input {
	font-size: 12px;
	font-family: 'HelveticaNeueW01-47LtCn 692686', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
}

.search-sort form input {
	color: #b31e3b;
}

.search-results-container {
	background-color: #fff;
	border: 1px solid #eeeeee;
	-moz-box-shadow: 0 1px 5px #dddcdc;
	box-shadow: 0 1px 5px #dddcdc;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 12px;
	font-size: 16px;
	clear: both;
}

.search-results-container .topic {
	font-family: 'HelveticaNeueW01-67MdCn 692710';
	float: left;
}

.topic.bluebook {
	background-image: url(../images/bluebook-small.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 14px;
}

.topic.redbook {
	background-image: url(../images/redbook-small.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 14px;
}

.search-results-container .format {
	float: right;
}

.search-results-container .result-link {
	clear: both;
}

.search-results-container .result-link a {
	font-size: 24px;
	text-decoration: none;
}

.search-highlight {
	font-family: 'HelveticaNeueW01-75Bold', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
	background-color: #ffff7f;
}

.results-pages,.results-number {
	font-family: 'HelveticaNeueW01-47LtCn 692686', "Helvetica Neue", Arial,
		Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.results-pages {
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

.results-number {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.results-pages a {
	text-decoration: none;
	margin: 0 2px;
}

.prev-button {
	background-color: #f6f6f6;
	padding: 6px 10px;
	border-radius: 6px;
	box-shadow: 1px 0 1px #cfcdcd;
	color: #aaaaaa;
	margin: 0 8px;
}

.search-back a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.search-filters {
	clear: both;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #4d4d4d;
}

.filter-result {
	margin-bottom: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
}

.isolated {
	font-family: 'HelveticaNeueW01-75Bold';
}

.filter-name {
	clear: both;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.filter-name:first-of-type {
	margin-top: 0px;
}

.filter-result .filter {
	float: left;
}

.filter-result .remove-filter {
	float: right;
}

.filter-result .results-count {
	float: right;
	background: #404040;
	border-radius: 3px;
	padding: 0 3px;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	margin-top: 4px;
	margin-right: 5px;
}

.filter-reset {
	clear: both;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #4d4d4d;
}

.filter-reset img {
	vertical-align: top;
}

.search-within {
	width: 220px;
}

.search-within .search-form {
	margin: 0px;
}

.search-within .search-form input {
	margin-left: 0;
	width: 149px;
}

.search-within .search-form button {
	margin-right: 0;
	width: 65px;
}

.bluebook,.bluebook a {
	color: #1d3766;
}

.bluebook .results-count {
	background-color: #1d3766;
}

.redbook,.redbook a {
	color: #b31e3b;
}

.redbook .results-count {
	background-color: #b31e3b;
}

.greenbook,.greenbook a {
	color: #4f7033;
}

.greenbook .results-count {
	background-color: #4f7033;
}

.yellowbook,.yellowbook a {
	color: #ce7019;
}

.yellowbook .results-count {
	background-color: #ce7019;
}

.purplebook,.purplebook a {
	color: #78496a;
}

.purplebook .results-count {
	background-color: #78496a;
}

.added {
	color: #4f7033;
	text-decoration: underline;
	font-family: 'HelveticaNeueW01-75Bold';
}

.removed {
	color: #b82d48;
	text-decoration: line-through;
	font-family: 'HelveticaNeueW01-75Bold';
}

.added:hover,.removed:hover {
	cursor: default;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

div#mti_wfs_colophon img {
	display: none !important;
}

body {
	background-color: #ebebeb;
}

body.public {
	background-color: #ffffff;
}

.main-content {
	float: left;
	position: relative;
	left: -370px;
	min-height: 800px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: repeat-y;
	max-width: none;
	background-color: #ffffff;
}

.main-content.grey {
	background-color: #ebebeb;
}

.main-content-content {
	min-height: 800px;
	padding-left: 101px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.content-column {
	position: relative;
	left: -120px;
	max-width: 900px;
	margin-left: 405px;
	margin-right: -108px;
}

.full-content {
	position: relative;
	left: -120px;
	width: 832px; 
	padding-top: 2px;
	/*	padding-bottom: 20px; */
	/*	margin-bottom: -20px; */
	/*min-height: 400px; */
	margin-left: 145px;
	background-color: #ffffff;
	min-height: 90%;
	height: 90%;
	overflow: hidden;
}

.full-content-scroll {
	position: relative;
	left: -120px;
	width: 832px; 
	padding-top: 2px;
	/*	padding-bottom: 20px; */
	/*	margin-bottom: -20px; */
	/*min-height: 400px; */
	margin-left: 145px;
	background-color: #ffffff;
	min-height:  576px;
	height: 576px;
	overflow: scroll;
}

.altfull-content {
	position: relative;
	left: -120px;
	width: 960px;
	padding-top: 2px;
	/*	padding-bottom: 20px; */
	/*	margin-bottom: -20px; */
	/*  min-height: 400px; */
	margin-left: 145px;
	background-color: #ffffff;
	min-height: 850px;
	/*  min-height:90%;   */
	/*	height:90%;		 */
	overflow: hidden;
}

.home-image h1 {
	padding-left: 20px;
}

.home-image.main-content-home-not-logged h1 {
	padding-left: 0px;
}

.newscolumn {
	max-width: 820px;
}

.filter-result a {
	color: #666666;
}

.filter-result a span {
	text-decoration: underline;
}

.bluebook a {
	color: #1d3766;
}

.redbook a {
	color: #b31e3b;
}

.greenbook a {
	color: #4f7033;
}

.yellowbook a {
	color: #ce7019;
}

.purplebook a {
	color: #78496a;
}

.search-sort {
	margin-left: 0;
}

.forbidden {
	opacity: 0.5;
}

.articlecolumn {
	padding-left: 0;
}

.sort-button {
	text-transform: uppercase;
	background-color: #f6f6f6;
	padding: 2px 10px;
	border-radius: 6px;
	border: solid 1px #cfcdcd;
	color: #666666;
}

img {
	box-sizing: initial !important;
}

/* HTML document */
.main-content.full {
	overflow: hidden;
}

.content-wrap.html-sidebar {
	padding-right: 0;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.internal.html-sidebar {
	background-position: -101px 0px;
}

.articlecolumn.html h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.articlecolumn.html p.standardbody_title {
	color: #1d3766;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}

.articlecolumn.html p.section_title {
	color: #1d3766;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

.articlecolumn.html td.subsectionTitle {
	color: #1d3766;
	font-size: 22px;
}

.articlecolumn.html td.subsubsectionTitle {
	color: #1d3766;
	font-size: 18px;
}

.articlecolumn.html table>tbody>tr:first-child>td:first-child[width="40px"]
	{
	width: 80px !important;
	vertical-align: top;
}

.articlecolumn.html hr {
	margin-top: 6px;
}

.accordian-container .accordion li.current {
	background-color: #FFFFFF;
}

.accordian-container .accordion li.current a {
	font-weight: bold;
	color: #961931;
}

.introduction.compare p {
	text-transform: none;
}

ul#table-of-contents.accordion li.dcjq-parent-li ul li.dcjq-parent-li ul li.dcjq-parent-li a.dcjq-parent
	{
	background-image: none;
}

ul#table-of-contents.accordion li.dcjq-parent-li ul li.dcjq-parent-li ul li.dcjq-parent-li ul
	{
	padding-left: 1.5em;
}

ul#table-of-contents li.translations {
	background-color: #E6FAF5;
}

ul#table-of-contents li.related-documents {
	background-color: #D1F0FF;
}

ul#table-of-contents li.version-comparison {
	background-color: #FFEBE0;
}

ul.pdf-list,ul.folder-list {
	padding-left: 20px;
}

ul.pdf-list li,ul.folder-list li {
	margin-bottom: 5px;
}

ul.pdf-list li {
	list-style-image: url(../images/pdf-icon-sm.png);
}

ul.folder-list li {
	list-style-image: url(../images/folder.png);
}

#pdf-iframe {
	width: 100%;
	min-height: 500px;
}

.ui-autocomplete.ui-widget {
	font-family: sans-serif;
	font-size: 14px;
}

.centered {
	text-align: center;
}

table.change-password td {
	width: 200px;
	padding: 4px;
}

table.change-password input {
	width: 100%;
}

.three-columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

/* FAQs */
dl.faq dt {
	font-weight: bold;
}

dl.faq dd {
	margin-bottom: 1em;
}

/* Fixing document comparer view */
.articlecolumn.html table {
	width: 100%;
}

.articlecolumn.html td {
	vertical-align: top;
}

.no-changes {
	font-size: 200%;
	padding: 1em;
	border: solid 1px brown;
}

/* Manage collections */
#standards-table

 

td

 

input


:not

 

(
[
type
=
"checkbox"
]

 

)
{
width


:

 

100%;
height


:

 

100%;
margin


:

 

-1
px

 

0
-1
px

 

-1
px


;
border


:

 

none


;
background-color


:

 

#FFEF99


;
}
#standards-table td.centered input {
	width: 50px;
	text-align: center;
}

@media screen and (max-width: 1600px) {
	.big-screen {
		display: none;
	}
}

/* Education */
a.edu {
	color: green;
	text-decoration: none;
}

a.edu:hover {
	color: green;
	text-decoration: none;
	background-color: #fcc;
}

a.definition {
	color: #666666;
}

span.definition {
	color: #666666;
}

span.italic {
	font-style: italic;
}

span.bold {
	 font-weight: bold;
}

span.eduf {
	font-style: italic;
	color: green;
}

span.edu {
	font-style: italic;
	font-size: 9.5pt;
	font-weight: bold;
	color: green;
}

div.eduf {
	font-style: italic;
	color: green;
}

div.edu {
	font-style: italic;
	font-size: 9.5pt;
	font-weight: bold;
	color: green;
}

td.edu {
	font-style: italic;
	font-size: 9.5pt;
	font-weight: bold;
	color: green;
}

div.edu {
	font-style: italic;
	font-size: 9.5pt;
	font-weight: bold;
	color: green;
}

td.yes {
	font-weight: bold;
}

td.no {
	font-weight: normal;
}

td.bold {
	font-weight: bold;
}

/* Taxonomy */
#taxonomy table tr.tr1 {
	background-color: #E4BFBF;
}

#taxonomy table tr.tr3 {
	background-color: #F4E5E5;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		font-size: 100%;
	}
	.no-print {
		display: none;
	}
	div.page {
		min-width: 0;
	}
	.main-content,.main-content.full {
		position: static;
	}
	.main-content-content {
		padding-left: 1em;
		padding-right: 1em;
	}
	.articlecolumn {
		max-width: none;
	}
	.content-column {
		position: static;
		width: 100%;
		max-width: none;
		margin-left: 10px;
		margin-right: 10px;
	}
	a,a:visited {
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}






/* HOMEPAGE MARKETING AREA */

.marketing-message {
	width: 660px;
}

.marketing-video {
	width: 680px;
	height: 370px;
	background-color: #eee;
	margin-left: -20px;
}

.marketing-message h2 {
	margin-bottom: 8px;

}

.marketing-message .intro {
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.3;
}

.marketing-message .red-button {
	width: 300px;
	margin: 0 auto;
}

.marketing-reveal {
	background-color: #FEF0F0;
	min-height: 200px;
	border-radius: 6px;
	padding: 12px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
}

#link1content {
}

#link1content::before {
	content: '';
	width: 37px;
	height: 23px;
	background-image: url(../images/marketing-triangle-up.png);
	position: absolute;
	top: -15px;
	left: 30px;
}

#link2content::before {
	content: '';
	width: 37px;
	height: 23px;
	background-image: url(../images/marketing-triangle-up.png);
	position: absolute;
	top: -15px;
	right: 30px;
}

#link3content::before {
	content: '';
	width: 37px;
	height: 23px;
	background-image: url(../images/marketing-triangle-down.png);
	position: absolute;
	bottom: -15px;
	left: 30px;
}

#link4content::before {
	content: '';
	width: 37px;
	height: 23px;
	background-image: url(../images/marketing-triangle-down.png);
	position: absolute;
	bottom: -15px;
	right: 30px;
}

.marketing-message #linkwrapper {
width: 660px;
overflow: hidden;
margin-top: 25px;
	
}
.marketing-linkbox {
	width: 300px;
	height: 110px;
	font-size: 15px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.marketing-linkbox h3 {
	font-size: 24px;
	line-height: 1.1;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 60px;
	background-image: url(../images/marketing-suitcase.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#link1 h3 {
		background-image: url(../images/marketing-doc.png);
}

#link3 h3 {
		background-image: url(../images/marketing-hat.png);
}

#link4 h3 {
		background-image: url(../images/marketing-speech.png);
}

.marketing-linkbox p {
font-size: 16px;
 color: #666;
 line-height: 1.4;
 margin: 0;
}

.marketing-message .rightbox {
	float: right;
}

#infocontent ul {
 margin: 1em;
 padding: 0;
}

.marketing-join {
	width: 25%;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	box-sizing: border-box;
	padding-right: 15px;
}

.marketing-join img {

	display: inline;
}

.marketing-join img:hover {
	opacity: 0.6;
}

.marketing-join p {
	border-top: 1px solid #ccc;
	margin-bottom: 8px;
	padding: 0;
	padding-top: 8px;
	color: #666;
	display: block;
}

.toc_primary td{
	 text-transform: uppercase;
}