@charset "utf-8";
/* npslider CSS Defaults */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.ce_nps {overflow:visible;}
.ce_nps .slider > * {
	height:inherit;
	width:inherit;
	margin:0;
	padding:0;
}
/* Style sheet customstyles */
ul.icon li::before{color: #d63333;font-size: large}
/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   http://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (normalize.css / Mixins)
 * - Fonts
 * - Basic settings (SASS only)
 * - Colors (SASS only)
 * - General styles
 * - Button styles
 * - Wrapper Elements
 * - Elements in order of appearance in HTML
 * - Homepage elements
 * - Content styles
 * - Form styles
 * - Footer styles
 * - No image-main
 * - Module styles (Search, FAQ, News, Events, Comments)
 * - Media queries
 * - Grid (design + production helper)
 * ======================================== */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
	display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
	margin: 0;
}

/* =============================================================================
 * Links
 * ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
/* =============================================================================
 * Typography
 * ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/* Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
	background: yellow;
	color: black;
}

/* Addresses margins set differently in IE6/7 */
p {
	margin: 1em 0;
}

pre {
	margin: 1em 0;
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}

/* 2 */
small {
	font-size: 75%;
}

/* Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.25em;
}

sub {
	bottom: -0.2em;
}

/* =============================================================================
 * Lists
 * ========================================================================== */
/* Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure,
form {
	margin: 0;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
/* Define consistent border, margin, and padding */
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/* 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal;
	/* 1 */
}

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
button {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

/* Re-set default cursor for disabled elements */
button[disabled] {
	cursor: default;
}

input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6 */
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
/* Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* =============================================================================
 * Tables
 * ========================================================================== */
/* Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
	font-family: "RockSolid Icons";
	src: url("../../files/eightytwenty/fonts/rocksolid-icons.eot");
	src: url("../../files/eightytwenty/fonts/rocksolid-icons.eot?#iefix") format('eot'), url("../../files/eightytwenty/fonts/rocksolid-icons.woff") format('woff'), url("../../files/eightytwenty/fonts/rocksolid-icons.ttf") format('truetype'), url("../../files/eightytwenty/fonts/rocksolid-icons.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ===========================================
 * General styles
 * ======================================== */
html {
	position: relative;
}
html.lt-ie9 {
	/* IE8 iframe bugfix */
	/* http://stackoverflow.com/questions/795394#795681 */
	position: static;
}

body {
	font: 14px/1.5 "PT Sans", sans-serif;
	color: #464749;
	background: #ffffff url("../../files/img/bg03.jpg") 50% 0 repeat scroll;
	background-size: auto;
	/* You may want to copy the styles you choose to use and delete the rest */
}
body.background-variation-1 {
	background: url("../../files/eightytwenty/img/bg-abstract.jpg") 50% 0 no-repeat;
	/* Just to show how it looks without #nav-header, if you don't need it, you should remove it from the HTML markup */
	/* Make shadow transparent. It's usually full-color to prevent the tiny overlap in the edges. */
}
body.background-variation-1 #wrapper > header {
	background-color: transparent;
}
body.background-variation-1 #nav-header {
	display: none;
}
body.background-variation-1 #nav-main > ul > li.submenu:before {
	-webkit-box-shadow: 0 5px 0 -1px #ffffff, 0 3px 0 #dadada, 0 0 0 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 5px 0 -1px #ffffff, 0 3px 0 #dadada, 0 0 0 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0 5px 0 -1px #ffffff, 0 3px 0 #dadada, 0 0 0 3px rgba(0, 0, 0, 0.075);
}
body.background-variation-2 {
	background: url("../../files/eightytwenty/img/bg-sky.jpg") 50% 0 no-repeat;
}
body.background-variation-3 {
	background: url("../../files/eightytwenty/img/bg-light-grey.png");
}
body.background-variation-3 #wrapper > header,
body.background-variation-3 #wrapper > footer {
	border: 1px solid #ececec;
	border-color: rgba(0, 0, 0, 0.13);
}
body.background-variation-4 {
	background: url("../../files/eightytwenty/img/bg-dark-grey.jpg");
}
body.background-variation-4 #nav-footer-wrap {
	background: #2a2a2b;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: #d63333;
}

/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter *,
#colorbox *,
#lbCenter *,
#lbBottomContainer * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

::selection {
	background: #26ade4;
	color: white;
	text-shadow: none !important;
}

