/* reset.css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style-type:none;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration:none;
  outline: 0;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}


/* BootstrapKOL5.css */

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.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, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.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;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.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;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}



/* weatherIcons.css */

/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 */
@font-face {
  font-family: 'weathericons';
  src: url('/_assets/weathericons-regular-webfont.eot');
  src: url('/_assets/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_assets/weathericons-regular-webfont.woff2') format('woff2'), url('/_assets/weathericons-regular-webfont.woff') format('woff'), url('/_assets/weathericons-regular-webfont.ttf') format('truetype'), url('/_assets/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
  text-align: center;
  width: 1.4em;
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "\f00d";
   color: #fbac13;
}
.wi-day-cloudy:before {
  content: "\f002";
  color: #7f8fa6;
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-haze:before {
  content: "\f0b6";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain:before {
  content: "\f008";
  color: #40739e;
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-sleet:before {
  content: "\f0b2";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-thunderstorm:before {
  content: "\f010";
  color: #2f3640;
}
.wi-day-windy:before {
  content: "\f085";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-hot:before {
  content: "\f072";
}
.wi-day-cloudy-high:before {
  content: "\f07d";
}
.wi-day-light-wind:before {
  content: "\f0c4";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-alt-cloudy:before {
  content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-sleet:before {
  content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-sleet:before {
  content: "\f0b3";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-stars:before {
  content: "\f077";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}
.wi-night-cloudy-high:before {
  content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-rain:before {
  content: "\f019";
  color: #40739e;
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-sleet:before {
  content: "\f0b5";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-smog:before {
  content: "\f074";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-raindrops:before {
  content: "\f04e";
}
.wi-raindrop:before {
  content: "\f078";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-windy:before {
  content: "\f021";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sandstorm:before {
  content: "\f082";
}
.wi-earthquake:before {
  content: "\f0c6";
}
.wi-fire:before {
  content: "\f0c7";
}
.wi-flood:before {
  content: "\f07c";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-tsunami:before {
  content: "\f0c5";
}
.wi-volcano:before {
  content: "\f0c8";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-small-craft-advisory:before {
  content: "\f0cc";
}
.wi-gale-warning:before {
  content: "\f0cd";
}
.wi-storm-warning:before {
  content: "\f0ce";
}
.wi-hurricane-warning:before {
  content: "\f0cf";
}
.wi-wind-direction:before {
  content: "\f0b1";
}
.wi-alien:before {
  content: "\f075";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-sunrise:before {
  content: "\f051";
  color: #fbac13;
}
.wi-sunset:before {
  content: "\f052";
  color: #fbac13;
}
.wi-moonrise:before {
  content: "\f0c9";
}
.wi-moonset:before {
  content: "\f0ca";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-umbrella:before {
  content: "\f084";
}
.wi-barometer:before {
  content: "\f079";
}
.wi-humidity:before {
  content: "\f07a";
}
.wi-na:before {
  content: "\f07b";
}
.wi-train:before {
  content: "\f0cb";
}
.wi-moon-new:before {
  content: "\f095";
}
.wi-moon-waxing-crescent-1:before {
  content: "\f096";
}
.wi-moon-waxing-crescent-2:before {
  content: "\f097";
}
.wi-moon-waxing-crescent-3:before {
  content: "\f098";
}
.wi-moon-waxing-crescent-4:before {
  content: "\f099";
}
.wi-moon-waxing-crescent-5:before {
  content: "\f09a";
}
.wi-moon-waxing-crescent-6:before {
  content: "\f09b";
}
.wi-moon-first-quarter:before {
  content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.wi-moon-full:before {
  content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.wi-moon-third-quarter:before {
  content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
.wi-moon-alt-new:before {
  content: "\f0eb";
}
.wi-moon-alt-waxing-crescent-1:before {
  content: "\f0d0";
}
.wi-moon-alt-waxing-crescent-2:before {
  content: "\f0d1";
}
.wi-moon-alt-waxing-crescent-3:before {
  content: "\f0d2";
}
.wi-moon-alt-waxing-crescent-4:before {
  content: "\f0d3";
}
.wi-moon-alt-waxing-crescent-5:before {
  content: "\f0d4";
}
.wi-moon-alt-waxing-crescent-6:before {
  content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}
.wi-moon-alt-full:before {
  content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}
.wi-moon-0:before {
  content: "\f095";
}
.wi-moon-1:before {
  content: "\f096";
}
.wi-moon-2:before {
  content: "\f097";
}
.wi-moon-3:before {
  content: "\f098";
}
.wi-moon-4:before {
  content: "\f099";
}
.wi-moon-5:before {
  content: "\f09a";
}
.wi-moon-6:before {
  content: "\f09b";
}
.wi-moon-7:before {
  content: "\f09c";
}
.wi-moon-8:before {
  content: "\f09d";
}
.wi-moon-9:before {
  content: "\f09e";
}
.wi-moon-10:before {
  content: "\f09f";
}
.wi-moon-11:before {
  content: "\f0a0";
}
.wi-moon-12:before {
  content: "\f0a1";
}
.wi-moon-13:before {
  content: "\f0a2";
}
.wi-moon-14:before {
  content: "\f0a3";
}
.wi-moon-15:before {
  content: "\f0a4";
}
.wi-moon-16:before {
  content: "\f0a5";
}
.wi-moon-17:before {
  content: "\f0a6";
}
.wi-moon-18:before {
  content: "\f0a7";
}
.wi-moon-19:before {
  content: "\f0a8";
}
.wi-moon-20:before {
  content: "\f0a9";
}
.wi-moon-21:before {
  content: "\f0aa";
}
.wi-moon-22:before {
  content: "\f0ab";
}
.wi-moon-23:before {
  content: "\f0ac";
}
.wi-moon-24:before {
  content: "\f0ad";
}
.wi-moon-25:before {
  content: "\f0ae";
}
.wi-moon-26:before {
  content: "\f0af";
}
.wi-moon-27:before {
  content: "\f0b0";
}
.wi-time-1:before {
  content: "\f08a";
}
.wi-time-2:before {
  content: "\f08b";
}
.wi-time-3:before {
  content: "\f08c";
}
.wi-time-4:before {
  content: "\f08d";
}
.wi-time-5:before {
  content: "\f08e";
}
.wi-time-6:before {
  content: "\f08f";
}
.wi-time-7:before {
  content: "\f090";
}
.wi-time-8:before {
  content: "\f091";
}
.wi-time-9:before {
  content: "\f092";
}
.wi-time-10:before {
  content: "\f093";
}
.wi-time-11:before {
  content: "\f094";
}
.wi-time-12:before {
  content: "\f089";
}
.wi-direction-up:before {
  content: "\f058";
}
.wi-direction-up-right:before {
  content: "\f057";
}
.wi-direction-right:before {
  content: "\f04d";
}
.wi-direction-down-right:before {
  content: "\f088";
}
.wi-direction-down:before {
  content: "\f044";
}
.wi-direction-down-left:before {
  content: "\f043";
}
.wi-direction-left:before {
  content: "\f048";
}
.wi-direction-up-left:before {
  content: "\f087";
}
.wi-wind-beaufort-0:before {
  content: "\f0b7";
}
.wi-wind-beaufort-1:before {
  content: "\f0b8";
}
.wi-wind-beaufort-2:before {
  content: "\f0b9";
}
.wi-wind-beaufort-3:before {
  content: "\f0ba";
}
.wi-wind-beaufort-4:before {
  content: "\f0bb";
}
.wi-wind-beaufort-5:before {
  content: "\f0bc";
}
.wi-wind-beaufort-6:before {
  content: "\f0bd";
}
.wi-wind-beaufort-7:before {
  content: "\f0be";
}
.wi-wind-beaufort-8:before {
  content: "\f0bf";
}
.wi-wind-beaufort-9:before {
  content: "\f0c0";
}
.wi-wind-beaufort-10:before {
  content: "\f0c1";
}
.wi-wind-beaufort-11:before {
  content: "\f0c2";
}
.wi-wind-beaufort-12:before {
  content: "\f0c3";
}
.wi-yahoo-0:before {
  content: "\f056";
}
.wi-yahoo-1:before {
  content: "\f00e";
}
.wi-yahoo-2:before {
  content: "\f073";
}
.wi-yahoo-3:before {
  content: "\f01e";
}
.wi-yahoo-4:before {
  content: "\f01e";
}
.wi-yahoo-5:before {
  content: "\f017";
}
.wi-yahoo-6:before {
  content: "\f017";
}
.wi-yahoo-7:before {
  content: "\f017";
}
.wi-yahoo-8:before {
  content: "\f015";
}
.wi-yahoo-9:before {
  content: "\f01a";
}
.wi-yahoo-10:before {
  content: "\f015";
}
.wi-yahoo-11:before {
  content: "\f01a";
}
.wi-yahoo-12:before {
  content: "\f01a";
}
.wi-yahoo-13:before {
  content: "\f01b";
}
.wi-yahoo-14:before {
  content: "\f00a";
}
.wi-yahoo-15:before {
  content: "\f064";
}
.wi-yahoo-16:before {
  content: "\f01b";
}
.wi-yahoo-17:before {
  content: "\f015";
}
.wi-yahoo-18:before {
  content: "\f017";
}
.wi-yahoo-19:before {
  content: "\f063";
}
.wi-yahoo-20:before {
  content: "\f014";
}
.wi-yahoo-21:before {
  content: "\f021";
}
.wi-yahoo-22:before {
  content: "\f062";
}
.wi-yahoo-23:before {
  content: "\f050";
}
.wi-yahoo-24:before {
  content: "\f050";
}
.wi-yahoo-25:before {
  content: "\f076";
}
.wi-yahoo-26:before {
  content: "\f013";
}
.wi-yahoo-27:before {
  content: "\f031";
}
.wi-yahoo-28:before {
  content: "\f002";
}
.wi-yahoo-29:before {
  content: "\f031";
}
.wi-yahoo-30:before {
  content: "\f002";
}
.wi-yahoo-31:before {
  content: "\f02e";
}
.wi-yahoo-32:before {
  content: "\f00d";
}
.wi-yahoo-33:before {
  content: "\f083";
}
.wi-yahoo-34:before {
  content: "\f00c";
}
.wi-yahoo-35:before {
  content: "\f017";
}
.wi-yahoo-36:before {
  content: "\f072";
}
.wi-yahoo-37:before {
  content: "\f00e";
}
.wi-yahoo-38:before {
  content: "\f00e";
}
.wi-yahoo-39:before {
  content: "\f00e";
}
.wi-yahoo-40:before {
  content: "\f01a";
}
.wi-yahoo-41:before {
  content: "\f064";
}
.wi-yahoo-42:before {
  content: "\f01b";
}
.wi-yahoo-43:before {
  content: "\f064";
}
.wi-yahoo-44:before {
  content: "\f00c";
}
.wi-yahoo-45:before {
  content: "\f00e";
}
.wi-yahoo-46:before {
  content: "\f01b";
}
.wi-yahoo-47:before {
  content: "\f00e";
}
.wi-yahoo-3200:before {
  content: "\f077";
}
.wi-forecast-io-clear-day:before {
  content: "\f00d";
}
.wi-forecast-io-clear-night:before {
  content: "\f02e";
}
.wi-forecast-io-rain:before {
  content: "\f019";
}
.wi-forecast-io-snow:before {
  content: "\f01b";
}
.wi-forecast-io-sleet:before {
  content: "\f0b5";
}
.wi-forecast-io-wind:before {
  content: "\f050";
}
.wi-forecast-io-fog:before {
  content: "\f014";
}
.wi-forecast-io-cloudy:before {
  content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}
.wi-forecast-io-hail:before {
  content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}
.wi-forecast-io-tornado:before {
  content: "\f056";
}
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}
.wi-wmo4680-10:before {
  content: "\f014";
}
.wi-wmo4680-11:before {
  content: "\f014";
}
.wi-wmo4680-12:before {
  content: "\f016";
}
.wi-wmo4680-18:before {
  content: "\f050";
}
.wi-wmo4680-20:before {
  content: "\f014";
}
.wi-wmo4680-21:before {
  content: "\f017";
}
.wi-wmo4680-22:before {
  content: "\f017";
}
.wi-wmo4680-23:before {
  content: "\f019";
}
.wi-wmo4680-24:before {
  content: "\f01b";
}
.wi-wmo4680-25:before {
  content: "\f015";
}
.wi-wmo4680-26:before {
  content: "\f01e";
}
.wi-wmo4680-27:before {
  content: "\f063";
}
.wi-wmo4680-28:before {
  content: "\f063";
}
.wi-wmo4680-29:before {
  content: "\f063";
}
.wi-wmo4680-30:before {
  content: "\f014";
}
.wi-wmo4680-31:before {
  content: "\f014";
}
.wi-wmo4680-32:before {
  content: "\f014";
}
.wi-wmo4680-33:before {
  content: "\f014";
}
.wi-wmo4680-34:before {
  content: "\f014";
}
.wi-wmo4680-35:before {
  content: "\f014";
}
.wi-wmo4680-40:before {
  content: "\f017";
}
.wi-wmo4680-41:before {
  content: "\f01c";
}
.wi-wmo4680-42:before {
  content: "\f019";
}
.wi-wmo4680-43:before {
  content: "\f01c";
}
.wi-wmo4680-44:before {
  content: "\f019";
}
.wi-wmo4680-45:before {
  content: "\f015";
}
.wi-wmo4680-46:before {
  content: "\f015";
}
.wi-wmo4680-47:before {
  content: "\f01b";
}
.wi-wmo4680-48:before {
  content: "\f01b";
}
.wi-wmo4680-50:before {
  content: "\f01c";
}
.wi-wmo4680-51:before {
  content: "\f01c";
}
.wi-wmo4680-52:before {
  content: "\f019";
}
.wi-wmo4680-53:before {
  content: "\f019";
}
.wi-wmo4680-54:before {
  content: "\f076";
}
.wi-wmo4680-55:before {
  content: "\f076";
}
.wi-wmo4680-56:before {
  content: "\f076";
}
.wi-wmo4680-57:before {
  content: "\f01c";
}
.wi-wmo4680-58:before {
  content: "\f019";
}
.wi-wmo4680-60:before {
  content: "\f01c";
}
.wi-wmo4680-61:before {
  content: "\f01c";
}
.wi-wmo4680-62:before {
  content: "\f019";
}
.wi-wmo4680-63:before {
  content: "\f019";
}
.wi-wmo4680-64:before {
  content: "\f015";
}
.wi-wmo4680-65:before {
  content: "\f015";
}
.wi-wmo4680-66:before {
  content: "\f015";
}
.wi-wmo4680-67:before {
  content: "\f017";
}
.wi-wmo4680-68:before {
  content: "\f017";
}
.wi-wmo4680-70:before {
  content: "\f01b";
}
.wi-wmo4680-71:before {
  content: "\f01b";
}
.wi-wmo4680-72:before {
  content: "\f01b";
}
.wi-wmo4680-73:before {
  content: "\f01b";
}
.wi-wmo4680-74:before {
  content: "\f076";
}
.wi-wmo4680-75:before {
  content: "\f076";
}
.wi-wmo4680-76:before {
  content: "\f076";
}
.wi-wmo4680-77:before {
  content: "\f01b";
}
.wi-wmo4680-78:before {
  content: "\f076";
}
.wi-wmo4680-80:before {
  content: "\f019";
}
.wi-wmo4680-81:before {
  content: "\f01c";
}
.wi-wmo4680-82:before {
  content: "\f019";
}
.wi-wmo4680-83:before {
  content: "\f019";
}
.wi-wmo4680-84:before {
  content: "\f01d";
}
.wi-wmo4680-85:before {
  content: "\f017";
}
.wi-wmo4680-86:before {
  content: "\f017";
}
.wi-wmo4680-87:before {
  content: "\f017";
}
.wi-wmo4680-89:before {
  content: "\f015";
}
.wi-wmo4680-90:before {
  content: "\f016";
}
.wi-wmo4680-91:before {
  content: "\f01d";
}
.wi-wmo4680-92:before {
  content: "\f01e";
}
.wi-wmo4680-93:before {
  content: "\f01e";
}
.wi-wmo4680-94:before {
  content: "\f016";
}
.wi-wmo4680-95:before {
  content: "\f01e";
}
.wi-wmo4680-96:before {
  content: "\f01e";
}
.wi-wmo4680-99:before {
  content: "\f056";
}
.wi-owm-200:before {
  content: "\f01e";
}
.wi-owm-201:before {
  content: "\f01e";
}
.wi-owm-202:before {
  content: "\f01e";
}
.wi-owm-210:before {
  content: "\f016";
}
.wi-owm-211:before {
  content: "\f016";
}
.wi-owm-212:before {
  content: "\f016";
}
.wi-owm-221:before {
  content: "\f016";
}
.wi-owm-230:before {
  content: "\f01e";
}
.wi-owm-231:before {
  content: "\f01e";
}
.wi-owm-232:before {
  content: "\f01e";
}
.wi-owm-300:before {
  content: "\f01c";
}
.wi-owm-301:before {
  content: "\f01c";
}
.wi-owm-302:before {
  content: "\f019";
}
.wi-owm-310:before {
  content: "\f017";
}
.wi-owm-311:before {
  content: "\f019";
}
.wi-owm-312:before {
  content: "\f019";
}
.wi-owm-313:before {
  content: "\f01a";
}
.wi-owm-314:before {
  content: "\f019";
}
.wi-owm-321:before {
  content: "\f01c";
}
.wi-owm-500:before {
  content: "\f01c";
}
.wi-owm-501:before {
  content: "\f019";
}
.wi-owm-502:before {
  content: "\f019";
}
.wi-owm-503:before {
  content: "\f019";
}
.wi-owm-504:before {
  content: "\f019";
}
.wi-owm-511:before {
  content: "\f017";
}
.wi-owm-520:before {
  content: "\f01a";
}
.wi-owm-521:before {
  content: "\f01a";
}
.wi-owm-522:before {
  content: "\f01a";
}
.wi-owm-531:before {
  content: "\f01d";
}
.wi-owm-600:before {
  content: "\f01b";
}
.wi-owm-601:before {
  content: "\f01b";
}
.wi-owm-602:before {
  content: "\f0b5";
}
.wi-owm-611:before {
  content: "\f017";
}
.wi-owm-612:before {
  content: "\f017";
}
.wi-owm-615:before {
  content: "\f017";
}
.wi-owm-616:before {
  content: "\f017";
}
.wi-owm-620:before {
  content: "\f017";
}
.wi-owm-621:before {
  content: "\f01b";
}
.wi-owm-622:before {
  content: "\f01b";
}
.wi-owm-701:before {
  content: "\f01a";
}
.wi-owm-711:before {
  content: "\f062";
}
.wi-owm-721:before {
  content: "\f0b6";
}
.wi-owm-731:before {
  content: "\f063";
}
.wi-owm-741:before {
  content: "\f014";
}
.wi-owm-761:before {
  content: "\f063";
}
.wi-owm-762:before {
  content: "\f063";
}
.wi-owm-771:before {
  content: "\f011";
}
.wi-owm-781:before {
  content: "\f056";
}
.wi-owm-800:before {
  content: "\f00d";
}
.wi-owm-801:before {
  content: "\f011";
}
.wi-owm-802:before {
  content: "\f011";
}
.wi-owm-803:before {
  content: "\f012";
}
.wi-owm-804:before {
  content: "\f013";
}
.wi-owm-900:before {
  content: "\f056";
}
.wi-owm-901:before {
  content: "\f01d";
}
.wi-owm-902:before {
  content: "\f073";
}
.wi-owm-903:before {
  content: "\f076";
}
.wi-owm-904:before {
  content: "\f072";
}
.wi-owm-905:before {
  content: "\f021";
}
.wi-owm-906:before {
  content: "\f015";
}
.wi-owm-957:before {
  content: "\f050";
}
.wi-owm-day-200:before {
  content: "\f010";
}
.wi-owm-day-201:before {
  content: "\f010";
}
.wi-owm-day-202:before {
  content: "\f010";
}
.wi-owm-day-210:before {
  content: "\f005";
}
.wi-owm-day-211:before {
  content: "\f005";
}
.wi-owm-day-212:before {
  content: "\f005";
}
.wi-owm-day-221:before {
  content: "\f005";
}
.wi-owm-day-230:before {
  content: "\f010";
}
.wi-owm-day-231:before {
  content: "\f010";
}
.wi-owm-day-232:before {
  content: "\f010";
}
.wi-owm-day-300:before {
  content: "\f00b";
}
.wi-owm-day-301:before {
  content: "\f00b";
}
.wi-owm-day-302:before {
  content: "\f008";
}
.wi-owm-day-310:before {
  content: "\f008";
}
.wi-owm-day-311:before {
  content: "\f008";
}
.wi-owm-day-312:before {
  content: "\f008";
}
.wi-owm-day-313:before {
  content: "\f008";
}
.wi-owm-day-314:before {
  content: "\f008";
}
.wi-owm-day-321:before {
  content: "\f00b";
}
.wi-owm-day-500:before {
  content: "\f00b";
}
.wi-owm-day-501:before {
  content: "\f008";
}
.wi-owm-day-502:before {
  content: "\f008";
}
.wi-owm-day-503:before {
  content: "\f008";
}
.wi-owm-day-504:before {
  content: "\f008";
}
.wi-owm-day-511:before {
  content: "\f006";
}
.wi-owm-day-520:before {
  content: "\f009";
}
.wi-owm-day-521:before {
  content: "\f009";
}
.wi-owm-day-522:before {
  content: "\f009";
}
.wi-owm-day-531:before {
  content: "\f00e";
}
.wi-owm-day-600:before {
  content: "\f00a";
}
.wi-owm-day-601:before {
  content: "\f0b2";
}
.wi-owm-day-602:before {
  content: "\f00a";
}
.wi-owm-day-611:before {
  content: "\f006";
}
.wi-owm-day-612:before {
  content: "\f006";
}
.wi-owm-day-615:before {
  content: "\f006";
}
.wi-owm-day-616:before {
  content: "\f006";
}
.wi-owm-day-620:before {
  content: "\f006";
}
.wi-owm-day-621:before {
  content: "\f00a";
}
.wi-owm-day-622:before {
  content: "\f00a";
}
.wi-owm-day-701:before {
  content: "\f009";
}
.wi-owm-day-711:before {
  content: "\f062";
}
.wi-owm-day-721:before {
  content: "\f0b6";
}
.wi-owm-day-731:before {
  content: "\f063";
}
.wi-owm-day-741:before {
  content: "\f003";
}
.wi-owm-day-761:before {
  content: "\f063";
}
.wi-owm-day-762:before {
  content: "\f063";
}
.wi-owm-day-781:before {
  content: "\f056";
}
.wi-owm-day-800:before {
  content: "\f00d";
}
.wi-owm-day-801:before {
  content: "\f000";
}
.wi-owm-day-802:before {
  content: "\f000";
}
.wi-owm-day-803:before {
  content: "\f000";
}
.wi-owm-day-804:before {
  content: "\f00c";
}
.wi-owm-day-900:before {
  content: "\f056";
}
.wi-owm-day-902:before {
  content: "\f073";
}
.wi-owm-day-903:before {
  content: "\f076";
}
.wi-owm-day-904:before {
  content: "\f072";
}
.wi-owm-day-906:before {
  content: "\f004";
}
.wi-owm-day-957:before {
  content: "\f050";
}
.wi-owm-night-200:before {
  content: "\f02d";
}
.wi-owm-night-201:before {
  content: "\f02d";
}
.wi-owm-night-202:before {
  content: "\f02d";
}
.wi-owm-night-210:before {
  content: "\f025";
}
.wi-owm-night-211:before {
  content: "\f025";
}
.wi-owm-night-212:before {
  content: "\f025";
}
.wi-owm-night-221:before {
  content: "\f025";
}
.wi-owm-night-230:before {
  content: "\f02d";
}
.wi-owm-night-231:before {
  content: "\f02d";
}
.wi-owm-night-232:before {
  content: "\f02d";
}
.wi-owm-night-300:before {
  content: "\f02b";
}
.wi-owm-night-301:before {
  content: "\f02b";
}
.wi-owm-night-302:before {
  content: "\f028";
}
.wi-owm-night-310:before {
  content: "\f028";
}
.wi-owm-night-311:before {
  content: "\f028";
}
.wi-owm-night-312:before {
  content: "\f028";
}
.wi-owm-night-313:before {
  content: "\f028";
}
.wi-owm-night-314:before {
  content: "\f028";
}
.wi-owm-night-321:before {
  content: "\f02b";
}
.wi-owm-night-500:before {
  content: "\f02b";
}
.wi-owm-night-501:before {
  content: "\f028";
}
.wi-owm-night-502:before {
  content: "\f028";
}
.wi-owm-night-503:before {
  content: "\f028";
}
.wi-owm-night-504:before {
  content: "\f028";
}
.wi-owm-night-511:before {
  content: "\f026";
}
.wi-owm-night-520:before {
  content: "\f029";
}
.wi-owm-night-521:before {
  content: "\f029";
}
.wi-owm-night-522:before {
  content: "\f029";
}
.wi-owm-night-531:before {
  content: "\f02c";
}
.wi-owm-night-600:before {
  content: "\f02a";
}
.wi-owm-night-601:before {
  content: "\f0b4";
}
.wi-owm-night-602:before {
  content: "\f02a";
}
.wi-owm-night-611:before {
  content: "\f026";
}
.wi-owm-night-612:before {
  content: "\f026";
}
.wi-owm-night-615:before {
  content: "\f026";
}
.wi-owm-night-616:before {
  content: "\f026";
}
.wi-owm-night-620:before {
  content: "\f026";
}
.wi-owm-night-621:before {
  content: "\f02a";
}
.wi-owm-night-622:before {
  content: "\f02a";
}
.wi-owm-night-701:before {
  content: "\f029";
}
.wi-owm-night-711:before {
  content: "\f062";
}
.wi-owm-night-721:before {
  content: "\f0b6";
}
.wi-owm-night-731:before {
  content: "\f063";
}
.wi-owm-night-741:before {
  content: "\f04a";
}
.wi-owm-night-761:before {
  content: "\f063";
}
.wi-owm-night-762:before {
  content: "\f063";
}
.wi-owm-night-781:before {
  content: "\f056";
}
.wi-owm-night-800:before {
  content: "\f02e";
}
.wi-owm-night-801:before {
  content: "\f022";
}
.wi-owm-night-802:before {
  content: "\f022";
}
.wi-owm-night-803:before {
  content: "\f022";
}
.wi-owm-night-804:before {
  content: "\f086";
}
.wi-owm-night-900:before {
  content: "\f056";
}
.wi-owm-night-902:before {
  content: "\f073";
}
.wi-owm-night-903:before {
  content: "\f076";
}
.wi-owm-night-904:before {
  content: "\f072";
}
.wi-owm-night-906:before {
  content: "\f024";
}
.wi-owm-night-957:before {
  content: "\f050";
}
.wi-wu-chanceflurries:before {
  content: "\f064";
}
.wi-wu-chancerain:before {
  content: "\f019";
}
.wi-wu-chancesleat:before {
  content: "\f0b5";
}
.wi-wu-chancesnow:before {
  content: "\f01b";
}
.wi-wu-chancetstorms:before {
  content: "\f01e";
}
.wi-wu-clear:before {
  content: "\f00d";
}
.wi-wu-cloudy:before {
  content: "\f002";
}
.wi-wu-flurries:before {
  content: "\f064";
}
.wi-wu-hazy:before {
  content: "\f0b6";
}
.wi-wu-mostlycloudy:before {
  content: "\f002";
}
.wi-wu-mostlysunny:before {
  content: "\f00d";
}
.wi-wu-partlycloudy:before {
  content: "\f002";
}
.wi-wu-partlysunny:before {
  content: "\f00d";
}
.wi-wu-rain:before {
  content: "\f01a";
}
.wi-wu-sleat:before {
  content: "\f0b5";
}
.wi-wu-snow:before {
  content: "\f01b";
}
.wi-wu-sunny:before {
  content: "\f00d";
}
.wi-wu-tstorms:before {
  content: "\f01e";
}
.wi-wu-unknown:before {
  content: "\f00d";
}


/* common.css */

#comments-collapse {
  scroll-margin-top: 200px;
  }
.OpinionHome .StoryBlock {
    border-bottom:1px solid #f1902c;
  }
  .OpinionHome .StoryBlock h3{
    min-height: 50px;
    height: auto !important;
    margin-top:0  !important;
  }
  .OpinionHome .Auth {
    text-transform:uppercase;
    color: #f1902c;
    margin-bottom:0 !important;
    font-family:Roboto, sans serif !important;
    font-size:1.1em;
    font-weight:bold;
    float:left;
    margin-right:10px;
  }
  .OpinionHome .h-100 {
    height: 100% !important;
  }
  .OpinionHome .row-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .OpinionHome .AuthorSection {
    color:#767676;
  }
  .OpinionHome .Stats {
    font-size:0.9em;
  }
  .OpinionHome  .Padding {
    padding:10px 0;
  }

.ui-state-default {
border:0 !important;
}
.ui-state-default .ui-icon {
  display:none !important;
}
.WeatherHour .WeatherHourTimeSlot a:hover {
  background:#f6f6f6 !important;
}
.PageStory .OUTBRAIN{
  margin-bottom:10px;
}
.SubscribeMobile {
  display:none !important;
}
.CloseBtn {
  position:absolute;
  right:-15px;
  top:-15px;
  text-align:center !important;
  background-color:#FFF;
  border-radius: 50%;
  border-color:#266394;
  width:30px;
  padding:2px 5px;
  height:30px;
  z-index:9999 !important;
  font-weight:600;
}

.FooterButtons {
  margin-top:10px;
}

#meterNag .Form {
  padding:10px;
  background-color:#F7F7F7;
  border:1px solid #323232;
}

#meterNag iframe {
  width: 100%;
  border:0;

  padding:15px;
  left:0;
  top:0;
  bottom:0;
  right:0;
  height:100%;
}
#meterNag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  float:none;
  margin:0 auto;
  max-width: 620px;
  width:100%;

  background: #ffffff;
  color: #000000;
  text-align:left;
  /*left: 0;
  top:0;
  margin-top:20px;*/
  max-height:510px;
  height:100%;

  /*transform: translateY(-50%);
  transform: translateX(-50%);*/
}
#meterNagBG {
  position: absolute;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.9);
  /* width: 100%;
  height: 100%;*/
  bottom:0;
  right:0;
  top: 0;
  left: 0;
}

.PetsPromo {
  background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),url('/_assets/petsmobilepromo_1.jpg');
  background-size:cover;
  background-position:center;
}
.PodcastsPromo {
  background-image:url('/_assets/wave2.jpg');
  background-size:cover;
  background-position:center;
}
.WhatPromo {
  background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),url('/_assets/womobilepromo.jpg');
  background-size:cover;
  background-position:center;
}

#nagBG {
  position: absolute;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* PREM Login Buttons */
.PremDesk {
  margin-left:10px !important;
  background-color:#FFDD00 !important;

  display: block;
  margin:  6px 0px 5px 0px;

  float: left; /*this is float: right on other sites to allow for KOL logo*/

  border-radius: 4px;
  padding:2.5px 5px;
  display:block;
  cursor: pointer;
}
.PremDesk span {
  margin-top:-1px !important;
}
.PremDesk i {
  font-size:14px !important;
  margin:1px 5px 0 0;
}
.PremDesk a {
  color:#000 !important;
  font-size: 11px !important;
  text-transform:uppercase;
  font-weight: 400;

}
.PremLoginMob {
  padding:10px 0 7px 0;
  color:#000 !important;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  background-color:#ff0 !important;
}
.PremLoginMob i {
  margin-right:10px;
}
/* PREM Login Buttons */
#nag .fa {
  margin-bottom:15px;
  color:#B42A0C;
}
#nag h2 {
  font-size:1.5em;
}
#nag {
  position: absolute;
  max-width: 550px;
  width:100%;

  padding:30px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  left: 50%;
  top: 35%;
  transform: translateY(-50%);
  transform: translateX(-50%);

}
#nagBtn {
  width: 180px;
  height: 50px;
  position: absolute;
  left: 50px;
  bottom: 10px;
}

/** Subs Strip**/
.SubsArticleStrap {
  padding:10px 15px;
  width:100%;
  background-color: #EC008C;
  text-align:center;
}
.SubsArticleStrap p {
  color:#FFFFFF;
  display:inline-block;
  font-size:1.05em !important;
  vertical-align:middle;
  text-align:left;
  margin:0px !important;

}
.SubsArticleStrap .SubsButton {
  padding:7px 13px!important;
  margin-top:5px !important;

}

.SubsArticleStrapB {
  padding:30px;
  width:100%;
  background-color: #EC008C;
  text-align:center;
}
.SubsArticleStrapB p {
  color:#FFFFFF;
  display:inline-block;
  font-size:1.1em !important;
  vertical-align:middle;
  text-align:center;
  margin-bottom:20px !important;
}
.SubsArticleStrapB .SubsButton {
  padding:7px 13px!important;
  margin-top:5px !important;

}

@media screen and (max-width:768px){
  .SubsArticleStrap p {
    text-align:center !important;
    margin-bottom:10px;
  }
  .SubsArticleStrap .SubsButton  {
    float:none;
    margin:0 auto;
    display:block;
  }
}
.SubsHeader  {
  width:100%;
  padding:8px;
  background-color: #EC008C;
  text-align:center;
}
.SubsHeader p {
  color:#FFFFFF;
  display:inline-block;
  font-size:1em;
  vertical-align:middle;
  text-align:center;
  margin:0;
}
.SubsButton {
  background-color:#ff0;
  border-radius:40px;
  padding:3px 10px;
  font-size:.85em;
  margin-left:10px;
}
/** Subs Strip **/

.MobilePromo {

  padding:20px 0;
}
.MobilePromo h1 {
  text-align:center;
  color:#FFFFFF;
  font-size: 20px;
  margin: 0;
}
.MobilePromo p {
  text-align:center;
  color:#FFFFFF;
  font-size: 14px;
  margin: 0;
}

/** CMP Change Consent Top **/
.change-consent {
  background-color:#368BD6;
  width:100%;
  text-align:center;
  padding:7px;
  display:block;
  color:#FFF !important;
  font-weight:bold;
  text-transform:uppercase;
}
.change-consent .fas {
  padding:0 !important;
  font-size:15px !important;
}
@media screen and (max-width: 600px) {
  .CloseBtn {
    top:5px;
    right:5px;
  }
}
@media screen and (max-width: 650px) {

  .qc-cmp2-persistent-link {
    display:none;
  }

  #meterNag #snooze {
    margin-bottom:10px;
  }
  #meterNag iframe {
    min-height:510px !important;
  }
  #meterNag {
    transform:translate(-50%,0%);
    top:2%;
  }
}

@media screen and (max-width: 390px) {
  #meterNag iframe {
    min-height:380px !important;
  }

  #meterNag {
    min-height:500px !important;
  }
}

html { font-size: 62.5%; }  /* =10px makes easier for working out rem font size */
.MojeekPage .ProvidedBy {
  margin-top:10px;
  text-align:right;
}
.MojeekPage h1 {
  margin-top:5px;
}

.Elections {
  background-image:url('/_assets/electionsfullbg.jpg');
  background-size:cover;
  background-attachment:fixed;
}
.search-date-range .SortButtons {
  border-radius:0 !important;
}
.search-date-range .btn-group i {
  margin-left:5px;
  font-size:0.8em !important;
}
.search-date-range .caret {
  margin-left:5px;
}
/* Weather Sponsor */
#menuNav .SponsorLogo {
  width:70px;
  float:right;
}
.SponsoredBy {
  color:#FFFFFF;
}
.WeatherSponsorSection {
  padding-top:15px;
  padding-left:15px;
  padding-right:15px
}
.headerShrunk .SponsorLogo {
  width:80px;
}
.SponsorLogo {
  width:125px;
}
.WeatherPageWrap {
  background-image:url('/_assets/kcc-background.jpg');
  float:left;
  width:100%;
}
.WeatherItem1 {
  float:left;
  width:5.87%;
  display:block;
}
.WeatherItem2 {
  float:left;
  width:5.4%;
  display:block;
}
.WeatherItem3 {
  float:left;
  width:5.2%;
  display:block;
}
.WeatherItem4 {
  float:left;
  width:55.5%;
  display:block;
}
.WeatherItem5 {
  float:left;
  width:28.03%;
  display:block;
}

/* Weather Sponsor */

.MobPoppy {
  float:none !important;
  width:30px !important;
  margin-right:-1px !important;
  margin-left:2px;
  margin-top:-5px !important;
}

.DeskPoppy {
  float:none !important;
  width:45px !important;
  margin-right:-2px !important;
  margin-left:2px  !important;
  margin-top:-15px !important;
}

.headerShrunk .DeskPoppy {
  float:none !important;
  width:40px !important;
  margin-right:-2px !important;
  margin-left:2px  !important;
  margin-top:-10px !important;
}

body
{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;  /* =16px */
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;

  background-size: cover;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0 0 1.6rem 0;
  font-weight: 600;
  line-height: 1.21;
}

h1
{
  font-size: 2.5rem;
}

h2
{
  font-size: 2rem;
}

h3
{
  font-size: 1.8rem;
}

h4, h5, h6
{
  font-size: 1.5rem;
  line-height: 1.4;
}

p, li, .DivStory div
{
  line-height: 1.45;
  color: #3d3d3d;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 1.6rem 0;
}

.PageContent .Text, .lead
{
  font-size: 1.6rem !important;
  margin-bottom: 1rem;
  font-weight: 400;
}

/* for e-wrap*/

.MainSite
{
  background: #fff;
  padding-top: 1.5rem;
}

/* BREAKS AND IMAGES */

.clearfix
{
  width: 100%;
  height: 1.5rem;
  clear: both;
}

.clearfixNone
{
  width: 100%;
  height: 0;
  clear: both;
}

.RightFloat
{
  float: right;
}

.ImgRight
{
  float: right;
  margin: 0 0 0 1.5rem;
}

.line
{
  width: 100%;
  background: #e7e9ea;
  float: left;
  height: 1px;
}

.White
{
  background: #fff;
}

.NoMargin
{
  margin: 0px;
}

/* LINKS AND ICONS */

a {
  outline:0 none !important;
}
a:link, a:visited
{
  color: #333;
  text-decoration: none;
}

a:hover
{
  color: #266394;
  text-decoration: none;
}

.fa-angle-right
{
  margin: 0 0 0 10px;
}

.fa-map-marker
{
  margin: 0 10px 0 0;
}

/* LISTS */

ul, .EmailPromo ul
{
  margin: 0 0 10px 15px;
  padding: 0;
}

ul li
{
  margin: 0 0 5px 0;
  padding: 0;
}

/* BUTTONS AND FORMS */

.btn-KOL
{
  background-color: #6ea1c2;
  border-color: #5c87a3;
}

.NationalButton
{
  background: #173c5a;
  color: #fff !important;
  display: block;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  text-transform: uppercase;
}
.NationalButton:hover
{
  background: #1f527b;
}

.DefaultButton
{
  background: #266394;
  color: #fff !important;
  display: block;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  text-transform: uppercase;
}
.DefaultButton:hover
{
  background: #1f527b;
}
.SubscribeButton{
  background: #fd0;
  color: #333 !important;
  padding: 5px;
}
.SubscribeButton:hover
{
  background: #fd0;
}
.FootballLinks .btn-default
{
  border-color: #e7e9ea;
  background: #f2f2f2;
}

.FootballLinks .btn-default:hover
{
  background: #f5f5f5;
  border-color: #e7e9ea;
}

/* COOKIE */

#cookiePopup {
  padding:30px 0;
  font-size: 1.3rem;
  text-align: center;
  background: rgba(38,99,148,0.8);
  color: #fff;
  display: none;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000000;
}

@media screen and (max-width: 480px)
{

  #cookiePopup {
    bottom: 65px;
  }

}

@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}

.cookietext
{
  padding: 0 1.5rem;
}

#cookiePopup a.readmore {
  margin: 0px 0px 0px 10px;
  text-decoration: underline;
  color: #fff;
}

