@charset 'utf-8';
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* 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;
}
/* Texture =================================================== */
.alert {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fcf8e3;
  border: 1px solid #fcf8e3;
  color: #6e5e0c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.4em;
  padding: 8px 35px 8px 14px;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  font-size: 21px;
  font-size: 2.1rem;
  color: inherit;
  float: right;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #905503;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #ffffff;
  color: #1b6083;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.175em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
  background-color: #e6e6e6;
  color: #808080;
  font-weight: bold;
  padding: 1px 9px 2px;
  white-space: nowrap;
}
.badge:hover {
  color: #808080;
  cursor: pointer;
  text-decoration: none;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.basegrad {
  background-color: #122b56;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b4080), to(#122b56));
  background-image: -webkit-linear-gradient(top, #1b4080, #122b56);
  background-image: -moz-linear-gradient(top, #1b4080, #122b56);
  background-image: -ms-linear-gradient(top, #1b4080, #122b56);
  background-image: -o-linear-gradient(top, #1b4080, #122b56);
  background-image: linear-gradient(top, #1b4080, #122b56);
  background-repeat: repeat-x;
}
.errorgrad {
  background-color: #c72f29;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b4080), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #1b4080, #c72f29);
  background-image: -moz-linear-gradient(top, #1b4080, #c72f29);
  background-image: -ms-linear-gradient(top, #1b4080, #c72f29);
  background-image: -o-linear-gradient(top, #1b4080, #c72f29);
  background-image: linear-gradient(top, #1b4080, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-color: #afd9ee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-color: #272727;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-color: #449b44;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-color: #f39106;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  -webkit-box-shadow: inset 0 1px 10px #e6e6e6;
  -moz-box-shadow: inset 0 1px 10px #e6e6e6;
  box-shadow: inset 0 1px 10px #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 1.4em;
  min-height: 21px;
  padding: 11px;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px;
}
/* Colour =================================================== */
.swatch {
  margin: 0 0 1.4em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: hsla(218.01980198, 65.16129032%, 30.39215686%, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: hsla(218.01980198, 65.16129032%, 30.39215686%, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: hsla(218.01980198, 65.16129032%, 30.39215686%, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: hsla(218.01980198, 65.16129032%, 30.39215686%, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: hsla(50.4, 80.64516129%, 93.92156863%, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: hsla(2.48275862, 66.21004566%, 57.05882353%, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: hsla(200, 65.2173913%, 90.98039216%, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: hsla(120, 38.98305085%, 53.7254902%, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: hsla(35.1, 95.23809524%, 58.82352941%, 0.6);
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.3a02d698864c.eot?v=3.0.1");
  src: url("../fonts/fontawesome-webfont.3a02d698864c.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.9434b081ed2d.woff?v=3.0.1") format("woff"), url("../fonts/fontawesome-webfont.1c66a4738b40.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: 0.75em;
}
.icon-muted {
  color: #eee;
}
.icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: 0.9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: 0.75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/* Forms =================================================== */
form {
  margin: 0 0 1.4em 0;
}
form fieldset {
  border-width: 0;
  margin-bottom: 1.4em;
  padding: 0;
}
form legend {
  border: 0;
  color: #000000;
  display: block;
  margin-bottom: 2.8em;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
  width: 100%;
}
form legend small {
  color: #bfbfbf;
  font-size: 14.03508772px;
  font-size: 1.4035087719298247rem;
}
form p {
  margin-bottom: 0.7em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.4em 0;
  padding: 0;
}
form br {
  display: none;
}
form .error {
  color: #da4f49;
  display: block;
  padding: 2px 0 3px 0;
}
button,
input,
label,
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  color: #000000;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.175em;
}
label input,
label select,
label textarea {
  display: block;
}
input,
select,
textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #000000;
  margin-bottom: 0.35em;
  padding: 4px;
  width: 100%;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  *margin-top: 0;
  padding: 0;
  width: auto;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *height: 13px;
  padding: 0;
  *width: 13px;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
input[type="file"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: initial;
  background-color: transparent;
  background-color: initial;
  line-height: initial;
  padding: initial;
  width: auto;
}
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 15.23809524px;
  font-size: 1.5238095238095237rem;
  background: #de6955;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  height: auto;
  margin: 0 0 0.35em 0;
  *overflow: visible;
  padding: 4px 16px;
  width: auto;
  text-decoration: none;
  display: inline-block;
}
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #cf5d49;
  border: none;
  color: #ffffff !important;
}
button:disabled,
a.button.disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #999999;
  border: none;
  color: #ffffff;
}
input[type="file"],
select {
  height: 28px;
  line-height: 28px;
  *margin-top: 4px;
}
select {
  font-size: 16px;
  font-size: 1.6rem;
  width: auto;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  font-weight: normal;
  padding-left: 18px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float: left;
  margin-left: -18px;
}
.checkbox.inline,
.radio.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle;
}
.checkbox.inline + .checkbox.inline,
.radio.inline + .radio.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  outline: 3px solid #f8be47 !important;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
select:focus,
button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 3px solid #f8be47 !important;
}
::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
input:-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.7em;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  vertical-align: middle;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
button,
.form-inline input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.form-search input,
.form-search select,
.form-search textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .search-query {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}
.form-search label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.form-search .checkbox,
.form-inline .radio,
.form-search .radio {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}
.form-search .checkbox input[type="checkbox"],
.form-search .radio input[type="radio"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
.btn {
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #de6955;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0;
  *margin-left: 0.3em;
  padding: 6px 11px 6px;
  text-align: center;
  vertical-align: middle;
}
.btn:visited,
.btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-color: #c72f29;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b4080), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #1b4080, #c72f29);
  background-image: -moz-linear-gradient(top, #1b4080, #c72f29);
  background-image: -ms-linear-gradient(top, #1b4080, #c72f29);
  background-image: -o-linear-gradient(top, #1b4080, #c72f29);
  background-image: linear-gradient(top, #1b4080, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-color: #afd9ee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-color: #272727;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-color: #122b56;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b4080), to(#122b56));
  background-image: -webkit-linear-gradient(top, #1b4080, #122b56);
  background-image: -moz-linear-gradient(top, #1b4080, #122b56);
  background-image: -ms-linear-gradient(top, #1b4080, #122b56);
  background-image: -o-linear-gradient(top, #1b4080, #122b56);
  background-image: linear-gradient(top, #1b4080, #122b56);
  background-repeat: repeat-x;
  border-color: #0e2041;
  border-bottom-color: #09162c;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-color: #449b44;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-color: #f39106;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 22px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
  padding: 11px 22px;
}
.btn-small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  padding: 6px 10px;
}
.btn-mini {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  padding: 3px 5px;
}
.btn-group {
  margin-bottom: 1.4em;
  *margin-left: 0.3em;
  position: relative;
  *zoom: 1;
}
.btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  margin-left: -1px;
  position: relative;
}
.btn-group .btn:first-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  margin-left: 0;
}
.btn-group .btn:last-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
}
.btn-group .btn.large:first-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  margin-left: 0;
}
.btn-group .btn.large:last-child {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
}
.btn-toolbar {
  clear: both;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Tables =================================================== */
table {
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2.1em;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #ebebeb;
  line-height: 1.4em;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table thead th {
  color: #808080;
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table thead + tbody {
  border-top: 2px solid #ebebeb;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f0f0f0 !important;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ebebeb;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}
.pager {
  *zoom: 1;
  list-style: none;
  margin: 1.4em 0;
  padding: 0;
  text-align: center;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
  margin: 0;
  padding: 0;
}
.pager li a,
.pager li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pager li.next a,
.pager li.next span {
  float: right;
  text-align: right;
}
.pager li.next a:after,
.pager li.next span:after {
  content: " →";
}
.pager li.previous a,
.pager li.previous span {
  float: left;
  text-align: left;
}
.pager li.previous a:before,
.pager li.previous span:before {
  content: "← ";
}
.pager li.disabled a,
.pager li.disabled a:hover,
.pager li.disabled a:focus,
.pager li.disabled span {
  background-color: #fff;
  color: #808080;
  cursor: default;
}
.pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 1.4em 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  text-decoration: none;
  float: left;
  padding: 4px 12px;
  line-height: 1.4em;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-left-width: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f0f0f0;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #808080;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #808080;
  background-color: #ffffff;
  cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 0.7em 10px;
  font-size: 200%;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 3px;
  font-size: 90%;
}
.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-mini > li > a,
.pagination-mini > li > span {
  padding: 2px;
  font-size: 85%;
}
.pagination-mini > li:first-child > a,
.pagination-mini > li:first-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-mini > li:last-child > a,
.pagination-mini > li:last-child > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* Layout =================================================== */
/* If js is enabled, hide nav here as well as in js to prevent it flashing up briefly before js has loaded */
.js nav.main {
  display: none;
}
#skipnav {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#messages {
  list-style: none;
  padding: 0;
  margin: 0;
}
#messages > li {
  background-color: #fcf8e3;
}
#messages > li .inner {
  min-width: 280px;
  padding: 0.7em 20px;
}
@media only screen and (min-width: 920px) {
  #messages > li .inner {
    margin: 0 auto;
    width: 880px;
  }
}
#messages > li.success {
  background-color: #c5e6c5;
}
#messages > li.info {
  background-color: #c4e3f3;
}
#messages > li.warning {
  background-color: #fee7c7;
}
#messages > li.error {
  background-color: #f7dad5;
}
header[role="banner"] {
  *zoom: 1;
  background: #1b4080;
  position: relative;
}
header[role="banner"]:before,
header[role="banner"]:after {
  display: table;
  content: "";
}
header[role="banner"]:after {
  clear: both;
}
header[role="banner"] .inner {
  min-width: 280px;
  padding: 0.7em 20px;
  position: relative;
}
@media only screen and (min-width: 920px) {
  header[role="banner"] .inner {
    margin: 0 auto;
    width: 880px;
  }
}
header[role="banner"] .inner #logo {
  background: url("../img/logo_hover.a135281ba7fe.png");
  display: block;
  height: 23px;
  margin-top: 2px;
  text-decoration: none;
  width: 202px;
}
header[role="banner"] .inner #logo img {
  display: block;
  height: 23px;
  width: 202px;
}
header[role="banner"] .inner #logo:hover {
  border-bottom: none;
}
header[role="banner"] .inner #logo:hover img {
  visibility: hidden;
}
header[role="banner"] #content_header {
  background: #ffffff;
  position: relative;
  top: 1px;
  /* this prevents a 1px dark blue line briefly appearing at bottom of header when resizing */
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header {
    background: #f0f0f0;
  }
}
header[role="banner"] #content_header .inner {
  min-width: 280px;
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner {
    padding-bottom: 1.07692308em;
  }
}
@media only screen and (min-width: 920px) {
  header[role="banner"] #content_header .inner {
    margin: 0 auto;
    width: 880px;
  }
}
header[role="banner"] #content_header .inner #shownav {
  float: right;
  height: 32px;
  margin-bottom: -2.1em;
  position: relative;
  top: -2.38em;
  width: 32px;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner #shownav {
    display: none;
  }
}
header[role="banner"] #content_header .inner #shownav a {
  overflow: hidden;
  text-indent: -999999px;
  white-space: nowrap;
  background: #404040 url("../img/mobile-nav-icon.ca538cdb819a.png");
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
}
header[role="banner"] #content_header .inner #shownav a:hover {
  background: #808080 url("../img/mobile-nav-icon.ca538cdb819a.png");
}
header[role="banner"] #content_header .inner #shownav a:focus {
  background: #808080 url("../img/mobile-nav-icon.ca538cdb819a.png") !important;
  outline: 3px solid #f8be47;
}
header[role="banner"] #content_header .inner nav.main {
  background: #404040;
  padding: 0;
  position: relative;
  top: 0.7em;
  z-index: 99999;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main {
    background: #f0f0f0;
    position: static;
  }
}
header[role="banner"] #content_header .inner nav.main:after {
  border: 5px solid transparent;
  border-bottom-color: #404040;
  content: " ";
  height: 0;
  right: 11px;
  position: absolute;
  top: -10px;
  width: 0;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main:after {
    border: none;
  }
}
header[role="banner"] #content_header .inner nav.main ul {
  *zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