::-moz-selection {
	background: #26ade4;
	color: white;
	text-shadow: none !important;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

td,
th {
	/* resetting box-sizing to default value */
	/* because box-sizing does not work correctly on table cells in firefox */
	/* see: https://bugzilla.mozilla.org/show_bug.cgi?id=243412 */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

table {
	width: 100%;
	border: 1px solid #a0a0a0;
	border-collapse: collapse;
	text-align: left;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
}
table th {
	padding: 10px 8px;
	text-align: left;
}
table td {
	padding: 6px 8px;
	color: #787878;
}
table td,
table td img {
	vertical-align: top;
}
table tbody tr:nth-child(odd) {
	background-color: #ececec;
}
table tbody tr:hover {
	background-color: #f9f9f9;
}
table tfoot tr {
	background-color: #adadad;
}
table tfoot td {
	color: white;
}

a {
	color: #d63333;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:hover,
a:active {
	outline: 0;
}
a[target="_blank"]:after {
	font: 75%/1 "RockSolid Icons";
	content: " \e1a3";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 0.2em;
	color: #787878;
}

/* Icon classes */
*[data-icon]:before {
	font: 100%/1 "RockSolid Icons";
	content: attr(data-icon);
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 100%;
	margin-right: 4px;
}
*[data-icon].after:before {
	content: none;
}
*[data-icon].after:after {
	font: 100%/1 "RockSolid Icons";
	content: attr(data-icon);
	text-indent: 0;
	display: inline-block;
	position: relative;
	font-size: 80%;
	margin-left: 4px;
}

li[data-icon]:before {
	top: 0;
	font-size: 80%;
}

.clear {
	clear: both;
}

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

.pdf_link {
	margin: 12px 0 0 20px;
	float: right;
}
.pdf_link a {
	margin-left: 2px;
	border: 0 !important;
}
.pdf_link img {
	border: 0 !important;
}

.image_container.float_left {
	margin-right: 20px;
}
.image_container.float_right {
	margin-left: 20px;
}
.image_container a {
	border: 0;
}

.mime_icon {
	margin-bottom: -0.25em;
}

.ce_toplink,
.toplink {
	margin: 24px 0;
}
.ce_toplink a,
.toplink a {
	display: block;
	width: 100%;
}

.ce_toplink > a:before,
.toplink > a:before {
	font: 100%/1 "RockSolid Icons";
	content: "\e234";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.ce_accordion {
	background-color: #ffffff;
	border: 1px solid #ececec;
}
.ce_accordion .accordion {
	padding: 0 3.84615%;
}
.ce_accordion .accordion > div {
	padding-bottom: 12px;
}
.ce_accordion .toggler {
	position: relative;
	padding: 8px 7.69231% 8px 3.84615%;
	outline: none;
	color: #d63333;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #ffffff), color-stop(100%, #e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff 10%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(#ffffff 10%, #e6e6e6 100%);
	background-image: -o-linear-gradient(#ffffff 10%, #e6e6e6 100%);
	background-image: linear-gradient(#ffffff 10%, #e6e6e6 100%);
	cursor: pointer;
}
.ce_accordion .toggler:after {
	font: 16px/0 "RockSolid Icons";
	content: "\e022";
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 3.84615%;
	top: 50%;
	display: none;
}
.ce_accordion .toggler:hover {
	background: #ffffff;
}
.ce_accordion .toggler:hover:after {
	display: block;
}
.ce_accordion .toggler.active {
	background: #ffffff;
}
.ce_accordion .toggler.active:after {
	display: block;
}
.ce_accordion hr:after {
	background-color: #ffffff !important;
}

.mejs-controls button,
.mejs-controls button:hover,
.mejs-controls button:focus,
.mejs-controls button:active {
	top: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

hr {
	height: 1px;
	overflow: visible;
	margin: 24px 0 23px;
	border: 0;
	text-align: center;
	background: #dadada;
	clear: both;
}

.confirmation,
.information,
.warning {
	position: relative;
	padding: 8px 3.84615% 8px 7.69231%;
	margin-left: -1px;
	margin-right: -1px;
	border: 1px solid #b9cf26;
	color: #6c7916;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f7d4), color-stop(100%, #ddea8b));
	background-image: -webkit-linear-gradient(#f3f7d4, #ddea8b);
	background-image: -moz-linear-gradient(#f3f7d4, #ddea8b);
	background-image: -o-linear-gradient(#f3f7d4, #ddea8b);
	background-image: linear-gradient(#f3f7d4, #ddea8b);
	background-color: #f6f9e1;
	-webkit-box-shadow: 0 3px 0 -2px #ddea8b, 0 3px 0 -1px #b9cf26, 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #ddea8b, 0 3px 0 -1px #b9cf26, 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #ddea8b, 0 3px 0 -1px #b9cf26, 0 3px 2px rgba(0, 0, 0, 0.2);
}
.confirmation:before,
.information:before,
.warning:before {
	font: 24px/1 "RockSolid Icons";
	content: "\e095";
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	left: 0;
	top: 8px;
	width: 7.69231%;
	text-align: center;
}

.information {
	border-color: #26ade4;
	color: #157ea9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f5fc), color-stop(100%, #97d8f2));
	background-image: -webkit-linear-gradient(#e4f5fc, #97d8f2);
	background-image: -moz-linear-gradient(#e4f5fc, #97d8f2);
	background-image: -o-linear-gradient(#e4f5fc, #97d8f2);
	background-image: linear-gradient(#e4f5fc, #97d8f2);
	background-color: #d2eef9;
	-webkit-box-shadow: 0 3px 0 -2px #97d8f2, 0 3px 0 -1px #26ade4, 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #97d8f2, 0 3px 0 -1px #26ade4, 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #97d8f2, 0 3px 0 -1px #26ade4, 0 3px 2px rgba(0, 0, 0, 0.2);
}
.information:before {
	content: "\e145";
}

.warning {
	border-color: #d63333;
	color: #9d2020;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fae5e5), color-stop(100%, #eb9d9d));
	background-image: -webkit-linear-gradient(#fae5e5, #eb9d9d);
	background-image: -moz-linear-gradient(#fae5e5, #eb9d9d);
	background-image: -o-linear-gradient(#fae5e5, #eb9d9d);
	background-image: linear-gradient(#fae5e5, #eb9d9d);
	background-color: #fcf2f2;
	-webkit-box-shadow: 0 3px 0 -2px #eb9d9d, 0 3px 0 -1px #d63333, 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #eb9d9d, 0 3px 0 -1px #d63333, 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #eb9d9d, 0 3px 0 -1px #d63333, 0 3px 2px rgba(0, 0, 0, 0.2);
}
.warning:before {
	content: "\e0be";
}

code {
	padding: 2px 5px;
	font-family: "Lucida Console", monospace;
	font-size: 14px;
	line-height: 19px;
	background-color: #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

pre {
	margin: 24px 0;
	padding: 0 6px;
	display: block;
	overflow: auto;
	font-family: "Lucida Console", monospace;
	font-size: 14px;
	line-height: 24px;
	background-size: 100% 48px;
	background-repeat: repeat-y;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ececec), color-stop(50%, #ffffff));
	background-image: -webkit-linear-gradient(top, #ececec 50%, #ffffff 50%);
	background-image: -moz-linear-gradient(top, #ececec 50%, #ffffff 50%);
	background-image: -o-linear-gradient(top, #ececec 50%, #ffffff 50%);
	background-image: linear-gradient(top, #ececec 50%, #ffffff 50%);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) inset;
}
pre code {
	padding: 0;
	line-height: inherit;
	background-color: transparent;
}

/* ===========================================
 * Button styles
 * ======================================== */
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 10px 20px 12px 20px;
	border: 1px solid;
	border-color: #709eb1 #598ea4 #417e97 #598ea4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #125e7d;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background: #e06666;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e88e8e), color-stop(100%, #d83d3d));
	background: -webkit-linear-gradient(top, #e88e8e 0%, #d83d3d 100%);
	background: -moz-linear-gradient(top, #e88e8e 0%, #d83d3d 100%);
	background: -o-linear-gradient(top, #e88e8e 0%, #d83d3d 100%);
	background: linear-gradient(top, #e88e8e 0%, #d83d3d 100%);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #417e97 inset, 0 -2px 0 #125e7d inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #417e97 inset, 0 -2px 0 #125e7d inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #417e97 inset, 0 -2px 0 #125e7d inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	text-decoration: none;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #417e97 inset, 0 -2px 0 #125e7d inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #417e97 inset, 0 -2px 0 #125e7d inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #417e97 inset, 0 -2px 0 #125e7d inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 3px rgba(0, 0, 0, 0.075);
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	top: 2px;
	margin-bottom: 2px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d83d3d), color-stop(100%, #e88e8e));
	background: -webkit-linear-gradient(top, #d83d3d 0%, #e88e8e 100%);
	background: -moz-linear-gradient(top, #d83d3d 0%, #e88e8e 100%);
	background: -o-linear-gradient(top, #d83d3d 0%, #e88e8e 100%);
	background: linear-gradient(top, #d83d3d 0%, #e88e8e 100%);
}
button.button-secondary,
.button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
	padding-top: 6px;
	padding-bottom: 8px;
	border-color: #a8b073 #9aa35b #8b9644 #9aa35b;
	color: #6f7c16;
	background: #cadb5c;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d8e487), color-stop(100%, #bcd130));
	background: -webkit-linear-gradient(top, #d8e487 0%, #bcd130 100%);
	background: -moz-linear-gradient(top, #d8e487 0%, #bcd130 100%);
	background: -o-linear-gradient(top, #d8e487 0%, #bcd130 100%);
	background: linear-gradient(top, #d8e487 0%, #bcd130 100%);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #8b9644 inset, 0 -2px 0 #6f7c16 inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #8b9644 inset, 0 -2px 0 #6f7c16 inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #8b9644 inset, 0 -2px 0 #6f7c16 inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
}
button.button-secondary:hover,
button.button-secondary:focus,
.button.button-secondary:hover,
.button.button-secondary:focus,
input[type="submit"].button-secondary:hover,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:hover,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:hover,
input[type="button"].button-secondary:focus {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #8b9644 inset, 0 -2px 0 #6f7c16 inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #8b9644 inset, 0 -2px 0 #6f7c16 inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 #8b9644 inset, 0 -2px 0 #6f7c16 inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 3px rgba(0, 0, 0, 0.075);
}
button.button-secondary:active,
.button.button-secondary:active,
input[type="submit"].button-secondary:active,
input[type="reset"].button-secondary:active,
input[type="button"].button-secondary:active {
	padding-bottom: 6px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -3px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bcd130), color-stop(100%, #d8e487));
	background: -webkit-linear-gradient(top, #bcd130 0%, #d8e487 100%);
	background: -moz-linear-gradient(top, #bcd130 0%, #d8e487 100%);
	background: -o-linear-gradient(top, #bcd130 0%, #d8e487 100%);
	background: linear-gradient(top, #bcd130 0%, #d8e487 100%);
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
/* Main wrapper */
#wrapper {
	zoom: 1;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 18px 0 0 0;
}
#wrapper:before {
	content: "";
	display: table;
}
#wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
#wrapper > header {
	position: relative;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	margin-bottom: 18px;
	padding: 15px 4%;
}

#logo {
	float: left;
	margin: 5px 0 0 0%;
}
#logo h1,
#logo h2 {
	margin: 0;
}
#logo a {
	display: block;
}
#logo img {
	display: block;
	width: 253px;
	height: auto;
}
#logo h2 {
	font: italic 12px/1.5 Georgia, serif;
	color: #787878;
}

#nav-main {
	margin: 49px 8.69565% 0 0;
	font-size: 14px;
	text-align: right;
}
.no-nav-search #nav-main {
	margin-right: 0;
}
#nav-main ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav-main li {
	position: relative;
	display: inline-block;
	margin-right: -16px;
	margin-left: 26px;
}
#nav-main > ul > li > a {
	position: relative;
	display: block;
	z-index: 3;
	padding: 8px 16px 12px 16px;
	/* to avoid a gap between item and dropdown */
	margin-bottom: -4px;
	font-weight: bold;
	color: #3b3737;
	text-decoration: none;
}
#nav-main > ul > li > a:hover,
#nav-main > ul > li > a:focus {
	color: #d63333;
}
#nav-main > ul > li.new > a:after,
#nav-main > ul > li i {
	position: absolute;
	left: 16px;
	top: -9px;
	padding: 2px;
	font: 9px/1 Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	border: 1px solid #d63333;
	border-bottom-color: #bf2626;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #d63333;
}
#nav-main > ul > li.new > a:after {
	content: "new";
}
#nav-main > ul > li.active > a,
#nav-main > ul > li.trail > a {
	color: #d63333;
}
#nav-main > ul > li.submenu:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: 1px solid #dadada;
	border-bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 0 -1px #ffffff, 0 3px 0 #dadada, 0 0 0 3px #ebebeb;
	-moz-box-shadow: 0 5px 0 -1px #ffffff, 0 3px 0 #dadada, 0 0 0 3px #ebebeb;
	box-shadow: 0 5px 0 -1px #ffffff, 0 3px 0 #dadada, 0 0 0 3px #ebebeb;
}
#nav-main > ul > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 1;
	min-width: 130%;
	margin-top: 4px;
	padding: 5px 15px 10px 15px;
	border: 1px solid #dadada;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-ms-border-radius: 0 4px 4px 4px;
	-o-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	text-align: left;
	white-space: nowrap;
	background: #ffffff;
	-webkit-box-shadow: 0 -53px 0 -50px #d63333 inset, 0 0 0 3px rgba(0, 0, 0, 0.075), 3px 6px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 -53px 0 -50px #d63333 inset, 0 0 0 3px rgba(0, 0, 0, 0.075), 3px 6px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -53px 0 -50px #d63333 inset, 0 0 0 3px rgba(0, 0, 0, 0.075), 3px 6px 20px rgba(0, 0, 0, 0.1);
}
.lt-ie9 #nav-main > ul > li > ul {
	margin-top: 0;
}
#nav-main > ul > li > ul li {
	display: inline;
	margin: 0;
}
#nav-main > ul > li > ul a {
	position: relative;
	display: block;
	padding: 8px 10px 8px 0;
	border-top: 1px solid #ececec;
	color: #3b3737;
	text-decoration: none;
}
#nav-main > ul > li > ul a:hover,
#nav-main > ul > li > ul a:focus {
	color: #d63333;
}
#nav-main > ul > li > ul a:hover:before,
#nav-main > ul > li > ul a:hover:after,
#nav-main > ul > li > ul a:focus:before,
#nav-main > ul > li > ul a:focus:after,
#nav-main > ul > li > ul li.active > a:before,
#nav-main > ul > li > ul li.active > a:after,
#nav-main > ul > li > ul li.trail > a:before,
#nav-main > ul > li > ul li.trail > a:after {
	content: "";
	position: absolute;
	left: -15px;
	top: 11px;
	border: 7px solid transparent;
	border-right: 0;
	border-left-color: #dadada;
}
.lt-ie9 #nav-main > ul > li > ul a:hover:before,
.lt-ie9 #nav-main > ul > li > ul a:hover:after,
.lt-ie9 #nav-main > ul > li > ul a:focus:before,
.lt-ie9 #nav-main > ul > li > ul a:focus:after,
.lt-ie9 #nav-main > ul > li > ul li.active > a:before,
.lt-ie9 #nav-main > ul > li > ul li.active > a:after,
.lt-ie9 #nav-main > ul > li > ul li.trail > a:before,
.lt-ie9 #nav-main > ul > li > ul li.trail > a:after {
	content: none;
}
#nav-main > ul > li > ul a:hover:after,
#nav-main > ul > li > ul a:focus:after,
#nav-main > ul > li > ul li.active > a:after,
#nav-main > ul > li > ul li.trail > a:after {
	left: -16px;
	top: 12px;
	border-width: 6px;
	border-right-width: 0;
	border-left-color: #ececec;
}
#nav-main > ul > li > ul li:first-child > a {
	border-top: 0;
}
#nav-main > ul > li > ul ul a {
	margin-left: 10px;
}
#nav-main > ul > li > ul ul a:hover:before,
#nav-main > ul > li > ul ul a:hover:after,
#nav-main > ul > li > ul ul a:focus:before,
#nav-main > ul > li > ul ul a:focus:after,
#nav-main > ul > li > ul ul li.active > a:before,
#nav-main > ul > li > ul ul li.active > a:after,
#nav-main > ul > li > ul ul li.trail > a:before,
#nav-main > ul > li > ul ul li.trail > a:after {
	content: none;
}
#nav-main > ul > li > ul ul ul a {
	margin-left: 20px;
}
#nav-main > ul > li:hover > ul {
	display: block;
}
#nav-main > ul > li.submenu:hover:before {
	/* change generated content to avoid IE8 ghost pseudo elements */
	content: " ";
	display: block;
}
#nav-main > ul > li:last-child > ul,
#nav-main > ul > li.last > ul {
	left: auto;
	right: -2px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-ms-border-radius: 4px 0 4px 4px;
	-o-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

#nav-search {
	position: absolute;
	right: 4%;
	top: 66px;
	z-index: 3;
	width: 31px;
	height: 31px;
	overflow: hidden;
	border: 1px solid #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.075);
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
#nav-search:hover,
#nav-search.focus {
	width: 200px;
}
#nav-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	color: #3b3737;
	white-space: nowrap;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#nav-search button:before {
	font: 13px/1 "RockSolid Icons";
	content: "\e1f0";
	text-indent: 0;
	display: inline-block;
	position: relative;
	padding: 8px 29px 8px 8px;
}
#nav-search button:hover,
#nav-search button:focus {
	color: #d63333;
}
#nav-search input {
	position: absolute;
	right: 29px;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 169px;
	height: 29px;
	padding: 0 5px;
	border: 0;
	border-right: 1px solid #ececec;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: transparent;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}

#nav-main-mobile,
#nav-main-mobile_styled {
	/* Hide mobile navigation <select> by default */
	display: none;
}

#nav-language {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 12px;
	line-height: 15px;
	color: #787878;
}
#nav-language b {
	color: #3b3737;
}
#nav-language a {
	color: #787878;
}

#nav-header {
	position: absolute;
	right: 4%;
	top: 15px;
	color: #787878;
	white-space: nowrap;
}
#nav-header ul,
#nav-header li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav-header li {
	margin: 0 0 0 6px;
}
#nav-header a {
	color: inherit;
}
#nav-header a[data-icon] {
	display: inline-block;
	width: 17px;
	margin-right: -1px;
	font-size: 0;
	line-height: 0;
	color: #ffffff;
}
#nav-header a[data-icon]:before {
	font: 16px/1 "RockSolid Icons";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #787878;
}
#nav-header a:hover.icon-facebook:before,
#nav-header a:focus.icon-facebook:before {
	color: #3b5997;
}
#nav-header a:hover.icon-twitter:before,
#nav-header a:focus.icon-twitter:before {
	color: #0199d1;
}
#nav-header a:hover.icon-googleplus:before,
#nav-header a:focus.icon-googleplus:before {
	color: #474848;
}
#nav-header a:hover.icon-pinterest:before,
#nav-header a:focus.icon-pinterest:before {
	color: #ca2027;
}

