/*
Copyright 2014
jInteractive
*/

@-ms-viewport {
 width: device-width;
}

/* Fonts */
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoSlab';
	src: url('../fonts/robotoslab-bold-webfont.eot');
	src: url('../fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotoslab-bold-webfont.woff2') format('woff2'), url('../fonts/robotoslab-bold-webfont.woff') format('woff'), url('../fonts/robotoslab-bold-webfont.ttf') format('truetype'), url('../fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* Normalize */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr { display: block; }

audio, canvas, video {
	display: inline-block;
*display: inline;
 *zoom: 1;
	vertical-align: middle;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] { display: none; }

abbr[title] { border-bottom: 1px dotted; }

dfn { font-style: italic; }

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

::-moz-selection {
 background: #ccc;
 text-shadow: none;
}

::selection {
	background: #ccc;
	text-shadow: none;
}

/* General */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 14px/1.4 OpenSans, Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	color: #555;
}

p, h1, h2, h3, h4, h5, h6, form, table, hr, pre, blockquote { margin: 0 0 20px; }

h1 {
	font-size: 40px;
	line-height: 1.1;
	color: #004178;
}

h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.1;
	color: #004178;
}

h3 {
	margin: 0;
	font: bold 26px/1.1 RobotoSlab;
}

h4 {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

h5 { font-size: 14px; }

h6 { font-size: 12px; }

ul, ol, dl, menu { margin: 0 0 20px 40px; }

a {
	text-decoration: none;
	color: #006bc1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:active, a:hover {
	outline: 0;
	text-decoration: underline;
}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) { overflow: hidden; }

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

small { font-size: 80%; }

sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

legend { white-space: normal; *margin-left: -7px;
}

label {
	margin: 0 0 4px;
	display: block;
}

input, textarea, select, button, .button, #searchform {
	padding: 6px;
	width: 100%;
	height: 30px;
	height: auto\9;
	color: #999;
	font: inherit;
	background: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

select { padding: 0 6px; }