#cookieClose {
  cursor:pointer;
  background-color:#fff;
  border: 1px solid #1f527b;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight:normal;
  color:#515151;
  margin: 0 30px 0 15px;
  font-size: 1.3rem;
  float: right;
}

/* ADVERTS */

.advert iframe
{
  pointer: cursor;
}

#EWrap
{
  min-height: 600px;
  margin-top: 0;
}

#EwrapHead
{
  width: 100%;
}

/* Leader ad */

.LeaderBack
{
  padding-bottom: 1.5rem;
  display: inline-block;
  text-align: center;
  width: 100% ;
}

.LeaderBack .leader
{
  text-align: center;
  display: inline-block;
}

.LeaderBack .banner
{
  display: none;
  width: 468px;
  height: 60px;
  margin: 0px auto 0px auto;
}

.LeaderBack .mobile
{
  display: none;
  margin: 0px auto 0px auto;
  width: 320px;
  height: 50px;
}

/* end ewrap */

.container
{
  cursor: auto !important;
}

.mpu
{
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  background: #f7f7f7;
}
.Grey
{
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  background: #f7f7f7;
}

/*.Grey::before {
content: "Advertisement";
font-size: 1.1rem;
text-align: center;
color: grey;
font-weight: 300;
  margin-top:-5px;
}
*/
/*local ad on KOL*/
.OwnLocal
{
  margin: 0px auto;
  display:block;
  width: 300px;
}

