﻿/*******************************************************************************
 * Colors
 *  - Dark blue: #303641 
 *  - White: #fff
 *  - Light Gray: #f0f0f0
 *  - Blue: #2f7a99 
 *  - AAOS Red: #D81638
 *  - Black: #0e242e 
 *  - Gray: #4b4b4b 
 *  - Red: #c71102 
 ******************************************************************************/


/*******************************************************************************
 * Common styles
 ******************************************************************************/
html, body {
	background-color: #f0f0f0;
	color: #000;
	min-width: 960px;
}

.centerpage{
	width: 300px;
    margin:0px auto;
}

.centerpage input{
	
}

body,
input,
button,
.chosen-container-multi .chosen-choices li.search-field input[type=text]
{
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
a {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
}
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.full {
	clear: both;
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
.width1 {
	width: 90%;
	margin: 0 auto;
	min-width: 900px;
}
.width2 {
	width: 80%;
	margin: 0 auto;
}
.mcol-1 {
	width: 25%;
	float: left;
	position: relative;
}
.mcol-2 {
	width: 70%;
	float: left;
	margin-left: 5%;
	position: relative;
}
.img {
	width: 100%;
	height: auto;
	display: block;
}
h1 {
	font-weight: 300;
	font-size: 36px;
}
h2 {
	font-size: 22px;
	color: #303641;
	font-weight: 600;
	line-height: 125%;
}
h3 {
	color: #0e242e;
	font-weight: 600;
	font-size: 18px;
}
h4 {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid #bcbcbc  1px;
}
.hidden {
	visibility: hidden;
}

/*******************************************************************************
 * Form styles
 ******************************************************************************/
.field {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 12px 0;
}
.field2 {
	width: 100%;
	float: left;
	clear: both;
	padding: 5px 30px 0 30px;
        font-size: 90%
}
.field3 {
	width: 100%;
	padding: 10px;
    font-size: 90%;
    color: #ffffff !important;
    background-color: #354970 !important;
}

.field3 input{
    color: #ffffff !important;
    
    background-color: #354970 !important;
}

.field4 {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
    font-size: 90%
}
.input {
	background-color: #303641;
	border: 0;
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
	width: 100%;
	outline: none;
}
.input::-webkit-input-placeholder {
    color: #fff;
}
.input:focus::-webkit-input-placeholder {
	color: transparent;
}
.input:-moz-placeholder {
   color: #fff;
   opacity: 1;
}
.input:focus:-moz-placeholder {
	color: transparent;
}
.input::-moz-placeholder {
   color: #fff;
   opacity: 1;
}
.input:focus::-moz-placeholder {
	color: transparent;
}
.input:-ms-input-placeholder {
   color: #fff;
}
.input:focus::-ms-input-placeholder {
	color: transparent;
}
.btn {
	background-color: #D81638;
	border: 0;
	color: #fff;
	padding: 10px 16px !important;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover {
	background-color: #0e242e;
}
select {
	width: 100%;
}
.chosen-container-single .chosen-single,
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-multi .chosen-choices
{
	background: #303641;
	border: 0;
	outline: none;
	color: #fff;
	font-weight: 300;
	box-shadow: none;
	border-radius: 0;
	padding: 4px 0 0 10px;
	height: 30px;
}
.chosen-container-single .chosen-drop {
	border-radius: 0;
}
.chosen-container-single .chosen-single div b {
	background-size: 62px 47px !important;
	background-position: -1px 2px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -19px 2px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	color: #fff !important;
	font-size: 14px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background: rgba(255, 255, 255, 0.20);
	color: #fff;
	box-shadow: none;
	border: 0;
	font-weight: bold;
}
.chosen-container-multi .chosen-choices {
	background-image: url("chosen/arrow-down.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right;
}
.chosen-container-multi.activated .chosen-choices {
	background-image: url("chosen/arrow-up.png");
}
.form-box {
	background: #fff;
	padding: 0 0 20px 0;
	margin: 0 0 50px 0;
}
.form-box h1 {
	background: #D81638;
	color: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
}
.form-box h1 .fa {
	float: right;
}
.form-box .field {
	padding: 10px 30px;
}


/*******************************************************************************
 * Top navigtion
 ******************************************************************************/
nav.top {
	background-color: #303641;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
nav.top li,
nav.top a {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	position: relative;
}
nav.top .logo img {
	height: 36px;
	width: auto;
}
nav.top .logo {
	margin-right: 16px;
}
nav.top a {
	color: #fff;
	padding: 0 16px;
}
nav.top a:hover {
	background-color: #D81638;
}
nav.top a .fa {
	margin-right: 6px;
}
nav.top .logo a:hover {
	background-color: transparent;
}

/*******************************************************************************
 * Customer header with search box
 ******************************************************************************/
.top-border {
	border-top-width: 8px;
	border-top-style: solid;
}
header.customer {
	margin: 50px 0;
}
header.customer .logo {
	padding: 30px 20px;
	background: #fff;
	position: absolute;
	width: 100%;
	top: -16px;
}
header.customer .search-box {
	padding: 6% 0;
}
header.customer .search-box form {
	background-color: #0e242e;
	padding: 0;
}
header.customer .search-box input {
	background-color: transparent;
	border: 0;
	color: #fff;
	font-style: italic;
	width: 90%;
	padding: 2%;
	margin: 0;
	outline: none;
}
header.customer .search-box button {
	color: #fff;
	border: 0;
	background-color: transparent;
	text-align: right;
	float: right;
	padding: 2% 2% 2% 0;
}
header.customer .search-box button span {
	display: none;
}
.advanced-search-link {
  text-align: right;
}
.advanced-search-link a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
}
header.customer .shadow {
	display: block;
	width: 14px;
	height: 14px;
	background: url("img/shadow.png") no-repeat;
	background-size: 14px;
	position: absolute;
	bottom: -14px;
	left: -14px;
}

/*******************************************************************************
 * Footer (Main)
 ******************************************************************************/
footer.main {
	background-color: #303641;
	color: #fff;
	padding: 5% 0;
	text-align: center;
	font-size: 14px;
}
footer.main a {
	color: #fff;
	text-decoration: underline;
}

/*******************************************************************************
 * Filter boxes / filter selectors
 ******************************************************************************/
.filter-box {
	background-color: #fff;
	padding: 24px 18px;
	font-weight: 400;
}
.filter-box .reset {
	color: #4b4b4b;
	font-size: 12px;
	float: right;
	line-height: 18px;
}
.filter-box .reset:hover {
	color: #0e242e;
}
.filter-box h3 {
	float: left;
	padding: 0 0 10px 0;
}
.filters-list {
	margin: 20px 0 0;
}
.filters-list-template,
.filter-item-template
{
	display: none;
}
.filters-list ul {
	list-style: none;
}
.filters-list a {
	color: #000;
	display: block;
	font-size: 14px;
	padding: 10px 0;
}
.filters-list a:hover {
	color: #c71102;
}
.filters-list a .fa {
	color: #c71102;
	margin-right: 5px;
}
.filters-list h4 {
	margin-bottom: 0;
}
.browse-all a {
  background-color: #D81638;
  color: #fff;
  text-align: center;
  padding: 16px 10px;
  margin: 0 0 24px 0;
  display: block;
}
.browse-all a:hover {
	background-color: #303641;
}

/*******************************************************************************
 * Content Box for generic content
 ******************************************************************************/
.content-box {
	background: #fff;
	padding: 18px 18px 0 18px;
	margin-bottom: 50px;
	width: 100%;
	float: left;
	clear: both;
}
.content-box p {
	line-height: 150%;
	padding: 0 0 18px 0;
}
.content-box h1,
.content-box h2,
.content-box h3
{
	padding: 0 0 8px 0;
	line-height: 125%;
}

/*******************************************************************************
 * Pagination
 ******************************************************************************/
.pagination {
	color: #484848;
	margin-bottom: 50px;
}
.pagination.offset {
	position: absolute;
	left: 0px;
	top: -36px;
}
.pagination.top {
	margin-bottom: 10px;
}
.pagination .title {
	width: 50%;
	float: left;
	margin-top: 5px
}
.pagination ul {
	list-style: none;
	width: 50%;
	float: left;
	display: block;
	text-align: right;
}
.pagination ul li,
.pagination ul a
{
	display: inline-block;
	vertical-align: middle;
}
.pagination ul a {
	color: #D81638;
}
.pagination ul a .fa {
	margin-top: 5px
}

/*******************************************************************************
 * Search results
 ******************************************************************************/
.search-results-list {
	padding-bottom: 10px;
}
.search-result {
	background-color: #fff;
	padding: 18px;
	margin-bottom: 50px;
}
.search-result:last-child {
	margin-bottom: 0;
}
.search-result h2 {
	padding: 0 0 10px 0;
}
.search-result .pdf {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("img/pdf.png");
	background-repeat: no-repeat;
	vertical-align: middle
}
.search-result .detail {
	display: table;
	width: 100%;
}
.search-result .detail .item {
	display: table-row;
	margin: 0;
	padding: 0;
}
.search-result .detail .item .cell {
	display: table-cell;
	padding: 8px;
	background-color: #f2f2f2;
	border-bottom: solid #e2e2e2 1px;
}
.search-result .detail .item.alt .cell {
	background-color: #fafafa;
}
.search-result .detail a {
	text-decoration: underline;
	color: #D81638;
}
.search-result .detail a:hover {
	color: #0e242e;
}
.search-result .downloads {
	list-style: none;
	margin: 10px 0 0;
}
.search-result .downloads li,
.search-result .downloads a
{
	display: block;
}
.search-result .downloads a {
	background-color: #D81638;
	color: #fff;
	text-align: center;
	padding: 16px 10px;
	margin: 10px 0 0;
}
.search-result .downloads a:hover {
	background-color: #303641;
}
.search-result .downloads a .fa {
	margin-left: 5px;
}

/*******************************************************************************
 * TOC Table of Contents
 ******************************************************************************/
.toc-sub {
	display: none;
}
.toc-box {
	margin: 5px 0 0;
}
.toc-content {
	margin: 20px 0;
	padding: 0 0 0 10px;
	display: none;
}
.toc-list {
	display: table;
}
.toc-list .entry {
	display: table-row;
}
.toc-list .entry .entry-id,
.toc-list .entry-content
{
	display: table-cell;
	padding: 5px;
}
.toc-list .entry .entry-id {
	text-align: right;
}
.toc-list .entry-content .title {
	display: block;
}
.toc-list .entry-content .title a {
	text-decoration: underline;
}
.toc-list .entry-content .authors {
	display: block;
	font-style: italic;
}