/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0;}

::-moz-selection { background: #85d4f5; color: black; text-shadow: none; }
::selection { background: #85d4f5; color: black; text-shadow: none; }

a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

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

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

html{
	background-color: black;
}

body{
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.centered-text { text-align: center; }
h1{
	padding: 0;
	margin: 0 0 12px;
	color: #963838;
	text-transform: uppercase;
	font: 700 1em 'Ubuntu', sans-serif;
}

.about_us > h1{
	float: left;
}

h2{
	padding: 0;
	color: white;
	text-transform: uppercase;
	font: 400 1em 'Ubuntu', sans-serif;
	margin: 2px 0 12px;
}

h3{
	padding: 0;
	margin: 0 0 12px;
	color: #2e7a9a;
	text-transform: uppercase;
	font: 500 1em 'Ubuntu', sans-serif;
}

h4{
	padding: 0;
	margin: 2px 0 0;
	color: white;
	text-transform: uppercase;
	font: 400 .75em 'Ubuntu', sans-serif;
}

/*Header Styles*/

header{
	height: 124px;
	width: 956px;
	padding: 0 34px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmQ0ZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(182,212,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(182,212,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6d4e1',GradientType=0 ); /* IE6-8 */
}

.logo{
	float: left;
	margin-top: 12px;
}

header > ul{
	list-style: none;
	float: right;
	margin-top: 95px;
}

header > ul > li{
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 8px;
	font-size: 1em;
}

header > ul > li > ul{
	list-style: none;
	position: absolute;
	z-index: 100;
	background-color: #b6d4e1;
	margin-top: 10px;
	padding: 10px 26px;
	visibility: hidden;
	width: 175px;
	margin-left: -26px;
}

header > ul > li > ul > li{
	color: white;
	text-transform: uppercase;
	margin-bottom: 16px;
	font: 400 .95em 'Ubuntu Condensed', sans-serif;
}

.border{
	border-right: 1px solid #2e7a9a;
}

header a, header a:visited{
	color: #2e7a9a;
	text-decoration: none;
}

header a:hover, header a:active{
	color: black;
	text-decoration: none;
}

/*End of Header Styles */

main{
	width: 1024px;
	margin: 0 auto;
}

/*Slider Styles*/

#middle{
	width: 1024px;
	margin-top: 12px;
}

.gradient_overlay{
	background-image: url('../img/slider_gradient.png');
	position: absolute;
	left: 0;
	width: 1024px;
	height: 266px;
	z-index: 1;
}

#slider{
	width: 1024px;
	overflow: hidden;	
	position: relative;
	background-color: #8e9091;
}

.slide{
	width: 1024px;
}

.slide img{
	float: right;
}

#nav{
	position: absolute;
	z-index: 100;
	overflow: hidden;
	top: 368px;
	margin-left: 34px;
}

#nav a, #nav a:visited{
	background-image: url('../img/dot_blue.png');
	background-repeat: no-repeat;
	background-position: top;
	color: #8e9091;
	width: 9px;
	margin-right: 6px;
	padding-top: 9px;
	display: inline-block;
}


#nav a:hover, #nav a:active, #nav a.activeSlide{
	background-image: url('../img/dot_white.png');
	background-repeat: no-repeat;
	background-position: top;
	color: #8e9091;
}

#middle p{
	text-align: center;
	color: white;
	position: absolute;
	z-index: 100;
/*	width: 240px;*/
	width: 305px;
	height: 165px;
	overflow: hidden;
	margin-left: 72px;
	font: 300 1.8em 'Ubuntu', sans-serif;
	margin-top: 41px;
	line-height: 1.3em;
}
.slider-text-top-margin {padding-top: 100px;}

/*End of Slider Styles*/

/*Content Styles*/