.double
{
  height: 630px;
}

.DoubleSky
{
  width: 100%;
  float: left;
  padding: 1.5rem 0;
  background: #f2f2f2;
  text-align: center;
  height: 630px;
}

.DoubleSky span
{
  width: 120px;
  margin: 0px auto;
}

.mpu span
{
  width: 300px;
  margin: 0px auto;
}

/*.form-group .required
{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

/* tab panels etc */

#clickSink
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.tabButton
{
}

.tabButtonSelected
{
}

.tabPanel
{
  display: none;
}

.tabPanelSelected
{
  display: block !important;
}

.toggleButton
{
}

.toggleButtonSelected
{
}

.togglePanel
{
  display: none;
}

.togglePanelSelected
{
  display: block !important;
}

/* validation */

label.required:after
{
  content:"*";
  margin: 0 0 0 4px;
}

.invalid
{
  background: #ffdddd url(/_assets/formerroricon.jpg) right bottom no-repeat !important;
  border:none;
  border-bottom: solid 2px #F54337 !important;
}

.validationHint
{
  position: absolute;
  border: solid 1px #990000;
  background-color: #fff;
  padding: 3px 5px;
  display: inline;
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px 1px #999999;
  -webkit-box-shadow: 1px 1px 2px 1px #999999;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 1px #999999;
  margin: 0px 0px 0px 8px;
  font-size: 1.2rem;
  z-index: 30000;
}
.validation {
  list-style-type:none;
}

.locationsearch {
  width:20px !important;
  list-style-type:none  !important;
}

.locationli {
  margin:0 !important;
  list-style-type:none  !important;
}

a.loginHere {
  color:#FFFFFF;
}

@media screen and (max-width: 992px)
{
  #EWrap
  {
    background-image: none !important;
    background-color: #ffffff !important;
  }

}
@media screen and (max-width: 769px) {
  .MojeekPage .ProvidedBy {
    text-align:left;
    float:left;
    margin-right:10px;
  }
  .MojeekLogo {
    width:150px;

  }

}
@media screen and (max-width:650px) {
  .MojeekLogo {
    width:120px;
  }
  .MojeekPage .ProvidedBy {
    text-align:left;
    float:left;
    margin-right:10px;
  }
}


/* main.css */

.PageContent .dailymotion-player-root {
  margin-bottom:10px;
}
.SubscribeMobile{
  display:none !important;
}

.MobileBanner {
  top:38px !important;
}

/** New style **/
.double {
  padding:1.5rem 0;
  background:#f7f7f7;
}
.Tik {
  background-color:#1A121F !important;
}
.Tik img {
  width:20px;
  height:20px;
}
.text-center {
  text-align:center;
}
.MostPopular .VideoButton {
  top:auto;
  left:0;
  right:auto;
  bottom:0;
  padding:2px 7px 5px 9px;
}
.MostPopular i.fa.fa-volume-up {
  padding-right:5px;
}
.MostPopular .VideoButton i {
  font-size:14px !important;
}
.MostPopular .Media span {
  margin-right:0;
  color:#FFF;
  font-size:1rem;
  padding:5px 5px 0px 1px;
}
.MostPopular .Media i {
  padding:8px 0px 10px 5px;
}
.MostPopular .Media {
  position:absolute;
  float:left;
  right:0;
  width:auto;
  bottom: 0 !important;
  color:#FFF;
  background-color:#266394;
}

.MostPopularTab  h3 {
  width:100% !important;
  margin-top:0 !important;
}
.MostPopularTab span.Number {
  position:inherit !important;
  background-color:transparent !important;
  color:#266394 !important;
  font-size:4.5rem !important;
}
.MostPopular {
  background-color:#F7F7F7;
  padding:10px;
}

/** New style **/
.createsend-button {
  display:none;
}
.qc-cmp2-persistent-link {
  color:#FFF !important;
}
#p_billboard_lb1 {
  float:none;
  display:block;
  margin:20px auto;
  text-align:center;
}
#p_head_leader{
  float:none;
  display:block;
  margin:20px auto;
  text-align:center;
}
#p_head_leader iframe {
  float:none;
  display:block;
  margin:0 auto;
  text-align:center;
}
#p_article_mpu2 {
  float:none;
  display:block;
  margin:20px auto;
}
.h-100 {
  height:100%;
}
.StoryBorder
{
  border-right: 5px solid #e7e9ea;
}
.freePreview{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.freePreviewFade{
  width: 100%;
  height: 100%;
  z-index: 500;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  /*background:linear-gradient(transparent 50px, white);*/
}

/*subscribe article block */

.SubArticlePanel{
  border: 1px solid #fd0; background: #f5f5f5; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  margin-bottom: 15px;
}
.SubArticlePanel h1{
  margin: 0 0 5px 0;
}
.SubArticlePanel p{
  margin: 0! important;
}
.SubArticlePanel ul li{
  margin: 0;
}
.SubArticlePanel a{
  border-bottom: none ! important;
}
.SubArticlePanel .SubButton{
  background: #fd0; border-radius: 4px; padding: 3px 5px; font-weight: bold; text-transform: uppercase; margin: 0 0 5px 0 !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.HeroCStats {
  background-image:url ('/_assets/coronavirushero.jpg');
  padding:100px 0;
  background-size:cover;
}
.HeroCStats h1 {
  text-align:center;
  color:#FFFFFF;
  font-size:3em !important;
}

.CoronaStats {
  background-image:url ('/_assets/coronavirushero.jpg');
  background-size:cover;
  padding:20px 0;
}

.CoronaStats h1 {
  text-align:center;
  color:#FFFFFF;
  font-size:1.3em !important;
}

/*subscribe*/
.SubscribeTab {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 30%;
}
.SubscribeTab a {
  display: block;
  height: 150px;
  width: 38px;
  box-sizing: border-box;
  padding: 15px 8px;
  background-color: #fd0;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 0 25px 25px 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.SubscribeTab a b {
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  -moz-transform: rotate(-90deg) translate(-50%, 50%);
  -ms-transform: rotate(-90deg) translate(-50%, 50%);
  -o-transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  height: 30px;
}
/*end subscribe*/

/** Subscribe Page **/

.SubscribePage  .h-100 {
  height: 100% !important;
}
.SubscribePage  .mb-4 {
  margin-bottom:20px;
}
.SubscribePage .row-custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.SubscribePage {
  background-color:#f5f5f5;
  padding: 0px 25px 25px 25px;
}
.SubscribePage .in {
  background-color:transparent !important;
}
.SubscribePage  .Divider {
  height:3px;
  background-color:  #1F527B;
  width:20px;
  float:none;
  margin:0 auto;
  margin-top:15px;
  margin-bottom:15px;
}
.SubscribePage img {
  border-bottom:5px solid #1F527B;
  padding:0px 5px 0px 5px;
}
.SubscribePage .Subitem {
  background-color:#f5f5f5;
}
.SubscribePage .Textitem h3 {
  text-transform:uppercase;
  margin-bottom:0;
  text-align:center !important;
  margin-top:0px;
  font-size:1.1em;
}
.maintitle {
  font-size:1.4em !important;
}

.SubscribePage  .SiteColourBox {
  background-color:#EF1A96;
  padding:15px !important;
}
.SubscribePage .ButtonOpt {
  border:2px solid #E2C400;
  width:100%;
  padding:6px 30px;
  display:block;
  margin:20px 0px;
  border-radius:20px;
}
.SubscribePage .ButtonOpt h3 {
  margin:0;
  font-size:1.1em !important;
}
.SubscribePage a[aria-expanded="true"]{
  background-color: #F7F7F7;
}
.SubscribePage  .ButtonOptF {
  border:2px solid #F80F97;
  width:100%;
  padding:6px 30px;
  display:block;
  margin:10px 0px;
  border-radius:20px;
}
.SubscribePage .ButtonOptF h3 {
  margin:0;
  font-size:1.1em !important;
}

.SubscribePage .ButtonOptB {
  border:2px solid #00ADEF;
  width:100%;
  padding:6px 30px;
  display:block;
  margin:20px 0px;
  border-radius:20px;
}
.SubscribePage .Price {
  font-size:1.05em !important;
}
.SubscribePage.ButtonOptB h3 {
  margin:0;
  font-size:1.1em !important;
}
.SubscribePage .btni {
  background-color:#E2C400 !important;
  color:#000 !important;
}
.SubscribePage .pt-3 {
  padding-top:1.5rem!important;
}
.SubscribePage .btnf {
  background-color:#EF1A96 !important;
  color:#FFF !important;
}
.SubscribePage .btnb {
  background-color:#00ADEF !important;
  color:#FFF !important;
}

.SubscribePage .Textitem {
  border:2px solid #FDFDFD;
  padding:10px;
  min-height:105vh;
  background-color:#FDFDFD;
}
.SubscribePage .Textitem p {
  margin-bottom:15px;
  font-size:0.95em;
}
.SubscribeButton {

  border-radius:20px;
  color:#FFFFFF;
  padding:6px 30px;
  margin-bottom:15px;
  display: block;
  text-align: center;
}

/** Subscribe Page **/
/* editorial takeover */

#EditorialTakeOver a, #EditorialTakeOver p, #EditorialTakeOver h1
{
  color: #fff !important;
}

#EditorialTakeOver h1, #EditorialTakeOver p, #EditorialTakeOver .Media
{
  padding: 0 0 0 15px;
}

#EditorialTakeOver h1.BreakOutFont
{
  font-size: 48px;
  line-height: 1.1 !important;
}

#EditorialTakeOver .BreakNews{
  float: left; background: #fd0; color: #000; display: block; padding: 5px 15px; font-size: 13px;
}