#content-wrapper {
	zoom: 1;
	margin: 18px -1px;
	border: 1px solid #ececec;
	border-color: rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#content-wrapper:before {
	content: "";
	display: table;
}
#content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.lt-ie9 #content-wrapper {
	/* to avoid horizontal scrollbar in ie8 */
	margin-right: 0;
	margin-left: 0;
}

#tag-line {
	/*padding: 28px 4%;*/
	border-bottom: 1px solid #ececec;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #f9f9f9;
}
#tag-line div {
        border-radius: 4px 4px 0 0;
}
#tag-line h1,
#tag-line h2 {
	margin: 0;
	font-weight: normal;
}
#tag-line h1 {
	font-size: 24px;
}
#tag-line h2 {
	font-size: 16px;
	color: #787878;
}
#tag-line .image_container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
#tag-line img {
	display: block;
	/*width: 108.69565%;*/
	height: auto;
	/*margin: 28px -4.34783% -28px -4.34783%;*/
        border-radius: 4px 4px 0 0;
}
#tag-line .ce_image:first-child img {
	margin-top: -28px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

aside#sidebar {
	position: relative;
	float: left;
	width: 25%;
	margin: 12px 0 24px;
	padding: 0 4%;
	font-size: 14px;
	z-index: 1;
	overflow: hidden;
	/* sidebar border and shadow */
}
.lt-ie9 aside#sidebar {
	border-right: 1px solid #ececec;
}
aside#sidebar:after,
aside#sidebar:before {
	content: "";
	position: absolute;
	right: 0;
	top: 72px;
	bottom: 85px;
	z-index: -1;
	width: 4px;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.1)), color-stop(65%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0))) 3px 0 no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.03)), color-stop(65%, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(0, 0, 0, 0))) -1px 0 no-repeat;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) 3px 0 no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) -1px 0 no-repeat;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) 3px 0 no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) -1px 0 no-repeat;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) 3px 0 no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) -1px 0 no-repeat;
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) 3px 0 no-repeat, linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) -1px 0 no-repeat;
}
aside#sidebar:before {
	right: auto;
	left: 100%;
	width: 50%;
	background: none;
	-webkit-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
	/* firefox renders box-shadows differently */
	-moz-box-shadow: 50px 0 100px rgba(0, 0, 0, 0.2);
}
aside#sidebar .mod_article,
aside#sidebar .block {
	margin: 24px 0;
}
.eightytwenty-sidebar-right aside#sidebar {
	float: right;
	/* sidebar border and shadow */
}
.lt-ie9 .eightytwenty-sidebar-right aside#sidebar {
	border-left: 1px solid #ececec;
}
.eightytwenty-sidebar-right aside#sidebar:after,
.eightytwenty-sidebar-right aside#sidebar:before {
	left: 0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.1)), color-stop(65%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0))) -3px 0 no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.03)), color-stop(65%, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(0, 0, 0, 0))) 1px 0 no-repeat;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) -3px 0 no-repeat, -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) 1px 0 no-repeat;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) -3px 0 no-repeat, -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) 1px 0 no-repeat;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) -3px 0 no-repeat, -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) 1px 0 no-repeat;
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0) 100%) -3px 0 no-repeat, linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.03) 65%, rgba(0, 0, 0, 0) 100%) 1px 0 no-repeat;
}
.eightytwenty-sidebar-right aside#sidebar:before {
	left: auto;
	right: 100%;
	-webkit-box-shadow: -30px 0 100px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -30px 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: -30px 0 100px rgba(0, 0, 0, 0.2);
	/* firefox renders box-shadows differently */
	-moz-box-shadow: -50px 0 100px rgba(0, 0, 0, 0.2);
}