#content{
	width: 1024px;
	margin-top: 12px;
	padding: 34px 0;
	position: relative;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmQ0ZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(182,212,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(182,212,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(182,212,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6d4e1',GradientType=0 ); /* IE6-8 */
}

.content_section_border_a{
	background-color: #963838;
	width: 1px;
	position: absolute;
	left: 341px;
	top: 34px;
	bottom: 34px;
}

.content_section_border_b{
	background-color: #963838;
	width: 1px;
	position: absolute;
	right: 341px;
	top: 34px;
	bottom: 34px;
}

.content_section, .sidebar{
	width: 273px;
	float: left;
	padding: 0 34px;
}

.content_right{
	width: 581px;
	float: left;
	padding: 0 34px;
}

.content_single_column{
	width: 922px;
	float: left;
	padding: 0 68px 0 34px;
}

.wide_image{
	width: 100%;
	height: 179px;
	overflow: hidden;
	margin-bottom: 18px;
	border: 1px solid #2d3e44;
}

.wide_image img{
	width: 100%;
}

.wide_image_sidebar{
	width: 272px;
	overflow: hidden;
	margin-bottom: 18px;
	border: 1px solid #2d3e44;
}

.wide_image_sidebar img{
	min-width: 100%;
	width: 100%;
}

p.caption{
	padding: 0;
	color: #963838;
	text-transform: uppercase;
	font: 500 .8em 'Ubuntu', sans-serif;
	margin: -6px 0 12px;
}

p.content, footer p{
	padding: 0;
	margin: 0 0 12px;
	color: #2d3e44;
	font: 400 .95em 'Ubuntu Condensed', sans-serif;
	line-height: 1.2em;
}
p.content.small-text { font-size: 0.75em; }

p.content a, p.content a:visited{
	color: #2d3e44;
	text-decoration: underline;
}

p.content a:hover, p.content a:active{
	color: #2e7a9a;
	text-decoration: underline;
}

ul.content_list{
	list-style-type: disc;
	margin: 0 0 12px;
	padding: 0 0 0 18px;
}

li.content_list{
	color: #2d3e44;
	padding: 0;
	margin: 0 0 6px;
	color: #2d3e44;
	font: 400 .95em/1.2em 'Ubuntu Condensed', sans-serif;
}

li.content_list a, li.content_list a:visited{
	color: #2d3e44;
	text-decoration: underline;
}

li.content_list a:hover, li.content_list a:active{
	color: #2e7a9a;
	text-decoration: underline;
}

img.normal{
	margin-bottom: 12px;
}

img.border{
	border: 1px solid #2d3e44;
}

img.wrap{
	float: left;
	margin-right: 24px;
}

.sdvosb{
	margin-left: 32px;
}

.about_us{
}

.about_us img{
	margin-top: -14px;
}

table{
	width: 921px;
	background-color: white;
	text-transform: uppercase;
	color: #2d3e44;
	font: 400 .95em 'Ubuntu Condensed', sans-serif;
	text-align: center;
	table-layout: fixed;
}

tr{
	width: 921px;
	padding: 0;
}

td{
	width: 220px;
	height: 190px;
	border: 1px solid #98b0b8;
	overflow: hidden;
	padding: 5px;
}

table img{
	max-width: 190px;
	max-height: 124px;
	display: block;
	margin: 14px auto 12px;
}

.short_logo{
	padding-top: 36px;
}

table p{
	color: #2d3e44;
	margin: 0;
}

.sidebar ul{
	list-style: none;
	margin: 0 0 34px;
	padding: 0;
}

.sidebar li{
	color: #183e65;
	font: 400 1.1em 'Ubuntu Condensed', sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #183e65;
}

.sidebar a, .sidebar a:visited{
	text-decoration: none;
	color: #183e65;
}

.sidebar a:hover, .sidebar a:active{
	color: #963838;
}

.current_page{
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 14px;
	color: #963838!important;
}

.inline-forms p {
	display: inline-block;
	margin-right: 25px;
}
/*End of Content Styles*/

/*Boxes on Home Page*/

#boxes{
	width: 1024px;	
	margin-top: 12px;
}

.box{
	width: 238px;
	height: 196px;
	float: left;
}

.box_margin{
	margin-right: 24px;
}

.box_top{
	height: 164px;
	overflow: hidden;
}

.box_bottom{
	height: 32px;
	padding: 8px 5px;
	overflow: hidden;
}

.red{
	background: url('../img/box_red.png') no-repeat;
}

.navy{
	background: url('../img/box_navy.png') no-repeat;
}

.grey{
	background: url('../img/box_grey.png') no-repeat;
}

.teal{
	background: url('../img/box_teal.png') no-repeat;
}

.box a, .box a:visited{
	color: white;
	text-decoration: none;
}

.box a:hover, .box a:active{
	color: black;
}

/*End of Boxes Styles*/

/*Bottom Blue Area of Homepage*/

#bottom{
	position: relative;
	width: 1024px;
	padding: 34px 0;
	margin-top: 12px;
	background-color: #2e7a9a;
	/*background: rgb(46,123,155); /* Old browsers *!/
	/* IE9 SVG, needs conditional override of 'filter' to 'none' *!/
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2I5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODNlNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(46,123,155,1) 0%, rgba(24,62,101,1) 100%); /* FF3.6+ *!/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,123,155,1)), color-stop(100%,rgba(24,62,101,1))); /* Chrome,Safari4+ *!/
	background: -webkit-linear-gradient(top,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* Chrome10+,Safari5.1+ *!/
	background: -o-linear-gradient(top,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* Opera 11.10+ *!/
	background: -ms-linear-gradient(top,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* IE10+ *!/
	background: linear-gradient(to bottom,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* W3C *!/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7b9b', endColorstr='#183e65',GradientType=0 ); /* IE6-8 *!/*/
}