#EditorialTakeOver .Media
{
  color: #fff !important;
}

#EditorialTakeOver .line{
  height: 1px; background: #000;
}

/* end editorial takeover */

.NationalArticles .video {
  padding:0;
  margin-bottom:1rem !important;
}

@media screen and (min-width:960px) and (max-width:1200px) {
  .LightBlueBack ul li a {
    padding:0 8px 3px 8px !important;
  }

}

@media screen and (min-width:768px) and (max-width:1200px) {
  .DirectoryNavItem {
    display:none !important;
  }
}
.SecretLink {
  font-size:0.95em  !important;
  background-color:#41AC49 !important;
  color:#FFFFFF  !important;
  border-color:#41AC49  !important;
}

small.SecretLink{
  color: #fff;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 10px !important;
}

.SecretLine{
  background: #41AC49;
}

.beericon {
  margin-right:5px;
  margin-top:-4px;
}

.ElectionsSection a {
  color:#FFFFFF !important;
}

.ElectionsSection p, .ElectionsSection small {
  color:#FFFFFF !important;
}

.ElectionsSection .Media {

  color:#FFFFFF !important;
}

.ElectionsSection {
  background-image: -webkit-linear-gradient(rgba(0,0,0,.4),rgba(31,82,123,.8)),url('/_assets/connback_2.jpg');
  background-size: cover;
  background-position: top;
  padding: 15px;
}

@media screen and (max-width:600px) {
  .MobileBanner {
    top:0 !important;
  }

  .carousel-inner {
    overflow:inherit;
  }
}
.contentGridInner {
  padding:10px;
}
/*.PageContent .advert::before {
content: "Advertisement ";
text-align:center;
color:#323232;
font-size:0.7em;
float:none;
margin:0 auto;
display:block;
}*/
.PageContent .advert {
  width:300px;
  float:none;
  margin:0 auto;
  display:block;
  padding:15px 0;
  clear:both;
}

/* video in stories */

.kmtv{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 38px;
  height: 0;
  overflow: hidden;

}

.kmtv iframe {
  position: absolute;
  top: 0;
  left: 0;
  border:0;
  width: 100% !important;
  height: 100% !important;
}

/* kmtv player */

.KmtvPlayerPanel{
  background: #231f20;
  width: 100%;
  float: left;
  color: #fff;
  padding: 0;
}

.KmtvPlayerPanel a{
  color: #fff;
}

.KmtvPlayerPanel h2, .KmtvPlayerPanel p{
  margin: 0 0 15px 15px;
  color: #fff;
}

.KmtvPlayerPanel h4.Free{
  text-align: center;
  background: #28a9e0;
  margin: 0;
  padding: 5px 15px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: normal;
}

.KmtvPlayerPanel .KmtvAbout{
  background: #28a9e0 url('/_assets/tvbacknew_3.jpg') no-repeat top right;
  margin: 0;
  padding: 5px 15px;
}

.KmtvPlayerPanel .KmtvAbout i{
  float: left;
  margin: 0 10px 0 0;
}

.KmtvPlayerPanel .KmtvAbout p{
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
}

.KmtvPlayerPanel .KmtvAbout p.Kmtvblurb{
  text-align: right;
  float: right;
}

/* end kmtv player panel */

h1.HeadlineFont, h2.HeadlineFont , h3.HeadlineFont, h4.HeadlineFont
{
  font-family:'Roboto',sans-serif;
  /*font-family: 'Droid Serif', serif;*/
  font-weight: 600;
  line-height: 1.2;
}

h1.HeadlineFont{
  font-size: 3rem;
}

.HeadingFont
{
  margin: 0 0 5px 0;
  font-size: 3rem;
}

.HeadingLine
{
  width: 100%;
  background: #41AC49;
  height: 5px;
  margin: 0;
}

#trafficMenu ul li {
  margin:0;
}
.DecLine
{
  background: #1B1464;
}
.NationalLine
{
  background: #173c5a;
}
.NewsLine
{
  background: #266394;
}
.OpiLine {
  background:#f1902c;
}
.TrendingLine {
  background:#009cae;
}
.KMTVLine
{
  background: #262525;
}

.KBLine
{
  background: #d55f65;
}

.MKFLine
{
  background: #47c7e4;
}

.KWDLine
{
  background: #f4858e;
}

.WOLine
{
  background: #EF1C21;
}

.kmfmLine
{
  background: #5f3986;
}

.HGIHeadingLine
{
  background: #87b145;
}

a.kmfmListen
{
  background: #5f3986;
  padding: 6px 15px;
  width: 100%;
  float: right;
  display: block;
  color: #fff;
  text-align: center;
}

a.kmfmListen .fa
{
  margin: 0 5px 0 0;
}
.CharityLine
{
  background: #6fc96c;
}

.HolidayLine
{
  background: #ff9900;
}

.HomesLine
{
  background: #26a65b;
}

.MotorsLine
{
  background: #263574;
}

.JobsLine
{
  background: #446cb3;
}

.DestLine
{
  background: #4aaae0;
}

a.DestLink
{
  background: #1a84de;
  padding: 15px 5px 5px 5px;
  color: #fff;
  text-align: center;
  display: block;
}

.SportSpon
{
  float: right;
  margin: 10px 15px 0 0;
}

.SiteLink
{
  float: right;
  margin: 0;
}

.SiteLink a
{
  font-weight: bold;
}

.flexbox, .flexbox2
{
  display: flex;
}

.flexbox .Story, .flexbox2 .Story
{
  border-right: 1px solid #e7e9ea;
}

.SiteContentBlock .flexbox .Story, .SiteContentBlock .flexbox2 .Story
{
  border-right: 1px solid #fff;
}

.SiteContentBlock
{
  background: #f2f2f2;
  padding: 15px;
  width: 100%;
  float: left;
}

.SiteColour
{
  background: #266394;
  color: #fff;
}

.SiteColour a, .SiteColour li{
  color: #fff;
}

.SiteContentBlock .line, .EmailPromo .line
{
  background: #fff;
}

a.HLine
{
  border-bottom: 1px solid #e7e9ea;
  padding: 0 0 15px 0;
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
  float: left;
}

.SiteContentBlock a.HLine
{
  border-bottom: 1px solid #fff;
}

a.HLine:last-child
{
  border-bottom: none;
  padding: 0;
}

.SiteContentBlock a.HLine:last-child
{
  border-bottom: none !important;
  padding: 0;
}

.DarkerJobs
{
  background: #e6eaeb;
}

.FeaturesBlock
{
  padding: 15px 15px 0 15px;
  background: #1f527b;
}

.FeaturesBlock p
{
  color: #fff;
}

.PageContent a
{
  font-weight: bold;
}
.PageContent ul li {

  margin: 0 0 15px 15px;

}
.PageContent ol li {

  margin: 0 10px 10px 0;

}
.PageContent ol {
  margin-bottom:15px !important;
}
.LiveNewsButton, .EmailNewsButton
{
  font-weight: normal !important;
}

.LiveNewsButton
{
  background: #D91E18;
}

.LiveNewsButton:hover
{
  background: #CF000F;
}

.LiveNewsButton i
{
  margin: 0 5px 0 0;
}

.EmailNewsButton i
{
  margin: 0 0 0 5px;
}

/* WHERE I LIVE */

.WhereLive input, .WhereLive select
{
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.LocalLinks h4{
  margin: 3px 0 0 0;
}

.LocalLinks .LocalIcon{
  font-size: 3rem;
  line-height: 25px;
  margin: 0 10px 0 0;
  display: inline-block;
  color: #266394;
  float: left;
  width: 36px;
}

/* LOCAL PAGE LINKS */

ul.LocalSiteLinks
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.LocalSiteLinks li
{
  margin: 0 0 5px 0;
  padding: 0;
}

ul.LocalSiteLinks li:last-child
{
  margin: 0;
}

ul.LocalSiteLinks li a
{
  color: #333;
}

ul.LocalSiteLinks li a:hover
{
  color: #266394;
}

.kmfmBlock
{
  background: #900adb;
  padding: 15px 0 0 0;
  width: 100%;
  float: left;
  color: #fff;
}

.kmfmBlock p
{
  margin: 15px 0 0 15px;
}

.kmfmBlock a, .kmfmBlock a p
{
  color: #fff
}

/* most popular */

.tabPanel
{
  padding: 15px;
}

.static, .lastUpdate, .item
{
  color: #565656
}

.lastUpdate
{
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e7e9ea;
}

/* MOST POPULAR */

/* TREND LIST ICONS */

ul.TrendList
{
  list-style: none;
  margin: 0;
  background: #266394;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 0;
  padding: 5px 0 0 0;
}

ul.TrendList li
{
  padding: 0;
  display: inline-block;
  text-align: center;
  border-bottom: 0;
  line-height: 0;
  margin: 0px;
  font-size: 1.3rem;
}

ul.TrendList li a
{
  padding: 10px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  line-height: 0;
  margin: 0;
  color: #fff;
}

ul.TrendList li a:hover
{
  background: #1f527b;
}

ul.TrendList li a i
{
  color: #fff;
  margin: 0 5px 0 0;
}

ul.TrendList li a.SelectedTab
{
  background: #fff;
  color: #323232;
}

ul.TrendList li a.SelectedTab i
{
  color: #323232;
}

/* END TREND LIST ICONS */

.MostPopularTab div
{
  display: none;
}

.MostPopularTab.SelectedList, .MostPopularTab.SelectedList div
{
  display: block !important;
}

.MostPopularTab ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.MostPopularTab ul li
{
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e7e9ea;
  width: 100%;
  float: left;
  display: block;
  position: relative;
}

.MostPopCount
{
  position: relative;
  display: block;
}

.MostPopularTab span.Number {
  position: absolute;
  bottom: 0;
  font-family:'Roboto',sans-serif;
  /*font-family: 'Droid Serif', serif;*/
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: block;
  background: rgba(0,0,0,0.7);
  padding: 5px 10px;
}

.MostPopularTab a
{
  padding-left: 0;
  display: block;
  margin: 0;
}

.MostPopularTab h3
{
  margin: 0;
  float: left;
  width: 75%;
}

.MostPopularTab .CommentCount, .MostPopularTab .CommentCount
{
  position: relative;
}

.MostPopularTab .CommentCount i
{
  font-size: 4rem;
  color: #333;
  line-height: 30px;
  float: right;
}

.MostPopularTab .CommentCount span
{
  display: block;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 40px;
  text-align: center;
  height: 30px;
}

/* END MOST POPULAR */

/* LIVE UPDATES */

/* Travel map */

.ElginRoadworksWidget
{
  width: 330px;
  height: 310px;
  margin: 0px auto;
}
@media screen and (max-width: 1200px)
{
  .ElginRoadworksWidget
  {
    width: 260px;
    height: 310px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 992px)
{
  .ElginRoadworksWidget
  {
    width: 300px;
    height: 350px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 768px)
{
  .ElginRoadworksWidget
  {
    width: 410px;
    height: 400px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 480px)
{
  .ElginRoadworksWidget
  {
    width: 320px;
    height: 310px;
    margin: 0px auto;
  }
}
/* end travel map */

#TabLiveGridInner
{
  height: 700px;
  overflow: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

#TabLiveGridInner .item, .liveGrid .item
{
  border-top: 1px solid #ffffff;
  padding: 15px 0 0 0;
  margin: 0 0 0 0;
  color: #3d3d3d;
  display: block;
  clear: both;
  width: 100%;
  float: left;
}

#TabLiveGridInner .item h1, #TabLiveGridInner .item h2, #TabLiveGridInner .item h3, .liveGrid .item h1, .liveGrid .item h2, .liveGrid .item h3
{
  font-size: 1.8rem !important;
  margin: 0 0 5px 0;
}

#TabLiveGridInner .item .date, .liveGrid .item .date
{
  font-size: 1.3rem !important;
  margin: 0 0 5px 0;
  color: #266394;
  display: block;
  text-align: right;
}

#TabLiveGridInner img, .liveGrid img
{
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 15px 0;
  display: block;
}

#TabLiveGridInner .item p, .liveGrid .item p
{
  margin: 0 0 15px 0;
}

#TabLiveGridInner .item .story .author, .liveGrid .item .story .author
{
  margin: 0 0 5px 0;
  font-size: 1.3rem !important;
  font-weight: 400;
  color: #646464;
}

#TabLiveGridInner .item .content, .liveGrid .item .content
{
  margin: 0 0 15px 0;
}

.duration {
  background:rgba(0,0,0,0.6);
  padding:3px 7px;
  color:#FFFFFF;
  margin-bottom:5px;
  margin-top:5px;
  font-size:1.2rem;
}

.duration:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right:5px;
}

#TabLiveGridInner .item .kmtv, .liveGrid .item .kmtv
{
  margin: 0 0 15px 0;
}

/* STORY MEDIA */

.CommentCount
{
  font-size: 1.3rem;
  color: #333;
}

.CommentCount i
{
  margin: 0 2px 0 0;
}
.rthmb {
  display:block;
  max-width:100%;
  height:auto;

}
.VideoPlay img
{
  width: 100%;
}

.VideoPlay
{
  width: 100%;
  position: relative;
  float: left;
}
.VideoButton i {
  font-size:14px;
}
.VideoButton
{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #266394;
  color: #fff;
  padding: 5px 10px;
}

.KMTVButton
{
  padding: 5px 15px;
  background: rgba(0,0,0,0.6);
}

.KMTVButton i
{
  margin: 0 5px 0 0;
}

.VideoButton i
{
  color: #fff;
}

.Media
{
  color: #333333;
  margin: 0;
  width: 100%;
  float: left;
}

.Media i
{
  font-size: 1.3rem;
  margin: 0 2px 0 0;
}

.Media span
{
  font-size: 1.3rem;
  margin: 0 15px 0 0;
}

/* FOLLOW US */

.followbox
{
  background: #53a9ea;
  width: 50px;
  padding: 15px 0px;
  text-align: center;
  display: block;
  float: left;
  margin: 0 5px 0 0;
  color: #fff !important;
}

.fb
{
  background: #3c5899;
}
.In {
  background:#125582;
}
.in
{
  background: #125582;
}

.lnk
{
  background: #0077b5;
}

.followbox:hover
{
  color: #fff;
}

/* Signup */

.SignUpControl
{
  height: 35px;
  border: 1px solid #e0e0e0;
}

.SignUpBtn{
  height: 45px;
  background: #266394;
  border: 1px solid #1f527b;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

/* End Signup */

.EmailPromo
{
  background: #266394;
  padding: 15px 15px 15px 15px;
  color: #fff;
  width: 100%;
  float: left;
}

.EmailPromo a, .EmailPromo p, .EmailPromo li
{
  color: #fff;
}

.KBPromo
{
  background: #d55f65;
}

.MKFPromo
{
  background: #47c7e4;
}

.KWDPromo
{
  background: #f4858e;
}

.WOPromo
{
  background: #EF1C21;
}

.CharityBack
{
  background: #6fc96c;
}

.HolPromo
{
  background: #ff9900;
}

.kmfmBox
{
  background: #57337d;
}

/* colour button links */

.ColourBlock{
  text-align: center;
}

.ColourLink{
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background: #ef1c21;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #ef1c21;
  font-size: 1.5rem;
}

.ColourLink:hover{
  color: #ef1c21 !important;
  background: #fff;
  border: 3px solid #ef1c21;
}

.ColourLink i{
  margin: 0 0 0 5px;
}

.MKFLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #47c7e4;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #47c7e4;
  font-size: 1.5rem;

}

.MKFLink:hover{
  color: #197f97 !important;
  background: #fff;
  border: 3px solid #197f97;
}

.MKFLink i{
  margin: 0 0 0 5px;
}
.KJLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #446cb3;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #446cb3;
  font-size: 1.5rem;

}

.KJLink:hover{
  color: #446cb3 !important;
  background: #fff;
  border: 3px solid #446cb3;
}

.KJLink i{
  margin: 0 0 0 5px;
}

.KHLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #87b145;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #87b145;
  font-size: 1.5rem;

}

.KHLink:hover{
  color: #87b145 !important;
  background: #fff;
  border: 3px solid #87b145;
}

.KHLink i{
  margin: 0 0 0 5px;
}

.TrendLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #009cae;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #009cae;
  font-size: 1.5rem;

}

.TrendLink:hover{
  color: #009cae !important;
  background: #fff;
  border: 3px solid #009cae;
}

.TrendLink i{
  margin: 0 0 0 5px;
}

.NewsLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #266394;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #266394;
  font-size: 1.5rem;

}

