@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], a.btn {
  appearance: none;
  background-color: #009bd6;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.btn:hover, a.btn:focus {
    background-color: #007cab;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, a.btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, a.btn:disabled:hover {
      background-color: #009bd6; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #4d7da7;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #3e6486; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #009bd6;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 136, 188, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #4d7da7; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #3a5e7d;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #4d7da7;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #4d555a;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 2em;
  color: #4d555a;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    h1 {
      font-size: 1.5em; } }

h2 {
  font-size: 1.8em;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #4d7da7;
  text-align: center; }
  @media (max-width: 640px) {
    h2 {
      font-size: 1.3em; } }

h3 {
  font-size: 1.5em;
  margin-top: 1em;
  color: #4d7da7; }
  @media (max-width: 640px) {
    h3 {
      font-size: 1em; } }

p {
  margin: 0 0 0.75em; }

a {
  color: #009bd6;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #3dc9ff; }

hr {
  border-bottom: 1px solid #4d7da7;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.headline {
  font-size: 2em;
  color: #4d555a;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .headline {
      font-size: 1.5em; } }

.subhead {
  font-size: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  letter-spacing: 2px;
  margin-top: 1em;
  font-style: italic;
  font-weight: normal;
  color: #4d7da7;
  text-align: center; }
  @media (max-width: 640px) {
    .subhead {
      font-size: 18px; } }

.body-headline-gray, .body-headline-blue, .copyTable td:first-child {
  font-size: 1.2em !important;
  font-family: "Nunito", sans-serif !important;
  letter-spacing: 2px;
  color: #4d555a !important;
  text-align: center !important;
  font-weight: bold !important;
  text-transform: uppercase !important; }
  @media (max-width: 640px) {
    .body-headline-gray, .body-headline-blue, .copyTable td:first-child {
      font-size: 0.8em !important; } }

.body-headline-blue {
  color: #4d7da7 !important; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.tw-bs {
  /*!
   * Bootstrap v3.3.7 (http://getbootstrap.com)
   * Copyright 2011-2016 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ }
  .tw-bs html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .tw-bs body {
    margin: 0; }
  .tw-bs article,
  .tw-bs aside,
  .tw-bs details,
  .tw-bs figcaption,
  .tw-bs figure,
  .tw-bs footer,
  .tw-bs header,
  .tw-bs hgroup,
  .tw-bs main,
  .tw-bs menu,
  .tw-bs nav,
  .tw-bs section,
  .tw-bs summary {
    display: block; }
  .tw-bs audio,
  .tw-bs canvas,
  .tw-bs progress,
  .tw-bs video {
    display: inline-block;
    vertical-align: baseline; }
  .tw-bs audio:not([controls]) {
    display: none;
    height: 0; }
  .tw-bs [hidden],
  .tw-bs template {
    display: none; }
  .tw-bs a {
    background-color: transparent; }
  .tw-bs a:active,
  .tw-bs a:hover {
    outline: 0; }
  .tw-bs abbr[title] {
    border-bottom: 1px dotted; }
  .tw-bs b,
  .tw-bs strong {
    font-weight: bold; }
  .tw-bs dfn {
    font-style: italic; }
  .tw-bs h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .tw-bs mark {
    background: #ff0;
    color: #000; }
  .tw-bs small {
    font-size: 80%; }
  .tw-bs sub,
  .tw-bs sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .tw-bs sup {
    top: -0.5em; }
  .tw-bs sub {
    bottom: -0.25em; }
  .tw-bs img {
    border: 0; }
  .tw-bs svg:not(:root) {
    overflow: hidden; }
  .tw-bs figure {
    margin: 1em 40px; }
  .tw-bs hr {
    box-sizing: content-box;
    height: 0; }
  .tw-bs pre {
    overflow: auto; }
  .tw-bs code,
  .tw-bs kbd,
  .tw-bs pre,
  .tw-bs samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .tw-bs button,
  .tw-bs input,
  .tw-bs optgroup,
  .tw-bs select,
  .tw-bs textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .tw-bs button {
    overflow: visible; }
  .tw-bs button,
  .tw-bs select {
    text-transform: none; }
  .tw-bs button,
  .tw-bs html input[type="button"],
  .tw-bs input[type="reset"],
  .tw-bs input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .tw-bs button[disabled],
  .tw-bs html input[disabled] {
    cursor: default; }
  .tw-bs button::-moz-focus-inner,
  .tw-bs input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .tw-bs input {
    line-height: normal; }
  .tw-bs input[type="checkbox"],
  .tw-bs input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .tw-bs input[type="number"]::-webkit-inner-spin-button,
  .tw-bs input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .tw-bs input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  .tw-bs input[type="search"]::-webkit-search-cancel-button,
  .tw-bs input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .tw-bs fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .tw-bs legend {
    border: 0;
    padding: 0; }
  .tw-bs textarea {
    overflow: auto; }
  .tw-bs optgroup {
    font-weight: bold; }
  .tw-bs table {
    border-collapse: collapse;
    border-spacing: 0; }
  .tw-bs td,
  .tw-bs th {
    padding: 0; }
  @media print {
    .tw-bs *,
    .tw-bs *:before,
    .tw-bs *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .tw-bs a,
    .tw-bs a:visited {
      text-decoration: underline; }
    .tw-bs a[href]:after {
      content: " (" attr(href) ")"; }
    .tw-bs abbr[title]:after {
      content: " (" attr(title) ")"; }
    .tw-bs a[href^="#"]:after,
    .tw-bs a[href^="javascript:"]:after {
      content: ""; }
    .tw-bs pre,
    .tw-bs blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .tw-bs thead {
      display: table-header-group; }
    .tw-bs tr,
    .tw-bs img {
      page-break-inside: avoid; }
    .tw-bs img {
      max-width: 100% !important; }
    .tw-bs p,
    .tw-bs h2,
    .tw-bs h3 {
      orphans: 3;
      widows: 3; }
    .tw-bs h2,
    .tw-bs h3 {
      page-break-after: avoid; }
    .tw-bs .navbar {
      display: none; }
    .tw-bs .btn > .caret,
    .tw-bs .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .tw-bs .label {
      border: 1px solid #000; }
    .tw-bs .table {
      border-collapse: collapse !important; }
      .tw-bs .table td,
      .tw-bs .table th {
        background-color: #fff !important; }
    .tw-bs .table-bordered th,
    .tw-bs .table-bordered td {
      border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
  .tw-bs .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .tw-bs .glyphicon-asterisk:before {
    content: "\002a"; }
  .tw-bs .glyphicon-plus:before {
    content: "\002b"; }
  .tw-bs .glyphicon-euro:before,
  .tw-bs .glyphicon-eur:before {
    content: "\20ac"; }
  .tw-bs .glyphicon-minus:before {
    content: "\2212"; }
  .tw-bs .glyphicon-cloud:before {
    content: "\2601"; }
  .tw-bs .glyphicon-envelope:before {
    content: "\2709"; }
  .tw-bs .glyphicon-pencil:before {
    content: "\270f"; }
  .tw-bs .glyphicon-glass:before {
    content: "\e001"; }
  .tw-bs .glyphicon-music:before {
    content: "\e002"; }
  .tw-bs .glyphicon-search:before {
    content: "\e003"; }
  .tw-bs .glyphicon-heart:before {
    content: "\e005"; }
  .tw-bs .glyphicon-star:before {
    content: "\e006"; }
  .tw-bs .glyphicon-star-empty:before {
    content: "\e007"; }
  .tw-bs .glyphicon-user:before {
    content: "\e008"; }
  .tw-bs .glyphicon-film:before {
    content: "\e009"; }
  .tw-bs .glyphicon-th-large:before {
    content: "\e010"; }
  .tw-bs .glyphicon-th:before {
    content: "\e011"; }
  .tw-bs .glyphicon-th-list:before {
    content: "\e012"; }
  .tw-bs .glyphicon-ok:before {
    content: "\e013"; }
  .tw-bs .glyphicon-remove:before {
    content: "\e014"; }
  .tw-bs .glyphicon-zoom-in:before {
    content: "\e015"; }
  .tw-bs .glyphicon-zoom-out:before {
    content: "\e016"; }
  .tw-bs .glyphicon-off:before {
    content: "\e017"; }
  .tw-bs .glyphicon-signal:before {
    content: "\e018"; }
  .tw-bs .glyphicon-cog:before {
    content: "\e019"; }
  .tw-bs .glyphicon-trash:before {
    content: "\e020"; }
  .tw-bs .glyphicon-home:before {
    content: "\e021"; }
  .tw-bs .glyphicon-file:before {
    content: "\e022"; }
  .tw-bs .glyphicon-time:before {
    content: "\e023"; }
  .tw-bs .glyphicon-road:before {
    content: "\e024"; }
  .tw-bs .glyphicon-download-alt:before {
    content: "\e025"; }
  .tw-bs .glyphicon-download:before {
    content: "\e026"; }
  .tw-bs .glyphicon-upload:before {
    content: "\e027"; }
  .tw-bs .glyphicon-inbox:before {
    content: "\e028"; }
  .tw-bs .glyphicon-play-circle:before {
    content: "\e029"; }
  .tw-bs .glyphicon-repeat:before {
    content: "\e030"; }
  .tw-bs .glyphicon-refresh:before {
    content: "\e031"; }
  .tw-bs .glyphicon-list-alt:before {
    content: "\e032"; }
  .tw-bs .glyphicon-lock:before {
    content: "\e033"; }
  .tw-bs .glyphicon-flag:before {
    content: "\e034"; }
  .tw-bs .glyphicon-headphones:before {
    content: "\e035"; }
  .tw-bs .glyphicon-volume-off:before {
    content: "\e036"; }
  .tw-bs .glyphicon-volume-down:before {
    content: "\e037"; }
  .tw-bs .glyphicon-volume-up:before {
    content: "\e038"; }
  .tw-bs .glyphicon-qrcode:before {
    content: "\e039"; }
  .tw-bs .glyphicon-barcode:before {
    content: "\e040"; }
  .tw-bs .glyphicon-tag:before {
    content: "\e041"; }
  .tw-bs .glyphicon-tags:before {
    content: "\e042"; }
  .tw-bs .glyphicon-book:before {
    content: "\e043"; }
  .tw-bs .glyphicon-bookmark:before {
    content: "\e044"; }
  .tw-bs .glyphicon-print:before {
    content: "\e045"; }
  .tw-bs .glyphicon-camera:before {
    content: "\e046"; }
  .tw-bs .glyphicon-font:before {
    content: "\e047"; }
  .tw-bs .glyphicon-bold:before {
    content: "\e048"; }
  .tw-bs .glyphicon-italic:before {
    content: "\e049"; }
  .tw-bs .glyphicon-text-height:before {
    content: "\e050"; }
  .tw-bs .glyphicon-text-width:before {
    content: "\e051"; }
  .tw-bs .glyphicon-align-left:before {
    content: "\e052"; }
  .tw-bs .glyphicon-align-center:before {
    content: "\e053"; }
  .tw-bs .glyphicon-align-right:before {
    content: "\e054"; }
  .tw-bs .glyphicon-align-justify:before {
    content: "\e055"; }
  .tw-bs .glyphicon-list:before {
    content: "\e056"; }
  .tw-bs .glyphicon-indent-left:before {
    content: "\e057"; }
  .tw-bs .glyphicon-indent-right:before {
    content: "\e058"; }
  .tw-bs .glyphicon-facetime-video:before {
    content: "\e059"; }
  .tw-bs .glyphicon-picture:before {
    content: "\e060"; }
  .tw-bs .glyphicon-map-marker:before {
    content: "\e062"; }
  .tw-bs .glyphicon-adjust:before {
    content: "\e063"; }
  .tw-bs .glyphicon-tint:before {
    content: "\e064"; }
  .tw-bs .glyphicon-edit:before {
    content: "\e065"; }
  .tw-bs .glyphicon-share:before {
    content: "\e066"; }
  .tw-bs .glyphicon-check:before {
    content: "\e067"; }
  .tw-bs .glyphicon-move:before {
    content: "\e068"; }
  .tw-bs .glyphicon-step-backward:before {
    content: "\e069"; }
  .tw-bs .glyphicon-fast-backward:before {
    content: "\e070"; }
  .tw-bs .glyphicon-backward:before {
    content: "\e071"; }
  .tw-bs .glyphicon-play:before {
    content: "\e072"; }
  .tw-bs .glyphicon-pause:before {
    content: "\e073"; }
  .tw-bs .glyphicon-stop:before {
    content: "\e074"; }
  .tw-bs .glyphicon-forward:before {
    content: "\e075"; }
  .tw-bs .glyphicon-fast-forward:before {
    content: "\e076"; }
  .tw-bs .glyphicon-step-forward:before {
    content: "\e077"; }
  .tw-bs .glyphicon-eject:before {
    content: "\e078"; }
  .tw-bs .glyphicon-chevron-left:before {
    content: "\e079"; }
  .tw-bs .glyphicon-chevron-right:before {
    content: "\e080"; }
  .tw-bs .glyphicon-plus-sign:before {
    content: "\e081"; }
  .tw-bs .glyphicon-minus-sign:before {
    content: "\e082"; }
  .tw-bs .glyphicon-remove-sign:before {
    content: "\e083"; }
  .tw-bs .glyphicon-ok-sign:before {
    content: "\e084"; }
  .tw-bs .glyphicon-question-sign:before {
    content: "\e085"; }
  .tw-bs .glyphicon-info-sign:before {
    content: "\e086"; }
  .tw-bs .glyphicon-screenshot:before {
    content: "\e087"; }
  .tw-bs .glyphicon-remove-circle:before {
    content: "\e088"; }
  .tw-bs .glyphicon-ok-circle:before {
    content: "\e089"; }
  .tw-bs .glyphicon-ban-circle:before {
    content: "\e090"; }
  .tw-bs .glyphicon-arrow-left:before {
    content: "\e091"; }
  .tw-bs .glyphicon-arrow-right:before {
    content: "\e092"; }
  .tw-bs .glyphicon-arrow-up:before {
    content: "\e093"; }
  .tw-bs .glyphicon-arrow-down:before {
    content: "\e094"; }
  .tw-bs .glyphicon-share-alt:before {
    content: "\e095"; }
  .tw-bs .glyphicon-resize-full:before {
    content: "\e096"; }
  .tw-bs .glyphicon-resize-small:before {
    content: "\e097"; }
  .tw-bs .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  .tw-bs .glyphicon-gift:before {
    content: "\e102"; }
  .tw-bs .glyphicon-leaf:before {
    content: "\e103"; }
  .tw-bs .glyphicon-fire:before {
    content: "\e104"; }
  .tw-bs .glyphicon-eye-open:before {
    content: "\e105"; }
  .tw-bs .glyphicon-eye-close:before {
    content: "\e106"; }
  .tw-bs .glyphicon-warning-sign:before {
    content: "\e107"; }
  .tw-bs .glyphicon-plane:before {
    content: "\e108"; }
  .tw-bs .glyphicon-calendar:before {
    content: "\e109"; }
  .tw-bs .glyphicon-random:before {
    content: "\e110"; }
  .tw-bs .glyphicon-comment:before {
    content: "\e111"; }
  .tw-bs .glyphicon-magnet:before {
    content: "\e112"; }
  .tw-bs .glyphicon-chevron-up:before {
    content: "\e113"; }
  .tw-bs .glyphicon-chevron-down:before {
    content: "\e114"; }
  .tw-bs .glyphicon-retweet:before {
    content: "\e115"; }
  .tw-bs .glyphicon-shopping-cart:before {
    content: "\e116"; }
  .tw-bs .glyphicon-folder-close:before {
    content: "\e117"; }
  .tw-bs .glyphicon-folder-open:before {
    content: "\e118"; }
  .tw-bs .glyphicon-resize-vertical:before {
    content: "\e119"; }
  .tw-bs .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  .tw-bs .glyphicon-hdd:before {
    content: "\e121"; }
  .tw-bs .glyphicon-bullhorn:before {
    content: "\e122"; }
  .tw-bs .glyphicon-bell:before {
    content: "\e123"; }
  .tw-bs .glyphicon-certificate:before {
    content: "\e124"; }
  .tw-bs .glyphicon-thumbs-up:before {
    content: "\e125"; }
  .tw-bs .glyphicon-thumbs-down:before {
    content: "\e126"; }
  .tw-bs .glyphicon-hand-right:before {
    content: "\e127"; }
  .tw-bs .glyphicon-hand-left:before {
    content: "\e128"; }
  .tw-bs .glyphicon-hand-up:before {
    content: "\e129"; }
  .tw-bs .glyphicon-hand-down:before {
    content: "\e130"; }
  .tw-bs .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  .tw-bs .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  .tw-bs .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  .tw-bs .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  .tw-bs .glyphicon-globe:before {
    content: "\e135"; }
  .tw-bs .glyphicon-wrench:before {
    content: "\e136"; }
  .tw-bs .glyphicon-tasks:before {
    content: "\e137"; }
  .tw-bs .glyphicon-filter:before {
    content: "\e138"; }
  .tw-bs .glyphicon-briefcase:before {
    content: "\e139"; }
  .tw-bs .glyphicon-fullscreen:before {
    content: "\e140"; }
  .tw-bs .glyphicon-dashboard:before {
    content: "\e141"; }
  .tw-bs .glyphicon-paperclip:before {
    content: "\e142"; }
  .tw-bs .glyphicon-heart-empty:before {
    content: "\e143"; }
  .tw-bs .glyphicon-link:before {
    content: "\e144"; }
  .tw-bs .glyphicon-phone:before {
    content: "\e145"; }
  .tw-bs .glyphicon-pushpin:before {
    content: "\e146"; }
  .tw-bs .glyphicon-usd:before {
    content: "\e148"; }
  .tw-bs .glyphicon-gbp:before {
    content: "\e149"; }
  .tw-bs .glyphicon-sort:before {
    content: "\e150"; }
  .tw-bs .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  .tw-bs .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  .tw-bs .glyphicon-sort-by-order:before {
    content: "\e153"; }
  .tw-bs .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  .tw-bs .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  .tw-bs .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  .tw-bs .glyphicon-unchecked:before {
    content: "\e157"; }
  .tw-bs .glyphicon-expand:before {
    content: "\e158"; }
  .tw-bs .glyphicon-collapse-down:before {
    content: "\e159"; }
  .tw-bs .glyphicon-collapse-up:before {
    content: "\e160"; }
  .tw-bs .glyphicon-log-in:before {
    content: "\e161"; }
  .tw-bs .glyphicon-flash:before {
    content: "\e162"; }
  .tw-bs .glyphicon-log-out:before {
    content: "\e163"; }
  .tw-bs .glyphicon-new-window:before {
    content: "\e164"; }
  .tw-bs .glyphicon-record:before {
    content: "\e165"; }
  .tw-bs .glyphicon-save:before {
    content: "\e166"; }
  .tw-bs .glyphicon-open:before {
    content: "\e167"; }
  .tw-bs .glyphicon-saved:before {
    content: "\e168"; }
  .tw-bs .glyphicon-import:before {
    content: "\e169"; }
  .tw-bs .glyphicon-export:before {
    content: "\e170"; }
  .tw-bs .glyphicon-send:before {
    content: "\e171"; }
  .tw-bs .glyphicon-floppy-disk:before {
    content: "\e172"; }
  .tw-bs .glyphicon-floppy-saved:before {
    content: "\e173"; }
  .tw-bs .glyphicon-floppy-remove:before {
    content: "\e174"; }
  .tw-bs .glyphicon-floppy-save:before {
    content: "\e175"; }
  .tw-bs .glyphicon-floppy-open:before {
    content: "\e176"; }
  .tw-bs .glyphicon-credit-card:before {
    content: "\e177"; }
  .tw-bs .glyphicon-transfer:before {
    content: "\e178"; }
  .tw-bs .glyphicon-cutlery:before {
    content: "\e179"; }
  .tw-bs .glyphicon-header:before {
    content: "\e180"; }
  .tw-bs .glyphicon-compressed:before {
    content: "\e181"; }
  .tw-bs .glyphicon-earphone:before {
    content: "\e182"; }
  .tw-bs .glyphicon-phone-alt:before {
    content: "\e183"; }
  .tw-bs .glyphicon-tower:before {
    content: "\e184"; }
  .tw-bs .glyphicon-stats:before {
    content: "\e185"; }
  .tw-bs .glyphicon-sd-video:before {
    content: "\e186"; }
  .tw-bs .glyphicon-hd-video:before {
    content: "\e187"; }
  .tw-bs .glyphicon-subtitles:before {
    content: "\e188"; }
  .tw-bs .glyphicon-sound-stereo:before {
    content: "\e189"; }
  .tw-bs .glyphicon-sound-dolby:before {
    content: "\e190"; }
  .tw-bs .glyphicon-sound-5-1:before {
    content: "\e191"; }
  .tw-bs .glyphicon-sound-6-1:before {
    content: "\e192"; }
  .tw-bs .glyphicon-sound-7-1:before {
    content: "\e193"; }
  .tw-bs .glyphicon-copyright-mark:before {
    content: "\e194"; }
  .tw-bs .glyphicon-registration-mark:before {
    content: "\e195"; }
  .tw-bs .glyphicon-cloud-download:before {
    content: "\e197"; }
  .tw-bs .glyphicon-cloud-upload:before {
    content: "\e198"; }
  .tw-bs .glyphicon-tree-conifer:before {
    content: "\e199"; }
  .tw-bs .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  .tw-bs .glyphicon-cd:before {
    content: "\e201"; }
  .tw-bs .glyphicon-save-file:before {
    content: "\e202"; }
  .tw-bs .glyphicon-open-file:before {
    content: "\e203"; }
  .tw-bs .glyphicon-level-up:before {
    content: "\e204"; }
  .tw-bs .glyphicon-copy:before {
    content: "\e205"; }
  .tw-bs .glyphicon-paste:before {
    content: "\e206"; }
  .tw-bs .glyphicon-alert:before {
    content: "\e209"; }
  .tw-bs .glyphicon-equalizer:before {
    content: "\e210"; }
  .tw-bs .glyphicon-king:before {
    content: "\e211"; }
  .tw-bs .glyphicon-queen:before {
    content: "\e212"; }
  .tw-bs .glyphicon-pawn:before {
    content: "\e213"; }
  .tw-bs .glyphicon-bishop:before {
    content: "\e214"; }
  .tw-bs .glyphicon-knight:before {
    content: "\e215"; }
  .tw-bs .glyphicon-baby-formula:before {
    content: "\e216"; }
  .tw-bs .glyphicon-tent:before {
    content: "\26fa"; }
  .tw-bs .glyphicon-blackboard:before {
    content: "\e218"; }
  .tw-bs .glyphicon-bed:before {
    content: "\e219"; }
  .tw-bs .glyphicon-apple:before {
    content: "\f8ff"; }
  .tw-bs .glyphicon-erase:before {
    content: "\e221"; }
  .tw-bs .glyphicon-hourglass:before {
    content: "\231b"; }
  .tw-bs .glyphicon-lamp:before {
    content: "\e223"; }
  .tw-bs .glyphicon-duplicate:before {
    content: "\e224"; }
  .tw-bs .glyphicon-piggy-bank:before {
    content: "\e225"; }
  .tw-bs .glyphicon-scissors:before {
    content: "\e226"; }
  .tw-bs .glyphicon-bitcoin:before {
    content: "\e227"; }
  .tw-bs .glyphicon-btc:before {
    content: "\e227"; }
  .tw-bs .glyphicon-xbt:before {
    content: "\e227"; }
  .tw-bs .glyphicon-yen:before {
    content: "\00a5"; }
  .tw-bs .glyphicon-jpy:before {
    content: "\00a5"; }
  .tw-bs .glyphicon-ruble:before {
    content: "\20bd"; }
  .tw-bs .glyphicon-rub:before {
    content: "\20bd"; }
  .tw-bs .glyphicon-scale:before {
    content: "\e230"; }
  .tw-bs .glyphicon-ice-lolly:before {
    content: "\e231"; }
  .tw-bs .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  .tw-bs .glyphicon-education:before {
    content: "\e233"; }
  .tw-bs .glyphicon-option-horizontal:before {
    content: "\e234"; }
  .tw-bs .glyphicon-option-vertical:before {
    content: "\e235"; }
  .tw-bs .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  .tw-bs .glyphicon-modal-window:before {
    content: "\e237"; }
  .tw-bs .glyphicon-oil:before {
    content: "\e238"; }
  .tw-bs .glyphicon-grain:before {
    content: "\e239"; }
  .tw-bs .glyphicon-sunglasses:before {
    content: "\e240"; }
  .tw-bs .glyphicon-text-size:before {
    content: "\e241"; }
  .tw-bs .glyphicon-text-color:before {
    content: "\e242"; }
  .tw-bs .glyphicon-text-background:before {
    content: "\e243"; }
  .tw-bs .glyphicon-object-align-top:before {
    content: "\e244"; }
  .tw-bs .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  .tw-bs .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  .tw-bs .glyphicon-object-align-left:before {
    content: "\e247"; }
  .tw-bs .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  .tw-bs .glyphicon-object-align-right:before {
    content: "\e249"; }
  .tw-bs .glyphicon-triangle-right:before {
    content: "\e250"; }
  .tw-bs .glyphicon-triangle-left:before {
    content: "\e251"; }
  .tw-bs .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  .tw-bs .glyphicon-triangle-top:before {
    content: "\e253"; }
  .tw-bs .glyphicon-console:before {
    content: "\e254"; }
  .tw-bs .glyphicon-superscript:before {
    content: "\e255"; }
  .tw-bs .glyphicon-subscript:before {
    content: "\e256"; }
  .tw-bs .glyphicon-menu-left:before {
    content: "\e257"; }
  .tw-bs .glyphicon-menu-right:before {
    content: "\e258"; }
  .tw-bs .glyphicon-menu-down:before {
    content: "\e259"; }
  .tw-bs .glyphicon-menu-up:before {
    content: "\e260"; }
  .tw-bs * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tw-bs *:before,
  .tw-bs *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tw-bs html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }
  .tw-bs body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff; }
  .tw-bs input,
  .tw-bs button,
  .tw-bs select,
  .tw-bs textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .tw-bs a {
    color: #337ab7;
    text-decoration: none; }
    .tw-bs a:hover, .tw-bs a:focus {
      color: #23527c;
      text-decoration: underline; }
    .tw-bs a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .tw-bs figure {
    margin: 0; }
  .tw-bs img {
    vertical-align: middle; }
  .tw-bs .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  .tw-bs .img-rounded {
    border-radius: 6px; }
  .tw-bs .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .tw-bs .img-circle {
    border-radius: 50%; }
  .tw-bs hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  .tw-bs .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .tw-bs .sr-only-focusable:active, .tw-bs .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .tw-bs [role="button"] {
    cursor: pointer; }
  .tw-bs h1, .tw-bs h2, .tw-bs h3, .tw-bs h4, .tw-bs h5, .tw-bs h6,
  .tw-bs .h1, .tw-bs .h2, .tw-bs .h3, .tw-bs .h4, .tw-bs .h5, .tw-bs .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    .tw-bs h1 small,
    .tw-bs h1 .small, .tw-bs h2 small,
    .tw-bs h2 .small, .tw-bs h3 small,
    .tw-bs h3 .small, .tw-bs h4 small,
    .tw-bs h4 .small, .tw-bs h5 small,
    .tw-bs h5 .small, .tw-bs h6 small,
    .tw-bs h6 .small,
    .tw-bs .h1 small,
    .tw-bs .h1 .small, .tw-bs .h2 small,
    .tw-bs .h2 .small, .tw-bs .h3 small,
    .tw-bs .h3 .small, .tw-bs .h4 small,
    .tw-bs .h4 .small, .tw-bs .h5 small,
    .tw-bs .h5 .small, .tw-bs .h6 small,
    .tw-bs .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  .tw-bs h1, .tw-bs .h1,
  .tw-bs h2, .tw-bs .h2,
  .tw-bs h3, .tw-bs .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .tw-bs h1 small,
    .tw-bs h1 .small, .tw-bs .h1 small,
    .tw-bs .h1 .small,
    .tw-bs h2 small,
    .tw-bs h2 .small, .tw-bs .h2 small,
    .tw-bs .h2 .small,
    .tw-bs h3 small,
    .tw-bs h3 .small, .tw-bs .h3 small,
    .tw-bs .h3 .small {
      font-size: 65%; }
  .tw-bs h4, .tw-bs .h4,
  .tw-bs h5, .tw-bs .h5,
  .tw-bs h6, .tw-bs .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .tw-bs h4 small,
    .tw-bs h4 .small, .tw-bs .h4 small,
    .tw-bs .h4 .small,
    .tw-bs h5 small,
    .tw-bs h5 .small, .tw-bs .h5 small,
    .tw-bs .h5 .small,
    .tw-bs h6 small,
    .tw-bs h6 .small, .tw-bs .h6 small,
    .tw-bs .h6 .small {
      font-size: 75%; }
  .tw-bs h1, .tw-bs .h1 {
    font-size: 36px; }
  .tw-bs h2, .tw-bs .h2 {
    font-size: 30px; }
  .tw-bs h3, .tw-bs .h3 {
    font-size: 24px; }
  .tw-bs h4, .tw-bs .h4 {
    font-size: 18px; }
  .tw-bs h5, .tw-bs .h5 {
    font-size: 14px; }
  .tw-bs h6, .tw-bs .h6 {
    font-size: 12px; }
  .tw-bs p {
    margin: 0 0 10px; }
  .tw-bs .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .tw-bs .lead {
        font-size: 21px; } }
  .tw-bs small,
  .tw-bs .small {
    font-size: 85%; }
  .tw-bs mark,
  .tw-bs .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  .tw-bs .text-left {
    text-align: left; }
  .tw-bs .text-right {
    text-align: right; }
  .tw-bs .text-center {
    text-align: center; }
  .tw-bs .text-justify {
    text-align: justify; }
  .tw-bs .text-nowrap {
    white-space: nowrap; }
  .tw-bs .text-lowercase {
    text-transform: lowercase; }
  .tw-bs .text-uppercase, .tw-bs .initialism {
    text-transform: uppercase; }
  .tw-bs .text-capitalize {
    text-transform: capitalize; }
  .tw-bs .text-muted {
    color: #777777; }
  .tw-bs .text-primary {
    color: #337ab7; }
  .tw-bs a.text-primary:hover,
  .tw-bs a.text-primary:focus {
    color: #286090; }
  .tw-bs .text-success {
    color: #3c763d; }
  .tw-bs a.text-success:hover,
  .tw-bs a.text-success:focus {
    color: #2b542c; }
  .tw-bs .text-info {
    color: #31708f; }
  .tw-bs a.text-info:hover,
  .tw-bs a.text-info:focus {
    color: #245269; }
  .tw-bs .text-warning {
    color: #8a6d3b; }
  .tw-bs a.text-warning:hover,
  .tw-bs a.text-warning:focus {
    color: #66512c; }
  .tw-bs .text-danger {
    color: #a94442; }
  .tw-bs a.text-danger:hover,
  .tw-bs a.text-danger:focus {
    color: #843534; }
  .tw-bs .bg-primary {
    color: #fff; }
  .tw-bs .bg-primary {
    background-color: #337ab7; }
  .tw-bs a.bg-primary:hover,
  .tw-bs a.bg-primary:focus {
    background-color: #286090; }
  .tw-bs .bg-success {
    background-color: #dff0d8; }
  .tw-bs a.bg-success:hover,
  .tw-bs a.bg-success:focus {
    background-color: #c1e2b3; }
  .tw-bs .bg-info {
    background-color: #d9edf7; }
  .tw-bs a.bg-info:hover,
  .tw-bs a.bg-info:focus {
    background-color: #afd9ee; }
  .tw-bs .bg-warning {
    background-color: #fcf8e3; }
  .tw-bs a.bg-warning:hover,
  .tw-bs a.bg-warning:focus {
    background-color: #f7ecb5; }
  .tw-bs .bg-danger {
    background-color: #f2dede; }
  .tw-bs a.bg-danger:hover,
  .tw-bs a.bg-danger:focus {
    background-color: #e4b9b9; }
  .tw-bs .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
  .tw-bs ul,
  .tw-bs ol {
    margin-top: 0;
    margin-bottom: 10px; }
    .tw-bs ul ul,
    .tw-bs ul ol,
    .tw-bs ol ul,
    .tw-bs ol ol {
      margin-bottom: 0; }
  .tw-bs .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .tw-bs .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .tw-bs .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .tw-bs dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .tw-bs dt,
  .tw-bs dd {
    line-height: 1.42857; }
  .tw-bs dt {
    font-weight: bold; }
  .tw-bs dd {
    margin-left: 0; }
  .tw-bs .dl-horizontal dd:before, .tw-bs .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .tw-bs .dl-horizontal dd:after {
    clear: both; }
  @media (min-width: 768px) {
    .tw-bs .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .tw-bs .dl-horizontal dd {
      margin-left: 180px; } }
  .tw-bs abbr[title],
  .tw-bs abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }
  .tw-bs .initialism {
    font-size: 90%; }
  .tw-bs blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
    .tw-bs blockquote p:last-child,
    .tw-bs blockquote ul:last-child,
    .tw-bs blockquote ol:last-child {
      margin-bottom: 0; }
    .tw-bs blockquote footer,
    .tw-bs blockquote small,
    .tw-bs blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857;
      color: #777777; }
      .tw-bs blockquote footer:before,
      .tw-bs blockquote small:before,
      .tw-bs blockquote .small:before {
        content: '\2014 \00A0'; }
  .tw-bs .blockquote-reverse,
  .tw-bs blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
    .tw-bs .blockquote-reverse footer:before,
    .tw-bs .blockquote-reverse small:before,
    .tw-bs .blockquote-reverse .small:before,
    .tw-bs blockquote.pull-right footer:before,
    .tw-bs blockquote.pull-right small:before,
    .tw-bs blockquote.pull-right .small:before {
      content: ''; }
    .tw-bs .blockquote-reverse footer:after,
    .tw-bs .blockquote-reverse small:after,
    .tw-bs .blockquote-reverse .small:after,
    .tw-bs blockquote.pull-right footer:after,
    .tw-bs blockquote.pull-right small:after,
    .tw-bs blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  .tw-bs address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  .tw-bs code,
  .tw-bs kbd,
  .tw-bs pre,
  .tw-bs samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .tw-bs code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  .tw-bs kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .tw-bs kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: bold;
      box-shadow: none; }
  .tw-bs pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .tw-bs pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
  .tw-bs .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .tw-bs .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .tw-bs .container:before, .tw-bs .container:after {
      content: " ";
      display: table; }
    .tw-bs .container:after {
      clear: both; }
    @media (min-width: 768px) {
      .tw-bs .container {
        width: 750px; } }
    @media (min-width: 992px) {
      .tw-bs .container {
        width: 970px; } }
    @media (min-width: 1200px) {
      .tw-bs .container {
        width: 1170px; } }
  .tw-bs .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .tw-bs .container-fluid:before, .tw-bs .container-fluid:after {
      content: " ";
      display: table; }
    .tw-bs .container-fluid:after {
      clear: both; }
  .tw-bs .row {
    margin-left: -15px;
    margin-right: -15px; }
    .tw-bs .row:before, .tw-bs .row:after {
      content: " ";
      display: table; }
    .tw-bs .row:after {
      clear: both; }
  .tw-bs .col-xs-1, .tw-bs .col-sm-1, .tw-bs .col-md-1, .tw-bs .col-lg-1, .tw-bs .col-xs-2, .tw-bs .col-sm-2, .tw-bs .col-md-2, .tw-bs .col-lg-2, .tw-bs .col-xs-3, .tw-bs .col-sm-3, .tw-bs .col-md-3, .tw-bs .col-lg-3, .tw-bs .col-xs-4, .tw-bs .col-sm-4, .tw-bs .col-md-4, .tw-bs .col-lg-4, .tw-bs .col-xs-5, .tw-bs .col-sm-5, .tw-bs .col-md-5, .tw-bs .col-lg-5, .tw-bs .col-xs-6, .tw-bs .col-sm-6, .tw-bs .col-md-6, .tw-bs .col-lg-6, .tw-bs .col-xs-7, .tw-bs .col-sm-7, .tw-bs .col-md-7, .tw-bs .col-lg-7, .tw-bs .col-xs-8, .tw-bs .col-sm-8, .tw-bs .col-md-8, .tw-bs .col-lg-8, .tw-bs .col-xs-9, .tw-bs .col-sm-9, .tw-bs .col-md-9, .tw-bs .col-lg-9, .tw-bs .col-xs-10, .tw-bs .col-sm-10, .tw-bs .col-md-10, .tw-bs .col-lg-10, .tw-bs .col-xs-11, .tw-bs .col-sm-11, .tw-bs .col-md-11, .tw-bs .col-lg-11, .tw-bs .col-xs-12, .tw-bs .col-sm-12, .tw-bs .col-md-12, .tw-bs .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .tw-bs .col-xs-1, .tw-bs .col-xs-2, .tw-bs .col-xs-3, .tw-bs .col-xs-4, .tw-bs .col-xs-5, .tw-bs .col-xs-6, .tw-bs .col-xs-7, .tw-bs .col-xs-8, .tw-bs .col-xs-9, .tw-bs .col-xs-10, .tw-bs .col-xs-11, .tw-bs .col-xs-12 {
    float: left; }
  .tw-bs .col-xs-1 {
    width: 8.33333%; }
  .tw-bs .col-xs-2 {
    width: 16.66667%; }
  .tw-bs .col-xs-3 {
    width: 25%; }
  .tw-bs .col-xs-4 {
    width: 33.33333%; }
  .tw-bs .col-xs-5 {
    width: 41.66667%; }
  .tw-bs .col-xs-6 {
    width: 50%; }
  .tw-bs .col-xs-7 {
    width: 58.33333%; }
  .tw-bs .col-xs-8 {
    width: 66.66667%; }
  .tw-bs .col-xs-9 {
    width: 75%; }
  .tw-bs .col-xs-10 {
    width: 83.33333%; }
  .tw-bs .col-xs-11 {
    width: 91.66667%; }
  .tw-bs .col-xs-12 {
    width: 100%; }
  .tw-bs .col-xs-pull-0 {
    right: auto; }
  .tw-bs .col-xs-pull-1 {
    right: 8.33333%; }
  .tw-bs .col-xs-pull-2 {
    right: 16.66667%; }
  .tw-bs .col-xs-pull-3 {
    right: 25%; }
  .tw-bs .col-xs-pull-4 {
    right: 33.33333%; }
  .tw-bs .col-xs-pull-5 {
    right: 41.66667%; }
  .tw-bs .col-xs-pull-6 {
    right: 50%; }
  .tw-bs .col-xs-pull-7 {
    right: 58.33333%; }
  .tw-bs .col-xs-pull-8 {
    right: 66.66667%; }
  .tw-bs .col-xs-pull-9 {
    right: 75%; }
  .tw-bs .col-xs-pull-10 {
    right: 83.33333%; }
  .tw-bs .col-xs-pull-11 {
    right: 91.66667%; }
  .tw-bs .col-xs-pull-12 {
    right: 100%; }
  .tw-bs .col-xs-push-0 {
    left: auto; }
  .tw-bs .col-xs-push-1 {
    left: 8.33333%; }
  .tw-bs .col-xs-push-2 {
    left: 16.66667%; }
  .tw-bs .col-xs-push-3 {
    left: 25%; }
  .tw-bs .col-xs-push-4 {
    left: 33.33333%; }
  .tw-bs .col-xs-push-5 {
    left: 41.66667%; }
  .tw-bs .col-xs-push-6 {
    left: 50%; }
  .tw-bs .col-xs-push-7 {
    left: 58.33333%; }
  .tw-bs .col-xs-push-8 {
    left: 66.66667%; }
  .tw-bs .col-xs-push-9 {
    left: 75%; }
  .tw-bs .col-xs-push-10 {
    left: 83.33333%; }
  .tw-bs .col-xs-push-11 {
    left: 91.66667%; }
  .tw-bs .col-xs-push-12 {
    left: 100%; }
  .tw-bs .col-xs-offset-0 {
    margin-left: 0%; }
  .tw-bs .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .tw-bs .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .tw-bs .col-xs-offset-3 {
    margin-left: 25%; }
  .tw-bs .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .tw-bs .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .tw-bs .col-xs-offset-6 {
    margin-left: 50%; }
  .tw-bs .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .tw-bs .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .tw-bs .col-xs-offset-9 {
    margin-left: 75%; }
  .tw-bs .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .tw-bs .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .tw-bs .col-xs-offset-12 {
    margin-left: 100%; }
  @media (min-width: 768px) {
    .tw-bs .col-sm-1, .tw-bs .col-sm-2, .tw-bs .col-sm-3, .tw-bs .col-sm-4, .tw-bs .col-sm-5, .tw-bs .col-sm-6, .tw-bs .col-sm-7, .tw-bs .col-sm-8, .tw-bs .col-sm-9, .tw-bs .col-sm-10, .tw-bs .col-sm-11, .tw-bs .col-sm-12 {
      float: left; }
    .tw-bs .col-sm-1 {
      width: 8.33333%; }
    .tw-bs .col-sm-2 {
      width: 16.66667%; }
    .tw-bs .col-sm-3 {
      width: 25%; }
    .tw-bs .col-sm-4 {
      width: 33.33333%; }
    .tw-bs .col-sm-5 {
      width: 41.66667%; }
    .tw-bs .col-sm-6 {
      width: 50%; }
    .tw-bs .col-sm-7 {
      width: 58.33333%; }
    .tw-bs .col-sm-8 {
      width: 66.66667%; }
    .tw-bs .col-sm-9 {
      width: 75%; }
    .tw-bs .col-sm-10 {
      width: 83.33333%; }
    .tw-bs .col-sm-11 {
      width: 91.66667%; }
    .tw-bs .col-sm-12 {
      width: 100%; }
    .tw-bs .col-sm-pull-0 {
      right: auto; }
    .tw-bs .col-sm-pull-1 {
      right: 8.33333%; }
    .tw-bs .col-sm-pull-2 {
      right: 16.66667%; }
    .tw-bs .col-sm-pull-3 {
      right: 25%; }
    .tw-bs .col-sm-pull-4 {
      right: 33.33333%; }
    .tw-bs .col-sm-pull-5 {
      right: 41.66667%; }
    .tw-bs .col-sm-pull-6 {
      right: 50%; }
    .tw-bs .col-sm-pull-7 {
      right: 58.33333%; }
    .tw-bs .col-sm-pull-8 {
      right: 66.66667%; }
    .tw-bs .col-sm-pull-9 {
      right: 75%; }
    .tw-bs .col-sm-pull-10 {
      right: 83.33333%; }
    .tw-bs .col-sm-pull-11 {
      right: 91.66667%; }
    .tw-bs .col-sm-pull-12 {
      right: 100%; }
    .tw-bs .col-sm-push-0 {
      left: auto; }
    .tw-bs .col-sm-push-1 {
      left: 8.33333%; }
    .tw-bs .col-sm-push-2 {
      left: 16.66667%; }
    .tw-bs .col-sm-push-3 {
      left: 25%; }
    .tw-bs .col-sm-push-4 {
      left: 33.33333%; }
    .tw-bs .col-sm-push-5 {
      left: 41.66667%; }
    .tw-bs .col-sm-push-6 {
      left: 50%; }
    .tw-bs .col-sm-push-7 {
      left: 58.33333%; }
    .tw-bs .col-sm-push-8 {
      left: 66.66667%; }
    .tw-bs .col-sm-push-9 {
      left: 75%; }
    .tw-bs .col-sm-push-10 {
      left: 83.33333%; }
    .tw-bs .col-sm-push-11 {
      left: 91.66667%; }
    .tw-bs .col-sm-push-12 {
      left: 100%; }
    .tw-bs .col-sm-offset-0 {
      margin-left: 0%; }
    .tw-bs .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .tw-bs .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .tw-bs .col-sm-offset-3 {
      margin-left: 25%; }
    .tw-bs .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .tw-bs .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .tw-bs .col-sm-offset-6 {
      margin-left: 50%; }
    .tw-bs .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .tw-bs .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .tw-bs .col-sm-offset-9 {
      margin-left: 75%; }
    .tw-bs .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .tw-bs .col-sm-offset-11 {
      margin-left: 91.66667%; }
    .tw-bs .col-sm-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    .tw-bs .col-md-1, .tw-bs .col-md-2, .tw-bs .col-md-3, .tw-bs .col-md-4, .tw-bs .col-md-5, .tw-bs .col-md-6, .tw-bs .col-md-7, .tw-bs .col-md-8, .tw-bs .col-md-9, .tw-bs .col-md-10, .tw-bs .col-md-11, .tw-bs .col-md-12 {
      float: left; }
    .tw-bs .col-md-1 {
      width: 8.33333%; }
    .tw-bs .col-md-2 {
      width: 16.66667%; }
    .tw-bs .col-md-3 {
      width: 25%; }
    .tw-bs .col-md-4 {
      width: 33.33333%; }
    .tw-bs .col-md-5 {
      width: 41.66667%; }
    .tw-bs .col-md-6 {
      width: 50%; }
    .tw-bs .col-md-7 {
      width: 58.33333%; }
    .tw-bs .col-md-8 {
      width: 66.66667%; }
    .tw-bs .col-md-9 {
      width: 75%; }
    .tw-bs .col-md-10 {
      width: 83.33333%; }
    .tw-bs .col-md-11 {
      width: 91.66667%; }
    .tw-bs .col-md-12 {
      width: 100%; }
    .tw-bs .col-md-pull-0 {
      right: auto; }
    .tw-bs .col-md-pull-1 {
      right: 8.33333%; }
    .tw-bs .col-md-pull-2 {
      right: 16.66667%; }
    .tw-bs .col-md-pull-3 {
      right: 25%; }
    .tw-bs .col-md-pull-4 {
      right: 33.33333%; }
    .tw-bs .col-md-pull-5 {
      right: 41.66667%; }
    .tw-bs .col-md-pull-6 {
      right: 50%; }
    .tw-bs .col-md-pull-7 {
      right: 58.33333%; }
    .tw-bs .col-md-pull-8 {
      right: 66.66667%; }
    .tw-bs .col-md-pull-9 {
      right: 75%; }
    .tw-bs .col-md-pull-10 {
      right: 83.33333%; }
    .tw-bs .col-md-pull-11 {
      right: 91.66667%; }
    .tw-bs .col-md-pull-12 {
      right: 100%; }
    .tw-bs .col-md-push-0 {
      left: auto; }
    .tw-bs .col-md-push-1 {
      left: 8.33333%; }
    .tw-bs .col-md-push-2 {
      left: 16.66667%; }
    .tw-bs .col-md-push-3 {
      left: 25%; }
    .tw-bs .col-md-push-4 {
      left: 33.33333%; }
    .tw-bs .col-md-push-5 {
      left: 41.66667%; }
    .tw-bs .col-md-push-6 {
      left: 50%; }
    .tw-bs .col-md-push-7 {
      left: 58.33333%; }
    .tw-bs .col-md-push-8 {
      left: 66.66667%; }
    .tw-bs .col-md-push-9 {
      left: 75%; }
    .tw-bs .col-md-push-10 {
      left: 83.33333%; }
    .tw-bs .col-md-push-11 {
      left: 91.66667%; }
    .tw-bs .col-md-push-12 {
      left: 100%; }
    .tw-bs .col-md-offset-0 {
      margin-left: 0%; }
    .tw-bs .col-md-offset-1 {
      margin-left: 8.33333%; }
    .tw-bs .col-md-offset-2 {
      margin-left: 16.66667%; }
    .tw-bs .col-md-offset-3 {
      margin-left: 25%; }
    .tw-bs .col-md-offset-4 {
      margin-left: 33.33333%; }
    .tw-bs .col-md-offset-5 {
      margin-left: 41.66667%; }
    .tw-bs .col-md-offset-6 {
      margin-left: 50%; }
    .tw-bs .col-md-offset-7 {
      margin-left: 58.33333%; }
    .tw-bs .col-md-offset-8 {
      margin-left: 66.66667%; }
    .tw-bs .col-md-offset-9 {
      margin-left: 75%; }
    .tw-bs .col-md-offset-10 {
      margin-left: 83.33333%; }
    .tw-bs .col-md-offset-11 {
      margin-left: 91.66667%; }
    .tw-bs .col-md-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    .tw-bs .col-lg-1, .tw-bs .col-lg-2, .tw-bs .col-lg-3, .tw-bs .col-lg-4, .tw-bs .col-lg-5, .tw-bs .col-lg-6, .tw-bs .col-lg-7, .tw-bs .col-lg-8, .tw-bs .col-lg-9, .tw-bs .col-lg-10, .tw-bs .col-lg-11, .tw-bs .col-lg-12 {
      float: left; }
    .tw-bs .col-lg-1 {
      width: 8.33333%; }
    .tw-bs .col-lg-2 {
      width: 16.66667%; }
    .tw-bs .col-lg-3 {
      width: 25%; }
    .tw-bs .col-lg-4 {
      width: 33.33333%; }
    .tw-bs .col-lg-5 {
      width: 41.66667%; }
    .tw-bs .col-lg-6 {
      width: 50%; }
    .tw-bs .col-lg-7 {
      width: 58.33333%; }
    .tw-bs .col-lg-8 {
      width: 66.66667%; }
    .tw-bs .col-lg-9 {
      width: 75%; }
    .tw-bs .col-lg-10 {
      width: 83.33333%; }
    .tw-bs .col-lg-11 {
      width: 91.66667%; }
    .tw-bs .col-lg-12 {
      width: 100%; }
    .tw-bs .col-lg-pull-0 {
      right: auto; }
    .tw-bs .col-lg-pull-1 {
      right: 8.33333%; }
    .tw-bs .col-lg-pull-2 {
      right: 16.66667%; }
    .tw-bs .col-lg-pull-3 {
      right: 25%; }
    .tw-bs .col-lg-pull-4 {
      right: 33.33333%; }
    .tw-bs .col-lg-pull-5 {
      right: 41.66667%; }
    .tw-bs .col-lg-pull-6 {
      right: 50%; }
    .tw-bs .col-lg-pull-7 {
      right: 58.33333%; }
    .tw-bs .col-lg-pull-8 {
      right: 66.66667%; }
    .tw-bs .col-lg-pull-9 {
      right: 75%; }
    .tw-bs .col-lg-pull-10 {
      right: 83.33333%; }
    .tw-bs .col-lg-pull-11 {
      right: 91.66667%; }
    .tw-bs .col-lg-pull-12 {
      right: 100%; }
    .tw-bs .col-lg-push-0 {
      left: auto; }
    .tw-bs .col-lg-push-1 {
      left: 8.33333%; }
    .tw-bs .col-lg-push-2 {
      left: 16.66667%; }
    .tw-bs .col-lg-push-3 {
      left: 25%; }
    .tw-bs .col-lg-push-4 {
      left: 33.33333%; }
    .tw-bs .col-lg-push-5 {
      left: 41.66667%; }
    .tw-bs .col-lg-push-6 {
      left: 50%; }
    .tw-bs .col-lg-push-7 {
      left: 58.33333%; }
    .tw-bs .col-lg-push-8 {
      left: 66.66667%; }
    .tw-bs .col-lg-push-9 {
      left: 75%; }
    .tw-bs .col-lg-push-10 {
      left: 83.33333%; }
    .tw-bs .col-lg-push-11 {
      left: 91.66667%; }
    .tw-bs .col-lg-push-12 {
      left: 100%; }
    .tw-bs .col-lg-offset-0 {
      margin-left: 0%; }
    .tw-bs .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .tw-bs .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .tw-bs .col-lg-offset-3 {
      margin-left: 25%; }
    .tw-bs .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .tw-bs .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .tw-bs .col-lg-offset-6 {
      margin-left: 50%; }
    .tw-bs .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .tw-bs .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .tw-bs .col-lg-offset-9 {
      margin-left: 75%; }
    .tw-bs .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .tw-bs .col-lg-offset-11 {
      margin-left: 91.66667%; }
    .tw-bs .col-lg-offset-12 {
      margin-left: 100%; } }
  .tw-bs table {
    background-color: transparent; }
  .tw-bs caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
  .tw-bs th {
    text-align: left; }
  .tw-bs .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .tw-bs .table > thead > tr > th,
    .tw-bs .table > thead > tr > td,
    .tw-bs .table > tbody > tr > th,
    .tw-bs .table > tbody > tr > td,
    .tw-bs .table > tfoot > tr > th,
    .tw-bs .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .tw-bs .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .tw-bs .table > caption + thead > tr:first-child > th,
    .tw-bs .table > caption + thead > tr:first-child > td,
    .tw-bs .table > colgroup + thead > tr:first-child > th,
    .tw-bs .table > colgroup + thead > tr:first-child > td,
    .tw-bs .table > thead:first-child > tr:first-child > th,
    .tw-bs .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .tw-bs .table > tbody + tbody {
      border-top: 2px solid #ddd; }
    .tw-bs .table .table {
      background-color: #fff; }
  .tw-bs .table-condensed > thead > tr > th,
  .tw-bs .table-condensed > thead > tr > td,
  .tw-bs .table-condensed > tbody > tr > th,
  .tw-bs .table-condensed > tbody > tr > td,
  .tw-bs .table-condensed > tfoot > tr > th,
  .tw-bs .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .tw-bs .table-bordered {
    border: 1px solid #ddd; }
    .tw-bs .table-bordered > thead > tr > th,
    .tw-bs .table-bordered > thead > tr > td,
    .tw-bs .table-bordered > tbody > tr > th,
    .tw-bs .table-bordered > tbody > tr > td,
    .tw-bs .table-bordered > tfoot > tr > th,
    .tw-bs .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
    .tw-bs .table-bordered > thead > tr > th,
    .tw-bs .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
  .tw-bs .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .tw-bs .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .tw-bs table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  .tw-bs table td[class*="col-"],
  .tw-bs table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  .tw-bs .table > thead > tr > td.active,
  .tw-bs .table > thead > tr > th.active, .tw-bs .table > thead > tr.active > td, .tw-bs .table > thead > tr.active > th,
  .tw-bs .table > tbody > tr > td.active,
  .tw-bs .table > tbody > tr > th.active,
  .tw-bs .table > tbody > tr.active > td,
  .tw-bs .table > tbody > tr.active > th,
  .tw-bs .table > tfoot > tr > td.active,
  .tw-bs .table > tfoot > tr > th.active,
  .tw-bs .table > tfoot > tr.active > td,
  .tw-bs .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .tw-bs .table-hover > tbody > tr > td.active:hover,
  .tw-bs .table-hover > tbody > tr > th.active:hover, .tw-bs .table-hover > tbody > tr.active:hover > td, .tw-bs .table-hover > tbody > tr:hover > .active, .tw-bs .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .tw-bs .table > thead > tr > td.success,
  .tw-bs .table > thead > tr > th.success, .tw-bs .table > thead > tr.success > td, .tw-bs .table > thead > tr.success > th,
  .tw-bs .table > tbody > tr > td.success,
  .tw-bs .table > tbody > tr > th.success,
  .tw-bs .table > tbody > tr.success > td,
  .tw-bs .table > tbody > tr.success > th,
  .tw-bs .table > tfoot > tr > td.success,
  .tw-bs .table > tfoot > tr > th.success,
  .tw-bs .table > tfoot > tr.success > td,
  .tw-bs .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .tw-bs .table-hover > tbody > tr > td.success:hover,
  .tw-bs .table-hover > tbody > tr > th.success:hover, .tw-bs .table-hover > tbody > tr.success:hover > td, .tw-bs .table-hover > tbody > tr:hover > .success, .tw-bs .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  .tw-bs .table > thead > tr > td.info,
  .tw-bs .table > thead > tr > th.info, .tw-bs .table > thead > tr.info > td, .tw-bs .table > thead > tr.info > th,
  .tw-bs .table > tbody > tr > td.info,
  .tw-bs .table > tbody > tr > th.info,
  .tw-bs .table > tbody > tr.info > td,
  .tw-bs .table > tbody > tr.info > th,
  .tw-bs .table > tfoot > tr > td.info,
  .tw-bs .table > tfoot > tr > th.info,
  .tw-bs .table > tfoot > tr.info > td,
  .tw-bs .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  .tw-bs .table-hover > tbody > tr > td.info:hover,
  .tw-bs .table-hover > tbody > tr > th.info:hover, .tw-bs .table-hover > tbody > tr.info:hover > td, .tw-bs .table-hover > tbody > tr:hover > .info, .tw-bs .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  .tw-bs .table > thead > tr > td.warning,
  .tw-bs .table > thead > tr > th.warning, .tw-bs .table > thead > tr.warning > td, .tw-bs .table > thead > tr.warning > th,
  .tw-bs .table > tbody > tr > td.warning,
  .tw-bs .table > tbody > tr > th.warning,
  .tw-bs .table > tbody > tr.warning > td,
  .tw-bs .table > tbody > tr.warning > th,
  .tw-bs .table > tfoot > tr > td.warning,
  .tw-bs .table > tfoot > tr > th.warning,
  .tw-bs .table > tfoot > tr.warning > td,
  .tw-bs .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  .tw-bs .table-hover > tbody > tr > td.warning:hover,
  .tw-bs .table-hover > tbody > tr > th.warning:hover, .tw-bs .table-hover > tbody > tr.warning:hover > td, .tw-bs .table-hover > tbody > tr:hover > .warning, .tw-bs .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  .tw-bs .table > thead > tr > td.danger,
  .tw-bs .table > thead > tr > th.danger, .tw-bs .table > thead > tr.danger > td, .tw-bs .table > thead > tr.danger > th,
  .tw-bs .table > tbody > tr > td.danger,
  .tw-bs .table > tbody > tr > th.danger,
  .tw-bs .table > tbody > tr.danger > td,
  .tw-bs .table > tbody > tr.danger > th,
  .tw-bs .table > tfoot > tr > td.danger,
  .tw-bs .table > tfoot > tr > th.danger,
  .tw-bs .table > tfoot > tr.danger > td,
  .tw-bs .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  .tw-bs .table-hover > tbody > tr > td.danger:hover,
  .tw-bs .table-hover > tbody > tr > th.danger:hover, .tw-bs .table-hover > tbody > tr.danger:hover > td, .tw-bs .table-hover > tbody > tr:hover > .danger, .tw-bs .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  .tw-bs .table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
    @media screen and (max-width: 767px) {
      .tw-bs .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        .tw-bs .table-responsive > .table {
          margin-bottom: 0; }
          .tw-bs .table-responsive > .table > thead > tr > th,
          .tw-bs .table-responsive > .table > thead > tr > td,
          .tw-bs .table-responsive > .table > tbody > tr > th,
          .tw-bs .table-responsive > .table > tbody > tr > td,
          .tw-bs .table-responsive > .table > tfoot > tr > th,
          .tw-bs .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        .tw-bs .table-responsive > .table-bordered {
          border: 0; }
          .tw-bs .table-responsive > .table-bordered > thead > tr > th:first-child,
          .tw-bs .table-responsive > .table-bordered > thead > tr > td:first-child,
          .tw-bs .table-responsive > .table-bordered > tbody > tr > th:first-child,
          .tw-bs .table-responsive > .table-bordered > tbody > tr > td:first-child,
          .tw-bs .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          .tw-bs .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          .tw-bs .table-responsive > .table-bordered > thead > tr > th:last-child,
          .tw-bs .table-responsive > .table-bordered > thead > tr > td:last-child,
          .tw-bs .table-responsive > .table-bordered > tbody > tr > th:last-child,
          .tw-bs .table-responsive > .table-bordered > tbody > tr > td:last-child,
          .tw-bs .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          .tw-bs .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          .tw-bs .table-responsive > .table-bordered > tbody > tr:last-child > th,
          .tw-bs .table-responsive > .table-bordered > tbody > tr:last-child > td,
          .tw-bs .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          .tw-bs .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  .tw-bs fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .tw-bs legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .tw-bs label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .tw-bs input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tw-bs input[type="radio"],
  .tw-bs input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .tw-bs input[type="file"] {
    display: block; }
  .tw-bs input[type="range"] {
    display: block;
    width: 100%; }
  .tw-bs select[multiple],
  .tw-bs select[size] {
    height: auto; }
  .tw-bs input[type="file"]:focus,
  .tw-bs input[type="radio"]:focus,
  .tw-bs input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .tw-bs output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555; }
  .tw-bs .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .tw-bs .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .tw-bs .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .tw-bs .form-control:-ms-input-placeholder {
      color: #999; }
    .tw-bs .form-control::-webkit-input-placeholder {
      color: #999; }
    .tw-bs .form-control::-ms-expand {
      border: 0;
      background-color: transparent; }
    .tw-bs .form-control[disabled], .tw-bs .form-control[readonly], fieldset[disabled] .tw-bs .form-control {
      background-color: #eeeeee;
      opacity: 1; }
    .tw-bs .form-control[disabled], fieldset[disabled] .tw-bs .form-control {
      cursor: not-allowed; }
  .tw-bs textarea.form-control {
    height: auto; }
  .tw-bs input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .tw-bs input[type="date"].form-control,
    .tw-bs input[type="time"].form-control,
    .tw-bs input[type="datetime-local"].form-control,
    .tw-bs input[type="month"].form-control {
      line-height: 34px; }
    .tw-bs input[type="date"].input-sm, .tw-bs .input-group-sm > input[type="date"].form-control,
    .tw-bs .input-group-sm > input[type="date"].input-group-addon,
    .tw-bs .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm .tw-bs input[type="date"],
    .tw-bs input[type="time"].input-sm,
    .tw-bs .input-group-sm > input[type="time"].form-control,
    .tw-bs .input-group-sm > input[type="time"].input-group-addon,
    .tw-bs .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    .tw-bs input[type="time"],
    .tw-bs input[type="datetime-local"].input-sm,
    .tw-bs .input-group-sm > input[type="datetime-local"].form-control,
    .tw-bs .input-group-sm > input[type="datetime-local"].input-group-addon,
    .tw-bs .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    .tw-bs input[type="datetime-local"],
    .tw-bs input[type="month"].input-sm,
    .tw-bs .input-group-sm > input[type="month"].form-control,
    .tw-bs .input-group-sm > input[type="month"].input-group-addon,
    .tw-bs .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    .tw-bs input[type="month"] {
      line-height: 30px; }
    .tw-bs input[type="date"].input-lg, .tw-bs .input-group-lg > input[type="date"].form-control,
    .tw-bs .input-group-lg > input[type="date"].input-group-addon,
    .tw-bs .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg .tw-bs input[type="date"],
    .tw-bs input[type="time"].input-lg,
    .tw-bs .input-group-lg > input[type="time"].form-control,
    .tw-bs .input-group-lg > input[type="time"].input-group-addon,
    .tw-bs .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    .tw-bs input[type="time"],
    .tw-bs input[type="datetime-local"].input-lg,
    .tw-bs .input-group-lg > input[type="datetime-local"].form-control,
    .tw-bs .input-group-lg > input[type="datetime-local"].input-group-addon,
    .tw-bs .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    .tw-bs input[type="datetime-local"],
    .tw-bs input[type="month"].input-lg,
    .tw-bs .input-group-lg > input[type="month"].form-control,
    .tw-bs .input-group-lg > input[type="month"].input-group-addon,
    .tw-bs .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    .tw-bs input[type="month"] {
      line-height: 46px; } }
  .tw-bs .form-group {
    margin-bottom: 15px; }
  .tw-bs .radio,
  .tw-bs .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .tw-bs .radio label,
    .tw-bs .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer; }
  .tw-bs .radio input[type="radio"],
  .tw-bs .radio-inline input[type="radio"],
  .tw-bs .checkbox input[type="checkbox"],
  .tw-bs .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .tw-bs .radio + .radio,
  .tw-bs .checkbox + .checkbox {
    margin-top: -5px; }
  .tw-bs .radio-inline,
  .tw-bs .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .tw-bs .radio-inline + .radio-inline,
  .tw-bs .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .tw-bs input[type="radio"][disabled], .tw-bs input[type="radio"].disabled, fieldset[disabled] .tw-bs input[type="radio"],
  .tw-bs input[type="checkbox"][disabled],
  .tw-bs input[type="checkbox"].disabled, fieldset[disabled]
  .tw-bs input[type="checkbox"] {
    cursor: not-allowed; }
  .tw-bs .radio-inline.disabled, fieldset[disabled] .tw-bs .radio-inline,
  .tw-bs .checkbox-inline.disabled, fieldset[disabled]
  .tw-bs .checkbox-inline {
    cursor: not-allowed; }
  .tw-bs .radio.disabled label, fieldset[disabled] .tw-bs .radio label,
  .tw-bs .checkbox.disabled label, fieldset[disabled]
  .tw-bs .checkbox label {
    cursor: not-allowed; }
  .tw-bs .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
    .tw-bs .form-control-static.input-lg, .tw-bs .input-group-lg > .form-control-static.form-control,
    .tw-bs .input-group-lg > .form-control-static.input-group-addon,
    .tw-bs .input-group-lg > .input-group-btn > .form-control-static.btn, .tw-bs .form-control-static.input-sm, .tw-bs .input-group-sm > .form-control-static.form-control,
    .tw-bs .input-group-sm > .form-control-static.input-group-addon,
    .tw-bs .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-left: 0;
      padding-right: 0; }
  .tw-bs .input-sm, .tw-bs .input-group-sm > .form-control,
  .tw-bs .input-group-sm > .input-group-addon,
  .tw-bs .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .tw-bs select.input-sm, .tw-bs .input-group-sm > select.form-control,
  .tw-bs .input-group-sm > select.input-group-addon,
  .tw-bs .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
  .tw-bs textarea.input-sm, .tw-bs .input-group-sm > textarea.form-control,
  .tw-bs .input-group-sm > textarea.input-group-addon,
  .tw-bs .input-group-sm > .input-group-btn > textarea.btn,
  .tw-bs select[multiple].input-sm,
  .tw-bs .input-group-sm > select[multiple].form-control,
  .tw-bs .input-group-sm > select[multiple].input-group-addon,
  .tw-bs .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto; }
  .tw-bs .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .tw-bs .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .tw-bs .form-group-sm textarea.form-control,
  .tw-bs .form-group-sm select[multiple].form-control {
    height: auto; }
  .tw-bs .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .tw-bs .input-lg, .tw-bs .input-group-lg > .form-control,
  .tw-bs .input-group-lg > .input-group-addon,
  .tw-bs .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .tw-bs select.input-lg, .tw-bs .input-group-lg > select.form-control,
  .tw-bs .input-group-lg > select.input-group-addon,
  .tw-bs .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }
  .tw-bs textarea.input-lg, .tw-bs .input-group-lg > textarea.form-control,
  .tw-bs .input-group-lg > textarea.input-group-addon,
  .tw-bs .input-group-lg > .input-group-btn > textarea.btn,
  .tw-bs select[multiple].input-lg,
  .tw-bs .input-group-lg > select[multiple].form-control,
  .tw-bs .input-group-lg > select[multiple].input-group-addon,
  .tw-bs .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto; }
  .tw-bs .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .tw-bs .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .tw-bs .form-group-lg textarea.form-control,
  .tw-bs .form-group-lg select[multiple].form-control {
    height: auto; }
  .tw-bs .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .tw-bs .has-feedback {
    position: relative; }
    .tw-bs .has-feedback .form-control {
      padding-right: 42.5px; }
  .tw-bs .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .tw-bs .input-lg + .form-control-feedback, .tw-bs .input-group-lg > .form-control + .form-control-feedback,
  .tw-bs .input-group-lg > .input-group-addon + .form-control-feedback,
  .tw-bs .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .tw-bs .input-group-lg + .form-control-feedback,
  .tw-bs .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .tw-bs .input-sm + .form-control-feedback, .tw-bs .input-group-sm > .form-control + .form-control-feedback,
  .tw-bs .input-group-sm > .input-group-addon + .form-control-feedback,
  .tw-bs .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .tw-bs .input-group-sm + .form-control-feedback,
  .tw-bs .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .tw-bs .has-success .help-block,
  .tw-bs .has-success .control-label,
  .tw-bs .has-success .radio,
  .tw-bs .has-success .checkbox,
  .tw-bs .has-success .radio-inline,
  .tw-bs .has-success .checkbox-inline, .tw-bs .has-success.radio label, .tw-bs .has-success.checkbox label, .tw-bs .has-success.radio-inline label, .tw-bs .has-success.checkbox-inline label {
    color: #3c763d; }
  .tw-bs .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .tw-bs .has-success .form-control:focus {
      border-color: #2b542c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .tw-bs .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
  .tw-bs .has-success .form-control-feedback {
    color: #3c763d; }
  .tw-bs .has-warning .help-block,
  .tw-bs .has-warning .control-label,
  .tw-bs .has-warning .radio,
  .tw-bs .has-warning .checkbox,
  .tw-bs .has-warning .radio-inline,
  .tw-bs .has-warning .checkbox-inline, .tw-bs .has-warning.radio label, .tw-bs .has-warning.checkbox label, .tw-bs .has-warning.radio-inline label, .tw-bs .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  .tw-bs .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .tw-bs .has-warning .form-control:focus {
      border-color: #66512c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .tw-bs .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  .tw-bs .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .tw-bs .has-error .help-block,
  .tw-bs .has-error .control-label,
  .tw-bs .has-error .radio,
  .tw-bs .has-error .checkbox,
  .tw-bs .has-error .radio-inline,
  .tw-bs .has-error .checkbox-inline, .tw-bs .has-error.radio label, .tw-bs .has-error.checkbox label, .tw-bs .has-error.radio-inline label, .tw-bs .has-error.checkbox-inline label {
    color: #a94442; }
  .tw-bs .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .tw-bs .has-error .form-control:focus {
      border-color: #843534;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .tw-bs .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
  .tw-bs .has-error .form-control-feedback {
    color: #a94442; }
  .tw-bs .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .tw-bs .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .tw-bs .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .tw-bs .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .tw-bs .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .tw-bs .form-inline .form-control-static {
      display: inline-block; }
    .tw-bs .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .tw-bs .form-inline .input-group .input-group-addon,
      .tw-bs .form-inline .input-group .input-group-btn,
      .tw-bs .form-inline .input-group .form-control {
        width: auto; }
    .tw-bs .form-inline .input-group > .form-control {
      width: 100%; }
    .tw-bs .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .tw-bs .form-inline .radio,
    .tw-bs .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .tw-bs .form-inline .radio label,
      .tw-bs .form-inline .checkbox label {
        padding-left: 0; }
    .tw-bs .form-inline .radio input[type="radio"],
    .tw-bs .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .tw-bs .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .tw-bs .form-horizontal .radio,
  .tw-bs .form-horizontal .checkbox,
  .tw-bs .form-horizontal .radio-inline,
  .tw-bs .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  .tw-bs .form-horizontal .radio,
  .tw-bs .form-horizontal .checkbox {
    min-height: 27px; }
  .tw-bs .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
    .tw-bs .form-horizontal .form-group:before, .tw-bs .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    .tw-bs .form-horizontal .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    .tw-bs .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px; } }
  .tw-bs .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .tw-bs .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .tw-bs .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .tw-bs .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .tw-bs .btn:focus, .tw-bs .btn.focus, .tw-bs .btn:active:focus, .tw-bs .btn:active.focus, .tw-bs .btn.active:focus, .tw-bs .btn.active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .tw-bs .btn:hover, .tw-bs .btn:focus, .tw-bs .btn.focus {
      color: #333;
      text-decoration: none; }
    .tw-bs .btn:active, .tw-bs .btn.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .tw-bs .btn.disabled, .tw-bs .btn[disabled], fieldset[disabled] .tw-bs .btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none; }
  .tw-bs a.btn.disabled, fieldset[disabled] .tw-bs a.btn {
    pointer-events: none; }
  .tw-bs .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .tw-bs .btn-default:focus, .tw-bs .btn-default.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #8c8c8c; }
    .tw-bs .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .tw-bs .btn-default:active, .tw-bs .btn-default.active, .open > .tw-bs .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
      .tw-bs .btn-default:active:hover, .tw-bs .btn-default:active:focus, .tw-bs .btn-default:active.focus, .tw-bs .btn-default.active:hover, .tw-bs .btn-default.active:focus, .tw-bs .btn-default.active.focus, .open > .tw-bs .btn-default.dropdown-toggle:hover, .open > .tw-bs .btn-default.dropdown-toggle:focus, .open > .tw-bs .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .tw-bs .btn-default:active, .tw-bs .btn-default.active, .open > .tw-bs .btn-default.dropdown-toggle {
      background-image: none; }
    .tw-bs .btn-default.disabled:hover, .tw-bs .btn-default.disabled:focus, .tw-bs .btn-default.disabled.focus, .tw-bs .btn-default[disabled]:hover, .tw-bs .btn-default[disabled]:focus, .tw-bs .btn-default[disabled].focus, fieldset[disabled] .tw-bs .btn-default:hover, fieldset[disabled] .tw-bs .btn-default:focus, fieldset[disabled] .tw-bs .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
    .tw-bs .btn-default .badge {
      color: #fff;
      background-color: #333; }
  .tw-bs .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .tw-bs .btn-primary:focus, .tw-bs .btn-primary.focus {
      color: #fff;
      background-color: #286090;
      border-color: #122b40; }
    .tw-bs .btn-primary:hover {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
    .tw-bs .btn-primary:active, .tw-bs .btn-primary.active, .open > .tw-bs .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
      .tw-bs .btn-primary:active:hover, .tw-bs .btn-primary:active:focus, .tw-bs .btn-primary:active.focus, .tw-bs .btn-primary.active:hover, .tw-bs .btn-primary.active:focus, .tw-bs .btn-primary.active.focus, .open > .tw-bs .btn-primary.dropdown-toggle:hover, .open > .tw-bs .btn-primary.dropdown-toggle:focus, .open > .tw-bs .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40; }
    .tw-bs .btn-primary:active, .tw-bs .btn-primary.active, .open > .tw-bs .btn-primary.dropdown-toggle {
      background-image: none; }
    .tw-bs .btn-primary.disabled:hover, .tw-bs .btn-primary.disabled:focus, .tw-bs .btn-primary.disabled.focus, .tw-bs .btn-primary[disabled]:hover, .tw-bs .btn-primary[disabled]:focus, .tw-bs .btn-primary[disabled].focus, fieldset[disabled] .tw-bs .btn-primary:hover, fieldset[disabled] .tw-bs .btn-primary:focus, fieldset[disabled] .tw-bs .btn-primary.focus {
      background-color: #337ab7;
      border-color: #2e6da4; }
    .tw-bs .btn-primary .badge {
      color: #337ab7;
      background-color: #fff; }
  .tw-bs .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .tw-bs .btn-success:focus, .tw-bs .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
    .tw-bs .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
    .tw-bs .btn-success:active, .tw-bs .btn-success.active, .open > .tw-bs .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
      .tw-bs .btn-success:active:hover, .tw-bs .btn-success:active:focus, .tw-bs .btn-success:active.focus, .tw-bs .btn-success.active:hover, .tw-bs .btn-success.active:focus, .tw-bs .btn-success.active.focus, .open > .tw-bs .btn-success.dropdown-toggle:hover, .open > .tw-bs .btn-success.dropdown-toggle:focus, .open > .tw-bs .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
    .tw-bs .btn-success:active, .tw-bs .btn-success.active, .open > .tw-bs .btn-success.dropdown-toggle {
      background-image: none; }
    .tw-bs .btn-success.disabled:hover, .tw-bs .btn-success.disabled:focus, .tw-bs .btn-success.disabled.focus, .tw-bs .btn-success[disabled]:hover, .tw-bs .btn-success[disabled]:focus, .tw-bs .btn-success[disabled].focus, fieldset[disabled] .tw-bs .btn-success:hover, fieldset[disabled] .tw-bs .btn-success:focus, fieldset[disabled] .tw-bs .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    .tw-bs .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
  .tw-bs .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .tw-bs .btn-info:focus, .tw-bs .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
    .tw-bs .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .tw-bs .btn-info:active, .tw-bs .btn-info.active, .open > .tw-bs .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
      .tw-bs .btn-info:active:hover, .tw-bs .btn-info:active:focus, .tw-bs .btn-info:active.focus, .tw-bs .btn-info.active:hover, .tw-bs .btn-info.active:focus, .tw-bs .btn-info.active.focus, .open > .tw-bs .btn-info.dropdown-toggle:hover, .open > .tw-bs .btn-info.dropdown-toggle:focus, .open > .tw-bs .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
    .tw-bs .btn-info:active, .tw-bs .btn-info.active, .open > .tw-bs .btn-info.dropdown-toggle {
      background-image: none; }
    .tw-bs .btn-info.disabled:hover, .tw-bs .btn-info.disabled:focus, .tw-bs .btn-info.disabled.focus, .tw-bs .btn-info[disabled]:hover, .tw-bs .btn-info[disabled]:focus, .tw-bs .btn-info[disabled].focus, fieldset[disabled] .tw-bs .btn-info:hover, fieldset[disabled] .tw-bs .btn-info:focus, fieldset[disabled] .tw-bs .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
    .tw-bs .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
  .tw-bs .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .tw-bs .btn-warning:focus, .tw-bs .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    .tw-bs .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
    .tw-bs .btn-warning:active, .tw-bs .btn-warning.active, .open > .tw-bs .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
      .tw-bs .btn-warning:active:hover, .tw-bs .btn-warning:active:focus, .tw-bs .btn-warning:active.focus, .tw-bs .btn-warning.active:hover, .tw-bs .btn-warning.active:focus, .tw-bs .btn-warning.active.focus, .open > .tw-bs .btn-warning.dropdown-toggle:hover, .open > .tw-bs .btn-warning.dropdown-toggle:focus, .open > .tw-bs .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
    .tw-bs .btn-warning:active, .tw-bs .btn-warning.active, .open > .tw-bs .btn-warning.dropdown-toggle {
      background-image: none; }
    .tw-bs .btn-warning.disabled:hover, .tw-bs .btn-warning.disabled:focus, .tw-bs .btn-warning.disabled.focus, .tw-bs .btn-warning[disabled]:hover, .tw-bs .btn-warning[disabled]:focus, .tw-bs .btn-warning[disabled].focus, fieldset[disabled] .tw-bs .btn-warning:hover, fieldset[disabled] .tw-bs .btn-warning:focus, fieldset[disabled] .tw-bs .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
    .tw-bs .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
  .tw-bs .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .tw-bs .btn-danger:focus, .tw-bs .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
    .tw-bs .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .tw-bs .btn-danger:active, .tw-bs .btn-danger.active, .open > .tw-bs .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
      .tw-bs .btn-danger:active:hover, .tw-bs .btn-danger:active:focus, .tw-bs .btn-danger:active.focus, .tw-bs .btn-danger.active:hover, .tw-bs .btn-danger.active:focus, .tw-bs .btn-danger.active.focus, .open > .tw-bs .btn-danger.dropdown-toggle:hover, .open > .tw-bs .btn-danger.dropdown-toggle:focus, .open > .tw-bs .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
    .tw-bs .btn-danger:active, .tw-bs .btn-danger.active, .open > .tw-bs .btn-danger.dropdown-toggle {
      background-image: none; }
    .tw-bs .btn-danger.disabled:hover, .tw-bs .btn-danger.disabled:focus, .tw-bs .btn-danger.disabled.focus, .tw-bs .btn-danger[disabled]:hover, .tw-bs .btn-danger[disabled]:focus, .tw-bs .btn-danger[disabled].focus, fieldset[disabled] .tw-bs .btn-danger:hover, fieldset[disabled] .tw-bs .btn-danger:focus, fieldset[disabled] .tw-bs .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
    .tw-bs .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
  .tw-bs .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
    .tw-bs .btn-link, .tw-bs .btn-link:active, .tw-bs .btn-link.active, .tw-bs .btn-link[disabled], fieldset[disabled] .tw-bs .btn-link {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .tw-bs .btn-link, .tw-bs .btn-link:hover, .tw-bs .btn-link:focus, .tw-bs .btn-link:active {
      border-color: transparent; }
    .tw-bs .btn-link:hover, .tw-bs .btn-link:focus {
      color: #23527c;
      text-decoration: underline;
      background-color: transparent; }
    .tw-bs .btn-link[disabled]:hover, .tw-bs .btn-link[disabled]:focus, fieldset[disabled] .tw-bs .btn-link:hover, fieldset[disabled] .tw-bs .btn-link:focus {
      color: #777777;
      text-decoration: none; }
  .tw-bs .btn-lg, .tw-bs .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .tw-bs .btn-sm, .tw-bs .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .tw-bs .btn-xs, .tw-bs .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .tw-bs .btn-block {
    display: block;
    width: 100%; }
  .tw-bs .btn-block + .btn-block {
    margin-top: 5px; }
  .tw-bs input[type="submit"].btn-block,
  .tw-bs input[type="reset"].btn-block,
  .tw-bs input[type="button"].btn-block {
    width: 100%; }
  .tw-bs .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .tw-bs .fade.in {
      opacity: 1; }
  .tw-bs .collapse {
    display: none; }
    .tw-bs .collapse.in {
      display: block; }
  .tw-bs tr.collapse.in {
    display: table-row; }
  .tw-bs tbody.collapse.in {
    display: table-row-group; }
  .tw-bs .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .tw-bs .caret {
    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; }
  .tw-bs .dropup,
  .tw-bs .dropdown {
    position: relative; }
  .tw-bs .dropdown-toggle:focus {
    outline: 0; }
  .tw-bs .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: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    .tw-bs .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .tw-bs .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .tw-bs .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: #333333;
      white-space: nowrap; }
  .tw-bs .dropdown-menu > li > a:hover, .tw-bs .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .tw-bs .dropdown-menu > .active > a, .tw-bs .dropdown-menu > .active > a:hover, .tw-bs .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .tw-bs .dropdown-menu > .disabled > a, .tw-bs .dropdown-menu > .disabled > a:hover, .tw-bs .dropdown-menu > .disabled > a:focus {
    color: #777777; }
  .tw-bs .dropdown-menu > .disabled > a:hover, .tw-bs .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .tw-bs .open > .dropdown-menu {
    display: block; }
  .tw-bs .open > a {
    outline: 0; }
  .tw-bs .dropdown-menu-right {
    left: auto;
    right: 0; }
  .tw-bs .dropdown-menu-left {
    left: 0;
    right: auto; }
  .tw-bs .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap; }
  .tw-bs .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .tw-bs .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .tw-bs .dropup .caret,
  .tw-bs .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .tw-bs .dropup .dropdown-menu,
  .tw-bs .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .tw-bs .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .tw-bs .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .tw-bs .btn-group,
  .tw-bs .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .tw-bs .btn-group > .btn,
    .tw-bs .btn-group-vertical > .btn {
      position: relative;
      float: left; }
      .tw-bs .btn-group > .btn:hover, .tw-bs .btn-group > .btn:focus, .tw-bs .btn-group > .btn:active, .tw-bs .btn-group > .btn.active,
      .tw-bs .btn-group-vertical > .btn:hover,
      .tw-bs .btn-group-vertical > .btn:focus,
      .tw-bs .btn-group-vertical > .btn:active,
      .tw-bs .btn-group-vertical > .btn.active {
        z-index: 2; }
  .tw-bs .btn-group .btn + .btn,
  .tw-bs .btn-group .btn + .btn-group,
  .tw-bs .btn-group .btn-group + .btn,
  .tw-bs .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .tw-bs .btn-toolbar {
    margin-left: -5px; }
    .tw-bs .btn-toolbar:before, .tw-bs .btn-toolbar:after {
      content: " ";
      display: table; }
    .tw-bs .btn-toolbar:after {
      clear: both; }
    .tw-bs .btn-toolbar .btn,
    .tw-bs .btn-toolbar .btn-group,
    .tw-bs .btn-toolbar .input-group {
      float: left; }
    .tw-bs .btn-toolbar > .btn,
    .tw-bs .btn-toolbar > .btn-group,
    .tw-bs .btn-toolbar > .input-group {
      margin-left: 5px; }
  .tw-bs .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .tw-bs .btn-group > .btn:first-child {
    margin-left: 0; }
    .tw-bs .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .tw-bs .btn-group > .btn:last-child:not(:first-child),
  .tw-bs .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .btn-group > .btn-group {
    float: left; }
  .tw-bs .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .tw-bs .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .tw-bs .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .tw-bs .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .btn-group .dropdown-toggle:active,
  .tw-bs .btn-group.open .dropdown-toggle {
    outline: 0; }
  .tw-bs .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .tw-bs .btn-group > .btn-lg + .dropdown-toggle, .tw-bs .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }
  .tw-bs .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .tw-bs .btn-group.open .dropdown-toggle.btn-link {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .tw-bs .btn .caret {
    margin-left: 0; }
  .tw-bs .btn-lg .caret, .tw-bs .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .tw-bs .dropup .btn-lg .caret, .tw-bs .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }
  .tw-bs .btn-group-vertical > .btn,
  .tw-bs .btn-group-vertical > .btn-group,
  .tw-bs .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .tw-bs .btn-group-vertical > .btn-group:before, .tw-bs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }
  .tw-bs .btn-group-vertical > .btn-group:after {
    clear: both; }
  .tw-bs .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .tw-bs .btn-group-vertical > .btn + .btn,
  .tw-bs .btn-group-vertical > .btn + .btn-group,
  .tw-bs .btn-group-vertical > .btn-group + .btn,
  .tw-bs .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .tw-bs .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .tw-bs .btn-group-vertical > .btn: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; }
  .tw-bs .btn-group-vertical > .btn: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; }
  .tw-bs .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .tw-bs .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .tw-bs .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .tw-bs .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .tw-bs .btn-group-justified > .btn,
    .tw-bs .btn-group-justified > .btn-group {
      float: none;
      display: table-cell;
      width: 1%; }
    .tw-bs .btn-group-justified > .btn-group .btn {
      width: 100%; }
    .tw-bs .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
  .tw-bs [data-toggle="buttons"] > .btn input[type="radio"],
  .tw-bs [data-toggle="buttons"] > .btn input[type="checkbox"],
  .tw-bs [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  .tw-bs [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .tw-bs .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    .tw-bs .input-group[class*="col-"] {
      float: none;
      padding-left: 0;
      padding-right: 0; }
    .tw-bs .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      .tw-bs .input-group .form-control:focus {
        z-index: 3; }
  .tw-bs .input-group-addon,
  .tw-bs .input-group-btn,
  .tw-bs .input-group .form-control {
    display: table-cell; }
    .tw-bs .input-group-addon:not(:first-child):not(:last-child),
    .tw-bs .input-group-btn:not(:first-child):not(:last-child),
    .tw-bs .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
  .tw-bs .input-group-addon,
  .tw-bs .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .tw-bs .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .tw-bs .input-group-addon.input-sm,
    .tw-bs .input-group-sm > .input-group-addon,
    .tw-bs .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px; }
    .tw-bs .input-group-addon.input-lg,
    .tw-bs .input-group-lg > .input-group-addon,
    .tw-bs .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px; }
    .tw-bs .input-group-addon input[type="radio"],
    .tw-bs .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
  .tw-bs .input-group .form-control:first-child,
  .tw-bs .input-group-addon:first-child,
  .tw-bs .input-group-btn:first-child > .btn,
  .tw-bs .input-group-btn:first-child > .btn-group > .btn,
  .tw-bs .input-group-btn:first-child > .dropdown-toggle,
  .tw-bs .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .tw-bs .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .tw-bs .input-group-addon:first-child {
    border-right: 0; }
  .tw-bs .input-group .form-control:last-child,
  .tw-bs .input-group-addon:last-child,
  .tw-bs .input-group-btn:last-child > .btn,
  .tw-bs .input-group-btn:last-child > .btn-group > .btn,
  .tw-bs .input-group-btn:last-child > .dropdown-toggle,
  .tw-bs .input-group-btn:first-child > .btn:not(:first-child),
  .tw-bs .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .input-group-addon:last-child {
    border-left: 0; }
  .tw-bs .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    .tw-bs .input-group-btn > .btn {
      position: relative; }
      .tw-bs .input-group-btn > .btn + .btn {
        margin-left: -1px; }
      .tw-bs .input-group-btn > .btn:hover, .tw-bs .input-group-btn > .btn:focus, .tw-bs .input-group-btn > .btn:active {
        z-index: 2; }
    .tw-bs .input-group-btn:first-child > .btn,
    .tw-bs .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
    .tw-bs .input-group-btn:last-child > .btn,
    .tw-bs .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
  .tw-bs .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .tw-bs .nav:before, .tw-bs .nav:after {
      content: " ";
      display: table; }
    .tw-bs .nav:after {
      clear: both; }
    .tw-bs .nav > li {
      position: relative;
      display: block; }
      .tw-bs .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .tw-bs .nav > li > a:hover, .tw-bs .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
      .tw-bs .nav > li.disabled > a {
        color: #777777; }
        .tw-bs .nav > li.disabled > a:hover, .tw-bs .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          background-color: transparent;
          cursor: not-allowed; }
    .tw-bs .nav .open > a, .tw-bs .nav .open > a:hover, .tw-bs .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
    .tw-bs .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .tw-bs .nav > li > a > img {
      max-width: none; }
  .tw-bs .nav-tabs {
    border-bottom: 1px solid #ddd; }
    .tw-bs .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      .tw-bs .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
        .tw-bs .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
      .tw-bs .nav-tabs > li.active > a, .tw-bs .nav-tabs > li.active > a:hover, .tw-bs .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default; }
  .tw-bs .nav-pills > li {
    float: left; }
    .tw-bs .nav-pills > li > a {
      border-radius: 4px; }
    .tw-bs .nav-pills > li + li {
      margin-left: 2px; }
    .tw-bs .nav-pills > li.active > a, .tw-bs .nav-pills > li.active > a:hover, .tw-bs .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }
  .tw-bs .nav-stacked > li {
    float: none; }
    .tw-bs .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
  .tw-bs .nav-justified, .tw-bs .nav-tabs.nav-justified {
    width: 100%; }
    .tw-bs .nav-justified > li, .tw-bs .nav-tabs.nav-justified > li {
      float: none; }
      .tw-bs .nav-justified > li > a, .tw-bs .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px; }
    .tw-bs .nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 768px) {
      .tw-bs .nav-justified > li, .tw-bs .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        .tw-bs .nav-justified > li > a, .tw-bs .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
  .tw-bs .nav-tabs-justified, .tw-bs .nav-tabs.nav-justified {
    border-bottom: 0; }
    .tw-bs .nav-tabs-justified > li > a, .tw-bs .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .tw-bs .nav-tabs-justified > .active > a, .tw-bs .nav-tabs.nav-justified > .active > a,
    .tw-bs .nav-tabs-justified > .active > a:hover,
    .tw-bs .nav-tabs.nav-justified > .active > a:hover,
    .tw-bs .nav-tabs-justified > .active > a:focus,
    .tw-bs .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
    @media (min-width: 768px) {
      .tw-bs .nav-tabs-justified > li > a, .tw-bs .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      .tw-bs .nav-tabs-justified > .active > a, .tw-bs .nav-tabs.nav-justified > .active > a,
      .tw-bs .nav-tabs-justified > .active > a:hover,
      .tw-bs .nav-tabs.nav-justified > .active > a:hover,
      .tw-bs .nav-tabs-justified > .active > a:focus,
      .tw-bs .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }
  .tw-bs .tab-content > .tab-pane {
    display: none; }
  .tw-bs .tab-content > .active {
    display: block; }
  .tw-bs .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
    .tw-bs .navbar:before, .tw-bs .navbar:after {
      content: " ";
      display: table; }
    .tw-bs .navbar:after {
      clear: both; }
    @media (min-width: 768px) {
      .tw-bs .navbar {
        border-radius: 4px; } }
  .tw-bs .navbar-header:before, .tw-bs .navbar-header:after {
    content: " ";
    display: table; }
  .tw-bs .navbar-header:after {
    clear: both; }
  @media (min-width: 768px) {
    .tw-bs .navbar-header {
      float: left; } }
  .tw-bs .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
    .tw-bs .navbar-collapse:before, .tw-bs .navbar-collapse:after {
      content: " ";
      display: table; }
    .tw-bs .navbar-collapse:after {
      clear: both; }
    .tw-bs .navbar-collapse.in {
      overflow-y: auto; }
    @media (min-width: 768px) {
      .tw-bs .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        .tw-bs .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        .tw-bs .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top .tw-bs .navbar-collapse, .navbar-static-top .tw-bs .navbar-collapse, .navbar-fixed-bottom .tw-bs .navbar-collapse {
          padding-left: 0;
          padding-right: 0; } }
  .tw-bs .navbar-fixed-top .navbar-collapse,
  .tw-bs .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .tw-bs .navbar-fixed-top .navbar-collapse,
      .tw-bs .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  .tw-bs .container > .navbar-header,
  .tw-bs .container > .navbar-collapse,
  .tw-bs .container-fluid > .navbar-header,
  .tw-bs .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .tw-bs .container > .navbar-header,
      .tw-bs .container > .navbar-collapse,
      .tw-bs .container-fluid > .navbar-header,
      .tw-bs .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
  .tw-bs .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
    @media (min-width: 768px) {
      .tw-bs .navbar-static-top {
        border-radius: 0; } }
  .tw-bs .navbar-fixed-top,
  .tw-bs .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
    @media (min-width: 768px) {
      .tw-bs .navbar-fixed-top,
      .tw-bs .navbar-fixed-bottom {
        border-radius: 0; } }
  .tw-bs .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .tw-bs .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .tw-bs .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
    .tw-bs .navbar-brand:hover, .tw-bs .navbar-brand:focus {
      text-decoration: none; }
    .tw-bs .navbar-brand > img {
      display: block; }
    @media (min-width: 768px) {
      .navbar > .container .tw-bs .navbar-brand, .navbar > .container-fluid .tw-bs .navbar-brand {
        margin-left: -15px; } }
  .tw-bs .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
    .tw-bs .navbar-toggle:focus {
      outline: 0; }
    .tw-bs .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
    .tw-bs .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 768px) {
      .tw-bs .navbar-toggle {
        display: none; } }
  .tw-bs .navbar-nav {
    margin: 7.5px -15px; }
    .tw-bs .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    @media (max-width: 767px) {
      .tw-bs .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .tw-bs .navbar-nav .open .dropdown-menu > li > a,
        .tw-bs .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        .tw-bs .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          .tw-bs .navbar-nav .open .dropdown-menu > li > a:hover, .tw-bs .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
    @media (min-width: 768px) {
      .tw-bs .navbar-nav {
        float: left;
        margin: 0; }
        .tw-bs .navbar-nav > li {
          float: left; }
          .tw-bs .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px; } }
  .tw-bs .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .tw-bs .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      .tw-bs .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .tw-bs .navbar-form .form-control-static {
        display: inline-block; }
      .tw-bs .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        .tw-bs .navbar-form .input-group .input-group-addon,
        .tw-bs .navbar-form .input-group .input-group-btn,
        .tw-bs .navbar-form .input-group .form-control {
          width: auto; }
      .tw-bs .navbar-form .input-group > .form-control {
        width: 100%; }
      .tw-bs .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      .tw-bs .navbar-form .radio,
      .tw-bs .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        .tw-bs .navbar-form .radio label,
        .tw-bs .navbar-form .checkbox label {
          padding-left: 0; }
      .tw-bs .navbar-form .radio input[type="radio"],
      .tw-bs .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      .tw-bs .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
    @media (max-width: 767px) {
      .tw-bs .navbar-form .form-group {
        margin-bottom: 5px; }
        .tw-bs .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .tw-bs .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .tw-bs .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .navbar-fixed-bottom .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; }
  .tw-bs .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
    .tw-bs .navbar-btn.btn-sm, .tw-bs .btn-group-sm > .navbar-btn.btn {
      margin-top: 10px;
      margin-bottom: 10px; }
    .tw-bs .navbar-btn.btn-xs, .tw-bs .btn-group-xs > .navbar-btn.btn {
      margin-top: 14px;
      margin-bottom: 14px; }
  .tw-bs .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .tw-bs .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 768px) {
    .tw-bs .navbar-left {
      float: left !important; }
    .tw-bs .navbar-right {
      float: right !important;
      margin-right: -15px; }
      .tw-bs .navbar-right ~ .navbar-right {
        margin-right: 0; } }
  .tw-bs .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
    .tw-bs .navbar-default .navbar-brand {
      color: #777; }
      .tw-bs .navbar-default .navbar-brand:hover, .tw-bs .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
        background-color: transparent; }
    .tw-bs .navbar-default .navbar-text {
      color: #777; }
    .tw-bs .navbar-default .navbar-nav > li > a {
      color: #777; }
      .tw-bs .navbar-default .navbar-nav > li > a:hover, .tw-bs .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: transparent; }
    .tw-bs .navbar-default .navbar-nav > .active > a, .tw-bs .navbar-default .navbar-nav > .active > a:hover, .tw-bs .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .tw-bs .navbar-default .navbar-nav > .disabled > a, .tw-bs .navbar-default .navbar-nav > .disabled > a:hover, .tw-bs .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
    .tw-bs .navbar-default .navbar-toggle {
      border-color: #ddd; }
      .tw-bs .navbar-default .navbar-toggle:hover, .tw-bs .navbar-default .navbar-toggle:focus {
        background-color: #ddd; }
      .tw-bs .navbar-default .navbar-toggle .icon-bar {
        background-color: #888; }
    .tw-bs .navbar-default .navbar-collapse,
    .tw-bs .navbar-default .navbar-form {
      border-color: #e7e7e7; }
    .tw-bs .navbar-default .navbar-nav > .open > a, .tw-bs .navbar-default .navbar-nav > .open > a:hover, .tw-bs .navbar-default .navbar-nav > .open > a:focus {
      background-color: #e7e7e7;
      color: #555; }
    @media (max-width: 767px) {
      .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
        .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
          background-color: transparent; }
      .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
      .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .tw-bs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
    .tw-bs .navbar-default .navbar-link {
      color: #777; }
      .tw-bs .navbar-default .navbar-link:hover {
        color: #333; }
    .tw-bs .navbar-default .btn-link {
      color: #777; }
      .tw-bs .navbar-default .btn-link:hover, .tw-bs .navbar-default .btn-link:focus {
        color: #333; }
      .tw-bs .navbar-default .btn-link[disabled]:hover, .tw-bs .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .tw-bs .navbar-default .btn-link:hover, fieldset[disabled] .tw-bs .navbar-default .btn-link:focus {
        color: #ccc; }
  .tw-bs .navbar-inverse {
    background-color: #222;
    border-color: #090909; }
    .tw-bs .navbar-inverse .navbar-brand {
      color: #9d9d9d; }
      .tw-bs .navbar-inverse .navbar-brand:hover, .tw-bs .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent; }
    .tw-bs .navbar-inverse .navbar-text {
      color: #9d9d9d; }
    .tw-bs .navbar-inverse .navbar-nav > li > a {
      color: #9d9d9d; }
      .tw-bs .navbar-inverse .navbar-nav > li > a:hover, .tw-bs .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .tw-bs .navbar-inverse .navbar-nav > .active > a, .tw-bs .navbar-inverse .navbar-nav > .active > a:hover, .tw-bs .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .tw-bs .navbar-inverse .navbar-nav > .disabled > a, .tw-bs .navbar-inverse .navbar-nav > .disabled > a:hover, .tw-bs .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
    .tw-bs .navbar-inverse .navbar-toggle {
      border-color: #333; }
      .tw-bs .navbar-inverse .navbar-toggle:hover, .tw-bs .navbar-inverse .navbar-toggle:focus {
        background-color: #333; }
      .tw-bs .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff; }
    .tw-bs .navbar-inverse .navbar-collapse,
    .tw-bs .navbar-inverse .navbar-form {
      border-color: #101010; }
    .tw-bs .navbar-inverse .navbar-nav > .open > a, .tw-bs .navbar-inverse .navbar-nav > .open > a:hover, .tw-bs .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #090909;
      color: #fff; }
    @media (max-width: 767px) {
      .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .tw-bs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
    .tw-bs .navbar-inverse .navbar-link {
      color: #9d9d9d; }
      .tw-bs .navbar-inverse .navbar-link:hover {
        color: #fff; }
    .tw-bs .navbar-inverse .btn-link {
      color: #9d9d9d; }
      .tw-bs .navbar-inverse .btn-link:hover, .tw-bs .navbar-inverse .btn-link:focus {
        color: #fff; }
      .tw-bs .navbar-inverse .btn-link[disabled]:hover, .tw-bs .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .tw-bs .navbar-inverse .btn-link:hover, fieldset[disabled] .tw-bs .navbar-inverse .btn-link:focus {
        color: #444; }
  .tw-bs .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
    .tw-bs .breadcrumb > li {
      display: inline-block; }
      .tw-bs .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #ccc; }
    .tw-bs .breadcrumb > .active {
      color: #777777; }
  .tw-bs .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
    .tw-bs .pagination > li {
      display: inline; }
      .tw-bs .pagination > li > a,
      .tw-bs .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px; }
      .tw-bs .pagination > li:first-child > a,
      .tw-bs .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; }
      .tw-bs .pagination > li:last-child > a,
      .tw-bs .pagination > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }
    .tw-bs .pagination > li > a:hover, .tw-bs .pagination > li > a:focus,
    .tw-bs .pagination > li > span:hover,
    .tw-bs .pagination > li > span:focus {
      z-index: 2;
      color: #23527c;
      background-color: #eeeeee;
      border-color: #ddd; }
    .tw-bs .pagination > .active > a, .tw-bs .pagination > .active > a:hover, .tw-bs .pagination > .active > a:focus,
    .tw-bs .pagination > .active > span,
    .tw-bs .pagination > .active > span:hover,
    .tw-bs .pagination > .active > span:focus {
      z-index: 3;
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7;
      cursor: default; }
    .tw-bs .pagination > .disabled > span,
    .tw-bs .pagination > .disabled > span:hover,
    .tw-bs .pagination > .disabled > span:focus,
    .tw-bs .pagination > .disabled > a,
    .tw-bs .pagination > .disabled > a:hover,
    .tw-bs .pagination > .disabled > a:focus {
      color: #777777;
      background-color: #fff;
      border-color: #ddd;
      cursor: not-allowed; }
  .tw-bs .pagination-lg > li > a,
  .tw-bs .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .tw-bs .pagination-lg > li:first-child > a,
  .tw-bs .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }
  .tw-bs .pagination-lg > li:last-child > a,
  .tw-bs .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; }
  .tw-bs .pagination-sm > li > a,
  .tw-bs .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .tw-bs .pagination-sm > li:first-child > a,
  .tw-bs .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tw-bs .pagination-sm > li:last-child > a,
  .tw-bs .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tw-bs .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
    .tw-bs .pager:before, .tw-bs .pager:after {
      content: " ";
      display: table; }
    .tw-bs .pager:after {
      clear: both; }
    .tw-bs .pager li {
      display: inline; }
      .tw-bs .pager li > a,
      .tw-bs .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px; }
      .tw-bs .pager li > a:hover,
      .tw-bs .pager li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .tw-bs .pager .next > a,
    .tw-bs .pager .next > span {
      float: right; }
    .tw-bs .pager .previous > a,
    .tw-bs .pager .previous > span {
      float: left; }
    .tw-bs .pager .disabled > a,
    .tw-bs .pager .disabled > a:hover,
    .tw-bs .pager .disabled > a:focus,
    .tw-bs .pager .disabled > span {
      color: #777777;
      background-color: #fff;
      cursor: not-allowed; }
  .tw-bs .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
    .tw-bs .label:empty {
      display: none; }
    .btn .tw-bs .label {
      position: relative;
      top: -1px; }
  .tw-bs a.label:hover, .tw-bs a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .tw-bs .label-default {
    background-color: #777777; }
    .tw-bs .label-default[href]:hover, .tw-bs .label-default[href]:focus {
      background-color: #5e5e5e; }
  .tw-bs .label-primary {
    background-color: #337ab7; }
    .tw-bs .label-primary[href]:hover, .tw-bs .label-primary[href]:focus {
      background-color: #286090; }
  .tw-bs .label-success {
    background-color: #5cb85c; }
    .tw-bs .label-success[href]:hover, .tw-bs .label-success[href]:focus {
      background-color: #449d44; }
  .tw-bs .label-info {
    background-color: #5bc0de; }
    .tw-bs .label-info[href]:hover, .tw-bs .label-info[href]:focus {
      background-color: #31b0d5; }
  .tw-bs .label-warning {
    background-color: #f0ad4e; }
    .tw-bs .label-warning[href]:hover, .tw-bs .label-warning[href]:focus {
      background-color: #ec971f; }
  .tw-bs .label-danger {
    background-color: #d9534f; }
    .tw-bs .label-danger[href]:hover, .tw-bs .label-danger[href]:focus {
      background-color: #c9302c; }
  .tw-bs .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px; }
    .tw-bs .badge:empty {
      display: none; }
    .btn .tw-bs .badge {
      position: relative;
      top: -1px; }
    .btn-xs .tw-bs .badge, .tw-bs .btn-group-xs > .btn .tw-bs .badge, .btn-group-xs > .btn .tw-bs .badge {
      top: 0;
      padding: 1px 5px; }
    .list-group-item.active > .tw-bs .badge, .nav-pills > .active > a > .tw-bs .badge {
      color: #337ab7;
      background-color: #fff; }
    .list-group-item > .tw-bs .badge {
      float: right; }
    .list-group-item > .tw-bs .badge + .tw-bs .badge {
      margin-right: 5px; }
    .nav-pills > li > a > .tw-bs .badge {
      margin-left: 3px; }
  .tw-bs a.badge:hover, .tw-bs a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .tw-bs .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
    .tw-bs .jumbotron h1,
    .tw-bs .jumbotron .h1 {
      color: inherit; }
    .tw-bs .jumbotron p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200; }
    .tw-bs .jumbotron > hr {
      border-top-color: #d5d5d5; }
    .container .tw-bs .jumbotron, .container-fluid .tw-bs .jumbotron {
      border-radius: 6px;
      padding-left: 15px;
      padding-right: 15px; }
    .tw-bs .jumbotron .container {
      max-width: 100%; }
    @media screen and (min-width: 768px) {
      .tw-bs .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container .tw-bs .jumbotron, .container-fluid .tw-bs .jumbotron {
          padding-left: 60px;
          padding-right: 60px; }
        .tw-bs .jumbotron h1,
        .tw-bs .jumbotron .h1 {
          font-size: 63px; } }
  .tw-bs .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out; }
    .tw-bs .thumbnail > img,
    .tw-bs .thumbnail a > img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
    .tw-bs .thumbnail .caption {
      padding: 9px;
      color: #333333; }
  .tw-bs a.thumbnail:hover,
  .tw-bs a.thumbnail:focus,
  .tw-bs a.thumbnail.active {
    border-color: #337ab7; }
  .tw-bs .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
    .tw-bs .alert h4 {
      margin-top: 0;
      color: inherit; }
    .tw-bs .alert .alert-link {
      font-weight: bold; }
    .tw-bs .alert > p,
    .tw-bs .alert > ul {
      margin-bottom: 0; }
    .tw-bs .alert > p + p {
      margin-top: 5px; }
  .tw-bs .alert-dismissable,
  .tw-bs .alert-dismissible {
    padding-right: 35px; }
    .tw-bs .alert-dismissable .close,
    .tw-bs .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
  .tw-bs .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
    .tw-bs .alert-success hr {
      border-top-color: #c9e2b3; }
    .tw-bs .alert-success .alert-link {
      color: #2b542c; }
  .tw-bs .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
    .tw-bs .alert-info hr {
      border-top-color: #a6e1ec; }
    .tw-bs .alert-info .alert-link {
      color: #245269; }
  .tw-bs .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
    .tw-bs .alert-warning hr {
      border-top-color: #f7e1b5; }
    .tw-bs .alert-warning .alert-link {
      color: #66512c; }
  .tw-bs .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
    .tw-bs .alert-danger hr {
      border-top-color: #e4b9c0; }
    .tw-bs .alert-danger .alert-link {
      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; } }
  .tw-bs .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .tw-bs .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .tw-bs .progress-striped .progress-bar,
  .tw-bs .progress-bar-striped {
    background-image: -webkit-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-image: -o-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-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; }
  .tw-bs .progress.active .progress-bar,
  .tw-bs .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .tw-bs .progress-bar-success {
    background-color: #5cb85c; }
    .progress-striped .tw-bs .progress-bar-success {
      background-image: -webkit-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-image: -o-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-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); }
  .tw-bs .progress-bar-info {
    background-color: #5bc0de; }
    .progress-striped .tw-bs .progress-bar-info {
      background-image: -webkit-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-image: -o-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-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); }
  .tw-bs .progress-bar-warning {
    background-color: #f0ad4e; }
    .progress-striped .tw-bs .progress-bar-warning {
      background-image: -webkit-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-image: -o-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-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); }
  .tw-bs .progress-bar-danger {
    background-color: #d9534f; }
    .progress-striped .tw-bs .progress-bar-danger {
      background-image: -webkit-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-image: -o-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-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); }
  .tw-bs .media {
    margin-top: 15px; }
    .tw-bs .media:first-child {
      margin-top: 0; }
  .tw-bs .media,
  .tw-bs .media-body {
    zoom: 1;
    overflow: hidden; }
  .tw-bs .media-body {
    width: 10000px; }
  .tw-bs .media-object {
    display: block; }
    .tw-bs .media-object.img-thumbnail {
      max-width: none; }
  .tw-bs .media-right,
  .tw-bs .media > .pull-right {
    padding-left: 10px; }
  .tw-bs .media-left,
  .tw-bs .media > .pull-left {
    padding-right: 10px; }
  .tw-bs .media-left,
  .tw-bs .media-right,
  .tw-bs .media-body {
    display: table-cell;
    vertical-align: top; }
  .tw-bs .media-middle {
    vertical-align: middle; }
  .tw-bs .media-bottom {
    vertical-align: bottom; }
  .tw-bs .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .tw-bs .media-list {
    padding-left: 0;
    list-style: none; }
  .tw-bs .list-group {
    margin-bottom: 20px;
    padding-left: 0; }
  .tw-bs .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
    .tw-bs .list-group-item:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    .tw-bs .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .tw-bs a.list-group-item,
  .tw-bs button.list-group-item {
    color: #555; }
    .tw-bs a.list-group-item .list-group-item-heading,
    .tw-bs button.list-group-item .list-group-item-heading {
      color: #333; }
    .tw-bs a.list-group-item:hover, .tw-bs a.list-group-item:focus,
    .tw-bs button.list-group-item:hover,
    .tw-bs button.list-group-item:focus {
      text-decoration: none;
      color: #555;
      background-color: #f5f5f5; }
  .tw-bs button.list-group-item {
    width: 100%;
    text-align: left; }
  .tw-bs .list-group-item.disabled, .tw-bs .list-group-item.disabled:hover, .tw-bs .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed; }
    .tw-bs .list-group-item.disabled .list-group-item-heading, .tw-bs .list-group-item.disabled:hover .list-group-item-heading, .tw-bs .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .tw-bs .list-group-item.disabled .list-group-item-text, .tw-bs .list-group-item.disabled:hover .list-group-item-text, .tw-bs .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .tw-bs .list-group-item.active, .tw-bs .list-group-item.active:hover, .tw-bs .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .tw-bs .list-group-item.active .list-group-item-heading,
    .tw-bs .list-group-item.active .list-group-item-heading > small,
    .tw-bs .list-group-item.active .list-group-item-heading > .small, .tw-bs .list-group-item.active:hover .list-group-item-heading,
    .tw-bs .list-group-item.active:hover .list-group-item-heading > small,
    .tw-bs .list-group-item.active:hover .list-group-item-heading > .small, .tw-bs .list-group-item.active:focus .list-group-item-heading,
    .tw-bs .list-group-item.active:focus .list-group-item-heading > small,
    .tw-bs .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .tw-bs .list-group-item.active .list-group-item-text, .tw-bs .list-group-item.active:hover .list-group-item-text, .tw-bs .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }
  .tw-bs .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  .tw-bs a.list-group-item-success,
  .tw-bs button.list-group-item-success {
    color: #3c763d; }
    .tw-bs a.list-group-item-success .list-group-item-heading,
    .tw-bs button.list-group-item-success .list-group-item-heading {
      color: inherit; }
    .tw-bs a.list-group-item-success:hover, .tw-bs a.list-group-item-success:focus,
    .tw-bs button.list-group-item-success:hover,
    .tw-bs button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
    .tw-bs a.list-group-item-success.active, .tw-bs a.list-group-item-success.active:hover, .tw-bs a.list-group-item-success.active:focus,
    .tw-bs button.list-group-item-success.active,
    .tw-bs button.list-group-item-success.active:hover,
    .tw-bs button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
  .tw-bs .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .tw-bs a.list-group-item-info,
  .tw-bs button.list-group-item-info {
    color: #31708f; }
    .tw-bs a.list-group-item-info .list-group-item-heading,
    .tw-bs button.list-group-item-info .list-group-item-heading {
      color: inherit; }
    .tw-bs a.list-group-item-info:hover, .tw-bs a.list-group-item-info:focus,
    .tw-bs button.list-group-item-info:hover,
    .tw-bs button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
    .tw-bs a.list-group-item-info.active, .tw-bs a.list-group-item-info.active:hover, .tw-bs a.list-group-item-info.active:focus,
    .tw-bs button.list-group-item-info.active,
    .tw-bs button.list-group-item-info.active:hover,
    .tw-bs button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
  .tw-bs .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .tw-bs a.list-group-item-warning,
  .tw-bs button.list-group-item-warning {
    color: #8a6d3b; }
    .tw-bs a.list-group-item-warning .list-group-item-heading,
    .tw-bs button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
    .tw-bs a.list-group-item-warning:hover, .tw-bs a.list-group-item-warning:focus,
    .tw-bs button.list-group-item-warning:hover,
    .tw-bs button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
    .tw-bs a.list-group-item-warning.active, .tw-bs a.list-group-item-warning.active:hover, .tw-bs a.list-group-item-warning.active:focus,
    .tw-bs button.list-group-item-warning.active,
    .tw-bs button.list-group-item-warning.active:hover,
    .tw-bs button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
  .tw-bs .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  .tw-bs a.list-group-item-danger,
  .tw-bs button.list-group-item-danger {
    color: #a94442; }
    .tw-bs a.list-group-item-danger .list-group-item-heading,
    .tw-bs button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
    .tw-bs a.list-group-item-danger:hover, .tw-bs a.list-group-item-danger:focus,
    .tw-bs button.list-group-item-danger:hover,
    .tw-bs button.list-group-item-danger:focus {
      color: #a94442;
      background-color: #ebcccc; }
    .tw-bs a.list-group-item-danger.active, .tw-bs a.list-group-item-danger.active:hover, .tw-bs a.list-group-item-danger.active:focus,
    .tw-bs button.list-group-item-danger.active,
    .tw-bs button.list-group-item-danger.active:hover,
    .tw-bs button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #a94442;
      border-color: #a94442; }
  .tw-bs .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .tw-bs .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .tw-bs .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .tw-bs .panel-body {
    padding: 15px; }
    .tw-bs .panel-body:before, .tw-bs .panel-body:after {
      content: " ";
      display: table; }
    .tw-bs .panel-body:after {
      clear: both; }
  .tw-bs .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .tw-bs .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
  .tw-bs .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    .tw-bs .panel-title > a,
    .tw-bs .panel-title > small,
    .tw-bs .panel-title > .small,
    .tw-bs .panel-title > small > a,
    .tw-bs .panel-title > .small > a {
      color: inherit; }
  .tw-bs .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .tw-bs .panel > .list-group,
  .tw-bs .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    .tw-bs .panel > .list-group .list-group-item,
    .tw-bs .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .tw-bs .panel > .list-group:first-child .list-group-item:first-child,
    .tw-bs .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .tw-bs .panel > .list-group:last-child .list-group-item:last-child,
    .tw-bs .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  .tw-bs .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .tw-bs .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .tw-bs .list-group + .panel-footer {
    border-top-width: 0; }
  .tw-bs .panel > .table,
  .tw-bs .panel > .table-responsive > .table,
  .tw-bs .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    .tw-bs .panel > .table caption,
    .tw-bs .panel > .table-responsive > .table caption,
    .tw-bs .panel > .panel-collapse > .table caption {
      padding-left: 15px;
      padding-right: 15px; }
  .tw-bs .panel > .table:first-child,
  .tw-bs .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .tw-bs .panel > .table:first-child > thead:first-child > tr:first-child,
    .tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child,
    .tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .tw-bs .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .tw-bs .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      .tw-bs .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .tw-bs .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .tw-bs .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .tw-bs .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
  .tw-bs .panel > .table:last-child,
  .tw-bs .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child,
    .tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      .tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .tw-bs .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .tw-bs .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .tw-bs .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
  .tw-bs .panel > .panel-body + .table,
  .tw-bs .panel > .panel-body + .table-responsive,
  .tw-bs .panel > .table + .panel-body,
  .tw-bs .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .tw-bs .panel > .table > tbody:first-child > tr:first-child th,
  .tw-bs .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .tw-bs .panel > .table-bordered,
  .tw-bs .panel > .table-responsive > .table-bordered {
    border: 0; }
    .tw-bs .panel > .table-bordered > thead > tr > th:first-child,
    .tw-bs .panel > .table-bordered > thead > tr > td:first-child,
    .tw-bs .panel > .table-bordered > tbody > tr > th:first-child,
    .tw-bs .panel > .table-bordered > tbody > tr > td:first-child,
    .tw-bs .panel > .table-bordered > tfoot > tr > th:first-child,
    .tw-bs .panel > .table-bordered > tfoot > tr > td:first-child,
    .tw-bs .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .tw-bs .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .tw-bs .panel > .table-bordered > thead > tr > th:last-child,
    .tw-bs .panel > .table-bordered > thead > tr > td:last-child,
    .tw-bs .panel > .table-bordered > tbody > tr > th:last-child,
    .tw-bs .panel > .table-bordered > tbody > tr > td:last-child,
    .tw-bs .panel > .table-bordered > tfoot > tr > th:last-child,
    .tw-bs .panel > .table-bordered > tfoot > tr > td:last-child,
    .tw-bs .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .tw-bs .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .tw-bs .panel > .table-bordered > thead > tr:first-child > td,
    .tw-bs .panel > .table-bordered > thead > tr:first-child > th,
    .tw-bs .panel > .table-bordered > tbody > tr:first-child > td,
    .tw-bs .panel > .table-bordered > tbody > tr:first-child > th,
    .tw-bs .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .tw-bs .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .tw-bs .panel > .table-bordered > tbody > tr:last-child > td,
    .tw-bs .panel > .table-bordered > tbody > tr:last-child > th,
    .tw-bs .panel > .table-bordered > tfoot > tr:last-child > td,
    .tw-bs .panel > .table-bordered > tfoot > tr:last-child > th,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .tw-bs .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .tw-bs .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
  .tw-bs .panel > .table-responsive {
    border: 0;
    margin-bottom: 0; }
  .tw-bs .panel-group {
    margin-bottom: 20px; }
    .tw-bs .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      .tw-bs .panel-group .panel + .panel {
        margin-top: 5px; }
    .tw-bs .panel-group .panel-heading {
      border-bottom: 0; }
      .tw-bs .panel-group .panel-heading + .panel-collapse > .panel-body,
      .tw-bs .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
    .tw-bs .panel-group .panel-footer {
      border-top: 0; }
      .tw-bs .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
  .tw-bs .panel-default {
    border-color: #ddd; }
    .tw-bs .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      .tw-bs .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
      .tw-bs .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    .tw-bs .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
  .tw-bs .panel-primary {
    border-color: #337ab7; }
    .tw-bs .panel-primary > .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7; }
      .tw-bs .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #337ab7; }
      .tw-bs .panel-primary > .panel-heading .badge {
        color: #337ab7;
        background-color: #fff; }
    .tw-bs .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #337ab7; }
  .tw-bs .panel-success {
    border-color: #d6e9c6; }
    .tw-bs .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .tw-bs .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
      .tw-bs .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    .tw-bs .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
  .tw-bs .panel-info {
    border-color: #bce8f1; }
    .tw-bs .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .tw-bs .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
      .tw-bs .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .tw-bs .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
  .tw-bs .panel-warning {
    border-color: #faebcc; }
    .tw-bs .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .tw-bs .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
      .tw-bs .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .tw-bs .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
  .tw-bs .panel-danger {
    border-color: #ebccd1; }
    .tw-bs .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .tw-bs .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
      .tw-bs .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    .tw-bs .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
  .tw-bs .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
    .tw-bs .embed-responsive .embed-responsive-item,
    .tw-bs .embed-responsive iframe,
    .tw-bs .embed-responsive embed,
    .tw-bs .embed-responsive object,
    .tw-bs .embed-responsive video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .tw-bs .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .tw-bs .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .tw-bs .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .tw-bs .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .tw-bs .well-lg {
    padding: 24px;
    border-radius: 6px; }
  .tw-bs .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .tw-bs .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .tw-bs .close:hover, .tw-bs .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .tw-bs button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .tw-bs .modal-open {
    overflow: hidden; }
  .tw-bs .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    .tw-bs .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -moz-transition: -moz-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .tw-bs .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .tw-bs .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .tw-bs .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .tw-bs .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }
  .tw-bs .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .tw-bs .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .tw-bs .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .tw-bs .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
    .tw-bs .modal-header:before, .tw-bs .modal-header:after {
      content: " ";
      display: table; }
    .tw-bs .modal-header:after {
      clear: both; }
  .tw-bs .modal-header .close {
    margin-top: -2px; }
  .tw-bs .modal-title {
    margin: 0;
    line-height: 1.42857; }
  .tw-bs .modal-body {
    position: relative;
    padding: 15px; }
  .tw-bs .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    .tw-bs .modal-footer:before, .tw-bs .modal-footer:after {
      content: " ";
      display: table; }
    .tw-bs .modal-footer:after {
      clear: both; }
    .tw-bs .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .tw-bs .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .tw-bs .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  .tw-bs .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .tw-bs .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .tw-bs .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .tw-bs .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .tw-bs .modal-lg {
      width: 900px; } }
  .tw-bs .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: 12px;
    opacity: 0;
    filter: alpha(opacity=0); }
    .tw-bs .tooltip.in {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .tw-bs .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    .tw-bs .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    .tw-bs .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    .tw-bs .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  .tw-bs .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .tw-bs .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .tw-bs .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tw-bs .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tw-bs .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tw-bs .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tw-bs .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tw-bs .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tw-bs .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tw-bs .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tw-bs .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    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: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .tw-bs .popover.top {
      margin-top: -10px; }
    .tw-bs .popover.right {
      margin-left: 10px; }
    .tw-bs .popover.bottom {
      margin-top: 10px; }
    .tw-bs .popover.left {
      margin-left: -10px; }
  .tw-bs .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  .tw-bs .popover-content {
    padding: 9px 14px; }
  .tw-bs .popover > .arrow, .tw-bs .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .tw-bs .popover > .arrow {
    border-width: 11px; }
  .tw-bs .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  .tw-bs .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; }
    .tw-bs .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  .tw-bs .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); }
    .tw-bs .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  .tw-bs .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; }
    .tw-bs .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  .tw-bs .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); }
    .tw-bs .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  .tw-bs .carousel {
    position: relative; }
  .tw-bs .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .tw-bs .carousel-inner > .item {
      display: none;
      position: relative;
      -webkit-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left; }
      .tw-bs .carousel-inner > .item > img,
      .tw-bs .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
      @media all and (transform-3d), (-webkit-transform-3d) {
        .tw-bs .carousel-inner > .item {
          -webkit-transition: -webkit-transform 0.6s ease-in-out;
          -moz-transition: -moz-transform 0.6s ease-in-out;
          -o-transition: -o-transform 0.6s ease-in-out;
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000px;
          -moz-perspective: 1000px;
          perspective: 1000px; }
          .tw-bs .carousel-inner > .item.next, .tw-bs .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0; }
          .tw-bs .carousel-inner > .item.prev, .tw-bs .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          .tw-bs .carousel-inner > .item.next.left, .tw-bs .carousel-inner > .item.prev.right, .tw-bs .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0; } }
    .tw-bs .carousel-inner > .active,
    .tw-bs .carousel-inner > .next,
    .tw-bs .carousel-inner > .prev {
      display: block; }
    .tw-bs .carousel-inner > .active {
      left: 0; }
    .tw-bs .carousel-inner > .next,
    .tw-bs .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .tw-bs .carousel-inner > .next {
      left: 100%; }
    .tw-bs .carousel-inner > .prev {
      left: -100%; }
    .tw-bs .carousel-inner > .next.left,
    .tw-bs .carousel-inner > .prev.right {
      left: 0; }
    .tw-bs .carousel-inner > .active.left {
      left: -100%; }
    .tw-bs .carousel-inner > .active.right {
      left: 100%; }
  .tw-bs .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent; }
    .tw-bs .carousel-control.left {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      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.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
    .tw-bs .carousel-control.right {
      left: auto;
      right: 0;
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      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.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
    .tw-bs .carousel-control:hover, .tw-bs .carousel-control:focus {
      outline: 0;
      color: #fff;
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .tw-bs .carousel-control .icon-prev,
    .tw-bs .carousel-control .icon-next,
    .tw-bs .carousel-control .glyphicon-chevron-left,
    .tw-bs .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      z-index: 5;
      display: inline-block; }
    .tw-bs .carousel-control .icon-prev,
    .tw-bs .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
    .tw-bs .carousel-control .icon-next,
    .tw-bs .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
    .tw-bs .carousel-control .icon-prev,
    .tw-bs .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      line-height: 1;
      font-family: serif; }
    .tw-bs .carousel-control .icon-prev:before {
      content: '\2039'; }
    .tw-bs .carousel-control .icon-next:before {
      content: '\203a'; }
  .tw-bs .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; }
    .tw-bs .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      border: 1px solid #fff;
      border-radius: 10px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: transparent; }
    .tw-bs .carousel-indicators .active {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #fff; }
  .tw-bs .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .tw-bs .carousel-caption .btn {
      text-shadow: none; }
  @media screen and (min-width: 768px) {
    .tw-bs .carousel-control .glyphicon-chevron-left,
    .tw-bs .carousel-control .glyphicon-chevron-right,
    .tw-bs .carousel-control .icon-prev,
    .tw-bs .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    .tw-bs .carousel-control .glyphicon-chevron-left,
    .tw-bs .carousel-control .icon-prev {
      margin-left: -10px; }
    .tw-bs .carousel-control .glyphicon-chevron-right,
    .tw-bs .carousel-control .icon-next {
      margin-right: -10px; }
    .tw-bs .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; }
    .tw-bs .carousel-indicators {
      bottom: 20px; } }
  .tw-bs .clearfix:before, .tw-bs .clearfix:after {
    content: " ";
    display: table; }
  .tw-bs .clearfix:after {
    clear: both; }
  .tw-bs .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .tw-bs .pull-right {
    float: right !important; }
  .tw-bs .pull-left {
    float: left !important; }
  .tw-bs .hide {
    display: none !important; }
  .tw-bs .show {
    display: block !important; }
  .tw-bs .invisible {
    visibility: hidden; }
  .tw-bs .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .tw-bs .hidden {
    display: none !important; }
  .tw-bs .affix {
    position: fixed; }
@-ms-viewport {
  width: device-width; }
  .tw-bs .visible-xs {
    display: none !important; }
  .tw-bs .visible-sm {
    display: none !important; }
  .tw-bs .visible-md {
    display: none !important; }
  .tw-bs .visible-lg {
    display: none !important; }
  .tw-bs .visible-xs-block,
  .tw-bs .visible-xs-inline,
  .tw-bs .visible-xs-inline-block,
  .tw-bs .visible-sm-block,
  .tw-bs .visible-sm-inline,
  .tw-bs .visible-sm-inline-block,
  .tw-bs .visible-md-block,
  .tw-bs .visible-md-inline,
  .tw-bs .visible-md-inline-block,
  .tw-bs .visible-lg-block,
  .tw-bs .visible-lg-inline,
  .tw-bs .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    .tw-bs .visible-xs {
      display: block !important; }
    .tw-bs table.visible-xs {
      display: table !important; }
    .tw-bs tr.visible-xs {
      display: table-row !important; }
    .tw-bs th.visible-xs,
    .tw-bs td.visible-xs {
      display: table-cell !important; } }
  @media (max-width: 767px) {
    .tw-bs .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    .tw-bs .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    .tw-bs .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tw-bs .visible-sm {
      display: block !important; }
    .tw-bs table.visible-sm {
      display: table !important; }
    .tw-bs tr.visible-sm {
      display: table-row !important; }
    .tw-bs th.visible-sm,
    .tw-bs td.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tw-bs .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tw-bs .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tw-bs .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tw-bs .visible-md {
      display: block !important; }
    .tw-bs table.visible-md {
      display: table !important; }
    .tw-bs tr.visible-md {
      display: table-row !important; }
    .tw-bs th.visible-md,
    .tw-bs td.visible-md {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tw-bs .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tw-bs .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tw-bs .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .tw-bs .visible-lg {
      display: block !important; }
    .tw-bs table.visible-lg {
      display: table !important; }
    .tw-bs tr.visible-lg {
      display: table-row !important; }
    .tw-bs th.visible-lg,
    .tw-bs td.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    .tw-bs .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    .tw-bs .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .tw-bs .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .tw-bs .hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tw-bs .hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tw-bs .hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    .tw-bs .hidden-lg {
      display: none !important; } }
  .tw-bs .visible-print {
    display: none !important; }
  @media print {
    .tw-bs .visible-print {
      display: block !important; }
    .tw-bs table.visible-print {
      display: table !important; }
    .tw-bs tr.visible-print {
      display: table-row !important; }
    .tw-bs th.visible-print,
    .tw-bs td.visible-print {
      display: table-cell !important; } }
  .tw-bs .visible-print-block {
    display: none !important; }
    @media print {
      .tw-bs .visible-print-block {
        display: block !important; } }
  .tw-bs .visible-print-inline {
    display: none !important; }
    @media print {
      .tw-bs .visible-print-inline {
        display: inline !important; } }
  .tw-bs .visible-print-inline-block {
    display: none !important; }
    @media print {
      .tw-bs .visible-print-inline-block {
        display: inline-block !important; } }
  @media print {
    .tw-bs .hidden-print {
      display: none !important; } }

.address {
  text-align: center;
  white-space: pre-line; }

@media (max-width: 640px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr, .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
    display: block; }
  #no-more-tables thead tr, .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr, .no-more-tables tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
  #no-more-tables td, .no-more-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 5px;
    white-space: normal;
    text-align: center; }
    #no-more-tables td:before, .no-more-tables td:before {
      white-space: nowrap;
      font-weight: bold;
      content: attr(data-title); } }
header.navigation {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid #3d6384;
  border-top: 5px solid #3d6384;
  min-height: 100px;
  width: 100%;
  z-index: 999; }
  @media (max-width: 1150px) {
    header.navigation {
      min-height: 60px; } }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  header.navigation .logo {
    float: right;
    max-height: 100px;
    padding-left: 1.5em;
    padding-right: 2em; }
    @media screen and (min-width: 1150px) {
      header.navigation .logo {
        float: left; } }
    header.navigation .logo img {
      height: 90px;
      width: 140px;
      margin: 0.3em 0;
      background: url(../img/GCG-Logo.png) no-repeat; }
      @media (max-width: 1150px) {
        header.navigation .logo img {
          max-height: 60px;
          height: 40px;
          width: 60px;
          margin: 0.6em 0;
          background: url(../img/GCG-Logo_small.png) no-repeat; } }
  header.navigation.fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%; }
  header.navigation .navigation-menu-button {
    color: #4d7da7;
    display: block;
    float: left;
    margin: 0;
    padding-left: 1em;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 6px;
    left: 1em; }
    @media screen and (min-width: 1150px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #009bd6; }
  header.navigation nav {
    float: none;
    min-height: 100px;
    z-index: 9999999; }
    @media (max-width: 1150px) {
      header.navigation nav {
        min-height: 60px; } }
    @media (min-width: 1150px) {
      header.navigation nav {
        float: right; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 65px;
    overflow: visible;
    padding: 0 0 100% 0;
    width: 50%;
    height: 2000%;
    z-index: 9999; }
    @media (max-width: 640px) {
      header.navigation ul.navigation-menu {
        width: 100%; } }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media (min-width: 1150px) {
      header.navigation ul.navigation-menu {
        display: inline;
        position: inherit;
        background: none;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    display: block;
    overflow: hidden;
    margin: 1em;
    text-align: center;
    width: 90%;
    z-index: 9999;
    border-bottom: 1px solid rgba(38, 43, 46, 0.08); }
    header.navigation ul li.nav-link:focus, header.navigation ul li.nav-link:hover, header.navigation ul li.nav-link.on {
      border-bottom: 3px solid #3dc9ff; }
    @media screen and (min-width: 1150px) {
      header.navigation ul li.nav-link {
        background: transparent;
        border: none;
        display: inline;
        line-height: 100px;
        text-decoration: none;
        width: auto;
        font-size: 1.1em; } }
    header.navigation ul li.nav-link a {
      color: #4d7da7;
      display: inline-block;
      text-decoration: none; }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover, header.navigation ul li.nav-link a.on {
        color: #3dc9ff; }
  header.navigation ul#sub-menu {
    display: none; }
    header.navigation ul#sub-menu.show {
      display: inherit;
      position: absolute;
      top: 2em;
      right: 4em;
      max-height: 1em; }
      @media (max-width: 1150px) {
        header.navigation ul#sub-menu.show {
          position: relative;
          top: 0;
          right: -1em;
          max-height: none; } }
      header.navigation ul#sub-menu.show li.nav-link {
        display: inline;
        font-size: .8em;
        padding: 1em 0;
        line-height: 1em; }
        @media (max-width: 1150px) {
          header.navigation ul#sub-menu.show li.nav-link {
            display: block;
            font-size: .9em;
            padding: .5em 0; } }
        header.navigation ul#sub-menu.show li.nav-link a {
          max-height: 1em; }

.vertical-tabs-container {
  border: 1px solid #4d7da7;
  border-radius: 3px;
  margin-bottom: 1.5em;
  overflow: hidden; }
  .vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table; }
  .vertical-tabs-container li {
    list-style: none; }
  .vertical-tabs-container a {
    color: #009bd6;
    text-decoration: none; }
  .vertical-tabs-container .vertical-tabs {
    display: none; }
    @media screen and (min-width: 600px) {
      .vertical-tabs-container .vertical-tabs {
        background-color: #fff;
        display: inline;
        float: left;
        height: 18.75em;
        width: 20%; } }
  @media screen and (min-width: 600px) {
    .vertical-tabs-container .vertical-tab {
      border-bottom: 1px solid #4d7da7;
      display: block;
      font-weight: bold;
      margin-right: -1px;
      padding: 0.75em 0.809em; }
      .vertical-tabs-container .vertical-tab.is-active {
        background-color: #6c96bb;
        margin-right: -1px; } }
  .vertical-tabs-container a.vertical-tab-accordion-heading,
  .vertical-tabs-container a.vertical-tab {
    color: #4d555a; }
  .vertical-tabs-container .vertical-tab:focus {
    outline: none; }
  .vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto; }
    .vertical-tabs-container .vertical-tab-content-container a:focus {
      outline: none; }
    @media screen and (min-width: 600px) {
      .vertical-tabs-container .vertical-tab-content-container {
        height: 18.75em;
        width: 80%;
        background-color: #6c96bb;
        display: inline-block; } }
  .vertical-tabs-container .vertical-tab-content {
    background-color: #6c96bb;
    padding: 1.5em 1.618em; }
    .vertical-tabs-container .vertical-tab-content p {
      color: #4d555a;
      line-height: 1.5; }
    @media screen and (min-width: 600px) {
      .vertical-tabs-container .vertical-tab-content {
        border: 0;
        display: none; } }
  .vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: #fff;
    border-top: 1px solid #4d7da7;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em; }
    .vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
      color: #009bd6; }
    .vertical-tabs-container .vertical-tab-accordion-heading:first-child {
      border-top: 0; }
    .vertical-tabs-container .vertical-tab-accordion-heading.is-active {
      background: #6c96bb;
      border-bottom: 0; }
    @media screen and (min-width: 600px) {
      .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none; } }

.expander .expander-trigger {
  color: #009bd6;
  cursor: pointer;
  display: block;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 23px;
  padding-bottom: 5.75px;
  text-decoration: none;
  user-select: none; }
  .expander .expander-trigger::before {
    content: "\2D";
    font-size: 1.2em;
    font-weight: normal;
    margin-right: 0.5em; }
.expander .expander-content p {
  color: #4d555a;
  line-height: 1.5;
  padding-left: 15px; }
.expander .expander-content li {
  color: #4d555a;
  padding-bottom: 5px;
  line-height: 1.5;
  padding-left: 15px; }
.expander .expander-hidden::before {
  content: "\2B";
  font-size: 1.2em;
  font-weight: normal; }
.expander .expander-hidden + .expander-content {
  display: none; }

.copyTable {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  text-align: left;
  border-spacing: 0px;
  border-collapse: separate; }
  @media (max-width: 640px) {
    .copyTable {
      border: none; } }
  .copyTable tr:first-child td {
    text-align: center;
    background-color: gray;
    color: white !important;
    font-weight: bold; }
  .copyTable td:first-child {
    width: 35%; }
    @media (max-width: 640px) {
      .copyTable td:first-child {
        margin: 0 auto;
        width: 95.3%; } }
  .copyTable td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 10px; }
    @media (max-width: 640px) {
      .copyTable td {
        border-right: none;
        border-left: none; } }

#docket {
  padding: 3% 15% 0; }
  @media (max-width: 1150px) {
    #docket {
      padding: 3%; } }
  #docket form {
    padding: 0 10%; }
  #docket .numeric {
    width: 13%; }
    @media (max-width: 1150px) {
      #docket .numeric {
        width: 15%; } }
    @media (max-width: 640px) {
      #docket .numeric {
        width: 100%; } }
  @media (max-width: 640px) {
    #docket #no-more-tables td:before, #docket .no-more-tables td:before {
      display: block;
      white-space: nowrap;
      font-weight: bold;
      content: attr(data-title); } }

.faqs td {
  border: none; }
.faqs input {
  width: 70%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block; }
  @media (max-width: 640px) {
    .faqs input {
      width: 100%; } 
      .faqs button {
      width: initial!important; } }
.faqs button {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 25%;
  height: 37px;
  margin-bottom: 0em;
  display: inline-block; }

.counsel, .counsel-bordered, .counsel-bordered-shaded {
  width: 100%; }
  .counsel th, .counsel-bordered th, .counsel-bordered-shaded th, .counsel td, .counsel-bordered td, .counsel-bordered-shaded td {
    width: 30%;
    padding-left: 2%;
    vertical-align: top; }
    @media (max-width: 640px) {
      .counsel th, .counsel-bordered th, .counsel-bordered-shaded th, .counsel td, .counsel-bordered td, .counsel-bordered-shaded td {
        margin: 0 auto;
        width: 100%; } }
  .counsel th, .counsel-bordered th, .counsel-bordered-shaded th {
    text-decoration: underline;
    text-align: center; }
  .counsel td, .counsel-bordered td, .counsel-bordered-shaded td {
    font-size: .8em;
    white-space: pre; }

.counsel-bordered td, .counsel-bordered-shaded td, .counsel-bordered th, .counsel-bordered-shaded th {
  border: 1px solid #666;
  padding: 1%; }

.counsel-bordered-shaded th {
  background-color: #DDD;
  color: #444; }

a.name {
  position: relative;
  bottom: 65px;
  display: block; }
  @media (max-width: 1150px) {
    a.name {
      bottom: 82px; } }

.copy h4.section-heading {
  text-align: center;
  padding: 20px 0px 0px 0px;
  color: #666;
  font-size: 14px; }
  @media screen and (min-width: 640px) {
    .copy h4.section-heading {
      font-size: 15px; } }
  @media screen and (min-width: 1150px) {
    .copy h4.section-heading {
      font-size: 16px; } }
  @media screen and (min-width: 1024px) {
    .copy h4.section-heading {
      font-size: 17px; } }
.copy div.faq-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 15px; }
.copy h4.question-title {
  font-size: 14px;
  margin: 0;
  display: block;
  width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #f5f5f5; }
  @media screen and (min-width: 640px) {
    .copy h4.question-title {
      font-size: 15px; } }
  @media screen and (min-width: 1150px) {
    .copy h4.question-title {
      font-size: 16px; } }
  @media screen and (min-width: 1024px) {
    .copy h4.question-title {
      font-size: 17px; } }
  .copy h4.question-title table {
    width: 97%;
    margin: 0% 1% 0% 10px; }
.copy span.caretRight {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  border-bottom: 4px solid transparent; }
.copy span.caretDown {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.copy div.question-body {
  padding: 0px 10px; }

.highli {
  background-color: #1f4686;
  color: #fff; }

img {
  vertical-align: middle; }

.runner {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  float: left;
  text-align: center;
  right: -235px;
  top: 15em;
  position: fixed;
  z-index: 3; }
  .runner a {
    background-color: #009bd6;
    height: 40px;
    width: 200px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    display: block;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    border-radius: 5px; }
    @media (max-width: 640px) {
      .runner a {
        font-size: 13px;
        line-height: 14px;
        height: 20px;
        width: 100px; } }
  .runner .runner-content {
    border: 3px solid #009bd6;
    background-color: #959fa5;
    width: 350px;
    height: 690px;
    position: relative;
    left: 115px;
    bottom: 120px;
    overflow-y: scroll; }
  .runner.active {
    right: 115px; }

.scroll-on-page {
  display: inline-block;
  font-family: "Nunito", sans-serif; }
  .scroll-on-page ul a {
    color: #4d7da7;
    text-decoration: none; }
    .scroll-on-page ul a:hover, .scroll-on-page ul a.current {
      color: #3dc9ff;
      border-right: 1px solid #3dc9ff; }
  @media (min-width: 1150px) {
    .scroll-on-page #navi {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      position: fixed;
      left: 2em;
      top: 10em; }
      .scroll-on-page #navi:last-child {
        margin-right: 0; } }
  .scroll-on-page #navi ul {
    list-style-type: none;
    padding-left: 0px; }
    @media (max-width: 1150px) {
      .scroll-on-page #navi ul {
        display: none; } }
  .scroll-on-page #navi #scroll-top-link {
    position: fixed;
    bottom: 5em;
    right: 3em; }
    .scroll-on-page #navi #scroll-top-link:after {
      content: "Back to top"; }
    @media (max-width: 1150px) {
      .scroll-on-page #navi #scroll-top-link {
        bottom: 3em;
        right: 2em; }
        .scroll-on-page #navi #scroll-top-link:after {
          content: '\f01b';
          font-family: FontAwesome;
          font-size: 3em;
          color: rgba(0, 155, 214, 0.4); } }
  .scroll-on-page .scroll-link {
    border-bottom: 1px solid rgba(0, 155, 214, 0.2);
    display: block;
    margin-right: 1.5em;
    outline: none;
    padding: 0.75em 0; }
  .scroll-on-page ul.sub-menu {
    display: none; }
  .scroll-on-page a:hover + ul.sub-menu,
  .scroll-on-page a.current + ul.sub-menu,
  .scroll-on-page ul.sub-menu:hover {
    display: inherit;
    padding-left: 1em !important; }
    .scroll-on-page a:hover + ul.sub-menu li,
    .scroll-on-page a.current + ul.sub-menu li,
    .scroll-on-page ul.sub-menu:hover li {
      font-size: 80%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background-color: #959fa5; }
  .footer .footer-trigger {
    background-color: #457096;
    padding: 0.5%;
    position: relative;
    z-index: 2;
    margin: 0 -1.6em; }
    @media (max-width: 640px) {
      .footer .footer-trigger {
        min-height: 42px; } }
    .footer .footer-trigger p {
      color: rgba(255, 255, 255, 0.4);
      font-size: 0.9em;
      font-weight: bold;
      cursor: pointer;
      margin: auto;
      text-align: center; }
      @media (max-width: 640px) {
        .footer .footer-trigger p {
          line-height: 38px; } }
      .footer .footer-trigger p span {
        font-size: 20px; }
        .footer .footer-trigger p span:first-child {
          margin-right: 5%; }
        .footer .footer-trigger p span:last-child {
          margin-left: 5%; }
      .footer .footer-trigger p:focus, .footer .footer-trigger p:hover {
        color: white; }
  .footer .legal {
    background-color: #4d555a;
    font-size: 0.8em;
    text-align: center;
    color: white;
    padding: .5em; }
    .footer .legal a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none; }
      .footer .legal a:focus, .footer .legal a:hover {
        color: white; }
    .footer .legal p {
      color: rgba(255, 255, 255, 0.4);
      font-size: 0.9em;
      line-height: 1.5em;
      margin: auto;
      text-align: center; }
      @media (max-width: 640px) {
        .footer .legal p {
          font-size: 0.5em; } }
      .footer .legal p span {
        font-size: 20px; }
        .footer .legal p span:first-child {
          margin-right: 5%; }
        .footer .legal p span:last-child {
          margin-left: 5%; }
  .footer div.contact {
    clear: both;
    background-color: white;
    text-align: center;
    padding: 5px 0px; }
    @media (max-width: 640px) {
      .footer div.contact {
        font-size: 12px;
        padding: 1.5% 0px; } }
    .footer div.contact div {
      display: inline-block; }
      .footer div.contact div:first-child {
        margin-right: 5%; }
    .footer div.contact a {
      color: #4d555a;
      display: inline-block;
      text-decoration: none; }
      .footer div.contact a:hover {
        color: #428bca;
        text-decoration: underline; }
      @media (max-width: 640px) {
        .footer div.contact a span.contact-content {
          display: none; } }
      .footer div.contact a span {
        margin: 0px 5px 0px 10px; }
        @media (max-width: 640px) {
          .footer div.contact a span.fa {
            font-size: 3.5em; } }
  @media (max-width: 1150px) {
    .footer {
      margin-left: 0; } }

div#leader2 ul, div.dates ul {
  padding: 0px; }
  @media (max-width: 1150px) {
    div#leader2 ul, div.dates ul {
      margin-left: 2.2%; } }
  div#leader2 ul li.column, div#leader2 ul li.column-full-width, div.dates ul li.column, div.dates div#leader2 ul li.column-full-width, div#leader2 div.dates ul li.column-full-width, div.dates ul li.column-full-width {
    width: 46.2%;
    margin: 1em 17%;
    background-color: white;
    display: inline-block;
    padding: 0px; }
    @media (max-width: 1150px) {
      div#leader2 ul li.column, div#leader2 ul li.column-full-width, div.dates ul li.column, div.dates div#leader2 ul li.column-full-width, div#leader2 div.dates ul li.column-full-width, div.dates ul li.column-full-width {
        width: 47.2%; } }
    @media (max-width: 640px) {
      div#leader2 ul li.column, div#leader2 ul li.column-full-width, div.dates ul li.column, div.dates div#leader2 ul li.column-full-width, div#leader2 div.dates ul li.column-full-width, div.dates ul li.column-full-width {
        width: 66%; } }
  div#leader2 ul li.column-full-width, div.dates ul li.column-full-width {
    width: 68%; }
    @media (max-width: 1150px) {
      div#leader2 ul li.column-full-width, div.dates ul li.column-full-width {
        width: 96%; } }
  @media (max-width: 1150px) {
    div#leader2 ul li:first-child, div.dates ul li:first-child {
      margin-left: 0; }
    div#leader2 ul li:last-child, div.dates ul li:last-child {
      margin-right: 0; } }
  @media (max-width: 640px) {
    div#leader2 ul li:first-child, div.dates ul li:first-child {
      margin-bottom: 5px; } }
div#leader2 h1, div.dates h1 {
  font-weight: 200;
  color: white;
  background: #4d7da7;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  display: block;
  margin: 0px; }
  @media (max-width: 640px) {
    div#leader2 h1, div.dates h1 {
      padding: 5px; } }
div.column-item {
  border-left: 2px solid #959fa5;
  display: inline-block;
  vertical-align: top;
  height: 5em;
  width: 32%;
  color: #4d7da7;
  background: white;
  font-size: 14px;
  line-height: 1.125em;
  text-align: center;
  padding: 0px;
  min-height: 50px; }
  @media screen and (min-width: 640px) {
    div.column-item {
      font-size: 15px; } }
  @media screen and (min-width: 1150px) {
    div.column-item {
      font-size: 16px; } }
  @media screen and (min-width: 1024px) {
    div.column-item {
      font-size: 17px; } }
  @media (max-width: 1150px) {
    div.column-item {
      min-height: 20px;
      border-left: none;
      border-bottom: 2px solid #959fa5;
      display: block;
      width: 100%;
      height: 100%; } }
  div.column-item a {
    text-decoration: none;
    color: #4d7da7;
    display: block;
    padding-right: 30px;
    position: relative; }
    @media (max-width: 640px) {
      div.column-item a {
        min-height: 20px; } }
    div.column-item a span {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -5px; }
    div.column-item a:hover {
      background-color: #009bd6;
      color: white; }
  div.column-item p {
    margin: 0px;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 400; }
    @media (max-width: 640px) {
      div.column-item p {
        padding: 5px 20px; } }
    @media screen and (min-width: 640px) {
      div.column-item p {
        font-size: 13px; } }
    @media screen and (min-width: 1150px) {
      div.column-item p {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) {
      div.column-item p {
        font-size: 15px; } }
  div.column-item a p {
    text-align: left; }

.header {
  height: 155px;
  border-top: 5px solid #4d7da7;
  border-bottom: 5px solid #4d7da7; }
  .header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .header .logo:last-child {
      margin-right: 0; }
    .header .logo img {
      height: 145px;
      width: auto;
      background: url(../img/GCG-Logo.png) no-repeat; }
  .header .nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-left: 34.11922%; }
    .header .nav:last-child {
      margin-right: 0; }
    .header .nav ul {
      height: 145px;
      width: auto;
      padding-top: 65px; }
      .header .nav ul li {
        display: inline-block;
        margin-right: 1em;
        font-size: 18px; }

#leader {
  padding: 3em 20% 0; }
  @media (max-width: 1150px) {
    #leader {
      margin: 3%;
      padding: 3em 0 0; } }
  #leader h1 {
    line-height: 100%;
    margin: 0; }
    @media (max-width: 640px) {
      #leader h1 {
        font-size: 1.5em; } }
  #leader h2 {
    font-size: 1.3em; }
    @media (max-width: 640px) {
      #leader h2 {
        word-break: break-all;
        font-size: 1em; } }
  #leader hr {
    width: 10em;
    height: 5px;
    margin: 1.5em auto;
    background-color: #4d7da7; }

.container {
  padding-bottom: 30%; }
  .container.fixed {
    margin-top: 100px; }

.copy {
  padding: 3% 20% 0;
  text-align: left; }
  @media (max-width: 1150px) {
    .copy {
      padding: 3%; } }
  .copy p {
    color: #4d555a;
    font-size: 14px; }
    @media screen and (min-width: 640px) {
      .copy p {
        font-size: 15px; } }
    @media screen and (min-width: 1150px) {
      .copy p {
        font-size: 16px; } }
    @media screen and (min-width: 1024px) {
      .copy p {
        font-size: 17px; } }
  .copy li {
    font-size: 14px; }
    @media screen and (min-width: 640px) {
      .copy li {
        font-size: 15px; } }
    @media screen and (min-width: 1150px) {
      .copy li {
        font-size: 16px; } }
    @media screen and (min-width: 1024px) {
      .copy li {
        font-size: 17px; } }

ul.docs {
  list-style: none;
  padding: 0; }
  ul.docs li {
    padding-left: 2em; }
  ul.docs li a:before {
    content: "\f15c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 2em;
    display: inline-block;
    width: 1.3em;
    /* same as padding-left set on li */ }

.facts .newsArticles {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em; }
  .facts .newsArticles::after {
    clear: both;
    content: "";
    display: table; }
.facts .newsArticles li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  border: 1px solid #4d7da7;
  border-radius: 5px;
  text-align: center;
  height: 9em;
  vertical-align: top; }
  .facts .newsArticles li:last-child {
    margin-right: 0; }
  .facts .newsArticles li i {
    color: #4d555a; }
  @media (max-width: 1150px) {
    .facts .newsArticles li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 2em; }
      .facts .newsArticles li:last-child {
        margin-right: 0; }
      .facts .newsArticles li:nth-child(2n) {
        margin-right: 0; }
      .facts .newsArticles li:nth-child(2n+1) {
        clear: left; } }
  @media (max-width: 640px) {
    .facts .newsArticles li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .facts .newsArticles li:last-child {
        margin-right: 0; } }