.mail-form {
	position: relative;
	margin: 36px 0;
	padding: 22px 8.33333%;
	border: 1px solid #dadada;
	font-size: 14px;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #dadada, 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #dadada, 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #dadada, 0 5px 5px rgba(0, 0, 0, 0.1);
}
.mail-form:before,
.mail-form:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 4px;
	padding: 0 1px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAECAIAAABgJaqDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATVJREFUeNoUULlOA1EMHB/7smERiJYIkDi2APEzCIkGUVFBARVfFSQu0XA3NPAPFKGICEJ05Nhn4xS2fM14bDp4/gEgGDWeXDyNfVRAoTIxKu1sc359QWHOxqaTwd17v/tA+CNlNDIhS6DGnYkZzkWrc7w7W9eEJgpk1O2NVJscC3JREjxKuYiWyahJnE62q/U5ds9gMc4/92/f3VsRJS/MyHmqCDAVdR+TtFeO99v1MpEDYXT9Mbz5HCu1OZPAXVg8IpqES5Webs1uVEEDdg3E9+Pr1/kTtKCQMx02kGSbaidkLmaWjvaquuMU3OZGV1/Dy35DCeoqPMWEFnDywJYpna61NqrIiQxG+H16HVy8aBKLVUDD0Lg3RtXiMVyWi4c7M/UqiLJngVwNhje97JXJGP8CDADuAZAcWfbrlQAAAABJRU5ErkJggg==");
}
.mail-form:after {
	top: auto;
	bottom: -1px;
}
.mail-form form {
	margin: 0 !important;
}
.mail-form h1 {
	margin: 0 !important;
	margin-bottom: 12px;
	color: #464749 !important;
	font-size: 16px !important;
	font-weight: normal;
}
.mail-form h2 {
	margin: 0 0 12px 0 !important;
	font-size: 12px !important;
	font-weight: normal;
	color: #787878;
}
.mail-form h1 + h2 {
	margin-top: -6px;
}
.mail-form p {
	margin: 4px 0;
}
.mail-form textarea {
	min-height: 80px;
	max-height: 300px;
}
.mail-form label {
	font-size: 12px;
}
.mail-form button {
	margin-top: 6px;
}

aside#sidebar #nav-sub {
	margin: 64px 0 48px;
}
aside#sidebar #nav-sub h1 {
	display: inline;
	margin: 0;
}
aside#sidebar #nav-sub h1 a {
	padding: 8px 0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #d63333;
	text-decoration: none;
}
aside#sidebar #nav-sub ul {
	margin: 0;
	padding: 0;
}
aside#sidebar #nav-sub > ul {
	margin: 0 -16.66667%;
	padding: 0;
}
aside#sidebar #nav-sub > ul li {
	display: inline;
}
aside#sidebar #nav-sub > ul a {
	display: block;
	margin-right: 1px;
	padding: 5px 12.5%;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	color: #3b3737;
	text-decoration: none;
}
aside#sidebar #nav-sub > ul a:hover,
aside#sidebar #nav-sub > ul a:focus {
	border-top-color: #d63333;
	color: white;
	background: #d63333;
}
aside#sidebar #nav-sub > ul > li:first-child a {
	border-top: 0;
}
aside#sidebar #nav-sub > ul ul a {
	padding-left: 18.75%;
}
aside#sidebar #nav-sub > ul ul ul a {
	padding-left: 25%;
}
aside#sidebar #nav-sub > ul li.active > a,
aside#sidebar #nav-sub > ul li.trail > a {
	font-weight: bold;
}

#breadcrumbs {
	margin: 0 0 24px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #dadada;
	font-size: 12px;
	color: #787878;
}
#breadcrumbs a,
#breadcrumbs b {
	margin: 0 2px;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
	text-decoration: underline;
}
#breadcrumbs b {
	font-weight: inherit;
}
.eightytwenty-sidebar-right #breadcrumbs {
	margin-right: -7.69231%;
	margin-left: -7.69231%;
}
.eightytwenty-fullwidth #breadcrumbs {
	margin-right: -4.7619%;
	margin-left: -4.7619%;
}

/* ===========================================
 * Homepage elements
 * ======================================== */
.eightytwenty-home section#content {
	float: none;
	width: auto;
	margin-right: 4%;
	margin-left: 4%;
}
.eightytwenty-home #content blockquote {
	float: right;
	width: 28.26087%;
	margin: 3px 6.52174% 24px 8.69565%;
	font-size: 24px;
	text-align: right;
	color: #787878;
}
.eightytwenty-home #content blockquote:before {
	content: none;
}
.eightytwenty-home #content blockquote:after {
	content: "“";
	font-size: 132px;
	color: #d63333;
	line-height: 0.95;
	position: absolute;
	right: -23.07692%;
	top: 0;
}
.eightytwenty-home #content blockquote p {
	margin: 0;
}

.teaser-boxes-text,
#content .teaser-boxes-text {
	margin: 48px -4.34783% 36px;
	padding: 40px 0 0 0;
	border-top: 1px dotted #dadada;
	font-size: 0;
}
.teaser-boxes-text .box,
#content .teaser-boxes-text .box {
	position: relative;
	display: inline-block;
	width: 20%;
	margin: 0 0 40px 4%;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}
.teaser-boxes-text .box h1,
#content .teaser-boxes-text .box h1 {
	margin: 0 0 120px 0;
	color: #464749;
	font-size: 16px;
	text-shadow: none;
}
.teaser-boxes-text .box:before,
#content .teaser-boxes-text .box:before {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	font-size: 80px;
	color: #d63333;
	text-align: center;
	text-shadow: 0 2px 0 #881b1b;
}
.teaser-boxes-text .box p,
#content .teaser-boxes-text .box p {
	margin: 20px 0;
}

.highlight-box,
#content .highlight-box {
	zoom: 1;
	position: relative;
	margin: 36px -1px;
	padding: 35px 30.43478% 35px 4.34783%;
	border: 1px solid #a0a0a0;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 4px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 4px 8px rgba(0, 0, 0, 0.2);
}
.highlight-box:before,
#content .highlight-box:before {
	content: "";
	display: table;
}
.highlight-box:after,
#content .highlight-box:after {
	content: "";
	display: table;
	clear: both;
}
.highlight-box h1,
#content .highlight-box h1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #464749;
	text-shadow: none;
}
.highlight-box h2,
#content .highlight-box h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #787878;
}
.highlight-box .button,
#content .highlight-box .button {
	position: absolute;
	right: 4.34783%;
	top: 50%;
	margin-top: -22px;
}
.highlight-box .button:active,
#content .highlight-box .button:active {
	margin-top: -20px;
}
.highlight-box .button:before,
#content .highlight-box .button:before {
	top: 4px;
	margin-right: 8px;
	font-size: 18px;
}

.article-boxes,
#content .article-boxes {
	margin: 36px 0;
}
.article-boxes > h1,
#content .article-boxes > h1 {
	margin: 0;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 24px;
	font-weight: normal;
	color: #464749;
	text-shadow: none;
}
.article-boxes > h1:before,
#content .article-boxes > h1:before {
	font: 24px/1 "RockSolid Icons";
	content: "\e07b";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 10px;
	color: #787878;
}
.article-boxes article,
#content .article-boxes article {
	position: relative;
	min-height: 88px;
	margin: 16px 0 0 0;
	padding: 0 0 0 13.04348%;
}
.article-boxes article h1,
#content .article-boxes article h1 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #464749;
	text-shadow: none;
}
.article-boxes article h1 a,
#content .article-boxes article h1 a {
	color: #464749;
}
.article-boxes article h1 a:hover,
#content .article-boxes article h1 a:hover {
	color: #d63333;
}
.article-boxes article h1 i,
#content .article-boxes article h1 i {
	position: absolute;
	left: 0;
	width: 8.69565%;
	height: 80px;
	padding-top: 11px;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #d63333;
	-webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #a0a0a0, 0 3px 4px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #a0a0a0, 0 3px 4px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #a0a0a0, 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.article-boxes article h1 i:after,
#content .article-boxes article h1 i:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 10px solid #801e1e;
	border-right: 10px solid #ffffff;
}
.article-boxes article h1 i b,
#content .article-boxes article h1 i b {
	display: block;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
}
.article-boxes article p,
#content .article-boxes article p {
	margin: 0;
}

.news-boxes,
#content .news-boxes {
	float: left;
	width: 56.52174%;
}
.news-boxes > h1:before,
#content .news-boxes > h1:before {
	content: "\e09b";
}
.news-boxes article,
#content .news-boxes article {
	padding-left: 23.07692%;
}
.news-boxes article h1 i,
#content .news-boxes article h1 i {
	width: 15.38462%;
}