.NewsLink:hover{
  color: #197f97 !important;
  background: #fff;
  border: 3px solid #197f97;
}

.NewsLink i{
  margin: 0 0 0 5px;
}

.OpiLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #f1902c;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #f1902c;
  font-size: 1.5rem;

}

.OpiLink:hover{
  color: #f1902c !important;
  background: #fff;
  border: 3px solid #f1902c;
}

.OpiLink i{
  margin: 0 0 0 5px;
}

.KBLink {
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background:  #d55f65;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #d55f65;
  font-size: 1.5rem;

}

.KBLink:hover{
  color: #d55f65 !important;
  background: #fff;
  border: 3px solid #d55f65;
}

.KBLink i{
  margin: 0 0 0 5px;
}

.SportLink{
  background: #41ac49;
  border: 3px solid #41ac49;
}

.SportLink:hover{
  color: #41ac49 !important;
  border: 3px solid #41ac49;
}

.DecLink{
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
  color: #fff !important;
  background: #1B1464;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 300;
  border: 3px solid #1B1464;
  font-size: 1.5rem;
}

.DecLink:hover{
  color: #1B1464 !important;
  background: #fff;
  border: 3px solid #1B1464;
}

.DecLink i{
  margin: 0 0 0 5px;
}

/* end colour block links */

/* carousel */

.carousel.fade
{
  opacity: 1;
}

.carousel.fade .item
{
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}

.carousel.fade .item:first-child
{
  top:auto;
  position:relative;
}

.carousel.fade .item.active
{
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

ul.paging
{
  float: right;
  list-style-type: none;
}

ul.paging li
{
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
}

ul.paging li span
{
  float: left;
  background: #266394;
  margin: 0 0 0 1px;
  color: #fff;
  display: block;
}

ul.paging li span.selected
{
  background: #1f527b;
  display: block;
  padding: 3px 10px;
}

ul.paging li a
{
  display: block;
  padding: 3px 10px;
  color: #fff;
  font-weight: normal;
}

#SocialArticleIcons, .FormGrey {
  background: #f2f2f2;
  padding: 15px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 10000000;
}
.valError, .error, ul.errors, .success
{
  width: 100%;
  color: #D91E18;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

/* FOOTER */

.FooterStyles
{
  background: #4c4c4c;
  padding: 15px;
  width: 100%;
  float: left;
  color: #f4f4f4;
  font-size:1.3rem;
}

.FooterStyles h4
{
  text-transform: uppercase;
  color: #f4f4f4;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.FooterStyles ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-right: 1px solid #646464;
}

.FooterStyles ul.NoBorder
{
  border: none;
}

.FooterStyles ul li
{
  margin: 0 0 5px 0;
  padding: 0px;
  color: #f4f4f4;
}

.FooterStyles ul li a
{
  color: #f4f4f4;
}

.FooterStyles .line
{
  background: #646464;
}

.FooterStyles p
{
  float: right;
  color: #646464;
  margin: 0;
}

.FooterDarker
{
  background: #454545;
}

/* sitemap */

#sitemap ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sitemap ul li ul
{
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
  list-style-type: none;
}

#sitemap ul li a
{
  font-size: 2.7rem;
}

#sitemap ul li ul li a
{
  font-size: 2.3rem;
}

#sitemap ul li ul li ul li a
{
  font-size:1.6rem;
}

/* TABLET AND MOBILE */

@media only screen and (min-device-width: 320px) and (max-device-width: 600px)
{
  body, .MainSite {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px)
{
  a.HLine
  {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  .MostPopularTab ul li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }
  .Mobclearfix{
    height: 5px;
  }
  .MobStoryBlock{
    padding: 15px;
    background: #1f527b;
    color: #fff;
  }
  .MobStoryBlock a, .MobStoryBlock a p, .MobStoryBlock .Media{
    color: #fff;
  }
  .FooterStyles ul
  {
    border-right: none;
    text-align: center;
  }
  ul.TrendList li a
  {
    padding: 10px 5px;
  }
}


/* SiteTop - Desktop.css */

/* FIXED HEADER */

.WeatherKOL .wi-day-cloudy:before {
  color:#FFFFFF !important;
}
.WeatherKOL .wi-rain:before  {
  color:#FFFFFF !important;
}
.SearchSite input.typesearch {
  padding:4px 5px !important;

  height:26px;
  border:2px solid #266394 !important;
}
.typesearch {
  position:absolute;
  background-color:#FFFFFF !important;
}
.radiobtn {
  padding-right:1px !important;
}
.SelLabel {
  margin-bottom:0;
  color:#FFFFFF;
  font-weight:300;
  font-size:14px;
}
.SearchOption {
  padding: 2.1px 4px 0px 2px;
  font-weight:100;
  float:left;
  width:50%;
  display:inline-block;
  line-height:20px;
}
.CustomSearch .typesearch {
  width:100% !Important;
}
.SearchTarget {
  text-align:center;
  color:#FFFFFF;
  float:left;
  width:100%;
}

.SearchSite input.typesearch {
  width:100%;
}
.LocSearch {
  text-align:center;
  position:absolute;
  padding: 3px 5px;
}
.npr {
  padding-right:0;
}
.LocSearch input[type="radio"]  {
  width:14px;
  height:14px;
  margin-right:5px;
  margin-top:0;
  color:#FFF;
}
.LocSearch span {
  margin-right:5px;
}

.SearchSite input.typesearch {
  border-radius: 0 !important;
}

.mojeek {
  background-image: url('/_assets/mojeekheader.png') !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width:768px) {
  .LocSearch {
    position:inherit;
    width:100%;
  }
}

@media screen and (min-width:991px) and (max-width:1200px) {
  /* .ExSiteLinks li:last-child {
  display:none;
}*/
  .SelLabel {
    font-size:14px;
  }
  .SearchOption {
    padding:0;
  }
}

#header
{
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999999;
}

#header.headerShrunk
{
}

.headerShrunk .BlueBack
{
  height: 40px;
  overflow: hidden;
  padding: 8px 0px;

}

.headerShrunk .BlueBack .MastLink p, .headerShrunk time, .headerShrunk .LowerMenu, .headerShrunk .BlueBack .WeatherKOL .Day .desc
{
  display: none !important;
}

.headerShrunk .BlueBack time.HideShrink
{
  display: none !important;
}

.headerShrunk .BlueBack .MastLink
{
  margin: 0;
  background: none !important;
}

.headerShrunk .BlueBack .MastLink .KOLText
{
  background: none !important;
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

.headerShrunk .BlueBack .MastLink img
{
  width: 40px;
}

.headerShrunk .BlueBack .WeatherKOL .Day i.wi
{
  display: none;
}

.headerShrunk .BlueBack .WeatherKOL .Day p
{
  float: left;
  margin: 0;
}

.headerShrunk .BlueBack .WeatherKOL .Day p .Temp
{
  margin: 0 5px 0 0;
}

.headerShrunk .BlueBack .WeatherKOL .Day .HideWeather
{
  display: none !important;
}

.headerShrunk .BlueBack .LocationButton
{
  margin: 0px;
  border: 1px solid #266394;
}

.headerShrunk .BlueBack .LocationButton i
{
  background: #266394;
}

.headerShrunk .LightBlueBack ul
{
  margin-top: 5px;
}

#headerSpacer
{
  /*height: 166px;*/
  height: 187px;
}

/* END HEADER FIXED OVER-RIDES */

.BlueBack
{
  background: #266394;
  padding: 10px 0px;
  float: left;
  width: 100%;
}

/*#header .xmas
{
  background-image: url('/_assets/kolsanta.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
}*/

/* KOL LINK */

.MastLink
{
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  /*background: #266394 url(/_assets/easterkol2018_11.jpg) no-repeat bottom right;*/
}

.MastLink img
{
  width: 63px;
  float: left;
  margin: 0 5px 0 0;
}

.MastLink .KOLText
{
  display: block;
  float: left;
  color: #fff;
  font-size: 40.5px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 31px;
  margin: 0;
  float: left;
}

.MastLink .KOLText span
{
  font-weight: 300;
  letter-spacing: -3px !important;
}

.MastLink p
{
  color: #fff;
  margin: 2px 0 0 2px;
  font-weight: 400 !Important;
  font-size:14.5px !important;
  letter-spacing: 0.8px !important;
  line-height: 1;
}

time
{
  color: #fff;
  float: right;
}

/* WEATHER */

.WeatherKOL
{
  float: left;
  width: 100%;
}

.WeatherKOL .Day{
  float: left;
  width: 100%;
  display: block;
}

.WeatherKOL .WeatherHide{
  display: block;
  border-right: none;
}

.WeatherKOL a
{
  color: #fff;
  margin: 0;
}

.WeatherKOL .Day p{
  margin: 0;
  float: left;
  color: #fff;
}

.WeatherKOL .Day i.wi{
  margin: 5px 10px 8px 0;
  font-size: 2rem;
  float: left;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 0.8;
}

.WeatherKOL .Day strong{
  font-size: 1.7rem;
}

.WeatherKOL .Day .Temp{
  color: #ecf0f1;
  font-size: 1.4rem;
}

.WeatherKOL .Day .desc{
  margin: 0 0 0 15px;
}

.WeatherKOL p.WeatherFind{
  margin: 0;
}

.WeatherKOL .BriteliteLogo{
  margin: 0;
  float: right;

  padding: 3px;
}

.WeatherFind i{
  margin: 0 0 0 5px;
}

/* MENU */

.LightBlueBack{
  background: #1f527b;
  padding: 0;
  float: left;
  width: 100%;
}

.LightBlueBack ul{
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.LightBlueBack ul li{
  float: left;
  color: #fff;
  padding: 0;
  margin: 0;
}

.LightBlueBack ul li a{
  color: #fff;
  padding: 0 15px 3px 15px;
  border-right: 1px solid #266394;
  display: block;
  font-weight: 400;
}

.LightBlueBack ul li a.dropdown-item{
  color: #266394;
  padding:  5px 15px;
  border-right: none;
  display: block;
  font-weight: 400;
}

.LightBlueBack ul li a.dropdown-item:hover{
  background: #f7f7f7;
}

.LightBlueBack ul li a.selected, .LightBlueBack ul li a:hover{
  background: url('/_assets/v5line.jpg') repeat-x bottom;
}

.LightBlueBack ul li a.ContactIcon{
  margin: -5px 0 0 0;
  padding: 2px 5px;
  float: right;
  font-size: 16px !important;
  color: #e7e9ea;
  font-family: roboto, sans-serif !important;
  border-right: none;
  background: #ffdd00;
  color: #000;
  border-radius: 20px;
}

.LightBlueBack ul li a.CNone{
  display: none;
}

.LightBlueBack ul li a.ContactIcon:before{
  display: none;
  /*
  color: #fff;
  padding: 0 5px 0 0;
  float: right;
  font-family: FontAwesome;
  font-size: 20px;
  transform: scaleX(-1);*/
}

/* LOCATION */

.LocationButton
{
  border: 1px solid #1f527b;
  background: #fff;
  color: #1f527b;
  padding: 0;
  float: right;
  text-align: center;
  margin: 5px 0 0 0;
  border-radius: 0px;
  font-size: 1.3rem;
  font-weight: 700;
}

.LocationButton a
{
  color: #1f527b;
  text-align: center;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.LocationButton a:hover
{
  text-decoration: underline;
}

.LocationButton a.Capital
{
  margin: 0px 5px 0px 5px;
  font-weight: 400;
  padding: 3px 0 0 0;
  float: left;
  text-transform: uppercase;
}

.LocationButton i
{
  background: #1f527b;
  padding: 5px 8px 5px 8px;
  float: right;
  margin: 0px;
  color: #fff;
}

.LocationButton i:hover
{
  background: #1c486c;
}

/* WHITE MENU */

.LowerMenu
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  float: left;
}

.LowerMenu li
{
  padding: 7px 0px;
  list-style-type: none;
  float: left;
  margin: 0;
}

.LowerMenu li a
{
  display: block;
  padding: 0px 7px;
  border-right: 1px solid #e7e9ea;
}

.LowerMenu li a.selected
{
  font-weight: bold;
}

/* FIND LOCAL NEWS */

.LocalWrap
{
  background: #f4f4f4;
  padding: 0 0 15px 0;
  width: 100%;
  float: left;
  display: none;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.LocalNewsBack
{
  background: #1f527b;
  padding: 15px;
  width: 100%;
  float: left;
  border-top: 1px solid #fff;
}

.LocalNewsBack p
{
  color: #fff;
}

.LocalNewsBack h3
{
  color: #fff;
  text-transform: uppercase;
  margin: 8px 0 0 0;
}

.LocalNewsBack input
{
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 35px;
  padding: 8px;
}

.LocalNewsBack input:focus
{
  outline: none;
}

.LocalNewsBack .DefaultButton
{
  border: none;
  border-radius: 0;
  height: 35px;
}

.LocalNewsBack .DefaultButton:hover
{
  background: #266394;
}

.DisplayNews ul
{
  list-style: none;
  margin: 0px;
}

.DisplayNews ul li
{
  border: 1px solid #266394;
  padding: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.DisplayNews ul li a
{
  display: block;
  padding: 5px;
}

/* BREADCRUMB */

.Bread p
{
  margin: 5px 0 5px 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 992px) {

  .MoreDrop
  {
    float: right;
    padding: 8px 0 0 15px;
    position: fixed;
    z-index: 99999;
  }

  .MoreDrop i.fa-caret-down
  {
    margin: 0 0 0 10px
  }

  .MoreDrop a
  {
    color: #595959 !important;
    text-transform: uppercase;
    font-size: 1.3rem;
  }

  .dropdown a
  {
    text-decoration: none;
  }

  .dropdown-menu
  {
    border: none;
    margin: 5px 0 0 0;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }

  ul.dropdown-menu li
  {
    float: none;
    border: none;
    padding: 0;
    margin: 0;
  }

  ul.dropdown-menu li a
  {
    padding: 8px 0 8px 15px;
  }

  /* KOL HEADING */

  time
  {
    float: left !important;
    margin: 0 0 5px 0;
  }

  .LightBlueBack ul li a{
    padding: 0 8px 3px 8px;
  }

  #header.headerShrunk .BlueBack .WeatherKOL .Day p.WeatherFind span
  {
    display: none !important;
  }

  #header.headerShrunk .BlueBack .WeatherKOL .BriteliteLogo{
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {

  #header.headerShrunk .BlueBack .WeatherKOL .Day p.WeatherFind span
  {
    display: none !important;
  }

  /*contact us menu overide */
  .LightBlueBack ul li a.ContactIcon{
    padding: 2px 15px !important;
  }
  .LightBlueBack ul li a.ContactIcon:before{
    display: none;
  }
  /* end contact us menu overide */

}

/* more desktop menu */
.MoreKOLDesk{
  background: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
}
.MoreKOLDesk .container ul{
  list-style: none;
}
.MoreKOLDesk .container ul li{
  font-size: 13px;
  display: inline-block;
  list-style: none;
}
.MoreKOLDesk .container ul li::after{
  content: '';
  border: solid #e7e9ea 1px;
  margin: 0px 1.5rem;
  display: inline-block;
  height: 10px;
}



/* SiteTop - Mobile.css */

/* search popup */

/* New Search - Mojeek - Starts */

#mobSearchPanel .SearchTarget {
  width:100%;
  padding:5px 0 10px 0;
  text-align:left;
  float:left;
}
#mobSearchPanel .SelLabel
{
  font-size:15px;
}
#mobSearchPanel .SearchOption {
  padding-left:0;
  width:auto;
  margin-right:15px;
}
#mobSearchPanel input[type=radio]
{
  -webkit-transform: scale(1.3);
  margin:0;
}
#mobSearchPanel
{
  display: none;
  position: fixed;
  top: 36px;
  width: 100% !important;
  height: 85px !important;
  border-radius: 0;
  background: #1f527b;
}
#mobSearchPanel .radiobtn {
  margin-right:10px !important;
}
#mobSearchPanel .mobsearchwrapper
{
  display: block;
  position: fixed;
  left: 15px;
  width: 90%;
  top: 75px;
  height: 36px;
  background: #fff;
  border: 1px solid #266394;
}
#mobSearchPanel SearchOption {
  width:auto !important;
}
#mobSearchPanel input[type="text"]
{
  position: fixed;
  top: 75px;
  left: 15px;
  padding: 0 0 0 8px;
  right: 0;
  width: 79%;
  display: block;
  border: none;
  height: 34px;
  margin-top:1px;
  background: none;
}

#mobSearchPanel input:focus
{
  outline: none;
}

#mobSearchPanel input[type="image"]
{
  position: fixed;
  top: 75px;
  right: 15px;
  height: 36px;
  background: #266394;
  border-radius: 0px;
}
/* New Search - Mojeek - Ends */

/* top menu */

/*subscribe */
.SubscribeMobile{
  background: #fd0 url(/_assets/subscribeback_1.jpg) no-repeat; padding: 8px; background-size: cover;
}
.SubscribeMobile a{
  border-radius: 25px; background: #266394; padding: 5px 15px; color: #fff; font-size: .85em;
}

/*menu*/
.MobileBanner
{
  width: 100%;
  float: left;
  display: block;
  position: fixed;
  top: 35px;
  height: 36px;
  background: #266394;
  z-index: 1000;
  padding: 8px 5px 8px 5px;
  border-bottom: 1px solid #1f527b;
  z-index: 99999999999;
}

#mobileMenu .MastLink {
  margin: 0;
  width: 50%;
  background: none !important;
}

#mobileMenu .MastLink .KOLText {
  font-size: 1.7em;
  margin: 0;
  line-height: 0.8;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

#mobileMenu .MastLink .KOLText span
{
  letter-spacing: -1.5px !important;
}

#mobileMenu .MastLink img
{
  margin: 0 3px 0 0;
  width: 28px;
}

#mobileMenu ul.MobileMenuIcons
{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: right;
}

#mobileMenu ul.MobileMenuIcons li
{
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}

#mobileMenu ul.MobileMenuIcons li a
{
  display: block;
  text-align: center;
  padding: 0 8px 0 4px;
  border-right: 1px solid #1f527b;
  color: #fff;
}

#mobileMenu ul.MobileMenuIcons li a#mobSearch
{
  padding: 0 0 0 4px;
  border: none;
}

#mobileMenu ul.MobileMenuIcons li a i
{
  font-size: 16px;
  display: block;
  margin: 0;
}

/* LOGIN */

#mobileMenu #Login
{
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: none;
  background: none;
  border-radius: 0;
  padding: 0;
  padding: 0;
  color: #fff;
  float: none;
}

#mobileMenu #Login a
{
  float: none;
}

#mobileMenu #Login .fa-user-circle-o
{
  margin: 0;
}

#mobileMenu #Login .fa-exclamation-triangle
{
  margin: 0 0 0 1px;
  color: #ffdd00;
  font-size: 11px;
  float: right;
}

#mobileMenu #Login .dropdown-menu
{
  margin: -1px 0 0 0;
}

#mobileMenu #Login .dropdown-menu li
{
  width: 100%;
}

#mobileMenu ul.MobileMenuIcons li #Login .dropdown-menu li a
{
  border-right: none;
}

#mobileMenu #Login .dropdown-menu li a.MyAcc i
{
  font-size: 13px;
}

/* end top menu */

/* Nav */

.MobileNavigation
{
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 1200;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  font-weight: 400;
  background: #323232;
}

#menuTabs
{
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 2999;
  line-height: 0;
  color: #fff;
  background: #266394;
  list-style-type: none;
}

#menuTabs li
{
  width: 50%;
  margin: 0;
  float: left;
}

#menuTabs a
{
  height: 44px;
  padding: 8px 15px;
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #f2f2f2;
  background: #266394;
  text-transform: uppercase;
}

.MobileNavigation .tabButtonSelected
{
  background: #323232 !important;
}

#menuNav i.fa-map-signs,  #menuNav i.fa-bolt,  #menuNav i.fa-line-chart
{
  font-size: 16px;
  vertical-align: middle;
  padding: 15px;
  color: #666;
  background: #f2f2f2;
}

#btnMobTabLive
{
  border-left: 1px solid #1f527b;
  border-right: 1px solid #1f527b;
}

/* drop down menu */

#menuNav
{
  display: none;
  top: 44px;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 20000;
  background: #323232;
}

#menuNav ul
{
  list-style: none;
  margin: 0;
  background: #323232;
  padding: 0;
}

#menuNav ul li
{
  padding: 0;
  margin: 0;
  width: 100%;
}

#menuNav ul li span
{
  padding: 10px 15px;
  display: block;
  transition: 0.3s;
  color: #f2f2f2;
  border-bottom: 1px solid #555;
}

#menuNav ul li span:hover
{
  cursor: pointer;
}

#menuNav .fa-angle-down, #menuNav .fa-angle-up
{
  float: right;
  margin: 0;
}

#menuNav ul li a
{
  color: #f2f2f2;
}

#menuNav ul li:hover
{
  background-color: #444;
}

/* local news postcode */

#menuNav .LocalNews
{
  background: #225a86;
  color: #f2f2f2;
  float: left;
  width: 100%;
  padding: 15px;
  margin: 0 0 1px 0;
}

#menuNav .LocalNews a
{
  padding: 8px 15px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  margin: 5px 0 5px 0;
}

#menuNav .LocalNews input
{
  border: 1px solid #444;
  padding: 5px;
  float: left;
  width: 80%;
  height: 35px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0px;
  color: #515151;
}

#menuNav .LocalNews button
{
  border: 1px solid #444;
  background: #444;
  color: #fff;
  padding: 0px 5px;
  height: 35px;
  float: right;
  width: 20%;
}

#menuNav .LocalNews ul
{
  padding: 8px 15px 0px 15px !important;
  background: #1f527b !important;
}

#menuNav .LocalNews ul li ul
{
  padding: 0px !important;
}

#menuNav .LocalNews ul li span
{
  border: none;
  padding: 0 0 8px 0;
}

#menuNav .LocalNews ul li span i
{
  margin: 3px 0 0 0;
}

#menuNav .LocalNews ul li:hover
{
  background: none;
}

/* end local news postcode */

#menuNav ul li ul
{
  margin: 0;
  padding: 0 0 0 15px;
  background: #444444;
}

#menuNav ul li ul li a
{
  padding: 8px 5px;
  margin: 0;
  border-bottom: 1px solid #555;
}

#menuNav li a
{
  display: block;
}

#menuTabs .tabButton i
{
  width: 100%;
}

/* weather */

#menuNav #mobileWeather
{
  width: 100%;
  background: #1f527b;
  padding: 10px 15px;
  float: left;
}

#menuNav #mobileWeather p
{
  float: left;
  margin:0;
  color: #fff;
}

#menuNav #mobileWeather p span
{
  float: left;
  margin: 0 5px 0 0;
  color: #fff;
  border: none;
  padding: 0px;
}

#menuNav #mobileWeather p span.Temp
{
  color: #ecf0f1;
  font-size: 13px;
}

#menuNav #mobileWeather p span.Temp strong
{
  color: #fff;
  font-size: 16px;
}

#menuNav #mobileWeather .fiveday
{
  float: left;
  margin:0;
}

#menuNav #mobileWeather .fiveday i
{
  margin: 0 0 0 3px;
}

#menuNav #mobileWeather a.BriteliteLogo
{
  float: right;
  margin: 0;
  background: #fff;
  padding: 3px;
}

#menuNav #mobileWeather a.BriteliteLogo img
{
  float: right;
}

/* end drop down menu */

/* LIVE UPDATES */

#menuLiveGrid .contentGridInner
{
  padding: 15px;
  float: left;
  width: 100%;
  background: #323232;
}

.contentGridHeader
{
  display: none;
}

#mobileMenu #menuLiveGrid, #mobileMenu #MostSectionRead
{
  padding: 0px;
  position: relative;
  top: 28px;
}

#menuLiveGridInner
{
  width: 100%;
  margin: 0;
  color: #fff;
}

#menuLiveGridInner .duration
{
  color: #fff;
  font-size: 13px !important;
}

#menuLiveGridInner h1, #menuLiveGridInner h2, #menuLiveGridInner h3
{
  font-size: 18px !important;
  margin: 0 0 5px 0;
  color: #fff !important;
}

#menuLiveGridInner .item
{
  margin: 0;
  padding: 15px 0px;
  float: left;
  border-bottom: 1px solid #e7e9ea;
  width: 100%;
}

#menuLiveGridInner .item a, #menuLiveGridInner .item p, #menuLiveGridInner .item .date
{
  color: #fff;
  font-size: 13px !important;
}

#menuLiveGridInner img {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0px 15px 0px;
  float: left;
}

#menuLiveGrid .item .story .author {
  margin: 0 0 5px 0;
}

