@charset "UTF-8";
/*103663*/
/*8cd4f0*/
/*$font-family-common-1: Signika, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
$font-family-common-2: Helvetica, Arial, sans-serif;
$font-family-italic: Georgia;*/
/*@import '../../../bower_components/bootswatch/cerulean/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/cosmo/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/cyborg/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/darkly/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/flatly/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/journal/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/lumen/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/paper/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/readable/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/sandstone/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/simplex/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/slate/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/spacelab/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/superhero/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/united/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/yeti/_variables.scss';*/
/*@mixin message($type){
    padding: $padding-small-vertical;
    font-weight:normal;
    border-radius: $border-radius-small;
    @if $type == 'error' {
        background:$state-danger-bg;
        border:1px solid $state-danger-border;
        color: $state-danger-text;
    }@else if $type == 'warning' {
        background:$state-warning-bg;
        border:1px solid $state-warning-border;
        color: $state-warning-text;
    }@else if $type == 'success' {
        background:$state-success-bg;
        border:1px solid $state-success-border;
        color: $state-success-text;
    }@else if $type == 'info' {
        background:$state-info-bg;
        border:1px solid $state-info-border;
        color: $state-info-text;
    }@else{
        background:lighten($gray-lighter,5%);
        border:1px solid $gray-lighter;
        color: $gray-dark;
    }
}

@mixin form-validation($textColor: #555, $borderColor: #ccc, $backgroundColor: #f5f5f5){
    color: $textColor;
    border-color: $borderColor;
    &:focus {
        border-color: darken($borderColor, 10%);
        @include box-shadow(0 0 6px lighten($borderColor, 20%));
    }
}*/
.ribbon-strip .item .text-wrap h5 {
  text-transform: uppercase;
  font-weight: bold; }

footer > .bottom > .footer-links h5, .ribbon-strip .item .text-wrap h5, .ribbon-strip .item .text-wrap p, header.site-header .top .header-slogan-wrap > p, .carousel .carousel-caption p {
  margin: 0;
  padding: 0; }