.event-boxes,
#content .event-boxes {
	float: left;
	width: 39.13043%;
	margin-left: 4.34783%;
	/* for rounding failures */
	margin-right: -1%;
}
.event-boxes article,
#content .event-boxes article {
	padding-left: 33.33333%;
}
.event-boxes article h1 i,
#content .event-boxes article h1 i {
	width: 22.22222%;
	background: #d63333;
}
.event-boxes article h1 i:after,
#content .event-boxes article h1 i:after {
	border-top-color: #801e1e;
}
.event-boxes article p a,
#content .event-boxes article p a {
	display: block;
}
.event-boxes article p i,
#content .event-boxes article p i {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}

/* ===========================================
 * Content styles
 * ======================================== */
section#content {
	float: right;
	width: 65%;
	margin: 5% 5% 5% 5%;
}
.eightytwenty-fullwidth section#content {
	float: none;
	width: auto;
	margin-left: 8%;
	margin-right: 8%;
}
.eightytwenty-sidebar-right section#content {
	float: left;
	margin-right: 0;
	margin-left: 8%;
}

#content p,
#content ul,
#content ol,
#content table,
#content blockquote,
#content form,
#content fieldset {
	margin: 24px 0;
}
#content h1 {
	margin: 36px 0 24px 0;
	font-size: 36px;
	line-height: 48px;
	color: #464749;
	text-shadow: 0 2px 0 #ffffff;
}
#content h2 {
	margin: 24px 0 12px;
	font-size: 24px;
	color: #464749;
}
#content h1 + h2 {
	margin-top: -12px;
}
#content section h1,
#content article h1 {
	font-size: 24px;
}
#content h3,
#content section h2,
#content article h2 {
	margin: 12px 0;
	font-size: 18px;
}
#content h4,
#content section h3,
#content article h3 {
	margin: 24px 0 12px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
#content h5,
#content h6 {
	margin: 0;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	word-spacing: 2px;
}
#content h6 {
	color: #787878;
}
#content h2 + p,
#content h2 + ul,
#content h2 + ol,
#content h2 + table,
#content h2 + figure,
#content h2 + blockquote,
#content h3 + p,
#content h3 + ul,
#content h3 + ol,
#content h3 + table,
#content h3 + figure,
#content h3 + blockquote,
#content h4 + p,
#content h4 + ul,
#content h4 + ol,
#content h4 + table,
#content h4 + figure,
#content h4 + blockquote,
#content h5 + p,
#content h5 + ul,
#content h5 + ol,
#content h5 + table,
#content h5 + figure,
#content h5 + blockquote,
#content h6 + p,
#content h6 + ul,
#content h6 + ol,
#content h6 + table,
#content h6 + figure,
#content h6 + blockquote {
	margin-top: 0;
}
#content section h1,
#content section h2,
#content section h3,
#content section h4,
#content section h5,
#content section h6,
#content section p,
#content section ul,
#content section ol,
#content section table,
#content section blockquote,
#content article h1,
#content article h2,
#content article h3,
#content article h4,
#content article h5,
#content article h6,
#content article p,
#content article ul,
#content article ol,
#content article table,
#content article blockquote {
	margin: 12px 0;
}
#content ul,
#content ol {
	padding-left: 21px;
}
#content ul li[data-icon],
#content ol li[data-icon] {
	list-style: none;
}
#content ul li[data-icon]:before,
#content ol li[data-icon]:before {
	left: -21px;
	width: 0;
}
#content ul {
	list-style: disc;
}
#content ul ul {
	margin-top: 0;
}
#content ol {
	list-style: decimal;
}
#content ol ol,
#content ol ul {
	margin-top: 0;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content blockquote {
	position: relative;
	margin-left: 11.53846%;
	font-size: 21px;
}
#content blockquote p {
	margin: 12px 0;
}
#content blockquote:before {
	content: "“";
	font-size: 132px;
	color: #d63333;
	line-height: 0.95;
	position: absolute;
	top: 0;
	left: -60px;
}
#content blockquote small,
#content blockquote i,
#content blockquote em,
#content blockquote cite {
	font-size: 16px;
	font-style: normal;
	color: #787878;
}
#content blockquote small:before,
#content blockquote i:before,
#content blockquote em:before,
#content blockquote cite:before {
	/* non breaking space to avoid line breaks after dash */
	content: "–\a0";
}
#content img {
	max-width: 100%;
	height: auto;
}
#content table {
	margin-bottom: 36px;
}

.image_container {
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 24px -10px 36px;
	padding: 9px;
	border: 1px solid #a0a0a0;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 9px 0 -4px #ffffff, 0 9px 0 -3px #a0a0a0, 0 8px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 9px 0 -4px #ffffff, 0 9px 0 -3px #a0a0a0, 0 8px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 9px 0 -4px #ffffff, 0 9px 0 -3px #a0a0a0, 0 8px 8px rgba(0, 0, 0, 0.2);
}

.image_container img {
	display: block;
	width: 100%;
	height: auto;
}
.image_container figcaption,
.image_container .caption {
	padding: 6px 10px 0 0;
	width: 100% !important;
	font-size: 14px;
}

.image_container.float_right,
.image_container.float_left {
	float: right;
	width: 46.15385% !important;
	margin: 0 -10px 20px 20px;
}
.eightytwenty-home .image_container.float_right,
.eightytwenty-fullwidth .image_container.float_right,
.eightytwenty-home .image_container.float_left,
.eightytwenty-fullwidth .image_container.float_left {
	width: 39.13043% !important;
}

.image_container.float_left {
	float: left;
	margin: 0 25px 20px -10px;
}

.ce_youtube-wrapper {
	margin: 24px 0 36px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px #a0a0a0, 0 3px 0 8px #ffffff, 0 3px 0 9px #a0a0a0, 0 6px 0 7px #ffffff, 0 6px 0 8px #a0a0a0, 0 12px 10px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px #a0a0a0, 0 3px 0 8px #ffffff, 0 3px 0 9px #a0a0a0, 0 6px 0 7px #ffffff, 0 6px 0 8px #a0a0a0, 0 12px 10px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px #a0a0a0, 0 3px 0 8px #ffffff, 0 3px 0 9px #a0a0a0, 0 6px 0 7px #ffffff, 0 6px 0 8px #a0a0a0, 0 12px 10px 5px rgba(0, 0, 0, 0.2);
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ce_player .mejs-video {
	margin: 24px 0 36px;
	-webkit-box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px #a0a0a0, 0 3px 0 8px #ffffff, 0 3px 0 9px #a0a0a0, 0 6px 0 7px #ffffff, 0 6px 0 8px #a0a0a0, 0 12px 10px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px #a0a0a0, 0 3px 0 8px #ffffff, 0 3px 0 9px #a0a0a0, 0 6px 0 7px #ffffff, 0 6px 0 8px #a0a0a0, 0 12px 10px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 9px #ffffff, 0 0 0 10px #a0a0a0, 0 3px 0 8px #ffffff, 0 3px 0 9px #a0a0a0, 0 6px 0 7px #ffffff, 0 6px 0 8px #a0a0a0, 0 12px 10px 5px rgba(0, 0, 0, 0.2);
}

.ce_gallery > ul {
	zoom: 1;
	margin: 0 !important;
	padding: 0 0 1.5% 0 !important;
	list-style: none !important;
	border: 1px solid #a0a0a0;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
}
.ce_gallery > ul:before {
	content: "";
	display: table;
}
.ce_gallery > ul:after {
	content: "";
	display: table;
	clear: both;
}
.ce_gallery > ul > li {
	float: left;
	width: 31.3333%;
	margin: 1.5% 0 0 1.5%;
}
#sidebar .ce_gallery > ul {
	padding-bottom: 3% !important;
}
#sidebar .ce_gallery > ul > li {
	width: 45.5%;
	margin-top: 3%;
	margin-left: 3%;
}
.ce_gallery .image_container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#content .ce_imageslider img {
	max-width: none;
}

.enclosure,
.ce_downloads {
	position: relative;
	margin: 24px 0;
	padding: 7px 3.84615% 10px;
	border: 1px solid #dadada;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff;
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff;
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff;
}
.enclosure:before,
.ce_downloads:before {
	font: 36px/0 "RockSolid Icons";
	content: "\e065";
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	top: 50%;
	right: 4%;
	color: #d63333;
	cursor: default;
}
.enclosure p,
.enclosure h1,
.enclosure h2,
.enclosure h3,
.enclosure h4,
.enclosure h5,
.enclosure h6,
.enclosure ul,
.ce_downloads p,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6,
.ce_downloads ul {
	margin: 6px 0 !important;
}
.enclosure ul,
.ce_downloads ul {
	list-style: none !important;
	padding: 0 !important;
}

aside#sidebar h1,
aside#sidebar h2,
aside#sidebar h3 {
	margin: 24px 0 12px;
	font-size: 12px;
	text-transform: uppercase;
	color: #464749;
}
aside#sidebar h2,
aside#sidebar h3 {
	color: #787878;
}
aside#sidebar p,
aside#sidebar ul,
aside#sidebar ol,
aside#sidebar table,
aside#sidebar blockquote,
aside#sidebar fieldset,
aside#sidebar form {
	margin: 12px 0;
}
aside#sidebar ul,
aside#sidebar ol {
	padding: 0;
	list-style-type: none;
}
aside#sidebar table {
	margin-bottom: 24px;
	border-color: #dadada;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #dadada, 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #dadada, 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #dadada, 0 5px 5px rgba(0, 0, 0, 0.1);
}
aside#sidebar .mod_article,
aside#sidebar .block {
	margin: 24px 0;
}