#menuLiveGrid .item p {
  margin: 0;
}

/* TRENDING */

#mobileMenu #menuTrendingInner
{
  width: 100%;
  display: block;
  float: left;
}

#mobileMenu #menuTrendingInner #MostSectionRead
{
  list-style: none !important;
  width: 100%;
  float: left;
}

#mobileMenu #menuTrendingInner #MostSectionRead span.Number {
  position: absolute;
  top: 0;
  font-family: 'Droid Serif', serif;
  font-size: 2.441em;
  font-weight: 600;
  color: #266394;
  display: block;
}

#mobileMenu #menuTrendingInner #MostSectionRead a
{
  padding-left: 50px;
  display: block;
  margin: 0;
}

#mobileMenu #menuTrendingInner #MostSectionRead h3
{
  margin: 5px 0 0 0;
  float: left;
  width: 75%;
  font-size: 14px;
}

#mobileMenu #menuTrendingInner #MostSectionRead li
{
  border-bottom: 1px solid #646464;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  min-height: 30px;
}

#mobileMenu #menuTrendingInner #MostSectionRead li a
{
  color: #fff;
  padding-left: 30px;
}

#mobileMenu #menuTrendingInner #MostSectionRead span.Number {
  font-size: 14px;
  color: #f2f2f2;
  padding: 5px 0 0 0;
}

#mobileMenu #menuTrendingInner #MostSectionRead li .CommentCount
{
  position: relative;
}

#mobileMenu #menuTrendingInner #MostSectionRead li .CommentCount i
{
  color: #646464 !important;
  font-size: 40px;
  color: #333;
  line-height: 30px;
  float: right;
}

#mobileMenu #menuTrendingInner #MostSectionRead li .CommentCount span
{
  display: block;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 40px;
  text-align: center;
  height: 30px;
}