#bottom p{
	padding: 0;
	margin: 0;
	color: white;
	font: 400 .95em 'Ubuntu Condensed', sans-serif;
	margin-bottom: 12px;
	line-height: 1.2em;
}

#bottom a, #bottom a:visited{
	color: white;
	text-decoration: underline;
}

#bottom a:hover, #bottom a:active{
	color: #85d4f5;
	text-decoration: underline;
}

.bottom_section{
	width: 188px;
	float: left;
	padding: 0 34px;
}

.bottom_section_border_a{
	background-color: white;
	width: 1px;
	position: absolute;
	left: 256px;
	top: 34px;
	bottom: 34px;
}

.bottom_section_border_b{
	background-color: white;
	width: 1px;
	position: absolute;
	left: 512px;
	top: 34px;
	bottom: 34px;
}

.bottom_section_border_c{
	background-color: white;
	width: 1px;
	position: absolute;
	right: 256px;
	top: 34px;
	bottom: 34px;
}

/*End of Bottom Styles*/

/*Footer Styles*/

footer{
	width: 956px;
	margin-top: 12px;
	padding: 34px;
	background: rgb(46,123,155); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlN2I5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODNlNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(46,123,155,1) 0%, rgba(24,62,101,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,123,155,1)), color-stop(100%,rgba(24,62,101,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(46,123,155,1) 0%,rgba(24,62,101,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7b9b', endColorstr='#183e65',GradientType=0 ); /* IE6-8 */
}

footer > ul{
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

footer > ul > li{
	float: left;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 8px;
	font-size: 1em;
}
footer>ul>li:first-child { padding-left: 0; }

.footer_border{
	border-right: 2px solid white;
}

footer a, footer a:visited{
	color: white;
	text-decoration: none;
}

footer a:hover, footer a:active{
	color: #85D4F5;
	text-decoration: none;
}

footer p{
	text-transform: uppercase;
	color: white;
}

.tsd{
	margin-top: -5px;
	margin-left: 4px;
}

/*End of Footer Styles*/

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !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: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
     FILE ARCHIVED ON 18:03:13 Aug 17, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:41:24 Jan 15, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.resolve: 276.847 (3)
  captures_list: 206.453
  exclusion.robots.policy: 0.193
  esindex: 0.014
  exclusion.robots: 0.208
  LoadShardBlock: 183.172 (3)
  load_resource: 388.31
  RedisCDXSource: 4.485
  PetaboxLoader3.datanode: 226.14 (5)
  CDXLines.iter: 15.104 (3)
*/