/*! 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 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  overflow-y: scroll;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   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: 10px 0;
}
h2 {
  font-size: 1.5em;
  margin: 10px 0;
}
h3 {
  font-size: 1.17em;
  margin: 10px 0;
}
h4 {
  font-size: 1em;
  margin: 10px 0;
}
h5 {
  font-size: 0.83em;
  margin: 10px 0;
}
h6 {
  font-size: 0.75em;
  margin: 10px 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,
pre {
  margin: 0 0 10px;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
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;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 0 0 14px 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 {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * 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,
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],
input[disabled] {
  cursor: default;
}
/*
 * 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
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/*
 * 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)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * 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;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  font: 14px Georgia, "Times New Roman", Times, serif;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1.links {
  text-transform: uppercase;
  text-align: center;
}
.header,
.footer {
  background: black;
  clear: both;
  color: white;
  min-width: 960px;
  text-align: center;
}
.footer {
  padding-bottom: 40px;
}
.footer .nav {
  margin-bottom: 20px;
}
.copy {
  color: #dddddd;
  font-style: italic;
}
.site-name {
  font-weight: normal;
  margin: 0;
  padding: 30px 0;
  text-transform: none;
}
.site-name,
.site-name a {
  color: #dddddd;
}
.nav {
  background: black;
  font: 16px Helvetica, Calibri, Arial, sans-serif;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 10px 0 20px;
  text-align: center;
}
.nav ul,
.nav ol {
  list-style: none;
  list-style-image: none;
}
.nav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 9;
  zoom: 1;
  *display: inline;
}
.nav ul ul {
  background: #cccccc;
  left: -999em;
  margin-left: 15px;
  margin-top: 10px;
  padding-top: 10px;
  position: absolute;
  display: block;
  text-align: left;
}
.nav ul ul a {
  color: black;
  padding-left: 10px;
}
.nav ul ul li {
  border-bottom-color: transparent;
  display: block;
  float: none;
  min-width: 200px;
}
.nav a {
  display: block;
  border-left: 1px solid white;
  _border-left-width: expression(this.parentNode.previousSibling == null ? '0' : '1px');
  color: white;
  padding: 0 15px;
}
.nav li {
  color: black;
  border-bottom: 10px solid transparent;
  float: left;
}
.nav li.sfhover ul {
  left: auto;
}
.nav li:first-child a {
  border-left: 0;
}
.hero {
  border-top: 80px solid black;
  height: 235px;
  text-align: center;
  z-index: 1;
}
.hero img {
  margin-top: -80px;
}
.marg {
  border-top: 8px solid white;
  margin: 10px auto;
  width: 1650px;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
}
.marg-side {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  min-height: 1px;
  margin-left: 0;
  border-top: 8px solid white;
  margin: 5px auto;
}
.marg-side ul,
.marg-side ol {
  list-style: none;
  padding: 0;
}
.marg-side a {
  color: #999999;
  display: block;
  font: 16px Helvetica, Calibri, Arial, sans-serif;
  margin: 5px 0;
  text-transform: uppercase;
}
.marg-side .divider {
  color: #999999;
  display: block;
  font: 16px Helvetica, Calibri, Arial, sans-serif;
  margin: 5px 0;
  text-transform: uppercase;
}
.wrapper {
  border-top: 16px solid black;
  margin: 10px auto;
  width: 940px;
  padding-top: 20px;
  overflow: hidden;
}
.features {
  display: inline;
  float: left;
  width: 700px;
  margin: 0 10px;
  min-height: 1px;
  margin-left: 0;
}
.features .article {
  float: left;
  overflow: hidden;
  padding-left: 160px;
  border-bottom: 16px solid black;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
  *width: 540px;
  zoom: 1;
}
.features .article:last-child {
  border-bottom-width: 0;
}
.features img {
  float: left;
  height: auto;
  margin: 10px 10px 0 -160px;
  width: 150px;
}
.features a {
  color: #333333;
  font-weight: 700;
}
.news {
  font-family: Helvetica, Calibri, Arial, sans-serif;
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  min-height: 1px;
  margin-right: 0;
}
.news h2 {
  background: black;
  font: 16px Helvetica, Calibri, Arial, sans-serif;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin: 0;
  padding: 10px;
}
.news .article {
  background-color: #cccccc;
  text-align: center;
  border-bottom: 2px solid white;
  min-height: 40px;
  overflow: hidden;
  padding: 0 10px 10px;
}
.news .article-left {
  background-color: #cccccc;
  text-align: left;
  border-bottom: 2px solid white;
  min-height: 40px;
  overflow: hidden;
  padding: 0 10px 10px;
}
.news h3 {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
  text-transform: none;
}
.sidebar {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  min-height: 1px;
  margin-left: 0;
}
.sidebar ul,
.sidebar ol {
  list-style: none;
  padding: 0;
}
.sidebar a {
  color: #999999;
  display: block;
  font: 16px Helvetica, Calibri, Arial, sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
}
.sidebar .divider {
  color: #999999;
  display: block;
  font: 16px Helvetica, Calibri, Arial, sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
}
.sidebar-marg {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  min-height: 1px;
  margin-left: 0;
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidebar */

}
.sidebar-marg ul,
.sidebar-marg ol {
  list-style: none;
  padding: 0;
}
.sidebar-marg a {
  color: #999999;
  display: block;
  font: 13px Helvetica, Calibri, Arial, sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
}
.sidebar-marg .divider {
  color: #999999;
  display: block;
  font: 13px Helvetica, Calibri, Arial, sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
}
/* Position and style the close button (top right corner) */
.sidebar-marg .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111111;
  color: white;
  padding: 10px 15px;
  border: none;
}
.openbtn:hover {
  background-color: #444444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  /* If you want a transition effect */
  padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar-marg {
    padding-top: 15px;
  }
  
  .sidebar-marg a {
    font-size: 18px;
  }
}
body.primary .content,
body.secondary .content {
  display: inline;
  float: left;
  width: 700px;
  margin: 0 10px;
  min-height: 1px;
  margin-right: 0;
}
body.links .content {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  min-height: 1px;
}
.content h1 {
  margin-top: 0;
}
.content h2 {
  border-top: 16px solid black;
  margin-top: 16px;
  padding-top: 16px;
}
.content img {
  margin: 5px;
}
.content a {
  text-decoration: underline;
}
.content p {
  line-height: 1.5;
}
.first,
.second,
.third {
  font-size: 18px;
  line-height: 1.5;
}
.first {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  min-height: 1px;
  margin-left: 0;
}
.second {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  min-height: 1px;
  margin-right: 0;
}
.default #slides {
  background: #dddddd;
  clear: both;
  display: none;
  height: 315px;
  left: 50%;
  margin-left: -470px;
  margin-top: -80px;
  padding: 0;
  height: 315px;
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 940px;
  z-index: 0;
  zoom: 1;
  *margin-left: 0;
  *left: 0;
}
.default #slides li {
  background: #dddddd;
  display: none;
  height: 315px;
  left: 0;
  position: relative;
  width: 940px;
}
.default #slides p {
  background: rgba(255, 255, 255, 0.2);
  color: black;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 30%;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44FFFFFF,endColorstr=#44FFFFFF);
}
.default #slides img {
  margin-top: 0 !important;
}
.DB-small {
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}
.alt {
  color: white;
}
td.caption {
  font-size: 10px;
}
.table {
  margin-bottom: 18px;
  width: 100%;
}
.table tbody tr {
  border-top: 1px solid #999999;
}
.table th {
  font-weight: bold;
  text-align: left;
}
.table th.center {
  font-weight: bold;
  text-align: center;
}
.table td.center {
  text-align: center;
}
.table th,
.table td {
  line-height: 18px;
  padding: 4px 8px;
}
.table tbody tr:hover {
  background: #dddddd;
}
.table-striped .table-alt {
  background: #efefef;
}
.table-clickable tbody tr {
  cursor: pointer;
}
.table-v2 {
  margin-bottom: 5px;
}
.table-v2 {
  margin-top: 5px;
}
.table-v2 th {
  font-weight: bold;
  text-align: center;
}
.table-v2 th.center {
  font-weight: bold;
  text-align: center;
}
.table-v2 td.center {
  text-align: center;
}
.table-v2 th,
.table-v2 td {
  padding: 4px 8px;
  text-align: center;
}
.table-v2 tbody tr:hover {
  background: #dddddd;
}
