/*! normalize.cz v3.0.3 | MIT License | github.com/necolas/normalize.cz */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.cz */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .dt {
    display: none;
  }
  .dl > .du,
  .dv > .dl > .du {
    border-top-color: #000 !important;
  }
  .dg {
    border: 1px solid #000;
  }
  .dw {
    border-collapse: collapse !important;
  }
  .dw td,
  .dw th {
    background-color: #fff !important;
  }
  .dx th,
  .dx td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #6c6f73;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2595ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006fd7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.dy,
.dz > img,
.dz a > img,
.ea > .item > img,
.ea > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.eb {
  border-radius: 6px;
}
.ec {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.ed {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.ee {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ef:active,
.ef:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.eg,
.eh,
.ei,
.ej,
.ek,
.el {
  font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #2d3238;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.eg small,
.eh small,
.ei small,
.ej small,
.ek small,
.el small,
h1 .em,
h2 .em,
h3 .em,
h4 .em,
h5 .em,
h6 .em,
.eg .em,
.eh .em,
.ei .em,
.ej .em,
.ek .em,
.el .em {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}
h1,
.eg,
h2,
.eh,
h3,
.ei {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.eg small,
h2 small,
.eh small,
h3 small,
.ei small,
h1 .em,
.eg .em,
h2 .em,
.eh .em,
h3 .em,
.ei .em {
  font-size: 65%;
}
h4,
.ej,
h5,
.ek,
h6,
.el {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.ej small,
h5 small,
.ek small,
h6 small,
.el small,
h4 .em,
.ej .em,
h5 .em,
.ek .em,
h6 .em,
.el .em {
  font-size: 75%;
}
h1,
.eg {
  font-size: 39px;
}
h2,
.eh {
  font-size: 32px;
}
h3,
.ei {
  font-size: 28px;
}
h4,
.ej {
  font-size: 19px;
}
h5,
.ek {
  font-size: 15px;
}
h6,
.el {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.ak {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .ak {
    font-size: 22.5px;
  }
}
small,
.em {
  font-size: 86%;
}
mark,
.en {
  background-color: #fcf8e3;
  padding: .2em;
}
.eo {
  text-align: left;
}
.ep {
  text-align: right;
}
.eq {
  text-align: center;
}
.er {
  text-align: justify;
}
.es {
  white-space: nowrap;
}
.et {
  text-transform: lowercase;
}
.eu {
  text-transform: uppercase;
}
.ev {
  text-transform: capitalize;
}
.am {
  color: #bec8ce;
}
.ew {
  color: #2595ff;
}
a.ew:hover,
a.ew:focus {
  color: #007cf1;
}
.ex {
  color: #3c763d;
}
a.ex:hover,
a.ex:focus {
  color: #2b542c;
}
.ey {
  color: #31708f;
}
a.ey:hover,
a.ey:focus {
  color: #245269;
}
.ez {
  color: #8a6d3b;
}
a.ez:hover,
a.ez:focus {
  color: #66512c;
}
.fa {
  color: #a94442;
}
a.fa:hover,
a.fa:focus {
  color: #843534;
}
.fb {
  color: #fff;
  background-color: #2595ff;
}
a.fb:hover,
a.fb:focus {
  background-color: #007cf1;
}
.fc {
  background-color: #dff0d8;
}
a.fc:hover,
a.fc:focus {
  background-color: #c1e2b3;
}
.fd {
  background-color: #d9edf7;
}
a.fd:hover,
a.fd:focus {
  background-color: #afd9ee;
}
.fe {
  background-color: #fcf8e3;
}
a.fe:hover,
a.fe:focus {
  background-color: #f7ecb5;
}
.ff {
  background-color: #f2dede;
}
a.ff:hover,
a.ff:focus {
  background-color: #e4b9b9;
}
.fg {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.fh {
  padding-left: 0;
  list-style: none;
}
.fi {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.fi > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .fj dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fj dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bec8ce;
}
.fk {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .em {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: #bec8ce;
}
blockquote footer:before,
blockquote small:before,
blockquote .em:before {
  content: '\2014 \00A0';
}
.fl,
blockquote.fm {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.fl footer:before,
blockquote.fm footer:before,
.fl small:before,
blockquote.fm small:before,
.fl .em:before,
blockquote.fm .em:before {
  content: '';
}
.fl footer:after,
blockquote.fm footer:after,
.fl small:after,
blockquote.fm small:after,
.fl .em:after,
blockquote.fm .em:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.fn {
  max-height: 340px;
  overflow-y: scroll;
}
.e {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .e {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .e {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .e {
    width: 1020px;
  }
}
.fo {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.c {
  margin-left: -10px;
  margin-right: -10px;
}
.fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz, .ga, .gb, .gc, .gd, .ge, .gf, .gg, .gh, .gi, .gj, .gk, .gl, .gm, .gn, .go, .gp, .gq, .gr, .gs, .gt, .gu, .gv, .gw, .gx, .gy, .gz, .ha, .hb, .hc, .hd, .he, .hf, .hg, .hh, .hi, .hj, .hk {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.fp, .ft, .fx, .gb, .gf, .gj, .gn, .gr, .gv, .gz, .hd, .hh {
  float: left;
}
.hh {
  width: 100%;
}
.hd {
  width: 91.66666667%;
}
.gz {
  width: 83.33333333%;
}
.gv {
  width: 75%;
}
.gr {
  width: 66.66666667%;
}
.gn {
  width: 58.33333333%;
}
.gj {
  width: 50%;
}
.gf {
  width: 41.66666667%;
}
.gb {
  width: 33.33333333%;
}
.fx {
  width: 25%;
}
.ft {
  width: 16.66666667%;
}
.fp {
  width: 8.33333333%;
}
.hl {
  right: 100%;
}
.hm {
  right: 91.66666667%;
}
.hn {
  right: 83.33333333%;
}
.ho {
  right: 75%;
}
.hp {
  right: 66.66666667%;
}
.hq {
  right: 58.33333333%;
}
.hr {
  right: 50%;
}
.hs {
  right: 41.66666667%;
}
.ht {
  right: 33.33333333%;
}
.hu {
  right: 25%;
}
.hv {
  right: 16.66666667%;
}
.hw {
  right: 8.33333333%;
}
.hx {
  right: auto;
}
.hy {
  left: 100%;
}
.hz {
  left: 91.66666667%;
}
.ia {
  left: 83.33333333%;
}
.ib {
  left: 75%;
}
.ic {
  left: 66.66666667%;
}
.id {
  left: 58.33333333%;
}
.ie {
  left: 50%;
}
.if {
  left: 41.66666667%;
}
.ig {
  left: 33.33333333%;
}
.ih {
  left: 25%;
}
.ii {
  left: 16.66666667%;
}
.ij {
  left: 8.33333333%;
}
.ik {
  left: auto;
}
.il {
  margin-left: 100%;
}
.im {
  margin-left: 91.66666667%;
}
.io {
  margin-left: 83.33333333%;
}
.ip {
  margin-left: 75%;
}
.iq {
  margin-left: 66.66666667%;
}
.ir {
  margin-left: 58.33333333%;
}
.is {
  margin-left: 50%;
}
.it {
  margin-left: 41.66666667%;
}
.iu {
  margin-left: 33.33333333%;
}
.iv {
  margin-left: 25%;
}
.iw {
  margin-left: 16.66666667%;
}
.ix {
  margin-left: 8.33333333%;
}
.iy {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .fq, .fu, .fy, .gc, .gg, .gk, .go, .gs, .gw, .ha, .he, .hi {
    float: left;
  }
  .hi {
    width: 100%;
  }
  .he {
    width: 91.66666667%;
  }
  .ha {
    width: 83.33333333%;
  }
  .gw {
    width: 75%;
  }
  .gs {
    width: 66.66666667%;
  }
  .go {
    width: 58.33333333%;
  }
  .gk {
    width: 50%;
  }
  .gg {
    width: 41.66666667%;
  }
  .gc {
    width: 33.33333333%;
  }
  .fy {
    width: 25%;
  }
  .fu {
    width: 16.66666667%;
  }
  .fq {
    width: 8.33333333%;
  }
  .iz {
    right: 100%;
  }
  .ja {
    right: 91.66666667%;
  }
  .jb {
    right: 83.33333333%;
  }
  .jc {
    right: 75%;
  }
  .jd {
    right: 66.66666667%;
  }
  .je {
    right: 58.33333333%;
  }
  .jf {
    right: 50%;
  }
  .jg {
    right: 41.66666667%;
  }
  .jh {
    right: 33.33333333%;
  }
  .ji {
    right: 25%;
  }
  .jj {
    right: 16.66666667%;
  }
  .jk {
    right: 8.33333333%;
  }
  .jl {
    right: auto;
  }
  .jm {
    left: 100%;
  }
  .jn {
    left: 91.66666667%;
  }
  .jo {
    left: 83.33333333%;
  }
  .jp {
    left: 75%;
  }
  .jq {
    left: 66.66666667%;
  }
  .jr {
    left: 58.33333333%;
  }
  .js {
    left: 50%;
  }
  .jt {
    left: 41.66666667%;
  }
  .ju {
    left: 33.33333333%;
  }
  .jv {
    left: 25%;
  }
  .jw {
    left: 16.66666667%;
  }
  .jx {
    left: 8.33333333%;
  }
  .jy {
    left: auto;
  }
  .jz {
    margin-left: 100%;
  }
  .ka {
    margin-left: 91.66666667%;
  }
  .kb {
    margin-left: 83.33333333%;
  }
  .kc {
    margin-left: 75%;
  }
  .kd {
    margin-left: 66.66666667%;
  }
  .ke {
    margin-left: 58.33333333%;
  }
  .kf {
    margin-left: 50%;
  }
  .kg {
    margin-left: 41.66666667%;
  }
  .kh {
    margin-left: 33.33333333%;
  }
  .ki {
    margin-left: 25%;
  }
  .kj {
    margin-left: 16.66666667%;
  }
  .kk {
    margin-left: 8.33333333%;
  }
  .kl {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .fr, .fv, .fz, .gd, .gh, .gl, .gp, .gt, .gx, .hb, .hf, .hj {
    float: left;
  }
  .hj {
    width: 100%;
  }
  .hf {
    width: 91.66666667%;
  }
  .hb {
    width: 83.33333333%;
  }
  .gx {
    width: 75%;
  }
  .gt {
    width: 66.66666667%;
  }
  .gp {
    width: 58.33333333%;
  }
  .gl {
    width: 50%;
  }
  .gh {
    width: 41.66666667%;
  }
  .gd {
    width: 33.33333333%;
  }
  .fz {
    width: 25%;
  }
  .fv {
    width: 16.66666667%;
  }
  .fr {
    width: 8.33333333%;
  }
  .km {
    right: 100%;
  }
  .kn {
    right: 91.66666667%;
  }
  .ko {
    right: 83.33333333%;
  }
  .kp {
    right: 75%;
  }
  .kq {
    right: 66.66666667%;
  }
  .kr {
    right: 58.33333333%;
  }
  .ks {
    right: 50%;
  }
  .kt {
    right: 41.66666667%;
  }
  .ku {
    right: 33.33333333%;
  }
  .kv {
    right: 25%;
  }
  .kw {
    right: 16.66666667%;
  }
  .kx {
    right: 8.33333333%;
  }
  .ky {
    right: auto;
  }
  .kz {
    left: 100%;
  }
  .la {
    left: 91.66666667%;
  }
  .lb {
    left: 83.33333333%;
  }
  .lc {
    left: 75%;
  }
  .ld {
    left: 66.66666667%;
  }
  .le {
    left: 58.33333333%;
  }
  .lf {
    left: 50%;
  }
  .lg {
    left: 41.66666667%;
  }
  .lh {
    left: 33.33333333%;
  }
  .li {
    left: 25%;
  }
  .lj {
    left: 16.66666667%;
  }
  .lk {
    left: 8.33333333%;
  }
  .ll {
    left: auto;
  }
  .lm {
    margin-left: 100%;
  }
  .ln {
    margin-left: 91.66666667%;
  }
  .lo {
    margin-left: 83.33333333%;
  }
  .lp {
    margin-left: 75%;
  }
  .lq {
    margin-left: 66.66666667%;
  }
  .lr {
    margin-left: 58.33333333%;
  }
  .ls {
    margin-left: 50%;
  }
  .lt {
    margin-left: 41.66666667%;
  }
  .lu {
    margin-left: 33.33333333%;
  }
  .lv {
    margin-left: 25%;
  }
  .lw {
    margin-left: 16.66666667%;
  }
  .lx {
    margin-left: 8.33333333%;
  }
  .ly {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .fs, .fw, .ga, .ge, .gi, .gm, .gq, .gu, .gy, .hc, .hg, .hk {
    float: left;
  }
  .hk {
    width: 100%;
  }
  .hg {
    width: 91.66666667%;
  }
  .hc {
    width: 83.33333333%;
  }
  .gy {
    width: 75%;
  }
  .gu {
    width: 66.66666667%;
  }
  .gq {
    width: 58.33333333%;
  }
  .gm {
    width: 50%;
  }
  .gi {
    width: 41.66666667%;
  }
  .ge {
    width: 33.33333333%;
  }
  .ga {
    width: 25%;
  }
  .fw {
    width: 16.66666667%;
  }
  .fs {
    width: 8.33333333%;
  }
  .lz {
    right: 100%;
  }
  .ma {
    right: 91.66666667%;
  }
  .mb {
    right: 83.33333333%;
  }
  .mc {
    right: 75%;
  }
  .md {
    right: 66.66666667%;
  }
  .me {
    right: 58.33333333%;
  }
  .mf {
    right: 50%;
  }
  .mg {
    right: 41.66666667%;
  }
  .mh {
    right: 33.33333333%;
  }
  .mi {
    right: 25%;
  }
  .mj {
    right: 16.66666667%;
  }
  .mk {
    right: 8.33333333%;
  }
  .ml {
    right: auto;
  }
  .mm {
    left: 100%;
  }
  .mn {
    left: 91.66666667%;
  }
  .mo {
    left: 83.33333333%;
  }
  .mp {
    left: 75%;
  }
  .mq {
    left: 66.66666667%;
  }
  .mr {
    left: 58.33333333%;
  }
  .ms {
    left: 50%;
  }
  .mt {
    left: 41.66666667%;
  }
  .mu {
    left: 33.33333333%;
  }
  .mv {
    left: 25%;
  }
  .mw {
    left: 16.66666667%;
  }
  .mx {
    left: 8.33333333%;
  }
  .my {
    left: auto;
  }
  .mz {
    margin-left: 100%;
  }
  .na {
    margin-left: 91.66666667%;
  }
  .nb {
    margin-left: 83.33333333%;
  }
  .nc {
    margin-left: 75%;
  }
  .nd {
    margin-left: 66.66666667%;
  }
  .ne {
    margin-left: 58.33333333%;
  }
  .nf {
    margin-left: 50%;
  }
  .ng {
    margin-left: 41.66666667%;
  }
  .nh {
    margin-left: 33.33333333%;
  }
  .ni {
    margin-left: 25%;
  }
  .nj {
    margin-left: 16.66666667%;
  }
  .nk {
    margin-left: 8.33333333%;
  }
  .nl {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bec8ce;
  text-align: left;
}
th {
  text-align: left;
}
.dw {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.dw > thead > tr > th,
.dw > tbody > tr > th,
.dw > tfoot > tr > th,
.dw > thead > tr > td,
.dw > tbody > tr > td,
.dw > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.dw > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.dw > caption + thead > tr:first-child > th,
.dw > colgroup + thead > tr:first-child > th,
.dw > thead:first-child > tr:first-child > th,
.dw > caption + thead > tr:first-child > td,
.dw > colgroup + thead > tr:first-child > td,
.dw > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.dw > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.dw .dw {
  background-color: #ffffff;
}
.nm > thead > tr > th,
.nm > tbody > tr > th,
.nm > tfoot > tr > th,
.nm > thead > tr > td,
.nm > tbody > tr > td,
.nm > tfoot > tr > td {
  padding: 5px;
}
.dx {
  border: 1px solid #dddddd;
}
.dx > thead > tr > th,
.dx > tbody > tr > th,
.dx > tfoot > tr > th,
.dx > thead > tr > td,
.dx > tbody > tr > td,
.dx > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.dx > thead > tr > th,
.dx > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.nn > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.dw > thead > tr > td.active,
.dw > tbody > tr > td.active,
.dw > tfoot > tr > td.active,
.dw > thead > tr > th.active,
.dw > tbody > tr > th.active,
.dw > tfoot > tr > th.active,
.dw > thead > tr.active > td,
.dw > tbody > tr.active > td,
.dw > tfoot > tr.active > td,
.dw > thead > tr.active > th,
.dw > tbody > tr.active > th,
.dw > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.nn > tbody > tr > td.active:hover,
.nn > tbody > tr > th.active:hover,
.nn > tbody > tr.active:hover > td,
.nn > tbody > tr:hover > .active,
.nn > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.dw > thead > tr > td.no,
.dw > tbody > tr > td.no,
.dw > tfoot > tr > td.no,
.dw > thead > tr > th.no,
.dw > tbody > tr > th.no,
.dw > tfoot > tr > th.no,
.dw > thead > tr.no > td,
.dw > tbody > tr.no > td,
.dw > tfoot > tr.no > td,
.dw > thead > tr.no > th,
.dw > tbody > tr.no > th,
.dw > tfoot > tr.no > th {
  background-color: #dff0d8;
}
.nn > tbody > tr > td.no:hover,
.nn > tbody > tr > th.no:hover,
.nn > tbody > tr.no:hover > td,
.nn > tbody > tr:hover > .no,
.nn > tbody > tr.no:hover > th {
  background-color: #d0e9c6;
}
.dw > thead > tr > td.np,
.dw > tbody > tr > td.np,
.dw > tfoot > tr > td.np,
.dw > thead > tr > th.np,
.dw > tbody > tr > th.np,
.dw > tfoot > tr > th.np,
.dw > thead > tr.np > td,
.dw > tbody > tr.np > td,
.dw > tfoot > tr.np > td,
.dw > thead > tr.np > th,
.dw > tbody > tr.np > th,
.dw > tfoot > tr.np > th {
  background-color: #d9edf7;
}
.nn > tbody > tr > td.np:hover,
.nn > tbody > tr > th.np:hover,
.nn > tbody > tr.np:hover > td,
.nn > tbody > tr:hover > .np,
.nn > tbody > tr.np:hover > th {
  background-color: #c4e3f3;
}
.dw > thead > tr > td.nq,
.dw > tbody > tr > td.nq,
.dw > tfoot > tr > td.nq,
.dw > thead > tr > th.nq,
.dw > tbody > tr > th.nq,
.dw > tfoot > tr > th.nq,
.dw > thead > tr.nq > td,
.dw > tbody > tr.nq > td,
.dw > tfoot > tr.nq > td,
.dw > thead > tr.nq > th,
.dw > tbody > tr.nq > th,
.dw > tfoot > tr.nq > th {
  background-color: #fcf8e3;
}
.nn > tbody > tr > td.nq:hover,
.nn > tbody > tr > th.nq:hover,
.nn > tbody > tr.nq:hover > td,
.nn > tbody > tr:hover > .nq,
.nn > tbody > tr.nq:hover > th {
  background-color: #faf2cc;
}
.dw > thead > tr > td.nr,
.dw > tbody > tr > td.nr,
.dw > tfoot > tr > td.nr,
.dw > thead > tr > th.nr,
.dw > tbody > tr > th.nr,
.dw > tfoot > tr > th.nr,
.dw > thead > tr.nr > td,
.dw > tbody > tr.nr > td,
.dw > tfoot > tr.nr > td,
.dw > thead > tr.nr > th,
.dw > tbody > tr.nr > th,
.dw > tfoot > tr.nr > th {
  background-color: #f2dede;
}
.nn > tbody > tr > td.nr:hover,
.nn > tbody > tr > th.nr:hover,
.nn > tbody > tr.nr:hover > td,
.nn > tbody > tr:hover > .nr,
.nn > tbody > tr.nr:hover > th {
  background-color: #ebcccc;
}
.ns {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .ns {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .ns > .dw {
    margin-bottom: 0;
  }
  .ns > .dw > thead > tr > th,
  .ns > .dw > tbody > tr > th,
  .ns > .dw > tfoot > tr > th,
  .ns > .dw > thead > tr > td,
  .ns > .dw > tbody > tr > td,
  .ns > .dw > tfoot > tr > td {
    white-space: nowrap;
  }
  .ns > .dx {
    border: 0;
  }
  .ns > .dx > thead > tr > th:first-child,
  .ns > .dx > tbody > tr > th:first-child,
  .ns > .dx > tfoot > tr > th:first-child,
  .ns > .dx > thead > tr > td:first-child,
  .ns > .dx > tbody > tr > td:first-child,
  .ns > .dx > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ns > .dx > thead > tr > th:last-child,
  .ns > .dx > tbody > tr > th:last-child,
  .ns > .dx > tfoot > tr > th:last-child,
  .ns > .dx > thead > tr > td:last-child,
  .ns > .dx > tbody > tr > td:last-child,
  .ns > .dx > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ns > .dx > tbody > tr:last-child > th,
  .ns > .dx > tfoot > tr:last-child > th,
  .ns > .dx > tbody > tr:last-child > td,
  .ns > .dx > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px;
  }
  input[type="date"].nt,
  input[type="time"].nt,
  input[type="datetime-local"].nt,
  input[type="month"].nt,
  .nu input[type="date"],
  .nu input[type="time"],
  .nu input[type="datetime-local"],
  .nu input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].nv,
  input[type="time"].nv,
  input[type="datetime-local"].nv,
  input[type="month"].nv,
  .nw input[type="date"],
  .nw input[type="time"],
  .nw input[type="datetime-local"],
  .nw input[type="month"] {
    line-height: 48px;
  }
}
.nx {
  margin-bottom: 15px;
}
.ny,
.nz {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ny label,
.nz label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.ny input[type="radio"],
.oa input[type="radio"],
.nz input[type="checkbox"],
.ob input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.ny + .ny,
.nz + .nz {
  margin-top: -5px;
}
.oa,
.ob {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.oa + .oa,
.ob + .ob {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.oa.disabled,
.ob.disabled,
fieldset[disabled] .oa,
fieldset[disabled] .ob {
  cursor: not-allowed;
}
.ny.disabled label,
.nz.disabled label,
fieldset[disabled] .ny label,
fieldset[disabled] .nz label {
  cursor: not-allowed;
}
.oc {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.oc.nv,
.oc.nt {
  padding-left: 0;
  padding-right: 0;
}
.nt {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.nt {
  height: 31px;
  line-height: 31px;
}
textarea.nt,
select[multiple].nt {
  height: auto;
}
.od .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.od select.form-control {
  height: 31px;
  line-height: 31px;
}
.od textarea.form-control,
.od select[multiple].form-control {
  height: auto;
}
.od .oc {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.nv {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.nv {
  height: 48px;
  line-height: 48px;
}
textarea.nv,
select[multiple].nv {
  height: auto;
}
.oe .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.oe select.form-control {
  height: 48px;
  line-height: 48px;
}
.oe textarea.form-control,
.oe select[multiple].form-control {
  height: auto;
}
.oe .oc {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.of {
  position: relative;
}
.of .form-control {
  padding-right: 43.75px;
}
.og {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.nv + .og,
.nw + .og,
.oe .form-control + .og {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.nt + .og,
.nu + .og,
.od .form-control + .og {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.oh .oi,
.oh .oj,
.oh .ny,
.oh .nz,
.oh .oa,
.oh .ob,
.oh.ny label,
.oh.nz label,
.oh.oa label,
.oh.ob label {
  color: #3c763d;
}
.oh .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.oh .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.oh .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.oh .og {
  color: #3c763d;
}
.ok .oi,
.ok .oj,
.ok .ny,
.ok .nz,
.ok .oa,
.ok .ob,
.ok.ny label,
.ok.nz label,
.ok.oa label,
.ok.ob label {
  color: #8a6d3b;
}
.ok .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ok .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.ok .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.ok .og {
  color: #8a6d3b;
}
.ol .oi,
.ol .oj,
.ol .ny,
.ol .nz,
.ol .oa,
.ol .ob,
.ol.ny label,
.ol.nz label,
.ol.oa label,
.ol.ob label {
  color: #a94442;
}
.ol .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ol .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.ol .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.ol .og {
  color: #a94442;
}
.of label ~ .og {
  top: 26px;
}
.of label.ee ~ .og {
  top: 0;
}
.oi {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #adafb2;
}
@media (min-width: 768px) {
  .om .nx {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .om .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .om .oc {
    display: inline-block;
  }
  .om .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .om .input-group .input-group-addon,
  .om .input-group .on,
  .om .input-group .form-control {
    width: auto;
  }
  .om .input-group > .form-control {
    width: 100%;
  }
  .om .oj {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .om .ny,
  .om .nz {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .om .ny label,
  .om .nz label {
    padding-left: 0;
  }
  .om .ny input[type="radio"],
  .om .nz input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .om .of .og {
    top: 0;
  }
}
.oo .ny,
.oo .nz,
.oo .oa,
.oo .ob {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.oo .ny,
.oo .nz {
  min-height: 28px;
}
.oo .nx {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .oo .oj {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.oo .of .og {
  right: 10px;
}
@media (min-width: 768px) {
  .oo .oe .oj {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .oo .od .oj {
    padding-top: 6px;
    font-size: 13px;
  }
}
.dl {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dl:focus,
.dl:active:focus,
.dl.active:focus,
.dl.op,
.dl:active.op,
.dl.active.op {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dl:hover,
.dl:focus,
.dl.op {
  color: #333333;
  text-decoration: none;
}
.dl:active,
.dl.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dl.disabled,
.dl[disabled],
fieldset[disabled] .dl {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.dl.disabled,
fieldset[disabled] a.dl {
  pointer-events: none;
}
.oq {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.oq:focus,
.oq.op {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.oq:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.oq:active,
.oq.active,
.open > .or.oq {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.oq:active:hover,
.oq.active:hover,
.open > .or.oq:hover,
.oq:active:focus,
.oq.active:focus,
.open > .or.oq:focus,
.oq:active.op,
.oq.active.op,
.open > .or.oq.op {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.oq:active,
.oq.active,
.open > .or.oq {
  background-image: none;
}
.oq.disabled:hover,
.oq[disabled]:hover,
fieldset[disabled] .oq:hover,
.oq.disabled:focus,
.oq[disabled]:focus,
fieldset[disabled] .oq:focus,
.oq.disabled.op,
.oq[disabled].op,
fieldset[disabled] .oq.op {
  background-color: #ffffff;
  border-color: #cccccc;
}
.oq .os {
  color: #ffffff;
  background-color: #333333;
}
.ot {
  color: #ffffff;
  background-color: #2595ff;
  border-color: #0b89ff;
}
.ot:focus,
.ot.op {
  color: #ffffff;
  background-color: #007cf1;
  border-color: #00478b;
}
.ot:hover {
  color: #ffffff;
  background-color: #007cf1;
  border-color: #0069cd;
}
.ot:active,
.ot.active,
.open > .or.ot {
  color: #ffffff;
  background-color: #007cf1;
  border-color: #0069cd;
}
.ot:active:hover,
.ot.active:hover,
.open > .or.ot:hover,
.ot:active:focus,
.ot.active:focus,
.open > .or.ot:focus,
.ot:active.op,
.ot.active.op,
.open > .or.ot.op {
  color: #ffffff;
  background-color: #0069cd;
  border-color: #00478b;
}
.ot:active,
.ot.active,
.open > .or.ot {
  background-image: none;
}
.ot.disabled:hover,
.ot[disabled]:hover,
fieldset[disabled] .ot:hover,
.ot.disabled:focus,
.ot[disabled]:focus,
fieldset[disabled] .ot:focus,
.ot.disabled.op,
.ot[disabled].op,
fieldset[disabled] .ot.op {
  background-color: #2595ff;
  border-color: #0b89ff;
}
.ot .os {
  color: #2595ff;
  background-color: #ffffff;
}
.ou {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ou:focus,
.ou.op {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.ou:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.ou:active,
.ou.active,
.open > .or.ou {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.ou:active:hover,
.ou.active:hover,
.open > .or.ou:hover,
.ou:active:focus,
.ou.active:focus,
.open > .or.ou:focus,
.ou:active.op,
.ou.active.op,
.open > .or.ou.op {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.ou:active,
.ou.active,
.open > .or.ou {
  background-image: none;
}
.ou.disabled:hover,
.ou[disabled]:hover,
fieldset[disabled] .ou:hover,
.ou.disabled:focus,
.ou[disabled]:focus,
fieldset[disabled] .ou:focus,
.ou.disabled.op,
.ou[disabled].op,
fieldset[disabled] .ou.op {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ou .os {
  color: #5cb85c;
  background-color: #ffffff;
}
.ov {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ov:focus,
.ov.op {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.ov:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.ov:active,
.ov.active,
.open > .or.ov {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.ov:active:hover,
.ov.active:hover,
.open > .or.ov:hover,
.ov:active:focus,
.ov.active:focus,
.open > .or.ov:focus,
.ov:active.op,
.ov.active.op,
.open > .or.ov.op {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.ov:active,
.ov.active,
.open > .or.ov {
  background-image: none;
}
.ov.disabled:hover,
.ov[disabled]:hover,
fieldset[disabled] .ov:hover,
.ov.disabled:focus,
.ov[disabled]:focus,
fieldset[disabled] .ov:focus,
.ov.disabled.op,
.ov[disabled].op,
fieldset[disabled] .ov.op {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ov .os {
  color: #5bc0de;
  background-color: #ffffff;
}
.ow {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ow:focus,
.ow.op {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.ow:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.ow:active,
.ow.active,
.open > .or.ow {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.ow:active:hover,
.ow.active:hover,
.open > .or.ow:hover,
.ow:active:focus,
.ow.active:focus,
.open > .or.ow:focus,
.ow:active.op,
.ow.active.op,
.open > .or.ow.op {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.ow:active,
.ow.active,
.open > .or.ow {
  background-image: none;
}
.ow.disabled:hover,
.ow[disabled]:hover,
fieldset[disabled] .ow:hover,
.ow.disabled:focus,
.ow[disabled]:focus,
fieldset[disabled] .ow:focus,
.ow.disabled.op,
.ow[disabled].op,
fieldset[disabled] .ow.op {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ow .os {
  color: #f0ad4e;
  background-color: #ffffff;
}
.ox {
  color: #ffffff;
  background-color: #ff3167;
  border-color: #ff1854;
}
.ox:focus,
.ox.op {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #970028;
}
.ox:hover {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}
.ox:active,
.ox.active,
.open > .or.ox {
  color: #ffffff;
  background-color: #fd0042;
  border-color: #d90039;
}
.ox:active:hover,
.ox.active:hover,
.open > .or.ox:hover,
.ox:active:focus,
.ox.active:focus,
.open > .or.ox:focus,
.ox:active.op,
.ox.active.op,
.open > .or.ox.op {
  color: #ffffff;
  background-color: #d90039;
  border-color: #970028;
}
.ox:active,
.ox.active,
.open > .or.ox {
  background-image: none;
}
.ox.disabled:hover,
.ox[disabled]:hover,
fieldset[disabled] .ox:hover,
.ox.disabled:focus,
.ox[disabled]:focus,
fieldset[disabled] .ox:focus,
.ox.disabled.op,
.ox[disabled].op,
fieldset[disabled] .ox.op {
  background-color: #ff3167;
  border-color: #ff1854;
}
.ox .os {
  color: #ff3167;
  background-color: #ffffff;
}
.oy {
  color: #2595ff;
  font-weight: normal;
  border-radius: 0;
}
.oy,
.oy:active,
.oy.active,
.oy[disabled],
fieldset[disabled] .oy {
  background-color: transparent;
  box-shadow: none;
}
.oy,
.oy:hover,
.oy:focus,
.oy:active {
  border-color: transparent;
}
.oy:hover,
.oy:focus {
  color: #006fd7;
  text-decoration: underline;
  background-color: transparent;
}
.oy[disabled]:hover,
fieldset[disabled] .oy:hover,
.oy[disabled]:focus,
fieldset[disabled] .oy:focus {
  color: #bec8ce;
  text-decoration: none;
}
.ao,
.oz > .dl {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.pa,
.pb > .dl {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.pc,
.pd > .dl {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.du {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dv,
.dropdown {
  position: relative;
}
.or:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.fm {
  right: 0;
  left: auto;
}
.dropdown-menu .pe {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2595ff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bec8ce;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Mpf.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.pg {
  left: auto;
  right: 0;
}
.ph {
  left: 0;
  right: auto;
}
.pi {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #bec8ce;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.fm > .dropdown-menu {
  right: 0;
  left: auto;
}
.dv .du,
.pj .dropdown .du {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dv .dropdown-menu,
.pj .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .pk .dropdown-menu {
    left: auto;
    right: 0;
  }
  .pk .ph {
    left: 0;
    right: auto;
  }
}
.pl,
.pm {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.pl > .dl,
.pm > .dl {
  position: relative;
  float: left;
}
.pl > .dl:hover,
.pm > .dl:hover,
.pl > .dl:focus,
.pm > .dl:focus,
.pl > .dl:active,
.pm > .dl:active,
.pl > .dl.active,
.pm > .dl.active {
  z-index: 2;
}
.pl .dl + .dl,
.pl .dl + .pl,
.pl .pl + .dl,
.pl .pl + .pl {
  margin-left: -1px;
}
.pn {
  margin-left: -5px;
}
.pn .dl,
.pn .pl,
.pn .input-group {
  float: left;
}
.pn > .dl,
.pn > .pl,
.pn > .input-group {
  margin-left: 5px;
}
.pl > .dl:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.pl > .dl:first-child {
  margin-left: 0;
}
.pl > .dl:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pl > .dl:last-child:not(:first-child),
.pl > .or:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pl > .pl {
  float: left;
}
.pl > .pl:not(:first-child):not(:last-child) > .dl {
  border-radius: 0;
}
.pl > .pl:first-child:not(:last-child) > .dl:last-child,
.pl > .pl:first-child:not(:last-child) > .or {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pl > .pl:last-child:not(:first-child) > .dl:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pl .or:active,
.pl.open .or {
  outline: 0;
}
.pl > .dl + .or {
  padding-left: 8px;
  padding-right: 8px;
}
.pl > .ao + .or {
  padding-left: 12px;
  padding-right: 12px;
}
.pl.open .or {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pl.open .or.oy {
  box-shadow: none;
}
.dl .du {
  margin-left: 0;
}
.ao .du {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dv .ao .du {
  border-width: 0 5px 5px;
}
.pm > .dl,
.pm > .pl,
.pm > .pl > .dl {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.pm > .pl > .dl {
  float: none;
}
.pm > .dl + .dl,
.pm > .dl + .pl,
.pm > .pl + .dl,
.pm > .pl + .pl {
  margin-top: -1px;
  margin-left: 0;
}
.pm > .dl:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.pm > .dl:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pm > .dl:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pm > .pl:not(:first-child):not(:last-child) > .dl {
  border-radius: 0;
}
.pm > .pl:first-child:not(:last-child) > .dl:last-child,
.pm > .pl:first-child:not(:last-child) > .or {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pm > .pl:last-child:not(:first-child) > .dl:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.po {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.po > .dl,
.po > .pl {
  float: none;
  display: table-cell;
  width: 1%;
}
.po > .pl .dl {
  width: 100%;
}
.po > .pl .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .dl input[type="radio"],
[data-toggle="buttons"] > .pl > .dl input[type="radio"],
[data-toggle="buttons"] > .dl input[type="checkbox"],
[data-toggle="buttons"] > .pl > .dl input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.nw > .form-control,
.nw > .input-group-addon,
.nw > .on > .dl {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.nw > .form-control,
select.nw > .input-group-addon,
select.nw > .on > .dl {
  height: 48px;
  line-height: 48px;
}
textarea.nw > .form-control,
textarea.nw > .input-group-addon,
textarea.nw > .on > .dl,
select[multiple].nw > .form-control,
select[multiple].nw > .input-group-addon,
select[multiple].nw > .on > .dl {
  height: auto;
}
.nu > .form-control,
.nu > .input-group-addon,
.nu > .on > .dl {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.nu > .form-control,
select.nu > .input-group-addon,
select.nu > .on > .dl {
  height: 31px;
  line-height: 31px;
}
textarea.nu > .form-control,
textarea.nu > .input-group-addon,
textarea.nu > .on > .dl,
select[multiple].nu > .form-control,
select[multiple].nu > .input-group-addon,
select[multiple].nu > .on > .dl {
  height: auto;
}
.input-group-addon,
.on,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.on:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.on {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.nt {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.nv {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.on:first-child > .dl,
.on:first-child > .pl > .dl,
.on:first-child > .or,
.on:last-child > .dl:not(:last-child):not(.dropdown-toggle),
.on:last-child > .pl:not(:last-child) > .dl {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.on:last-child > .dl,
.on:last-child > .pl > .dl,
.on:last-child > .or,
.on:first-child > .dl:not(:first-child),
.on:first-child > .pl:not(:first-child) > .dl {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.on {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.on > .dl {
  position: relative;
}
.on > .dl + .dl {
  margin-left: -1px;
}
.on > .dl:hover,
.on > .dl:focus,
.on > .dl:active {
  z-index: 2;
}
.on:first-child > .dl,
.on:first-child > .pl {
  margin-right: -1px;
}
.on:last-child > .dl,
.on:last-child > .pl {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #bec8ce;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bec8ce;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2595ff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.pp {
  border-bottom: 1px solid #dddddd;
}
.pp > li {
  float: left;
  margin-bottom: -1px;
}
.pp > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.pp > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.pp > li.active > a,
.pp > li.active > a:hover,
.pp > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.pp.pq {
  width: 100%;
  border-bottom: 0;
}
.pp.pq > li {
  float: none;
}
.pp.pq > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.pp.pq > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .pp.pq > li {
    display: table-cell;
    width: 1%;
  }
  .pp.pq > li > a {
    margin-bottom: 0;
  }
}
.pp.pq > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.pp.pq > .active > a,
.pp.pq > .active > a:hover,
.pp.pq > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .pp.pq > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .pp.pq > .active > a,
  .pp.pq > .active > a:hover,
  .pp.pq > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.pr > li {
  float: left;
}
.pr > li > a {
  border-radius: 4px;
}
.pr > li + li {
  margin-left: 2px;
}
.pr > li.active > a,
.pr > li.active > a:hover,
.pr > li.active > a:focus {
  color: #ffffff;
  background-color: #2595ff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.pq {
  width: 100%;
}
.pq > li {
  float: none;
}
.pq > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.pq > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .pq > li {
    display: table-cell;
    width: 1%;
  }
  .pq > li > a {
    margin-bottom: 0;
  }
}
.ps {
  border-bottom: 0;
}
.ps > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.ps > .active > a,
.ps > .active > a:hover,
.ps > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .ps > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .ps > .active > a,
  .ps > .active > a:hover,
  .ps > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.pt > .pu {
  display: none;
}
.pt > .active {
  display: block;
}
.pp .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dt {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .dt {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .pv {
    float: left;
  }
}
.pw {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.pw.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .pw {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .pw.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .pw.in {
    overflow-y: visible;
  }
  .px .pw,
  .py .pw,
  .pj .pw {
    padding-left: 0;
    padding-right: 0;
  }
}
.px .pw,
.pj .pw {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .px .pw,
  .pj .pw {
    max-height: 200px;
  }
}
.e > .pv,
.fo > .pv,
.e > .pw,
.fo > .pw {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .e > .pv,
  .fo > .pv,
  .e > .pw,
  .fo > .pw {
    margin-right: 0;
    margin-left: 0;
  }
}
.py {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .py {
    border-radius: 0;
  }
}
.px,
.pj {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .px,
  .pj {
    border-radius: 0;
  }
}
.px {
  top: 0;
  border-width: 0 0 1px;
}
.pj {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.l {
  float: left;
  padding: 14.5px 10px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.l:hover,
.l:focus {
  text-decoration: none;
}
.l > img {
  display: block;
}
@media (min-width: 768px) {
  .dt > .e .l,
  .dt > .fo .l {
    margin-left: -10px;
  }
}
.pz {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pz:focus {
  outline: 0;
}
.pz .qa {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.pz .qa + .qa {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .pz {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .pi {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
.qb {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .qb .nx {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .qb .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .qb .oc {
    display: inline-block;
  }
  .qb .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .qb .input-group .input-group-addon,
  .qb .input-group .on,
  .qb .input-group .form-control {
    width: auto;
  }
  .qb .input-group > .form-control {
    width: 100%;
  }
  .qb .oj {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .qb .ny,
  .qb .nz {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .qb .ny label,
  .qb .nz label {
    padding-left: 0;
  }
  .qb .ny input[type="radio"],
  .qb .nz input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .qb .of .og {
    top: 0;
  }
}
@media (max-width: 767px) {
  .qb .nx {
    margin-bottom: 5px;
  }
  .qb .nx:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .qb {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pj .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.qc {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.qc.pa {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.qc.pc {
  margin-top: 14px;
  margin-bottom: 14px;
}
.qd {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .qd {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .qe {
    float: left !important;
  }
  .pk {
    float: right !important;
    margin-right: -10px;
  }
  .pk ~ .pk {
    margin-right: 0;
  }
}
.qf {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.qf .l {
  color: #777777;
}
.qf .l:hover,
.qf .l:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.qf .qd {
  color: #777777;
}
.qf .navbar-nav > li > a {
  color: #777777;
}
.qf .navbar-nav > li > a:hover,
.qf .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.qf .navbar-nav > .active > a,
.qf .navbar-nav > .active > a:hover,
.qf .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.qf .navbar-nav > .disabled > a,
.qf .navbar-nav > .disabled > a:hover,
.qf .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.qf .pz {
  border-color: #dddddd;
}
.qf .pz:hover,
.qf .pz:focus {
  background-color: #dddddd;
}
.qf .pz .qa {
  background-color: #888888;
}
.qf .pw,
.qf .qb {
  border-color: #eeeeee;
}
.qf .navbar-nav > .open > a,
.qf .navbar-nav > .open > a:hover,
.qf .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}
@media (max-width: 767px) {
  .qf .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .qf .navbar-nav .open .dropdown-menu > li > a:hover,
  .qf .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .qf .navbar-nav .open .dropdown-menu > .active > a,
  .qf .navbar-nav .open .dropdown-menu > .active > a:hover,
  .qf .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .qf .navbar-nav .open .dropdown-menu > .disabled > a,
  .qf .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .qf .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.qf .qg {
  color: #777777;
}
.qf .qg:hover {
  color: #333333;
}
.qf .oy {
  color: #777777;
}
.qf .oy:hover,
.qf .oy:focus {
  color: #333333;
}
.qf .oy[disabled]:hover,
fieldset[disabled] .qf .oy:hover,
.qf .oy[disabled]:focus,
fieldset[disabled] .qf .oy:focus {
  color: #cccccc;
}
.qh {
  background-color: #222222;
  border-color: #080808;
}
.qh .l {
  color: #eaedef;
}
.qh .l:hover,
.qh .l:focus {
  color: #ffffff;
  background-color: transparent;
}
.qh .qd {
  color: #eaedef;
}
.qh .navbar-nav > li > a {
  color: #eaedef;
}
.qh .navbar-nav > li > a:hover,
.qh .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.qh .navbar-nav > .active > a,
.qh .navbar-nav > .active > a:hover,
.qh .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.qh .navbar-nav > .disabled > a,
.qh .navbar-nav > .disabled > a:hover,
.qh .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.qh .pz {
  border-color: #333333;
}
.qh .pz:hover,
.qh .pz:focus {
  background-color: #333333;
}
.qh .pz .qa {
  background-color: #ffffff;
}
.qh .pw,
.qh .qb {
  border-color: #101010;
}
.qh .navbar-nav > .open > a,
.qh .navbar-nav > .open > a:hover,
.qh .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .qh .navbar-nav .open .dropdown-menu > .pi {
    border-color: #080808;
  }
  .qh .navbar-nav .open .dropdown-menu .pe {
    background-color: #080808;
  }
  .qh .navbar-nav .open .dropdown-menu > li > a {
    color: #eaedef;
  }
  .qh .navbar-nav .open .dropdown-menu > li > a:hover,
  .qh .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .qh .navbar-nav .open .dropdown-menu > .active > a,
  .qh .navbar-nav .open .dropdown-menu > .active > a:hover,
  .qh .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .qh .navbar-nav .open .dropdown-menu > .disabled > a,
  .qh .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .qh .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.qh .qg {
  color: #eaedef;
}
.qh .qg:hover {
  color: #ffffff;
}
.qh .oy {
  color: #eaedef;
}
.qh .oy:hover,
.qh .oy:focus {
  color: #ffffff;
}
.qh .oy[disabled]:hover,
fieldset[disabled] .qh .oy:hover,
.qh .oy[disabled]:focus,
fieldset[disabled] .qh .oy:focus {
  color: #444444;
}
.qi {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.qi > li {
  display: inline-block;
}
.qi > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.qi > .active {
  color: #bec8ce;
}
.qj {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.qj > li {
  display: inline;
}
.qj > li > a,
.qj > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: #2595ff;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.qj > li:first-child > a,
.qj > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.qj > li:last-child > a,
.qj > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.qj > li > a:hover,
.qj > li > span:hover,
.qj > li > a:focus,
.qj > li > span:focus {
  z-index: 2;
  color: #006fd7;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.qj > .active > a,
.qj > .active > span,
.qj > .active > a:hover,
.qj > .active > span:hover,
.qj > .active > a:focus,
.qj > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #2595ff;
  border-color: #2595ff;
  cursor: default;
}
.qj > .disabled > span,
.qj > .disabled > span:hover,
.qj > .disabled > span:focus,
.qj > .disabled > a,
.qj > .disabled > a:hover,
.qj > .disabled > a:focus {
  color: #bec8ce;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  pointer-events: none;
}
.qk > li > a,
.qk > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.qk > li:first-child > a,
.qk > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.qk > li:last-child > a,
.qk > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.ql > li > a,
.ql > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.ql > li:first-child > a,
.ql > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ql > li:last-child > a,
.ql > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.qm {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.qm li {
  display: inline;
}
.qm li > a,
.qm li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.qm li > a:hover,
.qm li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.qm .next > a,
.qm .next > span {
  float: right;
}
.qm .qn > a,
.qm .qn > span {
  float: left;
}
.qm .disabled > a,
.qm .disabled > a:hover,
.qm .disabled > a:focus,
.qm .disabled > span {
  color: #bec8ce;
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.dg {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.dg:hover,
a.dg:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.dg:empty {
  display: none;
}
.dl .dg {
  position: relative;
  top: -1px;
}
.qo {
  background-color: #bec8ce;
}
.qo[href]:hover,
.qo[href]:focus {
  background-color: #a1afb8;
}
.qp {
  background-color: #2595ff;
}
.qp[href]:hover,
.qp[href]:focus {
  background-color: #007cf1;
}
.qq {
  background-color: #5cb85c;
}
.qq[href]:hover,
.qq[href]:focus {
  background-color: #449d44;
}
.qr {
  background-color: #5bc0de;
}
.qr[href]:hover,
.qr[href]:focus {
  background-color: #31b0d5;
}
.qs {
  background-color: #f0ad4e;
}
.qs[href]:hover,
.qs[href]:focus {
  background-color: #ec971f;
}
.qt {
  background-color: #ff3167;
}
.qt[href]:hover,
.qt[href]:focus {
  background-color: #fd0042;
}
.os {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bec8ce;
  border-radius: 10px;
}
.os:empty {
  display: none;
}
.dl .os {
  position: relative;
  top: -1px;
}
.pc .os,
.pd > .dl .os {
  top: 0;
  padding: 1px 5px;
}
a.os:hover,
a.os:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.qu.active > .os,
.pr > .active > a > .os {
  color: #2595ff;
  background-color: #ffffff;
}
.qu > .os {
  float: right;
}
.qu > .os + .os {
  margin-right: 5px;
}
.pr > li > a > .os {
  margin-left: 3px;
}
.qv {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.qv h1,
.qv .eg {
  color: inherit;
}
.qv p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.qv > hr {
  border-top-color: #d5d5d5;
}
.e .qv,
.fo .qv {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.qv .e {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .qv {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .e .qv,
  .fo .qv {
    padding-left: 60px;
    padding-right: 60px;
  }
  .qv h1,
  .qv .eg {
    font-size: 68px;
  }
}
.dz {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.dz > img,
.dz a > img {
  margin-left: auto;
  margin-right: auto;
}
a.dz:hover,
a.dz:focus,
a.dz.active {
  border-color: #2595ff;
}
.dz .qw {
  padding: 9px;
  color: #6c6f73;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .qx {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.qy,
.alert-dismissible {
  padding-right: 35px;
}
.qy .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.qz {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.qz hr {
  border-top-color: #c9e2b3;
}
.qz .qx {
  color: #2b542c;
}
.ra {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.ra hr {
  border-top-color: #a6e1ec;
}
.ra .qx {
  color: #245269;
}
.rb {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.rb hr {
  border-top-color: #f7e1b5;
}
.rb .qx {
  color: #66512c;
}
.rc {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.rc hr {
  border-top-color: #e4b9c0;
}
.rc .qx {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.rd {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.re {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #2595ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.rf .re,
.rg {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.rd.active .re,
.re.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.rh {
  background-color: #5cb85c;
}
.rf .rh {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ri {
  background-color: #5bc0de;
}
.rf .ri {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rj {
  background-color: #f0ad4e;
}
.rf .rj {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rk {
  background-color: #ff3167;
}
.rf .rk {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rl {
  margin-top: 15px;
}
.rl:first-child {
  margin-top: 0;
}
.rl,
.rm {
  zoom: 1;
  overflow: hidden;
}
.rm {
  width: 10000px;
}
.rn {
  display: block;
}
.rn.ec {
  max-width: none;
}
.ro,
.rl > .fm {
  padding-left: 10px;
}
.rp,
.rl > .rq {
  padding-right: 10px;
}
.rp,
.ro,
.rm {
  display: table-cell;
  vertical-align: top;
}
.rr {
  vertical-align: middle;
}
.rs {
  vertical-align: bottom;
}
.rt {
  margin-top: 0;
  margin-bottom: 5px;
}
.ru {
  padding-left: 0;
  list-style: none;
}
.df {
  margin-bottom: 20px;
  padding-left: 0;
}
.qu {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.qu:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.qu:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.qu,
button.qu {
  color: #555555;
}
a.qu .rv,
button.qu .rv {
  color: #333333;
}
a.qu:hover,
button.qu:hover,
a.qu:focus,
button.qu:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.qu {
  width: 100%;
  text-align: left;
}
.qu.disabled,
.qu.disabled:hover,
.qu.disabled:focus {
  background-color: #eeeeee;
  color: #bec8ce;
  cursor: not-allowed;
}
.qu.disabled .rv,
.qu.disabled:hover .rv,
.qu.disabled:focus .rv {
  color: inherit;
}
.qu.disabled .rw,
.qu.disabled:hover .rw,
.qu.disabled:focus .rw {
  color: #bec8ce;
}
.qu.active,
.qu.active:hover,
.qu.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2595ff;
  border-color: #2595ff;
}
.qu.active .rv,
.qu.active:hover .rv,
.qu.active:focus .rv,
.qu.active .rv > small,
.qu.active:hover .rv > small,
.qu.active:focus .rv > small,
.qu.active .rv > .em,
.qu.active:hover .rv > .em,
.qu.active:focus .rv > .em {
  color: inherit;
}
.qu.active .rw,
.qu.active:hover .rw,
.qu.active:focus .rw {
  color: #f1f8ff;
}
.rx {
  color: #3c763d;
  background-color: #dff0d8;
}
a.rx,
button.rx {
  color: #3c763d;
}
a.rx .rv,
button.rx .rv {
  color: inherit;
}
a.rx:hover,
button.rx:hover,
a.rx:focus,
button.rx:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.rx.active,
button.rx.active,
a.rx.active:hover,
button.rx.active:hover,
a.rx.active:focus,
button.rx.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.ry {
  color: #31708f;
  background-color: #d9edf7;
}
a.ry,
button.ry {
  color: #31708f;
}
a.ry .rv,
button.ry .rv {
  color: inherit;
}
a.ry:hover,
button.ry:hover,
a.ry:focus,
button.ry:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.ry.active,
button.ry.active,
a.ry.active:hover,
button.ry.active:hover,
a.ry.active:focus,
button.ry.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.rz {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.rz,
button.rz {
  color: #8a6d3b;
}
a.rz .rv,
button.rz .rv {
  color: inherit;
}
a.rz:hover,
button.rz:hover,
a.rz:focus,
button.rz:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.rz.active,
button.rz.active,
a.rz.active:hover,
button.rz.active:hover,
a.rz.active:focus,
button.rz.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.sa {
  color: #a94442;
  background-color: #f2dede;
}
a.sa,
button.sa {
  color: #a94442;
}
a.sa .rv,
button.sa .rv {
  color: inherit;
}
a.sa:hover,
button.sa:hover,
a.sa:focus,
button.sa:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.sa.active,
button.sa.active,
a.sa.active:hover,
button.sa.active:hover,
a.sa.active:focus,
button.sa.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.rv {
  margin-top: 0;
  margin-bottom: 5px;
}
.rw {
  margin-bottom: 0;
  line-height: 1.3;
}
.sb {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sc {
  padding: 15px;
}
.sd {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sd > .dropdown .or {
  color: inherit;
}
.se {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.se > a,
.se > small,
.se > .em,
.se > small > a,
.se > .em > a {
  color: inherit;
}
.sf {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sb > .df,
.sb > .sg > .df {
  margin-bottom: 0;
}
.sb > .df .qu,
.sb > .sg > .df .qu {
  border-width: 1px 0;
  border-radius: 0;
}
.sb > .df:first-child .qu:first-child,
.sb > .sg > .df:first-child .qu:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sb > .df:last-child .qu:last-child,
.sb > .sg > .df:last-child .qu:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sb > .sd + .sg > .df .qu:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.sd + .df .qu:first-child {
  border-top-width: 0;
}
.df + .sf {
  border-top-width: 0;
}
.sb > .dw,
.sb > .ns > .dw,
.sb > .sg > .dw {
  margin-bottom: 0;
}
.sb > .dw caption,
.sb > .ns > .dw caption,
.sb > .sg > .dw caption {
  padding-left: 15px;
  padding-right: 15px;
}
.sb > .dw:first-child,
.sb > .ns:first-child > .dw:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.sb > .dw:first-child > thead:first-child > tr:first-child,
.sb > .ns:first-child > .dw:first-child > thead:first-child > tr:first-child,
.sb > .dw:first-child > tbody:first-child > tr:first-child,
.sb > .ns:first-child > .dw:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sb > .dw:first-child > thead:first-child > tr:first-child td:first-child,
.sb > .ns:first-child > .dw:first-child > thead:first-child > tr:first-child td:first-child,
.sb > .dw:first-child > tbody:first-child > tr:first-child td:first-child,
.sb > .ns:first-child > .dw:first-child > tbody:first-child > tr:first-child td:first-child,
.sb > .dw:first-child > thead:first-child > tr:first-child th:first-child,
.sb > .ns:first-child > .dw:first-child > thead:first-child > tr:first-child th:first-child,
.sb > .dw:first-child > tbody:first-child > tr:first-child th:first-child,
.sb > .ns:first-child > .dw:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.sb > .dw:first-child > thead:first-child > tr:first-child td:last-child,
.sb > .ns:first-child > .dw:first-child > thead:first-child > tr:first-child td:last-child,
.sb > .dw:first-child > tbody:first-child > tr:first-child td:last-child,
.sb > .ns:first-child > .dw:first-child > tbody:first-child > tr:first-child td:last-child,
.sb > .dw:first-child > thead:first-child > tr:first-child th:last-child,
.sb > .ns:first-child > .dw:first-child > thead:first-child > tr:first-child th:last-child,
.sb > .dw:first-child > tbody:first-child > tr:first-child th:last-child,
.sb > .ns:first-child > .dw:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.sb > .dw:last-child,
.sb > .ns:last-child > .dw:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sb > .dw:last-child > tbody:last-child > tr:last-child,
.sb > .ns:last-child > .dw:last-child > tbody:last-child > tr:last-child,
.sb > .dw:last-child > tfoot:last-child > tr:last-child,
.sb > .ns:last-child > .dw:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sb > .dw:last-child > tbody:last-child > tr:last-child td:first-child,
.sb > .ns:last-child > .dw:last-child > tbody:last-child > tr:last-child td:first-child,
.sb > .dw:last-child > tfoot:last-child > tr:last-child td:first-child,
.sb > .ns:last-child > .dw:last-child > tfoot:last-child > tr:last-child td:first-child,
.sb > .dw:last-child > tbody:last-child > tr:last-child th:first-child,
.sb > .ns:last-child > .dw:last-child > tbody:last-child > tr:last-child th:first-child,
.sb > .dw:last-child > tfoot:last-child > tr:last-child th:first-child,
.sb > .ns:last-child > .dw:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.sb > .dw:last-child > tbody:last-child > tr:last-child td:last-child,
.sb > .ns:last-child > .dw:last-child > tbody:last-child > tr:last-child td:last-child,
.sb > .dw:last-child > tfoot:last-child > tr:last-child td:last-child,
.sb > .ns:last-child > .dw:last-child > tfoot:last-child > tr:last-child td:last-child,
.sb > .dw:last-child > tbody:last-child > tr:last-child th:last-child,
.sb > .ns:last-child > .dw:last-child > tbody:last-child > tr:last-child th:last-child,
.sb > .dw:last-child > tfoot:last-child > tr:last-child th:last-child,
.sb > .ns:last-child > .dw:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.sb > .sc + .dw,
.sb > .sc + .ns,
.sb > .dw + .sc,
.sb > .ns + .sc {
  border-top: 1px solid #dddddd;
}
.sb > .dw > tbody:first-child > tr:first-child th,
.sb > .dw > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.sb > .dx,
.sb > .ns > .dx {
  border: 0;
}
.sb > .dx > thead > tr > th:first-child,
.sb > .ns > .dx > thead > tr > th:first-child,
.sb > .dx > tbody > tr > th:first-child,
.sb > .ns > .dx > tbody > tr > th:first-child,
.sb > .dx > tfoot > tr > th:first-child,
.sb > .ns > .dx > tfoot > tr > th:first-child,
.sb > .dx > thead > tr > td:first-child,
.sb > .ns > .dx > thead > tr > td:first-child,
.sb > .dx > tbody > tr > td:first-child,
.sb > .ns > .dx > tbody > tr > td:first-child,
.sb > .dx > tfoot > tr > td:first-child,
.sb > .ns > .dx > tfoot > tr > td:first-child {
  border-left: 0;
}
.sb > .dx > thead > tr > th:last-child,
.sb > .ns > .dx > thead > tr > th:last-child,
.sb > .dx > tbody > tr > th:last-child,
.sb > .ns > .dx > tbody > tr > th:last-child,
.sb > .dx > tfoot > tr > th:last-child,
.sb > .ns > .dx > tfoot > tr > th:last-child,
.sb > .dx > thead > tr > td:last-child,
.sb > .ns > .dx > thead > tr > td:last-child,
.sb > .dx > tbody > tr > td:last-child,
.sb > .ns > .dx > tbody > tr > td:last-child,
.sb > .dx > tfoot > tr > td:last-child,
.sb > .ns > .dx > tfoot > tr > td:last-child {
  border-right: 0;
}
.sb > .dx > thead > tr:first-child > td,
.sb > .ns > .dx > thead > tr:first-child > td,
.sb > .dx > tbody > tr:first-child > td,
.sb > .ns > .dx > tbody > tr:first-child > td,
.sb > .dx > thead > tr:first-child > th,
.sb > .ns > .dx > thead > tr:first-child > th,
.sb > .dx > tbody > tr:first-child > th,
.sb > .ns > .dx > tbody > tr:first-child > th {
  border-bottom: 0;
}
.sb > .dx > tbody > tr:last-child > td,
.sb > .ns > .dx > tbody > tr:last-child > td,
.sb > .dx > tfoot > tr:last-child > td,
.sb > .ns > .dx > tfoot > tr:last-child > td,
.sb > .dx > tbody > tr:last-child > th,
.sb > .ns > .dx > tbody > tr:last-child > th,
.sb > .dx > tfoot > tr:last-child > th,
.sb > .ns > .dx > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.sb > .ns {
  border: 0;
  margin-bottom: 0;
}
.sh {
  margin-bottom: 21px;
}
.sh .sb {
  margin-bottom: 0;
  border-radius: 4px;
}
.sh .sb + .sb {
  margin-top: 5px;
}
.sh .sd {
  border-bottom: 0;
}
.sh .sd + .sg > .sc,
.sh .sd + .sg > .df {
  border-top: 1px solid #dddddd;
}
.sh .sf {
  border-top: 0;
}
.sh .sf + .sg .sc {
  border-bottom: 1px solid #dddddd;
}
.si {
  border-color: #dddddd;
}
.si > .sd {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.si > .sd + .sg > .sc {
  border-top-color: #dddddd;
}
.si > .sd .os {
  color: #f5f5f5;
  background-color: #333333;
}
.si > .sf + .sg > .sc {
  border-bottom-color: #dddddd;
}
.sj {
  border-color: #2595ff;
}
.sj > .sd {
  color: #ffffff;
  background-color: #2595ff;
  border-color: #2595ff;
}
.sj > .sd + .sg > .sc {
  border-top-color: #2595ff;
}
.sj > .sd .os {
  color: #2595ff;
  background-color: #ffffff;
}
.sj > .sf + .sg > .sc {
  border-bottom-color: #2595ff;
}
.sk {
  border-color: #d6e9c6;
}
.sk > .sd {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.sk > .sd + .sg > .sc {
  border-top-color: #d6e9c6;
}
.sk > .sd .os {
  color: #dff0d8;
  background-color: #3c763d;
}
.sk > .sf + .sg > .sc {
  border-bottom-color: #d6e9c6;
}
.sl {
  border-color: #bce8f1;
}
.sl > .sd {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.sl > .sd + .sg > .sc {
  border-top-color: #bce8f1;
}
.sl > .sd .os {
  color: #d9edf7;
  background-color: #31708f;
}
.sl > .sf + .sg > .sc {
  border-bottom-color: #bce8f1;
}
.sm {
  border-color: #faebcc;
}
.sm > .sd {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.sm > .sd + .sg > .sc {
  border-top-color: #faebcc;
}
.sm > .sd .os {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.sm > .sf + .sg > .sc {
  border-bottom-color: #faebcc;
}
.sn {
  border-color: #ebccd1;
}
.sn > .sd {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.sn > .sd + .sg > .sc {
  border-top-color: #ebccd1;
}
.sn > .sd .os {
  color: #f2dede;
  background-color: #a94442;
}
.sn > .sf + .sg > .sc {
  border-bottom-color: #ebccd1;
}
.so {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.so .sp,
.so iframe,
.so embed,
.so object,
.so video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.sq {
  padding-bottom: 56.25%;
}
.sr {
  padding-bottom: 75%;
}
.ss {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ss blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.st {
  padding: 24px;
  border-radius: 6px;
}
.su {
  padding: 9px;
  border-radius: 3px;
}
body {
  font-weight: 300;
  letter-spacing: -0.02em;
}
.ak {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .ak {
    font-size: 18px;
  }
}
.sv li {
  margin-bottom: 3px;
}
.sw li {
  border-top: 1px solid #bec8ce;
}
.sw li:last-child {
  border-bottom: 1px solid #bec8ce;
}
.sx {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}
.sy {
  text-align: left;
}
.sz {
  text-align: right;
}
.ta {
  text-align: center;
}
@media (min-width: 768px) {
  .tb {
    text-align: left;
  }
  .tc {
    text-align: right;
  }
  .td {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .te {
    text-align: left;
  }
  .tf {
    text-align: right;
  }
  .tg {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .th {
    text-align: left;
  }
  .ti {
    text-align: right;
  }
  .tj {
    text-align: center;
  }
}
.alert-dark {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.alert-dark hr {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.alert-dark .qx {
  color: #e6e6e6;
}
.alert-dark .close {
  text-shadow: 0 1px 0 #000;
}
.alert-dark .close:hover,
.alert-dark .close:focus {
  color: #fff;
}
.tk {
  border-radius: 0;
}
.dl {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}
.tl {
  border: 0;
}
.ao,
.oz > .dl {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.pa,
.pb > .dl {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.pc,
.pd > .dl {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.tm:after {
  position: relative;
  top: 1px;
  content: '〉';
  display: inline-block;
  padding-left: .3em;
  color: inherit;
}
.pn .tn {
  float: left;
}
.pn > .tn {
  margin-left: 5px;
}
.to {
  float: left;
  width: 1px;
  height: 34px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #eeeeee;
}
.po.tp {
  width: calc(100% + 10px);
  margin-left: -5px;
  border-spacing: 5px;
}
.nav > .tq {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  font-size: 85%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #afafaf;
  text-transform: uppercase;
}
.nav > li + .tq {
  margin-top: 20px;
}
.tr {
  padding-top: 50px;
}
.navbar-nav > li > a > .os {
  margin-left: 5px;
}
.ts {
  float: left;
  margin-right: 5px;
}
.qf .tt,
.qf .tt:hover,
.qf .tt:focus {
  background-color: #eeeeee;
}
.qh .tt,
.qh .tt:hover,
.qh .tt:focus {
  color: #fff;
  background-color: #080808;
}
.tu .pv {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .tu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tv {
  border: 0;
  box-shadow: none;
}
.qh .tv {
  background-color: #343434;
}
.qh .tv:focus {
  color: #222222;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  font-weight: inherit;
}
.tw,
.tw:active,
.tw:hover,
.tw:focus,
.tw:hover:active,
.tw:active:focus {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}
.tw img {
  height: 35px;
  width: 35px;
}
.modal-open {
  overflow: hidden;
}
.di {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.di.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.di.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .di {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tx {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.tx .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.ty {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.ty .dl + .dl {
  margin-left: 5px;
  margin-bottom: 0;
}
.ty .pl .dl + .dl {
  margin-left: -1px;
}
.ty .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .tz {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .dj {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Work sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.ea {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ea > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.ea > .item > img,
.ea > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .ea > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .ea > .item.next,
  .ea > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .ea > .item.prev,
  .ea > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .ea > .item.next.left,
  .ea > .item.prev.right,
  .ea > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.ea > .active,
.ea > .next,
.ea > .prev {
  display: block;
}
.ea > .active {
  left: 0;
}
.ea > .next,
.ea > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.ea > .next {
  left: 100%;
}
.ea > .prev {
  left: -100%;
}
.ea > .next.left,
.ea > .prev.right {
  left: 0;
}
.ea > .active.left {
  left: -100%;
}
.ea > .active.right {
  left: 100%;
}
.ua {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.ua.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Mpf.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.ua.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Mpf.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.ua:hover,
.ua:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ua .ub,
.ua .uc,
.ua .ud,
.ua .ue {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.ua .ub,
.ua .ud {
  left: 50%;
  margin-left: -10px;
}
.ua .uc,
.ua .ue {
  right: 50%;
  margin-right: -10px;
}
.ua .ub,
.ua .uc {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.ua .ub:before {
  content: '\2039';
}
.ua .uc:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.uf {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.uf .dl {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .ua .ud,
  .ua .ue,
  .ua .ub,
  .ua .uc {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .ua .ud,
  .ua .ub {
    margin-left: -10px;
  }
  .ua .ue,
  .ua .uc {
    margin-right: -10px;
  }
  .uf {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.ug:before,
.ug:after,
.fj dd:before,
.fj dd:after,
.e:before,
.e:after,
.fo:before,
.fo:after,
.c:before,
.c:after,
.oo .nx:before,
.oo .nx:after,
.pn:before,
.pn:after,
.pm > .pl:before,
.pm > .pl:after,
.nav:before,
.nav:after,
.dt:before,
.dt:after,
.pv:before,
.pv:after,
.pw:before,
.pw:after,
.qm:before,
.qm:after,
.sc:before,
.sc:after,
.tx:before,
.tx:after,
.ty:before,
.ty:after {
  content: " ";
  display: table;
}
.ug:after,
.fj dd:after,
.e:after,
.fo:after,
.c:after,
.oo .nx:after,
.pn:after,
.pm > .pl:after,
.nav:after,
.dt:after,
.pv:after,
.pw:after,
.qm:after,
.sc:after,
.tx:after,
.ty:after {
  clear: both;
}
.uh {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fm {
  float: right !important;
}
.rq {
  float: left !important;
}
.hide {
  display: none !important;
}
.ui {
  display: block !important;
}
.uj {
  visibility: hidden;
}
.uk {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.ul,
.um,
.un,
.uo {
  display: none !important;
}
.up,
.uq,
.ur,
.us,
.ut,
.uu,
.uv,
.uw,
.ux,
.uy,
.uz,
.va {
  display: none !important;
}
@media (max-width: 767px) {
  .ul {
    display: block !important;
  }
  table.ul {
    display: table !important;
  }
  tr.ul {
    display: table-row !important;
  }
  th.ul,
  td.ul {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .up {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .uq {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .ur {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .um {
    display: block !important;
  }
  table.um {
    display: table !important;
  }
  tr.um {
    display: table-row !important;
  }
  th.um,
  td.um {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .us {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ut {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uu {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .un {
    display: block !important;
  }
  table.un {
    display: table !important;
  }
  tr.un {
    display: table-row !important;
  }
  th.un,
  td.un {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uv {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uw {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ux {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .uo {
    display: block !important;
  }
  table.uo {
    display: table !important;
  }
  tr.uo {
    display: table-row !important;
  }
  th.uo,
  td.uo {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .uy {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .uz {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .va {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .vb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vc {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vd {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ve {
    display: none !important;
  }
}
.vf {
  display: none !important;
}
@media print {
  .vf {
    display: block !important;
  }
  table.vf {
    display: table !important;
  }
  tr.vf {
    display: table-row !important;
  }
  th.vf,
  td.vf {
    display: table-cell !important;
  }
}
.vg {
  display: none !important;
}
@media print {
  .vg {
    display: block !important;
  }
}
.vh {
  display: none !important;
}
@media print {
  .vh {
    display: inline !important;
  }
}
.vi {
  display: none !important;
}
@media print {
  .vi {
    display: inline-block !important;
  }
}
@media print {
  .vj {
    display: none !important;
  }
}
@font-face {
  font-family: "toolkit-entypo";
  src: url('../fonts/toolkit-entypo.eot');
  src: url('../fonts/toolkit-entypo.eot?#iefix') format('eot'), url('../fonts/toolkit-entypo.woff2') format('woff2'), url('../fonts/toolkit-entypo.woff') format('woff'), url('../fonts/toolkit-entypo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel .vk,
.carousel .vl {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel .vk {
  left: 50%;
  margin-left: -10px;
}
.carousel .vl {
  right: 50%;
  margin-right: -10px;
}
.vm:before {
  content: "\EA01";
}
.vn:before {
  content: "\EA02";
}
.vo:before {
  content: "\EA03";
}
.vp:before {
  content: "\EA04";
}
.vq:before {
  content: "\EA05";
}
.vr:before {
  content: "\EA06";
}
.vs:before {
  content: "\EA07";
}
.vt:before {
  content: "\EA08";
}
.vu:before {
  content: "\EA09";
}
.vv:before {
  content: "\EA0A";
}
.vw:before {
  content: "\EA0B";
}
.vx:before {
  content: "\EA0C";
}
.vy:before {
  content: "\EA0D";
}
.vz:before {
  content: "\EA0E";
}
.wa:before {
  content: "\EA0F";
}
.wb:before {
  content: "\EA10";
}
.wc:before {
  content: "\EA11";
}
.wd:before {
  content: "\EA12";
}
.we:before {
  content: "\EA13";
}
.wf:before {
  content: "\EA14";
}
.wg:before {
  content: "\EA15";
}
.wh:before {
  content: "\EA16";
}
.wi:before {
  content: "\EA17";
}
.wj:before {
  content: "\EA18";
}
.wk:before {
  content: "\EA19";
}
.wl:before {
  content: "\EA1A";
}
.wm:before {
  content: "\EA1B";
}
.wn:before {
  content: "\EA1C";
}
.wo:before {
  content: "\EA1D";
}
.wp:before {
  content: "\EA1E";
}
.wq:before {
  content: "\EA1F";
}
.wr:before {
  content: "\EA20";
}
.ws:before {
  content: "\EA21";
}
.wt:before {
  content: "\EA22";
}
.wu:before {
  content: "\EA23";
}
.wv:before {
  content: "\EA24";
}
.ww:before {
  content: "\EA25";
}
.wx:before {
  content: "\EA26";
}
.wy:before {
  content: "\EA27";
}
.wz:before {
  content: "\EA28";
}
.xa:before {
  content: "\EA29";
}
.xb:before {
  content: "\EA2A";
}
.xc:before {
  content: "\EA2B";
}
.xd:before {
  content: "\EA2C";
}
.xe:before {
  content: "\EA2D";
}
.xf:before {
  content: "\EA2E";
}
.xg:before {
  content: "\EA2F";
}
.xh:before {
  content: "\EA30";
}
.xi:before {
  content: "\EA31";
}
.xj:before {
  content: "\EA32";
}
.xk:before {
  content: "\EA33";
}
.xl:before {
  content: "\EA34";
}
.xm:before {
  content: "\EA35";
}
.xn:before {
  content: "\EA36";
}
.xo:before {
  content: "\EA37";
}
.xp:before {
  content: "\EA38";
}
.xq:before {
  content: "\EA39";
}
.xr:before {
  content: "\EA3A";
}
.xs:before {
  content: "\EA3B";
}
.xt:before {
  content: "\EA3C";
}
.xu:before {
  content: "\EA3D";
}
.xv:before {
  content: "\EA3E";
}
.xw:before {
  content: "\EA3F";
}
.xx:before {
  content: "\EA40";
}
.xy:before {
  content: "\EA41";
}
.xz:before {
  content: "\EA42";
}
.ya:before {
  content: "\EA43";
}
.yb:before {
  content: "\EA44";
}
.yc:before {
  content: "\EA45";
}
.yd:before {
  content: "\EA46";
}
.ye:before {
  content: "\EA47";
}
.yf:before {
  content: "\EA48";
}
.yg:before {
  content: "\EA49";
}
.vk:before {
  content: "\EA4A";
}
.vl:before {
  content: "\EA4B";
}
.yh:before {
  content: "\EA4C";
}
.yi:before {
  content: "\EA4D";
}
.yj:before {
  content: "\EA4E";
}
.yk:before {
  content: "\EA4F";
}
.yl:before {
  content: "\EA50";
}
.ym:before {
  content: "\EA51";
}
.yn:before {
  content: "\EA52";
}
.yo:before {
  content: "\EA53";
}
.yp:before {
  content: "\EA54";
}
.yq:before {
  content: "\EA55";
}
.yr:before {
  content: "\EA56";
}
.ys:before {
  content: "\EA57";
}
.yt:before {
  content: "\EA58";
}
.yu:before {
  content: "\EA59";
}
.yv:before {
  content: "\EA5A";
}
.yw:before {
  content: "\EA5B";
}
.yx:before {
  content: "\EA5C";
}
.yy:before {
  content: "\EA5D";
}
.yz:before {
  content: "\EA5E";
}
.za:before {
  content: "\EA5F";
}
.zb:before {
  content: "\EA60";
}
.zc:before {
  content: "\EA61";
}
.zd:before {
  content: "\EA62";
}
.ze:before {
  content: "\EA63";
}
.zf:before {
  content: "\EA64";
}
.zg:before {
  content: "\EA65";
}
.zh:before {
  content: "\EA66";
}
.zi:before {
  content: "\EA67";
}
.zj:before {
  content: "\EA68";
}
.zk:before {
  content: "\EA69";
}
.zl:before {
  content: "\EA6A";
}
.zm:before {
  content: "\EA6B";
}
.zn:before {
  content: "\EA6C";
}
.zo:before {
  content: "\EA6D";
}
.zp:before {
  content: "\EA6E";
}
.zq:before {
  content: "\EA6F";
}
.zr:before {
  content: "\EA70";
}
.zs:before {
  content: "\EA71";
}
.zt:before {
  content: "\EA72";
}
.zu:before {
  content: "\EA73";
}
.zv:before {
  content: "\EA74";
}
.zw:before {
  content: "\EA75";
}
.zx:before {
  content: "\EA76";
}
.zy:before {
  content: "\EA77";
}
.zz:before {
  content: "\EA78";
}
.aaa:before {
  content: "\EA79";
}
.aab:before {
  content: "\EA7A";
}
.aac:before {
  content: "\EA7B";
}
.aad:before {
  content: "\EA7C";
}
.aae:before {
  content: "\EA7D";
}
.aaf:before {
  content: "\EA7E";
}
.aag:before {
  content: "\EA7F";
}
.aah:before {
  content: "\EA80";
}
.aai:before {
  content: "\EA81";
}
.aaj:before {
  content: "\EA82";
}
.aak:before {
  content: "\EA83";
}
.aal:before {
  content: "\EA84";
}
.aam:before {
  content: "\EA85";
}
.aan:before {
  content: "\EA86";
}
.aao:before {
  content: "\EA87";
}
.aap:before {
  content: "\EA88";
}
.aaq:before {
  content: "\EA89";
}
.aar:before {
  content: "\EA8A";
}
.aas:before {
  content: "\EA8B";
}
.aat:before {
  content: "\EA8C";
}
.aau:before {
  content: "\EA8D";
}
.aav:before {
  content: "\EA8E";
}
.aaw:before {
  content: "\EA8F";
}
.aax:before {
  content: "\EA90";
}
.aay:before {
  content: "\EA91";
}
.aaz:before {
  content: "\EA92";
}
.aba:before {
  content: "\EA93";
}
.abb:before {
  content: "\EA94";
}
.abc:before {
  content: "\EA95";
}
.abd:before {
  content: "\EA96";
}
.abe:before {
  content: "\EA97";
}
.abf:before {
  content: "\EA98";
}
.abg:before {
  content: "\EA99";
}
.abh:before {
  content: "\EA9A";
}
.abi:before {
  content: "\EA9B";
}
.abj:before {
  content: "\EA9C";
}
.abk:before {
  content: "\EA9D";
}
.abl:before {
  content: "\EA9E";
}
.abm:before {
  content: "\EA9F";
}
.abn:before {
  content: "\EAA0";
}
.abo:before {
  content: "\EAA1";
}
.abp:before {
  content: "\EAA2";
}
.abq:before {
  content: "\EAA3";
}
.abr:before {
  content: "\EAA4";
}
.abs:before {
  content: "\EAA5";
}
.abt:before {
  content: "\EAA6";
}
.abu:before {
  content: "\EAA7";
}
.abv:before {
  content: "\EAA8";
}
.abw:before {
  content: "\EAA9";
}
.abx:before {
  content: "\EAAA";
}
.aby:before {
  content: "\EAAB";
}
.abz:before {
  content: "\EAAC";
}
.aca:before {
  content: "\EAAD";
}
.acb:before {
  content: "\EAAE";
}
.acc:before {
  content: "\EAAF";
}
.acd:before {
  content: "\EAB0";
}
.ace:before {
  content: "\EAB1";
}
.acf:before {
  content: "\EAB2";
}
.acg:before {
  content: "\EAB3";
}
.ach:before {
  content: "\EAB4";
}
.aci:before {
  content: "\EAB5";
}
.acj:before {
  content: "\EAB6";
}
.ack:before {
  content: "\EAB7";
}
.acl:before {
  content: "\EAB8";
}
.acm:before {
  content: "\EAB9";
}
.acn:before {
  content: "\EABA";
}
.aco:before {
  content: "\EABB";
}
.acp:before {
  content: "\EABC";
}
.acq:before {
  content: "\EABD";
}
.acr:before {
  content: "\EABE";
}
.acs:before {
  content: "\EABF";
}
.act:before {
  content: "\EAC0";
}
.acu:before {
  content: "\EAC1";
}
.acv:before {
  content: "\EAC2";
}
.acw:before {
  content: "\EAC3";
}
.acx:before {
  content: "\EAC4";
}
.acy:before {
  content: "\EAC5";
}
.acz:before {
  content: "\EAC6";
}
.ada:before {
  content: "\EAC7";
}
.adb:before {
  content: "\EAC8";
}
.adc:before {
  content: "\EAC9";
}
.add:before {
  content: "\EACA";
}
.ade:before {
  content: "\EACB";
}
.adf:before {
  content: "\EACC";
}
.adg:before {
  content: "\EACD";
}
.adh:before {
  content: "\EACE";
}
.adi:before {
  content: "\EACF";
}
.adj:before {
  content: "\EAD0";
}
.adk:before {
  content: "\EAD1";
}
.adl:before {
  content: "\EAD2";
}
.adm:before {
  content: "\EAD3";
}
.adn:before {
  content: "\EAD4";
}
.ado:before {
  content: "\EAD5";
}
.adp:before {
  content: "\EAD6";
}
.adq:before {
  content: "\EAD7";
}
.adr:before {
  content: "\EAD8";
}
.ads:before {
  content: "\EAD9";
}
.adt:before {
  content: "\EADA";
}
.adu:before {
  content: "\EADB";
}
.adv:before {
  content: "\EADC";
}
.adw:before {
  content: "\EADD";
}
.adx:before {
  content: "\EADE";
}
.ady:before {
  content: "\EADF";
}
.adz:before {
  content: "\EAE0";
}
.aea:before {
  content: "\EAE1";
}
.aeb:before {
  content: "\EAE2";
}
.aec:before {
  content: "\EAE3";
}
.aed:before {
  content: "\EAE4";
}
.aee:before {
  content: "\EAE5";
}
.aef:before {
  content: "\EAE6";
}
.aeg:before {
  content: "\EAE7";
}
.aeh:before {
  content: "\EAE8";
}
.aei:before {
  content: "\EAE9";
}
.aej:before {
  content: "\EAEA";
}
.aek:before {
  content: "\EAEB";
}
.ael:before {
  content: "\EAEC";
}
.aem:before {
  content: "\EAED";
}
.aen:before {
  content: "\EAEE";
}
.aeo:before {
  content: "\EAEF";
}
.aep:before {
  content: "\EAF0";
}
.aeq:before {
  content: "\EAF1";
}
.aer:before {
  content: "\EAF2";
}
.aes:before {
  content: "\EAF3";
}
.aet:before {
  content: "\EAF4";
}
.aeu:before {
  content: "\EAF5";
}
.aev:before {
  content: "\EAF6";
}
.aew:before {
  content: "\EAF7";
}
.aex:before {
  content: "\EAF8";
}
.aey:before {
  content: "\EAF9";
}
.aez:before {
  content: "\EAFA";
}
.afa:before {
  content: "\EAFB";
}
.afb:before {
  content: "\EAFC";
}
.afc:before {
  content: "\EAFD";
}
.afd:before {
  content: "\EAFE";
}
.afe:before {
  content: "\EAFF";
}
.aff:before {
  content: "\EB00";
}
.afg:before {
  content: "\EB01";
}
.afh:before {
  content: "\EB02";
}
.afi:before {
  content: "\EB03";
}
.afj:before {
  content: "\EB04";
}
.afk:before {
  content: "\EB05";
}
.afl:before {
  content: "\EB06";
}
.afm:before {
  content: "\EB07";
}
.afn:before {
  content: "\EB08";
}
.afo:before {
  content: "\EB09";
}
.afp:before {
  content: "\EB0A";
}
.afq:before {
  content: "\EB0B";
}
.afr:before {
  content: "\EB0C";
}
.afs:before {
  content: "\EB0D";
}
.aft:before {
  content: "\EB0E";
}
.afu:before {
  content: "\EB0F";
}
.afv:before {
  content: "\EB10";
}
.afw:before {
  content: "\EB11";
}
.afx:before {
  content: "\EB12";
}
.afy:before {
  content: "\EB13";
}
.afz:before {
  content: "\EB14";
}
.aga:before {
  content: "\EB15";
}
.agb:before {
  content: "\EB16";
}
.agc:before {
  content: "\EB17";
}
.agd:before {
  content: "\EB18";
}
.age:before {
  content: "\EB19";
}
.agf:before {
  content: "\EB1A";
}
.agg:before {
  content: "\EB1B";
}
.agh:before {
  content: "\EB1C";
}
.agi:before {
  content: "\EB1D";
}
.agj:before {
  content: "\EB1E";
}
.agk:before {
  content: "\EB1F";
}
.agl:before {
  content: "\EB20";
}
.agm:before {
  content: "\EB21";
}
.agn:before {
  content: "\EB22";
}
.ago:before {
  content: "\EB23";
}
.agp:before {
  content: "\EB24";
}
.agq:before {
  content: "\EB25";
}
.agr:before {
  content: "\EB26";
}
.ags:before {
  content: "\EB27";
}
.agt:before {
  content: "\EB28";
}
.agu:before {
  content: "\EB29";
}
.agv:before {
  content: "\EB2A";
}
.agw:before {
  content: "\EB2B";
}
.agx:before {
  content: "\EB2C";
}
.agy:before {
  content: "\EB2D";
}
.agz:before {
  content: "\EB2E";
}
.aha:before {
  content: "\EB2F";
}
.ahb:before {
  content: "\EB30";
}
.ahc:before {
  content: "\EB31";
}
.ahd:before {
  content: "\EB32";
}
.ahe:before {
  content: "\EB33";
}
.ahf:before {
  content: "\EB34";
}
.ahg:before {
  content: "\EB35";
}
.ahh:before {
  content: "\EB36";
}
.ahi:before {
  content: "\EB37";
}
.ahj:before {
  content: "\EB38";
}
.ahk:before {
  content: "\EB39";
}
.ahl:before {
  content: "\EB3A";
}
.ahm:before {
  content: "\EB3B";
}
.ahn:before {
  content: "\EB3C";
}
.aho:before {
  content: "\EB3D";
}
.ahp:before {
  content: "\EB3E";
}
.ahq:before {
  content: "\EB3F";
}
.ahr:before {
  content: "\EB40";
}
.ahs:before {
  content: "\EB41";
}
.aht:before {
  content: "\EB42";
}
.ahu:before {
  content: "\EB43";
}
.ahv:before {
  content: "\EB44";
}
.ahw:before {
  content: "\EB45";
}
.ahx:before {
  content: "\EB46";
}
.ahy:before {
  content: "\EB47";
}
.ahz:before {
  content: "\EB48";
}
.aia:before {
  content: "\EB49";
}
.aib:before {
  content: "\EB4A";
}
.aic:before {
  content: "\EB4B";
}
.aid:before {
  content: "\EB4C";
}
.aie:before {
  content: "\EB4D";
}
.aif:before {
  content: "\EB4E";
}
.aig:before {
  content: "\EB4F";
}
.aih:before {
  content: "\EB50";
}
.aii:before {
  content: "\EB51";
}
.aij:before {
  content: "\EB52";
}
.aik:before {
  content: "\EB53";
}
.ail:before {
  content: "\EB54";
}
.aim:before {
  content: "\EB55";
}
.ain:before {
  content: "\EB56";
}
.aio:before {
  content: "\EB57";
}
.aip:before {
  content: "\EB58";
}
.aiq:before {
  content: "\EB59";
}
.air:before {
  content: "\EB5A";
}
.ais:before {
  content: "\EB5B";
}
.ait:before {
  content: "\EB5C";
}
.aiu:before {
  content: "\EB5D";
}
.aiv:before {
  content: "\EB5E";
}
.aiw:before {
  content: "\EB5F";
}
.aix:before {
  content: "\EB60";
}
.aiy:before {
  content: "\EB61";
}
.aiz:before {
  content: "\EB62";
}
.aja:before {
  content: "\EB63";
}
.ajb:before {
  content: "\EB64";
}
.ajc:before {
  content: "\EB65";
}
.ajd:before {
  content: "\EB66";
}
.aje:before {
  content: "\EB67";
}
.ajf:before {
  content: "\EB68";
}
.ajg:before {
  content: "\EB69";
}
.ajh:before {
  content: "\EB6A";
}
.aji:before {
  content: "\EB6B";
}
.ajj:before {
  content: "\EB6C";
}
.ajk:before {
  content: "\EB6D";
}
.ajl:before {
  content: "\EB6E";
}
.ajm:before {
  content: "\EB6F";
}
.ajn:before {
  content: "\EB70";
}
.ajo:before {
  content: "\EB71";
}
.ajp:before {
  content: "\EB72";
}
.ajq:before {
  content: "\EB73";
}
.ajr:before {
  content: "\EB74";
}
.ajs:before {
  content: "\EB75";
}
.ajt:before {
  content: "\EB76";
}
.aju:before {
  content: "\EB77";
}
.ajv:before {
  content: "\EB78";
}
.ajw:before {
  content: "\EB79";
}
.ajx:before {
  content: "\EB7A";
}
.ajy:before {
  content: "\EB7B";
}
.ajz:before {
  content: "\EB7C";
}
.aka:before {
  content: "\EB7D";
}
.akb:before {
  content: "\EB7E";
}
.akc:before {
  content: "\EB7F";
}
.akd:before {
  content: "\EB80";
}
.ake:before {
  content: "\EB81";
}
.akf:before {
  content: "\EB82";
}
.akg:before {
  content: "\EB83";
}
.akh:before {
  content: "\EB84";
}
.aki:before {
  content: "\EB85";
}
.akj:before {
  content: "\EB86";
}
.akk:before {
  content: "\EB87";
}
.akl:before {
  content: "\EB88";
}
.akm:before {
  content: "\EB89";
}
.akn:before {
  content: "\EB8A";
}
.ako:before {
  content: "\EB8B";
}
.akp:before {
  content: "\EB8C";
}
.akq:before {
  content: "\EB8D";
}
.akr:before {
  content: "\EB8E";
}
.aks:before {
  content: "\EB8F";
}
.akt:before {
  content: "\EB90";
}
.aku:before {
  content: "\EB91";
}
.akv:before {
  content: "\EB92";
}
.akw:before {
  content: "\EB93";
}
.akx:before {
  content: "\EB94";
}
.aky:before {
  content: "\EB95";
}
.akz:before {
  content: "\EB96";
}
.ala:before {
  content: "\EB97";
}
.alb:before {
  content: "\EB98";
}
.alc:before {
  content: "\EB99";
}
.ald:before {
  content: "\EB9A";
}
.ale:before {
  content: "\EB9B";
}
.alf:before {
  content: "\EB9C";
}
.alg:before {
  content: "\EB9D";
}
.alh {
  position: relative !important;
}
.ali {
  position: absolute !important;
}
.alj {
  position: fixed !important;
}
.alk {
  width: 25% !important;
}
.all {
  width: 50% !important;
}
.alm {
  width: 75% !important;
}
.aln {
  width: 100% !important;
}
.alo {
  margin: 0 !important;
}
.alp {
  margin-top: 0 !important;
}
.alq {
  margin-right: 0 !important;
}
.alr {
  margin-bottom: 0 !important;
}
.als {
  margin-left: 0 !important;
}
.alt {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.alu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.alv {
  margin: 20px !important;
}
.alw {
  margin-top: 20px !important;
}
.alx {
  margin-right: 20px !important;
}
.ag {
  margin-bottom: 20px !important;
}
.aly {
  margin-left: 20px !important;
}
.alz {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.ama {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.amb {
  margin-right: auto !important;
  margin-left: auto !important;
}
.amc {
  margin: 30px !important;
}
.amd {
  margin-top: 30px !important;
}
.ame {
  margin-right: 30px !important;
}
.amf {
  margin-bottom: 30px !important;
}
.amg {
  margin-left: 30px !important;
}
.amh {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.ami {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.amj {
  margin: 60px !important;
}
.amk {
  margin-top: 60px !important;
}
.aml {
  margin-right: 60px !important;
}
.ah {
  margin-bottom: 60px !important;
}
.amm {
  margin-left: 60px !important;
}
.amn {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.amo {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.amp {
  padding: 0 !important;
}
.amq {
  padding-top: 0 !important;
}
.amr {
  padding-right: 0 !important;
}
.ams {
  padding-bottom: 0 !important;
}
.amt {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.amu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.amv {
  padding: 20px !important;
}
.amw {
  padding-top: 20px !important;
}
.amx {
  padding-right: 20px !important;
}
.amy {
  padding-bottom: 20px !important;
}
.amz {
  padding-left: 20px !important;
}
.ana {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.anb {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.anc {
  padding: 30px !important;
}
.and {
  padding-top: 30px !important;
}
.ane {
  padding-right: 30px !important;
}
.anf {
  padding-bottom: 30px !important;
}
.ang {
  padding-left: 30px !important;
}
.anh {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.ani {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.anj {
  padding: 60px !important;
}
.ank {
  padding-top: 60px !important;
}
.anl {
  padding-right: 60px !important;
}
.anm {
  padding-bottom: 60px !important;
}
.ann {
  padding-left: 60px !important;
}
.ano {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.anp {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.anq,
.anq:hover,
.anq:focus {
  color: inherit;
  text-decoration: inherit;
}
.anr > li {
  float: left;
}
.anr > li > a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 300;
  color: #000000;
  border-bottom: 4px solid transparent;
}
.anr > li > a:hover,
.anr > li > a:focus {
  color: #2595ff;
  background-color: transparent;
}
.anr > li + li {
  margin-left: 30px;
}
.anr > li.active > a,
.anr > li.active > a:hover,
.anr > li.active > a:focus {
  font-weight: 700;
  color: #2595ff;
  border-bottom-color: #2595ff;
}
.anr.pq > li + li {
  margin-left: 0;
}
.anr.pq > li > a {
  margin-bottom: 0;
}
.anr.nav-stacked > li {
  float: none;
  margin-left: 0;
}
.anr.nav-stacked > li + li {
  margin-top: 0;
}
.anr.nav-stacked > li.active > a,
.anr.nav-stacked > li.active > a:hover,
.anr.nav-stacked > li.active > a:focus {
  border-left-color: #2595ff;
}
.anr.nav-stacked > li > a {
  display: block;
  padding: 5px 10px 5px 30px;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
.anr.nav-stacked > li > a:hover,
.anr.nav-stacked > li > a:focus {
  border-left: 4px solid;
}
.anr.nav-stacked .tq {
  padding-left: 34px;
}
.anr.nav-stacked .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 34px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.ans {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.ans:focus,
.ans.op,
.ans:hover,
.ans:active,
.ans.active,
.open > .or.ans {
  color: #ffffff;
  background-color: #333333;
  box-shadow: none;
}
.ans.disabled,
.ans[disabled],
fieldset[disabled] .ans,
.ans.disabled:hover,
.ans[disabled]:hover,
fieldset[disabled] .ans:hover,
.ans.disabled:focus,
.ans[disabled]:focus,
fieldset[disabled] .ans:focus,
.ans.disabled.op,
.ans[disabled].op,
fieldset[disabled] .ans.op,
.ans.disabled:active,
.ans[disabled]:active,
fieldset[disabled] .ans:active,
.ans.disabled.active,
.ans[disabled].active,
fieldset[disabled] .ans.active {
  border-color: #333333;
}
.ans .os {
  color: #ffffff;
  background-color: #333333;
}
.ant {
  color: #0b89ff;
  background-color: transparent;
  border-color: #0b89ff;
}
.ant:focus,
.ant.op,
.ant:hover,
.ant:active,
.ant.active,
.open > .or.ant {
  color: #ffffff;
  background-color: #0b89ff;
  box-shadow: none;
}
.ant.disabled,
.ant[disabled],
fieldset[disabled] .ant,
.ant.disabled:hover,
.ant[disabled]:hover,
fieldset[disabled] .ant:hover,
.ant.disabled:focus,
.ant[disabled]:focus,
fieldset[disabled] .ant:focus,
.ant.disabled.op,
.ant[disabled].op,
fieldset[disabled] .ant.op,
.ant.disabled:active,
.ant[disabled]:active,
fieldset[disabled] .ant:active,
.ant.disabled.active,
.ant[disabled].active,
fieldset[disabled] .ant.active {
  border-color: #0b89ff;
}
.ant .os {
  color: #ffffff;
  background-color: #0b89ff;
}
.anu {
  color: #4cae4c;
  background-color: transparent;
  border-color: #4cae4c;
}
.anu:focus,
.anu.op,
.anu:hover,
.anu:active,
.anu.active,
.open > .or.anu {
  color: #ffffff;
  background-color: #4cae4c;
  box-shadow: none;
}
.anu.disabled,
.anu[disabled],
fieldset[disabled] .anu,
.anu.disabled:hover,
.anu[disabled]:hover,
fieldset[disabled] .anu:hover,
.anu.disabled:focus,
.anu[disabled]:focus,
fieldset[disabled] .anu:focus,
.anu.disabled.op,
.anu[disabled].op,
fieldset[disabled] .anu.op,
.anu.disabled:active,
.anu[disabled]:active,
fieldset[disabled] .anu:active,
.anu.disabled.active,
.anu[disabled].active,
fieldset[disabled] .anu.active {
  border-color: #4cae4c;
}
.anu .os {
  color: #ffffff;
  background-color: #4cae4c;
}
.anv {
  color: #46b8da;
  background-color: transparent;
  border-color: #46b8da;
}
.anv:focus,
.anv.op,
.anv:hover,
.anv:active,
.anv.active,
.open > .or.anv {
  color: #ffffff;
  background-color: #46b8da;
  box-shadow: none;
}
.anv.disabled,
.anv[disabled],
fieldset[disabled] .anv,
.anv.disabled:hover,
.anv[disabled]:hover,
fieldset[disabled] .anv:hover,
.anv.disabled:focus,
.anv[disabled]:focus,
fieldset[disabled] .anv:focus,
.anv.disabled.op,
.anv[disabled].op,
fieldset[disabled] .anv.op,
.anv.disabled:active,
.anv[disabled]:active,
fieldset[disabled] .anv:active,
.anv.disabled.active,
.anv[disabled].active,
fieldset[disabled] .anv.active {
  border-color: #46b8da;
}
.anv .os {
  color: #ffffff;
  background-color: #46b8da;
}
.anw {
  color: #eea236;
  background-color: transparent;
  border-color: #eea236;
}
.anw:focus,
.anw.op,
.anw:hover,
.anw:active,
.anw.active,
.open > .or.anw {
  color: #ffffff;
  background-color: #eea236;
  box-shadow: none;
}
.anw.disabled,
.anw[disabled],
fieldset[disabled] .anw,
.anw.disabled:hover,
.anw[disabled]:hover,
fieldset[disabled] .anw:hover,
.anw.disabled:focus,
.anw[disabled]:focus,
fieldset[disabled] .anw:focus,
.anw.disabled.op,
.anw[disabled].op,
fieldset[disabled] .anw.op,
.anw.disabled:active,
.anw[disabled]:active,
fieldset[disabled] .anw:active,
.anw.disabled.active,
.anw[disabled].active,
fieldset[disabled] .anw.active {
  border-color: #eea236;
}
.anw .os {
  color: #ffffff;
  background-color: #eea236;
}
.anx {
  color: #ff1854;
  background-color: transparent;
  border-color: #ff1854;
}
.anx:focus,
.anx.op,
.anx:hover,
.anx:active,
.anx.active,
.open > .or.anx {
  color: #ffffff;
  background-color: #ff1854;
  box-shadow: none;
}
.anx.disabled,
.anx[disabled],
fieldset[disabled] .anx,
.anx.disabled:hover,
.anx[disabled]:hover,
fieldset[disabled] .anx:hover,
.anx.disabled:focus,
.anx[disabled]:focus,
fieldset[disabled] .anx:focus,
.anx.disabled.op,
.anx[disabled].op,
fieldset[disabled] .anx.op,
.anx.disabled:active,
.anx[disabled]:active,
fieldset[disabled] .anx:active,
.anx.disabled.active,
.anx[disabled].active,
fieldset[disabled] .anx.active {
  border-color: #ff1854;
}
.anx .os {
  color: #ffffff;
  background-color: #ff1854;
}
.any {
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 1000em;
}
.anz {
  border-radius: 0;
}
.aoa {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 12px center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: none \9;
  padding-right: 12px \9;
}
.aoa:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.aoa:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.aob {
  padding-top: 3px;
  padding-bottom: 3px;
}
.aoc > label {
  padding-left: 25px;
  font-weight: normal;
}
.aoc.oa,
.aoc.ob {
  padding-left: 25px;
}
.aoc.oa > label,
.aoc.ob > label {
  padding-left: 0;
}
.aoc input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}
.aod {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #ffffff;
  background-clip: padding-box;
  background-size: 75% 75%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.aoe:hover .aof {
  background-color: #ccc;
}
*/
/* Focus */
.aoc input:focus ~ .aod {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
/* Checked state */
.aoc input:checked ~ .aod {
  background-color: #2595ff;
  border-color: #2595ff;
  box-shadow: none;
}
/* Active */
.aoc input:active ~ .aod {
  background-color: #72baff;
  border-color: #72baff;
  box-shadow: none;
}
.aoc input:disabled ~ .aod {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  cursor: not-allowed;
}
/* Checkbox modifiers */
.oo .aod {
  margin-top: 6px;
}
.aog .aod {
  border-radius: .33rem;
}
.aog input:checked ~ .aod {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
/* Radio modifiers */
.aoh .aod {
  border-radius: 50%;
}
.aoh input:checked ~ .aod {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
/* Alternately, use another character */
.aoi input:checked ~ .aod {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}
.aoj input:checked ~ .aod {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
.aok .aoc + .aoc {
  margin-left: 20px;
}
.aol .aoc:after {
  display: block;
  content: "";
}
.oa,
.ob {
  position: relative;
}
.oa label,
.ob label {
  margin-bottom: 0;
  cursor: pointer;
}
.form-control {
  transition: none;
}
.form-control:focus {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}
.aom {
  display: table;
  width: 100%;
  height: 100vh;
}
.aom .aon,
.aom .aoo {
  display: table-cell;
  vertical-align: middle;
}
.aom .aon {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .aop {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.k {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  color: inherit;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.aoq {
  overflow: hidden;
}
.aor {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: -25px;
  left: 0;
  overflow: hidden;
}
.g {
  position: absolute;
  top: 25px;
  right: -50px;
  bottom: 25px;
  left: -50px;
  overflow: hidden;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.an {
  position: absolute;
  top: -25px;
  bottom: -25px;
  right: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.al .an {
  background-color: #000000;
}
.aos {
  background-position: top;
}
.aot {
  background-position: bottom;
}
.aou:before,
.aov:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  content: '';
  width: 33%;
  margin: 0 auto;
  border-top: 1px solid;
  border-top-color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.aou:before {
  width: 80%;
}
.aow {
  background-attachment: fixed;
}
.al {
  color: #ffffff;
  background-color: #000000;
}
.al.aov:before,
.al hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.al h1,
.al h2,
.al h3,
.al h4,
.al h5,
.al h6,
.al .eg,
.al .eh,
.al .ei,
.al .ej,
.al .ek,
.al .el {
  color: inherit;
}
.al .aox.oq {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.al .aox.oq:focus,
.al .aox.oq.op,
.al .aox.oq:hover,
.al .aox.oq:active,
.al .aox.oq.active,
.open > .or.al .aox.oq {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: none;
}
.al .aox.oq.disabled,
.al .aox.oq[disabled],
fieldset[disabled] .al .aox.oq,
.al .aox.oq.disabled:hover,
.al .aox.oq[disabled]:hover,
fieldset[disabled] .al .aox.oq:hover,
.al .aox.oq.disabled:focus,
.al .aox.oq[disabled]:focus,
fieldset[disabled] .al .aox.oq:focus,
.al .aox.oq.disabled.op,
.al .aox.oq[disabled].op,
fieldset[disabled] .al .aox.oq.op,
.al .aox.oq.disabled:active,
.al .aox.oq[disabled]:active,
fieldset[disabled] .al .aox.oq:active,
.al .aox.oq.disabled.active,
.al .aox.oq[disabled].active,
fieldset[disabled] .al .aox.oq.active {
  border-color: #ffffff;
}
.al .aox.oq .os {
  color: #ffffff;
  background-color: #ffffff;
}
.al .aox.oq:focus,
.al .aox:focus,
.al .aox.oq.op,
.al .aox.op,
.al .aox.oq:hover,
.al .aox:hover,
.al .aox.oq:active,
.al .aox:active,
.al .aox.oq.active,
.al .aox.active,
.open > .or.al .aox.oq,
.open > .or.al .aox {
  color: #000;
}
.al .aox.oq:focus:hover,
.al .aox:focus:hover,
.al .aox.oq.op:hover,
.al .aox.op:hover,
.al .aox.oq:hover:hover,
.al .aox:hover:hover,
.al .aox.oq:active:hover,
.al .aox:active:hover,
.al .aox.oq.active:hover,
.al .aox.active:hover,
.open > .or.al .aox.oq:hover,
.open > .or.al .aox:hover,
.al .aox.oq:focus:focus,
.al .aox:focus:focus,
.al .aox.oq.op:focus,
.al .aox.op:focus,
.al .aox.oq:hover:focus,
.al .aox:hover:focus,
.al .aox.oq:active:focus,
.al .aox:active:focus,
.al .aox.oq.active:focus,
.al .aox.active:focus,
.open > .or.al .aox.oq:focus,
.open > .or.al .aox:focus,
.al .aox.oq:focus.op,
.al .aox:focus.op,
.al .aox.oq.op.op,
.al .aox.op.op,
.al .aox.oq:hover.op,
.al .aox:hover.op,
.al .aox.oq:active.op,
.al .aox:active.op,
.al .aox.oq.active.op,
.al .aox.active.op,
.open > .or.al .aox.oq.op,
.open > .or.al .aox.op {
  color: #000;
}
.aoy {
  background-color: transparent;
}
.aoz {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aoz > iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.apa {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.apb {
  display: table;
  width: 100%;
  height: 25vh;
}
.apc {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #2595ff;
  text-transform: uppercase;
}
.eg.apd,
h1.apd {
  font-size: 37px;
  line-height: 1;
}
.k .ak {
  font-size: 19px;
}
.ape {
  margin-bottom: -25px;
}
.apf,
.apg,
.aph {
  display: table-cell;
  vertical-align: middle;
}
.apg {
  vertical-align: bottom;
}
.apf {
  vertical-align: top;
}
@media (min-width: 768px) {
  .api,
  .apj,
  .apk {
    display: table-cell;
    vertical-align: middle;
  }
  .apj {
    vertical-align: bottom;
  }
  .api {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .apl,
  .apm,
  .apn {
    display: table-cell;
    vertical-align: middle;
  }
  .apm {
    vertical-align: bottom;
  }
  .apl {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .apo,
  .app,
  .apq {
    display: table-cell;
    vertical-align: middle;
  }
  .app {
    vertical-align: bottom;
  }
  .apo {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .k {
    padding: 100px 0;
  }
  .k:not(.block-secondary) .ak {
    font-size: 21px;
  }
  .eg.apd,
  h1.apd {
    font-size: 42px;
  }
}
.apr {
  background-color: transparent;
  border-color: transparent;
}
.apr .l {
  color: #ffffff;
}
.apr .l:hover,
.apr .l:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.apr .qd {
  color: #ffffff;
}
.apr .navbar-nav > li > a {
  color: #ffffff;
}
.apr .navbar-nav > li > a:hover,
.apr .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.apr .navbar-nav > .active > a,
.apr .navbar-nav > .active > a:hover,
.apr .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.apr .navbar-nav > .disabled > a,
.apr .navbar-nav > .disabled > a:hover,
.apr .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.apr .pz {
  border-color: transparent;
}
.apr .pz:hover,
.apr .pz:focus {
  background-color: transparent;
}
.apr .pz .qa {
  background-color: #ffffff;
}
.apr .pw,
.apr .qb {
  border-color: transparent;
}
.apr .navbar-nav > .open > a,
.apr .navbar-nav > .open > a:hover,
.apr .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e6e6e6;
}
@media (max-width: 767px) {
  .apr .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .apr .navbar-nav .open .dropdown-menu > li > a:hover,
  .apr .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }
  .apr .navbar-nav .open .dropdown-menu > .active > a,
  .apr .navbar-nav .open .dropdown-menu > .active > a:hover,
  .apr .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6e6;
    background-color: transparent;
  }
  .apr .navbar-nav .open .dropdown-menu > .disabled > a,
  .apr .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .apr .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
.apr .qg {
  color: #ffffff;
}
.apr .qg:hover {
  color: #e6e6e6;
}
.apr .oy {
  color: #ffffff;
}
.apr .oy:hover,
.apr .oy:focus {
  color: #e6e6e6;
}
.apr .oy[disabled]:hover,
fieldset[disabled] .apr .oy:hover,
.apr .oy[disabled]:focus,
fieldset[disabled] .apr .oy:focus {
  color: #ffffff;
}
.dr .ua {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  background-image: none;
}
.dr .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}
.dr .carousel-indicators .active {
  background-color: #fff;
  border: 1px solid #2595ff;
}
.aps {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 21px;
  color: #6c6f73;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.apt > p,
.apt > ul {
  margin-bottom: 0;
}
.apt > p + p {
  margin-top: 5px;
}
.apt,
.apu {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}
.apu {
  width: 1%;
  background-color: #f5f7f9;
  border-left: 1px solid #eeeeee;
}
.do {
  list-style: none;
  padding: 0;
}
.do .apv {
  font-size: 16px;
}
.do li {
  position: relative;
  padding-left: 80px;
}
.apw {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 0;
  width: 60px;
}
.apx li {
  position: relative;
  padding-left: 110px;
}
.apx .apw {
  border: 1px solid #eeeeee;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 89px;
}
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1080;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1079;
  background: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
.rl,
.rm {
  overflow: visible;
}
.dp {
  position: relative;
  left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  overflow: hidden;
}
.dp:before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 20px;
  height: 100%;
  bottom: 0;
  background-color: inherit;
}
.dp span {
  position: relative;
  left: -10px;
}
@-moz-document url-prefix() {
  .dp {
    box-decoration-break: clone;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dp span {
    left: auto;
  }
  .dp:before {
    display: none;
  }
}
.apy {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: normal;
  color: inherit;
  background-color: #000;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.apy::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.apy:-ms-input-placeholder {
  color: inherit;
}
.apy::-webkit-input-placeholder {
  color: inherit;
}
.apy:focus {
  outline: none;
}
.apz:before,
.apz:after {
  content: " ";
  display: table;
}
.apz:after {
  clear: both;
}
.apz:before,
.apz:after {
  content: " ";
  display: table;
}
.apz:after {
  clear: both;
}
.apz .apy {
  float: left;
  width: 49%;
}
.apz .apy + .apy {
  margin-left: 2%;
}
.aqa {
  background-color: #2595ff;
}
.aqb {
  background-color: #5cb85c;
}
.aqc {
  background-color: #f0ad4e;
}
.aqd {
  background-color: #ff3167;
}
.aqe {
  background-color: #5bc0de;
}
.aqf {
  list-style: none;
  padding-left: 0;
}
.aqf > li {
  padding: 5px 0 5px 25px;
}
.aqf > li > .a {
  float: left;
  margin-left: -25px;
  opacity: .5;
}
.aqf > .active {
  color: #2595ff;
}
.aqf > .active .a {
  opacity: 1;
}
.dq {
  background-color: #dddddd;
  border: 0;
}
.dq hr {
  background: #fff;
}
.dq p {
  color: rgba(255, 255, 255, 0.7);
}
.dq.si {
  background-color: #dddddd;
}
.dq.sj {
  background-color: #2595ff;
}
.dq.sk {
  background-color: #5cb85c;
}
.dq.sl {
  background-color: #5bc0de;
}
.dq.sm {
  background-color: #f0ad4e;
}
.dq.sn {
  background-color: #ff3167;
}
.aqg {
  margin-top: 0;
  margin-bottom: 0;
}
.aqg .dg {
  padding: .125em .5em;
  font-size: 50%;
  vertical-align: middle;
}
.aqh {
  font-size: 85%;
  letter-spacing: .15em;
  color: #888888;
  text-transform: uppercase;
}
.aqi {
  display: inline-block;
  padding: .4em;
  font-size: 12px;
  vertical-align: middle;
}
.aqj {
  color: #5cb85c;
}
.aqj:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.aqk {
  color: #ff3167;
}
.aqk:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.aql,
.aqm,
.aqn,
.aqo,
.aqp {
  color: #fff;
  border-radius: 3px;
}
.aql .aqk,
.aqm .aqk,
.aqn .aqk,
.aqo .aqk,
.aqp .aqk,
.aql .aqj,
.aqm .aqj,
.aqn .aqj,
.aqo .aqj,
.aqp .aqj,
.aql .aqg,
.aqm .aqg,
.aqn .aqg,
.aqo .aqg,
.aqp .aqg {
  font-weight: normal;
  color: inherit;
}
.aql .aqh,
.aqm .aqh,
.aqn .aqh,
.aqo .aqh,
.aqp .aqh {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
}
.aql .aqq,
.aqm .aqq,
.aqn .aqq,
.aqo .aqq,
.aqp .aqq {
  margin-left: -20px;
  margin-right: -20px;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.aql {
  background-color: #2595ff;
}
.aqm {
  background-color: #5cb85c;
}
.aqn {
  background-color: #5bc0de;
}
.aqo {
  background-color: #f0ad4e;
}
.aqp {
  background-color: #ff3167;
}
.aqr {
  padding: 0;
  margin: 0 auto;
  border-left: 0;
  text-align: center;
}
.aqr > p {
  font-size: 18px;
  margin-top: 30px;
}
.aqr > img {
  width: 75px;
  height: 75px;
}
.aqr > cite {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  letter-spacing: .15em;
  color: #bec8ce;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .aqr {
    max-width: 75%;
  }
  .aqr > cite {
    font-size: 14px;
  }
  .aqr > img {
    width: 100px;
    height: 100px;
  }
  .aqr > p {
    font-size: 20px;
  }
}
.aqs {
  background-color: #ffffff;
}
.aqt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 250px;
  padding-top: 30px;
  background-color: #f2f2f2;
}
.aqu {
  left: auto;
  right: 0;
}
.aqv {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 4px 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.aqv:hover,
.aqv:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #2595ff;
}
.aqw {
  left: auto;
  right: 20px;
}
h1.eu,
h2.eu,
h3.eu,
h4.eu,
h5.eu,
h6.eu,
.eg.eu,
.eh.eu,
.ei.eu,
.ej.eu,
.ek.eu,
.el.eu {
  letter-spacing: .15em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.eg small,
.eh small,
.ei small,
.ej small,
.ek small,
.el small,
h1 .em,
h2 .em,
h3 .em,
h4 .em,
h5 .em,
h6 .em,
.eg .em,
.eh .em,
.ei .em,
.ej .em,
.ek .em,
.el .em {
  font-weight: inherit;
}
h6,
.el {
  margin-bottom: 5px;
  color: #bbbbbb;
  text-transform: uppercase;
}