/* ===========================================
 * Form styles
 * ======================================== */
form label {
	display: block;
	margin-bottom: 4px;
}
form input,
form textarea {
	padding: 5px 10px;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: inherit;
	background: #ffffff;
	-webkit-box-shadow: 2px 4px 1px -2px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 2px 4px 1px -2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 2px 4px 1px -2px rgba(0, 0, 0, 0.15) inset;
}
form input:focus,
form textarea:focus {
	-webkit-box-shadow: 2px 4px 1px -2px rgba(0, 0, 0, 0.15) inset, 0 0 0 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 2px 4px 1px -2px rgba(0, 0, 0, 0.15) inset, 0 0 0 3px rgba(0, 0, 0, 0.075);
	box-shadow: 2px 4px 1px -2px rgba(0, 0, 0, 0.15) inset, 0 0 0 3px rgba(0, 0, 0, 0.075);
	outline: none;
}
form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form input[type="checkbox"],
form input[type="radio"],
form input[type="image"] {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
	display: inline;
}
form input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
form input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	background: none;
}
form input[type="file"] {
	height: auto;
	padding: 0;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
form button,
form input[type="submit"] {
	margin: 12px 0;
}
form button:active,
form input[type="submit"]:active {
	margin-bottom: 14px;
}
form select {
	font-size: 13px;
}
form textarea {
	resize: vertical;
	padding-top: 10px;
	padding-bottom: 10px;
}
form fieldset p {
	margin: 0 !important;
}
form fieldset label:after {
	content: "\A";
	white-space: pre;
}
form .valid input,
form .valid input:hover,
form .valid textarea,
form .valid textarea:hover {
	border-color: #87aa4a;
	-webkit-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form span.mandatory {
	margin-left: 2px;
	font-size: 18px;
	color: #d63333;
}
form .invalid input,
form .invalid input:hover,
form .invalid input:focus,
form .invalid textarea,
form .invalid textarea:hover,
form .invalid textarea:focus,
form input.error,
form input.error:hover,
form input.error:focus,
form textarea.error,
form textarea.error:hover,
form textarea.error:focus {
	border-color: #e14e4e;
	-webkit-box-shadow: 0 0 0 4px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 0 0 4px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 0 0 4px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form b.error {
	color: #d63333;
}
form .explanation,
form .captcha_text {
	font-size: 12px;
	margin: -18px 0 24px;
	color: #787878;
}
form .explanation p,
form .captcha_text p {
	margin: 0 !important;
}
form .captcha_text {
	display: block;
	margin-top: 6px;
	color: #d63333;
	font-size: inherit;
	font-style: italic;
}
form .styled_select {
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
}

#content form input[type="text"],
#content form input[type="password"],
#content form input[type="email"] {
	width: 61.53846%;
}
#content form textarea {
	width: 100%;
}

aside#sidebar form input,
aside#sidebar form textarea,
aside#sidebar form button {
	width: 100%;
}
aside#sidebar form input[type="checkbox"],
aside#sidebar form input[type="radio"],
aside#sidebar form input[type="image"] {
	width: auto;
	height: auto;
}

/* ===========================================
 * Footer styles
 * ======================================== */
#wrapper > footer {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	background: #ffffff;
}
#wrapper > footer .footer-column {
	float: left;
	width: 28.0%;
	margin: 30px 0 30px 4%;
}
#wrapper > footer .footer-column h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
}
#wrapper > footer .footer-column ul,
#wrapper > footer .footer-column ol,
#wrapper > footer .footer-column p {
	margin: 15px 0;
}
#wrapper > footer .footer-column ul,
#wrapper > footer .footer-column ol {
	list-style: none;
	padding-left: 0;
}
#wrapper > footer .footer-column-1 {
	width: 36%;
}
#wrapper > footer .footer-column-1 li {
	margin-bottom: 6px;
}
#wrapper > footer .footer-column-1 li a b {
	display: inline-block;
	margin-right: 4px;
	padding: 0 3px;
	font-weight: inherit;
	line-height: 1.3;
	text-decoration: none;
	color: white;
	background-color: #d63333;
}
#wrapper > footer .footer-column-2 {
	width: 20%;
}

#nav-footer-wrap {
	zoom: 1;
	clear: both;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #3b3737;
	background: #464749;
}
#nav-footer-wrap:before {
	content: "";
	display: table;
}
#nav-footer-wrap:after {
	content: "";
	display: table;
	clear: both;
}
#nav-footer-wrap a {
	color: inherit;
}

#nav-footer {
	float: left;
	width: 60%;
	margin: 15px 0 15px 4%;
}
#nav-footer ul,
#nav-footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav-footer a {
	margin-right: 3.33333%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav-footer a:hover,
#nav-footer a:focus {
	text-decoration: underline;
}
#nav-footer a:after {
	color: #ffffff;
}

#footer-info {
	float: right;
	margin: 15px 4% 15px 0;
	color: #ffffff;
}
#footer-info ul,
#footer-info li,
#footer-info p {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer-info a {
	margin-right: 5px;
}
#footer-info a[data-icon] {
	display: inline-block;
	width: 17px;
	font-size: 0;
	line-height: 0;
	color: #ffffff;
}
#footer-info a[data-icon]:before {
	font: 16px/1 "RockSolid Icons";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 3px;
	color: #ffffff;
}
#footer-info a[data-icon]:hover:before,
#footer-info a[data-icon]:focus:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments, Sitemap etc.)
 * ======================================== */
.back a:before,
.previous a:before,
.next a:after {
	font: 12px/1 "RockSolid Icons";
	content: "\e02c";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 6px;
	vertical-align: middle;
}

.next a:after {
	content: "\e034";
	margin-right: 0;
	margin-left: 6px;
}

.pagination > p {
	text-align: center;
}
.pagination ul {
	list-style-type: none !important;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a,
.pagination ul li span {
	padding: 4px 12px;
	background-color: #ffffff;
}
.pagination ul li .current {
	border-bottom: 1px solid #ececec;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
	background-image: -webkit-linear-gradient(#ffffff 1%, #eaeaea 100%);
	background-image: -moz-linear-gradient(#ffffff 1%, #eaeaea 100%);
	background-image: -o-linear-gradient(#ffffff 1%, #eaeaea 100%);
	background-image: linear-gradient(#ffffff 1%, #eaeaea 100%);
	-webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
	-moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
	box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}

/* Search */
section#content .mod_search {
	margin: 24px 0;
}
section#content .mod_search form input[type="search"] {
	width: 74%;
	margin: 0;
	padding: 8px 10px;
}
section#content .mod_search form input[type="submit"] {
	width: 25%;
	margin-left: 0;
	margin-right: -2%;
	padding-bottom: 10px;
}
section#content .mod_search form input[type="submit"]:active {
	padding-bottom: 8px;
}
section#content .mod_search h3 span.relevance {
	float: right;
	font-size: 14px;
}
section#content .mod_search .header {
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
	color: #787878;
}
section#content .mod_search .highlight {
	padding: 0 5px;
	font-weight: bold;
	background: #eeadad;
}
section#content .mod_search .url {
	padding-bottom: 24px;
	border-bottom: 1px dotted #dadada;
	color: #787878;
}
section#content .mod_search .url:before {
	margin-right: 5px;
	font: 16px/1 "RockSolid Icons";
	content: "\e15b";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 1px;
}
section#content .mod_search .url .filesize {
	display: inline-block;
	font-size: 12px;
}

/* FAQ */
.mod_faqpage section {
	padding-left: 11.53846%;
	margin: 48px 0;
}
.mod_faqpage section h3 {
	border-bottom: 0 !important;
}
.mod_faqpage section h3:before {
	font: 16px/1 "RockSolid Icons";
	content: "\e1be";
	text-indent: 0;
	display: inline-block;
	position: relative;
	height: 27px;
	width: 36px;
	padding-top: 9px;
	margin-right: 20px;
	margin-left: -60px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: #d63333;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 0 3px #ececec;
	-moz-box-shadow: 0 0 0 3px #ececec;
	box-shadow: 0 0 0 3px #ececec;
}

.mod_faqpage .info,
.mod_faqreader .info {
	font-size: 12px;
	color: #787878;
}

.mod_faqlist ul {
	list-style-type: none !important;
}
.mod_faqlist ul li {
	padding: 6px 0;
}
.mod_faqlist ul li:before {
	font: 15px/1 "RockSolid Icons";
	content: "\e09a";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 6px;
	color: #d63333;
}

/* News */
.mod_newslist .info,
.mod_newsarchive .info {
	margin-bottom: 0 !important;
}
.mod_newslist .info + h2,
.mod_newsarchive .info + h2 {
	margin-top: 0 !important;
}
.mod_newslist .more,
.mod_newsarchive .more {
	margin-top: -12px !important;
}
.mod_newslist > .layout_short,
.mod_newsarchive > .layout_short {
	margin-bottom: 24px;
	border-bottom: 1px solid #ececec;
}
footer .mod_newslist li,
footer .mod_newsarchive li {
	margin-bottom: 6px;
}