.captcha-audio {
  display: inline-block;
  padding-left: 8px;
  padding-top: 10px; }

.error, .help-block, .success {
  text-align: left !important;
  font-size: 1.2em;
  color: red;
  display: inline-block; }

.success {
  color: #009bd6; }

.required {
  color: red; }

.contact.copy {
  padding: 3% 5%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .contact.copy::after {
    clear: both;
    content: "";
    display: table; }
  .contact.copy p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .contact.copy p:last-child {
      margin-right: 0; }
    @media (max-width: 640px) {
      .contact.copy p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .contact.copy p:last-child {
          margin-right: 0; } }
  .contact.copy form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 8.5298%; }
    .contact.copy form:last-child {
      margin-right: 0; }
    @media (max-width: 640px) {
      .contact.copy form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .contact.copy form:last-child {
          margin-right: 0; } }

.services ul {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 2em; }

li {
  font-size: 18px; }

.article-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px; }
  .article-row::after {
    clear: both;
    content: "";
    display: table; }
  .article-row .aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .article-row .aside:last-child {
      margin-right: 0; }
    @media (max-width: 640px) {
      .article-row .aside {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        text-align: center;
        margin-bottom: 0.75em; }
        .article-row .aside:last-child {
          margin-right: 0; } }
  .article-row .article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .article-row .article:last-child {
      margin-right: 0; }
    @media (max-width: 640px) {
      .article-row .article {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        font-size: 1em; }
        .article-row .article:last-child {
          margin-right: 0; } }
    .article-row .article li {
      list-style-type: initial;
      margin-bottom: 0.75em; }

