/* color: 8c042a */

html { height: 100%; }
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, san-serif;
	font-size: 14px;
	height: 100%;
}

h2 {
	color: #8c042a;
	font-size: 20px;
	font-weight: normal;
}
p + h2,
ul + h2 { margin-top: 30px; }

h3 {
	margin-top: 30px;
	color: #8c042a;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	margin-top: 30px;
	color: #8c042a;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

a,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: #8c042a;
}
a:hover {
	text-decoration: underline;
}

ul > li { margin: 6px 0; }

/*---------------------------------*\
Global helpers
/*---------------------------------*/
.u-float-left { float: left; }
.u-float-right { float: right; }

.u-span25 { width: 25%; }
.u-span50 { width: 50%; }

.u-color-brand { color: #8c042a; }
.u-color-default,
a.u-color-default { color: #000; }

.u-phone { display: none; }

.u-text-large { font-size: 18px; }
.u-text-small { font-size: 12px; }
.u-text-xsmall { font-size: 11px; }
.u-text-xxsmall { font-size: 10px; }
.u-text-italic { font-style: italic; }
.u-text-center { text-align: center; }
.u-text-left { text-align: left; }
.u-text-right { text-align: right; }
.u-text-spaced { line-height: 1.5em; }

ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}
ul li { position: relative; }
ul li:before {
	content: '';
	position:absolute;
	top: 7px;
	left: -15px;
	display: block;
	width: 5px;
	height: 5px;
	background: #000000;
}

.u-list-plain {
	margin: 0;
	padding: 0;
	list-style: none;
}
.u-list-plain li:before {
	display: none;
}
.u-list-spaced > li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.u-margin-none { margin: 0; }
.u-margin-center {
	margin-left: auto;
	margin-right: auto;
}
.u-margin-top-none { margin-top: 0; }
.u-margin-bottom-none { margin-bottom: 0; }
.u-margin-left-20 { margin-left: 20px !important; }
.u-margin-right-20 { margin-right: 20px !important; }
.u-margin-top-30 { margin-top: 30px !important; }
.u-margin-bottom-30 { margin-bottom: 30px !important; }
.u-margin-vspace-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* hide if not mobile */
.mobile-only {
	display: none;
}

/** form list styles **/
.u-list-form li {
  margin: 15px 0;
}

.u-list-form label {
  display: inline-block;
  min-width: 150px;
  font-weight: bold;
}

.u-list-form input,
.u-list-form textarea {
  width: 200px;
  font-size: 15px;
  padding: 5px;
  border: solid #bbb 1px;
  border-radius: 3px;
}
.u-list-form textarea {
  margin-top: 5px;
  min-width: 500px;
}

/* clearfix */
.clearfix { clear: both; }
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}


/*---------------------------------*\
buttons styles
/*---------------------------------*/
a.btn {
	display: inline-block;
	padding: 10px 65px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background: #6d6d6d;
	border: solid #444 1px;
	border-radius: 3px;
}
a.btn:hover { background: #444; }

a.btn-primary {
	background: #8C042A;
	border: solid #8c042a 1px;
}

a.btn.btn-primary--small {
	padding: 10px 23px 11px;
	font-size: 14px;
}
a.btn.btn-primary:hover { background: #690421; }

input.btn-wh {
	padding: 6px 16px;
	font-size: 14px;
	color: #fff;
	background: rgb(140, 4, 42);
	border: 1px solid #4C0217;
	border-radius: 3px;
	text-decoration: none;
}
input.btn-wh:hover {
	background: rgb(113, 3, 34);
	text-decoration: none;
	cursor: pointer;
}

/*---------------------------------*\
Global site styles
/*---------------------------------*/
.site__wrapper {
	display: table;
	position: relative;
	min-width: 1000px;
	max-width: 1400px;
	width: 100%;
	height: 100%;
}

/* site header styles */
.site__header {
	position: fixed;
	top: 0px;
	width: calc(100% - 196px);
	max-width: 1200px;
	left: 196px;
	height: 110px;
	z-index: 1000;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 88%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 88%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 88%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.site__header-logo {
	height: 68px;
	text-indent: -9000px;
	background: url('/images/logo-wohlers.png') no-repeat 50% 0;
	background-size: contain;
}

/* nav styles */
.site__nav {
	display: inline-table;
	position: relative;
	padding: 20px 0 20px 14px;
	width: 195px;
	height: 100%;
	background: #e2e2e2;
}

.site__nav-menu,
.site__nav-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site__nav-links li:before { display: none; }

.site__nav-links > .active > a { color: #8c042a; }

.site__nav-menu > li {
	margin: 0 0 16px;
}
.site__nav-menu > li:before { display: none; }

.site__nav-heading {
	display: block;
	margin-bottom: 11px;
	font-size: 16px;
	font-weight: bold;
	color: #8c042a;
}

.site__nav-links { padding-left: 12px; }
.site__nav-links > li {
	width: 90%;
	line-height: 14px;
}
.site__nav-links > li:not(:last-of-type) {
	margin-bottom: 6px;
}
.site__nav-links a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.site__nav-links a:hover {
	color: #780324;
}

/* search box styles */
/* !important in place to override google styles */
#gSearch {
	margin-left: 13px !important;
	width: 150px;
	min-height: 27px;
}
#gSearch input.gsc-input {
	background: none !important;
}

#gSearch input.gsc-input::-webkit-input-placeholder {
	color: #fff;
}

.gsc-input-box {
	border: solid #b8b8b8 1px !important;
	border-right: 0 !important;
	height: 24px !important;
	box-sizing: border-box !important;
	vertical-align: top !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 !important;
	margin: -2px 0 0 !important;
	vertical-align: top !important;
	font-size: 14px;
}
.gsc-input-box-hover,
.gsc-input-box-focus {
	box-shadow: none !important;
}

button.gsc-search-button,
button.gsc-search-button:hover,
button.gsc-search-button:focus {
	background: #8c042a !important;
	border: none !important;
	margin: 0 !important;
	padding: 5px 5px 6px !important;
	border-radius: 0 !important;
}

/* delete search X */
.gsst_a .gscb_a {
	font-size: 20px !important;
	color: rgba(120, 3, 36, .6) !important;
}
/*delete position */
.gsst_a { padding-top: 2px !important; }

/* social links */
.site__social-links {
	text-align: center;
}
.site__social-links a {
	margin: 0 2px;
}

/* content styles */
.site__content {
	display: table-cell;
	padding-top: 100px;
	width: calc(100% - 220px);
	height: 100%;
	box-sizing: border-box;
}

.page__content {
	margin: 0;
	padding: 10px 20px 52px 30px;
}

/*---------------------------------*\
New side column styles overrides
/*---------------------------------*/
.site__nav {
	padding-left: 0;
}
.site__nav-menu {
	margin-left: 20px;
}

.site__nav-sub-block {
	margin: 15px 10px 0;
	padding: 10px;
	background: #f3f3f3;
}

.site__nav-menu > li {
	margin: 0 0 7px;
}

.site__nav-heading {
	margin-bottom: 5px;
}

.site__nav-links > li:not(:last-of-type) {
	margin-bottom: 3px;
	margin-top: 3px;
}

#gSearch {
	margin-left: 0 !important;
	width: 146px;
	margin-bottom: 10px;
}

/*---------------------------------*\
Table styles
/*---------------------------------*/
th { text-align: left; }

table.u-valign-top td {
	vertical-align: top;
}

.table-bordered {
  border-collapse: collapse;
}
.table-bordered td {
  padding: 5px;
  border: solid #666 1px;
}