/* Variables =================================================== */
/* As far as possible all line heights and whitespace heights (vertical margins and padding) should be calculated as this or a multiple/division of it */
/* -- Horizontal grid spacing -------- */
/* Basic units */
/* |-----| */
/* |*| */
/* Multiples of 1 column with gutters in between */
/* 55px  |-----|                         */
/* 130px |-----|*|-----|                 */
/* 205px |-----|*|-----|*|-----|         */
/* 280px (etc.)                          */
/* 355px */
/* 430px */
/* 505px */
/* 580px */
/* 655px */
/* 730px */
/* 805px */
/* 880px */
/* As above but including extra (right) gutter to accommodate floated elements with their won right margins */
/* 75px  |-----|*|                       */
/* 150px |-----|*|-----|*|               */
/* 225px |-----|*|-----|*|-----|*|       */
/* 300px (etc.)                          */
/* 375px */
/* 450px */
/* 525px */
/* 600px */
/* 675px */
/* 750px */
/* 825px */
/* 900px */
/* As above but also includes extra (left) gutter - used mainly as breakpoint min widths */
/* 95px  |*|-----|*|                     */
/* 170px |*|-----|*|-----|*|             */
/* 245px |*|-----|*|-----|*|-----|*|     */
/* 320px (etc.)                          */
/* 395px */
/* 470px */
/* 545px */
/* 620px */
/* 695px */
/* 770px */
/* 845px */
/* 920px */
/* Mixins =================================================== */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* Base styles =================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  *zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: transparent;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: 100%;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  text-rendering: optimizelegibility;
}
h1,
.h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1965812em;
  margin-bottom: 1.4em;
}
h2,
.h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1965812em;
  margin-bottom: 0.93333333em;
  margin-top: 1.4em;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.28440367em;
  margin-bottom: 0.93333333em;
  margin-top: 1.4em;
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h4,
.h4 {
  font-size: 20.8px;
  font-size: 2.08rem;
  line-height: 1.25em;
  margin-bottom: 0.93333333em;
  margin-top: 1.4em;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h5,
.h5 {
  font-size: 17.6px;
  font-size: 1.7600000000000002rem;
  margin-bottom: 0.7em;
  margin-top: 1.4em;
}
h5:first-child,
.h5:first-child {
  margin-top: 0;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.7em;
  margin-top: 1.4em;
}
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
p,
dl,
dd,
address {
  margin-bottom: 1.4em;
  margin-top: 1.4em;
}
p:first-child,
dl:first-child,
dd:first-child,
address:first-child {
  margin-top: 0;
}
small {
  font-size: 12.30769231px;
  font-size: 1.2307692307692306rem;
}
ul,
ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 20px;
}
li ul,
li ol {
  margin: 0;
}
blockquote {
  border-left: 2px solid #dcdcdc;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
  margin: 0 0 1.4em -20px;
  padding-left: 20px;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
cite {
  font-style: normal;
}
abbr[title] {
  border-bottom: 1px dotted #dcdcdc;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #ffffff;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-size: 13.33333333px;
  font-size: 1.3333333333333335rem;
  font-family: Monaco, Courier New, monospace;
  line-height: 1.4em;
}
pre {
  background: #f0f0f0;
  margin-bottom: 2.1em;
  padding: 0.93333333em 13.33333333px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  font-size: 12.30769231px;
  font-size: 1.2307692307692306rem;
  line-height: 0;
  position: relative;
  vertical-align: 1.4em;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: underline;
  color: #1b4080;
}
a:visited {
  color: #1b4080;
}
a:hover {
  color: #358ccb !important;
}
a:focus {
  background: #f8be47 !important;
  outline: 3px solid #f8be47 !important;
  color: #1b4080 !important;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #c5ced9;
  text-shadow: none;
}
::selection {
  background-color: #c5ced9;
  text-shadow: none;
}
#content [role="main"] .nav {
  *zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 2.8em 0 0 0;
  padding: 0;
}
#content [role="main"] .nav:before,
#content [role="main"] .nav:after {
  display: table;
  content: "";
}
#content [role="main"] .nav:after {
  clear: both;
}
@media only screen and (min-width: 695px) {
  #content [role="main"] .nav {
    font-size: 17.6px;
    font-size: 1.7600000000000002rem;
  }
}
#content [role="main"] .nav li {
  border: 0;
  display: inline;
  float: left;
  margin: 0;
  position: relative;
}
#content [role="main"] .nav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  padding: 0.46666667em 16px;
  width: auto;
}
#content [role="main"] .nav li a:hover {
  background: #e6e6e6;
  color: #358ccb !important;
}
#content [role="main"] .nav li a:focus {
  color: #1b4080 !important;
  outline: none !important;
}
#content [role="main"] .nav li.active a {
  background: #f0f0f0;
  color: #000000;
  font-weight: 500;
  text-decoration: none !important;
}
#content [role="main"] .nav li.active a:hover {
  color: #000000 !important;
}
#content [role="main"] #downloads {
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f0f0f0;
  padding: 2.1em 20px 1.4em;
}
#content [role="main"] #downloads:before,
#content [role="main"] #downloads:after {
  display: table;
  content: "";
}
#content [role="main"] #downloads:after {
  clear: both;
}