.carousel .carousel-caption h3 {
  margin: 0;
  font-size: 20px;
  color: #fff; }

footer > .bottom > .footer-links h5, .ribbon-strip .item .text-wrap h5 {
  font-size: 16px;
  color: #00579a; }

.ribbon-strip .item .text-wrap p {
  font-size: 14px;
  color: #00579a; }

header.site-header .top .header-slogan-wrap > p, .carousel .carousel-caption p {
  font-size: 14px;
  color: #fff; }

/*103663*/
/*8cd4f0*/
/*$font-family-common-1: Signika, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
$font-family-common-2: Helvetica, Arial, sans-serif;
$font-family-italic: Georgia;*/
/*@import '../../../bower_components/bootswatch/cerulean/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/cosmo/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/cyborg/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/darkly/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/flatly/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/journal/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/lumen/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/paper/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/readable/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/sandstone/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/simplex/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/slate/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/spacelab/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/superhero/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/united/_variables.scss';*/
/*@import '../../../bower_components/bootswatch/yeti/_variables.scss';*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .Actions input > .caret, .Actions button > .caret, .page-messages .page-message .message-link > .caret,
  .dropup > .btn > .caret, .Actions
  .dropup > input > .caret, .Actions
  .dropup > button > .caret, .page-messages .page-message
  .dropup > .message-link > .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/vendor/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/vendor/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/vendor/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/vendor/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/vendor/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon, header.site-header .navbar .caret i {
  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: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before, ul.sitemap .page-toggle .button.open .toggleIco: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, header.site-header .navbar .dropdown-menu .caret i: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, header.site-header .navbar .caret i: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: transparent; }

body {
  font-family: "Verdana", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #074a84;
  text-decoration: none; }
  a:hover, a:focus {
    color: #03213b;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 10px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: Signika, "Comic Sans MS";
  font-weight: bold;
  line-height: 1.1;
  color: #00579a; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #c7c7c7; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 21px; }

h2, .h2 {
  font-size: 19px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 8.5px; }

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 18px; } }

small,
.small {
  font-size: 91%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #c7c7c7; }

.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; }

.bg-primary {
  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: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 17px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c7c7c7; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #c7c7c7; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857; }

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: 7px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 7px; }
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-left: 15px;
  padding-right: 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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c7c7c7;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 12.75px;
      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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555; }

.form-control, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:focus:not([type]), textarea:focus, select:focus {
    border-color: #0a75c7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(10, 117, 199, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(10, 117, 199, 0.6); }
  .form-control::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:-ms-input-placeholder:not([type]), textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, input[type="color"]::-ms-expand, input[type="date"]::-ms-expand, input[type="datetime"]::-ms-expand, input[type="datetime-local"]::-ms-expand, input[type="email"]::-ms-expand, input[type="month"]::-ms-expand, input[type="number"]::-ms-expand, input[type="password"]::-ms-expand, input[type="search"]::-ms-expand, input[type="tel"]::-ms-expand, input[type="text"]::-ms-expand, input[type="time"]::-ms-expand, input[type="url"]::-ms-expand, input[type="week"]::-ms-expand, input:not([type])::-ms-expand, textarea::-ms-expand, select::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], input[disabled][type="color"], input[disabled][type="date"], input[disabled][type="datetime"], input[disabled][type="datetime-local"], input[disabled][type="email"], input[disabled][type="month"], input[disabled][type="number"], input[disabled][type="password"], input[disabled][type="search"], input[disabled][type="tel"], input[disabled][type="text"], input[disabled][type="time"], input[disabled][type="url"], input[disabled][type="week"], input[disabled]:not([type]), textarea[disabled], select[disabled], .form-control[readonly], input[readonly][type="color"], input[readonly][type="date"], input[readonly][type="datetime"], input[readonly][type="datetime-local"], input[readonly][type="email"], input[readonly][type="month"], input[readonly][type="number"], input[readonly][type="password"], input[readonly][type="search"], input[readonly][type="tel"], input[readonly][type="text"], input[readonly][type="time"], input[readonly][type="url"], input[readonly][type="week"], input[readonly]:not([type]), textarea[readonly], select[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] input[type="color"],
  fieldset[disabled] input[type="date"],
  fieldset[disabled] input[type="datetime"],
  fieldset[disabled] input[type="datetime-local"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="month"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="time"],
  fieldset[disabled] input[type="url"],
  fieldset[disabled] input[type="week"],
  fieldset[disabled] input:not([type]),
  fieldset[disabled] textarea,
  fieldset[disabled] select {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], input[disabled][type="color"], input[disabled][type="date"], input[disabled][type="datetime"], input[disabled][type="datetime-local"], input[disabled][type="email"], input[disabled][type="month"], input[disabled][type="number"], input[disabled][type="password"], input[disabled][type="search"], input[disabled][type="tel"], input[disabled][type="text"], input[disabled][type="time"], input[disabled][type="url"], input[disabled][type="week"], input[disabled]:not([type]), textarea[disabled], select[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] input[type="color"],
  fieldset[disabled] input[type="date"],
  fieldset[disabled] input[type="datetime"],
  fieldset[disabled] input[type="datetime-local"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="month"],
  fieldset[disabled] input[type="number"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="time"],
  fieldset[disabled] input[type="url"],
  fieldset[disabled] input[type="week"],
  fieldset[disabled] input:not([type]),
  fieldset[disabled] textarea,
  fieldset[disabled] select {
    cursor: not-allowed; }

textarea.form-control, textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="date"],
  input[type="time"].form-control,
  input[type="time"],
  input[type="datetime-local"].form-control,
  input[type="datetime-local"],
  input[type="month"].form-control,
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"],
  .input-group-sm > .input-group-btn > input[type="date"].btn, .Actions
  .input-group-sm > .input-group-btn > input[type="date"], .page-messages .page-message
  .input-group-sm > .input-group-btn > input[type="date"].message-link,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"],
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .Actions
  .input-group-sm > .input-group-btn > input[type="time"],
  .page-messages .page-message
  .input-group-sm > .input-group-btn > input[type="time"].message-link,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"],
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .Actions
  .input-group-sm > .input-group-btn > input[type="datetime-local"],
  .page-messages .page-message
  .input-group-sm > .input-group-btn > input[type="datetime-local"].message-link,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"],
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .Actions
  .input-group-sm > .input-group-btn > input[type="month"],
  .page-messages .page-message
  .input-group-sm > .input-group-btn > input[type="month"].message-link,
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"],
  .input-group-lg > .input-group-btn > input[type="date"].btn, .Actions
  .input-group-lg > .input-group-btn > input[type="date"], .page-messages .page-message
  .input-group-lg > .input-group-btn > input[type="date"].message-link,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"],
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .Actions
  .input-group-lg > .input-group-btn > input[type="time"],
  .page-messages .page-message
  .input-group-lg > .input-group-btn > input[type="time"].message-link,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"],
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .Actions
  .input-group-lg > .input-group-btn > input[type="datetime-local"],
  .page-messages .page-message
  .input-group-lg > .input-group-btn > input[type="datetime-local"].message-link,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"],
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .Actions
  .input-group-lg > .input-group-btn > input[type="month"],
  .page-messages .page-message
  .input-group-lg > .input-group-btn > input[type="month"].message-link,
  .input-group-lg
  input[type="month"] {
    line-height: 42px; } }

.form-group, .form-horizontal div.field.checkbox, div.field.text, div.field.textarea, div.field.optionset, div.field.dropdown, div.field.datetime, div.field.file, div.field.creditcard, div.field.phonenumber, div.field.fieldgroup, div.field.listbox, div.field.radio, div.field.checkbox {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 17px;
    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-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 29px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > input.form-control-static[type="color"], .input-group-lg > input.form-control-static[type="date"], .input-group-lg > input.form-control-static[type="datetime"], .input-group-lg > input.form-control-static[type="datetime-local"], .input-group-lg > input.form-control-static[type="email"], .input-group-lg > input.form-control-static[type="month"], .input-group-lg > input.form-control-static[type="number"], .input-group-lg > input.form-control-static[type="password"], .input-group-lg > input.form-control-static[type="search"], .input-group-lg > input.form-control-static[type="tel"], .input-group-lg > input.form-control-static[type="text"], .input-group-lg > input.form-control-static[type="time"], .input-group-lg > input.form-control-static[type="url"], .input-group-lg > input.form-control-static[type="week"], .input-group-lg > input.form-control-static:not([type]), .input-group-lg > textarea.form-control-static, .input-group-lg > select.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .Actions
  .input-group-lg > .input-group-btn > input.form-control-static, .Actions
  .input-group-lg > .input-group-btn > button.form-control-static, .page-messages .page-message
  .input-group-lg > .input-group-btn > .form-control-static.message-link, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > input.form-control-static[type="color"], .input-group-sm > input.form-control-static[type="date"], .input-group-sm > input.form-control-static[type="datetime"], .input-group-sm > input.form-control-static[type="datetime-local"], .input-group-sm > input.form-control-static[type="email"], .input-group-sm > input.form-control-static[type="month"], .input-group-sm > input.form-control-static[type="number"], .input-group-sm > input.form-control-static[type="password"], .input-group-sm > input.form-control-static[type="search"], .input-group-sm > input.form-control-static[type="tel"], .input-group-sm > input.form-control-static[type="text"], .input-group-sm > input.form-control-static[type="time"], .input-group-sm > input.form-control-static[type="url"], .input-group-sm > input.form-control-static[type="week"], .input-group-sm > input.form-control-static:not([type]), .input-group-sm > textarea.form-control-static, .input-group-sm > select.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .Actions
  .input-group-sm > .input-group-btn > input.form-control-static, .Actions
  .input-group-sm > .input-group-btn > button.form-control-static, .page-messages .page-message
  .input-group-sm > .input-group-btn > .form-control-static.message-link {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > input[type="color"], .input-group-sm > input[type="date"], .input-group-sm > input[type="datetime"], .input-group-sm > input[type="datetime-local"], .input-group-sm > input[type="email"], .input-group-sm > input[type="month"], .input-group-sm > input[type="number"], .input-group-sm > input[type="password"], .input-group-sm > input[type="search"], .input-group-sm > input[type="tel"], .input-group-sm > input[type="text"], .input-group-sm > input[type="time"], .input-group-sm > input[type="url"], .input-group-sm > input[type="week"], .input-group-sm > input:not([type]), .input-group-sm > textarea, .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .Actions
.input-group-sm > .input-group-btn > input, .Actions
.input-group-sm > .input-group-btn > button, .page-messages .page-message
.input-group-sm > .input-group-btn > .message-link {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .page-messages .page-message
.input-group-sm > .input-group-btn > select.message-link {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .page-messages .page-message
.input-group-sm > .input-group-btn > textarea.message-link,
select[multiple].input-sm,
.input-group-sm > select[multiple],
.input-group-sm > .input-group-btn > select[multiple].btn,
.page-messages .page-message
.input-group-sm > .input-group-btn > select[multiple].message-link {
  height: auto; }

.form-group-sm .form-control, .form-group-sm input[type="color"], .form-group-sm input[type="date"], .form-group-sm input[type="datetime"], .form-group-sm input[type="datetime-local"], .form-group-sm input[type="email"], .form-group-sm input[type="month"], .form-group-sm input[type="number"], .form-group-sm input[type="password"], .form-group-sm input[type="search"], .form-group-sm input[type="tel"], .form-group-sm input[type="text"], .form-group-sm input[type="time"], .form-group-sm input[type="url"], .form-group-sm input[type="week"], .form-group-sm input:not([type]), .form-group-sm textarea, .form-group-sm select {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select {
  height: 28px;
  line-height: 28px; }

.form-group-sm textarea.form-control, .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > input[type="color"], .input-group-lg > input[type="date"], .input-group-lg > input[type="datetime"], .input-group-lg > input[type="datetime-local"], .input-group-lg > input[type="email"], .input-group-lg > input[type="month"], .input-group-lg > input[type="number"], .input-group-lg > input[type="password"], .input-group-lg > input[type="search"], .input-group-lg > input[type="tel"], .input-group-lg > input[type="text"], .input-group-lg > input[type="time"], .input-group-lg > input[type="url"], .input-group-lg > input[type="week"], .input-group-lg > input:not([type]), .input-group-lg > textarea, .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .Actions
.input-group-lg > .input-group-btn > input, .Actions
.input-group-lg > .input-group-btn > button, .page-messages .page-message
.input-group-lg > .input-group-btn > .message-link {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 10px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .page-messages .page-message
.input-group-lg > .input-group-btn > select.message-link {
  height: 42px;
  line-height: 42px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .page-messages .page-message
.input-group-lg > .input-group-btn > textarea.message-link,
select[multiple].input-lg,
.input-group-lg > select[multiple],
.input-group-lg > .input-group-btn > select[multiple].btn,
.page-messages .page-message
.input-group-lg > .input-group-btn > select[multiple].message-link {
  height: auto; }

.form-group-lg .form-control, .form-group-lg input[type="color"], .form-group-lg input[type="date"], .form-group-lg input[type="datetime"], .form-group-lg input[type="datetime-local"], .form-group-lg input[type="email"], .form-group-lg input[type="month"], .form-group-lg input[type="number"], .form-group-lg input[type="password"], .form-group-lg input[type="search"], .form-group-lg input[type="tel"], .form-group-lg input[type="text"], .form-group-lg input[type="time"], .form-group-lg input[type="url"], .form-group-lg input[type="week"], .form-group-lg input:not([type]), .form-group-lg textarea, .form-group-lg select {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 10px; }

.form-group-lg select.form-control, .form-group-lg select {
  height: 42px;
  line-height: 42px; }

.form-group-lg textarea.form-control, .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 42px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback input[type="color"], .has-feedback input[type="date"], .has-feedback input[type="datetime"], .has-feedback input[type="datetime-local"], .has-feedback input[type="email"], .has-feedback input[type="month"], .has-feedback input[type="number"], .has-feedback input[type="password"], .has-feedback input[type="search"], .has-feedback input[type="tel"], .has-feedback input[type="text"], .has-feedback input[type="time"], .has-feedback input[type="url"], .has-feedback input[type="week"], .has-feedback input:not([type]), .has-feedback textarea, .has-feedback select {
    padding-right: 38.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > input[type="color"] + .form-control-feedback, .input-group-lg > input[type="date"] + .form-control-feedback, .input-group-lg > input[type="datetime"] + .form-control-feedback, .input-group-lg > input[type="datetime-local"] + .form-control-feedback, .input-group-lg > input[type="email"] + .form-control-feedback, .input-group-lg > input[type="month"] + .form-control-feedback, .input-group-lg > input[type="number"] + .form-control-feedback, .input-group-lg > input[type="password"] + .form-control-feedback, .input-group-lg > input[type="search"] + .form-control-feedback, .input-group-lg > input[type="tel"] + .form-control-feedback, .input-group-lg > input[type="text"] + .form-control-feedback, .input-group-lg > input[type="time"] + .form-control-feedback, .input-group-lg > input[type="url"] + .form-control-feedback, .input-group-lg > input[type="week"] + .form-control-feedback, .input-group-lg > input:not([type]) + .form-control-feedback, .input-group-lg > textarea + .form-control-feedback, .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .Actions
.input-group-lg > .input-group-btn > input + .form-control-feedback, .Actions
.input-group-lg > .input-group-btn > button + .form-control-feedback, .page-messages .page-message
.input-group-lg > .input-group-btn > .message-link + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type="color"] + .form-control-feedback,
.form-group-lg input[type="date"] + .form-control-feedback,
.form-group-lg input[type="datetime"] + .form-control-feedback,
.form-group-lg input[type="datetime-local"] + .form-control-feedback,
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg input[type="month"] + .form-control-feedback,
.form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg input[type="search"] + .form-control-feedback,
.form-group-lg input[type="tel"] + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg input[type="time"] + .form-control-feedback,
.form-group-lg input[type="url"] + .form-control-feedback,
.form-group-lg input[type="week"] + .form-control-feedback,
.form-group-lg input:not([type]) + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback,
.form-group-lg select + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > input[type="color"] + .form-control-feedback, .input-group-sm > input[type="date"] + .form-control-feedback, .input-group-sm > input[type="datetime"] + .form-control-feedback, .input-group-sm > input[type="datetime-local"] + .form-control-feedback, .input-group-sm > input[type="email"] + .form-control-feedback, .input-group-sm > input[type="month"] + .form-control-feedback, .input-group-sm > input[type="number"] + .form-control-feedback, .input-group-sm > input[type="password"] + .form-control-feedback, .input-group-sm > input[type="search"] + .form-control-feedback, .input-group-sm > input[type="tel"] + .form-control-feedback, .input-group-sm > input[type="text"] + .form-control-feedback, .input-group-sm > input[type="time"] + .form-control-feedback, .input-group-sm > input[type="url"] + .form-control-feedback, .input-group-sm > input[type="week"] + .form-control-feedback, .input-group-sm > input:not([type]) + .form-control-feedback, .input-group-sm > textarea + .form-control-feedback, .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .Actions
.input-group-sm > .input-group-btn > input + .form-control-feedback, .Actions
.input-group-sm > .input-group-btn > button + .form-control-feedback, .page-messages .page-message
.input-group-sm > .input-group-btn > .message-link + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type="color"] + .form-control-feedback,
.form-group-sm input[type="date"] + .form-control-feedback,
.form-group-sm input[type="datetime"] + .form-control-feedback,
.form-group-sm input[type="datetime-local"] + .form-control-feedback,
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm input[type="month"] + .form-control-feedback,
.form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm input[type="search"] + .form-control-feedback,
.form-group-sm input[type="tel"] + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm input[type="time"] + .form-control-feedback,
.form-group-sm input[type="url"] + .form-control-feedback,
.form-group-sm input[type="week"] + .form-control-feedback,
.form-group-sm input:not([type]) + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback,
.form-group-sm select + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.has-success .help-block,
.has-success .control-label,
.has-success .form-horizontal div.field.text > label, .form-horizontal
.has-success div.field.text > label,
.has-success .form-horizontal div.field.textarea > label, .form-horizontal
.has-success div.field.textarea > label,
.has-success .form-horizontal div.field.optionset > label, .form-horizontal
.has-success div.field.optionset > label,
.has-success .form-horizontal div.field.dropdown > label, .form-horizontal
.has-success div.field.dropdown > label,
.has-success .form-horizontal div.field.datetime > label, .form-horizontal
.has-success div.field.datetime > label,
.has-success .form-horizontal div.field.file > label, .form-horizontal
.has-success div.field.file > label,
.has-success .form-horizontal div.field.creditcard > label, .form-horizontal
.has-success div.field.creditcard > label,
.has-success .form-horizontal div.field.phonenumber > label, .form-horizontal
.has-success div.field.phonenumber > label,
.has-success .form-horizontal div.field.fieldgroup > label, .form-horizontal
.has-success div.field.fieldgroup > label,
.has-success .form-horizontal div.field.listbox > label, .form-horizontal
.has-success div.field.listbox > 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, .has-success input[type="color"], .has-success input[type="date"], .has-success input[type="datetime"], .has-success input[type="datetime-local"], .has-success input[type="email"], .has-success input[type="month"], .has-success input[type="number"], .has-success input[type="password"], .has-success input[type="search"], .has-success input[type="tel"], .has-success input[type="text"], .has-success input[type="time"], .has-success input[type="url"], .has-success input[type="week"], .has-success input:not([type]), .has-success textarea, .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success input[type="color"]:focus, .has-success input[type="date"]:focus, .has-success input[type="datetime"]:focus, .has-success input[type="datetime-local"]:focus, .has-success input[type="email"]:focus, .has-success input[type="month"]:focus, .has-success input[type="number"]:focus, .has-success input[type="password"]:focus, .has-success input[type="search"]:focus, .has-success input[type="tel"]:focus, .has-success input[type="text"]:focus, .has-success input[type="time"]:focus, .has-success input[type="url"]:focus, .has-success input[type="week"]:focus, .has-success input:focus:not([type]), .has-success textarea:focus, .has-success select:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-horizontal div.field.text > label, .form-horizontal
.has-warning div.field.text > label,
.has-warning .form-horizontal div.field.textarea > label, .form-horizontal
.has-warning div.field.textarea > label,
.has-warning .form-horizontal div.field.optionset > label, .form-horizontal
.has-warning div.field.optionset > label,
.has-warning .form-horizontal div.field.dropdown > label, .form-horizontal
.has-warning div.field.dropdown > label,
.has-warning .form-horizontal div.field.datetime > label, .form-horizontal
.has-warning div.field.datetime > label,
.has-warning .form-horizontal div.field.file > label, .form-horizontal
.has-warning div.field.file > label,
.has-warning .form-horizontal div.field.creditcard > label, .form-horizontal
.has-warning div.field.creditcard > label,
.has-warning .form-horizontal div.field.phonenumber > label, .form-horizontal
.has-warning div.field.phonenumber > label,
.has-warning .form-horizontal div.field.fieldgroup > label, .form-horizontal
.has-warning div.field.fieldgroup > label,
.has-warning .form-horizontal div.field.listbox > label, .form-horizontal
.has-warning div.field.listbox > 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, .has-warning input[type="color"], .has-warning input[type="date"], .has-warning input[type="datetime"], .has-warning input[type="datetime-local"], .has-warning input[type="email"], .has-warning input[type="month"], .has-warning input[type="number"], .has-warning input[type="password"], .has-warning input[type="search"], .has-warning input[type="tel"], .has-warning input[type="text"], .has-warning input[type="time"], .has-warning input[type="url"], .has-warning input[type="week"], .has-warning input:not([type]), .has-warning textarea, .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning input[type="color"]:focus, .has-warning input[type="date"]:focus, .has-warning input[type="datetime"]:focus, .has-warning input[type="datetime-local"]:focus, .has-warning input[type="email"]:focus, .has-warning input[type="month"]:focus, .has-warning input[type="number"]:focus, .has-warning input[type="password"]:focus, .has-warning input[type="search"]:focus, .has-warning input[type="tel"]:focus, .has-warning input[type="text"]:focus, .has-warning input[type="time"]:focus, .has-warning input[type="url"]:focus, .has-warning input[type="week"]:focus, .has-warning input:focus:not([type]), .has-warning textarea:focus, .has-warning select:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .form-horizontal div.field.text > label, .form-horizontal
.has-error div.field.text > label,
.has-error .form-horizontal div.field.textarea > label, .form-horizontal
.has-error div.field.textarea > label,
.has-error .form-horizontal div.field.optionset > label, .form-horizontal
.has-error div.field.optionset > label,
.has-error .form-horizontal div.field.dropdown > label, .form-horizontal
.has-error div.field.dropdown > label,
.has-error .form-horizontal div.field.datetime > label, .form-horizontal
.has-error div.field.datetime > label,
.has-error .form-horizontal div.field.file > label, .form-horizontal
.has-error div.field.file > label,
.has-error .form-horizontal div.field.creditcard > label, .form-horizontal
.has-error div.field.creditcard > label,
.has-error .form-horizontal div.field.phonenumber > label, .form-horizontal
.has-error div.field.phonenumber > label,
.has-error .form-horizontal div.field.fieldgroup > label, .form-horizontal
.has-error div.field.fieldgroup > label,
.has-error .form-horizontal div.field.listbox > label, .form-horizontal
.has-error div.field.listbox > 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, .has-error input[type="color"], .has-error input[type="date"], .has-error input[type="datetime"], .has-error input[type="datetime-local"], .has-error input[type="email"], .has-error input[type="month"], .has-error input[type="number"], .has-error input[type="password"], .has-error input[type="search"], .has-error input[type="tel"], .has-error input[type="text"], .has-error input[type="time"], .has-error input[type="url"], .has-error input[type="week"], .has-error input:not([type]), .has-error textarea, .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error input[type="color"]:focus, .has-error input[type="date"]:focus, .has-error input[type="datetime"]:focus, .has-error input[type="datetime-local"]:focus, .has-error input[type="email"]:focus, .has-error input[type="month"]:focus, .has-error input[type="number"]:focus, .has-error input[type="password"]:focus, .has-error input[type="search"]:focus, .has-error input[type="tel"]:focus, .has-error input[type="text"]:focus, .has-error input[type="time"]:focus, .has-error input[type="url"]:focus, .has-error input[type="week"]:focus, .has-error input:focus:not([type]), .has-error textarea:focus, .has-error select:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 22px; }

.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, .form-inline div.field.text, .form-inline div.field.textarea, .form-inline div.field.optionset, .form-inline div.field.dropdown, .form-inline div.field.datetime, .form-inline div.field.file, .form-inline div.field.creditcard, .form-inline div.field.phonenumber, .form-inline div.field.fieldgroup, .form-inline div.field.listbox, .form-inline div.field.radio, .form-inline div.field.checkbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline input[type="color"], .form-inline input[type="date"], .form-inline input[type="datetime"], .form-inline input[type="datetime-local"], .form-inline input[type="email"], .form-inline input[type="month"], .form-inline input[type="number"], .form-inline input[type="password"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="text"], .form-inline input[type="time"], .form-inline input[type="url"], .form-inline input[type="week"], .form-inline input:not([type]), .form-inline textarea, .form-inline select {
    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,
    .form-inline .input-group input[type="color"],
    .form-inline .input-group input[type="date"],
    .form-inline .input-group input[type="datetime"],
    .form-inline .input-group input[type="datetime-local"],
    .form-inline .input-group input[type="email"],
    .form-inline .input-group input[type="month"],
    .form-inline .input-group input[type="number"],
    .form-inline .input-group input[type="password"],
    .form-inline .input-group input[type="search"],
    .form-inline .input-group input[type="tel"],
    .form-inline .input-group input[type="text"],
    .form-inline .input-group input[type="time"],
    .form-inline .input-group input[type="url"],
    .form-inline .input-group input[type="week"],
    .form-inline .input-group input:not([type]),
    .form-inline .input-group textarea,
    .form-inline .input-group select {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > input[type="color"], .form-inline .input-group > input[type="date"], .form-inline .input-group > input[type="datetime"], .form-inline .input-group > input[type="datetime-local"], .form-inline .input-group > input[type="email"], .form-inline .input-group > input[type="month"], .form-inline .input-group > input[type="number"], .form-inline .input-group > input[type="password"], .form-inline .input-group > input[type="search"], .form-inline .input-group > input[type="tel"], .form-inline .input-group > input[type="text"], .form-inline .input-group > input[type="time"], .form-inline .input-group > input[type="url"], .form-inline .input-group > input[type="week"], .form-inline .input-group > input:not([type]), .form-inline .input-group > textarea, .form-inline .input-group > select {
    width: 100%; }
  .form-inline .control-label, .form-inline .form-horizontal div.field.text > label, .form-horizontal .form-inline div.field.text > label, .form-inline .form-horizontal div.field.textarea > label, .form-horizontal .form-inline div.field.textarea > label, .form-inline .form-horizontal div.field.optionset > label, .form-horizontal .form-inline div.field.optionset > label, .form-inline .form-horizontal div.field.dropdown > label, .form-horizontal .form-inline div.field.dropdown > label, .form-inline .form-horizontal div.field.datetime > label, .form-horizontal .form-inline div.field.datetime > label, .form-inline .form-horizontal div.field.file > label, .form-horizontal .form-inline div.field.file > label, .form-inline .form-horizontal div.field.creditcard > label, .form-horizontal .form-inline div.field.creditcard > label, .form-inline .form-horizontal div.field.phonenumber > label, .form-horizontal .form-inline div.field.phonenumber > label, .form-inline .form-horizontal div.field.fieldgroup > label, .form-horizontal .form-inline div.field.fieldgroup > label, .form-inline .form-horizontal div.field.listbox > label, .form-horizontal .form-inline div.field.listbox > 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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px; }

.form-horizontal .form-group, .form-horizontal div.field.text, .form-horizontal div.field.textarea, .form-horizontal div.field.optionset, .form-horizontal div.field.dropdown, .form-horizontal div.field.datetime, .form-horizontal div.field.file, .form-horizontal div.field.creditcard, .form-horizontal div.field.phonenumber, .form-horizontal div.field.fieldgroup, .form-horizontal div.field.listbox, .form-horizontal div.field.radio, .form-horizontal div.field.checkbox {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal div.field.text:before, .form-horizontal div.field.textarea:before, .form-horizontal div.field.optionset:before, .form-horizontal div.field.dropdown:before, .form-horizontal div.field.datetime:before, .form-horizontal div.field.file:before, .form-horizontal div.field.creditcard:before, .form-horizontal div.field.phonenumber:before, .form-horizontal div.field.fieldgroup:before, .form-horizontal div.field.listbox:before, .form-horizontal div.field.radio:before, .form-horizontal div.field.checkbox:before, .form-horizontal .form-group:after, .form-horizontal div.field.text:after, .form-horizontal div.field.textarea:after, .form-horizontal div.field.optionset:after, .form-horizontal div.field.dropdown:after, .form-horizontal div.field.datetime:after, .form-horizontal div.field.file:after, .form-horizontal div.field.creditcard:after, .form-horizontal div.field.phonenumber:after, .form-horizontal div.field.fieldgroup:after, .form-horizontal div.field.listbox:after, .form-horizontal div.field.radio:after, .form-horizontal div.field.checkbox:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal div.field.text:after, .form-horizontal div.field.textarea:after, .form-horizontal div.field.optionset:after, .form-horizontal div.field.dropdown:after, .form-horizontal div.field.datetime:after, .form-horizontal div.field.file:after, .form-horizontal div.field.creditcard:after, .form-horizontal div.field.phonenumber:after, .form-horizontal div.field.fieldgroup:after, .form-horizontal div.field.listbox:after, .form-horizontal div.field.radio:after, .form-horizontal div.field.checkbox:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label, .form-horizontal div.field.text > label, .form-horizontal div.field.textarea > label, .form-horizontal div.field.optionset > label, .form-horizontal div.field.dropdown > label, .form-horizontal div.field.datetime > label, .form-horizontal div.field.file > label, .form-horizontal div.field.creditcard > label, .form-horizontal div.field.phonenumber > label, .form-horizontal div.field.fieldgroup > label, .form-horizontal div.field.listbox > label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg div.field.text > label, .form-horizontal .form-group-lg div.field.textarea > label, .form-horizontal .form-group-lg div.field.optionset > label, .form-horizontal .form-group-lg div.field.dropdown > label, .form-horizontal .form-group-lg div.field.datetime > label, .form-horizontal .form-group-lg div.field.file > label, .form-horizontal .form-group-lg div.field.creditcard > label, .form-horizontal .form-group-lg div.field.phonenumber > label, .form-horizontal .form-group-lg div.field.fieldgroup > label, .form-horizontal .form-group-lg div.field.listbox > label {
    padding-top: 11px;
    font-size: 15px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm div.field.text > label, .form-horizontal .form-group-sm div.field.textarea > label, .form-horizontal .form-group-sm div.field.optionset > label, .form-horizontal .form-group-sm div.field.dropdown > label, .form-horizontal .form-group-sm div.field.datetime > label, .form-horizontal .form-group-sm div.field.file > label, .form-horizontal .form-group-sm div.field.creditcard > label, .form-horizontal .form-group-sm div.field.phonenumber > label, .form-horizontal .form-group-sm div.field.fieldgroup > label, .form-horizontal .form-group-sm div.field.listbox > label {
    padding-top: 6px;
    font-size: 11px; } }

.btn, .Actions input, .Actions button, .page-messages .page-message .message-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .Actions input:focus, .Actions button:focus, .page-messages .page-message .message-link:focus, .btn.focus, .Actions input.focus, .Actions button.focus, .page-messages .page-message .focus.message-link, .btn:active:focus, .Actions input:active:focus, .Actions button:active:focus, .page-messages .page-message .message-link:active:focus, .btn:active.focus, .Actions input:active.focus, .Actions button:active.focus, .page-messages .page-message .message-link:active.focus, .btn.active:focus, .Actions input.active:focus, .Actions button.active:focus, .page-messages .page-message .active.message-link:focus, .btn.active.focus, .Actions input.active.focus, .Actions button.active.focus, .page-messages .page-message .active.focus.message-link {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .Actions input:hover, .Actions button:hover, .page-messages .page-message .message-link:hover, .btn:focus, .Actions input:focus, .Actions button:focus, .page-messages .page-message .message-link:focus, .btn.focus, .Actions input.focus, .Actions button.focus, .page-messages .page-message .focus.message-link {
    color: #333;
    text-decoration: none; }
  .btn:active, .Actions input:active, .Actions button:active, .page-messages .page-message .message-link:active, .btn.active, .Actions input.active, .Actions button.active, .page-messages .page-message .active.message-link {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .Actions input.disabled, .Actions button.disabled, .page-messages .page-message .disabled.message-link, .btn[disabled], .Actions input[disabled], .Actions button[disabled], .page-messages .page-message [disabled].message-link,
  fieldset[disabled] .btn,
  fieldset[disabled] .Actions input, .Actions
  fieldset[disabled] input,
  fieldset[disabled] .Actions button, .Actions
  fieldset[disabled] button,
  fieldset[disabled] .page-messages .page-message .message-link, .page-messages .page-message
  fieldset[disabled] .message-link {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .page-messages .page-message a.disabled.message-link,
fieldset[disabled] a.btn,
fieldset[disabled] .page-messages .page-message a.message-link, .page-messages .page-message
fieldset[disabled] a.message-link {
  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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .Actions .action {
  color: #fff;
  background-color: #00579a;
  border-color: #00579a; }
  .btn-primary:focus, .Actions .action:focus, .btn-primary.focus, .Actions .focus.action {
    color: #fff;
    background-color: #003a67;
    border-color: #000f1b; }
  .btn-primary:hover, .Actions .action:hover {
    color: #fff;
    background-color: #003a67;
    border-color: #00345d; }
  .btn-primary:active, .Actions .action:active, .btn-primary.active, .Actions .active.action,
  .open > .btn-primary.dropdown-toggle, .Actions
  .open > .dropdown-toggle.action {
    color: #fff;
    background-color: #003a67;
    border-color: #00345d; }
    .btn-primary:active:hover, .Actions .action:active:hover, .btn-primary:active:focus, .Actions .action:active:focus, .btn-primary:active.focus, .Actions .action:active.focus, .btn-primary.active:hover, .Actions .active.action:hover, .btn-primary.active:focus, .Actions .active.action:focus, .btn-primary.active.focus, .Actions .active.focus.action,
    .open > .btn-primary.dropdown-toggle:hover, .Actions
    .open > .dropdown-toggle.action:hover,
    .open > .btn-primary.dropdown-toggle:focus, .Actions
    .open > .dropdown-toggle.action:focus,
    .open > .btn-primary.dropdown-toggle.focus, .Actions
    .open > .dropdown-toggle.focus.action {
      color: #fff;
      background-color: #002643;
      border-color: #000f1b; }
  .btn-primary:active, .Actions .action:active, .btn-primary.active, .Actions .active.action,
  .open > .btn-primary.dropdown-toggle, .Actions
  .open > .dropdown-toggle.action {
    background-image: none; }
  .btn-primary.disabled:hover, .Actions .disabled.action:hover, .btn-primary.disabled:focus, .Actions .disabled.action:focus, .btn-primary.disabled.focus, .Actions .disabled.focus.action, .btn-primary[disabled]:hover, .Actions [disabled].action:hover, .btn-primary[disabled]:focus, .Actions [disabled].action:focus, .btn-primary[disabled].focus, .Actions [disabled].focus.action,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .Actions .action:hover, .Actions
  fieldset[disabled] .action:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .Actions .action:focus, .Actions
  fieldset[disabled] .action:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .Actions .focus.action, .Actions
  fieldset[disabled] .focus.action {
    background-color: #00579a;
    border-color: #00579a; }
  .btn-primary .badge, .Actions .action .badge {
    color: #00579a;
    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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, .Actions .resetformaction {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .Actions .resetformaction:focus, .btn-danger.focus, .Actions .focus.resetformaction {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover, .Actions .resetformaction:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .Actions .resetformaction:active, .btn-danger.active, .Actions .active.resetformaction,
  .open > .btn-danger.dropdown-toggle, .Actions
  .open > .dropdown-toggle.resetformaction {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .Actions .resetformaction:active:hover, .btn-danger:active:focus, .Actions .resetformaction:active:focus, .btn-danger:active.focus, .Actions .resetformaction:active.focus, .btn-danger.active:hover, .Actions .active.resetformaction:hover, .btn-danger.active:focus, .Actions .active.resetformaction:focus, .btn-danger.active.focus, .Actions .active.focus.resetformaction,
    .open > .btn-danger.dropdown-toggle:hover, .Actions
    .open > .dropdown-toggle.resetformaction:hover,
    .open > .btn-danger.dropdown-toggle:focus, .Actions
    .open > .dropdown-toggle.resetformaction:focus,
    .open > .btn-danger.dropdown-toggle.focus, .Actions
    .open > .dropdown-toggle.focus.resetformaction {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .Actions .resetformaction:active, .btn-danger.active, .Actions .active.resetformaction,
  .open > .btn-danger.dropdown-toggle, .Actions
  .open > .dropdown-toggle.resetformaction {
    background-image: none; }
  .btn-danger.disabled:hover, .Actions .disabled.resetformaction:hover, .btn-danger.disabled:focus, .Actions .disabled.resetformaction:focus, .btn-danger.disabled.focus, .Actions .disabled.focus.resetformaction, .btn-danger[disabled]:hover, .Actions [disabled].resetformaction:hover, .btn-danger[disabled]:focus, .Actions [disabled].resetformaction:focus, .btn-danger[disabled].focus, .Actions [disabled].focus.resetformaction,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .Actions .resetformaction:hover, .Actions
  fieldset[disabled] .resetformaction:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .Actions .resetformaction:focus, .Actions
  fieldset[disabled] .resetformaction:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .Actions .focus.resetformaction, .Actions
  fieldset[disabled] .focus.resetformaction {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, .Actions .resetformaction .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #074a84;
  font-weight: normal;
  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: #03213b;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #c7c7c7;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .Actions .btn-group-lg > input, .Actions .btn-group-lg > button, .page-messages .page-message .btn-group-lg > .message-link {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 10px; }

.btn-sm, .btn-group-sm > .btn, .Actions .btn-group-sm > input, .Actions .btn-group-sm > button, .page-messages .page-message .btn-group-sm > .message-link {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .Actions .btn-group-xs > input, .Actions .btn-group-xs > button, .page-messages .page-message .btn-group-xs > .message-link {
  padding: 1px 5px;
  font-size: 11px;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.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;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #c7c7c7; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857;
  color: #c7c7c7;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.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 {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .Actions .btn-group > input, .Actions .btn-group > button, .page-messages .page-message .btn-group > .message-link,
  .btn-group-vertical > .btn, .Actions
  .btn-group-vertical > input, .Actions
  .btn-group-vertical > button, .page-messages .page-message
  .btn-group-vertical > .message-link {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .Actions .btn-group > input:hover, .Actions .btn-group > button:hover, .page-messages .page-message .btn-group > .message-link:hover, .btn-group > .btn:focus, .Actions .btn-group > input:focus, .Actions .btn-group > button:focus, .page-messages .page-message .btn-group > .message-link:focus, .btn-group > .btn:active, .Actions .btn-group > input:active, .Actions .btn-group > button:active, .page-messages .page-message .btn-group > .message-link:active, .btn-group > .btn.active, .Actions .btn-group > input.active, .Actions .btn-group > button.active, .page-messages .page-message .btn-group > .active.message-link,
    .btn-group-vertical > .btn:hover, .Actions
    .btn-group-vertical > input:hover, .Actions
    .btn-group-vertical > button:hover, .page-messages .page-message
    .btn-group-vertical > .message-link:hover,
    .btn-group-vertical > .btn:focus, .Actions
    .btn-group-vertical > input:focus, .Actions
    .btn-group-vertical > button:focus, .page-messages .page-message
    .btn-group-vertical > .message-link:focus,
    .btn-group-vertical > .btn:active, .Actions
    .btn-group-vertical > input:active, .Actions
    .btn-group-vertical > button:active, .page-messages .page-message
    .btn-group-vertical > .message-link:active,
    .btn-group-vertical > .btn.active, .Actions
    .btn-group-vertical > input.active, .Actions
    .btn-group-vertical > button.active, .page-messages .page-message
    .btn-group-vertical > .active.message-link {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .Actions input + .btn, .Actions .btn-group input + .btn, .btn-group .Actions button + .btn, .Actions .btn-group button + .btn, .btn-group .page-messages .page-message .message-link + .btn, .page-messages .page-message .btn-group .message-link + .btn, .btn-group .Actions .btn + input, .Actions .btn-group .btn + input, .btn-group .Actions input + input, .Actions .btn-group input + input, .btn-group .Actions button + input, .Actions .btn-group button + input, .btn-group .page-messages .page-message .Actions .message-link + input, .Actions .btn-group .page-messages .page-message .message-link + input, .page-messages .page-message .btn-group .Actions .message-link + input, .Actions .page-messages .page-message .btn-group .message-link + input, .btn-group .Actions .btn + button, .Actions .btn-group .btn + button, .btn-group .Actions input + button, .Actions .btn-group input + button, .btn-group .Actions button + button, .Actions .btn-group button + button, .btn-group .page-messages .page-message .Actions .message-link + button, .Actions .btn-group .page-messages .page-message .message-link + button, .page-messages .page-message .btn-group .Actions .message-link + button, .Actions .page-messages .page-message .btn-group .message-link + button, .btn-group .page-messages .page-message .btn + .message-link, .page-messages .page-message .btn-group .btn + .message-link, .btn-group .Actions .page-messages .page-message input + .message-link, .page-messages .page-message .btn-group .Actions input + .message-link, .Actions .btn-group .page-messages .page-message input + .message-link, .page-messages .page-message .Actions .btn-group input + .message-link, .btn-group .Actions .page-messages .page-message button + .message-link, .page-messages .page-message .btn-group .Actions button + .message-link, .Actions .btn-group .page-messages .page-message button + .message-link, .page-messages .page-message .Actions .btn-group button + .message-link, .btn-group .page-messages .page-message .message-link + .message-link, .page-messages .page-message .btn-group .message-link + .message-link,
.btn-group .btn + .btn-group,
.btn-group .Actions input + .btn-group, .Actions
.btn-group input + .btn-group,
.btn-group .Actions button + .btn-group, .Actions
.btn-group button + .btn-group,
.btn-group .page-messages .page-message .message-link + .btn-group, .page-messages .page-message
.btn-group .message-link + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .Actions .btn-group + input, .Actions
.btn-group .btn-group + input,
.btn-group .Actions .btn-group + button, .Actions
.btn-group .btn-group + button,
.btn-group .page-messages .page-message .btn-group + .message-link, .page-messages .page-message
.btn-group .btn-group + .message-link,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .Actions input, .Actions .btn-toolbar input, .btn-toolbar .Actions button, .Actions .btn-toolbar button, .btn-toolbar .page-messages .page-message .message-link, .page-messages .page-message .btn-toolbar .message-link,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .Actions .btn-toolbar > input, .Actions .btn-toolbar > button, .page-messages .page-message .btn-toolbar > .message-link,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .Actions .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .Actions .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .page-messages .page-message .btn-group > .message-link:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .Actions .btn-group > input:first-child, .Actions .btn-group > button:first-child, .page-messages .page-message .btn-group > .message-link:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .Actions .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), .Actions .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .page-messages .page-message .btn-group > .message-link:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .Actions .btn-group > input:last-child:not(:first-child), .Actions .btn-group > button:last-child:not(:first-child), .page-messages .page-message .btn-group > .message-link:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .Actions .btn-group > .btn-group:not(:first-child):not(:last-child) > input, .Actions .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .page-messages .page-message .btn-group > .btn-group:not(:first-child):not(:last-child) > .message-link {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .Actions .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, .Actions .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .page-messages .page-message .btn-group > .btn-group:first-child:not(:last-child) > .message-link:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .Actions .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, .Actions .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .page-messages .page-message .btn-group > .btn-group:last-child:not(:first-child) > .message-link:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .Actions .btn-group > input + .dropdown-toggle, .Actions .btn-group > button + .dropdown-toggle, .page-messages .page-message .btn-group > .message-link + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .Actions .btn-group-lg.btn-group > input + .dropdown-toggle, .Actions .btn-group-lg.btn-group > button + .dropdown-toggle, .page-messages .page-message .btn-group-lg.btn-group > .message-link + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret, .Actions input .caret, .Actions button .caret, .page-messages .page-message .message-link .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .Actions .btn-group-lg > input .caret, .Actions .btn-group-lg > button .caret, .page-messages .page-message .btn-group-lg > .message-link .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .Actions .btn-group-lg > input .caret, .Actions .dropup .btn-group-lg > input .caret, .dropup .Actions .btn-group-lg > button .caret, .Actions .dropup .btn-group-lg > button .caret, .dropup .page-messages .page-message .btn-group-lg > .message-link .caret, .page-messages .page-message .dropup .btn-group-lg > .message-link .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .Actions .btn-group-vertical > input, .Actions .btn-group-vertical > button, .page-messages .page-message .btn-group-vertical > .message-link,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .Actions
.btn-group-vertical > .btn-group > input, .Actions
.btn-group-vertical > .btn-group > button, .page-messages .page-message
.btn-group-vertical > .btn-group > .message-link {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .Actions .btn-group-vertical > .btn-group > input, .Actions .btn-group-vertical > .btn-group > button, .page-messages .page-message .btn-group-vertical > .btn-group > .message-link {
  float: none; }

.btn-group-vertical > .btn + .btn, .Actions .btn-group-vertical > input + .btn, .Actions .btn-group-vertical > button + .btn, .page-messages .page-message .btn-group-vertical > .message-link + .btn, .Actions .btn-group-vertical > .btn + input, .Actions .btn-group-vertical > input + input, .Actions .btn-group-vertical > button + input, .page-messages .page-message .Actions .btn-group-vertical > .message-link + input, .Actions .page-messages .page-message .btn-group-vertical > .message-link + input, .Actions .btn-group-vertical > .btn + button, .Actions .btn-group-vertical > input + button, .Actions .btn-group-vertical > button + button, .page-messages .page-message .Actions .btn-group-vertical > .message-link + button, .Actions .page-messages .page-message .btn-group-vertical > .message-link + button, .page-messages .page-message .btn-group-vertical > .btn + .message-link, .Actions .page-messages .page-message .btn-group-vertical > input + .message-link, .page-messages .page-message .Actions .btn-group-vertical > input + .message-link, .Actions .page-messages .page-message .btn-group-vertical > button + .message-link, .page-messages .page-message .Actions .btn-group-vertical > button + .message-link, .page-messages .page-message .btn-group-vertical > .message-link + .message-link,
.btn-group-vertical > .btn + .btn-group, .Actions
.btn-group-vertical > input + .btn-group, .Actions
.btn-group-vertical > button + .btn-group, .page-messages .page-message
.btn-group-vertical > .message-link + .btn-group,
.btn-group-vertical > .btn-group + .btn, .Actions
.btn-group-vertical > .btn-group + input, .Actions
.btn-group-vertical > .btn-group + button, .page-messages .page-message
.btn-group-vertical > .btn-group + .message-link,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .Actions .btn-group-vertical > input:not(:first-child):not(:last-child), .Actions .btn-group-vertical > button:not(:first-child):not(:last-child), .page-messages .page-message .btn-group-vertical > .message-link:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .Actions .btn-group-vertical > input:first-child:not(:last-child), .Actions .btn-group-vertical > button:first-child:not(:last-child), .page-messages .page-message .btn-group-vertical > .message-link:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .Actions .btn-group-vertical > input:last-child:not(:first-child), .Actions .btn-group-vertical > button:last-child:not(:first-child), .page-messages .page-message .btn-group-vertical > .message-link:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .Actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, .Actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .page-messages .page-message .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .message-link {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .Actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, .Actions .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .page-messages .page-message .btn-group-vertical > .btn-group:first-child:not(:last-child) > .message-link: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, .Actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, .Actions .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .page-messages .page-message .btn-group-vertical > .btn-group:last-child:not(:first-child) > .message-link:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .Actions .btn-group-justified > input, .Actions .btn-group-justified > button, .page-messages .page-message .btn-group-justified > .message-link,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .Actions input, .Actions .btn-group-justified > .btn-group input, .btn-group-justified > .btn-group .Actions button, .Actions .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .page-messages .page-message .message-link, .page-messages .page-message .btn-group-justified > .btn-group .message-link {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .Actions [data-toggle="buttons"] > input input[type="radio"], .Actions [data-toggle="buttons"] > button input[type="radio"], .page-messages .page-message [data-toggle="buttons"] > .message-link input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .Actions
[data-toggle="buttons"] > input input[type="checkbox"], .Actions
[data-toggle="buttons"] > button input[type="checkbox"], .page-messages .page-message
[data-toggle="buttons"] > .message-link input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .Actions
[data-toggle="buttons"] > .btn-group > input input[type="radio"], .Actions
[data-toggle="buttons"] > .btn-group > button input[type="radio"], .page-messages .page-message
[data-toggle="buttons"] > .btn-group > .message-link input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .Actions
[data-toggle="buttons"] > .btn-group > input input[type="checkbox"], .Actions
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .page-messages .page-message
[data-toggle="buttons"] > .btn-group > .message-link input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group input[type="color"], .input-group input[type="date"], .input-group input[type="datetime"], .input-group input[type="datetime-local"], .input-group input[type="email"], .input-group input[type="month"], .input-group input[type="number"], .input-group input[type="password"], .input-group input[type="search"], .input-group input[type="tel"], .input-group input[type="text"], .input-group input[type="time"], .input-group input[type="url"], .input-group input[type="week"], .input-group input:not([type]), .input-group textarea, .input-group select {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group input[type="color"]:focus, .input-group input[type="date"]:focus, .input-group input[type="datetime"]:focus, .input-group input[type="datetime-local"]:focus, .input-group input[type="email"]:focus, .input-group input[type="month"]:focus, .input-group input[type="number"]:focus, .input-group input[type="password"]:focus, .input-group input[type="search"]:focus, .input-group input[type="tel"]:focus, .input-group input[type="text"]:focus, .input-group input[type="time"]:focus, .input-group input[type="url"]:focus, .input-group input[type="week"]:focus, .input-group input:focus:not([type]), .input-group textarea:focus, .input-group select:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group input[type="color"],
.input-group input[type="date"],
.input-group input[type="datetime"],
.input-group input[type="datetime-local"],
.input-group input[type="email"],
.input-group input[type="month"],
.input-group input[type="number"],
.input-group input[type="password"],
.input-group input[type="search"],
.input-group input[type="tel"],
.input-group input[type="text"],
.input-group input[type="time"],
.input-group input[type="url"],
.input-group input[type="week"],
.input-group input:not([type]),
.input-group textarea,
.input-group select {
  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),
  .input-group input[type="color"]:not(:first-child):not(:last-child),
  .input-group input[type="date"]:not(:first-child):not(:last-child),
  .input-group input[type="datetime"]:not(:first-child):not(:last-child),
  .input-group input[type="datetime-local"]:not(:first-child):not(:last-child),
  .input-group input[type="email"]:not(:first-child):not(:last-child),
  .input-group input[type="month"]:not(:first-child):not(:last-child),
  .input-group input[type="number"]:not(:first-child):not(:last-child),
  .input-group input[type="password"]:not(:first-child):not(:last-child),
  .input-group input[type="search"]:not(:first-child):not(:last-child),
  .input-group input[type="tel"]:not(:first-child):not(:last-child),
  .input-group input[type="text"]:not(:first-child):not(:last-child),
  .input-group input[type="time"]:not(:first-child):not(:last-child),
  .input-group input[type="url"]:not(:first-child):not(:last-child),
  .input-group input[type="week"]:not(:first-child):not(:last-child),
  .input-group input:not(:first-child):not(:last-child):not([type]),
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group select: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: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .Actions
  .input-group-sm > .input-group-btn > input.input-group-addon, .Actions
  .input-group-sm > .input-group-btn > button.input-group-addon, .page-messages .page-message
  .input-group-sm > .input-group-btn > .input-group-addon.message-link {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .Actions
  .input-group-lg > .input-group-btn > input.input-group-addon, .Actions
  .input-group-lg > .input-group-btn > button.input-group-addon, .page-messages .page-message
  .input-group-lg > .input-group-btn > .input-group-addon.message-link {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 10px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group input[type="color"]:first-child, .input-group input[type="date"]:first-child, .input-group input[type="datetime"]:first-child, .input-group input[type="datetime-local"]:first-child, .input-group input[type="email"]:first-child, .input-group input[type="month"]:first-child, .input-group input[type="number"]:first-child, .input-group input[type="password"]:first-child, .input-group input[type="search"]:first-child, .input-group input[type="tel"]:first-child, .input-group input[type="text"]:first-child, .input-group input[type="time"]:first-child, .input-group input[type="url"]:first-child, .input-group input[type="week"]:first-child, .input-group input:first-child:not([type]), .input-group textarea:first-child, .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .Actions
.input-group-btn:first-child > input, .Actions
.input-group-btn:first-child > button, .page-messages .page-message
.input-group-btn:first-child > .message-link,
.input-group-btn:first-child > .btn-group > .btn, .Actions
.input-group-btn:first-child > .btn-group > input, .Actions
.input-group-btn:first-child > .btn-group > button, .page-messages .page-message
.input-group-btn:first-child > .btn-group > .message-link,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .Actions
.input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle), .Actions
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .page-messages .page-message
.input-group-btn:last-child > .message-link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .Actions
.input-group-btn:last-child > .btn-group:not(:last-child) > input, .Actions
.input-group-btn:last-child > .btn-group:not(:last-child) > button, .page-messages .page-message
.input-group-btn:last-child > .btn-group:not(:last-child) > .message-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group input[type="color"]:last-child, .input-group input[type="date"]:last-child, .input-group input[type="datetime"]:last-child, .input-group input[type="datetime-local"]:last-child, .input-group input[type="email"]:last-child, .input-group input[type="month"]:last-child, .input-group input[type="number"]:last-child, .input-group input[type="password"]:last-child, .input-group input[type="search"]:last-child, .input-group input[type="tel"]:last-child, .input-group input[type="text"]:last-child, .input-group input[type="time"]:last-child, .input-group input[type="url"]:last-child, .input-group input[type="week"]:last-child, .input-group input:last-child:not([type]), .input-group textarea:last-child, .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .Actions
.input-group-btn:last-child > input, .Actions
.input-group-btn:last-child > button, .page-messages .page-message
.input-group-btn:last-child > .message-link,
.input-group-btn:last-child > .btn-group > .btn, .Actions
.input-group-btn:last-child > .btn-group > input, .Actions
.input-group-btn:last-child > .btn-group > button, .page-messages .page-message
.input-group-btn:last-child > .btn-group > .message-link,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .Actions
.input-group-btn:first-child > input:not(:first-child), .Actions
.input-group-btn:first-child > button:not(:first-child), .page-messages .page-message
.input-group-btn:first-child > .message-link:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .Actions
.input-group-btn:first-child > .btn-group:not(:first-child) > input, .Actions
.input-group-btn:first-child > .btn-group:not(:first-child) > button, .page-messages .page-message
.input-group-btn:first-child > .btn-group:not(:first-child) > .message-link {
  border-bottom-left-radius: 0;
  border-top-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, .Actions .input-group-btn > input, .Actions .input-group-btn > button, .page-messages .page-message .input-group-btn > .message-link {
    position: relative; }
    .input-group-btn > .btn + .btn, .Actions .input-group-btn > input + .btn, .Actions .input-group-btn > button + .btn, .page-messages .page-message .input-group-btn > .message-link + .btn, .Actions .input-group-btn > .btn + input, .Actions .input-group-btn > input + input, .Actions .input-group-btn > button + input, .page-messages .page-message .Actions .input-group-btn > .message-link + input, .Actions .page-messages .page-message .input-group-btn > .message-link + input, .Actions .input-group-btn > .btn + button, .Actions .input-group-btn > input + button, .Actions .input-group-btn > button + button, .page-messages .page-message .Actions .input-group-btn > .message-link + button, .Actions .page-messages .page-message .input-group-btn > .message-link + button, .page-messages .page-message .input-group-btn > .btn + .message-link, .Actions .page-messages .page-message .input-group-btn > input + .message-link, .page-messages .page-message .Actions .input-group-btn > input + .message-link, .Actions .page-messages .page-message .input-group-btn > button + .message-link, .page-messages .page-message .Actions .input-group-btn > button + .message-link, .page-messages .page-message .input-group-btn > .message-link + .message-link {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .Actions .input-group-btn > input:hover, .Actions .input-group-btn > button:hover, .page-messages .page-message .input-group-btn > .message-link:hover, .input-group-btn > .btn:focus, .Actions .input-group-btn > input:focus, .Actions .input-group-btn > button:focus, .page-messages .page-message .input-group-btn > .message-link:focus, .input-group-btn > .btn:active, .Actions .input-group-btn > input:active, .Actions .input-group-btn > button:active, .page-messages .page-message .input-group-btn > .message-link:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .Actions .input-group-btn:first-child > input, .Actions .input-group-btn:first-child > button, .page-messages .page-message .input-group-btn:first-child > .message-link,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .Actions .input-group-btn:last-child > input, .Actions .input-group-btn:last-child > button, .page-messages .page-message .input-group-btn:last-child > .message-link,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #c7c7c7; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #c7c7c7;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #074a84; }
  .nav .nav-divider {
    height: 1px;
    margin: 7.5px 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.42857;
      border: 1px solid transparent;
      border-radius: 7px 7px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 7px; }
  .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, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 7px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 7px 7px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 7px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      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-left: 0;
        padding-right: 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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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;
  padding: 11.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 40px; }
  .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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 7px; }
  .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: 5.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 17px; }
        .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: 11.5px;
          padding-bottom: 11.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group, .navbar-form div.field.text, .navbar-form div.field.textarea, .navbar-form div.field.optionset, .navbar-form div.field.dropdown, .navbar-form div.field.datetime, .navbar-form div.field.file, .navbar-form div.field.creditcard, .navbar-form div.field.phonenumber, .navbar-form div.field.fieldgroup, .navbar-form div.field.listbox, .navbar-form div.field.radio, .navbar-form div.field.checkbox {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form input[type="color"], .navbar-form input[type="date"], .navbar-form input[type="datetime"], .navbar-form input[type="datetime-local"], .navbar-form input[type="email"], .navbar-form input[type="month"], .navbar-form input[type="number"], .navbar-form input[type="password"], .navbar-form input[type="search"], .navbar-form input[type="tel"], .navbar-form input[type="text"], .navbar-form input[type="time"], .navbar-form input[type="url"], .navbar-form input[type="week"], .navbar-form input:not([type]), .navbar-form textarea, .navbar-form select {
      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,
      .navbar-form .input-group input[type="color"],
      .navbar-form .input-group input[type="date"],
      .navbar-form .input-group input[type="datetime"],
      .navbar-form .input-group input[type="datetime-local"],
      .navbar-form .input-group input[type="email"],
      .navbar-form .input-group input[type="month"],
      .navbar-form .input-group input[type="number"],
      .navbar-form .input-group input[type="password"],
      .navbar-form .input-group input[type="search"],
      .navbar-form .input-group input[type="tel"],
      .navbar-form .input-group input[type="text"],
      .navbar-form .input-group input[type="time"],
      .navbar-form .input-group input[type="url"],
      .navbar-form .input-group input[type="week"],
      .navbar-form .input-group input:not([type]),
      .navbar-form .input-group textarea,
      .navbar-form .input-group select {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > input[type="color"], .navbar-form .input-group > input[type="date"], .navbar-form .input-group > input[type="datetime"], .navbar-form .input-group > input[type="datetime-local"], .navbar-form .input-group > input[type="email"], .navbar-form .input-group > input[type="month"], .navbar-form .input-group > input[type="number"], .navbar-form .input-group > input[type="password"], .navbar-form .input-group > input[type="search"], .navbar-form .input-group > input[type="tel"], .navbar-form .input-group > input[type="text"], .navbar-form .input-group > input[type="time"], .navbar-form .input-group > input[type="url"], .navbar-form .input-group > input[type="week"], .navbar-form .input-group > input:not([type]), .navbar-form .input-group > textarea, .navbar-form .input-group > select {
      width: 100%; }
    .navbar-form .control-label, .navbar-form .form-horizontal div.field.text > label, .form-horizontal .navbar-form div.field.text > label, .navbar-form .form-horizontal div.field.textarea > label, .form-horizontal .navbar-form div.field.textarea > label, .navbar-form .form-horizontal div.field.optionset > label, .form-horizontal .navbar-form div.field.optionset > label, .navbar-form .form-horizontal div.field.dropdown > label, .form-horizontal .navbar-form div.field.dropdown > label, .navbar-form .form-horizontal div.field.datetime > label, .form-horizontal .navbar-form div.field.datetime > label, .navbar-form .form-horizontal div.field.file > label, .form-horizontal .navbar-form div.field.file > label, .navbar-form .form-horizontal div.field.creditcard > label, .form-horizontal .navbar-form div.field.creditcard > label, .navbar-form .form-horizontal div.field.phonenumber > label, .form-horizontal .navbar-form div.field.phonenumber > label, .navbar-form .form-horizontal div.field.fieldgroup > label, .form-horizontal .navbar-form div.field.fieldgroup > label, .navbar-form .form-horizontal div.field.listbox > label, .form-horizontal .navbar-form div.field.listbox > 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, .navbar-form div.field.text, .navbar-form div.field.textarea, .navbar-form div.field.optionset, .navbar-form div.field.dropdown, .navbar-form div.field.datetime, .navbar-form div.field.file, .navbar-form div.field.creditcard, .navbar-form div.field.phonenumber, .navbar-form div.field.fieldgroup, .navbar-form div.field.listbox, .navbar-form div.field.radio, .navbar-form div.field.checkbox {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child, .navbar-form div.field.text:last-child, .navbar-form div.field.textarea:last-child, .navbar-form div.field.optionset:last-child, .navbar-form div.field.dropdown:last-child, .navbar-form div.field.datetime:last-child, .navbar-form div.field.file:last-child, .navbar-form div.field.creditcard:last-child, .navbar-form div.field.phonenumber:last-child, .navbar-form div.field.fieldgroup:last-child, .navbar-form div.field.listbox:last-child, .navbar-form div.field.radio:last-child, .navbar-form div.field.checkbox:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .Actions .btn-group-sm > input.navbar-btn, .Actions .btn-group-sm > button.navbar-btn, .page-messages .page-message .btn-group-sm > .navbar-btn.message-link {
    margin-top: 6px;
    margin-bottom: 6px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .Actions .btn-group-xs > input.navbar-btn, .Actions .btn-group-xs > button.navbar-btn, .page-messages .page-message .btn-group-xs > .navbar-btn.message-link {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 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: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #053566; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #031c35;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #053566; }
  .navbar-default .navbar-nav > li > a {
    color: #053566; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #032546;
      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: transparent; }
  .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: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #053566; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #032546;
        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: transparent; }
    .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: #053566; }
    .navbar-default .navbar-link:hover {
      color: #032546; }
  .navbar-default .btn-link {
    color: #053566; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #032546; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #ededed; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #ededed; }
  .navbar-inverse .navbar-nav > li > a {
    color: #ededed; }
    .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: #090909; }
  .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 {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #ededed; }
      .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: #090909; }
    .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: #ededed; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #ededed; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 10px 0;
  margin-bottom: 17px;
  list-style: none;
  background-color: transparent;
  border-radius: 7px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #fbeb84; }
  .breadcrumb > .active {
    color: #c7c7c7; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 7px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #074a84;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 7px;
      border-top-left-radius: 7px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 7px;
      border-top-right-radius: 7px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #03213b;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #c7c7c7;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .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: #eeeeee; }
  .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: #c7c7c7;
    background-color: #fff;
    cursor: not-allowed; }

.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; }
  .label:empty {
    display: none; }
  .btn .label, .Actions input .label, .Actions button .label, .page-messages .page-message .message-link .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #c7c7c7; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #aeaeae; }

.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: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c7c7c7;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .Actions input .badge, .Actions button .badge, .page-messages .page-message .message-link .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .Actions .btn-group-xs > input .badge, .Actions .btn-group-xs > button .badge, .page-messages .page-message .btn-group-xs > .message-link .badge,
  .btn-group-xs > .btn .badge, .Actions
  .btn-group-xs > input .badge, .Actions
  .btn-group-xs > button .badge, .page-messages .page-message
  .btn-group-xs > .message-link .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #074a84;
    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; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 54px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #074a84; }

.alert, div.field.required.holder-required .message, .parsley-errors-list > li, form .message {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 7px; }
  .alert h4, div.field.required.holder-required .message h4, .parsley-errors-list > li h4, form .message h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, div.field.required.holder-required .message .alert-link, .parsley-errors-list > li .alert-link, form .message .alert-link {
    font-weight: bold; }
  .alert > p, div.field.required.holder-required .message > p, .parsley-errors-list > li > p, form .message > p,
  .alert > ul, div.field.required.holder-required .message > ul, .parsley-errors-list > li > ul, form .message > ul {
    margin-bottom: 0; }
  .alert > p + p, div.field.required.holder-required .message > p + p, .parsley-errors-list > li > p + p, form .message > 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, form .message.good {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, form .message.good hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, form .message.good .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning, form .message.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr, form .message.warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link, form .message.warning .alert-link {
    color: #66512c; }

.alert-danger, div.field.required.holder-required .message.required, .parsley-errors-list > li, form .message.bad {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, div.field.required.holder-required .message.required hr, .parsley-errors-list > li hr, form .message.bad hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, div.field.required.holder-required .message.required .alert-link, .parsley-errors-list > li .alert-link, form .message.bad .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

.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-right-radius: 7px;
    border-top-left-radius: 7px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px; }

a.list-group-item,
button.list-group-item {
  color: #000; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #000;
    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 {
  background-color: #eeeeee;
  color: #c7c7c7;
  cursor: not-allowed; }
  .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: #c7c7c7; }

.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 .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  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, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  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: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 12px 20px 8px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 12px 20px 8px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.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-right-radius: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: -1; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 17px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .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: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #8199b2; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #053566;
    border-color: #8199b2; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #8199b2; }
    .panel-primary > .panel-heading .badge {
      color: #053566;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #8199b2; }

.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 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: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 10px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .Actions input + .btn, .Actions .modal-footer input + .btn, .modal-footer .Actions button + .btn, .Actions .modal-footer button + .btn, .modal-footer .page-messages .page-message .message-link + .btn, .page-messages .page-message .modal-footer .message-link + .btn, .modal-footer .Actions .btn + input, .Actions .modal-footer .btn + input, .modal-footer .Actions input + input, .Actions .modal-footer input + input, .modal-footer .Actions button + input, .Actions .modal-footer button + input, .modal-footer .page-messages .page-message .Actions .message-link + input, .Actions .modal-footer .page-messages .page-message .message-link + input, .page-messages .page-message .modal-footer .Actions .message-link + input, .Actions .page-messages .page-message .modal-footer .message-link + input, .modal-footer .Actions .btn + button, .Actions .modal-footer .btn + button, .modal-footer .Actions input + button, .Actions .modal-footer input + button, .modal-footer .Actions button + button, .Actions .modal-footer button + button, .modal-footer .page-messages .page-message .Actions .message-link + button, .Actions .modal-footer .page-messages .page-message .message-link + button, .page-messages .page-message .modal-footer .Actions .message-link + button, .Actions .page-messages .page-message .modal-footer .message-link + button, .modal-footer .page-messages .page-message .btn + .message-link, .page-messages .page-message .modal-footer .btn + .message-link, .modal-footer .Actions .page-messages .page-message input + .message-link, .page-messages .page-message .modal-footer .Actions input + .message-link, .Actions .modal-footer .page-messages .page-message input + .message-link, .page-messages .page-message .Actions .modal-footer input + .message-link, .modal-footer .Actions .page-messages .page-message button + .message-link, .page-messages .page-message .modal-footer .Actions button + .message-link, .Actions .modal-footer .page-messages .page-message button + .message-link, .page-messages .page-message .Actions .modal-footer button + .message-link, .modal-footer .page-messages .page-message .message-link + .message-link, .page-messages .page-message .modal-footer .message-link + .message-link {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .Actions input + .btn, .Actions .modal-footer .btn-group input + .btn, .modal-footer .btn-group .Actions button + .btn, .Actions .modal-footer .btn-group button + .btn, .modal-footer .btn-group .page-messages .page-message .message-link + .btn, .page-messages .page-message .modal-footer .btn-group .message-link + .btn, .modal-footer .btn-group .Actions .btn + input, .Actions .modal-footer .btn-group .btn + input, .modal-footer .btn-group .Actions input + input, .Actions .modal-footer .btn-group input + input, .modal-footer .btn-group .Actions button + input, .Actions .modal-footer .btn-group button + input, .modal-footer .btn-group .page-messages .page-message .Actions .message-link + input, .Actions .modal-footer .btn-group .page-messages .page-message .message-link + input, .page-messages .page-message .modal-footer .btn-group .Actions .message-link + input, .Actions .page-messages .page-message .modal-footer .btn-group .message-link + input, .modal-footer .btn-group .Actions .btn + button, .Actions .modal-footer .btn-group .btn + button, .modal-footer .btn-group .Actions input + button, .Actions .modal-footer .btn-group input + button, .modal-footer .btn-group .Actions button + button, .Actions .modal-footer .btn-group button + button, .modal-footer .btn-group .page-messages .page-message .Actions .message-link + button, .Actions .modal-footer .btn-group .page-messages .page-message .message-link + button, .page-messages .page-message .modal-footer .btn-group .Actions .message-link + button, .Actions .page-messages .page-message .modal-footer .btn-group .message-link + button, .modal-footer .btn-group .page-messages .page-message .btn + .message-link, .page-messages .page-message .modal-footer .btn-group .btn + .message-link, .modal-footer .btn-group .Actions .page-messages .page-message input + .message-link, .page-messages .page-message .modal-footer .btn-group .Actions input + .message-link, .Actions .modal-footer .btn-group .page-messages .page-message input + .message-link, .page-messages .page-message .Actions .modal-footer .btn-group input + .message-link, .modal-footer .btn-group .Actions .page-messages .page-message button + .message-link, .page-messages .page-message .modal-footer .btn-group .Actions button + .message-link, .Actions .modal-footer .btn-group .page-messages .page-message button + .message-link, .page-messages .page-message .Actions .modal-footer .btn-group button + .message-link, .modal-footer .btn-group .page-messages .page-message .message-link + .message-link, .page-messages .page-message .modal-footer .btn-group .message-link + .message-link {
    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, 0.5);
    box-shadow: 0 5px 15px rgba(0, 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: "Verdana", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 7px; }

.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 {
  bottom: 0;
  right: 5px;
  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: "Verdana", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control header.site-header .navbar .dropdown-menu .caret i, header.site-header .navbar .dropdown-menu .caret
  .carousel-control i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control header.site-header .navbar .dropdown-menu .caret i, header.site-header .navbar .dropdown-menu .caret
  .carousel-control i {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .Actions input, .Actions .carousel-caption input, .carousel-caption .Actions button, .Actions .carousel-caption button, .carousel-caption .page-messages .page-message .message-link, .page-messages .page-message .carousel-caption .message-link {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control header.site-header .navbar .dropdown-menu .caret i, header.site-header .navbar .dropdown-menu .caret
  .carousel-control i,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control header.site-header .navbar .dropdown-menu .caret i, header.site-header .navbar .dropdown-menu .caret .carousel-control i,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .GuideInternal header .navbar, .GuideContainer header .navbar, .GuideSection header .navbar,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.side-accordion .side-bar-title,
.side-accordion .side-bar-collapse-btn,
.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, .GuideInternal header .navbar, .GuideContainer header .navbar, .GuideSection header .navbar {
    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, .side-accordion .side-bar-title, .side-accordion .side-bar-collapse-btn {
    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, .GuideInternal .side.side-right, .GuideContainer .side.side-right, .GuideSection .side.side-right {
    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; } }

/*@import "../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_theme.scss";*/
/*@import '../../../bower_components/bootswatch/cerulean/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/cosmo/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/cyborg/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/darkly/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/flatly/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/journal/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/lumen/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/paper/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/readable/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/sandstone/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/simplex/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/slate/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/spacelab/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/superhero/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/united/_bootswatch.scss';*/
/*@import '../../../bower_components/bootswatch/yeti/_bootswatch.scss';*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .social-links a i.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x, .social-links a i.icon {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul, ul.list-icon {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li, ul.list-icon > li {
    position: relative; }

.fa-li, ul.list-icon li:before {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg, ul.list-icon li.fa-lg:before {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .social-links a i.fa-pull-left.icon {
  margin-right: .3em; }

.fa.fa-pull-right, .social-links a i.fa-pull-right.icon {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .social-links a i.pull-left.icon {
  margin-right: .3em; }

.fa.pull-right, .social-links a i.pull-right.icon {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before, .social-links a.share-ss-theme-twitter i.icon:before, .social-links a.twitter i.icon:before {
  content: ""; }

.fa-facebook-square:before, .social-links a.share-ss-theme-facebook i.icon:before, .social-links a.facebook i.icon:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before, .social-links a.share-ss-theme-linkedin i.icon:before, .social-links a.linkedin i.icon:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before, .social-links a.share-ss-theme-pinterest i.icon:before, .social-links a.pinterest i.icon:before {
  content: ""; }

.fa-google-plus-square:before, .social-links a.share-ss-theme-googleplus i.icon:before, .social-links a.googleplus i.icon:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before, .social-links a.share-ss-theme-youtube i.icon:before, .social-links a.youtube i.icon:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before, .social-links a.share-ss-theme-tumblr i.icon:before, .social-links a.tumblr i.icon:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before, .social-links a.share-ss-theme-email i.icon:before, .social-links a.email i.icon:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before, .social-links a.share-ss-theme-reddit i.icon:before, .social-links a.reddit i.icon:before {
  content: ""; }

.fa-stumbleupon-circle:before, .social-links a.share-ss-theme-stumbleupon i.icon:before, .social-links a.stumbleupon i.icon:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before, .social-links a.share-ss-theme-digg i.icon:before, .social-links a.digg i.icon:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before, .social-links a.share-ss-theme-share i.icon:before, .social-links a.share i.icon:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/vendor/ionicons//ionicons.eot?v=2.0.0");
  src: url("../fonts/vendor/ionicons//ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/vendor/ionicons//ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/vendor/ionicons//ionicons.woff?v=2.0.0") format("woff"), url("../fonts/vendor/ionicons//ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/*HEADER */
header.site-header {
  /*    .container{
            position: relative;
        }*/ }
  header.site-header:before, header.site-header:after {
    content: " ";
    display: table; }
  header.site-header:after {
    clear: both; }
  header.site-header .top {
    border-bottom: 5px solid #053566;
    /*height: $header-top-height;*/
    margin: 0 0 0 0;
    background-color: #00579a; }
    @media (max-width: 767px) {
      header.site-header .top {
        padding-top: 40px; } }
    .PageForResidents header.site-header .top {
      border-color: #fae046; }
    .PageForBusinesses header.site-header .top {
      border-color: #b0e96a; }
    .PageForVisitors header.site-header .top {
      border-color: #99d9f2; }
    header.site-header .top .header-logo-wrap, header.site-header .top .header-slogan-wrap {
      float: left; }
    header.site-header .top .header-logo-wrap {
      padding-top: 3px;
      margin-left: -2px; }
      header.site-header .top .header-logo-wrap img {
        height: 84px; }
      @media (max-width: 767px) {
        header.site-header .top .header-logo-wrap {
          padding: 24px 0 0 0;
          margin: 0;
          width: 100%;
          text-align: center; } }
    header.site-header .top .header-slogan-wrap {
      margin-left: 1.143em;
      color: #fff;
      padding-top: 8px;
      text-align: center;
      float: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        header.site-header .top .header-slogan-wrap {
          font-size: 11px; } }
      @media (max-width: 767px) {
        header.site-header .top .header-slogan-wrap {
          margin: 0 0 16px 0;
          font-size: 12px;
          width: 100%;
          text-align: center; } }
      header.site-header .top .header-slogan-wrap > h3 {
        color: #fff;
        font-size: 1.464em;
        text-shadow: 1px 1px 5px #333;
        font-family: Signika, "Comic Sans MS";
        margin: 10px 0 3px; }
      header.site-header .top .header-slogan-wrap > p {
        font-size: 1em;
        margin: 0;
        font-family: Georgia, "Courier New"; }
    header.site-header .top .header-buttons-wrap {
      float: right;
      height: 89px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header.site-header .top .header-buttons-wrap {
          width: 37%; } }
      @media (max-width: 767px) {
        header.site-header .top .header-buttons-wrap {
          float: none;
          width: 100%;
          height: auto;
          clear: both; } }
      header.site-header .top .header-buttons-wrap .header-button {
        color: #00579a;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        font-family: Signika, "Comic Sans MS";
        font-size: 15px;
        height: 89px;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px 5px white;
        box-shadow: 0px 0px 10px 3px rgba(88, 88, 88, 0.75) inset;
        line-height: 1; }
        @media (max-width: 767px) {
          header.site-header .top .header-buttons-wrap .header-button {
            display: block;
            width: 100%;
            height: 64px;
            font-size: 11px;
            line-height: 4; } }
        header.site-header .top .header-buttons-wrap .header-button .text {
          font-size: 15px; }
        header.site-header .top .header-buttons-wrap .header-button i {
          /*margin-right: 10px;*/
          height: 65px;
          line-height: 65px;
          display: block; }
          @media (max-width: 767px) {
            header.site-header .top .header-buttons-wrap .header-button i {
              height: auto;
              line-height: 1;
              display: inline-block;
              vertical-align: middle; } }
          header.site-header .top .header-buttons-wrap .header-button i:before {
            vertical-align: middle; }
          @media (min-width: 768px) and (max-width: 991px) {
            header.site-header .top .header-buttons-wrap .header-button i {
              height: 59px;
              line-height: 59px; }
              header.site-header .top .header-buttons-wrap .header-button i:before {
                max-height: 100%;
                vertical-align: top; }
              header.site-header .top .header-buttons-wrap .header-button i.ion-ios-people:before {
                line-height: 0.8; } }
          header.site-header .top .header-buttons-wrap .header-button i.ion-android-walk:before {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
            -ms-filter: "FlipH";
            filter: FlipH;
            text-shadow: -2px 2px 5px white;
            /*                    -moz-transform: scaleX(-1);
                                                            -o-transform: scaleX(-1);
                                                            -webkit-transform: scaleX(-1);
                                                            transform: scaleX(-1);
                                                            filter: FlipH;
                                                            -ms-filter: "FlipH";*/ }
        header.site-header .top .header-buttons-wrap .header-button:hover {
          text-decoration: none; }
        @media (min-width: 768px) and (max-width: 991px) {
          header.site-header .top .header-buttons-wrap .header-button {
            padding-left: 7.5px;
            padding-right: 7.5px; } }
  @media (max-width: 767px) {
    header.site-header .bottom {
      /*position: relative;*/
      /*@include  make-xs-column-pull(12);*/
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 20; } }
  header.site-header .bottom .navbar.navbar-default {
    background: #fff;
    border-bottom: 1px solid rgba(221, 239, 248, 0.125); }
    @media (max-width: 768px) {
      header.site-header .bottom .navbar.navbar-default {
        border-bottom: 1px solid #c7c7c7; } }
    @media (min-width: 768px) {
      header.site-header .bottom .navbar.navbar-default {
        background-image: -webkit-linear-gradient(top, rgba(221, 239, 248, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
        background-image: linear-gradient(to bottom, rgba(221, 239, 248, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); } }
    .theme-primary header.site-header .bottom .navbar.navbar-default {
      border-bottom: 1px solid rgba(250, 224, 70, 0.125);
      background-image: -webkit-linear-gradient(top, #f1f1a1 0%, #fff 100%);
      background-image: linear-gradient(to bottom, #f1f1a1 0%, #fff 100%); }
    .theme-secondary header.site-header .bottom .navbar.navbar-default {
      border-bottom: 1px solid rgba(176, 233, 106, 0.125);
      background-image: -webkit-linear-gradient(top, #b4e597 0%, #fff 100%);
      background-image: linear-gradient(to bottom, #b4e597 0%, #fff 100%); }
    .theme-tertiary header.site-header .bottom .navbar.navbar-default {
      border-bottom: 1px solid rgba(153, 217, 242, 0.125);
      background-image: -webkit-linear-gradient(top, rgba(221, 239, 248, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
      background-image: linear-gradient(to bottom, rgba(221, 239, 248, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%); }
  header.site-header ul#lang {
    float: right; }
    header.site-header ul#lang li {
      float: left;
      margin-left: 10px;
      list-style: none; }

body {
  overflow-x: hidden; }
  body #bg-image {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -1070; }
  @media (min-width: 992px) {
    body .page-content {
      -webkit-box-shadow: 10px 0px 20px -5px rgba(50, 50, 50, 0.75);
      box-shadow: 10px 0px 20px -5px rgba(50, 50, 50, 0.75); } }

header.page-header {
  padding: 12px 20px 8px 20px;
  border-bottom: 6px solid #fae046;
  margin: 0;
  background: #fff; }
  body.theme-primary header.page-header {
    border-color: #fae046; }
  body.theme-secondary header.page-header {
    border-color: #b0e96a; }
  body.theme-tertiary header.page-header {
    border-color: #99d9f2; }
  header.page-header h1 {
    color: #00579a;
    font-family: Signika, "Comic Sans MS";
    padding: 0;
    margin: 0;
    font-size: 20px; }

.side h3 {
  margin-top: 0; }

.side.right, .side.left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .side.right, .side.left {
      float: left;
      width: 25%; } }

.page-wrap {
  overflow: hidden; }
  .page-wrap > .container {
    position: relative;
    z-index: 1;
    background-color: rgba(7, 74, 132, 0.9); }

.center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .center {
      float: left;
      width: 100%; } }
  .center.has-right, .center.has-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .center.has-right, .center.has-left {
        float: left;
        width: 75%; } }
  .center.has-right.has-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .center.has-right.has-left {
        float: left;
        width: 50%; } }
  @media (min-width: 768px) {
    .center.has-left {
      padding-left: 0; } }
  .center .content.typography {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }

.content:before, .content:after {
  content: " ";
  display: table; }

.content:after {
  clear: both; }

a {
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

article.content.typography ul > li:last-child {
  margin-bottom: 8px; }

/*
// this class is the panel shell
.PanelCommon {
    background-color: $color-primary-inverse;
    padding-bottom: 20px;
    h3 {
        font-family: $font-family-common-1;
        border-bottom: 6px solid transparent;
        .fa {

        }
    }
    .PanelLinksWrap {
        padding-left: 5px;
        ul {
            padding: 0;
            margin: 0;
            li {
                list-style: none;
                padding: 2.5px 0;
                .fa {

                }
                a {
                    margin-left: 8px;
                }
            }
        }
        > a {
            display: inline-block;
        }
    }

    // decorate panel shell here
    &.PanelHomePopularLinks {
        height: $home-slider-height;
        background-color: $color-aftmost;
        h3 {
            @extend %heading-medium-inverse;
            background-color: $color-primary-dark-20;
            border-color: $color-primary-light-80;
            padding: 12.5px 20px;
            margin-bottom: 15px;
            .fa {
                float: right;
            }
        }
        .PanelLinksWrap {
            ul {
                li {
                    .fa {
                        color: $color-primary-dark-20; //053566
                    }
                    a {
                        @extend %paragraph-common;
                        margin-left: 8px;
                        color: $color-primary-dark-100;
                        font-family: $font-family-common-1;
                    }
                }
            }
            > a {
                @extend %paragraph-common;
                color: $color-primary-dark-30;
                font-family: $font-family-common-1;
                padding: 10px 0;
                font-weight: bold;
            }
        }
    }
    &.PanelHomeHotTopics, 
    &.PanelHotTopics {
        background-color: $color-aftmost;
        margin-bottom: 15px;
        h3 {
            @extend %heading-medium-inverse;
            background-color: $color-primary-light-20;
            border-color: $color-primary-light-50;
            padding: 12.5px 20px;
            margin-bottom: 15px;
            .fa {
                float: right;
            }
        }
        .container-fluid {
            padding-top: 15px;
            background-color: $color-aftmost;
        }
        .HotTopicItemWrap {
            &:not(:last-child) {
                border-bottom: 1px solid $gray-light;
                margin-bottom: 20px;
                padding-bottom: 10px;
            }
            .HotTopicItemImage {
                img {
                    box-shadow:$primary-outline-shadow;
                    margin-bottom: 5px;
                }
            }
            h4 {
                font-weight: bold;
                color: $color-primary-light-40;
                font-family: $font-family-common-1;
            }
            p {
                font-family: $font-family-common-1;
                color: $color-primary-dark-100;
            }
        }
        .PanelLinksWrap {
            .fa {
                color: $color-primary-light-50;
            }
        }
    }
    &.PanelServicesForResidents {
        h3 {
            @extend %heading-medium-inverse;
            background-color: $color-aftmost;
            border-color: $color-primary-light-70;
            color: $color-primary;
            padding: 12.5px 20px;
            margin-bottom: 15px;
            font-weight: bold;
            .fa {
                float: right;
            }
        }
        .PanelLinksWrap {
            ul {
                li {
                    .fa {
                        color: $color-primary-light-70;
                    }
                }
            }
        }
    }

}
.PanelCarousel {
    background-color: rgba($color-primary-inverse, .9);
    .carousel {
        height: $home-slider-height;
        .carousel-indicators {
            left: 0; 
            width: auto; 
            margin-left: 20px;             
            bottom: 0;
            li {
                background-color: rgba($color-primary-inverse, .75);
                padding: 10px;
                border-width: 0;
                &.active {
                    background-color: rgba($color-primary, .75);
                }
            }
        }
        .carousel-inner {
            height: $home-slider-height;
        }
        .carousel-caption {
            height: $home-slider-caption-height;
            width: $home-slider-caption-width;
            background-color: rgba($color-primary, .9);
            top: 100px;
            right: 0;
            left: auto;
            border-radius: 10px 0 0 10px;
            padding: 25px;
            text-align: left;
            h3 {
                @extend %heading-medium-inverse;
                font-family: $font-family-common-1;
                font-weight: bold;
            }
            p {
                @extend %paragraph-common-inverse;
                font-family: $font-family-common-1;
                padding: 7.5px 0;
            }
        }
        .carousel-control {
            display: none;
        }
    }
}
.LinkListingCommonOuter, .LinkListingPullRight {
    padding-right: 0;
}
.LinkListingPullLeft {
    padding-left: 0;
}
.LinkListingCommon {
    background-color: $color-primary-inverse;
    margin-bottom: 15px;
    .LinkListingBody {
        @extend %reset-list-element;
        padding: 15px 15px 30px 15px;
        > a {
            font-family: $font-family-common-1;
            color: $color-primary-dark-30;
            float: right;  
            font-weight: bold;
        }
    }
    ul {
        li {
            p {
                margin-bottom: 2px;
                .fa {
                    margin-right: 9px;
                }
            }
            em {
                margin-left: 13px;
            }
            a {
                color: $color-primary-dark-40;
                margin-left: 9px;
            }
        }
    }
    h3 {
        @extend %heading-medium;
        font-family: $font-family-common-1;
        font-weight: bold;
        border-bottom: 6px solid transparent;
        padding: 12.5px 20px;
        margin: 0;

    }
    &.ListingNews {
        .fa {
            color: $color-common-gamma;   
        }
        h3 {
            border-color: $color-common-gamma;
        }
    }
    &.ListingSpotlight {
        .fa {
            color: $color-common-alpha;   

        }
        h3 {
            border-color: $color-common-alpha;
        }

    }
    &.ListingInPrint {
        color: $color-primary-dark-100;   
        h3 {
            border-color: $color-common-beta;
        }
        li {
            .fa {
                color: $color-common-beta;
                margin-right: 5px;
            }
            a {
                color: $color-foremost;
                margin: 0;
            }
        }

    }
}
.PanelCTA {
    color: $color-foremost;
    border-radius: 5px;
    background-color: $color-primary-dark-40;
    padding: 10px;
    margin-bottom: 15px;
    h2 {
        @extend %heading-medium-inverse;
        font-family: $font-family-common-1;
    }
    p {
        @extend %paragraph-common-inverse;
    }
}*/
.theme-bg-primary {
  background-color: #fae046; }

a.theme-bg-primary:hover,
a.theme-bg-primary:focus {
  background-color: #f9d814; }

.theme-bg-secondary {
  background-color: #b0e96a; }

a.theme-bg-secondary:hover,
a.theme-bg-secondary:focus {
  background-color: #98e23e; }

.theme-bg-tertiary {
  background-color: #99d9f2; }

a.theme-bg-tertiary:hover,
a.theme-bg-tertiary:focus {
  background-color: #6cc8ec; }

.page-wrap > .container > .row {
  padding-top: 15px; }
  .page-wrap > .container > .row > .center {
    /*background: #fff;*/ }

@media (max-width: 767px) {
  .fc-popover, .fc-more-popover {
    top: 0 !important; } }

footer {
  background-color: #fff; }
  footer ul, footer ol {
    margin: 0;
    padding: 0; }
    footer ul li, footer ol li {
      /*padding: 1.5px 0;*/
      list-style: none; }
  footer > .top {
    background-image: -webkit-linear-gradient( top , rgba(0, 50, 88, 0.8) -2%, #00579a 5%, #00579a 100%);
    background-image: linear-gradient(to bottom, rgba(0, 50, 88, 0.8) -2%, #00579a 5%, #00579a 100%);
    background-color: #00579a;
    padding-top: 3px;
    min-height: 210px;
    color: #fff;
    font-family: Helvetica, "Courier New"; }
    footer > .top a {
      -webkit-transition: background-color 0.35s ease;
      -o-transition: background-color 0.35s ease;
      transition: background-color 0.35s ease;
      color: #fff; }
      footer > .top a.theme-alt {
        color: #a6d2e9; }
      footer > .top a:hover {
        color: #e6e6e6; }
    footer > .top > .container {
      padding: 0; }
      footer > .top > .container .row > .side-left {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          footer > .top > .container .row > .side-left {
            float: left;
            width: 50%; } }
        footer > .top > .container .row > .side-left > .side-left {
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          padding-left: 4px; }
          @media (min-width: 768px) {
            footer > .top > .container .row > .side-left > .side-left {
              float: left;
              width: 29.16667%; } }
        footer > .top > .container .row > .side-left > .side-right {
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          padding-left: 0; }
          @media (min-width: 768px) {
            footer > .top > .container .row > .side-left > .side-right {
              float: left;
              width: 70.83333%; } }
          footer > .top > .container .row > .side-left > .side-right .label, footer > .top > .container .row > .side-left > .side-right p {
            line-height: 1.42857;
            padding: 0;
            font-size: 14px;
            font-weight: normal; }
          footer > .top > .container .row > .side-left > .side-right .label {
            float: left; }
          footer > .top > .container .row > .side-left > .side-right .label + p {
            margin-left: 60px; }
        footer > .top > .container .row > .side-left > .side-left, footer > .top > .container .row > .side-left > .side-right {
          padding-top: 6px; }
      footer > .top > .container .row > .center {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          footer > .top > .container .row > .center {
            float: left;
            width: 25%; } }
      footer > .top > .container .row > .side-right {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          footer > .top > .container .row > .side-right {
            float: left;
            width: 25%; } }
  footer > .bottom {
    background-color: #feffff;
    background-image: -webkit-linear-gradient(top, #feffff 0%, #dededc 73%, #dededc 100%);
    background-image: linear-gradient(to bottom,#feffff 0%, #dededc 73%, #dededc 100%);
    /*        .FooterLinksWrap {
                    margin-top: 25px;
                    margin-bottom: 35px;
                    a {
                        font-family: $font-family-common-1;
                    }
                    h5 {
                        @extend %heading-small;
                        color: $footer-lower-heading-color;
                        font-family: $font-family-common-1;
                        border-bottom: 5px solid orange;
                        margin-bottom: 5px;
                        padding-bottom: 5px;
                        font-weight: bold;
                    }

                    ul.FooterLinksHeadings {
                        li {
                            h5 {
                                border-bottom: 2px solid transparent;
                            }
                            $colors : $footer-lower-heading-color-1, $footer-lower-heading-color-2, $footer-lower-heading-color-3, $footer-lower-heading-color-4, $footer-lower-heading-color-5, $footer-lower-heading-color-6;

                            &:nth-child(6n+1) {
                                h5 {
                                    border-color: $footer-lower-heading-color-1;
                                }
                            }
                            &:nth-child(6n+2) {
                                h5 {
                                    border-color: $footer-lower-heading-color-2;
                                }
                            }
                            &:nth-child(6n+3) {
                                h5 {
                                    border-color: $footer-lower-heading-color-3;
                                }
                            }
                            &:nth-child(6n+4) {
                                h5 {
                                    border-color: $footer-lower-heading-color-4;
                                }
                            }
                            &:nth-child(6n+5) {
                                h5 {
                                    border-color: $footer-lower-heading-color-5;
                                }
                            }
                            &:nth-child(6n+6) {
                                h5 {
                                    border-color: $footer-lower-heading-color-6;
                                }
                            }
                        }
                    }

                }*/ }
    footer > .bottom > .search-wrap {
      padding-top: 14px; }
      footer > .bottom > .search-wrap .inner form {
        display: table;
        width: 100%; }
      footer > .bottom > .search-wrap .inner .form-group, .form-horizontal footer > .bottom > .search-wrap .inner div.field.checkbox, footer > .bottom > .search-wrap .inner div.field.text, footer > .bottom > .search-wrap .inner div.field.textarea, footer > .bottom > .search-wrap .inner div.field.optionset, footer > .bottom > .search-wrap .inner div.field.dropdown, footer > .bottom > .search-wrap .inner div.field.datetime, footer > .bottom > .search-wrap .inner div.field.file, footer > .bottom > .search-wrap .inner div.field.creditcard, footer > .bottom > .search-wrap .inner div.field.phonenumber, footer > .bottom > .search-wrap .inner div.field.fieldgroup, footer > .bottom > .search-wrap .inner div.field.listbox, footer > .bottom > .search-wrap .inner div.field.radio, footer > .bottom > .search-wrap .inner div.field.checkbox {
        display: table-cell;
        width: auto;
        margin: 0; }
      footer > .bottom > .search-wrap .inner input[type="search"] {
        width: 100%;
        height: 34px;
        border-radius: 0; }
        @media (max-width: 767px) {
          footer > .bottom > .search-wrap .inner input[type="search"] {
            float: left; } }
      footer > .bottom > .search-wrap .inner .btn, footer > .bottom > .search-wrap .inner .Actions input, .Actions footer > .bottom > .search-wrap .inner input, footer > .bottom > .search-wrap .inner .Actions button, .Actions footer > .bottom > .search-wrap .inner button, footer > .bottom > .search-wrap .inner .page-messages .page-message .message-link, .page-messages .page-message footer > .bottom > .search-wrap .inner .message-link {
        display: table-cell;
        -webkit-transition: background-color 0.35s ease;
        -o-transition: background-color 0.35s ease;
        transition: background-color 0.35s ease;
        height: 34px;
        width: 34px;
        margin-left: 5px;
        padding: 0; }
      footer > .bottom > .search-wrap .btn-link-list {
        height: 34px; }
        footer > .bottom > .search-wrap .btn-link-list li {
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          height: 100%;
          padding-right: 0;
          padding-left: 1px; }
          @media (min-width: 768px) {
            footer > .bottom > .search-wrap .btn-link-list li {
              float: left;
              width: 33.33333%; } }
          @media (max-width: 767px) {
            footer > .bottom > .search-wrap .btn-link-list li {
              width: 100%;
              margin-bottom: 1px; } }
          footer > .bottom > .search-wrap .btn-link-list li a {
            height: 100%;
            line-height: 35px; }
    footer > .bottom > .footer-links {
      margin-top: 25px;
      margin-bottom: 35px; }
      footer > .bottom > .footer-links h5, footer > .bottom > .footer-links li {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      footer > .bottom > .footer-links a {
        font-family: Signika, "Comic Sans MS"; }
      footer > .bottom > .footer-links h5 {
        color: #737373;
        font-family: Signika, "Comic Sans MS";
        border-bottom: 2px solid;
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-weight: bold; }
      footer > .bottom > .footer-links > .row {
        margin-left: -30px;
        margin-right: -30px; }
        footer > .bottom > .footer-links > .row > div:nth-child(6n+1) h5 {
          border-color: #790100; }
        footer > .bottom > .footer-links > .row > div:nth-child(6n+2) h5 {
          border-color: #005799; }
        footer > .bottom > .footer-links > .row > div:nth-child(6n+3) h5 {
          border-color: #aacc50; }
        footer > .bottom > .footer-links > .row > div:nth-child(6n+4) h5 {
          border-color: #de1920; }
        footer > .bottom > .footer-links > .row > div:nth-child(6n+5) h5 {
          border-color: #5e9aa2; }
        footer > .bottom > .footer-links > .row > div:nth-child(6n+6) h5 {
          border-color: #f6a71c; }
      @media (max-width: 767px) {
        footer > .bottom > .footer-links ul {
          margin-bottom: 10px; } }
  @media (max-width: 767px) {
    footer > .top, footer > .bottom {
      padding-top: 10px; }
      footer > .top > .container, footer > .top > .footer-links, footer > .bottom > .container, footer > .bottom > .footer-links {
        padding: 0; }
        footer > .top > .container.footer-base, footer > .top > .footer-links.footer-base, footer > .bottom > .container.footer-base, footer > .bottom > .footer-links.footer-base {
          padding-top: 10px; }
        footer > .top > .container > .row, footer > .top > .container > .row > div > .row, footer > .top > .footer-links > .row, footer > .top > .footer-links > .row > div > .row, footer > .bottom > .container > .row, footer > .bottom > .container > .row > div > .row, footer > .bottom > .footer-links > .row, footer > .bottom > .footer-links > .row > div > .row {
          margin-left: 0;
          margin-right: 0;
          padding-bottom: 10px; } }
  footer .footer-base {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      footer .footer-base {
        text-align: center; } }
    footer .footer-base .about-footer-link {
      text-align: center;
      font-size: 12px;
      padding-top: 10px; }
    footer .footer-base .footer-copyright {
      float: right;
      color: #797979; }
  footer .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 5px 0; }
    footer .breadcrumb > li + li:before {
      content: " "; }

.breadcrumb {
  /*color: #fff;*/
  padding: 10px 0;
  color: #fff;
  background-color: transparent;
  text-align: right;
  margin-bottom: 10px; }
  .breadcrumb p {
    margin: 0; }
  .breadcrumb a {
    color: #fbeb84; }
    .PageForResidents .breadcrumb a {
      color: #eecb0e; }
    .PageForBusinesses .breadcrumb a {
      color: #7dd535; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb > li + li:before {
    content: "/ "; }

.btn, .Actions input, .Actions button, .page-messages .page-message .message-link {
  text-transform: none;
  font-family: Signika, "Comic Sans MS";
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btn.btn-primary, .Actions input.btn-primary, .Actions input.action, .Actions button.btn-primary, .Actions button.action, .Actions .btn.action, .Actions .page-messages .page-message .action.message-link, .page-messages .page-message .Actions .action.message-link, .page-messages .page-message .btn-primary.message-link {
    border: none; }
    .btn.btn-primary:hover, .Actions input.btn-primary:hover, .Actions input.action:hover, .Actions button.btn-primary:hover, .Actions button.action:hover, .Actions .btn.action:hover, .Actions .page-messages .page-message .action.message-link:hover, .page-messages .page-message .Actions .action.message-link:hover, .page-messages .page-message .btn-primary.message-link:hover {
      border: none;
      background-color: #0074cd; }

.btn.read-more, .Actions input.read-more, .Actions button.read-more, .page-messages .page-message .read-more.message-link {
  font-weight: bold;
  float: right; }

/*.fc-button{
    @extend .btn;
    @extend .btn-default;
}*/
/* font-family: $font-family-common-1;
            color: $color-primary-dark-30;
            float: right;
            font-weight: bold;*/
.fc-list-mode {
  display: inline-block;
  padding: .23em .6em; }
  .fc-list-mode:hover {
    text-decoration: none; }

.carousel .carousel-indicators {
  left: 10px;
  bottom: 9px;
  width: auto;
  margin: 0; }
  .carousel .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.75);
    width: 16px;
    height: 16px;
    border-width: 0; }
    .carousel .carousel-indicators li.active {
      background-color: rgba(0, 87, 154, 0.75); }

.carousel .carousel-inner {
  height: 295px; }

.carousel .carousel-caption {
  height: 121px;
  width: 41.1%;
  background-color: rgba(7, 74, 132, 0.9);
  top: 159px;
  right: 0;
  left: auto;
  border-radius: 10px 0 0 10px;
  padding: 20px 0 0 20px;
  text-align: left; }
  @media (max-width: 991px) {
    .carousel .carousel-caption {
      width: 90%;
      top: 133px; } }
  .carousel .carousel-caption h3 {
    font-family: Signika, "Comic Sans MS";
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px; }
  .carousel .carousel-caption p {
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0;
    line-height: 1.4; }
  .carousel .carousel-caption a {
    text-decoration: none; }
  .carousel .carousel-caption h3, .carousel .carousel-caption :hover, .carousel .carousel-caption :focus {
    color: #fff; }

.carousel .carousel-control {
  display: none; }

.collapse {
  height: auto;
  width: auto; }
  .collapse.width {
    position: relative;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    .collapse.width.in {
      width: auto; }

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease; }

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999;
  border-radius: 4px; }
  .bootstrap-datetimepicker-widget .btn, .bootstrap-datetimepicker-widget .Actions input, .Actions .bootstrap-datetimepicker-widget input, .bootstrap-datetimepicker-widget .Actions button, .Actions .bootstrap-datetimepicker-widget button, .bootstrap-datetimepicker-widget .page-messages .page-message .message-link, .page-messages .page-message .bootstrap-datetimepicker-widget .message-link {
    padding: 6px; }
  .bootstrap-datetimepicker-widget:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .bootstrap-datetimepicker-widget:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 7px; }
  .bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px; }
  .bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px; }
  .bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em; }
  .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0; }
  .bootstrap-datetimepicker-widget .datepicker > div {
    display: none; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
  .bootstrap-datetimepicker-widget td,
  .bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px; }
  .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #eeeeee;
    cursor: pointer; }
  .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: #c7c7c7; }
  .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #00579a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #c7c7c7;
    cursor: not-allowed; }
  .bootstrap-datetimepicker-widget td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px; }
    .bootstrap-datetimepicker-widget td span:hover {
      background: #eeeeee; }
    .bootstrap-datetimepicker-widget td span.active {
      background-color: #00579a;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .bootstrap-datetimepicker-widget td span.old {
      color: #c7c7c7; }
    .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
      background: none;
      color: #c7c7c7;
      cursor: not-allowed; }
  .bootstrap-datetimepicker-widget th.switch {
    width: 145px; }
  .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 18px; }
  .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #c7c7c7;
    cursor: not-allowed; }
  .bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer; }
    .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
      background: #eeeeee; }
  .bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px; }
  .bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px; }
  .bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0px !important; }

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px; } }

.dropdown-menu > li {
  position: relative; }

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -1px; }

/*.dropdown-menu.fade {
    @include default-transition(opacity);
    opacity: 0;
    display: block;
    overflow: hidden;
    height: 0;
    .open > & {
        opacity: 1;
        height: auto;
    }
}*/
.dropdown-menu.fade {
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  opacity: 0;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
  /*    min-width: 0;
    width: 0;
    height: 0;*/ }
  .open > .dropdown-menu.fade {
    opacity: 1;
    height: auto;
    padding: 5px 0;
    overflow: visible;
    /*        min-width: 160px; 
                width: auto;
                height: auto;*/ }

/* Custom theme fonts */
/*@include font-face-heading-alt(){
    font-family: Signika, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
}  */
@font-face {
  font-family: "hdc-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/theme/hdc-icons/hdc-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/theme/hdc-icons/hdc-icons.woff2") format("woff2"), url("../fonts/theme/hdc-icons/hdc-icons.woff") format("woff"), url("../fonts/theme/hdc-icons/hdc-icons.ttf") format("truetype"), url("../fonts/theme/hdc-icons/hdc-icons.svg#hdc-icons") format("svg"); }

[class^="hdc-icon-"], [class*=" hdc-icon-"] {
  font-family: 'hdc-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hdc-icon-residents:before {
  content: "\e900"; }

.hdc-icon-a-to-z:before {
  content: "\e800"; }

/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-thin-webfont",200);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-thin-italic-webfont", 200, italic);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-light-webfont",300);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-light-italic-webfont", 300, italic);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-regular-webfont",normal);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-regular-italic-webfont", normal, italic);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-bold-webfont",bold);*/
/*@include font-face("My themes font", "../fonts/theme/my-themes-font/my-themes-font-bold-italic-webfont", bold, italic);*/
.form-horizontal:before, .form-horizontal:after {
  content: " ";
  display: table; }

.form-horizontal:after {
  clear: both; }

.form-horizontal div.field.text > label, .form-horizontal div.field.textarea > label, .form-horizontal div.field.optionset > label, .form-horizontal div.field.dropdown > label, .form-horizontal div.field.datetime > label, .form-horizontal div.field.file > label, .form-horizontal div.field.creditcard > label, .form-horizontal div.field.phonenumber > label, .form-horizontal div.field.fieldgroup > label, .form-horizontal div.field.listbox > label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal div.field.text > label, .form-horizontal div.field.textarea > label, .form-horizontal div.field.optionset > label, .form-horizontal div.field.dropdown > label, .form-horizontal div.field.datetime > label, .form-horizontal div.field.file > label, .form-horizontal div.field.creditcard > label, .form-horizontal div.field.phonenumber > label, .form-horizontal div.field.fieldgroup > label, .form-horizontal div.field.listbox > label {
      float: left;
      width: 16.66667%; } }

.form-horizontal div.field.text > .middleColumn, .form-horizontal div.field.text > .description, .form-horizontal div.field.textarea > .middleColumn, .form-horizontal div.field.textarea > .description, .form-horizontal div.field.optionset > .middleColumn, .form-horizontal div.field.optionset > .description, .form-horizontal div.field.dropdown > .middleColumn, .form-horizontal div.field.dropdown > .description, .form-horizontal div.field.datetime > .middleColumn, .form-horizontal div.field.datetime > .description, .form-horizontal div.field.file > .middleColumn, .form-horizontal div.field.file > .description, .form-horizontal div.field.creditcard > .middleColumn, .form-horizontal div.field.creditcard > .description, .form-horizontal div.field.phonenumber > .middleColumn, .form-horizontal div.field.phonenumber > .description, .form-horizontal div.field.fieldgroup > .middleColumn, .form-horizontal div.field.fieldgroup > .description, .form-horizontal div.field.listbox > .middleColumn, .form-horizontal div.field.listbox > .description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal div.field.text > .middleColumn, .form-horizontal div.field.text > .description, .form-horizontal div.field.textarea > .middleColumn, .form-horizontal div.field.textarea > .description, .form-horizontal div.field.optionset > .middleColumn, .form-horizontal div.field.optionset > .description, .form-horizontal div.field.dropdown > .middleColumn, .form-horizontal div.field.dropdown > .description, .form-horizontal div.field.datetime > .middleColumn, .form-horizontal div.field.datetime > .description, .form-horizontal div.field.file > .middleColumn, .form-horizontal div.field.file > .description, .form-horizontal div.field.creditcard > .middleColumn, .form-horizontal div.field.creditcard > .description, .form-horizontal div.field.phonenumber > .middleColumn, .form-horizontal div.field.phonenumber > .description, .form-horizontal div.field.fieldgroup > .middleColumn, .form-horizontal div.field.fieldgroup > .description, .form-horizontal div.field.listbox > .middleColumn, .form-horizontal div.field.listbox > .description {
      float: left;
      width: 83.33333%; } }

.form-horizontal div.field.text > .description, .form-horizontal div.field.textarea > .description, .form-horizontal div.field.optionset > .description, .form-horizontal div.field.dropdown > .description, .form-horizontal div.field.datetime > .description, .form-horizontal div.field.file > .description, .form-horizontal div.field.creditcard > .description, .form-horizontal div.field.phonenumber > .description, .form-horizontal div.field.fieldgroup > .description, .form-horizontal div.field.listbox > .description {
  display: block; }
  @media (min-width: 768px) {
    .form-horizontal div.field.text > .description, .form-horizontal div.field.textarea > .description, .form-horizontal div.field.optionset > .description, .form-horizontal div.field.dropdown > .description, .form-horizontal div.field.datetime > .description, .form-horizontal div.field.file > .description, .form-horizontal div.field.creditcard > .description, .form-horizontal div.field.phonenumber > .description, .form-horizontal div.field.fieldgroup > .description, .form-horizontal div.field.listbox > .description {
      margin-left: 16.66667%; } }

@media (min-width: 768px) {
  .form-horizontal div.field.text.nolabel > .middleColumn, .form-horizontal div.field.text.nolabel > .description, .form-horizontal div.field.textarea.nolabel > .middleColumn, .form-horizontal div.field.textarea.nolabel > .description, .form-horizontal div.field.optionset.nolabel > .middleColumn, .form-horizontal div.field.optionset.nolabel > .description, .form-horizontal div.field.dropdown.nolabel > .middleColumn, .form-horizontal div.field.dropdown.nolabel > .description, .form-horizontal div.field.datetime.nolabel > .middleColumn, .form-horizontal div.field.datetime.nolabel > .description, .form-horizontal div.field.file.nolabel > .middleColumn, .form-horizontal div.field.file.nolabel > .description, .form-horizontal div.field.creditcard.nolabel > .middleColumn, .form-horizontal div.field.creditcard.nolabel > .description, .form-horizontal div.field.phonenumber.nolabel > .middleColumn, .form-horizontal div.field.phonenumber.nolabel > .description, .form-horizontal div.field.fieldgroup.nolabel > .middleColumn, .form-horizontal div.field.fieldgroup.nolabel > .description, .form-horizontal div.field.listbox.nolabel > .middleColumn, .form-horizontal div.field.listbox.nolabel > .description {
    margin-left: 16.66667%; } }

.form-horizontal div.field.checkbox {
  padding-left: 15px; }
  .form-horizontal div.field.checkbox input.checkbox {
    position: static; }
    @media (min-width: 768px) {
      .form-horizontal div.field.checkbox input.checkbox {
        margin-left: 16.66667%; } }
  .form-horizontal div.field.checkbox .parsley-errors-list {
    padding-left: 0; }

.form-horizontal div.field.optionset > .middleColumn .optionset {
  padding-left: 0;
  list-style: none;
  line-height: 1; }
  .form-horizontal div.field.optionset > .middleColumn .optionset > li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    min-height: 24px; }

.form-horizontal div.field.fieldgroup .fieldgroup-field {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  min-height: 24px; }

.form-horizontal div.field.required.holder-required .message {
  margin-left: 19.3%;
  margin-right: 15px; }
  @media (max-width: 768px) {
    .form-horizontal div.field.required.holder-required .message {
      margin-left: 15px;
      margin-right: 15px; } }

.form-horizontal .Actions {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .form-horizontal .Actions {
      float: left;
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .form-horizontal .Actions {
      margin-left: 16.66667%; } }
  .form-horizontal .Actions input:first-child {
    margin-left: 5px; }

.form-horizontal .parsley-errors-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal .parsley-errors-list {
      float: left;
      width: 83.33333%; } }
  @media (min-width: 768px) {
    .form-horizontal .parsley-errors-list {
      margin-left: 16.66667%; } }

@media (min-width: 768px) {
  .form-inline div.field.text > .middleColumn, .form-inline div.field.textarea > .middleColumn, .form-inline div.field.optionset > .middleColumn, .form-inline div.field.dropdown > .middleColumn, .form-inline div.field.datetime > .middleColumn, .form-inline div.field.file > .middleColumn, .form-inline div.field.creditcard > .middleColumn, .form-inline div.field.phonenumber > .middleColumn, .form-inline div.field.fieldgroup > .middleColumn, .form-inline div.field.listbox > .middleColumn, .form-inline div.field.radio > .middleColumn, .form-inline div.field.checkbox > .middleColumn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline > fieldset {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom; }
  .form-inline > .Actions {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; } }

div.field.required.holder-required {
  color: #a94442; }
  div.field.required.holder-required input[type="color"], div.field.required.holder-required input[type="date"], div.field.required.holder-required input[type="datetime"], div.field.required.holder-required input[type="datetime-local"], div.field.required.holder-required input[type="email"], div.field.required.holder-required input[type="month"], div.field.required.holder-required input[type="number"], div.field.required.holder-required input[type="password"], div.field.required.holder-required input[type="search"], div.field.required.holder-required input[type="tel"], div.field.required.holder-required input[type="text"], div.field.required.holder-required input[type="time"], div.field.required.holder-required input[type="url"], div.field.required.holder-required input[type="week"], div.field.required.holder-required input:not([type]), div.field.required.holder-required textarea, div.field.required.holder-required select {
    color: #a94442;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    div.field.required.holder-required input[type="color"]:focus, div.field.required.holder-required input[type="date"]:focus, div.field.required.holder-required input[type="datetime"]:focus, div.field.required.holder-required input[type="datetime-local"]:focus, div.field.required.holder-required input[type="email"]:focus, div.field.required.holder-required input[type="month"]:focus, div.field.required.holder-required input[type="number"]:focus, div.field.required.holder-required input[type="password"]:focus, div.field.required.holder-required input[type="search"]:focus, div.field.required.holder-required input[type="tel"]:focus, div.field.required.holder-required input[type="text"]:focus, div.field.required.holder-required input[type="time"]:focus, div.field.required.holder-required input[type="url"]:focus, div.field.required.holder-required input[type="week"]:focus, div.field.required.holder-required input:not([type]):focus, div.field.required.holder-required textarea:focus, div.field.required.holder-required select:focus {
      border-color: #843534;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  div.field.required.holder-required .message {
    clear: both;
    display: block; }

input[type="radio"].radio, input[type="checkbox"].checkbox {
  position: relative;
  display: inline;
  vertical-align: middle;
  min-height: 0;
  margin: 0; }
  input[type="radio"].radio + label, input[type="checkbox"].checkbox + label {
    margin: 0;
    padding: 0;
    display: inline;
    vertical-align: middle;
    min-height: 17px;
    font-weight: normal;
    cursor: pointer; }

input.parsley-success, .parsley-success input, select.parsley-success, .parsley-success select, textarea.parsley-success, .parsley-success textarea {
  color: #3c763d;
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  input.parsley-success:focus, .parsley-success input:focus, select.parsley-success:focus, .parsley-success select:focus, textarea.parsley-success:focus, .parsley-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

input.parsley-error, .parsley-error input, select.parsley-error, .parsley-error select, textarea.parsley-error, .parsley-error textarea {
  color: #a94442;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  input.parsley-error:focus, .parsley-error input:focus, select.parsley-error:focus, .parsley-error select:focus, textarea.parsley-error:focus, .parsley-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

input.checkbox.parsley-success, .parsley-success input.checkbox, input.radio.parsley-success, .parsley-success input.radio {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

input.checkbox.parsley-error, .parsley-error input.checkbox, input.radio.parsley-error, .parsley-error input.radio {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.field.creditcard input.creditcard {
  width: 90px;
  display: inline-block; }

.field.creditcard .parsley-errors-list {
  width: 105px;
  padding: 0;
  display: inline-block;
  padding-left: 15px; }
  .field.creditcard .parsley-errors-list:not(:first-of-type) {
    margin-left: -2px; }

.parsley-errors-list {
  padding-left: 0;
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 0; }
  .parsley-errors-list.filled {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: 8.5px; }

#MemberLoginForm_LoginForm {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
  padding-bottom: 6px; }
  @media (min-width: 768px) {
    #MemberLoginForm_LoginForm {
      float: left;
      width: 50%; } }

.list-heading {
  padding: 5px 0 1px 4px;
  margin-bottom: 6px;
  border-bottom: 2px solid;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: Signika, "Comic Sans MS";
  color: #fff; }
  .list-heading.theme-primary {
    border-color: #fae046; }
  .list-heading.theme-secondary {
    border-color: #b0e96a; }
  .list-heading.theme-tertiary {
    border-color: #99d9f2; }

.panel-hot-topics .image-wrap img {
  width: 100%;
  height: auto; }

.panel-hot-topics h4 {
  margin-top: 20px;
  margin-bottom: 4px;
  color: #00579a; }

.panel-hot-topics hr.seperator {
  margin-top: 23px;
  margin-bottom: 17px; }

.panel-hot-topics .item-wrap {
  padding-right: 20px; }

a, a i {
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease; }

ul.list-icon {
  line-height: 1.5;
  margin-left: 31px; }
  ul.list-icon li {
    position: relative;
    margin-bottom: 3px; }
    ul.list-icon li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      color: #053566; }
    ul.list-icon li .list-group-item {
      padding: 0; }

ul.circle li::before {
  content: ""; }

ul.plus li::before {
  content: ""; }

ul.arrow li::before {
  content: ""; }

ul.tick li::before {
  content: ""; }

.panel ul {
  margin-bottom: 0; }

.btn-link-list li {
  font-family: Signika, "Comic Sans MS";
  float: left;
  /*        &:not(:last-child) {
                    border-right: 1px solid $color-primary-inverse;
                }*/ }
  .btn-link-list li a {
    -webkit-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
    background-color: #00579a;
    color: #fff;
    width: 100%;
    display: block;
    margin-left: 1px; }
    .btn-link-list li a:hover {
      text-decoration: none;
      background-color: #0074cd; }
    .btn-link-list li a .fa, .btn-link-list li .social-links a i.icon, .social-links .btn-link-list li a i.icon {
      margin: 0 6px 0 10px;
      font-size: 16px; }

.quick-links-container {
  padding: 0;
  position: relative;
  z-index: 0; }
  .quick-links-container .quick-links-inner {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 4px; }
    @media (min-width: 992px) {
      .quick-links-container .quick-links-inner {
        position: absolute;
        top: 50px;
        left: 100%;
        width: 80px;
        border-radius: 0 10px 10px 0; }
        .quick-links-container .quick-links-inner li {
          border-bottom: 1px solid #c7c7c7; } }
    @media (max-width: 991px) {
      .quick-links-container .quick-links-inner {
        padding-bottom: 0;
        width: 100%;
        display: table; }
        .quick-links-container .quick-links-inner ul, .quick-links-container .quick-links-inner li, .quick-links-container .quick-links-inner .social-links {
          display: inline-block; }
        .quick-links-container .quick-links-inner ul.quick-links {
          vertical-align: middle;
          margin: 0; }
          .quick-links-container .quick-links-inner ul.quick-links > li {
            border-bottom: none;
            border-right: 1px solid #c7c7c7;
            vertical-align: middle;
            display: table-cell; }
            .quick-links-container .quick-links-inner ul.quick-links > li a {
              padding: 2px 0 7px 0;
              width: 65px; }
              .quick-links-container .quick-links-inner ul.quick-links > li a .text {
                display: block;
                word-spacing: 100px;
                overflow: hidden;
                height: 13px; }
              .quick-links-container .quick-links-inner ul.quick-links > li a i {
                -webkit-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
                height: 42px; }
                .quick-links-container .quick-links-inner ul.quick-links > li a i:before {
                  position: relative;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%);
                  display: inline-block; } }
    .quick-links-container .quick-links-inner .quick-links {
      padding-left: 0;
      list-style: none; }
      .quick-links-container .quick-links-inner .quick-links a {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        color: #000;
        font-size: 11px;
        display: block;
        display: block;
        line-height: 1;
        padding-top: 8px;
        padding-bottom: 8px;
        vertical-align: middle; }
        .quick-links-container .quick-links-inner .quick-links a:hover {
          /*text-shadow: 1px 1px 6px $primary-text-shadow-color;*/
          /*mixin glow-shadow($color:$primary-shadow-color){*/
          /*@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($primary-shadow-color, 20%));*/
          /*}*/
          text-decoration: none; }
          .quick-links-container .quick-links-inner .quick-links a:hover i {
            /*@include default-transition;*/
            text-shadow: 0 0 6px rgba(101, 101, 101, 0.75);
            color: #0074cd; }
        .quick-links-container .quick-links-inner .quick-links a i {
          display: block;
          color: #00579a;
          font-size: 47px;
          margin-bottom: 5px; }
          .quick-links-container .quick-links-inner .quick-links a i.fa, .quick-links-container .quick-links-inner .quick-links .social-links a i.icon, .social-links .quick-links-container .quick-links-inner .quick-links a i.icon {
            font-size: 31px; }
          .quick-links-container .quick-links-inner .quick-links a i[class^="hdc-icon-"], .quick-links-container .quick-links-inner .quick-links a i[class*=" hdc-icon-"] {
            font-size: 16px; }
    @media (max-width: 991px) {
      .quick-links-container .quick-links-inner .social-links {
        vertical-align: middle;
        padding: 0 0 0 11px; } }
    .quick-links-container .quick-links-inner .social-links a {
      display: block;
      float: none;
      padding-bottom: 4px; }
      .quick-links-container .quick-links-inner .social-links a .icon {
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        font-size: 36px; }
      @media (max-width: 991px) {
        .quick-links-container .quick-links-inner .social-links a {
          padding-bottom: 0; }
          .quick-links-container .quick-links-inner .social-links a .icon {
            font-size: 29px; } }
      .quick-links-container .quick-links-inner .social-links a:hover .icon {
        text-shadow: 0 0 6px rgba(101, 101, 101, 0.75); }
    @media (max-width: 991px) {
      .quick-links-container .quick-links-inner .social-links .share-on a {
        display: inline-block;
        margin-right: 5px; } }

.page-messages .page-message {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid transparent; }
  .page-messages .page-message:before, .page-messages .page-message:after {
    content: " ";
    display: table; }
  .page-messages .page-message:after {
    clear: both; }
  .page-messages .page-message .message-link {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .page-messages .page-message.message-primary {
    background: #00579a;
    color: #fff;
    border-color: #00579a;
    /*                .message-link{
                                    @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
                                }*/ }
    .page-messages .page-message.message-primary .message-link {
      color: #fff;
      background-color: #00579a;
      border-color: #00579a; }
      .page-messages .page-message.message-primary .message-link:focus, .page-messages .page-message.message-primary .message-link.focus {
        color: #fff;
        background-color: #003a67;
        border-color: #000f1b; }
      .page-messages .page-message.message-primary .message-link:hover {
        color: #fff;
        background-color: #003a67;
        border-color: #00345d; }
      .page-messages .page-message.message-primary .message-link:active, .page-messages .page-message.message-primary .message-link.active,
      .open > .page-messages .page-message.message-primary .message-link.dropdown-toggle {
        color: #fff;
        background-color: #003a67;
        border-color: #00345d; }
        .page-messages .page-message.message-primary .message-link:active:hover, .page-messages .page-message.message-primary .message-link:active:focus, .page-messages .page-message.message-primary .message-link:active.focus, .page-messages .page-message.message-primary .message-link.active:hover, .page-messages .page-message.message-primary .message-link.active:focus, .page-messages .page-message.message-primary .message-link.active.focus,
        .open > .page-messages .page-message.message-primary .message-link.dropdown-toggle:hover,
        .open > .page-messages .page-message.message-primary .message-link.dropdown-toggle:focus,
        .open > .page-messages .page-message.message-primary .message-link.dropdown-toggle.focus {
          color: #fff;
          background-color: #002643;
          border-color: #000f1b; }
      .page-messages .page-message.message-primary .message-link:active, .page-messages .page-message.message-primary .message-link.active,
      .open > .page-messages .page-message.message-primary .message-link.dropdown-toggle {
        background-image: none; }
      .page-messages .page-message.message-primary .message-link.disabled:hover, .page-messages .page-message.message-primary .message-link.disabled:focus, .page-messages .page-message.message-primary .message-link.disabled.focus, .page-messages .page-message.message-primary .message-link[disabled]:hover, .page-messages .page-message.message-primary .message-link[disabled]:focus, .page-messages .page-message.message-primary .message-link[disabled].focus,
      fieldset[disabled] .page-messages .page-message.message-primary .message-link:hover,
      fieldset[disabled] .page-messages .page-message.message-primary .message-link:focus,
      fieldset[disabled] .page-messages .page-message.message-primary .message-link.focus {
        background-color: #00579a;
        border-color: #00579a; }
      .page-messages .page-message.message-primary .message-link .badge {
        color: #00579a;
        background-color: #fff; }
  .page-messages .page-message.message-success {
    background: #dff0d8;
    color: #3c763d;
    border: #d6e9c6; }
    .page-messages .page-message.message-success .message-link {
      color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c; }
      .page-messages .page-message.message-success .message-link:focus, .page-messages .page-message.message-success .message-link.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625; }
      .page-messages .page-message.message-success .message-link:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439; }
      .page-messages .page-message.message-success .message-link:active, .page-messages .page-message.message-success .message-link.active,
      .open > .page-messages .page-message.message-success .message-link.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439; }
        .page-messages .page-message.message-success .message-link:active:hover, .page-messages .page-message.message-success .message-link:active:focus, .page-messages .page-message.message-success .message-link:active.focus, .page-messages .page-message.message-success .message-link.active:hover, .page-messages .page-message.message-success .message-link.active:focus, .page-messages .page-message.message-success .message-link.active.focus,
        .open > .page-messages .page-message.message-success .message-link.dropdown-toggle:hover,
        .open > .page-messages .page-message.message-success .message-link.dropdown-toggle:focus,
        .open > .page-messages .page-message.message-success .message-link.dropdown-toggle.focus {
          color: #fff;
          background-color: #398439;
          border-color: #255625; }
      .page-messages .page-message.message-success .message-link:active, .page-messages .page-message.message-success .message-link.active,
      .open > .page-messages .page-message.message-success .message-link.dropdown-toggle {
        background-image: none; }
      .page-messages .page-message.message-success .message-link.disabled:hover, .page-messages .page-message.message-success .message-link.disabled:focus, .page-messages .page-message.message-success .message-link.disabled.focus, .page-messages .page-message.message-success .message-link[disabled]:hover, .page-messages .page-message.message-success .message-link[disabled]:focus, .page-messages .page-message.message-success .message-link[disabled].focus,
      fieldset[disabled] .page-messages .page-message.message-success .message-link:hover,
      fieldset[disabled] .page-messages .page-message.message-success .message-link:focus,
      fieldset[disabled] .page-messages .page-message.message-success .message-link.focus {
        background-color: #5cb85c;
        border-color: #4cae4c; }
      .page-messages .page-message.message-success .message-link .badge {
        color: #5cb85c;
        background-color: #fff; }
  .page-messages .page-message.message-info {
    background: #d9edf7;
    color: #31708f;
    border: #bce8f1; }
    .page-messages .page-message.message-info .message-link {
      color: #fff;
      background-color: #5bc0de;
      border-color: #46b8da; }
      .page-messages .page-message.message-info .message-link:focus, .page-messages .page-message.message-info .message-link.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85; }
      .page-messages .page-message.message-info .message-link:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .page-messages .page-message.message-info .message-link:active, .page-messages .page-message.message-info .message-link.active,
      .open > .page-messages .page-message.message-info .message-link.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc; }
        .page-messages .page-message.message-info .message-link:active:hover, .page-messages .page-message.message-info .message-link:active:focus, .page-messages .page-message.message-info .message-link:active.focus, .page-messages .page-message.message-info .message-link.active:hover, .page-messages .page-message.message-info .message-link.active:focus, .page-messages .page-message.message-info .message-link.active.focus,
        .open > .page-messages .page-message.message-info .message-link.dropdown-toggle:hover,
        .open > .page-messages .page-message.message-info .message-link.dropdown-toggle:focus,
        .open > .page-messages .page-message.message-info .message-link.dropdown-toggle.focus {
          color: #fff;
          background-color: #269abc;
          border-color: #1b6d85; }
      .page-messages .page-message.message-info .message-link:active, .page-messages .page-message.message-info .message-link.active,
      .open > .page-messages .page-message.message-info .message-link.dropdown-toggle {
        background-image: none; }
      .page-messages .page-message.message-info .message-link.disabled:hover, .page-messages .page-message.message-info .message-link.disabled:focus, .page-messages .page-message.message-info .message-link.disabled.focus, .page-messages .page-message.message-info .message-link[disabled]:hover, .page-messages .page-message.message-info .message-link[disabled]:focus, .page-messages .page-message.message-info .message-link[disabled].focus,
      fieldset[disabled] .page-messages .page-message.message-info .message-link:hover,
      fieldset[disabled] .page-messages .page-message.message-info .message-link:focus,
      fieldset[disabled] .page-messages .page-message.message-info .message-link.focus {
        background-color: #5bc0de;
        border-color: #46b8da; }
      .page-messages .page-message.message-info .message-link .badge {
        color: #5bc0de;
        background-color: #fff; }
  .page-messages .page-message.message-warning {
    background: #fcf8e3;
    color: #8a6d3b;
    border: #faebcc; }
    .page-messages .page-message.message-warning .message-link {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #eea236; }
      .page-messages .page-message.message-warning .message-link:focus, .page-messages .page-message.message-warning .message-link.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d; }
      .page-messages .page-message.message-warning .message-link:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512; }
      .page-messages .page-message.message-warning .message-link:active, .page-messages .page-message.message-warning .message-link.active,
      .open > .page-messages .page-message.message-warning .message-link.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512; }
        .page-messages .page-message.message-warning .message-link:active:hover, .page-messages .page-message.message-warning .message-link:active:focus, .page-messages .page-message.message-warning .message-link:active.focus, .page-messages .page-message.message-warning .message-link.active:hover, .page-messages .page-message.message-warning .message-link.active:focus, .page-messages .page-message.message-warning .message-link.active.focus,
        .open > .page-messages .page-message.message-warning .message-link.dropdown-toggle:hover,
        .open > .page-messages .page-message.message-warning .message-link.dropdown-toggle:focus,
        .open > .page-messages .page-message.message-warning .message-link.dropdown-toggle.focus {
          color: #fff;
          background-color: #d58512;
          border-color: #985f0d; }
      .page-messages .page-message.message-warning .message-link:active, .page-messages .page-message.message-warning .message-link.active,
      .open > .page-messages .page-message.message-warning .message-link.dropdown-toggle {
        background-image: none; }
      .page-messages .page-message.message-warning .message-link.disabled:hover, .page-messages .page-message.message-warning .message-link.disabled:focus, .page-messages .page-message.message-warning .message-link.disabled.focus, .page-messages .page-message.message-warning .message-link[disabled]:hover, .page-messages .page-message.message-warning .message-link[disabled]:focus, .page-messages .page-message.message-warning .message-link[disabled].focus,
      fieldset[disabled] .page-messages .page-message.message-warning .message-link:hover,
      fieldset[disabled] .page-messages .page-message.message-warning .message-link:focus,
      fieldset[disabled] .page-messages .page-message.message-warning .message-link.focus {
        background-color: #f0ad4e;
        border-color: #eea236; }
      .page-messages .page-message.message-warning .message-link .badge {
        color: #f0ad4e;
        background-color: #fff; }
  .page-messages .page-message.message-danger {
    background: #f2dede;
    color: #a94442;
    border: #ebccd1; }
    .page-messages .page-message.message-danger .message-link {
      color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a; }
      .page-messages .page-message.message-danger .message-link:focus, .page-messages .page-message.message-danger .message-link.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19; }
      .page-messages .page-message.message-danger .message-link:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925; }
      .page-messages .page-message.message-danger .message-link:active, .page-messages .page-message.message-danger .message-link.active,
      .open > .page-messages .page-message.message-danger .message-link.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925; }
        .page-messages .page-message.message-danger .message-link:active:hover, .page-messages .page-message.message-danger .message-link:active:focus, .page-messages .page-message.message-danger .message-link:active.focus, .page-messages .page-message.message-danger .message-link.active:hover, .page-messages .page-message.message-danger .message-link.active:focus, .page-messages .page-message.message-danger .message-link.active.focus,
        .open > .page-messages .page-message.message-danger .message-link.dropdown-toggle:hover,
        .open > .page-messages .page-message.message-danger .message-link.dropdown-toggle:focus,
        .open > .page-messages .page-message.message-danger .message-link.dropdown-toggle.focus {
          color: #fff;
          background-color: #ac2925;
          border-color: #761c19; }
      .page-messages .page-message.message-danger .message-link:active, .page-messages .page-message.message-danger .message-link.active,
      .open > .page-messages .page-message.message-danger .message-link.dropdown-toggle {
        background-image: none; }
      .page-messages .page-message.message-danger .message-link.disabled:hover, .page-messages .page-message.message-danger .message-link.disabled:focus, .page-messages .page-message.message-danger .message-link.disabled.focus, .page-messages .page-message.message-danger .message-link[disabled]:hover, .page-messages .page-message.message-danger .message-link[disabled]:focus, .page-messages .page-message.message-danger .message-link[disabled].focus,
      fieldset[disabled] .page-messages .page-message.message-danger .message-link:hover,
      fieldset[disabled] .page-messages .page-message.message-danger .message-link:focus,
      fieldset[disabled] .page-messages .page-message.message-danger .message-link.focus {
        background-color: #d9534f;
        border-color: #d43f3a; }
      .page-messages .page-message.message-danger .message-link .badge {
        color: #d9534f;
        background-color: #fff; }
  .page-messages .page-message .message-title {
    margin: 2px 0 10px 0;
    font-size: 20px; }

.pagination-container {
  text-align: center; }

.panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel-title {
    color: #00579a;
    font-family: Signika, "Comic Sans MS";
    padding: 0;
    font-size: 20px; }
  .panel-heading {
    border-bottom: 6px solid #fae046; }
  .panel-primary .panel-title {
    color: #fff; }
  .panel-light .panel-heading {
    background-color: #fff;
    background-color: #0a75c7;
    border-color: #85bae3; }
    .panel-light .panel-heading .panel-title {
      color: #fff; }
  .panel.theme-primary .panel-heading, body.theme-primary .panel .panel-heading {
    border-color: #fae046; }
  .panel.theme-primary ul.list-icon li:before, body.theme-primary .panel ul.list-icon li:before {
    color: #fae046; }
  .panel.theme-secondary .panel-heading, body.theme-secondary .panel .panel-heading {
    border-color: #b0e96a; }
  .panel.theme-secondary ul.list-icon li:before, body.theme-secondary .panel ul.list-icon li:before {
    color: #b0e96a; }
  .panel.theme-tertiary .panel-heading, body.theme-tertiary .panel .panel-heading {
    border-color: #99d9f2; }
  .panel.theme-tertiary ul.list-icon li:before, body.theme-tertiary .panel ul.list-icon li:before {
    color: #99d9f2; }
  .panel ul.list-icon li:before {
    font-size: 14px;
    top: 0.2em; }
  .panel-links-list .list-group {
    margin-bottom: 20px;
    padding-left: 0; }
  .panel-links-list .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent; }
    .panel-links-list .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel-links-list .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .panel-links-list a.list-group-item,
  .panel-links-list button.list-group-item {
    color: #000; }
    .panel-links-list a.list-group-item .list-group-item-heading,
    .panel-links-list button.list-group-item .list-group-item-heading {
      color: #333; }
    .panel-links-list a.list-group-item:hover, .panel-links-list a.list-group-item:focus,
    .panel-links-list button.list-group-item:hover,
    .panel-links-list button.list-group-item:focus {
      text-decoration: none;
      color: #000;
      background-color: #f5f5f5; }
  .panel-links-list button.list-group-item {
    width: 100%;
    text-align: left; }
  .panel-links-list .list-group-item.disabled, .panel-links-list .list-group-item.disabled:hover, .panel-links-list .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #c7c7c7;
    cursor: not-allowed; }
    .panel-links-list .list-group-item.disabled .list-group-item-heading, .panel-links-list .list-group-item.disabled:hover .list-group-item-heading, .panel-links-list .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .panel-links-list .list-group-item.disabled .list-group-item-text, .panel-links-list .list-group-item.disabled:hover .list-group-item-text, .panel-links-list .list-group-item.disabled:focus .list-group-item-text {
      color: #c7c7c7; }
  .panel-links-list .list-group-item.active, .panel-links-list .list-group-item.active:hover, .panel-links-list .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-links-list .list-group-item.active .list-group-item-heading,
    .panel-links-list .list-group-item.active .list-group-item-heading > small,
    .panel-links-list .list-group-item.active .list-group-item-heading > .small, .panel-links-list .list-group-item.active:hover .list-group-item-heading,
    .panel-links-list .list-group-item.active:hover .list-group-item-heading > small,
    .panel-links-list .list-group-item.active:hover .list-group-item-heading > .small, .panel-links-list .list-group-item.active:focus .list-group-item-heading,
    .panel-links-list .list-group-item.active:focus .list-group-item-heading > small,
    .panel-links-list .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .panel-links-list .list-group-item.active .list-group-item-text, .panel-links-list .list-group-item.active:hover .list-group-item-text, .panel-links-list .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }
  .panel-links-list .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  .panel-links-list a.list-group-item-success,
  .panel-links-list button.list-group-item-success {
    color: #3c763d; }
    .panel-links-list a.list-group-item-success .list-group-item-heading,
    .panel-links-list button.list-group-item-success .list-group-item-heading {
      color: inherit; }
    .panel-links-list a.list-group-item-success:hover, .panel-links-list a.list-group-item-success:focus,
    .panel-links-list button.list-group-item-success:hover,
    .panel-links-list button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
    .panel-links-list a.list-group-item-success.active, .panel-links-list a.list-group-item-success.active:hover, .panel-links-list a.list-group-item-success.active:focus,
    .panel-links-list button.list-group-item-success.active,
    .panel-links-list button.list-group-item-success.active:hover,
    .panel-links-list button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
  .panel-links-list .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .panel-links-list a.list-group-item-info,
  .panel-links-list button.list-group-item-info {
    color: #31708f; }
    .panel-links-list a.list-group-item-info .list-group-item-heading,
    .panel-links-list button.list-group-item-info .list-group-item-heading {
      color: inherit; }
    .panel-links-list a.list-group-item-info:hover, .panel-links-list a.list-group-item-info:focus,
    .panel-links-list button.list-group-item-info:hover,
    .panel-links-list button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
    .panel-links-list a.list-group-item-info.active, .panel-links-list a.list-group-item-info.active:hover, .panel-links-list a.list-group-item-info.active:focus,
    .panel-links-list button.list-group-item-info.active,
    .panel-links-list button.list-group-item-info.active:hover,
    .panel-links-list button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
  .panel-links-list .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .panel-links-list a.list-group-item-warning,
  .panel-links-list button.list-group-item-warning {
    color: #8a6d3b; }
    .panel-links-list a.list-group-item-warning .list-group-item-heading,
    .panel-links-list button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
    .panel-links-list a.list-group-item-warning:hover, .panel-links-list a.list-group-item-warning:focus,
    .panel-links-list button.list-group-item-warning:hover,
    .panel-links-list button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
    .panel-links-list a.list-group-item-warning.active, .panel-links-list a.list-group-item-warning.active:hover, .panel-links-list a.list-group-item-warning.active:focus,
    .panel-links-list button.list-group-item-warning.active,
    .panel-links-list button.list-group-item-warning.active:hover,
    .panel-links-list button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
  .panel-links-list .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  .panel-links-list a.list-group-item-danger,
  .panel-links-list button.list-group-item-danger {
    color: #a94442; }
    .panel-links-list a.list-group-item-danger .list-group-item-heading,
    .panel-links-list button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
    .panel-links-list a.list-group-item-danger:hover, .panel-links-list a.list-group-item-danger:focus,
    .panel-links-list button.list-group-item-danger:hover,
    .panel-links-list button.list-group-item-danger:focus {
      color: #a94442;
      background-color: #ebcccc; }
    .panel-links-list a.list-group-item-danger.active, .panel-links-list a.list-group-item-danger.active:hover, .panel-links-list a.list-group-item-danger.active:focus,
    .panel-links-list button.list-group-item-danger.active,
    .panel-links-list button.list-group-item-danger.active:hover,
    .panel-links-list button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #a94442;
      border-color: #a94442; }
  .panel-links-list .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .panel-links-list .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .panel-links-list .list-group {
    margin-bottom: 6px; }
  .panel-links-list .btn-see-more {
    font-weight: bold;
    padding: 0 6px; }
  .panel-hot-topics li {
    margin-bottom: 0; }

.album-wrap .thumbnail-list {
  padding-left: 0;
  list-style: none;
  background: #fff;
  margin-left: 0px; }
  .album-wrap .thumbnail-list:before, .album-wrap .thumbnail-list:after {
    content: " ";
    display: table; }
  .album-wrap .thumbnail-list:after {
    clear: both; }
  .album-wrap .thumbnail-list > li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 17px; }
    @media (min-width: 992px) {
      .album-wrap .thumbnail-list > li {
        float: left;
        width: 25%; } }
  .album-wrap .thumbnail-list .thumbnail-container a {
    display: inline-block;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    /*border: 1px solid $thumbnail-border;*/
    border-radius: 7px;
    /*text-align: center;*/
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out; }
    .album-wrap .thumbnail-list .thumbnail-container a:hover, .album-wrap .thumbnail-list .thumbnail-container a:focus, .album-wrap .thumbnail-list .thumbnail-container a.active {
      border-color: #074a84; }
    .album-wrap .thumbnail-list .thumbnail-container a img {
      /*@include img-responsive;*/
      margin-left: auto;
      margin-right: auto;
      /*padding-bottom: 5px;*/ }

.photo-album-info {
  color: #333333; }
  .photo-album-info > p.description {
    height: 140px; }

.content, .typography {
  background: #fff; }

#SearchResults {
  list-style: none;
  margin-left: 0; }

.results-list .results-header, .results-list article {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .results-list .results-header .title, .results-list article .title {
    margin-top: 0; }
  .results-list .results-header:first-child, .results-list article:first-child {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px; }
  .results-list .results-header:last-child, .results-list article:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px; }

.search-result-wrap {
  background: #fff; }
  .search-result-wrap form {
    margin-bottom: 10px; }
    .search-result-wrap form:before, .search-result-wrap form:after {
      content: " ";
      display: table; }
    .search-result-wrap form:after {
      clear: both; }
    .search-result-wrap form label.hidden, .search-result-wrap form .search-query, .search-result-wrap form .btn.btn-default, .search-result-wrap form .Actions input.btn-default, .Actions .search-result-wrap form input.btn-default, .search-result-wrap form .Actions button.btn-default, .Actions .search-result-wrap form button.btn-default, .search-result-wrap form .page-messages .page-message .btn-default.message-link, .page-messages .page-message .search-result-wrap form .btn-default.message-link, .search-result-wrap form .form-group, .search-result-wrap form div.field.text, .search-result-wrap form div.field.textarea, .search-result-wrap form div.field.optionset, .search-result-wrap form div.field.dropdown, .search-result-wrap form div.field.datetime, .search-result-wrap form div.field.file, .search-result-wrap form div.field.creditcard, .search-result-wrap form div.field.phonenumber, .search-result-wrap form div.field.fieldgroup, .search-result-wrap form div.field.listbox, .search-result-wrap form div.field.radio, .search-result-wrap form div.field.checkbox {
      width: auto;
      display: inline !important;
      float: none; }
    .search-result-wrap form .search-query {
      max-width: 200px; }

.results-list {
  margin-bottom: 20px;
  padding-left: 0;
  padding-left: 0; }
  .results-list .results-header {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .results-list .results-header:before, .results-list .results-header:after {
      content: " ";
      display: table; }
    .results-list .results-header:after {
      clear: both; }
    .results-list .results-header .title, .results-list .results-header .page-count {
      margin: 0;
      padding: 0;
      vertical-align: middle;
      display: inline-block;
      line-height: 19px; }
    .results-list .results-header .title {
      color: inherit;
      float: left; }
    .results-list .results-header .page-count {
      float: right; }
  .results-list.no-indent article {
    margin-left: -10px; }

.status-ribbon {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px; }
  .status-ribbon:before, .status-ribbon:after {
    content: " ";
    display: table; }
  .status-ribbon:after {
    clear: both; }

.ribbon-strip {
  background-color: #fff;
  /*height: $ribbon-height;*/
  padding: 13px 1.125%;
  width: 102.3%;
  left: -1.125%;
  position: relative;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px -3px 11px 0px rgba(50, 50, 50, 0.265);
  z-index: 1; }
  .ribbon-strip:before, .ribbon-strip:after {
    position: absolute;
    z-index: -1;
    content: " ";
    background: rgba(255, 255, 255, 0.8);
    width: 14px;
    height: 33px;
    bottom: -12px; }
  .ribbon-strip:before {
    left: 0;
    -webkit-transform: skew(0deg, 61deg);
    -moz-transform: skew(0deg, 61deg);
    -ms-transform: skew(0deg, 61deg);
    -o-transform: skew(0deg, 61deg);
    transform: skew(0deg, 61deg); }
  .ribbon-strip:after {
    right: 0;
    -webkit-transform: skew(0deg, -61deg);
    -moz-transform: skew(0deg, -61deg);
    -ms-transform: skew(0deg, -61deg);
    -o-transform: skew(0deg, -61deg);
    transform: skew(0deg, -61deg); }
  .ribbon-strip .inner:before, .ribbon-strip .inner:after {
    content: " ";
    display: table; }
  .ribbon-strip .inner:after {
    clear: both; }
  .ribbon-strip > .inner {
    padding: 0px 21px; }
  .ribbon-separated .ribbon-strip {
    margin-top: 15px;
    margin-bottom: 25px; }
  .ribbon-strip .item > .inner > a {
    border-radius: 5px;
    display: block;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .ribbon-strip .item > .inner > a:hover, .ribbon-strip .item > .inner > a:focus, .ribbon-strip .item > .inner > a:active {
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(101, 101, 101, 0.75);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(101, 101, 101, 0.75);
      background: #f5f5f5; }
  .ribbon-strip .item .icon-wrap, .ribbon-strip .item .text-wrap {
    display: inline-block;
    vertical-align: middle;
    min-height: 20px; }
  .ribbon-strip .item .icon-wrap {
    width: 17%; }
    .ribbon-strip .item .icon-wrap img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  .ribbon-strip .item .text-wrap {
    width: 83%;
    padding-left: 10px; }
    .ribbon-strip .item .text-wrap h5 {
      color: #797979;
      font-family: Signika, "Comic Sans MS"; }
    .ribbon-strip .item .text-wrap p {
      color: #000;
      font-family: Signika, "Comic Sans MS";
      font-weight: bold; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
        1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
        2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
        3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
        4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
        5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
        6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
                6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
    sprites locations 
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
    sprites locations 
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
    sprites locations 
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.side-accordion .accordion-item .panel-title, .side-accordion .accordion-item li {
  white-space: nowrap; }

.side-accordion .accordion-item > .panel-heading a > i {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.side-accordion .accordion-item > .panel-heading a:not(.collapsed) {
  font-weight: bold; }
  .side-accordion .accordion-item > .panel-heading a:not(.collapsed) > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.side-accordion .side-bar-title h3 {
  display: none; }

.side-accordion .side-bar-collapse-btn > .glyphicon-chevron-left {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.side-accordion .side-bar-collapse-btn:not(.collapsed) > .glyphicon-chevron-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (min-width: 991px) {
  .side-accordion .side-bar-collapse {
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    overflow: visible !important; } }

/*@import "compass/reset/utilities";*/
.social-links {
  font-size: 11px;
  position: relative; }
  .social-links.right {
    float: right;
    text-align: right; }
    .social-links.right a {
      margin-left: 4.28571px; }
    .social-links.right .share-on, .social-links.right .follow-on {
      float: right; }
  .social-links.left {
    float: left;
    text-align: left; }
    .social-links.left a {
      margin-left: 6px; }
    .social-links.left .share-on, .social-links.left .follow-on {
      float: left; }
  header .social-links {
    position: absolute;
    top: 0; }
    header .social-links.left {
      left: 15px; }
    header .social-links.right {
      right: 15px; }
  .social-links a {
    color: #00579a;
    display: inline-block;
    float: left;
    text-decoration: none;
    border: 0; }
    .social-links a .fa-stack {
      height: auto;
      width: auto;
      line-height: 1; }
      .social-links a .fa-stack .fa.icon, .social-links a .fa-stack i.icon {
        position: relative; }
    .social-links a i.fa-inverse {
      bottom: 0.2142857143em;
      line-height: 0.85;
      right: 0;
      left: auto;
      width: auto;
      color: #002c4e;
      background: #fff;
      border-radius: 1em; }
    .social-links a:hover, .social-links a:active, .social-links a:focus {
      color: #0074cd;
      text-decoration: none;
      border: 0;
      outline: 0; }
      .social-links a:hover i.fa-inverse, .social-links a:active i.fa-inverse, .social-links a:focus i.fa-inverse {
        color: #000101; }
  .social-links .tag-line {
    display: none; }

header.site-header .navbar {
  border: none;
  border-radius: 0; }
  header.site-header .navbar a {
    font-family: Signika, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px; }
  header.site-header .navbar .caret {
    line-height: 16px;
    margin: -11.5px -11.5px -11.5px 0;
    padding: 11.5px 5.75px;
    top: 0;
    width: auto;
    height: auto;
    border: none; }
    header.site-header .navbar .caret i {
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    @media (max-width: 768px) {
      header.site-header .navbar .caret {
        float: right; } }
    header.site-header .navbar .caret:hover {
      background-color: rgba(26, 26, 26, 0);
      background-image: -webkit-linear-gradient(top, transparent 0%, rgba(26, 26, 26, 0) 100%);
      background-image: -o-linear-gradient(top, transparent 0%, rgba(26, 26, 26, 0) 100%);
      background-image: linear-gradient(to bottom, transparent 0%, rgba(26, 26, 26, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#001A1A1A', GradientType=0);
      border: none; }
  header.site-header .navbar .open > a > .caret i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  header.site-header .navbar .active .caret:hover {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #2e6da4 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #2e6da4 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #2e6da4 0%, #337ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2E6DA4', endColorstr='#FF337AB7', GradientType=0);
    border: none; }
  header.site-header .navbar .dropdown-menu ul li {
    text-indent: 5.75px; }
  header.site-header .navbar .dropdown-menu a {
    padding: 3px 20px;
    font-size: 15px; }
  header.site-header .navbar .dropdown-menu .caret {
    float: right;
    margin: -3px -20px;
    padding: 3px 5px; }
    @media (max-width: 768px) {
      header.site-header .navbar .dropdown-menu .caret i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); } }
  header.site-header .navbar .dropdown-menu .open > a > .caret i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (max-width: 768px) {
      header.site-header .navbar .dropdown-menu .open > a > .caret i {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); } }
  header.site-header .navbar .dropdown-menu .open > a > .caret:hover {
    background-color: #e2e2e2; }
  header.site-header .navbar .navbar-nav {
    width: 100%;
    position: relative; }
    header.site-header .navbar .navbar-nav > li {
      position: static; }
      @media (min-width: 768px) {
        header.site-header .navbar .navbar-nav > li .caret {
          display: none; }
        header.site-header .navbar .navbar-nav > li + li a:before {
          display: inline-block;
          content: "|\00a0";
          padding: 0 16px 0 3px;
          color: #BFBFBF;
          font-weight: 300; } }
      header.site-header .navbar .navbar-nav > li > .dropdown-menu {
        margin-left: -15px;
        margin-right: -15px;
        left: 0;
        right: 0; }
        header.site-header .navbar .navbar-nav > li > .dropdown-menu:before, header.site-header .navbar .navbar-nav > li > .dropdown-menu:after {
          content: " ";
          display: table; }
        header.site-header .navbar .navbar-nav > li > .dropdown-menu:after {
          clear: both; }
        header.site-header .navbar .navbar-nav > li > .dropdown-menu a {
          overflow: hidden;
          text-overflow: ellipsis; }
          header.site-header .navbar .navbar-nav > li > .dropdown-menu a:before {
            display: none;
            content: ""; }
        header.site-header .navbar .navbar-nav > li > .dropdown-menu > li {
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px; }
          @media (min-width: 992px) {
            header.site-header .navbar .navbar-nav > li > .dropdown-menu > li {
              float: left;
              width: 33.33333%; } }
          header.site-header .navbar .navbar-nav > li > .dropdown-menu > li.divider {
            display: none; }

/*#BlogContent{
    #breadcrumbs{
        text-align: right;
    }
}
.BlogTree{
    .results-list{
        clear:both;
    }
}  */
.blog-post-meta .title, .blog-post-meta a, .blog-post-meta .label {
  vertical-align: middle; }

.side .event-calendar-controls .calendar-widget .calendar-widget-table, body.home-page .home-content .side-right {
  width: 100%;
  table-layout: fixed;
  font-size: 12px; }
  .side .event-calendar-controls .calendar-widget .calendar-widget-table .prev, body.home-page .home-content .side-right .prev {
    float: left; }
  .side .event-calendar-controls .calendar-widget .calendar-widget-table .next, body.home-page .home-content .side-right .next {
    float: right; }
  .side .event-calendar-controls .calendar-widget .calendar-widget-table .prev, body.home-page .home-content .side-right .prev, .side .event-calendar-controls .calendar-widget .calendar-widget-table .show-month, body.home-page .home-content .side-right .show-month, .side .event-calendar-controls .calendar-widget .calendar-widget-table .next, body.home-page .home-content .side-right .next {
    color: #333333; }
    .side .event-calendar-controls .calendar-widget .calendar-widget-table .prev:hover, body.home-page .home-content .side-right .prev:hover, .side .event-calendar-controls .calendar-widget .calendar-widget-table .show-month:hover, body.home-page .home-content .side-right .show-month:hover, .side .event-calendar-controls .calendar-widget .calendar-widget-table .next:hover, body.home-page .home-content .side-right .next:hover {
      text-decoration: none; }
  .side .event-calendar-controls .calendar-widget .calendar-widget-table thead th, body.home-page .home-content .side-right thead th {
    border: none; }
  .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td, body.home-page .home-content .side-right tbody td {
    color: #333333;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    border: none; }
    .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-header-day, body.home-page .home-content .side-right tbody td.calendar-header-day {
      font-size: 10px; }
    .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-day.hasEvent, body.home-page .home-content .side-right tbody td.calendar-day.hasEvent {
      background: none; }
      .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-day.hasEvent:before, body.home-page .home-content .side-right tbody td.calendar-day.hasEvent:before {
        background: #337ab7;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        content: ' ';
        display: block;
        float: right; }
    .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-day.today, body.home-page .home-content .side-right tbody td.calendar-day.today {
      background: #337ab7;
      color: #fff; }
    .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-day:hover, body.home-page .home-content .side-right tbody td.calendar-day:hover, .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-day.selected, body.home-page .home-content .side-right tbody td.calendar-day.selected {
      background: #c7ddef; }
    .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody td.calendar-day.out-of-month, body.home-page .home-content .side-right tbody td.calendar-day.out-of-month {
      color: #c7c7c7;
      background: transparent; }
  .side .event-calendar-controls .calendar-widget .calendar-widget-table tbody .calendar-header td, body.home-page .home-content .side-right tbody .calendar-header td {
    background: none;
    background-color: transparent;
    color: #333333;
    font-weight: bold; }

.event-calendar-quick-nav {
  margin-top: 30px; }

.callout-contents:before, .callout-contents:after, .event-calendar-next-prev:before, .event-calendar-next-prev:after {
  content: " ";
  display: table; }

.callout-contents:after, .event-calendar-next-prev:after {
  clear: both; }

#Form_MonthJumpForm #Month {
  padding-bottom: 5px; }

#Form_MonthJumpForm #Year {
  padding-top: 5px; }

.event-calendar-next-prev {
  text-align: center; }
  .event-calendar-next-prev a:first-child {
    text-align: left;
    float: left; }
    .event-calendar-next-prev a:first-child:before {
      content: ' ‹ '; }
  .event-calendar-next-prev a:last-child {
    text-align: right;
    float: right; }
    .event-calendar-next-prev a:last-child:after {
      content: ' › '; }

.event-calendar-controls {
  padding: 0 15px 15px 15px; }

@media (max-width: 767px) {
  .event,
  .left {
    display: none; } }

.map-embed-wrap iframe {
  border: none;
  width: 100%;
  height: 450px; }

.GuideInternal > .container, .GuideContainer > .container, .GuideSection > .container {
  display: table;
  position: relative; }
  @media screen and (max-width: 767px) {
    .GuideInternal > .container, .GuideContainer > .container, .GuideSection > .container {
      padding-left: 0px;
      padding-right: 0px; } }
  .GuideInternal > .container > .center, .GuideInternal > .container > .right, .GuideInternal > .container > .left, .GuideContainer > .container > .center, .GuideContainer > .container > .right, .GuideContainer > .container > .left, .GuideSection > .container > .center, .GuideSection > .container > .right, .GuideSection > .container > .left {
    display: table-cell;
    min-height: 100%;
    float: none !important;
    vertical-align: top; }
  @media (max-width: 991px) {
    .GuideInternal > .container > .center, .GuideContainer > .container > .center, .GuideSection > .container > .center {
      width: 100%; } }
  .GuideInternal > .container .toggle-accordion, .GuideContainer > .container .toggle-accordion, .GuideSection > .container .toggle-accordion {
    float: right; }

body.home-page .status-ribbon {
  margin-bottom: 0; }

@media (min-width: 992px) {
  body.home-page header.site-header .bottom .navbar.navbar-default {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 5; } }
  @media (min-width: 992px) and (min-width: 992px) {
    body.home-page header.site-header .bottom .navbar.navbar-default {
      margin-left: 25%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    body.home-page header.site-header .bottom .navbar.navbar-default {
      float: left;
      width: 75%; } }

body.home-page > .page-wrap {
  position: relative; }
  @media (min-width: 992px) {
    body.home-page > .page-wrap {
      top: -42px;
      margin-bottom: -42px; } }
  @media (max-width: 991px) {
    body.home-page > .page-wrap {
      /*width: 100%;*/ } }
  body.home-page > .page-wrap > .container {
    position: relative;
    z-index: 1;
    background-color: rgba(7, 74, 132, 0.9); }
  body.home-page > .page-wrap > .home-content > .row > .container-fluid {
    padding-top: 15px; }

body.home-page .hero-unit {
  margin-left: -15px;
  margin-right: -15px;
  /*        .social-panel{
                    @include make-sm-column(3);
                }*/ }
  body.home-page .hero-unit:before, body.home-page .hero-unit:after {
    content: " ";
    display: table; }
  body.home-page .hero-unit:after {
    clear: both; }
  body.home-page .hero-unit .side-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.home-page .hero-unit .side-left {
        float: left;
        width: 25%; } }
    body.home-page .hero-unit .side-left .row, body.home-page .hero-unit .side-left .panel-links-list {
      height: 100%; }
    body.home-page .hero-unit .side-left .panel-links-list {
      margin-bottom: 0; }
      body.home-page .hero-unit .side-left .panel-links-list .panel-body .scroller {
        max-height: 180px;
        overflow: hidden; }
      body.home-page .hero-unit .side-left .panel-links-list .panel-body .btn-see-more {
        font-weight: bold;
        padding: 0 6px;
        margin-top: 8px; }
      body.home-page .hero-unit .side-left .panel-links-list a {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  body.home-page .hero-unit .side-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.home-page .hero-unit .side-right {
        float: left;
        width: 75%; } }
    body.home-page .hero-unit .side-right .carousel {
      z-index: 1; }
      body.home-page .hero-unit .side-right .carousel .carousel-inner > .item > img, body.home-page .hero-unit .side-right .carousel .carousel-inner > .item a > img {
        max-width: none;
        height: 100%;
        width: auto; }
  body.home-page .hero-unit .side-left, body.home-page .hero-unit .side-right {
    height: 295px; }

body.home-page .SpotlightBannerWrap {
  margin-bottom: 15px; }
  body.home-page .SpotlightBannerWrap .BannerSpotlight {
    border-radius: 7px;
    box-shadow: 10px 0px 20px -5px rgba(50, 50, 50, 0.75); }

body.home-page .home-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px; }
  body.home-page .home-content:before, body.home-page .home-content:after {
    content: " ";
    display: table; }
  body.home-page .home-content:after {
    clear: both; }
  body.home-page .home-content .side-left, body.home-page .home-content .side-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.home-page .home-content .side-left, body.home-page .home-content .side-right {
        float: left;
        width: 29.16667%; } }
  body.home-page .home-content .side-left .mCustomScrollbar {
    max-height: 100%;
    overflow: auto; }
  body.home-page .home-content .side-middle {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /*            @include if-sm-or-larger{
                            padding-right: 0;
                        }*/
    /*                  $sideLeft.find(".panel").css({height: "auto"});
                    $sideRight.find(".panel").css({height: "auto"}).find(".panel-body").css({height: "auto"});*/ }
    @media (min-width: 768px) {
      body.home-page .home-content .side-middle {
        float: left;
        width: 41.66667%; } }
    body.home-page .home-content .side-middle .panel {
      min-height: 149px;
      -webkit-transition: height 0.35s ease;
      -o-transition: height 0.35s ease;
      transition: height 0.35s ease; }
      body.home-page .home-content .side-middle .panel .panel-body {
        -webkit-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease; }
    body.home-page .home-content .side-middle .mCustomScrollbar {
      max-height: 100%;
      overflow: auto; }
    body.home-page .home-content .side-middle .panel-body {
      padding-bottom: 0; }
    body.home-page .home-content .side-middle .panel-footer {
      padding-top: 0;
      background: #fff;
      border: none; }
      body.home-page .home-content .side-middle .panel-footer:before, body.home-page .home-content .side-middle .panel-footer:after {
        content: " ";
        display: table; }
      body.home-page .home-content .side-middle .panel-footer:after {
        clear: both; }
      body.home-page .home-content .side-middle .panel-footer .read-more {
        padding: 0; }
  @media (min-width: 768px) {
    body.home-page .home-content .side-right {
      padding-right: 0; } }
  body.home-page .home-content .side-right .calendar-widget-table {
    min-width: 100%; }
  body.home-page .home-content .side-right .panel-body {
    padding: 0 15px 15px 15px; }
    body.home-page .home-content .side-right .panel-body:before, body.home-page .home-content .side-right .panel-body:after {
      content: " ";
      display: table; }
    body.home-page .home-content .side-right .panel-body:after {
      clear: both; }
  body.home-page .home-content .side-right .fb-page.fb_iframe_widget, body.home-page .home-content .side-right .fb-page.fb_iframe_widget > span .fb-page.fb_iframe_widget > span > iframe {
    width: 100%; }
  body.home-page .home-content .side-right .panel-body .fb-page {
    min-height: 400px; }
  body.home-page .home-content .side-right .event-calendar-controls {
    padding: 0;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    body.home-page .home-content .side-left, body.home-page .home-content .side-middle, body.home-page .home-content .side-right {
      padding-left: 0; } }

/*
.PanelHomePopularLinks {
    background-color: $color-primary-inverse;
    padding-bottom: 20px;
    h3 {
        @extend %heading-medium-inverse;
        background-color: $color-primary-dark-20;
        font-family: $font-family-common-1;
        border-bottom: 6px solid $color-primary-light-80;
        padding: 12.5px 20px;
        margin-bottom: 15px;
        .fa {
            float: right;
        }
    }
    .PanelLinksWrap {
        padding-left: 5px;
        ul {
            padding: 0;
            margin: 0;
            li {
                list-style: none;
                padding: 2.5px 0;
                .fa {
                    color: $color-primary-dark-20; //053566
                }
                a {
                    @extend %paragraph-common;
                    margin-left: 8px;
                    color: $color-primary-dark-100;
                    font-family: $font-family-common-1;
                }
            }
        }
        > a {
            @extend %paragraph-common;
            color: $color-primary;
            font-family: $font-family-common-1;
            padding: 10px 0;
            display: inline-block;
        }
    }
}
*/
.hub-hot-topic-page .carousel {
  margin-top: 15px;
  border-radius: 7px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden; }
  @media (max-width: 480px) {
    .hub-hot-topic-page .carousel {
      display: none; } }
  .hub-hot-topic-page .carousel .carousel-inner {
    height: auto; }
    .hub-hot-topic-page .carousel .carousel-inner > .item > img,
    .hub-hot-topic-page .carousel .carousel-inner > .item > a > img {
      min-width: 100%; }
  .hub-hot-topic-page .carousel .carousel-caption {
    background: url(../images/logo-silhouette.png);
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0;
    height: auto;
    width: auto;
    min-width: 411px;
    right: 10px;
    border-radius: 0;
    bottom: 10px;
    top: auto;
    padding-bottom: 2px;
    font-size: 57px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hub-hot-topic-page .carousel .carousel-caption {
        min-width: 345px;
        font-size: 48px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hub-hot-topic-page .carousel .carousel-caption {
        min-width: 274px;
        font-size: 37px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .hub-hot-topic-page .carousel .carousel-caption {
        min-width: 208px;
        font-size: 30px;
        bottom: 5px; } }
    @media (max-width: 480px) {
      .hub-hot-topic-page .carousel .carousel-caption {
        min-width: 208px;
        font-size: 30px;
        bottom: 5px; } }
    .hub-hot-topic-page .carousel .carousel-caption h3 {
      font-size: 1.842em;
      margin-bottom: 0;
      padding-left: 0.4em; }
    .hub-hot-topic-page .carousel .carousel-caption p {
      font-family: Signika, "Comic Sans MS";
      text-align: right;
      line-height: 0.8;
      padding-right: 0.5em;
      font-size: 1em; }

.index-page .pagination-warp {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .index-page .pagination-warp .pagination > li > a, .index-page .pagination-warp .pagination > li > span {
    padding: 12px 11px; }

.index-page ul.a-to-z-list {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  list-style: none; }
  .index-page ul.a-to-z-list > li {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 2px solid #BFBFBF; }
    .index-page ul.a-to-z-list > li:last-child {
      /*border-top: none;*/
      border-bottom: 2px solid #BFBFBF; }
  .index-page ul.a-to-z-list h2 {
    -webkit-transition: font-size 0.35s ease;
    -o-transition: font-size 0.35s ease;
    transition: font-size 0.35s ease;
    font-size: 38px;
    line-height: 41px; }
    .index-page ul.a-to-z-list h2.active {
      font-size: 46px;
      text-decoration: underline; }
  .index-page ul.a-to-z-list ul {
    padding-left: 0;
    list-style: none; }

.index-page .back-to-top-link {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(101, 101, 101, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(101, 101, 101, 0.75);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  opacity: 0; }
  .index-page .back-to-top-link.show {
    opacity: 1; }

.meta time, .meta label {
  display: inline;
  vertical-align: middle; }

.news-container .news-articles li {
  margin-bottom: 17px; }

.news-container .news-articles h4 {
  margin-bottom: 2px; }

.news-container .news-articles .news-summary {
  font-size: 11px; }

/* Include  within layout tag to override typography styles*/
#layout {
  /**********		Sitemap 	**************/ }

ul.sitemap {
  list-style: none;
  margin: 15px;
  padding: 15px;
  clear: both; }
  ul.sitemap li {
    background: transparent;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#00000000');
    background-repeat: repeat-x;
    background-position: 0;
    border-style: solid;
    border-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-left: none;
    border-right: none;
    z-index: 0;
    position: relative;
    line-height: 35px; }
    ul.sitemap li.initial.first {
      border-top: none; }
      ul.sitemap li.initial.first > a.sitemap-link {
        border-radius: 7px 7px 0 0; }
    ul.sitemap li.initial.last > a.sitemap-link {
      border-radius: 0 0 7px 7px; }
    ul.sitemap li a {
      /*&.has-children{*/
      margin-left: 30px;
      /*}*/ }
      ul.sitemap li a.sitemap-link {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*padding-left:  $grid-gutter-width;*/
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        /*margin: 0 5px 0 0;*/
        /*margin-left: 30px;*/ }
        ul.sitemap li a.sitemap-link img {
          border: none; }
        ul.sitemap li a.sitemap-link .sitetree-icon {
          /*margin: 0 5px 0 15px;*/ }
        ul.sitemap li a.sitemap-link:hover {
          color: #000;
          text-decoration: none;
          background-color: transparent; }
    ul.sitemap li li {
      margin-left: 25px; }
    ul.sitemap li ul {
      margin: 0;
      list-style: none;
      height: auto;
      border: none;
      padding: 0; }
      ul.sitemap li ul li {
        border-top-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.6);
        text-indent: 15px;
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, transparent 0, transparent 100%);
        background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00000000', endColorstr='#00000000');
        background-repeat: repeat-x;
        background-position: 0; }
        ul.sitemap li ul li.first {
          border-top: 2px solid transparent; }
        ul.sitemap li ul li.last {
          border-bottom: 2px solid transparent; }
  ul.sitemap .page-toggle {
    text-indent: 0;
    left: 0px;
    top: 0px;
    z-index: 5;
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 36px;
    line-height: 36px; }
    ul.sitemap .page-toggle .button {
      margin-left: 10px;
      display: block; }
      ul.sitemap .page-toggle .button:hover {
        cursor: pointer; }
        ul.sitemap .page-toggle .button:hover .toggleIco {
          opacity: 0.7; }
      ul.sitemap .page-toggle .button .toggleIco {
        line-height: 20px;
        text-decoration: none;
        color: #000;
        margin-top: 2px;
        opacity: 0.3;
        height: 20px;
        width: 20px; }

/*# sourceMappingURL=layout.css.map */