.dir_profile {
  margin-top: 5%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .dir_profile::after {
    clear: both;
    content: "";
    display: table; }
  .dir_profile .legend {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .dir_profile .legend:last-child {
      margin-right: 0; }
    .dir_profile .legend img {
      margin: 0 auto;
      display: block; }
    .dir_profile .legend p {
      text-align: center;
      word-wrap: break-word; }
    .dir_profile .legend li {
      text-align: center;
      font-style: italic;
      color: #4d555a; }
  .dir_profile .desc {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .dir_profile .desc:last-child {
      margin-right: 0; }
    .dir_profile .desc h2 {
      font-size: 45px;
      font-weight: normal;
      color: #4d7da7; }
    .dir_profile .desc ul {
      list-style: inherit;
      margin-bottom: 3%;
      margin-left: 24px; }
      .dir_profile .desc ul li {
        font-size: 18px; }
    .dir_profile .desc h3 {
      font-size: 1.5em;
      color: #4d555a; }
    .dir_profile .desc .more {
      display: none; }
      .dir_profile .desc .more.show {
        display: block; }

p.quote {
  font-style: italic;
  text-align: center;
  color: white;
  display: table-cell;
  vertical-align: middle; }

span.name {
  color: white;
  margin-left: 24px;
  font-weight: bold; }
  span.name:before {
    content: "-"; }

.testimonials {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3%; }
  .testimonials::after {
    clear: both;
    content: "";
    display: table; }
  .testimonials .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .testimonials .left:last-child {
      margin-right: 0; }
  .testimonials .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .testimonials .right:last-child {
      margin-right: 0; }

/*# sourceMappingURL=base_style.css.map */