@media screen and (max-width: 992px)
{
  .LeaderBack
  {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px)
{

  .LocalWrap
  {
    position: fixed;
    top: 35px;
    background: #323232;
    color: #fff;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 30px;
  }

  .LocalNewsBack
  {
    padding: 8px 15px;
  }

  .LocalWrap .line
  {
    background: #555;
  }

  .LocalWrap ul li
  {
    border: 1px solid #555;
    padding: 8px 5px;
  }

  .LocalWrap ul li a
  {
    color: #f2f2f2;
  }

  .LocalWrap h3
  {
    text-align: center;
    margin: 0 0 5px 0;
  }

  .LocalWrap p, .LocalWrap a
  {
    color: #fff;
  }

  .LocalWrap input
  {
    margin: 0 0 1px 0;
    border: none;
    color: #323232;
  }

  .LeaderBack
  {
    top:35px!important;
    margin-top:35px!important;
    padding:0 !important;

  }

  .LeaderBack .leader
  {
    display: none !important;
  }

  .LeaderBack .banner
  {
    display: block !important;
  }

  .LeaderBack #Billboard
  {
    display: none !important;
  }

  .flexbox, .flexbox2
  {
    display: block !important;
  }

  .flexbox .Story, .flexbox2 .Story
  {
    border-right: none;
  }

  .VideoButton {
    padding: 5px 10px;
  }

  .VideoButton i {
    font-size: 14px;
    line-height: 12px;
  }

  #headerSpacer
  {
    /*height: 110px;*/
    height: 0;
  }

  /*contact us menu overide */
  a.ContactIcon{
    padding: 8px 15px !important;
  }
  a.ContactIcon:before{
    display: none;
  }
  /* end contact us menu overide */

}

@media screen and (max-width: 480px)
{

  .HeadingFont
  {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .LeaderBack .banner
  {
    display: none !important;
  }

  .LeaderBack .mobile
  {
    display: block !important;
  }

}



/* jquery-ui-1.11.2.css */

/*! jQuery UI - v1.11.2 - 2015-02-04
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("/_assets/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("/_assets/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("/_assets/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("/_assets/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("/_assets/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("/_assets/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("/_assets/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/_assets/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/_assets/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/_assets/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/_assets/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/_assets/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/_assets/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/_assets/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("/_assets/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("/_assets/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}


/* AllSiteHeader.css */

/* ALL SITE HEADER -------- logo, login external links */

.AllSiteHeader
{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.MastLogo
{
  display: block;
  float: left;
  margin: 7px 0px 5px 0px;
}

.MastLogo img
{
  float: left;
  width: 33px;
  margin: 0px 5px 0px 0px;
}

.MastLogo h1
{
  font-size: 32px;
  margin: 0px 0px 0px 0px;
  line-height: 0.75;
  letter-spacing: -1.5px;
  padding: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #363636;
  text-align: left;
  float: left;
}

.MastLogo h1 a:hover
{
  color: #363636;
}

.MastLogo h1 span
{
  font-weight: 300;
  color: #b7b7b7;
  letter-spacing: -2.5px;
}

/* LOGIN */

#Login
{
  padding: 0px 0px 0px 0px;
  display: block;
  margin:  6px 0px 5px 0px;
  color: #fff;
  font-weight: 400;
  float: left; /*this is float: right on other sites to allow for KOL logo*/
  font-size: 11px;
  background: #266394;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
}

#Login i
{
  font-size: 14px;
}

#Login a
{
  color: #fff;
  text-transform: uppercase;
}

#Login .fa-user-circle-o
{
  margin: 1px 5px 0px 0px;
  color: #fff;
  float: left;
}

#Login .fa-exclamation-triangle
{
  margin: 1px 0px 0px 10px;
  color: #ffdd00;
}

#Login #LoginName
{
  margin: 0px 0px 0px 0px;
}

#Login .dropdown-menu
{
  border-radius: 0px;
  margin: 2px 0px 0px 15px;
  padding: 15px;
  min-height: 80px;
  border: 1px solid #266394;
}

#Login .dropdown-menu li
{
  margin: 0px;
}

#Login .dropdown-menu li #LoginAlert
{
  margin: 0px 0px 0px 0px;
  display: block;
}

#Login .dropdown-menu li #ChangeName a
{
  color: #595959 !important;
  margin: 0px 15px 15px 0px;
  text-transform: uppercase;
  display: inline-block;
}

#Login .dropdown-menu li #ChangeName a i
{
  float: right;
  font-size: 13px;
  margin: 2px 0px 0px 5px;
}

#Login .dropdown-menu li a.MyAcc
{
  color: #595959 !important;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

#Login .dropdown-menu li a.MyAcc:hover
{
  background: none;
}

#Login .dropdown-menu li a.MyAcc i
{
  float: right;
  font-size: 13px;
  margin: 3px 0px 0px 0px;
}

#Login .btn-danger:hover
{
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

#LoginNameDD
{
  color: #595959 !important;
}

#LoginNameDD span
{
  font-weight: bold;
}

/* EX SITE LINKS */

ul.ExSiteLinks
{
  float: right;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.ExSiteLinks li
{
  float: left;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 1px solid #e7e9ea;
  font-weight: 400;
}

ul.ExSiteLinks li a
{
  padding: 12px 6px 11px 6px;
  display: block;
  color: #595959;
  font-weight: 400;
}

ul.ExSiteLinks li a.Active{
  border-bottom: 5px solid #333;
  box-shadow:0 1px 1px rgba(255,255,255,.7);
  padding-bottom: 6px;
}

/*DROPDOWN MORE*/

.dropdown a
{
  text-decoration: none;
}

.dropdown-menu
{
  border: none;
  margin: 0px  0px 0px 0px;
  width: 100%;
  border-radius: 0px;
}

ul.dropdown-menu li
{
  float: none;
  border: none;
  padding: 0px;
  margin: 0px;
}

/* SEARCH */

.SearchSite
{
  float: right;
  background: #266394;
  padding: 1px 1px 1px 1px;
  width: 100%;
  margin: 4px 0px 0px 0px;
  border-radius: 4px;
  display: block;
}

.SearchSite input.typesearch
{
  padding: 4px 10px;
  float: left;
  font-size: 13px;
  width: 70%;
  background: #fff;
  border: none;
  border-radius: 4px;
}

.SearchSite input:focus{
  outline: none;
}

.SearchSite input[type=image]
{
  margin: 0px auto 0px auto;
  display:block;
  width: 18px;
}

.SearchSite .fa-search
{
  float: right;
  padding: 6px 0px;
}

/* END ALL SITE HEADER */

/* commentsv3.css */

.loader[data-v-6dcb58f5]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loader .loader-icon[data-v-6dcb58f5]{display:block;width:24px;height:24px;background:url(/_assets/loader-24_4.gif) no-repeat;background-position:0}.loader p[data-v-6dcb58f5]{font-weight:700;font-size:16px;margin:0 0 0 15px}.loader.loader-message .loader-icon[data-v-6dcb58f5]{width:16px;height:16px;background:url(/_assets/loader-16_8.gif) no-repeat}#comments-header[data-v-d6ce73d6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 15px;padding-top:15px}#comments-header h1[data-v-d6ce73d6],#comments-header h2[data-v-d6ce73d6],#comments-header h3[data-v-d6ce73d6],#comments-header h4[data-v-d6ce73d6],#comments-header h5[data-v-d6ce73d6],#comments-header h6[data-v-d6ce73d6]{margin:0}#comments-header #comments-count[data-v-d6ce73d6]{background:#266394;color:#fff;-ms-flex-item-align:center;align-self:center;margin:0 0 0 auto;padding:5px 7px;text-align:right}#comments-header hr[data-v-d6ce73d6]{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:center;align-self:center;width:100%;margin:0 auto;border:0;border-top:5px solid #266394}#comments-header.no-title[data-v-d6ce73d6],.cb-default-theme #comments-header[data-v-d6ce73d6]{margin:0;padding-top:0}#comments-collapse[data-v-3e10c976]{width:100%;padding:30px 0}#comments-collapse button[data-v-3e10c976]{max-width:80%;margin:0 auto;font-weight:400;font-size:13.5px}#comments-collapse button>span.count[data-v-3e10c976]{font-size:11px;margin-left:8px}#comments-collapse button>span.count>span[data-v-3e10c976]{font-weight:700}.comments-visible #comments-collapse[data-v-3e10c976]{padding-bottom:15px}.cb-default-theme #comments-collapse[data-v-3e10c976]{margin-top:15px;padding:15px;border:1px solid #e7e9ea}.cb-default-theme.comments-visible #comments-collapse[data-v-3e10c976]{margin-bottom:15px}.comments-editor[data-v-0e50c63e]{padding:15px 0}.comments-editor .editor-meta[data-v-0e50c63e]{margin:0 0 15px;font-size:1em}.comments-editor .editor-meta .visitor[data-v-0e50c63e]{margin:0 0 15px;font-weight:700}.comments-editor .editor-meta .visitor i[data-v-0e50c63e],.comments-editor .editor-meta .visitor svg[data-v-0e50c63e]{margin:0 5px 0 0}.comments-editor .terms[data-v-0e50c63e]{margin:0 0 5px}.comments-editor .terms[data-v-0e50c63e]:last-of-type{margin:0}.comments-editor textarea[data-v-0e50c63e]{width:100%;height:80px;max-height:200px;margin:15px 0;padding:10px;resize:none;border:1px solid #e7e9ea;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;-webkit-transition:height .15s ease-in-out;transition:height .15s ease-in-out}.comments-editor textarea[data-v-0e50c63e]:focus{border:1px solid #266394;outline:none}.comments-editor textarea[data-v-0e50c63e]:disabled{resize:none}.comments-editor textarea[data-v-0e50c63e]::-webkit-input-placeholder{font-weight:700}.comments-editor textarea[data-v-0e50c63e]::-moz-placeholder{font-weight:700}.comments-editor textarea[data-v-0e50c63e]:-ms-input-placeholder{font-weight:700}.comments-editor textarea[data-v-0e50c63e]::-ms-input-placeholder{font-weight:700}.comments-editor textarea[data-v-0e50c63e]::placeholder{font-weight:700}.comments-editor button[data-v-0e50c63e]{margin-right:15px}.comments-editor.expanded textarea[data-v-0e50c63e]{height:200px}.cb-default-theme .comments-editor[data-v-0e50c63e]{padding:15px 0}#comments-actions .comments-status[data-v-da75446e],#comments-actions .login-link[data-v-da75446e]{margin:0 0 10px;padding:15px 0 25px;border-bottom:1px solid #d3d3d3}.cb-default-theme #comments-actions .comments-status[data-v-da75446e],.cb-default-theme #comments-actions .login-link[data-v-da75446e]{margin:0;padding:15px 0;border:none}.dropdown-control[data-v-121edc8e]{display:inline-block;width:auto;height:auto}.dropdown-control[data-v-121edc8e]:focus{outline:0}.dropdown-control .control-toggle[data-v-121edc8e]{font-weight:400!important}.dropdown-control .control-toggle i[data-v-121edc8e],.dropdown-control .control-toggle span[data-v-121edc8e],.dropdown-control .control-toggle svg[data-v-121edc8e]{margin-left:2px}.dropdown-control .control-toggle span[data-v-121edc8e]{font-weight:700}.dropdown-control ul[data-v-121edc8e]{position:absolute;background:#fff;width:auto;list-style:none;margin:5px 0;padding:5px 15px;border:1px solid #e7e9ea;border-radius:3px;z-index:1}.dropdown-control ul li[data-v-121edc8e]{margin:0;padding:10px 0}.popup-control[data-v-368cdf65]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;background-color:#e7e9ea;z-index:1}.popup-control p[data-v-368cdf65]{margin:0}.popup-control .close-popup[data-v-368cdf65]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-15px -15px -15px auto;padding:15px;color:#adadad!important}.popup-control .close-popup svg[data-v-368cdf65]{font-size:17px}.popup-control .close-popup[data-v-368cdf65]:hover{color:#202020!important}.comments-controls .comments-editor[data-v-316091d5]{padding:15px 5px}.comments-controls .popup-control[data-v-316091d5]{margin:15px 0 0}.cb-default-theme .comments-controls .comments-editor[data-v-316091d5]{padding:15px 0}.comment-wrapper .comment[data-v-1d2ad437]{width:100%;padding:15px;background:#fff}.comment-wrapper .comment .comment-header .date[data-v-1d2ad437],.comment-wrapper .comment .comment-header .visitor[data-v-1d2ad437]{font-weight:700}.comment-wrapper .comment .comment-header .date[data-v-1d2ad437]{text-align:right}.comment-wrapper .comment .comment-body[data-v-1d2ad437]{width:100%;padding:15px 0}.comment-wrapper .comment .comment-footer .actions[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions[data-v-1d2ad437]{background:#f2f2f2;padding:8px 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.comment-wrapper .comment .comment-footer .actions a[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions a[data-v-1d2ad437]{display:inline-block}.comment-wrapper .comment .comment-footer .actions svg[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions svg[data-v-1d2ad437]{color:#333;margin:0 2.5px 0 0}.comment-wrapper .comment .comment-footer .actions a.reply[data-v-1d2ad437]{margin:0 20px 0 0}.comment-wrapper .comment .comment-footer .reactions .toggle-replies svg[data-v-1d2ad437]{margin:0 0 0 2.5px;color:#266394}.comment-wrapper .comment .comment-footer .reactions .voting-controls[data-v-1d2ad437]{margin:0 0 0 auto}.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-down[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-up[data-v-1d2ad437]{margin:0 10px}.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-down svg[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-up svg[data-v-1d2ad437]{font-size:16px}.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-up svg[data-v-1d2ad437]{color:#68c25b}.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-down svg[data-v-1d2ad437]{color:#d91e18}.comment-wrapper .comment .comment-footer .reactions .voting-controls .voted[data-v-1d2ad437]{opacity:.5}.comment-wrapper .comment .comment-footer .reactions .comment-votes[data-v-1d2ad437]{margin:0 0 0 20px}.comment-wrapper .comment .comment-footer .reactions .comment-votes span[data-v-1d2ad437]{padding:4px 8px;font-size:15px;color:#fff}.comment-wrapper .comment .comment-footer .reactions .comment-votes span.positive[data-v-1d2ad437]{background:#68c25b}.comment-wrapper .comment .comment-footer .reactions .comment-votes span.neutral[data-v-1d2ad437]{color:inherit;visibility:hidden;padding:4px 10px}.comment-wrapper .comment .comment-footer .reactions .comment-votes span.negative[data-v-1d2ad437]{background:#d91e18}.comment-wrapper .comment-replies[data-v-1d2ad437]{margin-top:15px}.comment-wrapper .comment-replies .comment-header .visitor[data-v-1d2ad437]:before{content:"REPLY:";background:#266394;color:#fff;padding:2px 4px;margin:0 5px 0 0;font-size:13px;font-weight:400}.cb-default-theme .comment-wrapper .comment[data-v-1d2ad437]{padding:0;background:none}.cb-default-theme .comment-wrapper .comment .comment-footer .actions[data-v-1d2ad437],.cb-default-theme .comment-wrapper .comment .comment-footer .reactions[data-v-1d2ad437]{background:#e7e9ea}@media (max-width:767.98px){.comment-wrapper .comment .comment-footer .actions[data-v-1d2ad437]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.comment-wrapper .comment .comment-footer .reactions[data-v-1d2ad437]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 0 2.5px}.comment-wrapper .comment .comment-footer .reactions .voting-controls[data-v-1d2ad437]{margin:0}.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-up[data-v-1d2ad437]{margin:0 2.5px 0 0}.comment-wrapper .comment .comment-footer .reactions .voting-controls .vote-down[data-v-1d2ad437]{margin:0 0 0 2.5px}.comment-wrapper .comment .comment-footer .reactions .toggle-replies[data-v-1d2ad437]{margin:0 15px 0 0}.comment-wrapper .comment .comment-footer .reactions .comment-votes[data-v-1d2ad437]{margin:0 0 0 auto}}@media (max-width:575.98px){.comment-wrapper .comment .comment-header .date[data-v-1d2ad437],.comment-wrapper .comment .comment-header .visitor[data-v-1d2ad437]{text-align:left;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.comment-wrapper .comment .comment-header .date[data-v-1d2ad437]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:13px;font-weight:400}.comment-wrapper .comment .comment-footer .actions[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions[data-v-1d2ad437]{height:auto}.comment-wrapper .comment .comment-footer .actions a[data-v-1d2ad437],.comment-wrapper .comment .comment-footer .reactions a[data-v-1d2ad437]{font-size:13px}.comment-wrapper .comment .comment-footer .actions a.reply[data-v-1d2ad437]{margin:0 10px 0 0}.comment-wrapper .comment .comment-footer .reactions .voting-controls[data-v-1d2ad437]{margin:0 5px 0 0}}@media (max-width:320px){.comment-wrapper .comment .comment-footer .reactions .toggle-replies[data-v-1d2ad437]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0;max-width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.comment-wrapper .comment .comment-footer .reactions .voting-controls[data-v-1d2ad437]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.comment-wrapper .comment .comment-footer .reactions .comment-votes[data-v-1d2ad437]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.comments-thread[data-v-1bfa5463]{width:100%;margin:0;padding:0;list-style-type:none}.comments-thread li[data-v-1bfa5463]{width:100%;margin-top:15px}.comments-thread>li[data-v-1bfa5463]:first-child{margin:0}.comments-thread.alternate li[data-v-1bfa5463]{padding-left:15px}.cb-default-theme .comments-thread[data-v-1bfa5463]{background:#f2f2f2}.cb-default-theme .comments-thread li[data-v-1bfa5463]{margin:0;padding:15px}.cb-default-theme .comments-thread>li[data-v-1bfa5463]{background:#f4f4f4;border-bottom:1px solid;border-color:#fff}.cb-default-theme .comments-thread.alternate>li[data-v-1bfa5463]{background:#fff;border-bottom:1px solid;border-color:#f4f4f4}#comments-list{width:100%;padding-top:15px}#comments-list .comments-toolbar{background:#fff;margin-bottom:15px;padding:15px 15px 14px}#comments-list .loader{margin:0 0 15px;padding:15px}.cb-default-theme #comments-list .comments-toolbar{background:#f2f2f2;margin:0;border-bottom:1px solid #fff}.cb-default-theme #comments-list .loader{margin:15px 0}#comments-footer[data-v-29cd2f10]{width:100%;padding:15px}#comments-footer h4[data-v-29cd2f10]{margin:0 0 5px}#comments-footer p[data-v-29cd2f10]{margin-top:0;margin-bottom:0}.cb-default-theme #comments-footer[data-v-29cd2f10]{background:#f2f2f2;margin-top:15px}.modal-overlay[data-v-5368f8be]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999;background-color:rgba(0,0,0,.4);-webkit-overflow-scrolling:touch}.modal-overlay .modal-container[data-v-5368f8be]{position:absolute;display:block;top:50%;left:50%;width:600px;max-width:90%;height:auto;max-height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:auto;background-color:#fefefe;-webkit-box-shadow:0 3px 9px 0 rgba(0,0,0,.2);box-shadow:0 3px 9px 0 rgba(0,0,0,.2);z-index:100000000}.modal-overlay .modal-container .modal-content[data-v-5368f8be]{position:relative;padding:0;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.modal-overlay .modal-container .modal-content button[data-v-5368f8be]{background:#333;color:#fff;display:inline-block!important;width:auto;margin:0;padding:10px 15px;font-size:15px;font-family:inherit;font-weight:700;text-align:center;white-space:nowrap;cursor:pointer;border:1px solid #333;line-height:normal;outline:0}.modal-overlay .modal-container .modal-content button.flex-button[data-v-5368f8be]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-overlay .modal-container .modal-content button[data-v-5368f8be]:hover{background:#202020;border-color:#1a1a1a}.modal-overlay .modal-container .modal-content button[disabled][data-v-5368f8be]{opacity:.5}.modal-overlay .modal-container .modal-content .modal-header[data-v-5368f8be]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;border:0}.modal-overlay .modal-container .modal-content .modal-header .modal-close[data-v-5368f8be]{margin:-15px -15px -15px auto;padding:15px}.modal-overlay .modal-container .modal-content .modal-header .modal-close .close-icon[data-v-5368f8be]{display:-webkit-box;display:-ms-flexbox;display:flex;color:#d3d3d3!important;font-size:25px;font-weight:700;line-height:0}.modal-overlay .modal-container .modal-content .modal-header .modal-close .close-icon i[data-v-5368f8be],.modal-overlay .modal-container .modal-content .modal-header .modal-close .close-icon svg[data-v-5368f8be]{font-size:25px}.modal-overlay .modal-container .modal-content .modal-header .modal-close .close-icon[data-v-5368f8be]:hover{color:#202020!important}.modal-overlay .modal-container .modal-content .modal-header .modal-title h1[data-v-5368f8be],.modal-overlay .modal-container .modal-content .modal-header .modal-title h2[data-v-5368f8be],.modal-overlay .modal-container .modal-content .modal-header .modal-title h3[data-v-5368f8be],.modal-overlay .modal-container .modal-content .modal-header .modal-title h4[data-v-5368f8be],.modal-overlay .modal-container .modal-content .modal-header .modal-title h5[data-v-5368f8be],.modal-overlay .modal-container .modal-content .modal-header .modal-title h6[data-v-5368f8be]{margin:0;color:inherit}.modal-overlay .modal-container .modal-content .modal-body[data-v-5368f8be]{padding:0 15px}.modal-overlay .modal-container .modal-content .modal-footer[data-v-5368f8be]{display:block;padding:15px;border-top:0;text-align:left}.modal-overlay .modal-container .modal-content .modal-footer button[data-v-5368f8be]:last-child{float:right}.modal-overlay .modal-container .modal-content .modal-footer[data-v-5368f8be]:after{content:"";display:table;clear:both}.modal-overlay .modal-container .modal-content.no-actions .modal-body[data-v-5368f8be]{padding-bottom:15px}.comments-message[data-v-b884cbaa]{padding:0 10px}.comments-message h4[data-v-b884cbaa]{margin:0 0 10px}.comments-message p[data-v-b884cbaa]{margin-top:0}.comments-message ol[data-v-b884cbaa]{padding:0 0 0 18px}#comments-login[data-v-71357e76]{background:#f2f2f2;width:100%;padding:15px}#comments-login hr[data-v-71357e76]{width:100%;margin:15px 0;border:0;border-bottom:1px solid #d3d3d3}#comments-login .button[data-v-71357e76]{font-size:14px}#comments-login .login-buttons[data-v-71357e76],#comments-login .login-buttons h2[data-v-71357e76]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#comments-login .login-buttons h2[data-v-71357e76]{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin:15px 0;font-size:32px}#comments-login .login-buttons h2[data-v-71357e76]:after,#comments-login .login-buttons h2[data-v-71357e76]:before{content:"";border-bottom:1px solid #d3d3d3;margin:0 15px 0 0;-webkit-box-flex:1;-ms-flex:1 0 15px;flex:1 0 15px}#comments-login .login-buttons h2[data-v-71357e76]:after{margin:0 0 0 15px}#comments-login .social-icons[data-v-71357e76]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#comments-login .social-icons svg[data-v-71357e76]{font-size:40px}#comments-login .account-links[data-v-71357e76]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#comments-login .account-links a[data-v-71357e76]{font-weight:400}#comments-login .account-links a[data-v-71357e76]:first-child{text-align:right}#comments-login .account-links a[data-v-71357e76]:last-child{text-align:left}#comments-login .account-links svg[data-v-71357e76]{margin-right:5px}@media (max-width:575.98px){#comments-login .social-icons[data-v-71357e76]{margin-top:15px}#comments-login .account-links a[data-v-71357e76]:first-child,#comments-login .account-links a[data-v-71357e76]:last-child{text-align:center}}#comments-report input[data-v-41c76eda],#comments-report label[data-v-41c76eda],#comments-report select[data-v-41c76eda],#comments-report textarea[data-v-41c76eda]{width:100%}#comments-report input[data-v-41c76eda],#comments-report select[data-v-41c76eda],#comments-report textarea[data-v-41c76eda]{height:46px;font-family:inherit;font-size:inherit;line-height:inherit;border:1px solid #e7e9ea}#comments-report input[data-v-41c76eda]:focus,#comments-report select[data-v-41c76eda]:focus,#comments-report textarea[data-v-41c76eda]:focus{border:1px solid #266394;outline:none}#comments-report input.valid[data-v-41c76eda],#comments-report select.valid[data-v-41c76eda],#comments-report textarea.valid[data-v-41c76eda]{border:1px solid green}#comments-report input.invalid[data-v-41c76eda],#comments-report select.invalid[data-v-41c76eda],#comments-report textarea.invalid[data-v-41c76eda]{border:1px solid #f54337}#comments-report input[data-v-41c76eda]:invalid,#comments-report select[data-v-41c76eda]:invalid,#comments-report textarea[data-v-41c76eda]:invalid{-webkit-box-shadow:none;box-shadow:none}#comments-report input[data-v-41c76eda],#comments-report textarea[data-v-41c76eda]{padding:10px}#comments-report select[data-v-41c76eda]{padding:10px 6px}#comments-report a[data-v-41c76eda],#comments-report h4[data-v-41c76eda],#comments-report label[data-v-41c76eda]{margin:15px 0 5px}#comments-report label[data-v-41c76eda]{display:inline-block;font-weight:700}#comments-report label.required[data-v-41c76eda]:after{content:"*";margin:0 0 0 4px}#comments-report textarea[data-v-41c76eda]{height:auto;resize:vertical}#comments-report p[data-v-41c76eda]{margin:0}#comments-report p.report-error[data-v-41c76eda]{margin-top:5px;color:#f54337;font-size:14px}#comments-report .report-control h4[data-v-41c76eda]{font-family:inherit;font-size:inherit;font-weight:700}#comments-report .report-control a[data-v-41c76eda]{text-align:right;font-weight:400}#comments-report .report-comment[data-v-41c76eda]{padding:10px;background-color:#f2f2f2}#comments-report .report-comment .date[data-v-41c76eda],#comments-report .report-comment .visitor[data-v-41c76eda]{font-weight:700}#comments-report .report-comment .date[data-v-41c76eda]{text-align:right}#comments-report .report-comment .comment-body[data-v-41c76eda]{width:100%;margin:10px 0 0}@media (max-width:575.98px){#comments-report .report-comment .date[data-v-41c76eda],#comments-report .report-comment .visitor[data-v-41c76eda]{width:100%;text-align:left}#comments-report .report-comment .visitor[data-v-41c76eda]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#comments-report .report-comment .date[data-v-41c76eda]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:13px;font-weight:400}}.modal-fade-enter-active[data-v-33bf792e],.modal-fade-leave-active[data-v-33bf792e]{-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.modal-fade-enter[data-v-33bf792e],.modal-fade-leave-to[data-v-33bf792e]{opacity:0}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-container.gutters{margin-right:-15px;margin-left:-15px}.flex-container.gutters>.item,.flex-container.gutters>[class*=item-]{padding-right:15px;padding-left:15px}.item,.item-25,.item-50,.item-75,.item-100,.item-auto,.item-lg,.item-lg-25,.item-lg-50,.item-lg-75,.item-lg-100,.item-lg-auto,.item-md,.item-md-25,.item-md-50,.item-md-75,.item-md-100,.item-md-auto,.item-sm,.item-sm-25,.item-sm-50,.item-sm-75,.item-sm-100,.item-sm-auto,.item-xl,.item-xl-25,.item-xl-50,.item-xl-75,.item-xl-100,.item-xl-auto{position:relative;width:100%}.item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.item-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.item-25{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.item-25,.item-50{-webkit-box-flex:0}.item-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.item-75{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.item-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.item-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.item-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.item-sm-25{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.item-sm-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.item-sm-75{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.item-sm-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.item-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.item-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.item-md-25{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.item-md-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.item-md-75{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.item-md-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.item-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.item-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.item-lg-25{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.item-lg-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.item-lg-75{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.item-lg-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.item-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.item-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.item-xl-25{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.item-xl-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.item-xl-75{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.item-xl-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}#comment-box{color:inherit;background-color:#f2f2f2;line-height:1.5}#comment-box *,#comment-box :after,#comment-box :before{-webkit-box-sizing:border-box;box-sizing:border-box}#comment-box a{color:inherit;font-weight:700;text-decoration:none;cursor:pointer}#comment-box a:link,#comment-box a:visited{color:inherit}#comment-box a:active,#comment-box a:hover{color:#266394}#comment-box ul{float:none}#comment-box .button,#comment-box button{color:#fff;display:block;font-family:inherit;font-weight:700;text-align:center;white-space:nowrap;cursor:pointer;border:1px solid transparent;line-height:normal;outline:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}#comment-box .button.default-button,#comment-box button.default-button{display:inline-block;background:#333;border-color:#333;padding:10px 15px;font-size:15px}#comment-box .button.default-button:hover,#comment-box button.default-button:hover{background:#202020;border-color:#1a1a1a}#comment-box .button.primary-button,#comment-box .button.secondary-button,#comment-box button.primary-button,#comment-box button.secondary-button{color:#fff;width:100%;padding:7px 12px;border-radius:5px}#comment-box .button.primary-button,#comment-box button.primary-button{background:#266394;border-color:#266394}#comment-box .button.primary-button:hover,#comment-box button.primary-button:hover{background:#1e4f76;border-color:#1c486b}#comment-box .button.secondary-button,#comment-box button.secondary-button{background:#28a745;border-color:#28a745}#comment-box .button.secondary-button:hover,#comment-box button.secondary-button:hover{background:#218838;border-color:#1e7e34}#comment-box .button.flex-button,#comment-box button.flex-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#comment-box .button[disabled],#comment-box button[disabled]{opacity:.8}#comment-box .button i,#comment-box .button svg,#comment-box button i,#comment-box button svg{margin-right:8px}#comment-box .button.icon-button i,#comment-box .button.icon-button svg,#comment-box button.icon-button i,#comment-box button.icon-button svg{margin:0}#comment-box #comments-main{padding:0 15px}#comment-box #comments-main .loading-placeholder{padding:30px}#comment-box .comment-body{color:inherit}#comment-box.cb-default-theme{background-color:inherit}#comment-box.cb-default-theme #comments-main{padding:0}@media (max-width:320px){#comment-box .button,#comment-box button{width:auto}}

/* podcasts.css */

.PodcastsBlock {
  background-image: url('/_assets/wave2.jpg');
  background-size:cover;
  color:#FFFFFF;
  background-position:center;
  padding-top:15px;
  padding-bottom:15px;
}
.PodcastsBlock p {
  color:#FFFFFF !important;
}

.PodcastsBlock h3 {
  color:#FFFFFF !important;
}

.PodcastsBlock .fa {
  color:#FFFFFF;
}
.PodcastsBlock .Media {
  color:#FFFFFF;
}
.PodcastsBlock .Story {
  border-right:1px solid rgba(255, 255, 255, 0.4) !important;
}
.PodcastsBlock .SiteLink a {
  color:#FFFFFF  !important;
}
.PodcastsBlock .volumeicon {
  margin-right:10px;
}

.HeadingFont {
  margin-top:5px;
}
.align {
  text-align:right;
}
.Podcast {
  width:172px;

  margin-left:5px;
}
.Podbean {
  width:120px;
  border:none;
}
.Spot {
  width:123px;
}
.TuneIn {
  width:105px;
}
.podbg {
  background-image: url('/_assets/wave2.jpg');
  background-size:contain;
  color:#FFFFFF;
  background-position:center;
  float:left;
  width:100%;
  padding:10px;
  background-size:40% 300%;
}
@media screen and (max-width:768px) {
  .align {
    text-align:left;
  }
  .Spot {
    margin-left:-3px !important;
  }
  .Podcast {
    width:160px;
  }
}

@media screen and (max-width:400px) {
  .Podcast {
    margin:0;
  }
}


/* polls.css */

.bgimg{background-size:cover;width:100%}.QuestionOverlay{width:100%;text-align:left;padding:10px;margin-bottom:10px;-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:2px 2px 5px 0 rgba(0,0,0,.75);box-shadow:2px 2px 5px 0 rgba(0,0,0,.75);border:solid 2px transparent;cursor:pointer!important;background-color:rgba(0,0,0,.9);float:left;color:#fff}.label .pc{float:left;font-size:.9em!important;font-weight:400!important;line-height:initial}.countpoll{float:right;font-size:.9em!important;font-weight:400!important;line-height:initial;margin-left:5px}.pollContainer{width:100%;display:flex;float:none;margin:0!important;margin:0 auto}.pollContainer .pollInner{box-shadow:0 5px 15px rgba(0,0,0,.3);border:1px solid rgba(0,0,0,.2);float:none;margin:0 auto;max-width:500px;width:100%;z-index:11}.pollContainer .pollInner .questions{display:none;width:100%;top:0;left:0}.pollContainer .pollInner .questions .question{display:none;width:100%;top:0;left:0;background-size:cover;background-position:center;text-align:center;opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.pollContainer .pollInner .questions .question::before{content:"";top:0;left:0;width:100%;height:100%;background:#000;opacity:0}.pollContainer .pollInner .questions .question>.number{width:auto;float:right;color:#fff;font-weight:700;font-size:.8em;padding:7px 10px;background-color:rgba(0,0,0,.8);color:#fff;text-align:right;position:relative;margin-bottom:-100px}.pollContainer .pollInner .questions .question>.text{text-align:left;padding:10px 15px;background-color:rgba(0,0,0,.8);color:#fff;font-size:1em;color:#fff}.pollContainer .pollInner .questions .question.slide>.text{max-width:80%;left:0;top:80%;height:auto!important;text-align:left;padding:10px 15px;background-color:rgba(0,0,0,.8);color:#fff;font-size:1.3em}.pollContainer .pollInner .questions .question .answers{padding:20px;width:100%;float:left;color:#fff;background-color:#fff}.pollContainer .pollInner .questions .question .answers .answer{animation:fadeIn ease 2s;-webkit-animation:fadeIn ease 2s;-moz-animation:fadeIn ease 2s;-o-animation:fadeIn ease 2s;-ms-animation:fadeIn ease 2s;transform-origin:50% 50%;text-align:left;padding:10px;margin-bottom:5px;border:solid 2px transparent;cursor:pointer!important;background-color:rgba(0,0,0,.9);width:100%;float:left}.pollContainer .pollInner .questions .question .answers .answer:hover{border:solid 2px #fff}.pollContainer .pollInner .questions .question .answers .answer.selected{background:rgba(0,0,0,.8)}.pollContainer .pollInner .questions .question .answers .answer.correct{color:#32ff32;cursor:default!important;font-weight:700}.pollContainer .pollInner .questions .question .answers .answer.incorrect{color:#ff3232;cursor:default!important}.pollContainer .pollInner .questions .question .answers .answer>.selection{width:40px;float:left}.pollContainer .pollInner .questions .question .answers .answer>.selection input{display:none}.pollContainer .pollInner .questions .question .answers .answer>.number{width:30px;padding-left:10px;float:left;display:none}.pollContainer .pollInner .questions .question .answers .answer>.text{width:70%;float:left;font-size:.95em;text-align:left!important}.pollContainer .pollInner .questions .question .answers .answer>.votes{width:30%;float:left}.pollContainer .pollInner .questions .question .answers .answer>.votes .label{line-height:initial!important;float:left;font-size:.95em!important;font-weight:400!important}.pollContainer .pollInner .questions .question .answers .answer>.votes .graph{display:none;float:left;background-color:rgba(0,0,0,.2);border-radius:2px}.pollContainer .pollInner .questions .question .answers .answer>.votes .graph .inner{border-radius:2px;overflow:hidden;margin-top:0!important;height:18px!important}@keyframes animationFrames{0%{opacity:0;transform:translate(-500px,0)}60%{opacity:1;transform:translate(30px,0)}80%{transform:translate(-10px,0)}100%{opacity:1;transform:translate(0,0)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadeIn{.pollContainer 0%{opacity:0}.pollContainer 100%{opacity:1}}.pollContainer .threshold .text{text-align:center;top:40px;position:sticky;z-index:111111;width:100%;font-size:1.8em;color:#fff;padding:0 25px}.pollContainer .response{display:none;width:100%;text-align:center;font-weight:700;z-index:100;color:#fff;background-color:#000;padding:7px;float:left}.pollContainer .response.correct{color:#0f0;font-weight:700}.pollContainer .response.incorrect{color:red}.pollContainer .controls,.pollContainer .retry{display:none;width:96%;bottom:10px;left:10px;z-index:110;text-align:right}.pollContainer .controls button,.pollContainer .retry button{background-color:#fd0;color:#000;padding:5px 15px;border-radius:30px;cursor:pointer!important;border:none;margin:10px 0}.pollContainer .retry{z-index:1000}.pollContainer .results{display:none;position:inherit;width:100%;z-index:500;background:-webkit-linear-gradient(rgba(38,99,148,.42),rgba(38,99,148,.72)),url(/_assets/confetti.jpg);top:0;left:0;overflow-x:hidden;max-height:420px}.pollContainer .results p{top:38%;width:100%;font-size:2em!important;text-align:center;color:#fff!important}.pollContainer .results h1{bottom:0;width:100%;text-align:center;color:#fff!important;margin-bottom:-5px;font-size:1.4em!important;background-color:#266394;z-index:111111;padding:15px 0}.pollContainer .results .result{width:100%;text-align:center;opacity:1;border-top:1px solid #fff}.pollContainer .results .result::before{content:"";top:0;left:0;width:100%;height:100%;background:#000;opacity:0}.pollContainer .results .result>.number{top:10px;left:10px;width:auto;float:right;right:10px;color:#fff;font-weight:700;font-size:1em;padding:10px 15px;background-color:rgba(0,0,0,.8);color:#fff;text-align:right}.pollContainer .results .result>.text{text-align:left;padding:10px 15px;background-color:rgba(0,0,0,.8);color:#fff;font-size:1em;color:#fff;width:fit-content}.pollContainer .results .result .answers{top:40px;padding:20px;width:100%;color:#fff;overflow-x:hidden}.pollContainer .results .result .answers .answer{text-align:left;padding:10px;margin-bottom:10px;-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:2px 2px 5px 0 rgba(0,0,0,.75);box-shadow:2px 2px 5px 0 rgba(0,0,0,.75);border:solid 2px transparent;background-color:rgba(0,0,0,.8);width:100%;float:left}.pollContainer .results .result .answers .answer>.number{width:30px;padding-left:10px;float:left;display:none}.pollContainer .results .result .answers .answer>.text{width:70%;float:left;font-size:.9em;text-align:left!important}.pollContainer .results .result .answers .answer>.votes{width:30%;float:left}.pollContainer .results .result .answers .answer>.votes .label{float:left;font-size:.95em!important}.pollContainer .results .result .answers .answer>.votes .graph{float:left;background-color:rgba(0,0,0,.2);border-radius:2px}.pollContainer .results .result .answers .answer>.votes .graph .inner{border-radius:2px;overflow:hidden;margin-top:0!important;height:18px!important}.pollContainer .score{display:none;width:100%;z-index:500;background:-webkit-linear-gradient(rgba(38,99,148,.42),rgba(38,99,148,.72)),url(/_assets/confetti.jpg);top:0;left:0;overflow:hidden}.pollContainer .score .pc{top:0;left:0;width:100%;font-size:160px;text-align:center;vertical-align:middle;z-index:501;color:#fff;position:relative;opacity:.4;letter-spacing:-10px;margin-bottom:-40px;font-weight:bolder}.pollContainer .score .threshold{background-size:cover;background-position:center;position:relative;padding:20px}.pollContainer .score .threshold::before{content:"";top:0;left:0;width:100%;height:100%;background:#000;opacity:.6;position:absolute}.pollContainer .score .msg{left:0;height:50px;width:100%;text-align:center;font-weight:700;z-index:502;position:absolute}.pollContainer .score .denom{font-weight:700}.pollContainer .score p{color:#fff;font-size:2em}.error{display:none;top:0;left:0;width:100%;z-index:1000;background-color:#000;vertical-align:middle;text-align:center}.ArticleInner .pollInner button::after{font-family:"Font Awesome 5 Free"!important;font-weight:900;content:"\f054";cursor:pointer!important;margin-left:10px}.poll{margin-bottom:15px;width:100%!important;float:left}@media screen and (max-width:650px){.pollContainer{width:100%!important;margin:0 0 10px 0!important}.answers{position:inherit!important;height:auto!important}.answer{width:100%!important;margin:0 0 5px 0!important}.threshold .text{max-width:100%!important;font-size:1em!important}.count{font-weight:900!important}.pollInner{width:92%!important}.label{font-size:.95em!important;float:right!important;padding:0!important;font-weight:900!important;width:100%!important}.controls{width:95%!important}.slide .text{top:50%!important}.graph{display:none}.error{padding:10px}.text{width:100%!important}.votes{width:100%!important;text-align:right;margin-top:15px;font-weight:700!important}.pollContainer .score p{font-size:1.8em!important}}