/* Events */
.mod_calendar table {
	border-collapse: separate;
}
.mod_calendar th {
	background: #f9f9f9;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #d9d9d9));
	background-image: -webkit-linear-gradient(#e6e6e6, #d9d9d9);
	background-image: -moz-linear-gradient(#e6e6e6, #d9d9d9);
	background-image: -o-linear-gradient(#e6e6e6, #d9d9d9);
	background-image: linear-gradient(#e6e6e6, #d9d9d9);
	-webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset, -1px 0 0 0 rgba(255, 255, 255, 0.8) inset, 0 2px 2px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset, -1px 0 0 0 rgba(255, 255, 255, 0.8) inset, 0 2px 2px rgba(255, 255, 255, 0.8);
	box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset, -1px 0 0 0 rgba(255, 255, 255, 0.8) inset, 0 2px 2px rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #dadada;
}
.mod_calendar th.previous,
.mod_calendar th.next {
	padding: 0;
}
.mod_calendar th.previous a,
.mod_calendar th.next a {
	padding: 11px 16px;
	display: block;
	text-decoration: none;
}
.mod_calendar th.previous a:hover,
.mod_calendar th.previous a:focus,
.mod_calendar th.next a:hover,
.mod_calendar th.next a:focus {
	color: #881b1b;
}
.mod_calendar th.previous a:after,
.mod_calendar th.previous a:before,
.mod_calendar th.next a:after,
.mod_calendar th.next a:before {
	display: none;
}
.mod_calendar th.previous a:active,
.mod_calendar th.next a:active {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
.mod_calendar th.current {
	text-align: center;
}
.mod_calendar th.current:before {
	font: 16px/1 "RockSolid Icons";
	content: "\e07b";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.mod_calendar th.next {
	text-align: right;
}
.mod_calendar th.label {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #ececec !important;
}
.mod_calendar td {
	width: 14.28571%;
	background: #f2f2f2;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #f2f2f2), color-stop(100%, #e6e6e6));
	background-image: -webkit-linear-gradient(#f2f2f2 1%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(#f2f2f2 1%, #e6e6e6 100%);
	background-image: -o-linear-gradient(#f2f2f2 1%, #e6e6e6 100%);
	background-image: linear-gradient(#f2f2f2 1%, #e6e6e6 100%);
	-webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset, -1px 0 0 0 rgba(255, 255, 255, 0.8) inset;
	-moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset, -1px 0 0 0 rgba(255, 255, 255, 0.8) inset;
	box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.8) inset, -1px 0 0 0 rgba(255, 255, 255, 0.8) inset;
}
.mod_calendar td.empty,
.mod_calendar td:hover {
	color: #464749;
	background: #ffffff;
}
.mod_calendar td.today {
	color: #464749 !important;
	background: #cbcbcb;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
}
.mod_calendar td.today a {
	color: #ffffff !important;
}
.mod_calendar td.today a:hover {
	border-color: #969696 !important;
}
.mod_calendar tbody tr:hover {
	background-color: #eaeaea !important;
}
.mod_calendar .event {
	font-size: 12px;
}
.mod_calendar .minicalendar td {
	padding: 3px;
	text-align: center;
}

.mod_eventreader .info,
.mod_eventlist .header {
	font-weight: bold;
}

.mod_eventlist .event h2 {
	margin-top: 0 !important;
}

.mod_eventreader .info time:before,
.mod_eventlist .header:before {
	font: 15px/1 "RockSolid Icons";
	content: "\e07b";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 4px;
}

/* Comments */
.ce_comments {
	border-top: 1px solid #dadada;
	margin-top: 36px;
}
.ce_comments .comment_default {
	position: relative;
	padding: 24px 7.69231%;
	margin-bottom: 24px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #dadada, 0 3px 5px rgba(0, 0, 0, 0.1);
}
.ce_comments .comment_default:after {
	font: 64px/1 "RockSolid Icons";
	content: "\e0b7";
	text-indent: 0;
	display: inline-block;
	position: relative;
	color: #ececec;
	position: absolute;
	top: 10px;
	right: 12px;
	margin-right: 6px;
	z-index: 1;
}
.ce_comments .comment_default .info {
	position: relative;
	display: inline;
	z-index: 2;
	border-bottom: 1px solid #dadada;
}
.ce_comments .comment_default .info a {
	text-decoration: none;
}
.ce_comments .comment_default .info .date {
	display: inline-block;
	font-weight: normal;
	color: #787878;
}
.ce_comments .comment_default .info .date:before {
	display: none;
}
.ce_comments .comment_default .comment {
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.ce_comments .comment_default .reply {
	padding-left: 7.69231%;
}
.ce_comments .comment_default .reply .info:before {
	font: 12px/1 "RockSolid Icons";
	content: "\e033";
	text-indent: 0;
	display: inline-block;
	position: relative;
	color: #d63333;
	position: absolute;
	top: 4px;
	left: -24px;
}
.ce_comments .form {
	margin-top: 36px;
}
.ce_comments form input[type="text"],
.ce_comments form input[type="password"],
.ce_comments form input[type="email"],
#content .ce_comments form input[type="text"],
#content .ce_comments form input[type="password"],
#content .ce_comments form input[type="email"] {
	width: 53.84615%;
	float: right;
}
.ce_comments form label {
	float: left;
	margin-top: 3px;
}
.ce_comments form fieldset {
	margin: 0 !important;
	border: 0;
}
.ce_comments form fieldset label {
	float: none;
	margin-left: 5px;
}
.ce_comments form .widget {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin: 12px 0;
}
.ce_comments form .captcha_text {
	display: inline;
}

/* Sitemap */
#content .mod_sitemap ul {
	padding-left: 0;
	list-style-type: none;
}
#content .mod_sitemap ul li {
	border-top: 1px solid #dadada;
}
#content .mod_sitemap ul li:first-child,
#content .mod_sitemap ul li.first {
	border: 0;
}
#content .mod_sitemap ul li li {
	padding: 3px 24px;
	font-size: 14px;
	border-color: #ececec;
}
#content .mod_sitemap ul li li.submenu {
	border: 0;
}
#content .mod_sitemap ul li li.submenu ul {
	margin: 0;
}
#content .mod_sitemap > ul > li {
	padding: 6px 0;
}
#content .mod_sitemap > ul > li:before {
	font: 100%/1 "RockSolid Icons";
	content: "\e10a";
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 8px;
	color: #d63333;
}

/* Login */
.mod_login {
	padding: 0 5%;
	border: 1px solid #a0a0a0;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 -2px #ffffff, 0 3px 0 -1px #a0a0a0, 0 6px 0 -3px #ffffff, 0 6px 0 -2px #a0a0a0, 0 5px 5px rgba(0, 0, 0, 0.2);
}
.mod_login h2 {
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}
.mod_login input {
	width: 80% !important;
}
.mod_login table {
	margin-bottom: 0 !important;
	background: none !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.mod_login table tr {
	background-color: transparent !important;
}

/* Newsletter */
#content .mod_nl_list ul {
	padding-left: 0;
	list-style-type: none;
}
#content .mod_nl_list ul li {
	padding: 3px 0;
	border-top: 1px solid #dadada;
}
#content .mod_nl_list ul li:first-child,
#content .mod_nl_list ul li.first {
	border: 0;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
/* Setting the maps width to 100% is best practice in the sidebar, since it becomes fluid that way */
#sidebar .dlh_googlemap[style] {
	width: 100% !important;
}

/* ===========================================
 * Media queries
 * ======================================== */