header[role="banner"] #content_header .inner nav.main ul:before,
header[role="banner"] #content_header .inner nav.main ul:after {
  display: table;
  content: "";
}
header[role="banner"] #content_header .inner nav.main ul:after {
  clear: both;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul {
    font-size: 17.6px;
    font-size: 1.7600000000000002rem;
    position: relative;
    top: 0.96551724em;
  }
}
header[role="banner"] #content_header .inner nav.main ul li {
  border-bottom: 1px solid #595959;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul li {
    border: 0;
    display: inline;
    float: left;
    margin: 0;
    position: relative;
  }
}
header[role="banner"] #content_header .inner nav.main ul li form,
header[role="banner"] #content_header .inner nav.main ul li input {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
  font-size: inherit;
}
header[role="banner"] #content_header .inner nav.main ul li a,
header[role="banner"] #content_header .inner nav.main ul li input {
  text-decoration: none;
  color: white;
  display: block;
  padding: 0.4em 10px;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul li a,
  header[role="banner"] #content_header .inner nav.main ul li input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #1b4080;
    padding: 0.46666667em 16px;
    width: auto;
  }
}
header[role="banner"] #content_header .inner nav.main ul li a:hover,
header[role="banner"] #content_header .inner nav.main ul li input:hover {
  background: #808080;
  border: none;
  color: #ffffff !important;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul li a:hover,
  header[role="banner"] #content_header .inner nav.main ul li input:hover {
    background: #e1e1e1;
    color: #358ccb !important;
  }
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul li a:focus,
  header[role="banner"] #content_header .inner nav.main ul li input:focus {
    color: #1b4080 !important;
    outline: none !important;
  }
}
header[role="banner"] #content_header .inner nav.main ul li.active a {
  background: #bfbfbf;
  color: #000000;
  font-weight: 500;
  text-decoration: none !important;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul li.active a {
    background: #ffffff;
    color: #000000;
  }
}
header[role="banner"] #content_header .inner nav.main ul li.active a:hover {
  color: #000000 !important;
}
@media only screen and (min-width: 695px) {
  header[role="banner"] #content_header .inner nav.main ul li.lang {
    float: right;
  }
  header[role="banner"] #content_header .inner nav.main ul li.lang a.lang {
    background: none;
    padding: none;
    margin: none;
    position: relative;
    bottom: 3.92em;
    font-size: 14.54545455px;
    font-size: 1.4545454545454546rem;
    color: #ffffff;
  }
}
#content {
  min-width: 280px;
  padding: 1.4em 20px;
  position: relative;
}
@media only screen and (min-width: 695px) {
  #content {
    padding-top: 1.4em;
  }
}
@media only screen and (min-width: 920px) {
  #content {
    margin: 0 auto;
    width: 880px;
  }
}
#content #breadcrumb {
  font-size: 13.91304348px;
  font-size: 1.3913043478260871rem;
  border-bottom: 1px solid #e6e6e6;
  color: #808080;
  padding-bottom: 1.4em;
  margin-bottom: 2.1em;
}
#content [role="main"] h1 {
  margin-bottom: 0.93333333em;
}
footer[role="contentinfo"] > .inner {
  min-width: 280px;
  padding: 0 20px 1.4em;
  position: relative;
}
@media only screen and (min-width: 920px) {
  footer[role="contentinfo"] > .inner {
    margin: 0 auto 1.4em;
    width: 880px;
  }
  footer[role="contentinfo"] > .inner #footer_links {
    display: inline-block;
    width: 320px;
  }
}
@media only screen and (min-width: 620px) {
  footer[role="contentinfo"] > .inner #home_office {
    float: right;
    margin-bottom: 1.4em;
  }
}
footer[role="contentinfo"] > .inner #home_office img {
  width: 140px;
}
@media only screen and (min-width: 620px) {
  footer[role="contentinfo"] > .inner #home_office img {
    width: 211px;
  }
}
h2#known-issues + ul {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding-bottom: 1.4em;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    filter: none !important;
    -ms-filter: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*/mediaquery*/