textarea {
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="file"] {
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}
 input[type="file"]::-ms-value {
background: #fff;
border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	padding: 0 16px;
	width: auto;
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	border: 1px solid #86c117;
	text-shadow: 1px 1px 1px rgba(104, 144, 20, 1);
	background: #9dd315;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDMxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmMxMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9dd315 0%, #86c117 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd315), color-stop(100%, #86c117));
	background: -webkit-linear-gradient(top, #9dd315 0%, #86c117 100%);
	background: -o-linear-gradient(top, #9dd315 0%, #86c117 100%);
	background: -ms-linear-gradient(top, #9dd315 0%, #86c117 100%);
	background: linear-gradient(to bottom, #9dd315 0%, #86c117 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd315', endColorstr='#86c117', GradientType=0 );
	-webkit-appearance: none;
}

.button {
	line-height: 30px;
	display: inline-block;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	text-decoration: none;
	border-color: #71b40c;
	background: #88c70a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YzcwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWI0MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #88c70a 0%, #71b40c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88c70a), color-stop(100%, #71b40c));
	background: -webkit-linear-gradient(top, #88c70a 0%, #71b40c 100%);
	background: -o-linear-gradient(top, #88c70a 0%, #71b40c 100%);
	background: -ms-linear-gradient(top, #88c70a 0%, #71b40c 100%);
	background: linear-gradient(to bottom, #88c70a 0%, #71b40c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c70a', endColorstr='#71b40c', GradientType=0 );
}

button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}

button[disabled], html input[disabled] { cursor: default; }

/* Tools */
.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after, .container:after { clear: both; }

.clearfix, .container { zoom: 1; }

.browsehappy {
	padding: 5px 0;
	text-align: center;
	background: #ccc;
	color: #000;
}

/* Structure */
.container {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1300px;
	text-align: left;
	position: relative;
}

ul.form-list {
	margin: 0 0 20px;
	max-width: 500px;
	list-style: none;
}

ul.form-list li { margin: 0 0 10px; }

/* Header */
header {
	background: #fff;
	position: relative;
	z-index: 9;
}

header .logo {
	max-width: 209px;
	margin: 15px 0 20px;
	float: left;
}

header address {
	position: absolute;
	top: 56px;
	right: 30px;
	font-weight: bold;
	font-size: 26px;
}

header address i { display: none !important; }

header address a {
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header address a:hover {
	text-decoration: none;
	color: #999;
}

.login {
	position: absolute;
	top: 15px;
	right: 30px;
}

.register-link { margin-right: 10px; }

.login-link {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}

.home-menu, .search-menu { display: none; }

#searchform {
	margin: 0;
	padding: 0;
	width: 230px;
	position: absolute;
	top: 10px;
	right: 30px;
}

#s, #searchsubmit {
	width: 190px;
	height: 30px;
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: left;
	filter: none;
}

#searchsubmit {
	padding: 0;
	height: 28px;
	width: 30px;
	font-family: FontAwesome;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #999;
	float: right;
	font-size: 20px;
	line-height: 20px;
}

/* Nav */
nav {
	position: relative;
	z-index: 10;
	border-top: 1px solid #005294;
	border-bottom: 1px solid #005294;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	background: #005397;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTM5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #005397 0%, #003765 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005397), color-stop(100%, #003765));
	background: -webkit-linear-gradient(top, #005397 0%, #003765 100%);
	background: -o-linear-gradient(top, #005397 0%, #003765 100%);
	background: -ms-linear-gradient(top, #005397 0%, #003765 100%);
	background: linear-gradient(to bottom, #005397 0%, #003765 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005397', endColorstr='#003765', GradientType=0 );
}


ul.rNav, ul.rNav ul {
	margin: 0;
	list-style: none;
}

ul.rNav { zoom: 1; }

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

ul.rNav:after { clear: both; }

ul.rNav li {
	margin: 0;
	float: left;
	position: relative;
	line-height: normal;
	white-space: nowrap;
	background: none;
}


ul.rNav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 36, 76, 1);
	text-transform: uppercase;
	padding: 0 20px;
	display: block;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.rNav li:hover > a {
	background: #003268;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}

ul.rNav > li > a {
	height: 50px;
	line-height: 50px;
}

ul.rNav li:hover { }

ul.rNav li:hover > a { color: #fff; }

ul.rNav ul {
	/*width: 0;*/
/*	height: 0;*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	border-bottom: 4px solid #005294;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.rNav li:hover > ul {
	/*width: auto;*/
	/*height: auto;*/
	opacity: 1;
	visibility: visible;
}

ul.rNav ul li {
	width: 100%;
	background: #003268;
}

ul.rNav ul a {
	font-weight: normal;
	text-transform: none;
	padding: 10px 20px;
	width: 100%;
}

ul.rNav ul a:hover {
	background: #005295;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger { display: none; }

/* Footer */
footer {
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	background: #2f2f2f url(../img/bg-dark.png);
}

footer a { color: inherit; }

footer a:hover {
	color: #999;
	text-decoration: none;
}

footer .links {
	margin: 20px 0;
	width: 80%;
	font-size: 12px;
	float: left;
	list-style: none;
}

footer .links li {
	padding: 0 5px 0 0;
	width: 33.3333%;
	float: left;
}

footer .info {
	margin: 20px 0 0;
	width: 20%;
	font-size: 12px;
	text-align: right;
	float: right;
}

.social-media {
	margin: 0 0 20px;
	list-style: none;
	text-align: right;
}

.social-media li {
	margin: 0 -4px 0 8px;
	font-size: 32px;
	line-height: 1;
	display: inline-block;
}

.copyright {
	margin: 0 auto 20px;
	font-size: 10px;
	text-align: right;
	list-style: none;
}

/* Banner */
.banner {
	background: #e6e6e6;
	position: relative;
	z-index: 8;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
}

.slides {
	margin: 0;
	list-style: none;
}

.slides li {
	/*height: 400px;*/
	display: none;
	position: relative;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slides li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.flex-control-nav {
	width: 100%;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 2;
	bottom: 10px;
}

.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	cursor: pointer;
}

.flex-control-nav a {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	display: block;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

.flex-control-nav a.flex-active, .flex-control-nav a:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.top-left, .top-right, .bot-left {
	top: 20px;
	text-align: left;
}

.top-right, .bot-right { text-align: right; }

.bot-left, .bot-right { top: 330px; }

.slides li a:hover + .flex-caption { text-decoration: none !important; }

.flex-caption span {
	padding: 5px 20px 10px;
	background: rgba(0,0,0,.6);
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.flex-caption {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
	font-size: 36px;
	color: #fff;
	-webkit-animation: fadeIn;
	-moz-animation: fadeIn;
	-o-animation: fadeIn;
	animation: fadeIn;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}
@-webkit-keyframes fadeIn {
 0% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
20% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 100% {
opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
20% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 100% {
opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
}
}
@-o-keyframes fadeIn {
 0% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
20% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 100% {
opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
20% {
opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
}
 100% {
opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
}
}

/* Video Buckets */
.video-buckets {
	padding: 30px 0 50px;
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	background: #2f2f2f url(../img/bg-dark.png);
}

.video-buckets ul {
	margin: 0 -15px;
	list-style: none;
}

.video-buckets ul li {
	padding: 0 15px;
	width: 33.333%;
	float: left;
}

.video-buckets h3 {
	margin: 0 0 10px;
	font-size: 34px;
}

.video-buckets img {
	border: 1px solid #fff;
	margin: 0 auto 10px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
}

.video-buckets a { color: #fff; }

.play-frame { position: relative; }

.play-button {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 90px;
	line-height: 1;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.play-button:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.play-button span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.play-button i {
	display: inline-block;
	vertical-align: middle;
}

/* Info Buckets */
.info-buckets h1 {
	margin: 0 0 30px;
	font-size: 50px;
	text-align: center;
}

.info-buckets ul {
	margin: 0 -15px;
	list-style: none;
}

.info-buckets ul li {
	margin: 0 0 30px;
	padding: 0 15px;
	width: 25%;
	float: left;
}

.icon {
	margin: 0 0 10px;
	font-size: 70px;
	color: #004178;
	text-align: center;
}

.info-buckets h4 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.1;
	text-align: center;
	min-height: 75px;
}

.info-buckets .button {
	margin: 0 auto 30px;
	font-size: 36px;
	padding: 0px 40px;
	line-height: 66px;
	height: 70px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: block;
	text-align: center;
	max-width: 520px;
}

/* Main */
main {
	padding-top: 30px;
	position: relative;
	z-index: 7;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}

.home main { padding-top: 0; }

.main-border-top {
	margin: 0 0 30px;
	height: 8px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	background: #dddddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
	background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
	background: -o-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
	background: -ms-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
	background: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb', GradientType=0 );
}

.main-border-bottom {
	height: 32px;
	border-top: 1px solid #005294;
	border-bottom: 1px solid #005294;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	background: #005397;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTM5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #005397 0%, #003765 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005397), color-stop(100%, #003765));
	background: -webkit-linear-gradient(top, #005397 0%, #003765 100%);
	background: -o-linear-gradient(top, #005397 0%, #003765 100%);
	background: -ms-linear-gradient(top, #005397 0%, #003765 100%);
	background: linear-gradient(to bottom, #005397 0%, #003765 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005397', endColorstr='#003765', GradientType=0 );
}

article, aside {
	margin: 0 0 30px;
	width: 70%;
	float: left;
}

.full-width article {
  width: 100%;
}

.search article { width: 100%; }

/* Sidebar */
aside {
	padding: 0 0 0 30px;
	width: 30%;
	float: left;
	position: sticky;
	top: 20px;
}

.sidebar {
	padding: 20px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f6f6f6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e3e3e3));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #e3e3e3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 );
height: calc(100vh - 30px);
  overflow-y: scroll;
  position: sticky;
}

.services-list { margin: 0 0 0 15px; }

.services-list li { margin-top: 10px; }

/* Servces Tables */
.parent-pageid-10 table {
	width: 100%;
	max-width: 500px;
}

.parent-pageid-10 table tr:nth-child(odd) { background: #f0f0f0; }

.parent-pageid-10 table td {
	padding: 4px 8px;
	font-weight: bold;
	text-align: right;
}

.parent-pageid-10 table tr td:first-child { text-align: left; }

/* WPCF7 */
.wpcf7-form.sent input, .wpcf7-form.sent textarea, .wpcf7-form.sent select { display: none; }

.wpcf7-form.sent li { display: none; }

.wpcf7-response-output {
	margin: -20px 0 0 !important;
	padding: 0 !important;
	font-size: 80%;
}

.wpcf7-mail-sent-ok {
	margin-top: 10px!important;
	padding: 4px 6px !important;
	background: #d2f7ad;
	color: #318a1c;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #ff0000;
	border: none !important;
}

.wpcf7-not-valid-tip {
	padding: 0 !important;
	top: 0 !important;
	left: auto !important;
	background: none !important;
	border: none !important;
	font-size: 80% !important;
	width: auto !important;
	color: #ff0000;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap { width: 100%; }

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #ff0000;
}

div.wpcf7 img.ajax-loader { display: inline-block; }

/* Jetpack */
.jetpack_subscription_widget label[for="subscribe-field"] { margin: 0; }

.jetpack_subscription_widget label[for="email"] { display: none; }

.jetpack_subscription_widget { margin: 0 0 20px; }

#subscribe-text { display: none; }

#subscribe-email { margin: 0 0 10px; }

#subscribe-submit { margin: 0; }

#subscribe-email input {
	width: 100% !important;
	padding: 6px !important;
}

div.success p {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 10px;
}

div.sharedaddy div.sd-block {
	margin: 0 0 15px !important;
	padding: 0 !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.home div.sharedaddy, .archive div.sharedaddy, .search div.sharedaddy { display: none; }

.comment-subscription-form { margin: 0; }

.page-id-329 article { width: 100%; float: none; }

.page-id-329 aside { display: none; }

.page-id-329 table { width: 100%; }

.page-id-329 table.cf7-db-table thead th:last-child, .page-id-329 table.cf7-db-table tbody td:last-child { display: none; }


/* Media Queries*/
@media screen and (max-width: 1199px) {
ul.rNav a {padding:0 12px;}
}
@media screen and (max-width: 1140px) {

nav .container { padding: 0; }
}

@media screen and (max-width: 1024px) {
 #searchform {
    position: inherit;
    margin:0 auto;
  }

nav {
 
  padding-bottom: 10px;
}

ul.rNav a {
  padding:0 13px;
}

ul.rNav > li {
  float: none;
  display: inline-block;
}

ul.rNav {
  
  text-align: center;
}

/*.slides li { height: 340px; }*/

.flex-caption { font-size: 30px; }

.bot-left, .bot-right { top: 280px; }


}

@media screen and (max-width: 960px) {
.video-buckets .temp-list li h3 {
  font-size: 30px !important;
} 
/* ul.rNav a { padding: 0 12px; } */

.video-buckets h3 { font-size: 30px; }

article { width: 65%; }

aside { width: 35%; }

footer .links li { width: 50%; }
}

/* @media screen and (max-width: 860px) {

ul.rNav a { padding: 0 6px; }
} */

@media screen and (max-width: 800px) {

.desktop-view {
	display: none !important;
	visibility: hidden;
}

.tablet-view {
	display: block !important;
	visibility: visible;
}

.container { padding: 0 20px; }

.login {
	top: 10px;
	right: 20px;
}

header .logo { width: 300px; }

header address {
	top: 50px;
	right: 90px;
}

.search-menu {
	display: inline-block;
	font-size: 26px;
	color: #666;
	position: absolute;
	top: 54px;
	right: 56px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.search-menu:hover, .search-menu.open { color: #999; }

#searchform {
	position: static;
	width: 100%;
}

#s { width: 94%; }

#searchsubmit { width: 6%; }

.search-wrapper {
	padding: 20px;
	background: #003268;
	display: none;
}

nav { border: none; }

nav .container { padding: 0; }

#rNav-wrap {
	position: relative;
	text-align: left;
}

#rNav-trigger {
	display: block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: -57px;
	right: 20px;
	z-index: 10px;
}

#rNav-trigger div {
	display: inline-block;
	vertical-align: middle;
}

#rNav-trigger span {
	width: 25px;
	height: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #666;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#rNav-trigger div:hover > span, #rNav-trigger.active span { background: #999; }

#rNav-trigger span:first-child + span { margin: 5px 0; }

ul.rNav {
	z-index: 9999;
	position: relative;
	top: 100%;
	width: 100%;
	background: #003268;
	display: none;
	text-align: left;
}

ul.rNav a {
	text-transform: none;
	font-weight: normal;
}

ul.rNav > li > a {
	height: auto;
	line-height: 1;
	padding: 15px 20px !important;
	font-size: 16px;
}

ul.rNav li.rNav-back:hover, ul.rNav li:hover > a { background: #005194; }

ul.rNav li.rNav-back a:before {
	content: "\f060";
	padding: 0 10px 0 0;
	font-family: FontAwesome;
}

ul.rNav ul {
	height: auto;
	opacity: 1;
	position: static;
	visibility: visible;
}

ul.rNav li {
	position: static;
	display: block;
	float: none;
}

ul.rNav a {
	display: block;
	float: none;
	text-decoration: none;
}

ul.rNav ul a {
	padding: 0;
	width: auto;
}

a.rNav-parent:after {
	content: "\f061";
	position: absolute;
	right: 20px;
	font-family: FontAwesome;
}

ul.rNav-trans {
	display: block;
	position: absolute;
	overflow: hidden;
}

ul.rNav-trans li, ul.rNav-trans li a {
	overflow: hidden;
	white-space: nowrap;
}

/*.slides li { height: 300px; }*/

.flex-caption { font-size: 24px; }

.bot-left, .bot-right { top: 240px; }

.info-buckets h1 {
	margin: 0 0 20px;
	font-size: 40px;
}

.video-buckets { padding: 20px 0; }

.video-buckets h3 { font-size: 26px; }
.video-buckets .temp-list li h3 {
  font-size: 25px !important;
}

main { padding-top: 10px; }

.main-border-top { margin: 0 0 20px; }

.info-buckets ul li {
	margin: 0 0 30px;
	padding: 0 15px;
	width: 50%;
	float: left;
}

.info-buckets h4 { min-height: 55px; }

article { width: 60%; }

aside { width: 40%; }

footer .links, footer .info { width: 100%; }

footer .info { margin: 0; }

.social-media, .copyright { text-align: center; }
}

@media screen and (max-width: 767px) {

/*.banner { display: none; }*/

article, aside {
	width: 100%;
	float: none;
}

article { margin: 0 0 30px; }

aside {
	margin: 0;
	padding: 0;
}

.sidebar {
	margin: 0 -30px;
	padding: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: auto;
}
}

@media screen and (max-width: 600px) {

.desktop-view, .tablet-view {
	display: none !important;
	visibility: hidden;
}

.mobile-view {
	display: block !important;
	visibility: visible;
}

.container { padding: 0 10px; }

main, .home main {
	margin: 0;
	padding-top: 10px;
}

.info-buckets h1, h1 { font-size: 32px; }

.info-buckets h1 {
	margin: 0 0 20px;
	text-align: center;
}

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 16px; }

.info-buckets h4 { font-size: 18px; }

header, nav {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

header {
	height: 50px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	background: #eee;
}

nav { top: 0; }

header .logo { display: none; }

.home-menu {
	padding-top: 12px;
	width: 20%;
	height: 50px;
	border-right: 1px solid #ccc;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 24px;
	color: #666;
}

.home-menu:hover { color: #999; }

header address i { display: inline-block !important; }

.login {
	padding: 10px 0 0 5px;
	width: 20%;
	height: 50px;
	top: 0;
	right: 0;
	left: 40%;
	border-right: 1px solid #ccc;
	height: 50px;
	text-align: center;
}

header address {
	padding-top: 10px;
	width: 20%;
	height: 50px;
	display: inline-block;
	font-size: 34px;
	line-height: 0;
	top: 0;
	right: 0;
	left: 60%;
	border-right: 1px solid #ccc;
	text-align: center;
}

header address span, .login .button span, .register-link, .login-link { display: none; }

.login .button {
	padding: 0;
	font-size: 34px;
	line-height: 0;
	color: #666;
	text-shadow: none;
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.login .button:hover { color: #999; }

.login .button:active { top: 0; }

.login .button .fa-folder-open { font-size: 90%; }

.search-menu {
	padding-top: 12px;
	width: 20%;
	height: 50px;
	border-right: 1px solid #ccc;
	top: 0px;
	right: 0;
	left: 20%;
	text-align: center;
}

#s { width: 90%; }

#searchsubmit { width: 10%; }

.search-wrapper { padding: 15px; }

#rNav-trigger {
	padding-top: 14px;
	width: 20%;
	height: 50px;
	top: -50px;
	right: 0;
	left: 80%;
	line-height: 0;
}

footer .info {
	width: 100%;
	text-align: center;
	float: none;
}

.info-buckets ul { margin: 0; }

.info-buckets ul li {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	float: none;
}

footer .info { margin: 20px 0; }

footer .links { display: none; }

/*.video-buckets { display: none; }*/

.icon {
	margin-right: 5px;
	font-size: 26px;
	display: inline;
}

.info-buckets h4 {
	display: inline;
	text-align: left;
}

.info-buckets .button {
	margin: 0 auto 20px;
	font-size: 20px;
	padding: 0;
	line-height: 40px;
	height: 42px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	max-width: none;
}

.main-border-top { display: none; }

.logo {
	width: 95%;
	max-width: 340px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.sidebar {
	margin: 0 -20px;
	padding: 20px;
}
}

/* Print */
@media print {

* {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font: normal 10pt/1.2 Georgia, Times, "Times New Roman", serif !important;
	color: #000 !important;
	background: transparent !important;
	color: black !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}

body { padding: .75cm !important; }

a, a:visited { text-decoration: underline; }

a[href]:after { content: " (" attr(href) ")"; }

abbr[title]:after { content: " (" attr(title) ")"; }

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }

h1, h2, h3, h4, h5, h6 { font: bold 18pt/1.2 Arial, Helvetica, sans-serif !important; }

h2 { font-size: 16pt !important; }

h3 { font-size: 14pt !important; }

h4 { font-size: 12pt !important; }

h5, h6 { font-size: 10pt !important; }

code { font: 10pt Courier, monospace; }

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

tr, img { page-break-inside: avoid; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 { page-break-after: avoid; }

@page { margin: 0.5cm !important; }
}