/* Wrapper max-width (viewport width 1100px and below) */
@media screen and (max-width: 1100px) {
	#content-wrapper {
		/* removing right and left border to avoid horizontal scrollbar */
		border-right: 0;
		border-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {
	#wrapper > header {
		padding-right: 6.66667%;
		padding-left: 6.66667%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

	#nav-header {
		right: 6.66667%;
	}

	#nav-main {
		clear: both;
		margin: 0 0 0 -40px;
		padding-top: 15px;
		text-align: left;
	}

	#nav-search {
		right: 6.66667%;
		top: 50px;
		width: 200px;
	}

	#content-wrapper {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

	#tag-line {
		padding-right: 6.66667%;
		padding-left: 6.66667%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	section#content,
	.eightytwenty-home section#content,
	.eightytwenty-fullwidth section#content,
	.eightytwenty-sidebar-right section#content {
		float: none;
		width: auto;
		margin-right: 6.66667%;
		margin-left: 6.66667%;
	}

	.eightytwenty-home #content blockquote {
		width: 30.76923%;
		margin-right: 7.69231%;
		margin-left: 7.69231%;
	}
	.eightytwenty-home #content blockquote:after {
		font-size: 35px;
		right: -25%;
	}

	.teaser-boxes-text,
	#content .teaser-boxes-text {
		margin-right: -7.69231%;
		margin-left: -7.69231%;
	}
	.teaser-boxes-text .box,
	#content .teaser-boxes-text .box {
		width: 40%;
		margin-left: 6.66667%;
	}

	.highlight-box,
	#content .highlight-box {
		text-align: center;
		padding-right: 7.69231%;
		padding-left: 7.69231%;
	}
	.highlight-box .button,
	#content .highlight-box .button {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		margin-top: 20px;
	}
	.highlight-box .button:active,
	#content .highlight-box .button:active {
		margin-top: 20px;
		top: 2px;
	}

	.article-boxes article,
	#content .article-boxes article {
		padding-left: 23.07692%;
	}
	.article-boxes article h1 i,
	#content .article-boxes article h1 i {
		width: 15.38462%;
	}

	.news-boxes,
	#content .news-boxes {
		float: none;
		width: auto;
	}
	.news-boxes article,
	#content .news-boxes article {
		padding-left: 23.07692%;
	}
	.news-boxes article h1 i,
	#content .news-boxes article h1 i {
		width: 15.38462%;
	}

	.event-boxes,
	#content .event-boxes {
		float: none;
		width: auto;
		margin-right: 0;
		margin-left: 0;
	}
	.event-boxes article,
	#content .event-boxes article {
		padding-left: 23.07692%;
	}
	.event-boxes article h1 i,
	#content .event-boxes article h1 i {
		width: 15.38462%;
	}

	.eightytwenty-home .image_container.float_right,
	.eightytwenty-fullwidth .image_container.float_right,
	.eightytwenty-home .image_container.float_left,
	.eightytwenty-fullwidth .image_container.float_left {
		width: 46.15385%;
		margin: 0 -10px 10px 15px;
	}

	aside#sidebar,
	.eightytwenty-sidebar-right aside#sidebar {
		clear: both;
		float: none;
		width: auto;
		padding: 24px 0;
	}
	aside#sidebar:after,
	aside#sidebar:before,
	.eightytwenty-sidebar-right aside#sidebar:after,
	.eightytwenty-sidebar-right aside#sidebar:before {
		content: none;
	}
	aside#sidebar .mod_article > .block,
	aside#sidebar .mod_form,
	aside#sidebar .mod_subscribe,
	.eightytwenty-sidebar-right aside#sidebar .mod_article > .block,
	.eightytwenty-sidebar-right aside#sidebar .mod_form,
	.eightytwenty-sidebar-right aside#sidebar .mod_subscribe {
		float: left;
		width: 40%;
		margin: 24px 0 0 6.66667%;
	}
	aside#sidebar .mail-form,
	.eightytwenty-sidebar-right aside#sidebar .mail-form {
		padding-right: 3.33333%;
		padding-left: 3.33333%;
	}

	aside#sidebar #nav-sub {
		margin: 0 6.66667% 24px 6.66667%;
		zoom: 1;
	}
	aside#sidebar #nav-sub:before {
		content: "";
		display: table;
	}
	aside#sidebar #nav-sub:after {
		content: "";
		display: table;
		clear: both;
	}
	aside#sidebar #nav-sub > ul {
		margin: 0;
	}
	aside#sidebar #nav-sub > ul > li {
		display: inline-block;
		margin: 0 5px 10px 0;
		vertical-align: top;
	}
	aside#sidebar #nav-sub > ul a,
	aside#sidebar #nav-sub > ul ul a,
	aside#sidebar #nav-sub > ul ul ul a {
		padding: 5px 10px;
		border: 0;
		background: #ffffff;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}

	.eightytwenty-sidebar-right #breadcrumbs,
	.eightytwenty-fullwidth #breadcrumbs {
		margin-right: 0;
		margin-left: 0;
	}

	#wrapper > footer {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	#wrapper > footer .footer-column {
		width: 40%;
		margin-left: 6.66667%;
	}
	#wrapper > footer .footer-column-1 {
		width: 40%;
	}
	#wrapper > footer .footer-column-2 {
		width: 40%;
	}
	#wrapper > footer .footer-column-3 {
		width: 86.66667%;
		margin-top: 0;
	}

	#nav-footer-wrap {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

	#nav-footer {
		float: none;
		width: auto;
		margin-right: 6.66667%;
		margin-left: 6.66667%;
	}

	#footer-info {
		float: none;
		margin-right: 6.66667%;
		margin-left: 6.66667%;
	}
}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {
	.confirmation,
	.information,
	.warning {
		padding-right: 7.69231%;
		padding-left: 15.38462%;
	}
	.confirmation:before,
	.information:before,
	.warning:before {
		width: 15.38462%;
	}

	#wrapper > header {
		text-align: center;
	}

	#logo {
		float: none;
		margin-top: 0;
	}
	#logo img {
		margin-right: auto;
		margin-left: auto;
	}

	#nav-main {
		display: none;
	}

	#nav-main-mobile {
		display: block;
		width: 100%;
		margin: 20px 0;
	}

	#nav-search {
		position: relative;
		right: auto;
		top: auto;
		margin: 20px 0;
		width: 100% !important;
	}
	#nav-search input {
		right: 0;
		width: 100%;
		padding-right: 30px;
	}

	#nav-header {
		position: static;
	}

	#nav-sub {
		display: none;
	}

	.eightytwenty-home #content blockquote {
		width: 84.61538%;
		margin-right: 15.38462%;
		margin-left: 0;
	}
	.eightytwenty-home #content blockquote:after {
		font-size: 30px;
		right: -18.18182%;
	}

	.teaser-boxes-text .box,
	#content .teaser-boxes-text .box {
		width: 86.66667%;
	}

	.article-boxes article, #content .article-boxes article,
	.news-boxes article, #content .news-boxes article,
	.event-boxes article,
	#content .event-boxes article {
		padding-left: 30.76923%;
	}
	.article-boxes article h1 i, #content .article-boxes article h1 i,
	.news-boxes article h1 i, #content .news-boxes article h1 i,
	.event-boxes article h1 i,
	#content .event-boxes article h1 i {
		width: 23.07692%;
	}

	aside#sidebar .mod_article > .block,
	aside#sidebar .mod_form,
	aside#sidebar .mod_subscribe {
		float: none;
		width: 86.66667%;
	}
	aside#sidebar .mail-form {
		padding-right: 6.66667%;
		padding-left: 6.66667%;
	}

	#content h1 {
		font-size: 24px;
	}
	#content h2 {
		font-size: 20px;
	}

	#content form input[type="text"],
	#content form input[type="password"],
	#content form input[type="email"] {
		width: 100%;
	}

	.image_container.float_right,
	.image_container.float_left {
		float: none;
		width: 100% !important;
		margin: 15px -10px;
	}
	.eightytwenty-home .image_container.float_right,
	.eightytwenty-fullwidth .image_container.float_right,
	.eightytwenty-home .image_container.float_left,
	.eightytwenty-fullwidth .image_container.float_left {
		width: 100% !important;
	}

	#wrapper > footer .footer-column,
	#wrapper > footer .footer-column-1,
	#wrapper > footer .footer-column-2,
	#wrapper > footer .footer-column-3 {
		float: none;
		width: 86.66667%;
	}

	.ce_comments .comment_default:after {
		content: none;
	}
}


#cameraslideshow {
	max-width: 1100px;
	margin: -28px -4.35% 0 -4.35%;
}

/*
 * aus camera.css
 *ermöglicht unterschiedliche Formate in Content und Home
 */
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#willkommen {
	margin-top: -36px;
}
	
#neuigkeiten_home h2{
	margin: 24px 0px -22px;
	font-size: 1.25em;
}

/* ===========================================
 * Media queries
 * ======================================== */
/* Wrapper max-width (viewport width 1100px and below) */
@media screen and (max-width: 1100px) {

}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {
#cameraslideshow {
	margin-left: -7.7%;
	margin-right: -7.7%;
}
.camera_target {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {

}
/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   http://rocksolidthemes.com/agb   No free usage allowed
 */

#teambilder .image_container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width: 180px;
	}

.teamtable {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
	background-color: #f9f9f9 !important;
}

.konfigurator {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
	background-color: f9f9f9 !important;
	width: 200px;
	float: left;
	margin: 0px 0px 0px 0px !important;
}

.konfigurator td {
	padding: 10px !important;
}

.tabellenrahmen {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
	background-color: transparent !important;
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px !important;
}

.tabellenrahmen td {
	padding: 0px;
}

/* ===========================================
 * Media queries
 * ======================================== */
/* Wrapper max-width (viewport width 1100px and below) */
@media screen and (max-width: 1100px) {

}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {

#teambilder .image_container {
	margin: 24px 0px 0px 6.66667%;}
#teambilder h1 {
	margin: 24px 0px 0px 6.66667% !important;}

#logos {
	margin: 12px 0px 0px 6.66667%;}

#neuigkeiten_home {
	margin: 12px 0px 0px 6.66667% !important;}
}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {

#teambilder .image_container {
	margin: 24px 0px 0px 6.66667% ;}
#teambilder h1 {
	margin: 24px 0px 0px 6.66667% !important;}

#logos {
	margin: 12px 0px 0px 6.66667%;}
}
