@charset "UTF-8";
/* Fonts & Icons */
@font-face {
  font-family: "GE";
  src: url("../fonts/icons/GE.eot");
  src: url("../fonts/icons/GE.eot?#iefix") format("eot"), url("../fonts/icons/GE.woff2") format("woff2"), url("../fonts/icons/GE.woff") format("woff"), url("../fonts/icons/GE.ttf") format("truetype"), url("../fonts/icons/GE.svg#GE") format("svg"); }

.icon-avatar:before, .icon-chat:before, .icon-communication-2:before, .icon-credit-card:before, .icon-download:before, .icon-earth-globe:before, .icon-event:before, .icon-link-symbol:before, .icon-lock:before, .icon-package:before, .icon-pencil:before, .icon-plus:before, .icon-shopping-cart:before, .icon-speech:before, .icon-star:before, .icon-training:before, .icon-truck:before {
  font-family: "GE";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-avatar:before {
  content: ""; }

.icon-chat:before {
  content: ""; }

.icon-communication-2:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-earth-globe:before {
  content: ""; }

.icon-event:before {
  content: ""; }

.icon-link-symbol:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-package:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-speech:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-training:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

/* Generics */
/* Extensions */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  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 {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 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: 6px; }

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  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: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  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-right: 5px;
    padding-left: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 992px) {
  .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; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .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: 20px;
  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: 4px; }

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: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-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; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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 > 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 {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

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: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    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.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 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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 {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .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,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

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

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

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d4d4d4;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 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;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .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 {
      margin-bottom: 5px;
      text-align: center; }
  .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: 4px; }
  .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: 4px 4px 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-left-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .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-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .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; } }
  @media (min-width: 992px) {
    .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; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .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: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 40px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 991px) {
    .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: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 3px;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .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: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 991px) {
    .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: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #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-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-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #a5a6a8;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .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;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

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

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

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

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

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

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

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 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 {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .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: #777777; }
  .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; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

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

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

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

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table: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: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table: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-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .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: 3px; }
    .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: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #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: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 6px; }

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .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 {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

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

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

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0; }
  .list-inline li {
    display: inline-block;
    padding-left: 0;
    padding-right: 0; }
    .list-inline li:not(:last-child) {
      margin-right: 5px; }

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

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

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

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

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

.fa-flip-vertical {
  transform: scaleY(-1); }

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

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

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

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

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

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

.fa-arrows:before {
  content: "\f047"; }

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

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

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

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

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

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-check:before {
  content: "\f00c"; }

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

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

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

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

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

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

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

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

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

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

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

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

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

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

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

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

.fa-external-link-alt:before {
  content: "\f35d"; }

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

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

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

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

.fa-level-down-alt:before {
  content: "\f3be"; }

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

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

.fa-location:before {
  content: "\f601"; }

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

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

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

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

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

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

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

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

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

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

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

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

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

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

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

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

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

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

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

.fa-volume-slash:before {
  content: "\f2e2"; }

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

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/webfonts/fa-brands-400.eot);
  src: url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/webfonts/fa-light-300.eot);
  src: url(../fonts/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-light-300.woff2) format("woff2"), url(../fonts/webfonts/fa-light-300.woff) format("woff"), url(../fonts/webfonts/fa-light-300.ttf) format("truetype"), url(../fonts/webfonts/fa-light-300.svg#fontawesome) format("svg"); }

.fal {
  font-weight: 300; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/webfonts/fa-regular-400.eot);
  src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.fal, .far {
  font-family: "Font Awesome 5 Pro"; }

.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/webfonts/fa-solid-900.eot);
  src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

.fa {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 *
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track.vertical {
  top: 0; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -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);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Add-ons */
@-webkit-keyframes growUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-moz-keyframes growUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-o-keyframes growUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-ms-keyframes growUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes growUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-webkit-keyframes ge-nudge {
  15% {
    transform: translate(-2.5px) rotate(0); }
  30% {
    transform: translate(-5.5px) rotate(0); }
  45% {
    transform: translate(6.5px) rotate(0); }
  60% {
    transform: translate(5.5px) rotate(0); }
  75% {
    transform: translate(-0.5px) rotate(0); }
  90% {
    transform: translate(3.5px) rotate(0); }
  0%,
  to {
    transform: translate(0) rotate(0); } }

@-moz-keyframes ge-nudge {
  15% {
    transform: translate(-2.5px) rotate(0); }
  30% {
    transform: translate(-5.5px) rotate(0); }
  45% {
    transform: translate(6.5px) rotate(0); }
  60% {
    transform: translate(5.5px) rotate(0); }
  75% {
    transform: translate(-0.5px) rotate(0); }
  90% {
    transform: translate(3.5px) rotate(0); }
  0%,
  to {
    transform: translate(0) rotate(0); } }

@-o-keyframes ge-nudge {
  15% {
    transform: translate(-2.5px) rotate(0); }
  30% {
    transform: translate(-5.5px) rotate(0); }
  45% {
    transform: translate(6.5px) rotate(0); }
  60% {
    transform: translate(5.5px) rotate(0); }
  75% {
    transform: translate(-0.5px) rotate(0); }
  90% {
    transform: translate(3.5px) rotate(0); }
  0%,
  to {
    transform: translate(0) rotate(0); } }

@-ms-keyframes ge-nudge {
  15% {
    transform: translate(-2.5px) rotate(0); }
  30% {
    transform: translate(-5.5px) rotate(0); }
  45% {
    transform: translate(6.5px) rotate(0); }
  60% {
    transform: translate(5.5px) rotate(0); }
  75% {
    transform: translate(-0.5px) rotate(0); }
  90% {
    transform: translate(3.5px) rotate(0); }
  0%,
  to {
    transform: translate(0) rotate(0); } }

@keyframes ge-nudge {
  15% {
    transform: translate(-2.5px) rotate(0); }
  30% {
    transform: translate(-5.5px) rotate(0); }
  45% {
    transform: translate(6.5px) rotate(0); }
  60% {
    transform: translate(5.5px) rotate(0); }
  75% {
    transform: translate(-0.5px) rotate(0); }
  90% {
    transform: translate(3.5px) rotate(0); }
  0%,
  to {
    transform: translate(0) rotate(0); } }

@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fade-in-back {
  from {
    opacity: 1;
    transform: translateY(-10px); }
  to {
    opacity: 0;
    transform: translateY(0); } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes pulsate2 {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1.0; } }

@-moz-keyframes pulsate2 {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1.0; } }

@-o-keyframes pulsate2 {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1.0; } }

@-ms-keyframes pulsate2 {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1.0; } }

@keyframes pulsate2 {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-ms-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-moz-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-ms-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes scale-in-br {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-moz-keyframes scale-in-br {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-o-keyframes scale-in-br {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-ms-keyframes scale-in-br {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; } }

@keyframes scale-in-br {
  0% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-webkit-keyframes scale-out-br {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-moz-keyframes scale-out-br {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-o-keyframes scale-out-br {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-ms-keyframes scale-out-br {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; } }

@keyframes scale-out-br {
  0% {
    transform: scale(1);
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    transform: scale(0);
    transform-origin: 100% 100%;
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }

@-moz-keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }

@-o-keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }

@-ms-keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }

@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }

/* Base framework */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  font-size: 16px;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

ol {
  margin-bottom: 0; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Remove the box-shadow from active button
 */
.btn:active {
  box-shadow: none; }

/**
 * Remove the rounded corners from button
 */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove native close icon for input in IE
 */
input::-ms-clear {
  display: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ng-pristine.ng-invalid-required {
  box-shadow: none; }

.tab-pane img {
  max-width: 100%; }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brand/type/GEInspiraSans-Regular-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSans-Regular-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSans-Regular-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/brand/type/GEInspiraSans-Italic-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSans-Italic-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSans-Italic-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/brand/type/GEInspiraSans-Bold-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSans-Bold-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSans-Bold-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/brand/type/GEInspiraSans-BoldItalic-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSans-BoldItalic-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSans-BoldItalic-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brand/type/GEInspiraSerif-Regular-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSerif-Regular-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSerif-Regular-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/brand/type/GEInspiraSerif-Italic-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSerif-Italic-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSerif-Italic-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/brand/type/GEInspiraSerif-Bold-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSerif-Bold-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSerif-Bold-v01.otf") format("opentype"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/brand/type/GEInspiraSerif-BoldItalic-v01.woff2") format("woff2"), url("../fonts/brand/type/GEInspiraSerif-BoldItalic-v01.woff") format("woff"), url("../fonts/brand/type/GEInspiraSerif-BoldItalic-v01.otf") format("opentype"); }

@font-face {
  font-family: "Nanum Gothic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/brand/type/NanumGothic-Regular.woff2") format("woff2"), url("../fonts/brand/type/NanumGothic-Regular.woff") format("woff"), url("../fonts/brand/type/NanumGothic-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Nanum Gothic";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/brand/type/NanumGothic-Regular.woff2") format("woff2"), url("../fonts/brand/type/NanumGothic-Regular.woff") format("woff"), url("../fonts/brand/type/NanumGothic-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Nanum Gothic";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/brand/type/NanumGothic-Bold.woff2") format("woff2"), url("../fonts/brand/type/NanumGothic-Bold.woff") format("woff"), url("../fonts/brand/type/NanumGothic-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Nanum Gothic";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/brand/type/NanumGothic-Bold.woff2") format("woff2"), url("../fonts/brand/type/NanumGothic-Bold.woff") format("woff"), url("../fonts/brand/type/NanumGothic-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Cytiva Aktiv";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/cytiva-aktiv/cytiva-aktiv_w_rg.woff2") format("woff2"), url("../fonts/cytiva-aktiv/cytiva-aktiv_w_rg.woff") format("woff"); }

@font-face {
  font-family: "Cytiva Aktiv";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/cytiva-aktiv/cytiva-aktiv_w_it.woff2") format("woff2"), url("../fonts/cytiva-aktiv/cytiva-aktiv_w_it.woff") format("woff"); }

@font-face {
  font-family: "Cytiva Aktiv";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/cytiva-aktiv/cytiva-aktiv_w_bd.woff2") format("woff2"), url("../fonts/cytiva-aktiv/cytiva-aktiv_w_bd.woff") format("woff"); }

@font-face {
  font-family: "Cytiva Aktiv";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/cytiva-aktiv/cytiva-aktiv_w_bdit.woff2") format("woff2"), url("../fonts/cytiva-aktiv/cytiva-aktiv_w_bdit.woff") format("woff"); }

html {
  display: flex;
  min-height: 100%;
  font-family: 'GE Inspira Sans', 'Nanum Gothic', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  background-color: #fff;
  color: #2f3133; }

body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-size: 1.125rem;
  line-height: 1.643rem; }

.centered {
  text-align: center; }

main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }
  main h2.head-title {
    font-size: 2.281em; }

.ge-layout {
  flex: 1 0 auto;
  flex-direction: column; }
  .ge-layout .ge-layout {
    flex: none; }
  .ge-layout.-indent--30-0-60--xs-15-0 {
    padding-top: 30px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .ge-layout.-indent--30-0-60--xs-15-0 {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .ge-layout.-indent--md-50-0-0 {
    padding-top: 30px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .ge-layout.-indent--md-50-0-0 {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media (min-width: 768px) {
      .ge-layout.-indent--md-50-0-0 {
        padding-top: 50px; } }
  .ge-layout.-indent--zero {
    padding-top: 0;
    padding-bottom: 0; }
  .ge-layout.-indent--25-0-40 {
    padding-top: 25px;
    padding-bottom: 40px; }
  .ge-layout.-indent--50-0-40 {
    padding-top: 50px;
    padding-bottom: 40px; }
  .ge-layout.-indent--50-0-0 {
    padding-top: 50px; }
  .ge-layout.-indent--0-0-100 {
    padding-bottom: 100px; }
  .ge-layout.-indent--20-0-50 {
    padding-top: 20px;
    padding-bottom: 50PX; }
  .ge-layout.-indent--50-0-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .ge-layout.-indent--35-0 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .ge-layout.-indent--75-0-md-25-0 {
    height: 100vh;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: auto; }
    @media screen and (max-width: 991px) {
      .ge-layout.-indent--75-0-md-25-0 {
        height: auto;
        min-height: 100vh;
        padding-top: 25px;
        padding-bottom: 25px; } }
  .ge-layout.-indent--30-0-0--xs-15-0-0 {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .ge-layout.-indent--30-0-0--xs-15-0-0 {
        padding-top: 15px; } }
  .ge-layout.-indent--30-255-0-255--xs-15-0-0-0 {
    padding: 30px 200px 0 200px; }
    @media (max-width: 767px) {
      .ge-layout.-indent--30-255-0-255--xs-15-0-0-0 {
        padding: 15px 0 0 0; } }
  .ge-layout.-indent--0-0-60--xs-0-0-15 {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .ge-layout.-indent--0-0-60--xs-0-0-15 {
        padding-bottom: 15px; } }
  .ge-layout.-indent--35-row-0 {
    padding-top: 35px;
    margin: 0 -15px; }
    .ge-layout.-indent--35-row-0:before, .ge-layout.-indent--35-row-0:after {
      content: " ";
      display: table; }
    .ge-layout.-indent--35-row-0:after {
      clear: both; }
  @media (max-width: 991px) {
    .ge-layout.-indent--md-20-0 {
      padding: 20px 0; } }

.wrap-center,
.centered {
  margin: 0 auto;
  display: block;
  float: none !important; }

.content {
  float: left;
  margin: 0 auto;
  padding: 1.1em;
  width: 50%; }

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 78; }

.overlay-facets {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  top: 0px;
  left: 0px; }

.modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 110; }

.grey-container {
  background: #ececf0; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

.section-df-spacing {
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .section-df-spacing {
      padding: 30px 0; } }
  .section-df-spacing.bg-grey {
    background: #efefef; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.safari .row:before, .safari .row:after {
  order: 1;
  flex-basis: 0; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

.summary-table > * {
  flex-direction: column; }

#mouseflow .load-font {
  display: none; }

/* PSUEDO CLASSES */
/* Focus for normal state and errors */
.ge-form__item .ge-text-input:focus ~ .ge-label--helper,
.ge-form__item .ge-text-area:focus ~ .ge-label--helper,
.ge-form__item .ge-select:focus ~ .ge-label--helper {
  visibility: visible; }

.ge-form__item.-has--error .ge-text-input:focus ~ .ge-label--helper,
.ge-form__item.-has--error .ge-text-area:focus ~ .ge-label--helper,
.ge-form__item.-has--error .ge-select:focus ~ .ge-label--helper {
  visibility: hidden; }

.ge-form__item.-has--error .ge-text-input ~ .ge-label--error,
.ge-form__item.-has--error .ge-text-area ~ .ge-label--error,
.ge-form__item.-has--error .ge-select ~ .ge-label--error {
  visibility: visible; }

.ge-form__item.-has--error .ge-text-input:focus,
.ge-form__item.-has--error .ge-text-area:focus,
.ge-form__item.-has--error .ge-select:focus {
  border-width: 0.125rem;
  border-color: #D70000; }

.ge-search__label.-has--error {
  color: #D70000; }

.fieldset div {
  position: relative;
  word-wrap: break-word; }

.ge-form__item:before, .ge-form__item:after {
  content: " ";
  display: table; }

.ge-form__item:after {
  clear: both; }

.ge-form__item .fa-angle-down {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 1.424rem;
  pointer-events: none; }

.ge-text-input,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
.ge-text-area,
textarea, .ge-select, select {
  font-size: 1.125rem;
  min-height: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 0.125rem;
  margin: 0 0 27px;
  font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #a5a6a8;
  width: 100%;
  background: white; }

.large {
  height: 200px;
  text-align: top; }

input[type="password"]::-ms-reveal {
  display: none; }

.large {
  height: 200px;
  text-align: top; }

.ge-password__icon {
  float: right;
  margin-top: -61px;
  margin-right: 16px;
  position: relative; }
  .ge-password__icon .fa {
    color: #a5a6a8; }
  .ge-password__icon:hover {
    cursor: default; }
    .ge-password__icon:hover .fa {
      color: #63666a; }

.ge-password__validation .-status--pristine {
  color: #63666a; }

.ge-password__validation .-status--valid {
  color: #00bf6f; }

.ge-password__validation .-status--invalid {
  color: #D70000; }

.ge-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 45px;
  -webkit-padding-end: 45px; }
  .ge-select::-ms-expand {
    display: none; }
  .form-group .ge-select,
  .ge-form__item .ge-select {
    height: 3rem; }

.ge-text-area,
textarea {
  resize: none;
  padding: 1rem; }

.ge-text-input[type=date] {
  position: relative; }
  .ge-text-input[type=date]::-webkit-inner-spin-button {
    position: absolute;
    right: 35px;
    top: 9px; }

/* PSUEDO CLASSES */
/* Focus for normal state and errors */
.ge-text-input:focus,
.ge-select:focus,
input[type="text"]:focus,
.ge-text-area:focus,
textarea:focus {
  border-width: 0.125rem;
  border-color: #005eb8;
  outline-style: none;
  outline: none; }

.ge-text-input:focus,
.ge-select:focus {
  padding-left: calc(1rem - 1px);
  padding-right: calc(1rem - 1px); }

.ge-text-input:focus {
  padding-left: calc(1rem - 1px);
  padding-right: calc(1rem - 1px); }

.ge-select:focus {
  padding-right: 44px; }

.ge-text-area:focus {
  padding: calc(1rem - 1px); }

.ge-text-input.-has--error:focus,
input[type="text"].has--error:focus,
.ge-text-area.has--error:focus,
textarea.has--error:focus {
  border-width: 0.125rem;
  border-color: #D70000;
  margin: 0rem;
  outline-style: none; }

.ge-form__item.-has--error .ge-text-input:focus,
.ge-form__item.-has--error input[type="text"]:focus,
.ge-form__item.-has--error .ge-text-area:focus,
.ge-form__item.-has--error textarea:focus {
  border-width: 0.125rem;
  border-color: #D70000;
  outline-style: none; }

/* Placeholders */
.ge-text-input::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
.ge-text-area::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1.125rem; }

.ge-text-input::-moz-placeholder,
input[type="text"]::-moz-placeholder,
.ge-text-area::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 1.125rem; }

.ge-text-input:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
.ge-text-area:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1.125rem; }

.ge-text-input.-spacing--dense::-webkit-input-placeholder,
input[type="text"].-spacing--dense::-webkit-input-placeholder,
.ge-text-area.-spacing--dense::-webkit-input-placeholder,
textarea.-spacing--dense::-webkit-input-placeholder {
  font-size: 0.889rem; }

.ge-text-input.-spacing--dense::-moz-placeholder,
input[type="text"].-spacing--dense::-moz-placeholder,
.ge-text-area.-spacing--dense::-moz-placeholder,
textarea.-spacing--dense::-moz-placeholder {
  font-size: 0.889rem; }

.ge-text-input.-spacing--dense:-ms-input-placeholder,
input[type="text"].-spacing--dense:-ms-input-placeholder,
.ge-text-area.-spacing--dense:-ms-input-placeholder,
textarea.-spacing--dense:-ms-input-placeholder {
  font-size: 0.889rem; }

/* PROPERTIES */
/* spacing */
.ge-text-input.-spacing--dense,
input[type="text"].-spacing--dense,
.ge-text-area.-spacing--dense,
textarea.-spacing--dense {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  min-height: 2.25rem;
  font-size: 0.889rem;
  border-radius: 0.125rem;
  font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif; }

.ge-text-input.-spacing--standard,
input[type="text"].-spacing--standard,
.ge-text-area.-spacing--standard,
textarea.-spacing--standard {
  font-size: 1.125rem;
  min-height: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 0.125rem;
  margin: 0.0625rem;
  font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif; }

/* STATES */
/* Disabled */
.ge-text-input:disabled,
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
.ge-text-area:disabled,
textarea:disabled,
.ge-select:disabled,
.ge-select[readonly],
.ge-text-input[readonly] {
  background-color: #ececf0;
  opacity: .50;
  pointer-events: none; }
  .ge-form__item .ge-text-input:disabled + .fa-angle-down, .ge-form__item
  input[type="text"]:disabled + .fa-angle-down, .ge-form__item
  input[type="number"]:disabled + .fa-angle-down, .ge-form__item
  input[type="email"]:disabled + .fa-angle-down, .ge-form__item
  input[type="tel"]:disabled + .fa-angle-down, .ge-form__item
  input[type="password"]:disabled + .fa-angle-down, .ge-form__item
  .ge-text-area:disabled + .fa-angle-down, .ge-form__item
  textarea:disabled + .fa-angle-down, .ge-form__item
  .ge-select:disabled + .fa-angle-down, .ge-form__item
  .ge-select[readonly] + .fa-angle-down, .ge-form__item
  .ge-text-input[readonly] + .fa-angle-down {
    opacity: .5; }

/* Has an error */
.ge-text-input.-has--error,
input[type="text"].-has--error,
.ge-text-area.-has--error,
textarea.-has--error {
  border-width: 0.125rem;
  border-color: #D70000;
  outline-style: none; }

/* Has an error */
.ge-form__item.-has--error input,
.ge-form__item.-has--error .ge-text-input,
.ge-form__item.-has--error select,
.ge-form__item.-has--error text-area {
  border-width: 0.125rem;
  border-color: #D70000;
  padding-left: calc(1rem - 1px);
  padding-right: calc(1rem - 1px); }

.ge-form__item.-has--error .ge-label {
  color: #D70000; }

.ge-form__item.-has--error .ge-label--error {
  color: #D70000; }

/* The associated input field has focus */
.ge-form__item.-has--focus .ge-label {
  color: #005eb8; }

/* Field is required */
.ge-form__item .-is--required::after {
  content: "*";
  color: #D70000;
  padding-left: 2px; }

.ge-form__item.-has--focus .-is--required::after {
  content: "*";
  color: #D70000;
  padding-left: 2px; }

.ge-label {
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  display: block;
  word-wrap: break-word;
  color: #63666a; }

.ge-label--helper,
.ge-label--error {
  width: 100%;
  float: left;
  margin: -21px 0 5px;
  padding-top: .0125rem;
  padding-bottom: .0125rem;
  font-size: 0.79rem;
  line-height: 1.3;
  visibility: hidden;
  position: relative;
  color: #a5a6a8;
  min-height: 17px; }

.ge-label--helper + [class*='ge-label--'],
.ge-label--error + [class*='ge-label--'] {
  margin: -21px -100% 5px; }

/* PSUEDO CLASSES */
/* PROPERTIES */
/* Spacing */
.ge-label.-spacing--standard {
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  display: block;
  word-wrap: break-word;
  color: #63666a; }

.ge-label.-spacing--dense {
  font-size: 0.889rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  word-wrap: break-word;
  color: #63666a; }

/* STATES */
/* Has an error */
.ge-label.-has--error,
.ge-label--error {
  color: #D70000; }

/* Label is visible */
.ge-label--helper.-is--visible,
.ge-label--error.-is--visible {
  visibility: visible; }

.form-control.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .form-control.btn {
  font-size: 14px;
  height: 42px;
  line-height: 2;
  margin-bottom: 8px;
  padding: 10px; }

.scfForm input,
.scfForm textarea,
.scfForm select {
  font-size: 14px;
  height: 42px;
  line-height: 2;
  margin-bottom: 8px;
  padding: 10px; }

.form-control,
.scfForm input,
.scfForm textarea,
.scfForm select {
  box-shadow: none;
  background: white;
  border-radius: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  padding: 11px;
  height: auto;
  outline: #efefef;
  height: 43px; }
  .form-control[disabled="disabled"],
  .scfForm input[disabled="disabled"],
  .scfForm textarea[disabled="disabled"],
  .scfForm select[disabled="disabled"] {
    background: rgba(0, 0, 0, 0.1); }

.form-control-center {
  margin: 0 auto; }

.custom-select-box {
  position: relative; }
  .custom-select-box select.form-control {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative; }
  .custom-select-box .fa-angle-down.select-angle {
    position: absolute;
    right: 15px;
    top: 62px; }

label {
  color: #2f3133;
  font-weight: normal; }
  .ge-form__item label {
    margin-top: 5px; }

@media all and (max-width: 1199px) {
  .srch {
    right: 0;
    left: initial; } }

@media all and (max-width: 767px) {
  .srch {
    position: fixed !important;
    width: 100% !important;
    top: 65px !important;
    left: 0 !important; }
    .srch > form > div {
      width: 100%; }
      .srch > form > div input {
        width: 99% !important; }
      .srch > form > div a {
        display: none; } }

.srch-term {
  box-shadow: 0 0 0 inset;
  font-family: "geinspira", "arial", sans-serif;
  margin-right: -10px;
  width: 230px !important;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  color: #63666a;
  height: 43px;
  margin: 12px 10px 0;
  padding: 5px 15px 7px; }

@media only screen and (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: inline-block !important; } }

.form-login h5 {
  border-bottom: 1px solid #bbb;
  padding-bottom: 9px; }

.form-login label,
.account label {
  font-family: "geinspira", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
  left: 0;
  letter-spacing: 0.3px;
  margin: 1px 0 0 25px;
  position: absolute;
  z-index: 99; }

.custom-checkbox * {
  box-sizing: border-box; }

.custom-checkbox form ul {
  list-style: none; }

.custom-checkbox label {
  cursor: pointer;
  display: inline-block; }

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .custom-checkbox input[type="checkbox"]:focus + label:before, .custom-checkbox input[type="checkbox"]:hover + label:before,
  .custom-checkbox input[type="radio"]:focus + label:before,
  .custom-checkbox input[type="radio"]:hover + label:before {
    border-color: #bcbcbc; }
  .custom-checkbox input[type="checkbox"]:active + label:before,
  .custom-checkbox input[type="radio"]:active + label:before {
    transition-duration: 0;
    filter: brightness(0.2); }
  .custom-checkbox input[type="checkbox"] + label,
  .custom-checkbox input[type="radio"] + label {
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
    user-select: none; }
    .custom-checkbox input[type="checkbox"] + label:before,
    .custom-checkbox input[type="radio"] + label:before {
      box-sizing: content-box;
      content: '';
      color: #bcbcbc;
      position: absolute;
      left: 0;
      width: 10px;
      height: 10px;
      margin-top: 4px;
      border: 1px solid #bcbcbc;
      text-align: center; }
    .custom-checkbox input[type="checkbox"] + label:after,
    .custom-checkbox input[type="radio"] + label:after {
      box-sizing: content-box;
      content: '';
      background-color: #bcbcbc;
      position: absolute;
      top: 50%;
      left: 2px;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      transform: scale(0);
      transform-origin: 50%;
      transition: transform 200ms ease-out; }

.custom-checkbox input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 1px;
  width: 7px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #a5a6a8;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
  transition: none; }

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }

.custom-checkbox input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white; }

.custom-checkbox input[type="radio"]:checked + label:after {
  transform: scale(1); }

.custom-checkbox input[type="radio"] + label:before, .custom-checkbox input[type="radio"] + label:after {
  border-radius: 50%; }

.custom-checkbox input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in; }

.custom-checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #005eb8; } }

.custom-checkbox .error-msg {
  display: block;
  color: red;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease-out;
  will-change: max-height; }

.custom-checkbox :required:not(:focus) ~ .error-msg,
.custom-checkbox :invalid:required ~ .error-msg {
  max-height: 9em; }

.custom-checkbox input:focus {
  border: 1px solid black; }

.custom-checkbox input:not(:focus):invalid {
  border: 1px solid red;
  outline: none; }

.pure {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid white;
  margin: 15px 0; }
  .pure::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic; }
  .pure:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-style: italic; }
  .pure::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-style: italic; }
  .pure:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic; }

.custom-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }

.custom-input input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }

.custom-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }

.custom-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic; }

.custom-select {
  position: relative;
  display: inline-block;
  float: right; }
  .custom-select:after, .custom-select::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    right: 20px;
    top: 10px;
    position: absolute;
    pointer-events: none; }
  .custom-select label {
    font-weight: normal;
    margin-right: 10px; }
  .custom-select .form-control {
    width: auto;
    display: inline-block;
    padding-left: 18px;
    padding-right: 35px;
    background-color: transparent;
    border: 1px solid #ddd;
    height: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.889rem; }
    @media all and (max-width: 991px) {
      .custom-select .form-control {
        font-size: 16px !important; } }
    .custom-select .form-control.gray-background {
      background-color: #ececf0;
      border: 0; }
    .custom-select .form-control::-ms-expand {
      display: none; }
  @media all and (max-width: 991px) {
    .custom-select {
      float: none;
      display: block; }
      .custom-select:after, .custom-select::after {
        top: 12px;
        right: 30px; }
      .custom-select .form-control {
        padding: 15px 30px 15px 15px;
        border: 1px solid #ececec;
        font-size: 13px;
        text-transform: none; }
      .custom-select label {
        display: none; }
      .custom-select .form-control {
        width: 100%;
        margin: 0; } }

.select--main:after, .select--main::after {
  font-size: 25px; }

@media all and (max-width: 991px) {
  .shop-select {
    margin-bottom: 15px !important; }
    .shop-select:after, .shop-select::after {
      font-size: 25px !important; } }

@media all and (max-width: 991px) {
  .shop-checkbox {
    padding-bottom: 10px !important; } }

.sort-box form {
  width: auto; }

@media all and (max-width: 991px) {
  .sort-box .pull-left {
    float: none !important; }
  .sort-box .form-group {
    margin-bottom: 0; } }

@media all and (min-width: 992px) {
  .round-select {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; } }

.gray-background {
  background-color: #ececf0; }

/*ge-radio-button*/
/* BASE */
input.ge-radio-button {
  display: none; }

.ge-radio-block .ge-radio-button-style {
  margin: 0; }

.ge-form__item.-has--error .ge-label--error {
  visibility: visible; }

/* PSUEDO CLASSES */
.ge-radio-button-style:before {
  background-color: inherit;
  border: solid 2px transparent;
  border: solid 0.125rem transparent;
  color: #63666a;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f1db';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 7px 0 0; }

/* PROPERTIES */
/* color */
input.ge-radio-button.-color--blue + .ge-radio-button-style:before {
  color: #005eb8; }

/* theme */
.-theme--dark .ge-radio-button-style,
.-theme--dark .ge-radio-button-style:before,
input.ge-radio-button.-theme--dark + .ge-radio-button-style,
input.ge-radio-button.-theme--dark + .ge-radio-button-style:before {
  color: #fff;
  background-color: transparent; }

.-theme--dark input.ge-radio-button.-color--blue + .ge-radio-button-style:before,
input.ge-radio-button.-theme--dark.-color--blue + .ge-radio-button-style:before {
  color: #00b5e2; }

/* STATES */
/* disabled */
input.ge-radio-button:disabled + .ge-radio-button-style,
input.ge-radio-button:disabled + .ge-radio-button-style:before {
  color: #d7d8db; }

.-theme--dark input.ge-radio-button:disabled + .ge-radio-button-style:before,
.-theme--dark input.ge-radio-button:disabled + .ge-radio-button-style,
input.ge-radio-button.-theme--dark:disabled + .ge-radio-button-style:before,
input.ge-radio-button.-theme--dark:disabled + .ge-radio-button-style {
  color: #63666a; }

/* checked */
input.ge-radio-button:checked + .ge-radio-button-style:before {
  content: '\f192'; }

/*Checkboxes*/
.ge-checkbox-block {
  margin: 10px 0; }
  .ge-checkbox-block input.ge-checkbox + .ge-checkbox-style:before,
  .ge-checkbox-block input.ge-checkbox + input[type='hidden'] + .ge-checkbox-style:before {
    margin: 4px 7px 0 0;
    vertical-align: top; }
  .ge-checkbox-block .ge-checkbox-style {
    margin: 0;
    line-height: 1.5em; }
  .ge-checkbox-block + .ge-checkbox-block {
    margin-top: -5px; }
  .ge-checkbox-block label {
    display: inline; }
  .ge-checkbox-block.-has--error input.ge-checkbox:not(:checked) + .ge-checkbox-style:before,
  .ge-checkbox-block.-has--error input.ge-checkbox:not(:checked) + input[type='hidden'] + .ge-checkbox-style:before {
    border-color: #f00 !important;
    background: rgba(255, 193, 193, 0.27) !important; }
  .ge-checkbox-block.-has--error .ge-label--error {
    visibility: visible;
    padding: 0 0 0 26px;
    line-height: 1rem; }

input.ge-checkbox {
  display: none;
  margin: 1rem;
  position: relative; }

/* PSUEDO CLASSES */
input.ge-checkbox + .ge-checkbox-style:before,
input.ge-checkbox + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: inherit;
  border: solid 2px #2f3133;
  border: solid 0.125rem #2f3133;
  border-radius: 2px;
  border-radius: 0.125rem;
  color: transparent;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px;
  margin: 0.5rem;
  box-sizing: border-box; }

input.ge-checkbox:focus {
  outline: none; }

/* PROPERTIES */
/* -color--blue */
input.ge-checkbox.-color--blue + .ge-checkbox-style:before,
input.ge-checkbox.-color--blue + input[type='hidden'] + .ge-checkbox-style:before {
  border-color: #005eb8; }

/* -color--blueLighter */
input.ge-checkbox.-color--blueLighter1 + .ge-checkbox-style:before,
input.ge-checkbox.-color--blueLighter1 + input[type='hidden'] + .ge-checkbox-style:before {
  border-color: #00b5e2; }

/* STATES */
/* disabled */
input.ge-checkbox:disabled + .ge-checkbox-style,
input.ge-checkbox:disabled + input[type='hidden'] + .ge-checkbox-style:before {
  color: #63666a;
  opacity: 0.3; }

input.ge-checkbox:disabled + .ge-checkbox-style:before,
input.ge-checkbox:disabled + input[type='hidden'] + .ge-checkbox-style:before {
  border-color: #63666a; }

/* checked */
input.ge-checkbox:checked + .ge-checkbox-style:before,
input.ge-checkbox:checked + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #2f3133;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.79rem;
  line-height: 1.46rem; }

input.ge-checkbox.-color--blue:checked + .ge-checkbox-style:before,
input.ge-checkbox.-color--blue:checked + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #005eb8;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.79rem;
  line-height: 1.46rem; }

input.ge-checkbox.-color--blueLighter1:checked + .ge-checkbox-style:before,
input.ge-checkbox.-color--blueLighter1:checked + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #00b5e2;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.79rem;
  line-height: 1.46rem; }

/* checked & disabled */
input.ge-checkbox:checked:disabled + .ge-checkbox-style:before,
input.ge-checkbox:checked:disabled + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #63666a;
  border-color: #63666a; }

/* THEME */
.-theme--dark input.ge-checkbox + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark + .ge-checkbox-style:before,
.-theme--dark input.ge-checkbox + input[type='hidden'] + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark + input[type='hidden'] + .ge-checkbox-style:before {
  border-color: #fff; }

.-theme--dark input.ge-checkbox.-color--blue + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark.-color--blue + .ge-checkbox-style:before,
.-theme--dark input.ge-checkbox.-color--blue + input[type='hidden'] + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark.-color--blue + input[type='hidden'] + .ge-checkbox-style:before {
  border-color: #00b5e2; }

/* disabled */
.-theme--dark input.ge-checkbox:disabled + .ge-checkbox-style,
input.ge-checkbox.-theme--dark:disabled + .ge-checkbox-style,
.-theme--dark input.ge-checkbox:disabled + input[type='hidden'] + .ge-checkbox-style,
input.ge-checkbox.-theme--dark:disabled + input[type='hidden'] + .ge-checkbox-style {
  border-color: #d7d8db;
  opacity: 0.8; }

.-theme--dark input.ge-checkbox:disabled + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark:disabled + .ge-checkbox-style:before,
.-theme--dark input.ge-checkbox:disabled + input[type='hidden'] + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark:disabled + input[type='hidden'] + .ge-checkbox-style:before {
  border-color: #63666a; }

/* checked */
.-theme--dark input.ge-checkbox:checked + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark:checked + .ge-checkbox-style:before,
.-theme--dark input.ge-checkbox:checked + input[type='hidden'] + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark:checked + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #fff;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
  font-size: 0.79rem;
  line-height: 23.36px;
  line-height: 1.46rem;
  color: #63666a; }

.-theme--dark input.ge-checkbox.-color--blue:checked + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark.-color--blue:checked + .ge-checkbox-style:before,
.-theme--dark input.ge-checkbox.-color--blue:checked + input[type='hidden'] + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark.-color--blue:checked + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #00b5e2;
  color: #2f3133; }

/* checked & disabled */
.-theme--dark input.ge-checkbox:checked:disabled + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark:checked:disabled + .ge-checkbox-style:before,
.-theme--dark input.ge-checkbox:checked:disabled + input[type='hidden'] + .ge-checkbox-style:before,
input.ge-checkbox.-theme--dark:checked:disabled + input[type='hidden'] + .ge-checkbox-style:before {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
  font-size: 0.79rem;
  line-height: 23.36px;
  line-height: 1.46rem;
  color: #63666a;
  opacity: 0.3; }

/* custom select styles corrections */
.ge-form__item .bootstrap-select.ge-select {
  margin-bottom: 27px;
  padding: 0;
  border: none;
  background: transparent; }
  .ge-form__item .bootstrap-select.ge-select .dropdown-toggle {
    height: 3rem;
    padding: 0 2.7rem 0 1rem;
    border-width: 0.0625rem;
    border-color: #a5a6a8;
    border-radius: 0.125rem;
    color: #63666a;
    font-size: 1.125rem;
    font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: none;
    background: #fff;
    box-shadow: none; }
    .ge-form__item .bootstrap-select.ge-select .dropdown-toggle:focus {
      height: calc(3rem - 0.125rem);
      border-width: 0.125rem;
      border-color: #005eb8;
      padding-right: calc(2.7rem - 1px);
      padding-left: calc(1rem - 1px);
      outline: none !important; }
      .ge-form__item .bootstrap-select.ge-select .dropdown-toggle:focus .bs-caret {
        margin: -1px -1px 0 0; }
    .ge-form__item .bootstrap-select.ge-select .dropdown-toggle .bs-caret {
      position: absolute;
      right: 25px;
      top: 13px;
      font-size: 1.424rem;
      pointer-events: none;
      border: none;
      height: auto;
      width: auto;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      line-height: 1; }
      .ge-form__item .bootstrap-select.ge-select .dropdown-toggle .bs-caret:before {
        content: '\f107'; }
      .ge-form__item .bootstrap-select.ge-select .dropdown-toggle .bs-caret .caret {
        display: none; }
    .ge-form__item .bootstrap-select.ge-select .dropdown-toggle .filter-option {
      text-overflow: ellipsis;
      line-height: 3rem; }
    .ge-form__item .bootstrap-select.ge-select .dropdown-toggle.disabled {
      background-color: #ececf0;
      opacity: .50;
      pointer-events: none; }
    .ge-form__item .bootstrap-select.ge-select .dropdown-toggle ~ .dropdown-menu {
      position: absolute; }
  .ge-form__item .bootstrap-select.ge-select.open .dropdown-toggle {
    border-width: 0.125rem;
    border-color: #005eb8;
    padding-right: calc(2.7rem - 1px);
    padding-left: calc(1rem - 1px); }
    .ge-form__item .bootstrap-select.ge-select.open .dropdown-toggle .bs-caret {
      margin: -1px -1px 0 0; }
  .ge-form__item .bootstrap-select.ge-select .dropdown-menu {
    max-width: 490px;
    margin: 0;
    padding: 0;
    border: 1px solid #7b9dd4;
    box-shadow: none;
    z-index: 63;
    min-height: 2rem !important;
    right: auto;
    z-index: 103; }
    @media (max-width: 510px) {
      .ge-form__item .bootstrap-select.ge-select .dropdown-menu {
        max-width: 100%; } }
    .ge-form__item .bootstrap-select.ge-select .dropdown-menu li a {
      width: 100%;
      height: auto;
      padding: 0 15px;
      line-height: 0; }
      .ge-form__item .bootstrap-select.ge-select .dropdown-menu li a span {
        width: 100%;
        font-size: 1.15em;
        line-height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis; }
        .ge-form__item .bootstrap-select.ge-select .dropdown-menu li a span.text:empty {
          display: none; }
      .ge-form__item .bootstrap-select.ge-select .dropdown-menu li a.selected, .ge-form__item .bootstrap-select.ge-select .dropdown-menu li a:focus, .ge-form__item .bootstrap-select.ge-select .dropdown-menu li a:hover {
        color: #fff;
        background: #1e90ff; }

.ge-form__item.-has--error .bootstrap-select.ge-select .dropdown-toggle {
  border-width: 0.125rem;
  border-color: #d70000;
  padding-right: calc(2.7rem - 1px);
  padding-left: calc(1rem - 1px); }
  .ge-form__item.-has--error .bootstrap-select.ge-select .dropdown-toggle .bs-caret {
    margin: -1px -1px 0 0; }

.alert .checkbox .ge-label--error {
  margin: 2px 0 0; }

.alert .checkbox.-has--error input[type="checkbox"] {
  border-color: #d70000; }

.alert .checkbox.-has--error .ge-label--error {
  visibility: visible; }

.file-upload-container .file_uploads {
  display: none; }

.file-upload-container .upload-name.ge-text-input {
  padding: 10px;
  line-height: 22px;
  word-wrap: break-word; }

.file-upload-container label {
  margin: 0;
  width: 100%;
  color: #63666a; }

.regulatory-field .ge-radio-block {
  margin: 0 0 21px; }

.register-box .areasOfInterst .ge-radio-block label {
  margin-top: 0; }

/* START: custom placeholder for different screen resolutions*/
.custom-placeholder--wrapper {
  position: relative; }
  .custom-placeholder--wrapper .underline {
    background-color: #005eb8;
    display: inline-block;
    height: 2px;
    margin-top: -2px;
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%; }

.custom-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  color: #a5a6a8;
  font-size: 1.602rem;
  pointer-events: none;
  visibility: hidden; }
  .custom-placeholder span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid transparent;
    line-height: normal; }

input:invalid + .custom-placeholder {
  visibility: visible; }

@keyframes blink-blue {
  50% {
    border-left-color: #005eb8; } }

input:focus + .custom-placeholder span {
  animation: blink-blue .5s step-end infinite alternate; }

/* END: custom placeholder for different screen resolutions*/
.table-rwd.table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: normal; }

.table-no-top-border tr:first-child td {
  border-top: 0; }

.v-align-middle tbody tr td,
.v-align-middle thead tr th {
  vertical-align: middle; }

.align-btns .btn-small,
.align-btns .btn-med,
.align-btns .btn-large {
  margin-top: 5px; }

.table-rwd {
  min-width: 240px; }
  @media all and (max-width: 768px) {
    .table-rwd .table-center {
      text-align: left; }
    .table-rwd .icon-table {
      display: inline-block; } }
  @media (max-width: 767px) {
    .table-rwd tr {
      border-top: 2px solid #ddd;
      border-bottom: 2px solid #ddd; } }
  .table-rwd th {
    display: none; }
  .table-rwd td {
    display: block; }
    .table-rwd td:first-child {
      padding-top: .5em; }
    .table-rwd td:last-child {
      padding-bottom: .5em; }
    .table-rwd td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 33%;
      margin-right: 15px;
      display: inline-block; }
      @media (min-width: 768px) {
        .table-rwd td:before {
          display: none; } }
  @media (min-width: 768px) {
    .table-rwd th,
    .table-rwd td {
      display: table-cell; } }

.hybris-content table {
  margin-bottom: 20px; }
  .hybris-content table th, .hybris-content table td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border: 1px solid #ddd; }
  .hybris-content table th {
    vertical-align: bottom;
    border: 1px solid #ddd; }

.hybris-content img {
  max-width: 100%; }

@media (max-width: 991px) {
  .hybris-content iframe {
    width: 100% !important; } }

.allBorderTable {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%; }
  .table-responsive .allBorderTable {
    margin-top: 0; }
  .allBorderTable th, .allBorderTable td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border: 1px solid #ddd; }
  .allBorderTable th {
    vertical-align: bottom;
    border: 1px solid #ddd; }
  .allBorderTable img {
    max-width: 100%; }
  @media (max-width: 991px) {
    .allBorderTable iframe {
      width: 100% !important; } }

.sticky-header-table {
  margin: 20px 0; }
  .sticky-header-table .sticky-table {
    width: auto;
    min-width: 100%;
    margin: 0; }
  @media (min-width: 992px) {
    .sticky-header-table .sticky-table .preview-block > img,
    .sticky-header-table .sticky-table .preview-block > iframe {
      min-width: 0; } }
  .sticky-header-table .sticky-table > thead > tr > th,
  .sticky-header-table .sticky-table > tbody > tr > td {
    background: #f4f5f8; }
  @media (max-width: 767px) {
    .ie .sticky-header-table .sticky-table img,
    .edge .sticky-header-table .sticky-table img {
      max-width: 180px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ie .sticky-header-table .sticky-table img,
    .edge .sticky-header-table .sticky-table img {
      max-width: 200px; } }
  @media (min-width: 992px) {
    .ie .sticky-header-table .sticky-table img,
    .edge .sticky-header-table .sticky-table img {
      max-width: 250px; } }
  .sticky-header-table .sticky-table iframe {
    min-width: 200px; }
  .sticky-header-table.-fixed-header .table--inner-wrapper {
    position: relative; }
  .sticky-header-table.-fixed-header .sticky-table {
    display: block; }
    .sticky-header-table.-fixed-header .sticky-table > thead,
    .sticky-header-table.-fixed-header .sticky-table > tbody {
      display: block; }
      .sticky-header-table.-fixed-header .sticky-table > thead > tr,
      .sticky-header-table.-fixed-header .sticky-table > tbody > tr {
        width: 100%;
        display: flex;
        flex-wrap: nowrap; }
        .sticky-header-table.-fixed-header .sticky-table > thead > tr:last-child > td, .sticky-header-table.-fixed-header .sticky-table > thead > tr:last-child > th,
        .sticky-header-table.-fixed-header .sticky-table > tbody > tr:last-child > td,
        .sticky-header-table.-fixed-header .sticky-table > tbody > tr:last-child > th {
          border-bottom: 1px solid #ddd; }
    .sticky-header-table.-fixed-header .sticky-table > thead > tr > th,
    .sticky-header-table.-fixed-header .sticky-table > tbody > tr > td {
      display: flex !important;
      border-right: none;
      border-bottom: none;
      flex: 1 0 auto; }
      .sticky-header-table.-fixed-header .sticky-table > thead > tr > th:last-child,
      .sticky-header-table.-fixed-header .sticky-table > tbody > tr > td:last-child {
        border-right: 1px solid #ddd; }
    .sticky-header-table.-fixed-header .sticky-table > tbody > tr > td {
      flex-direction: column; }
    .sticky-header-table.-fixed-header .sticky-table > thead > tr > th span {
      align-self: flex-end; }
    .sticky-header-table.-fixed-header .sticky-table > thead {
      position: absolute;
      width: 100%;
      z-index: 2; }

.scroll-table {
  position: relative;
  overflow: hidden; }
  .scroll-table.with-scroll:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 50px;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: '';
    z-index: 2; }
  .scroll-table .table--inner-wrapper {
    overflow-x: auto; }
    .scroll-table .table--inner-wrapper::-webkit-scrollbar-track {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
      background: #f0f0f0; }
    .scroll-table .table--inner-wrapper::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background: #ccc; }
    .scroll-table .table--inner-wrapper::-webkit-scrollbar {
      height: 12px; }
    .scroll-table .table--inner-wrapper > table {
      width: auto;
      min-width: 100%;
      margin: 0; }
  @media (min-width: 992px) {
    .scroll-table {
      width: 100%; }
      .scroll-table .table--inner-wrapper > table {
        width: 100%;
        max-width: 100%; } }

.-tile--table {
  padding: 5px 20px;
  border-radius: 0.3rem;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }
  .-tile--table .table {
    margin-bottom: 0; }
  .-tile--table tbody tr:first-child td {
    border: none; }
  .-tile--table td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    vertical-align: middle; }
    .-tile--table td:first-child {
      padding-left: 0; }
    .-tile--table td:last-child {
      padding-right: 0; }

.table.-no--borders,
table.-no--borders {
  border: none; }
  .table.-no--borders thead,
  .table.-no--borders tbody,
  .table.-no--borders th,
  .table.-no--borders tr,
  .table.-no--borders td,
  table.-no--borders thead,
  table.-no--borders tbody,
  table.-no--borders th,
  table.-no--borders tr,
  table.-no--borders td {
    border: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 38px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  max-height: 200px; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 10px 15px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  padding: 0 1px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-weight: bold; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #005eb8; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #005eb8; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 0; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 0; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 0; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.dark.select2-selection .select2-container--default {
  background-color: #004080; }

.dark.select2-selection--single .select2-selection__rendered,
.dark.select2-selection--single .select2-selection__placeholder {
  color: #fff; }

.dark.select2-selection--single .select2-selection__arrow {
  line-height: 36px;
  margin-right: 2px; }

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

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

.btn {
  text-transform: uppercase; }

.menu-square {
  text-align: center; }

.square-btn-list {
  overflow: hidden;
  padding: 0;
  padding-top: 20px; }
  .square-btn-list li {
    vertical-align: top; }
  @media all and (max-width: 991px) {
    .square-btn-list {
      overflow: hidden !important; } }

.btn-square {
  display: none; }
  .btn-square a {
    width: 100%;
    display: block;
    position: relative;
    text-align: center !important;
    color: #2f3133;
    max-width: 125px;
    margin: 0 auto !important; }
    .btn-square a img {
      position: absolute;
      width: 35px;
      height: 35px;
      top: 25%;
      left: 50%;
      margin-left: -17.5px; }
    .btn-square a span {
      display: block;
      position: relative;
      margin-top: -30%;
      padding: 5px;
      padding-bottom: 20%;
      color: #2f3133; }
    .btn-square a span.icon {
      display: block;
      position: absolute;
      width: 35px;
      height: 35px;
      top: 50%;
      margin-top: -35px;
      left: 50%;
      margin-left: -17.5px; }
    .btn-square a span.icon-home {
      width: 30px;
      height: 30px;
      top: 15%;
      margin-left: -15px; }
  .btn-square a:before,
  .btn-square a::before {
    content: "";
    display: block;
    padding-top: 85%;
    background-color: #d7d8d8;
    border-bottom: 2px solid #d7d8d8; }
  .btn-square:first-of-type, .btn-square:nth-of-type(2), .btn-square:nth-of-type(3), .btn-square:nth-of-type(4) {
    display: inline-block; }
  @media all and (min-width: 1200px) {
    .btn-square {
      display: inline-block; } }

.btn-square.add-more {
  background: none; }
  .btn-square.add-more a img {
    top: initial;
    left: 100%;
    padding: 5px;
    background: white;
    margin-left: -35px;
    margin-top: -30px; }
  .btn-square.add-more a span {
    margin-top: -55%;
    padding-bottom: 50%; }
  .btn-square.add-more a:before,
  .btn-square.add-more a::before {
    content: "";
    display: block;
    padding-top: 85%;
    background-color: transparent;
    border: 1px solid #a9a9a9; }

.btn-roll,
.btn-no-roll {
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.btn-roll span,
.btn-no-roll span {
  position: relative;
  display: block;
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), color 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 200ms; }

.btn-roll span:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  color: transparent;
  transition: color 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 200ms; }

.btn-roll:hover span {
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  color: transparent;
  transition-delay: 0ms, 200ms; }

.btn-roll:hover span:after {
  color: #fff;
  transition-delay: 200ms; }

.btn-frame.btn-roll:hover span:after {
  color: #2f3133;
  transition-delay: 200ms; }

.btn-lightgrey,
.btn-green,
.btn-joined,
.btn-blue,
.btn-gray,
.btn-purple,
.btn-frame {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif !important;
  border: 2px solid transparent; }
  .btn-lightgrey:hover,
  .btn-green:hover,
  .btn-joined:hover,
  .btn-blue:hover,
  .btn-gray:hover,
  .btn-purple:hover,
  .btn-frame:hover {
    text-decoration: none !important;
    color: white !important; }
  .btn-lightgrey.btn-small,
  .btn-green.btn-small,
  .btn-joined.btn-small,
  .btn-blue.btn-small,
  .btn-gray.btn-small,
  .btn-purple.btn-small,
  .btn-frame.btn-small {
    font-size: 0.702em;
    padding: 0 1em; }
    .btn-lightgrey.btn-small span,
    .btn-green.btn-small span,
    .btn-joined.btn-small span,
    .btn-blue.btn-small span,
    .btn-gray.btn-small span,
    .btn-purple.btn-small span,
    .btn-frame.btn-small span {
      height: 24px;
      line-height: 24px; }
  .btn-lightgrey.btn-med,
  .btn-green.btn-med,
  .btn-joined.btn-med,
  .btn-blue.btn-med,
  .btn-gray.btn-med,
  .btn-purple.btn-med,
  .btn-frame.btn-med {
    font-size: 0.889em;
    padding: 0 1.5em; }
    .btn-lightgrey.btn-med span,
    .btn-green.btn-med span,
    .btn-joined.btn-med span,
    .btn-blue.btn-med span,
    .btn-gray.btn-med span,
    .btn-purple.btn-med span,
    .btn-frame.btn-med span {
      height: 39px;
      line-height: 39px; }
  .btn-lightgrey.btn-large,
  .btn-green.btn-large,
  .btn-joined.btn-large,
  .btn-blue.btn-large,
  .btn-gray.btn-large,
  .btn-purple.btn-large,
  .btn-frame.btn-large {
    font-size: 1.125em;
    padding: 0px 1.5em; }
    .btn-lightgrey.btn-large span,
    .btn-green.btn-large span,
    .btn-joined.btn-large span,
    .btn-blue.btn-large span,
    .btn-gray.btn-large span,
    .btn-purple.btn-large span,
    .btn-frame.btn-large span {
      height: 64px;
      line-height: 64px; }
  .btn-lightgrey.btn-green[disabled="disabled"], .btn-lightgrey.btn-green[disabled=""], .btn-lightgrey.btn-green:disabled, .btn-lightgrey.btn-lightgrey[disabled="disabled"], .btn-lightgrey.btn-lightgrey[disabled=""], .btn-lightgrey.btn-lightgrey:disabled, .btn-lightgrey.btn-joined[disabled="disabled"], .btn-lightgrey.btn-joined[disabled=""], .btn-lightgrey.btn-joined:disabled, .btn-lightgrey.btn-blue[disabled="disabled"], .btn-lightgrey.btn-blue[disabled=""], .btn-lightgrey.btn-blue:disabled, .btn-lightgrey.btn-gray[disabled="disabled"], .btn-lightgrey.btn-gray[disabled=""], .btn-lightgrey.btn-gray:disabled, .btn-lightgrey.btn-purple[disabled="disabled"], .btn-lightgrey.btn-purple[disabled=""], .btn-lightgrey.btn-purple:disabled,
  .btn-green.btn-green[disabled="disabled"],
  .btn-green.btn-green[disabled=""],
  .btn-green.btn-green:disabled,
  .btn-green.btn-lightgrey[disabled="disabled"],
  .btn-green.btn-lightgrey[disabled=""],
  .btn-green.btn-lightgrey:disabled,
  .btn-green.btn-joined[disabled="disabled"],
  .btn-green.btn-joined[disabled=""],
  .btn-green.btn-joined:disabled,
  .btn-green.btn-blue[disabled="disabled"],
  .btn-green.btn-blue[disabled=""],
  .btn-green.btn-blue:disabled,
  .btn-green.btn-gray[disabled="disabled"],
  .btn-green.btn-gray[disabled=""],
  .btn-green.btn-gray:disabled,
  .btn-green.btn-purple[disabled="disabled"],
  .btn-green.btn-purple[disabled=""],
  .btn-green.btn-purple:disabled,
  .btn-joined.btn-green[disabled="disabled"],
  .btn-joined.btn-green[disabled=""],
  .btn-joined.btn-green:disabled,
  .btn-joined.btn-lightgrey[disabled="disabled"],
  .btn-joined.btn-lightgrey[disabled=""],
  .btn-joined.btn-lightgrey:disabled,
  .btn-joined.btn-joined[disabled="disabled"],
  .btn-joined.btn-joined[disabled=""],
  .btn-joined.btn-joined:disabled,
  .btn-joined.btn-blue[disabled="disabled"],
  .btn-joined.btn-blue[disabled=""],
  .btn-joined.btn-blue:disabled,
  .btn-joined.btn-gray[disabled="disabled"],
  .btn-joined.btn-gray[disabled=""],
  .btn-joined.btn-gray:disabled,
  .btn-joined.btn-purple[disabled="disabled"],
  .btn-joined.btn-purple[disabled=""],
  .btn-joined.btn-purple:disabled,
  .btn-blue.btn-green[disabled="disabled"],
  .btn-blue.btn-green[disabled=""],
  .btn-blue.btn-green:disabled,
  .btn-blue.btn-lightgrey[disabled="disabled"],
  .btn-blue.btn-lightgrey[disabled=""],
  .btn-blue.btn-lightgrey:disabled,
  .btn-blue.btn-joined[disabled="disabled"],
  .btn-blue.btn-joined[disabled=""],
  .btn-blue.btn-joined:disabled,
  .btn-blue.btn-blue[disabled="disabled"],
  .btn-blue.btn-blue[disabled=""],
  .btn-blue.btn-blue:disabled,
  .btn-blue.btn-gray[disabled="disabled"],
  .btn-blue.btn-gray[disabled=""],
  .btn-blue.btn-gray:disabled,
  .btn-blue.btn-purple[disabled="disabled"],
  .btn-blue.btn-purple[disabled=""],
  .btn-blue.btn-purple:disabled,
  .btn-gray.btn-green[disabled="disabled"],
  .btn-gray.btn-green[disabled=""],
  .btn-gray.btn-green:disabled,
  .btn-gray.btn-lightgrey[disabled="disabled"],
  .btn-gray.btn-lightgrey[disabled=""],
  .btn-gray.btn-lightgrey:disabled,
  .btn-gray.btn-joined[disabled="disabled"],
  .btn-gray.btn-joined[disabled=""],
  .btn-gray.btn-joined:disabled,
  .btn-gray.btn-blue[disabled="disabled"],
  .btn-gray.btn-blue[disabled=""],
  .btn-gray.btn-blue:disabled,
  .btn-gray.btn-gray[disabled="disabled"],
  .btn-gray.btn-gray[disabled=""],
  .btn-gray.btn-gray:disabled,
  .btn-gray.btn-purple[disabled="disabled"],
  .btn-gray.btn-purple[disabled=""],
  .btn-gray.btn-purple:disabled,
  .btn-purple.btn-green[disabled="disabled"],
  .btn-purple.btn-green[disabled=""],
  .btn-purple.btn-green:disabled,
  .btn-purple.btn-lightgrey[disabled="disabled"],
  .btn-purple.btn-lightgrey[disabled=""],
  .btn-purple.btn-lightgrey:disabled,
  .btn-purple.btn-joined[disabled="disabled"],
  .btn-purple.btn-joined[disabled=""],
  .btn-purple.btn-joined:disabled,
  .btn-purple.btn-blue[disabled="disabled"],
  .btn-purple.btn-blue[disabled=""],
  .btn-purple.btn-blue:disabled,
  .btn-purple.btn-gray[disabled="disabled"],
  .btn-purple.btn-gray[disabled=""],
  .btn-purple.btn-gray:disabled,
  .btn-purple.btn-purple[disabled="disabled"],
  .btn-purple.btn-purple[disabled=""],
  .btn-purple.btn-purple:disabled,
  .btn-frame.btn-green[disabled="disabled"],
  .btn-frame.btn-green[disabled=""],
  .btn-frame.btn-green:disabled,
  .btn-frame.btn-lightgrey[disabled="disabled"],
  .btn-frame.btn-lightgrey[disabled=""],
  .btn-frame.btn-lightgrey:disabled,
  .btn-frame.btn-joined[disabled="disabled"],
  .btn-frame.btn-joined[disabled=""],
  .btn-frame.btn-joined:disabled,
  .btn-frame.btn-blue[disabled="disabled"],
  .btn-frame.btn-blue[disabled=""],
  .btn-frame.btn-blue:disabled,
  .btn-frame.btn-gray[disabled="disabled"],
  .btn-frame.btn-gray[disabled=""],
  .btn-frame.btn-gray:disabled,
  .btn-frame.btn-purple[disabled="disabled"],
  .btn-frame.btn-purple[disabled=""],
  .btn-frame.btn-purple:disabled {
    opacity: 1;
    pointer-events: none;
    background: #ececf0 !important;
    color: #d7d8db !important; }
  .btn-lightgrey.btn-green i.fa, .btn-lightgrey.btn-lightgrey i.fa, .btn-lightgrey.btn-joined i.fa, .btn-lightgrey.btn-blue i.fa, .btn-lightgrey.btn-gray i.fa, .btn-lightgrey.btn-purple i.fa,
  .btn-green.btn-green i.fa,
  .btn-green.btn-lightgrey i.fa,
  .btn-green.btn-joined i.fa,
  .btn-green.btn-blue i.fa,
  .btn-green.btn-gray i.fa,
  .btn-green.btn-purple i.fa,
  .btn-joined.btn-green i.fa,
  .btn-joined.btn-lightgrey i.fa,
  .btn-joined.btn-joined i.fa,
  .btn-joined.btn-blue i.fa,
  .btn-joined.btn-gray i.fa,
  .btn-joined.btn-purple i.fa,
  .btn-blue.btn-green i.fa,
  .btn-blue.btn-lightgrey i.fa,
  .btn-blue.btn-joined i.fa,
  .btn-blue.btn-blue i.fa,
  .btn-blue.btn-gray i.fa,
  .btn-blue.btn-purple i.fa,
  .btn-gray.btn-green i.fa,
  .btn-gray.btn-lightgrey i.fa,
  .btn-gray.btn-joined i.fa,
  .btn-gray.btn-blue i.fa,
  .btn-gray.btn-gray i.fa,
  .btn-gray.btn-purple i.fa,
  .btn-purple.btn-green i.fa,
  .btn-purple.btn-lightgrey i.fa,
  .btn-purple.btn-joined i.fa,
  .btn-purple.btn-blue i.fa,
  .btn-purple.btn-gray i.fa,
  .btn-purple.btn-purple i.fa,
  .btn-frame.btn-green i.fa,
  .btn-frame.btn-lightgrey i.fa,
  .btn-frame.btn-joined i.fa,
  .btn-frame.btn-blue i.fa,
  .btn-frame.btn-gray i.fa,
  .btn-frame.btn-purple i.fa {
    display: inline-block;
    padding-right: 5px; }
  .btn-lightgrey.btn-green.fa-no-padding i.fa, .btn-lightgrey.btn-lightgrey.fa-no-padding i.fa, .btn-lightgrey.btn-joined.fa-no-padding i.fa, .btn-lightgrey.btn-blue.fa-no-padding i.fa, .btn-lightgrey.btn-gray.fa-no-padding i.fa, .btn-lightgrey.btn-purple.fa-no-padding i.fa,
  .btn-green.btn-green.fa-no-padding i.fa,
  .btn-green.btn-lightgrey.fa-no-padding i.fa,
  .btn-green.btn-joined.fa-no-padding i.fa,
  .btn-green.btn-blue.fa-no-padding i.fa,
  .btn-green.btn-gray.fa-no-padding i.fa,
  .btn-green.btn-purple.fa-no-padding i.fa,
  .btn-joined.btn-green.fa-no-padding i.fa,
  .btn-joined.btn-lightgrey.fa-no-padding i.fa,
  .btn-joined.btn-joined.fa-no-padding i.fa,
  .btn-joined.btn-blue.fa-no-padding i.fa,
  .btn-joined.btn-gray.fa-no-padding i.fa,
  .btn-joined.btn-purple.fa-no-padding i.fa,
  .btn-blue.btn-green.fa-no-padding i.fa,
  .btn-blue.btn-lightgrey.fa-no-padding i.fa,
  .btn-blue.btn-joined.fa-no-padding i.fa,
  .btn-blue.btn-blue.fa-no-padding i.fa,
  .btn-blue.btn-gray.fa-no-padding i.fa,
  .btn-blue.btn-purple.fa-no-padding i.fa,
  .btn-gray.btn-green.fa-no-padding i.fa,
  .btn-gray.btn-lightgrey.fa-no-padding i.fa,
  .btn-gray.btn-joined.fa-no-padding i.fa,
  .btn-gray.btn-blue.fa-no-padding i.fa,
  .btn-gray.btn-gray.fa-no-padding i.fa,
  .btn-gray.btn-purple.fa-no-padding i.fa,
  .btn-purple.btn-green.fa-no-padding i.fa,
  .btn-purple.btn-lightgrey.fa-no-padding i.fa,
  .btn-purple.btn-joined.fa-no-padding i.fa,
  .btn-purple.btn-blue.fa-no-padding i.fa,
  .btn-purple.btn-gray.fa-no-padding i.fa,
  .btn-purple.btn-purple.fa-no-padding i.fa,
  .btn-frame.btn-green.fa-no-padding i.fa,
  .btn-frame.btn-lightgrey.fa-no-padding i.fa,
  .btn-frame.btn-joined.fa-no-padding i.fa,
  .btn-frame.btn-blue.fa-no-padding i.fa,
  .btn-frame.btn-gray.fa-no-padding i.fa,
  .btn-frame.btn-purple.fa-no-padding i.fa {
    padding: 0; }
  .btn-lightgrey.btn-joined,
  .btn-green.btn-joined,
  .btn-joined.btn-joined,
  .btn-blue.btn-joined,
  .btn-gray.btn-joined,
  .btn-purple.btn-joined,
  .btn-frame.btn-joined {
    border: 2px solid #c4c7c6; }
    .btn-lightgrey.btn-joined[disabled="disabled"], .btn-lightgrey.btn-joined[disabled=""], .btn-lightgrey.btn-joined:disabled,
    .btn-green.btn-joined[disabled="disabled"],
    .btn-green.btn-joined[disabled=""],
    .btn-green.btn-joined:disabled,
    .btn-joined.btn-joined[disabled="disabled"],
    .btn-joined.btn-joined[disabled=""],
    .btn-joined.btn-joined:disabled,
    .btn-blue.btn-joined[disabled="disabled"],
    .btn-blue.btn-joined[disabled=""],
    .btn-blue.btn-joined:disabled,
    .btn-gray.btn-joined[disabled="disabled"],
    .btn-gray.btn-joined[disabled=""],
    .btn-gray.btn-joined:disabled,
    .btn-purple.btn-joined[disabled="disabled"],
    .btn-purple.btn-joined[disabled=""],
    .btn-purple.btn-joined:disabled,
    .btn-frame.btn-joined[disabled="disabled"],
    .btn-frame.btn-joined[disabled=""],
    .btn-frame.btn-joined:disabled {
      pointer-events: none;
      background: #eaecec !important;
      color: #a2bfb3 !important; }
  .btn-lightgrey.btn-frame,
  .btn-green.btn-frame,
  .btn-joined.btn-frame,
  .btn-blue.btn-frame,
  .btn-gray.btn-frame,
  .btn-purple.btn-frame,
  .btn-frame.btn-frame {
    border: 2px solid transparent;
    background: transparent; }
    .btn-lightgrey.btn-frame.btn-frame.blue-border,
    .btn-green.btn-frame.btn-frame.blue-border,
    .btn-joined.btn-frame.btn-frame.blue-border,
    .btn-blue.btn-frame.btn-frame.blue-border,
    .btn-gray.btn-frame.btn-frame.blue-border,
    .btn-purple.btn-frame.btn-frame.blue-border,
    .btn-frame.btn-frame.btn-frame.blue-border {
      border-color: #005eb8;
      color: #005eb8; }
      .btn-lightgrey.btn-frame.btn-frame.blue-border:hover span:after,
      .btn-green.btn-frame.btn-frame.blue-border:hover span:after,
      .btn-joined.btn-frame.btn-frame.blue-border:hover span:after,
      .btn-blue.btn-frame.btn-frame.blue-border:hover span:after,
      .btn-gray.btn-frame.btn-frame.blue-border:hover span:after,
      .btn-purple.btn-frame.btn-frame.blue-border:hover span:after,
      .btn-frame.btn-frame.btn-frame.blue-border:hover span:after {
        color: #005eb8; }
    .btn-lightgrey.btn-frame.btn-frame.white-border,
    .btn-green.btn-frame.btn-frame.white-border,
    .btn-joined.btn-frame.btn-frame.white-border,
    .btn-blue.btn-frame.btn-frame.white-border,
    .btn-gray.btn-frame.btn-frame.white-border,
    .btn-purple.btn-frame.btn-frame.white-border,
    .btn-frame.btn-frame.btn-frame.white-border {
      border-color: #FFF;
      color: #FFF; }
      .btn-lightgrey.btn-frame.btn-frame.white-border:hover span:after,
      .btn-green.btn-frame.btn-frame.white-border:hover span:after,
      .btn-joined.btn-frame.btn-frame.white-border:hover span:after,
      .btn-blue.btn-frame.btn-frame.white-border:hover span:after,
      .btn-gray.btn-frame.btn-frame.white-border:hover span:after,
      .btn-purple.btn-frame.btn-frame.white-border:hover span:after,
      .btn-frame.btn-frame.btn-frame.white-border:hover span:after {
        color: #FFF; }
    .btn-lightgrey.btn-frame.btn-frame.gray-border,
    .btn-green.btn-frame.btn-frame.gray-border,
    .btn-joined.btn-frame.btn-frame.gray-border,
    .btn-blue.btn-frame.btn-frame.gray-border,
    .btn-gray.btn-frame.btn-frame.gray-border,
    .btn-purple.btn-frame.btn-frame.gray-border,
    .btn-frame.btn-frame.btn-frame.gray-border {
      border-color: #63666a;
      color: #63666a; }
      .btn-lightgrey.btn-frame.btn-frame.gray-border:hover span:after,
      .btn-green.btn-frame.btn-frame.gray-border:hover span:after,
      .btn-joined.btn-frame.btn-frame.gray-border:hover span:after,
      .btn-blue.btn-frame.btn-frame.gray-border:hover span:after,
      .btn-gray.btn-frame.btn-frame.gray-border:hover span:after,
      .btn-purple.btn-frame.btn-frame.gray-border:hover span:after,
      .btn-frame.btn-frame.btn-frame.gray-border:hover span:after {
        color: #63666a; }
    .btn-lightgrey.btn-frame.btn-frame.purple-border,
    .btn-green.btn-frame.btn-frame.purple-border,
    .btn-joined.btn-frame.btn-frame.purple-border,
    .btn-blue.btn-frame.btn-frame.purple-border,
    .btn-gray.btn-frame.btn-frame.purple-border,
    .btn-purple.btn-frame.btn-frame.purple-border,
    .btn-frame.btn-frame.btn-frame.purple-border {
      border-color: #545592;
      color: #545592; }
      .btn-lightgrey.btn-frame.btn-frame.purple-border:hover span:after,
      .btn-green.btn-frame.btn-frame.purple-border:hover span:after,
      .btn-joined.btn-frame.btn-frame.purple-border:hover span:after,
      .btn-blue.btn-frame.btn-frame.purple-border:hover span:after,
      .btn-gray.btn-frame.btn-frame.purple-border:hover span:after,
      .btn-purple.btn-frame.btn-frame.purple-border:hover span:after,
      .btn-frame.btn-frame.btn-frame.purple-border:hover span:after {
        color: #545592; }
    .btn-lightgrey.btn-frame[disabled="disabled"], .btn-lightgrey.btn-frame[disabled=""], .btn-lightgrey.btn-frame:disabled,
    .btn-green.btn-frame[disabled="disabled"],
    .btn-green.btn-frame[disabled=""],
    .btn-green.btn-frame:disabled,
    .btn-joined.btn-frame[disabled="disabled"],
    .btn-joined.btn-frame[disabled=""],
    .btn-joined.btn-frame:disabled,
    .btn-blue.btn-frame[disabled="disabled"],
    .btn-blue.btn-frame[disabled=""],
    .btn-blue.btn-frame:disabled,
    .btn-gray.btn-frame[disabled="disabled"],
    .btn-gray.btn-frame[disabled=""],
    .btn-gray.btn-frame:disabled,
    .btn-purple.btn-frame[disabled="disabled"],
    .btn-purple.btn-frame[disabled=""],
    .btn-purple.btn-frame:disabled,
    .btn-frame.btn-frame[disabled="disabled"],
    .btn-frame.btn-frame[disabled=""],
    .btn-frame.btn-frame:disabled {
      pointer-events: none;
      border-color: #ececf0 !important;
      color: #d7d8db !important; }

.btn-green {
  background: #00bf6f; }
  .btn-green:hover {
    background: #00bf6f !important; }

.btn-lightgrey {
  transition: background .25s ease-in-out;
  background: #A5A6A8; }
  .btn-lightgrey:hover {
    background: #8b8c8f !important; }

.btn-blue {
  background: #005eb8; }
  .btn-blue:hover {
    background: #005eb8 !important; }

.btn-gray {
  background: #63666a; }
  .btn-gray:hover {
    background: #63666a; }

.btn-purple {
  background: #545592; }
  .btn-purple:hover {
    background: #545592 !important; }

.btn-back-side {
  margin: 0;
  padding: 15px;
  color: #fff;
  background: #63666a;
  text-align: left;
  cursor: pointer; }

.nav-grey .btn-back-side {
  background: #c6c8ca;
  color: #63666a; }

.btn-title-side {
  margin: 0;
  padding: 15px;
  color: #fff;
  text-align: left; }

.back-to-btn a {
  background: #e0e0e0;
  padding: 7px 15px; }
  .back-to-btn a:hover {
    color: #fff; }

.back-to-btn span {
  padding: 0 15px 0 0; }

.clear-btn {
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0; }

.load-more {
  text-align: center; }

.btn-margin-bottom {
  margin-bottom: 30px; }

.btn-lightblue {
  background: #00b5e2;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0 auto; }

.btn-view {
  padding: 5px 10px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ddd;
  font-weight: 100;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }
  .btn-view:hover, .btn-view.active {
    color: #000;
    border: 1px solid #545592; }

.ge-button.-btn-upload {
  margin-top: 3px; }

.icon:before {
  font-size: 30px;
  color: #005eb8; }

.icon-hover:hover {
  cursor: pointer; }

.fa-icon-big {
  font-size: 22px;
  position: relative;
  top: 2px; }

.icon-small {
  width: 15px;
  height: 15px;
  display: inline-block; }

.icon-home {
  width: 30px;
  height: 30px;
  top: 15%;
  margin-left: -15px; }

.icon-table {
  display: block;
  width: 15px;
  height: 15px; }

.icon-event:before {
  font-size: 250px;
  top: 0;
  margin-top: -100px;
  position: absolute;
  left: 5px;
  color: #004080; }

.icon-order {
  background-color: #005eb8;
  -webkit-mask-image: url("/assets/images/icons/package.svg");
  mask-image: url("/assets/images/icons/package.svg"); }

.icon-star:before {
  color: #545592;
  font-size: 16px; }

.icon-shopping-cart:before {
  color: red;
  font-size: 20px;
  position: absolute;
  margin-top: -20px; }

.icon-pencil:before {
  color: #19A948;
  font-size: 16px; }

.icon-locked {
  -webkit-mask-image: url("/assets/images/icons/lock.svg");
  mask-image: url("/assets/images/icons/lock.svg");
  background: #2f3133; }

.icon-stock {
  font-size: 0.79rem;
  color: #63666a;
  text-align: center; }
  .icon-stock i {
    margin-right: 5px; }

.nav-icon {
  width: 19px;
  top: -1px !important;
  position: relative; }

a:hover,
a:focus,
a:active {
  text-decoration: none; }

.-font--plus-6,
.-font--h1,
h1 {
  font-size: 3.247rem;
  line-height: 3.465rem;
  margin: 0;
  font-weight: normal; }

.-font--plus-5,
.-font--h2,
h2 {
  font-size: 2.887rem;
  line-height: 3.080rem;
  margin: 0;
  font-weight: normal; }

.-font--plus-4,
.-font--h3,
.h3,
h3 {
  font-size: 2.281rem;
  line-height: 2.434rem;
  margin: 0;
  font-weight: normal; }

.-font--plus-3,
.-font--h4,
.h4,
h4 {
  font-size: 2.027rem;
  line-height: 2.163rem;
  margin: 0;
  font-weight: normal; }

.-font--plus-2,
.-font--h5,
h5 {
  font-size: 1.602rem;
  line-height: 2.135rem;
  margin: 0;
  font-weight: normal; }

.-font-plus-25 {
  font-size: 1.7rem; }

.-font--plus-1,
.-font--h6,
h6 {
  font-size: 1.424rem;
  line-height: 1.898rem;
  margin: 0;
  font-weight: normal; }

.-font--plus {
  font-size: 1.2rem; }

.-font--body,
.-font--p,
p {
  font-size: 1.125rem;
  line-height: 1.643rem; }

.-font--blockquote,
blockquote {
  font-size: 1.602rem;
  line-height: 2.135rem;
  font-family: "GE Inspira Serif";
  margin: 0; }

.-font--minus-1 {
  font-size: 1rem;
  line-height: 1.46rem; }

.-font--minus-2 {
  font-size: 0.889rem !important;
  line-height: 1.298rem !important; }

.-font--minus-3 {
  font-size: 0.79rem;
  line-height: 1.025rem; }

.-font--minus-4 {
  font-size: 0.702rem;
  line-height: 1.025rem; }

.-font--minus-5 {
  font-size: 0.624rem;
  line-height: 0.911rem; }

.-font--125-rem {
  font-size: 1.25rem;
  line-height: 1.46rem; }

caption {
  font-size: 0.79em;
  font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif; }

blockquote,
blockquote.blockquote-sm {
  font-family: "GE Inspira Serif", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif; }

blockquote.blockquote-sm p {
  font-size: 1em; }

blockquote p {
  font-size: 1.602em; }

.badge {
  font-size: 0.624em;
  font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.sub-heading {
  color: #2f3133;
  border-bottom: 1px solid #ddd;
  font-size: 0.889rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }
  .sub-heading.push-down {
    padding-top: 20px; }

.-color--disabled {
  color: #63666a;
  opacity: 0.33; }

.dropdown-menu {
  background-color: #fff;
  border: 0 solid #aeafaf;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px #2f3133;
  color: #2f3133;
  margin: 6px 0 0 5px;
  min-width: 112px;
  max-width: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  right: 0;
  left: inherit; }
  .dropdown-menu li a {
    color: #2f3133;
    display: block;
    font-size: 1.15em;
    min-height: 48px;
    line-height: 48px;
    padding: 0 20px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
    .dropdown-menu li a:hover {
      background-color: #ececf0; }

.custom-dropdown {
  position: relative; }
  .custom-dropdown .toggle-dropdown span.fa {
    font-size: 16px;
    top: 2px;
    padding-left: 2px;
    position: relative; }
  .custom-dropdown .toggle-dropdown.active span.fa {
    transform: rotate(180deg);
    top: 0px; }
    .custom-dropdown .toggle-dropdown.active span.fa.fa-sort-desc {
      top: 3px; }
  .custom-dropdown .toggle-dropdown.active + .basket-preview-dropdown {
    display: block !important;
    visibility: visible;
    opacity: 1 !important; }
  .custom-dropdown .toggle-dropdown span.fa {
    transition: transform .25s ease-in-out, top .25s ease-in-out; }
  .custom-dropdown .dropdown-section {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
    position: absolute;
    list-style-type: none;
    padding: 0;
    display: none;
    top: 100px;
    left: 0;
    z-index: 80;
    border-radius: 0.125rem; }
    @media (min-width: 992px) {
      .custom-dropdown .dropdown-section {
        padding: 10px 0; } }
    .custom-dropdown .dropdown-section:before {
      content: '';
      position: absolute;
      top: -16px;
      left: 14%;
      width: 0;
      height: 0;
      border-width: 9px 10px;
      border-color: transparent transparent #fff;
      border-style: solid; }
    .custom-dropdown .dropdown-section.dropdown-right {
      right: 0;
      left: unset; }
      .custom-dropdown .dropdown-section.dropdown-right:before {
        left: unset;
        right: 12%; }
        .ie11 .custom-dropdown .dropdown-section.dropdown-right:before,
        .ie10 .custom-dropdown .dropdown-section.dropdown-right:before,
        .ie9 .custom-dropdown .dropdown-section.dropdown-right:before,
        .edge .custom-dropdown .dropdown-section.dropdown-right:before {
          left: auto; }
      .ie11 .custom-dropdown .dropdown-section.dropdown-right,
      .ie10 .custom-dropdown .dropdown-section.dropdown-right,
      .ie9 .custom-dropdown .dropdown-section.dropdown-right,
      .edge .custom-dropdown .dropdown-section.dropdown-right {
        left: auto; }
    .custom-dropdown .dropdown-section.basket-preview-dropdown {
      display: block;
      width: 340px;
      visibility: hidden;
      opacity: 0; }
    .custom-dropdown .dropdown-section .basket-preview {
      min-height: 140px;
      padding: 10px 20px; }
    .custom-dropdown .dropdown-section.bg-grey {
      background: #fff; }
      .custom-dropdown .dropdown-section.bg-grey li > a {
        color: #63666a; }
        .custom-dropdown .dropdown-section.bg-grey li > a:hover {
          background: #f4f5f8;
          color: black;
          text-decoration: none; }
    .custom-dropdown .dropdown-section.bg-blue {
      background: #0054a8; }
      .custom-dropdown .dropdown-section.bg-blue:before {
        border-color: transparent transparent #0054a8; }
        @media (max-width: 767px) {
          .custom-dropdown .dropdown-section.bg-blue:before {
            display: none; } }
      .custom-dropdown .dropdown-section.bg-blue li > a {
        color: white; }
        .custom-dropdown .dropdown-section.bg-blue li > a:hover, .custom-dropdown .dropdown-section.bg-blue li > a.-is--active {
          background: #004080;
          text-decoration: none; }
    .custom-dropdown .dropdown-section li > a {
      font-weight: normal;
      min-width: 270px;
      font-size: 1rem;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      height: 3rem;
      line-height: 3rem;
      vertical-align: middle;
      text-align: left;
      display: block;
      cursor: pointer;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

@media (max-width: 991px) {
  .custom-dropdown .dropdown-section > li > a {
    padding-left: 28px; } }

/*tech specs dropdown*/
.dropdown-data-selection .toggle-dropdown {
  color: #63666a;
  font-size: .889rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 15px 12px;
  display: inline-block;
  line-height: 30px;
  transition: color .25s ease-in-out; }
  .dropdown-data-selection .toggle-dropdown:hover {
    color: black;
    text-decoration: none; }

.dropdown-data-selection .dropdown-section li > a.active,
.dropdown-data-selection .dropdown-section li > a.active:hover {
  background-color: #005eb8;
  color: #fff; }

.dropdown-data-selection .dropdown-section {
  top: 40px;
  z-index: 10; }

.basket-mobile-block {
  margin-right: 12px; }

.basket-preview {
  padding: 20px; }
  .basket-preview .basket-preview-header {
    border-bottom: 1px solid #a5a6a8;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .basket-preview .basket-preview-header h6 {
      margin: 0;
      padding: 1px 0 0 0;
      font-size: 0.889rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
    .basket-preview .basket-preview-header .text-sm {
      font-size: 0.79rem; }
    .basket-preview .basket-preview-header + p, .basket-preview .basket-preview-header p {
      font-size: 1rem; }
  .basket-preview .product-list {
    padding-right: 10px; }
    .basket-preview .product-list .product-item {
      margin-bottom: 10px;
      position: relative; }
      .basket-preview .product-list .product-item .prod-img,
      .basket-preview .product-list .product-item .prod-info {
        float: left; }
      .basket-preview .product-list .product-item .prod-img {
        background-color: #fff;
        padding: 5px;
        width: 20%; }
        .basket-preview .product-list .product-item .prod-img img {
          width: 100%; }
      .basket-preview .product-list .product-item .btn-remove {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 3px;
        right: 0;
        color: #63666a;
        font-size: 1rem; }
        .basket-preview .product-list .product-item .btn-remove:hover {
          color: #2f3133; }
      .basket-preview .product-list .product-item .prod-info {
        width: 80%;
        padding-left: 10px; }
        .basket-preview .product-list .product-item .prod-info .title,
        .basket-preview .product-list .product-item .prod-info .option {
          display: block;
          line-height: 1.3; }
        .basket-preview .product-list .product-item .prod-info .title {
          max-height: 3.1rem;
          width: calc(100% - 20px);
          overflow: hidden;
          font-size: 1.125rem;
          color: #005eb8;
          letter-spacing: 0;
          text-transform: none;
          margin: 5px 0; }
        .basket-preview .product-list .product-item .prod-info .option {
          font-size: 0.79em; }
  .basket-preview .product-total {
    border-top: 1px solid #a5a6a8;
    border-bottom: 1px solid #a5a6a8;
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.889rem;
    color: #2f3133;
    font-weight: bold; }
  .basket-preview .btn-blue {
    margin-top: 10px; }

.fav-apps .fav-app-item {
  padding: 3px;
  float: left;
  text-align: center;
  width: 83px; }
  .fav-apps .fav-app-item .app-img {
    width: 100%;
    height: 77px;
    background: #F4F5F8;
    position: relative; }
  .fav-apps .fav-app-item .app-img img {
    width: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .fav-apps .fav-app-item .app-name {
    font-size: 12px;
    margin-top: 5px; }

.global-navigation .navbar-nav.navbar-right .custom-dropdown .toggle-dropdown.active:before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 9px 10px;
  border-color: transparent transparent #fff;
  border-style: solid;
  transform: translateX(-50%);
  z-index: 99;
  pointer-events: none; }

.global-navigation .navbar-nav.navbar-right .custom-dropdown .toggle-dropdown.active + .dropdown-section {
  opacity: 1 !important; }
  @media (max-width: 991px) {
    .global-navigation .navbar-nav.navbar-right .custom-dropdown .toggle-dropdown.active + .dropdown-section {
      left: 50%;
      transform: translateX(-50%);
      right: auto; } }

@media all and (max-width: 991px) {
  .global-navigation .navbar-nav.navbar-right .custom-dropdown .toggle-dropdown.active:before {
    bottom: -27px; }
  .global-navigation .navbar-nav.navbar-right .custom-dropdown .toggle-dropdown.active + .dropdown-section {
    top: 67px; } }

.global-navigation .navbar-nav.navbar-right .custom-dropdown .dropdown-section:before {
  content: none; }

@media (max-width: 991px) {
  .global-navigation .navbar-collapse .custom-dropdown .toggle-dropdown.active:before {
    content: none; }
  .global-navigation .navbar-collapse .custom-dropdown .toggle-dropdown + .dropdown-section {
    transform: none; } }

.dropdown-data-selection.custom-dropdown .dropdown-section:before {
  content: none; }

.add-to-calendar .dropdown-section {
  max-width: 175px;
  top: 0;
  padding-left: 5px; }
  .add-to-calendar .dropdown-section li > a {
    min-width: 165px; }
  .add-to-calendar .dropdown-section .event-result .event-meta li {
    padding-bottom: 5px; }

.table-responsive {
  position: relative;
  width: 100%;
  border: 0;
  overflow: initial;
  /*.panel-body & {
    > div {
      overflow-x: auto;

      &::-webkit-scrollbar-track{
        box-shadow: 0 0 2px rgba(0,0,0,0.15) inset;
        background: #f0f0f0;
      }

      &::-webkit-scrollbar-thumb{
        border-radius: 6px;
        background: #ccc;
      }

      &::-webkit-scrollbar{
        height: 12px;
      }
    }

    table{
      margin-bottom: 0;
    }
  }*/ }
  .table-responsive table {
    max-width: none !important;
    -webkit-overflow-scrolling: touch !important; }
  .table-responsive.has-scroll {
    overflow-x: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: auto; }
    .table-responsive.has-scroll > div {
      overflow-x: auto; }
      .table-responsive.has-scroll > div::-webkit-scrollbar-track {
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
        background: #f0f0f0; }
      .table-responsive.has-scroll > div::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background: #ccc; }
      .table-responsive.has-scroll > div::-webkit-scrollbar {
        height: 12px; }
    .table-responsive.has-scroll:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -50px;
      width: 50px;
      border-radius: 10px 0 0 10px / 50% 0 0 50%;
      box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
      content: ''; }
    .table-responsive.has-scroll table {
      margin-bottom: 0; }

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

.clearfix:after {
  clear: both; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0 !important; }

.no-borders {
  border: none !important; }

.-border--bottom-gray {
  border-bottom: 1px solid #ddd; }

.push-top-5 {
  padding-top: 5px !important; }

.push-top-10 {
  padding-top: 10px !important; }

.push-top-20 {
  padding-top: 20px !important; }

.push-top-25 {
  padding-top: 25px !important; }

.push-top-30 {
  padding-top: 30px; }

.push-top-35 {
  padding-top: 35px; }

.-padding--top-40 {
  padding-top: 40px !important; }

.push-top-50 {
  padding-top: 50px; }

.push-top-65 {
  padding-top: 65px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-top-55 {
  margin-top: 55px !important; }

.-full--width {
  width: 100%; }

.-padding--title-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.-padding--title-md {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.-padding--title-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.-padding--bottom-1 {
  padding-bottom: 10px; }

.-padding--bottom-2 {
  padding-bottom: 15px; }

.-padding--bottom-3 {
  padding-bottom: 20px; }

.-padding--bottom-4 {
  padding-bottom: 30px; }

.push--bottom-40 {
  padding-top: 40px !important; }

.-padding--top-1 {
  padding-top: 1.5rem; }

.-padding--left-20 {
  padding-left: 20px; }

.-padding--none {
  padding: 0 !important; }

.-padding--notop {
  padding-top: 0 !important; }

.-padding--nobottom {
  padding-bottom: 0 !important; }

.-padding--noleft {
  padding-left: 0 !important; }

.-padding--noright {
  padding-right: 0 !important; }

.-padding--notopbottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.-padding--noleftright {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.-margin--none {
  margin: 0 !important; }

.-margin--noleft {
  margin-left: 0 !important; }

.-margin--noright {
  margin-right: 0 !important; }

.-margin--notop {
  margin-top: 0 !important; }

.-margin--nobottom {
  margin-bottom: 0 !important; }

.-margin--notopbottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.-margin--noleftright {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.margin-top-05 {
  margin-top: 5px; }

.-margin--top-1 {
  margin-top: 10px !important; }

.-margin--top-10 {
  margin-top: 10px !important; }

.-margin--top-15 {
  margin-top: 15px; }

.-margin--top-2 {
  margin-top: 20px !important; }

.-margin--top-20 {
  margin-top: 20px !important; }

.-margin--top-24 {
  margin-top: 24px !important; }

.-margin--top-25 {
  margin-top: 25px !important; }

.-margin--top-3 {
  margin-top: 30px !important; }

.-margin--top-30 {
  margin-top: 30px !important; }

.-margin--top-40 {
  margin-top: 40px !important; }

.-margin--top-64{
  margin-top: 64px!important;
}
.-margin--top-110 {
  margin-top: 110px; }

.-margin--top-2-rem {
  margin-top: 2.5rem !important; }

.-margin--bot-1-rem {
  margin-bottom: 1rem !important; }

.margin-bot-10 {
  margin-bottom: 10px; }

.margin--bot-20 {
  margin-bottom: 20px; }

.-margin-bot-30 {
  margin-bottom: 30px; }

.-margin-bot-40 {
  margin-bottom: 40px; }

.-margin--left-10 {
  margin-left: 10px; }

.-margin--left-16 {
  margin-left: 16px; }

.-margin--left-20 {
  margin-left: 20px; }

.-margin--left-35 {
  margin-left: 35px !important; }

.-margin--left-right-15 {
  margin-left: 15px;
  margin-right: 15px; }

.-width--full {
  width: 100% !important; }

.-max-width-full {
  max-width: 100%; }

.-inline--block {
  display: inline-block; }

.-display--flex {
  display: flex !important; }

.-display--flex-end {
  display: flex;
  justify-content: flex-end; }

.blue-color {
  color: #005eb8; }

.-position--static {
  position: static !important; }

.-list--none {
  list-style: none; }

/*flex styles*/
.flex-table {
  display: flex;
  flex-wrap: wrap; }
  .flex-table > * {
    display: flex; }
  .flex-table[data-simplebar] {
    flex-wrap: nowrap; }
    .flex-table[data-simplebar] > * {
      display: block; }
    .flex-table[data-simplebar] .simplebar-content {
      display: flex;
      flex-wrap: wrap; }
      .flex-table[data-simplebar] .simplebar-content > * {
        display: flex; }

.-flex--column {
  display: flex;
  flex-direction: column; }

.hidden-block {
  display: none !important; }

.indented-list {
  margin-bottom: 15px;
  padding-left: 30px; }
  .indented-list li {
    margin-bottom: 15px; }
    .indented-list li:last-child {
      margin-bottom: 0; }

.border-solid--grayLighter3 {
  border: solid 1px #ececf0 !important; }

.-text--nowrap {
  white-space: nowrap; }

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

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

.-text--bold {
  font-weight: bold; }

.-text--center {
  text-align: center; }

.-visible--on-active {
  display: none; }

.active .-visible--on-active, .active.-visible--on-active {
  display: inherit; }

.active .-hidden--on-active, .active.-hidden--on-active {
  display: none; }

.sticky-block {
  position: -webkit-sticky !important;
  position: sticky !important; }
  .ie11 .sticky-block,
  .ie10 .sticky-block,
  .ie9 .sticky-block,
  .edge .sticky-block {
    position: static !important; }
  .ie11 .sticky-block.-fixed-to-top,
  .ie10 .sticky-block.-fixed-to-top,
  .ie9 .sticky-block.-fixed-to-top,
  .edge .sticky-block.-fixed-to-top {
    position: fixed !important;
    left: 0;
    right: 0; }

.stock-availability__section-bar {
  width: 30px;
  height: 1px;
  color: #bcbcbc;
  margin-top: 2px;
  margin-bottom: 0; }

.alert {
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #CCC;
  padding: 30px; }
  .alert h6 {
    line-height: 1;
    margin: 0 0 10px 0 !important; }
  .alert.alert-success {
    background-color: #d5f1e5;
    border-color: #00bf6f; }
    .alert.alert-success h6 {
      color: #3c763d; }
  .alert.alert-danger {
    background-color: #f1e3e5;
    border-color: #bf001d; }
    .alert.alert-danger h6 {
      color: #a94442; }
  .alert.alert-info {
    background-color: #f4f5f8;
    border-color: #c4c3c2; }
  .alert.alert-notification {
    background-color: #F5EFDE;
    border-color: #C9792B;
    color: #BA6500;
    padding: 15px 30px; }
  .alert.push-top {
    margin-top: 35px; }

body {
  position: relative;
  line-height: 1.5em;
  font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #63666a; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2f3133;
  font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif; }

hr {
  height: 1px;
  background-color: #bcbcbc; }

.hr-light {
  opacity: 0.2; }

a,
a:active,
a:hover,
a:focus {
  color: #005eb8;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.h-giant {
  font-size: 55px; }

.h-large-plus {
  font-size: 42px; }

.h-large {
  font-size: 38px; }

.h-big {
  font-size: 28px;
  line-height: 38px; }

.h-bigger {
  font-size: 32px; }

.h-medium-bigger {
  font-size: 24px; }

.h-medium {
  font-size: 20px; }

.h-normal {
  font-size: 18px; }

.h-small {
  font-size: 16px; }

.txt-medium {
  font-size: 16px; }

.txt-small, .herobanner-scroller-section .title p {
  font-size: 14px; }

.txt-mini, .-default--panel .buttons > div a,
.product-box .buttons > div a {
  font-size: 13px; }

.txt-xs {
  font-size: 12px; }

.txt-medium-respons {
  font-size: 16px; }

.txt-small-respons {
  font-size: 14px; }

.txt-mini-respons {
  font-size: 13px; }

.weight-700 {
  font-weight: 700; }

.h4,
.h-small {
  line-height: 1.5em; }

@media all and (max-width: 560px) {
  .txt-medium-respons {
    font-size: 14px; }
  .txt-small-respons {
    font-size: 12px; } }

.f-normal {
  font-weight: normal; }

.f-bold {
  font-weight: bold; }

.uppercase, .breadcrumbs ul li, .herobanner-scroller-section .title p, .-default--panel .buttons,
.product-box .buttons {
  text-transform: uppercase; }

.table-center {
  text-align: -webkit-center; }

.border-right {
  border-right: 1px solid #63666a !important; }

.hover-effect-blue li:hover {
  background-color: #1761a1;
  color: #fff;
  border-color: #1761a1; }
  .hover-effect-blue li:hover a {
    color: #fff;
    border-color: #1761a1; }

.hover-effect-blue a:hover {
  color: #fff;
  background: #1761a1;
  border-color: #1761a1; }

.hover-effect-purple li:hover {
  background-color: #3C3571;
  color: #fff;
  border-color: #3C3571; }
  .hover-effect-purple li:hover a {
    color: #fff;
    border-color: #3C3571; }

.hover-effect-purple a:hover {
  color: #fff;
  background: #3C3571;
  border-color: #3C3571; }

.hover-color-blue a:hover,
.hover-color-blue a:focus,
.hover-color-blue a:active {
  color: #005eb8; }

.hover-color-purple a:hover,
.hover-color-purple a:focus,
.hover-color-purple a:active {
  color: #3C3571; }

.o-medium:after {
  content: '\A';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  background: rgba(10, 10, 40, 0.4);
  z-index: 1; }

.o-medium div {
  position: relative;
  z-index: 10; }

.o-light:after {
  content: '\A';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(10, 10, 40, 0.6); }

.o-light div {
  position: relative;
  z-index: 10; }

.o-bg:after {
  left: 15px;
  width: -o-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px); }

.o-circle:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.o-left:after {
  left: 15px; }

form {
  position: relative;
  width: 100%; }

.nav-blue {
  background: #005eb8; }

.nav-purple {
  background: #545592; }

.margin-bottom {
  margin-bottom: 30px; }

.margin-top {
  margin-top: 30px; }

@media all and (max-width: 991px) {
  .padding-wrapper {
    padding: 0 !important;
    background-color: transparent !important;
    margin: 5px 0 !important; }
    .padding-wrapper a.h4 {
      padding: 9px 10px 9px 15px !important;
      background-color: #fff;
      border: 1px solid #a5a6a8;
      color: #63666a; }
      .padding-wrapper a.h4:hover {
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08); } }

.margin-left {
  margin-left: 10px; }

.margin-right {
  margin-right: 10px; }

.round-block {
  border-radius: 50%; }

.white a,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white button {
  color: #fff; }

.white .btn-frame.btn-roll:hover span::after {
  color: #fff; }

.footnotes {
  font-size: 0.889rem; }
  .footnotes ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0; }
    .footnotes ul li {
      line-height: 1.3;
      margin-bottom: 3px;
      padding-left: 10px;
      text-indent: -10px; }

.-bg--blue-darker-3 {
  background-color: #131d26; }

.-bg--blue-darker-2 {
  background-color: #13294b; }

.-bg--blue-darker-1 {
  background-color: #004080; }

.-bg--blue {
  background-color: #005eb8; }

.-bg--blue-lighter-1 {
  background-color: #00b5e2; }

.-bg--blue-lighter-2 {
  background-color: #72cbe1; }

.-bg--gray-darker-2 {
  background-color: #18181a; }

.-bg--gray-darker-1 {
  background-color: #2f3133; }

.-bg--gray {
  background-color: #63666a; }

.-bg--gray-lighter-1 {
  background-color: #a5a6a8; }

.-bg--gray-lighter-2 {
  background-color: #d7d8db; }

.-bg--gray-lighter-3 {
  background-color: #ececf0; }

.-bg--gray-lighter-4 {
  background-color: #f4f5f8; }

.-bg--white {
  background-color: #fff; }

.-bg--green {
  background-color: #00bf6f; }

.-bg--green-lighter-1 {
  background-color: #7befb2; }

.-bg--red {
  background-color: #d70000; }

.-bg--country-selection {
  background-color: #ececf0; }
  .-bg--country-selection:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("/assets/images/knowledge-images/countryselect-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; }

.-font-color--blueDarker1 {
  color: #004080; }

.-font-color--blue {
  color: #005eb8; }

.-font-color--blueLighter1 {
  color: #00b5e2; }

.-font-color--blueLighter2 {
  color: #72cbe1; }

.-font-color--grayDarker2 {
  color: #18181a; }

.-font-color--grayDarker1 {
  color: #2f3133; }

.-font-color--gray {
  color: #63666a; }

.-font-color--grayLighter1 {
  color: #a5a6a8; }

.-font-color--grayLighter2 {
  color: #d7d8db !important; }

.-font-color--grayLighter3 {
  color: #ececf0; }

.-font-color--grayLighter4 {
  color: #f4f5f8; }

.-font-color--white {
  color: #fff; }

.-font-color--whiteLighter1 {
  color: #ffffffc7; }

.-font-color--green {
  color: #00bf6f; }

.-font-color--greenLighter1 {
  color: #7befb2; }

.-font-color--red {
  color: #ad001b; }

.-font-color--lightgrey-filters {
  color: #d9dbdb; }

.-text--bold {
  font-weight: bold; }

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

.-text--italic {
  font-style: italic; }

.-text--underline {
  text-decoration: underline; }

.-text--no-underline {
  text-decoration: none; }

.-text--left {
  text-align: left; }

.-text--right {
  text-align: right; }

.-text--center {
  text-align: center; }

.-text--justify {
  text-align: justify; }

.-text--normal {
  font-weight: normal !important; }

@media (max-width: 767px) {
  .-text--left-xs {
    text-align: left; } }

.-text--striked {
  text-decoration: line-through; }

.-text--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.-text-highlighted {
  padding: 0.2rem;
  color: #000000;
  background-color: #f8ff00; }

.-text--double-dotted-bottom {
  text-decoration: underline dotted #63666a;
  border-bottom: 1px dotted #63666a; }

.-stop-body--scroll {
  overflow: hidden; }

.-animation--pulsate {
  -webkit-animation: pulsate2 2.5s ease-out;
  -moz-animation: pulsate2 2.5s ease-out;
  -ms-animation: pulsate2 2.5s ease-out;
  -o-animation: pulsate2 2.5s ease-out;
  animation: pulsate2 2.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1.0; }

.-image--cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.-image--contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.-image--inherit {
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center center; }

.-image--fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }

.-image-position--left {
  background-position: left top; }

.-image-position--center {
  background-position: center center; }

.-image-position--right {
  background-position: right top; }

.-image-position--bottom {
  background-position: center bottom; }

.-image-position--left-bottom {
  background-position: left bottom; }

/* CUI base */
/* Main includes */
.ge-footer .footer-block-link {
  display: block;
  text-align: center;
  padding: 48px 0;
  text-decoration: none; }
  .ge-footer .footer-block-link .link-img {
    width: 100%; }
    .ge-footer .footer-block-link .link-img img {
      margin: 0 auto;
      display: block;
      width: 50px; }
  .ge-footer .footer-block-link h6 {
    padding-top: 15px; }
  .ge-footer .footer-block-link p {
    margin: 0; }

.ge-footer .ge-footer__lang-selector ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 3rem 0rem 0.5rem; }
  @media screen and (max-width: 768px) {
    .ge-footer .ge-footer__lang-selector ul {
      padding: 1rem 0rem 1rem; } }

.ge-footer .ge-footer__lang-selector ul li {
  letter-spacing: 1px;
  color: rgba(99, 102, 106, 0.8);
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 0.79rem; }
  .ge-footer .ge-footer__lang-selector ul li:first-child {
    padding-left: 0; }
  .ge-footer .ge-footer__lang-selector ul li a:hover {
    text-decoration: none; }

.ge-footer .ge-footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px; }
  .ge-footer .ge-footer__bottom .legal-section img,
  .ge-footer .ge-footer__bottom .legal-section .copyright {
    float: left; }
  .ge-footer .ge-footer__bottom .legal-section img {
    width: 43px;
    height: 43px; }
  .ge-footer .ge-footer__bottom .legal-section .copyright {
    font-size: 0.889rem;
    text-transform: capitalize;
    width: 100%;
    padding-left: 0;
    padding-top: 0.5rem; }
    .ge-footer .ge-footer__bottom .legal-section .copyright span, .ge-footer .ge-footer__bottom .legal-section .copyright a {
      line-height: 1.4em;
      display: inline-block;
      line-height: 1;
      padding: 2px 0;
      color: rgba(255, 255, 255, 0.3);
      margin-right: 24px; }
      @media screen and (max-width: 991px) {
        .ge-footer .ge-footer__bottom .legal-section .copyright span.block-sm, .ge-footer .ge-footer__bottom .legal-section .copyright a.block-sm {
          display: block;
          margin-bottom: 0.5rem; } }
    @media screen and (max-width: 991px) {
      .ge-footer .ge-footer__bottom .legal-section .copyright a {
        border-right: 1px solid 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 0.5rem;
        padding-right: 0.5rem; }
        .ge-footer .ge-footer__bottom .legal-section .copyright a:last-child {
          border-right: 0px;
          margin-right: 0rem;
          padding-right: 0rem; } }
    .ge-footer .ge-footer__bottom .legal-section .copyright:last-child {
      margin-right: 0px; }
    .ge-footer .ge-footer__bottom .legal-section .copyright a {
      color: rgba(255, 255, 255, 0.3); }
  .ge-footer .ge-footer__bottom .social-channels {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .ge-footer .ge-footer__bottom .social-channels {
        padding-top: 0.8rem; } }
    .ge-footer .ge-footer__bottom .social-channels li {
      display: inline-block;
      padding: 0 0.1rem; }
      .ge-footer .ge-footer__bottom .social-channels li > a {
        display: inline-block; }
      .ge-footer .ge-footer__bottom .social-channels li span.fa, .ge-footer .ge-footer__bottom .social-channels li span.fab {
        font-size: 1rem;
        position: relative;
        height: 2rem;
        width: 2rem;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        transition: background-color .2s linear;
        color: #131d26;
        line-height: 2rem; }
        .ge-footer .ge-footer__bottom .social-channels li span.fa:before, .ge-footer .ge-footer__bottom .social-channels li span.fab:before {
          transform: translate(-50%, -50%);
          position: absolute;
          top: 50%;
          left: calc(50% - 1px); }
        .ge-footer .ge-footer__bottom .social-channels li span.fa:hover, .ge-footer .ge-footer__bottom .social-channels li span.fab:hover {
          background: #00b5e2;
          color: #131d26; }
      .ge-footer .ge-footer__bottom .social-channels li:first-child {
        padding-left: 0; }
      .ge-footer .ge-footer__bottom .social-channels li:last-child {
        padding-right: 0; }
    @media screen and (max-width: 768px) {
      .ge-footer .ge-footer__bottom .social-channels {
        float: left;
        margin-top: 1.5rem; } }

.ge-footer .dropdown-xs span.fa {
  display: none; }

.ge-footer .ge-button.-type--lang-select {
  background: #28333e;
  border-color: #28333e;
  color: rgba(255, 255, 255, 0.3); }

.ge-footer .ge-button.-type--lang-select:hover {
  background: #28333e;
  border-color: #28333e;
  color: #fff; }

@media screen and (max-width: 767px) {
  .ge-footer .footer-block-link {
    padding: 15px 0; }
  .ge-footer .ge-footer__lang-selector {
    padding: 15px 0px; }
  .ge-footer .ge-footer__lang-selector ul li {
    display: block;
    width: 100%;
    padding: 8px 0; }
  .ge-footer .bottom-footer {
    padding: 20px 0; }
    .ge-footer .bottom-footer .social-channels {
      text-align: left;
      padding-top: 15px; }
    .ge-footer .bottom-footer .social-channels li {
      padding: 0 5px; }
      .ge-footer .bottom-footer .social-channels li:first-child {
        padding-left: 0; }
      .ge-footer .bottom-footer .social-channels li:last-child {
        padding-right: 0; }
    .ge-footer .bottom-footer .legal-section img,
    .ge-footer .bottom-footer .legal-section .copy-text {
      float: none;
      display: block; }
    .ge-footer .bottom-footer .legal-section img {
      margin: 0 auto;
      margin-bottom: 15px; }
    .ge-footer .bottom-footer .legal-section .copy-text {
      text-align: left;
      width: 100%;
      padding: 0;
      line-height: 3.5em; }
    .ge-footer .bottom-footer:first-child {
      display: block; }
  .ge-footer .dropdown-xs span.fa {
    display: inline-block;
    transition: transform .25s ease-in-out;
    float: right;
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .ge-footer .dropdown-xs ul {
    display: none;
    margin-bottom: 1rem; }
  .ge-footer .dropdown-xs.open span.fa {
    transform: rotate(180deg); } }

.country-modal .modal-footer {
  text-align: center; }

.ge-footer__site-links_col-4 {
  padding: 40px 0 45px 0px; }
  .ge-footer__site-links_col-4 .row {
    margin: 0; }
  .ge-footer__site-links_col-4 .container {
    padding: 0rem; }
  .ge-footer__site-links_col-4 ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .ge-footer__site-links_col-4 ul li {
      padding: 0;
      margin: 0; }
      .ge-footer__site-links_col-4 ul li a {
        font-size: 0.889rem;
        color: rgba(255, 255, 255, 0.3);
        line-height: 1.8rem;
        display: block; }
        @media screen and (max-width: 991px) {
          .ge-footer__site-links_col-4 ul li a {
            line-height: 2.2rem; } }
  .ge-footer__site-links_col-4 h6 {
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.4rem;
    padding-top: 0;
    margin-top: 0;
    font-size: 0.79rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px; }
  .ge-footer__site-links_col-4 .site-links__col {
    width: 25%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .ge-footer__site-links_col-4 .site-links__col {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      .ge-footer__site-links_col-4 .site-links__col {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .ge-footer__site-links_col-4 .site-links__col:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.1); } }
  @media screen and (max-width: 991px) {
    .ge-footer__site-links_col-4 {
      padding-top: 0; }
      .ge-footer__site-links_col-4 h6 {
        padding-top: 25px; } }
  @media screen and (max-width: 767px) {
    .ge-footer__site-links_col-4 {
      padding: 0rem; }
      .ge-footer__site-links_col-4 .dropdown-xs h6 {
        padding-top: 0.6rem;
        margin-bottom: 0.6rem;
        cursor: pointer;
        width: 100%;
        line-height: 1.6rem; } }

/* Main modules */
.global-navigation .navbar-brand {
  display: inline-block;
  float: none;
  margin-right: 25px;
  padding: 0;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .global-navigation .navbar-brand {
      margin-left: 0 !important; } }
  @media (max-width: 767px) {
    .global-navigation .navbar-brand {
      margin-right: 0; } }

.center-logotype {
  padding: 0 0 15px;
  text-align: center; }
  .center-logotype .navbar-brand {
    float: none;
    height: auto;
    padding: 0; }

.ge-logo__ill {
  display: inline-block;
  vertical-align: middle; }
  .navbar-brand .ge-logo__ill {
    width: 40px; }
  .center-logotype .ge-logo__ill {
    width: 55px; }
  .ge-logo__ill img {
    width: 100%; }

.ge-logo__text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  padding-left: 4px;
  text-align: left;
  color: #2f3133;
  line-height: 1; }
  @media (max-width: 330px) {
    .ge-logo__text {
      display: none; } }
  .center-logotype .ge-logo__text {
    vertical-align: top;
    margin-top: 6px;
    padding-top: 0;
    padding-left: 8px; }

.ge-logo__text-first {
  font-size: 0.889rem; }
  .center-logotype .ge-logo__text-first {
    font-size: 18px; }

.ge-logo__text-second {
  font-size: 1.125rem;
  margin-top: 4px; }
  .center-logotype .ge-logo__text-second {
    font-size: 23px;
    margin-top: 3px; }

.ge-card {
  position: relative;
  margin-bottom: 30px;
  background: white;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  /* styles for order card type */
  /* styles for cards in My Cases List page */
  /* styles for cards in My Cases Detail page */ }
  .ge-card a:active,
  .ge-card a:focus {
    text-decoration: none; }
  .ge-card .ge-card__label {
    display: inline-block;
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 15px;
    padding: 2px 8px 0px;
    text-transform: uppercase;
    border-radius: 2px; }
    .ge-card .ge-card__label.-color--blue {
      background: #005eb8;
      color: white; }
    .ge-card .ge-card__label.-color--green {
      background: #19A948;
      color: white; }
  .ge-card .ge-card__title {
    display: block;
    color: #005eb8;
    font-size: 1.424rem;
    line-height: 1.898rem; }
  .ge-card .ge-card__date {
    font-size: 0.889rem;
    margin-bottom: 20px;
    margin-top: 10px; }
  .ge-card.-type--text-card {
    padding: 20px; }
  .ge-card.-type--image-card .ge-card__media {
    padding: 20px 20px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px; }
  .ge-card.-type--image-card .-theme--dark .ge-card__title {
    color: white !important;
    margin-top: 20px; }
  .ge-card.-type--image-card .-theme--dark .ge-card__date {
    color: white; }
  .ge-card.-type--image-card .-theme--light .ge-card__title {
    color: #63666a !important;
    margin-top: 20px; }
  .ge-card.-type--image-card .-theme--light .ge-card__date {
    color: #63666a !important; }
  .ge-card.-type--image-card .-theme--light-1 .ge-card__title {
    color: #2f3133 !important;
    margin-top: 20px; }
  .ge-card.-type--image-card .-theme--light-1 .ge-card__date {
    color: #2f3133 !important; }
  .ge-card.-type--image-card .-is--empty {
    min-height: 220px; }
  .ge-card.-type--image-card .ge-card__content {
    padding: 20px; }
  .ge-card.-effect--hover {
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s ease-in-out, box-shadow .2s ease-in-out;
    transition: -webkit-transform .3s ease-in-out, box-shadow .2s ease-in-out;
    -o-transition: transform .3s ease-in-out, box-shadow .2s ease-in-out;
    transition: transform .3s ease-in-out, box-shadow .2s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out, box-shadow .2s ease-in-out; }
    .ge-card.-effect--hover:hover {
      -webkit-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
      transform: translateY(-0.4rem); }
  .ge-card.no-margin {
    margin-bottom: 0; }
  .ge-card.-type--order-card {
    padding: 10px 15px;
    margin-bottom: 0px;
    box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    border-radius: 2px; }
    .ge-card.-type--order-card hr {
      margin: 0 -30px 10px -30px; }
    .ge-card.-type--order-card p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin: 0; }
    @media screen and (max-width: 767px) {
      .ge-card.-type--order-card > div:not(.clearfix) {
        margin-top: 10px; } }
    .ge-card.-type--order-card > div > p {
      line-height: 1.375rem; }
  .ge-card__details-wrapper {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .ge-card:not(.-is--details-shown) .ge-card__details-wrapper {
    overflow: hidden;
    height: 0;
    padding: 0; }
  .ge-card:not(.-is--details-shown) .ge-card__details-vieworder {
    display: none; }
  .ge-card__order-title, .ge-card__details-recipient {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }
  .ge-card__details-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #2f3133; }
  .ge-card__value.-type--inprogress, .ge-card__value.-type--received {
    color: #00b5e2; }
  .ge-card__value.-type--onhold {
    color: #ed8000; }
  .ge-card__value.-type--cancelled {
    color: #a5a6a8; }
  .ge-card__value.-type--shipped {
    color: #00bf6f; }
  .ge-card__details-button {
    padding: 0; }
    .ge-card__details-button .ge-button {
      vertical-align: middle; }
      .ge-card__details-button .ge-button i.fa {
        vertical-align: middle; }
  .ge-card__details-vieworder {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .ge-card__details-vieworder {
        position: relative; } }
    .ge-card__details-vieworder .ge-button {
      margin-right: 0;
      float: right; }
  .ge-card__delimiter {
    float: right; }
    .ge-card__delimiter span {
      font-size: 26px;
      font-size: 1.625rem;
      color: #ececf0;
      display: inline-block;
      width: 1px;
      height: 100%;
      vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .ge-card__details-button .ge-button, .ge-card__details-button .ge-button > i.fa, .ge-card__delimiter {
      line-height: 2.75rem; } }
  .ge-card.-type--mycase-list {
    padding: 20px 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    border-radius: 2px; }
    .ge-card.-type--mycase-list span.-font--body {
      display: -webkit-inline-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      word-wrap: break-word;
      max-height: 1.4rem;
      max-width: 450px; }
      @media (max-width: 767px) {
        .ge-card.-type--mycase-list span.-font--body {
          max-width: 200px; } }
      .ie11 .ge-card.-type--mycase-list span.-font--body,
      .ie10 .ge-card.-type--mycase-list span.-font--body,
      .ge-card.-type--mycase-list span.-font--body .ie9 {
        display: inline-block; }
    .ge-card.-type--mycase-list p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.125rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      margin-bottom: 15px;
      overflow: hidden;
      word-wrap: break-word;
      max-height: 2.2rem; }
      .ie11 .ge-card.-type--mycase-list p,
      .ie10 .ge-card.-type--mycase-list p,
      .ge-card.-type--mycase-list p .ie9 {
        display: inline-block; }
    .ge-card.-type--mycase-list .ge-card__details-button {
      padding-right: 15px; }
      .ge-card.-type--mycase-list .ge-card__details-button .ge-button, .ge-card.-type--mycase-list .ge-card__details-button i.fa {
        line-height: 5.4rem; }
      @media screen and (max-width: 767px) {
        .ge-card.-type--mycase-list .ge-card__details-button .ge-button, .ge-card.-type--mycase-list .ge-card__details-button i.fa {
          line-height: 2.2rem; } }
  .ge-card .ge-card__mycase-title {
    margin-bottom: 10px; }
    .ge-card .ge-card__mycase-title span, .ge-card .ge-card__mycase-title .text-circle {
      vertical-align: middle; }
    .ge-card .ge-card__mycase-title .text-circle {
      display: inline-block;
      margin-left: 10px;
      line-height: 0.889rem; }
  .ge-card .ge-card__mycase-attr p {
    display: inline-block;
    margin-bottom: 0; }
    .ge-card .ge-card__mycase-attr p > span {
      margin-right: 20px; }
      .ge-card .ge-card__mycase-attr p > span:first-child {
        margin-right: 10px;
        color: #63666a; }
    @media screen and (max-width: 767px) {
      .ge-card .ge-card__mycase-attr p {
        display: block; } }
  .ge-card .ge-card__mycase-conversation-title p {
    font-size: 1rem;
    line-height: 1.46rem; }
  .ge-card .ge-card__mycase-conversation-title span:first-child {
    margin-right: 10px; }
  .ge-card .ge-card__mycase-product p > span {
    margin-right: 20px; }
    .ge-card .ge-card__mycase-product p > span:first-child {
      margin-right: 10px;
      color: #63666a; }
  .ge-card.-type--mycase-detail hr {
    margin: 20px -15px;
    background-color: #ececf0; }
  .ge-card.-type--mycase-detail .ge-card__mycase-attr {
    margin: -20px -15px -10px -15px;
    padding: 20px 15px 20px 15px;
    background-color: #fcfcfd; }
  .ge-card.-type--mycase-detail .ge-button {
    font-size: 1.125rem !important;
    line-height: 1.643rem; }
    .ge-card.-type--mycase-detail .ge-button:hover, .ge-card.-type--mycase-detail .ge-button:active, .ge-card.-type--mycase-detail .ge-button:focus {
      text-decoration: none; }
    .ge-card.-type--mycase-detail .ge-button i.fa {
      line-height: 1.643rem; }
  .ge-card.-type--mycase-detail, .ge-card.-type--mycase-conversation {
    padding: 10px 15px; }
  .ge-card.-type--special-offer {
    display: flex;
    flex-direction: column;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    min-height: 510px;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }
    .ge-card.-type--special-offer .ge-card__compare-prices {
      display: flex;
      flex-wrap: wrap; }
      .ge-card.-type--special-offer .ge-card__compare-prices > span {
        width: 50%;
        text-align: center; }
    .ge-card.-type--special-offer .ge-card__price-title {
      font-size: 0.889rem;
      letter-spacing: 1px;
      font-weight: bold; }
    .ge-card.-type--special-offer .ge-card__top-side {
      padding: 20px;
      height: 65%; }
      .ge-card.-type--special-offer .ge-card__top-side p {
        margin: 0; }
    .ge-card.-type--special-offer .ge-card__bottom-side {
      height: 32%;
      background-color: #ebebeb;
      margin-top: 20px; }
    .ge-card.-type--special-offer .ge-card__product-title {
      font-weight: bold;
      margin: 0; }
    .ge-card.-type--special-offer .ge-card__img-wrapper {
      height: 150px;
      display: flex;
      align-items: center; }
      .ge-card.-type--special-offer .ge-card__img-wrapper img {
        display: block;
        height: auto;
        max-height: 150px;
        width: auto;
        max-width: 320px;
        margin: auto; }

.ge-tabs, .search-tabs, .db-tabs {
  padding: 0 15px 25px;
  display: block; }
  .ge-tabs ul, .search-tabs ul, .db-tabs ul {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    list-style: none; }
    .ge-tabs ul li, .search-tabs ul li, .db-tabs ul li {
      margin-bottom: 0;
      display: inline-block; }
      .ge-tabs ul li a, .search-tabs ul li a, .db-tabs ul li a {
        text-transform: uppercase;
        font-size: 0.889rem;
        border-radius: 0;
        text-decoration: none;
        display: inline-block;
        color: #2f3313;
        letter-spacing: 1.5px;
        margin-right: 0.8rem;
        margin-left: 0.8rem;
        height: 3.2rem;
        line-height: 3.2rem;
        cursor: pointer; }
        .ge-tabs ul li a:hover, .search-tabs ul li a:hover, .db-tabs ul li a:hover {
          border-bottom: 0.125rem solid #005eb8; }
        .ge-tabs ul li a:disabled, .ge-tabs ul li a[disabled], .ge-tabs ul li a.disabled, .search-tabs ul li a:disabled, .search-tabs ul li a[disabled], .search-tabs ul li a.disabled, .db-tabs ul li a:disabled, .db-tabs ul li a[disabled], .db-tabs ul li a.disabled {
          opacity: .33;
          cursor: default;
          pointer-events: none; }
      @media screen and (max-width: 768px) {
        .ge-tabs ul li a, .search-tabs ul li a, .db-tabs ul li a {
          margin: 8px;
          display: inline-block;
          border-bottom: 0.125rem solid transparent; } }
      .ge-tabs ul li.-is--active a, .search-tabs ul li.-is--active a, .db-tabs ul li.-is--active a {
        border: 0;
        font-weight: bold;
        border-bottom: 0.125rem solid #005eb8; }
      .ge-tabs ul li.-is--disabled a, .search-tabs ul li.-is--disabled a, .db-tabs ul li.-is--disabled a {
        color: #2f3133;
        opacity: 0.33;
        cursor: default;
        font-weight: normal;
        border-bottom: 2px solid transparent; }
      .ge-tabs ul li:first-child a, .search-tabs ul li:first-child a, .db-tabs ul li:first-child a {
        margin-left: 0; }
  @media (max-width: 1200px) {
    .ge-tabs, .search-tabs, .db-tabs {
      padding-top: 10px;
      overflow-y: hidden;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      position: relative;
      border-top: 1px solid #ddd;
      /* fixes scrolling in IE */
      padding-left: 0;
      padding-right: 0; }
      .ie8 .ge-tabs, .ie8 .search-tabs, .ie8 .db-tabs {
        /* assumes you are using conditional classes for IE fixes (http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/) */
        padding-top: 0;
        padding-bottom: 0; }
      .ge-tabs .ge-tabs_inner-wrapper, .ge-tabs .db-tabs_inner-wrapper, .search-tabs .ge-tabs_inner-wrapper, .search-tabs .db-tabs_inner-wrapper, .db-tabs .ge-tabs_inner-wrapper, .db-tabs .db-tabs_inner-wrapper {
        overflow: hidden;
        overflow-x: auto; }
      .ge-tabs ul, .search-tabs ul, .db-tabs ul {
        overflow: visible;
        margin-bottom: 0;
        white-space: nowrap; }
      .ge-tabs .ie8 ul, .search-tabs .ie8 ul, .db-tabs .ie8 ul {
        margin: 20px 0; }
      .ge-tabs li, .search-tabs li, .db-tabs li {
        max-width: 270px;
        /* width of each individual items */
        display: inline-block;
        vertical-align: top;
        white-space: normal; } }

.ge-tabs.-type--step-indicator, .db-tabs.-type--step-indicator {
  padding: 0; }
  .ge-tabs.-type--step-indicator a, .db-tabs.-type--step-indicator a {
    color: #005cb9;
    height: 4.6rem;
    line-height: 4.6rem;
    font-size: 0.9333rem;
    letter-spacing: 0.8px; }
    .ge-tabs.-type--step-indicator a:disabled, .ge-tabs.-type--step-indicator a[disabled], .ge-tabs.-type--step-indicator a.disabled, .db-tabs.-type--step-indicator a:disabled, .db-tabs.-type--step-indicator a[disabled], .db-tabs.-type--step-indicator a.disabled {
      opacity: 1;
      color: #a5a6a8; }

.search-tabs {
  padding: 25px 30px !important;
  margin: 25px 0px !important; }

.ge-selector__diff-size {
  font-size: 0;
  margin: 30px 0 20px 0; }
  .ge-selector__diff-size .ge-selector__tab {
    padding: 10px 0; }
    .ge-selector__diff-size .ge-selector__tab a {
      padding: 8px 12px;
      border: 1px solid #00b5e2;
      border-right: none;
      text-decoration: none;
      text-transform: uppercase;
      color: #00b5e2;
      font-size: 1rem;
      font-weight: bold;
      background-color: #fff;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .ge-selector__diff-size .ge-selector__tab a {
          border-right: 1px solid #00b5e2; } }
    .ge-selector__diff-size .ge-selector__tab.active {
      padding: 5px 0; }
      .ge-selector__diff-size .ge-selector__tab.active a {
        padding: 12px 15px;
        color: #fff;
        background: #005eb8;
        border: 1px solid #005eb8; }
      .ge-selector__diff-size .ge-selector__tab.active + .ge-selector__tab a {
        border: 1px solid #00b5e2;
        border-left: none; }
        @media (max-width: 767px) {
          .ge-selector__diff-size .ge-selector__tab.active + .ge-selector__tab a {
            border-left: 1px solid #00b5e2; } }
    .ge-selector__diff-size .ge-selector__tab:not(.active) a:hover {
      border-color: #005eb8;
      color: #005eb8; }

.text-footnotes p {
  margin-bottom: 5px; }

.ge-button,
.ge button {
  display: inline-block;
  margin: 0.5rem;
  padding: 0;
  border-style: solid;
  border-width: 0.125rem;
  background-color: #63666a;
  border-color: #63666a;
  color: #fff;
  box-sizing: border-box;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  min-width: 1.75rem;
  /* 3.5 - padding */
  font-size: 0.889rem !important;
  line-height: 1.298rem;
  line-height: 2.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle; }

a.ge-button {
  text-decoration: none; }

[type="button"].ge-button,
[type="reset"].ge-button,
[type="submit"].ge-button {
  -webkit-appearance: button; }

/* PSUEDO CLASSES */
.ge-button:hover,
.ge button:hover,
.ge-button:active,
.ge button:active,
.ge-button:focus,
.ge button:focus {
  background-color: #2f3133;
  color: #fff;
  border-color: #2f3133;
  cursor: pointer;
  outline-style: none; }

.disabled .ge-button,
.disabled .ge button,
.disabled .ge-button.-color--blue,
.disabled .ge button.-color--blue,
.disabled .ge-button[class*="-color-"],
.disabled .ge button[class*="-color-"],
.ge-button:disabled,
.ge-button[disabled],
.ge button:disabled,
.ge button:disabled[disabled],
.ge-button.-color--blue:disabled,
.ge-button.-color--blue[disabled],
.ge button.-color--blue:disabled,
.ge button.-color--blue[disabled],
.ge-button:disabled[class*="-color-"]:focus,
.ge-button[disabled][class*="-color-"]:focus,
.ge-button:disabled[class*="-color-"]:hover,
.ge-button[disabled][class*="-color-"]:hover {
  opacity: 0.3;
  pointer-events: none;
  cursor: default; }

button.ge-button--secondary:disabled,
button.ge-button--secondary[disabled],
.ge-button.-fill--outline.-color--blue:disabled,
.ge-button.-fill--outline.-color--blue[disabled],
.ge button.-fill--outline.-color--blue:disabled,
.ge button.-fill--outline.-color--blue[disabled] {
  color: #63666a;
  border-color: #d7d8db;
  background-color: transparent; }

.ge-button.-fill--transparent.-color--blue:disabled,
.ge-button.-fill--transparent.-color--blue[disabled],
.ge button.-fill--transparent.-color--blue:disabled,
.ge button.-fill--transparent.-color--blue[disabled],
.ge-button.-theme--dark.-fill--transparent.-color--blue:disabled,
.ge-button.-theme--dark.-fill--transparent.-color--blue[disabled],
.-theme--dark .ge-button.-fill--transparent.-color--blue:disabled,
.-theme--dark .ge-button.-fill--transparent.-color--blue[disabled],
.ge button.-theme--dark.-fill--transparent.-color--blue:disabled,
.ge button.-theme--dark.-fill--transparent.-color--blue[disabled],
.ge .-theme--dark button.-fill--transparent.-color--blue:disabled,
.ge .-theme--dark button.-fill--transparent.-color--blue[disabled] {
  color: #63666a; }

.ge-button.-theme--dark:disabled,
.ge-button.-theme--dark[disabled],
.-theme--dark .ge-button:disabled,
.-theme--dark .ge-button[disabled],
.ge button.-theme--dark:disabled,
.ge button.-theme--dark[disabled],
.ge .-theme--dark button:disabled,
.ge .-theme--dark button[disabled],
.ge-button.-theme--dark.-color--blue:disabled,
.ge-button.-theme--dark.-color--blue[disabled],
.-theme--dark .ge-button.-color--blue:disabled,
.-theme--dark .ge-button.-color--blue[disabled],
.ge button.-theme--dark.-color--blue:disabled,
.ge button.-theme--dark.-color--blue[disabled],
.ge .-theme--dark button.-color--blue:disabled,
.ge .-theme--dark button.-color--blue[disabled] {
  color: #63666a;
  background-color: #2f3133;
  border-color: #2f3133; }

.-theme--dark button.ge-button--secondary:disabled,
.-theme--dark button.ge-button--secondary[disabled],
.ge-button.-theme--dark.-fill--outline:disabled,
.ge-button.-theme--dark.-fill--outline[disabled],
.-theme--dark .ge-button.-fill--outline:disabled,
.-theme--dark .ge-button.-fill--outline[disabled],
.ge button.-theme--dark.-fill--outline:disabled,
.ge button.-theme--dark.-fill--outline[disabled],
.ge .-theme--dark button.-fill--outline:disabled,
.ge .-theme--dark button.-fill--outline[disabled],
.ge-button.-theme--dark.-fill--outline.-color--blue:disabled,
.ge-button.-theme--dark.-fill--outline.-color--blue[disabled],
.-theme--dark .ge-button.-fill--outline.-color--blue:disabled,
.-theme--dark .ge-button.-fill--outline.-color--blue[disabled],
.ge button.-theme--dark.-fill--outline.-color--blue:disabled,
.ge button.-theme--dark.-fill--outline.-color--blue[disabled],
.ge .-theme--dark button.-fill--outline.-color--blue:disabled,
.ge .-theme--dark button.-fill--outline.-color--blue[disabled] {
  color: #63666a;
  border-color: #2f3133;
  background-color: transparent; }

.ge-button.-theme--dark.-fill--transparent:disabled,
.ge-button.-theme--dark.-fill--transparent[disabled],
.-theme--dark .ge-button.-fill--transparent:disabled,
.-theme--dark .ge-button.-fill--transparent[disabled],
.ge button.-theme--dark.-fill--transparent:disabled,
.ge button.-theme--dark.-fill--transparent[disabled],
.ge .-theme--dark button.-fill--transparent:disabled,
.ge .-theme--dark button.-fill--transparent[disabled] {
  color: #63666a; }

.disabled .ge-button,
.disabled .ge button,
.disabled .ge-button.-color--blue,
.disabled .ge button.-color--blue,
.disabled .ge-button[class*="-color-"],
.disabled .ge button[class*="-color-"] {
  opacity: 1; }

/**** PROPERTIES ****/
/* theme light NOTE: Using important here so that is overrides theme--dark parents! */
.ge-button.-theme--light,
.ge button.-theme--light {
  background-color: #63666a !important;
  border-color: #63666a !important;
  color: #fff !important; }

.ge-button.-theme--light:hover,
.ge button.-theme--light:hover,
.ge-button.-theme--light:active,
.ge button.-theme--light:active,
.ge-button.-theme--light:focus,
.ge button.-theme--light:focus {
  background-color: #2f3133 !important;
  border-color: #2f3133 !important; }

/* theme dark */
.ge-button.-theme--dark,
.-theme--dark .ge-button,
.ge button.-theme--dark,
.ge .-theme--dark button {
  background-color: #d7d8db;
  color: #2f3133;
  border-color: #d7d8db; }

.ge-button.-theme--dark:hover,
.-theme--dark .ge-button:hover,
.ge button.-theme--dark:hover,
.ge .-theme--dark button:hover,
.ge-button.-theme--dark:active,
.-theme--dark .ge-button:active,
.ge button.-theme--dark:active,
.ge .-theme--dark button:active,
.ge-button.-theme--dark:focus,
.-theme--dark .ge-button:focus,
.ge button.-theme--dark:focus,
.ge .-theme--dark button:focus {
  background-color: #fff;
  color: #2f3133;
  border-color: #fff; }

/* fill outline */
button.ge-button--secondary,
.ge-button.-fill--outline,
.ge button.-fill--outline {
  background-color: transparent;
  color: #63666a; }

button.ge-button--secondary:hover,
button.ge-button--secondary:active,
button.ge-button--secondary:focus,
.ge-button.-fill--outline:hover,
.ge button.-fill--outline:hover,
.ge-button.-fill--outline:active,
.ge button.-fill--outline:active,
.ge-button.-fill--outline:focus,
.ge button.-fill--outline:focus {
  background-color: transparent;
  color: #2f3133; }

/* fill outline + dark */
.-theme--dark button.ge-button--secondary,
.ge-button.-theme--dark.-fill--outline,
.-theme--dark .ge-button.-fill--outline,
.ge button.-theme--dark.-fill--outline,
.ge .-theme--dark button.-fill--outline {
  background-color: transparent;
  color: #a5a6a8;
  border-color: #a5a6a8; }

.-theme--dark button.ge-button--secondary:hover,
.-theme--dark button.ge-button--secondary:active,
.-theme--dark button.ge-button--secondary:focus,
.ge-button.-theme--dark.-fill--outline:hover,
.-theme--dark .ge-button.-fill--outline:hover,
.ge button.-theme--dark.-fill--outline:hover,
.ge .-theme--dark button.-fill--outline:hover,
.ge-button.-theme--dark.-fill--outline:active,
.-theme--dark .ge-button.-fill--outline:active,
.ge button.-theme--dark.-fill--outline:active,
.ge .-theme--dark button.-fill--outline:active,
.ge-button.-theme--dark.-fill--outline:focus,
.-theme--dark .ge-button.-fill--outline:focus,
.ge button.-theme--dark.-fill--outline:focus,
.ge .-theme--dark button.-fill--outline:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

/* fill outline + blue */
.ge-button.-fill--outline.-color--blue,
.ge button.-fill--outline.-color--blue {
  background-color: transparent;
  border-color: #00755f;
  color: #00755f; }

.ge-button.-fill--outline.-color--blue:hover,
.ge button.-fill--outline.-color--blue:hover,
.ge-button.-fill--outline.-color--blue:active,
.ge button.-fill--outline.-color--blue:active,
.ge-button.-fill--outline.-color--blue:focus,
.ge button.-fill--outline.-color--blue:focus {
  background-color: transparent;
  border-color: #33a08c;
  color: #33a08c; }

/* fill outline + dark + blue */
.ge-button.-theme--dark.-fill--outline.-color--blue,
.-theme--dark .ge-button.-fill--outline.-color--blue,
.ge button.-theme--dark.-fill--outline.-color--blue,
.ge .-theme--dark button.-fill--outline.-color--blue {
  background-color: transparent;
  color: #72cbe1;
  border-color: #72cbe1; }

.ge-button.-theme--dark.-fill--outline.-color--blue:hover,
.-theme--dark .ge-button.-fill--outline.-color--blue:hover,
.ge button.-theme--dark.-fill--outline.-color--blue:hover,
.ge .-theme--dark button.-fill--outline.-color--blue:hover,
.ge-button.-theme--dark.-fill--outline.-color--blue:active,
.-theme--dark .ge-button.-fill--outline.-color--blue:active,
.ge button.-theme--dark.-fill--outline.-color--blue:active,
.ge .-theme--dark button.-fill--outline.-color--blue:active,
.ge-button.-theme--dark.-fill--outline.-color--blue:focus,
.-theme--dark .ge-button.-fill--outline.-color--blue:focus,
.ge button.-theme--dark.-fill--outline.-color--blue:focus,
.ge .-theme--dark button.-fill--outline.-color--blue:focus {
  background-color: transparent;
  color: #00b5e2;
  border-color: #00b5e2; }

.ge-button.-type--square {
  border-radius: 0px !important;
  height: 60px;
  margin: 5px 0px 0px;
  line-height: 58px;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  .ge-button.-type--square i.fa {
    margin-left: 1.6rem;
    margin-top: -44px;
    line-height: 29px; }
  @media only screen and (max-width: 767px) {
    .ge-button.-type--square {
      width: 100%;
      text-align: center;
      border-radius: 2px !important; }
      .ge-button.-type--square i.fa {
        margin: 10px;
        float: unset; } }

/* fill green */
.ge-button.-fill--outline.-color--green,
.ge button.-fill--outline.-color--green {
  background-color: transparent;
  border-color: #00bf6f;
  color: #00bf6f; }

.ge-button.-fill--outline.-color--green:hover,
.ge button.-fill--outline.-color--green:hover,
.ge-button.-fill--outline.-color--green:active,
.ge button.-fill--outline.-color--green:active,
.ge-button.-fill--outline.-color--green:focus,
.ge button.-fill--outline.-color--green:focus {
  background-color: transparent;
  border-color: #027545;
  color: #027545; }

/* fill white */
.ge-button.-color--white,
.ge button.-color--white {
  background-color: #fff;
  color: #00755f;
  border-color: #fff; }
  .ge-button.-color--white:hover,
  .ge button.-color--white:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.ge-button.-color--white:not(.-fill--outline),
.ge button.-color--white:not(.-fill--outline) {
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2.5rem; }

.ge-button.-fill--outline.-color--white,
.ge button.-fill--outline.-color--white {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.ge-button.-fill--outline.-color--white:hover,
.ge button.-fill--outline.-color--white:hover,
.ge-button.-fill--outline.-color--white:active,
.ge button.-fill--outline.-color--white:active,
.ge-button.-fill--outline.-color--white:focus,
.ge button.-fill--outline.-color--white:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.8); }

/* fill transparent */
.ge-button.-fill--transparent,
.ge button.-fill--transparent {
  border-color: transparent;
  background-color: transparent;
  color: #63666a; }

.ge-button.-fill--transparent:hover,
.ge button.-fill--transparent:hover,
.ge-button.-fill--transparent:active,
.ge button.-fill--transparent:active,
.ge-button.-fill--transparent:focus,
.ge button.-fill--transparent:focus {
  text-decoration: underline;
  color: #2f3133; }

/* fill transparent + dark */
.ge-button.-theme--dark.-fill--transparent,
.-theme--dark .ge-button.-fill--transparent,
.ge button.-theme--dark.-fill--transparent,
.ge .-theme--dark button.-fill--transparent {
  border-color: transparent;
  background-color: transparent;
  color: #a5a6a8; }

.ge-button.-theme--dark.-fill--transparent:hover,
.-theme--dark .ge-button.-fill--transparent:hover,
.ge button.-theme--dark.-fill--transparent:hover,
.ge .-theme--dark button.-fill--transparent:hover,
.ge-button.-theme--dark.-fill--transparent:active,
.-theme--dark .ge-button.-fill--transparent:active,
.ge button.-theme--dark.-fill--transparent:active,
.ge .-theme--dark button.-fill--transparent:active,
.ge-button.-theme--dark.-fill--transparent:focus,
.-theme--dark .ge-button.-fill--transparent:focus,
.ge button.-theme--dark.-fill--transparent:focus,
.ge .-theme--dark button.-fill--transparent:focus {
  text-decoration: underline;
  color: #fff; }

/* fill transparent + blue */
.ge-button.-fill--transparent.-color--blue,
.ge button.-fill--transparent.-color--blue {
  background-color: transparent;
  border-color: transparent;
  color: #00755f; }

.ge-button.-fill--transparent.-color--blue:hover,
.ge button.-fill--transparent.-color--blue:hover,
.ge-button.-fill--transparent.-color--blue:active,
.ge button.-fill--transparent.-color--blue:active,
.ge-button.-fill--transparent.-color--blue:focus,
.ge button.-fill--transparent.-color--blue:focus {
  background-color: transparent;
  border-color: transparent;
  color: #33a08c; }

/* fill transparent + dark + blue */
.ge-button.-theme--dark.-fill--transparent.-color--blue,
.-theme--dark .ge-button.-fill--transparent.-color--blue,
.ge button.-theme--dark.-fill--transparent.-color--blue,
.ge .-theme--dark button.-fill--transparent.-color--blue {
  background-color: transparent;
  border-color: transparent;
  color: #00755f; }

.ge-button.-theme--dark.-fill--transparent.-color--blue:hover,
.-theme--dark .ge-button.-fill--transparent.-color--blue:hover,
.ge button.-theme--dark.-fill--transparent.-color--blue:hover,
.ge .-theme--dark button.-fill--transparent.-color--blue:hover,
.ge-button.-theme--dark.-fill--transparent.-color--blue:active,
.-theme--dark .ge-button.-fill--transparent.-color--blue:active,
.ge button.-theme--dark.-fill--transparent.-color--blue:active,
.ge .-theme--dark button.-fill--transparent.-color--blue:active,
.ge-button.-theme--dark.-fill--transparent.-color--blue:focus,
.-theme--dark .ge-button.-fill--transparent.-color--blue:focus,
.ge button.-theme--dark.-fill--transparent.-color--blue:focus,
.ge .-theme--dark button.-fill--transparent.-color--blue:focus {
  background-color: transparent;
  border-color: transparent;
  color: #33a08c; }

/* color blue */
button.ge-button--primary,
.ge-button.-color--blue,
.ge button.-color--blue {
  background-color: #00755f;
  border-color: #00755f; }

button.ge-button--primary:hover,
button.ge-button--primary:active,
button.ge-button--primary:focus,
.ge-button.-color--blue:hover,
.ge button.-color--blue:hover,
.ge-button.-color--blue:active,
.ge button.-color--blue:active,
.ge-button.-color--blue:focus,
.ge button.-color--blue:focus {
  background-color: #33a08c;
  border-color: #33a08c; }

button.ge-button--primary.-hover--white:hover,
button.ge-button--primary.-hover--white:active,
button.ge-button--primary.-hover--white:focus,
.ge-button.-color--blue.-hover--white:hover,
.ge button.-color--blue.-hover--white:hover,
.ge-button.-color--blue.-hover--white:active,
.ge button.-color--blue.-hover--white:active,
.ge-button.-color--blue.-hover--white:focus,
.ge button.-color--blue.-hover--white:focus {
  background-color: transparent;
  color: #00755f;
  border-color: #00755f; }

/* color blue light2 */
.ge-button.-color--bluelight2,
.ge button.-color--bluelight2 {
  color: #005eb8;
  background-color: #72cbe1;
  border-color: #72cbe1; }

.ge-button.-color--bluelight2:hover,
.ge button.-color--bluelight2:hover,
.ge-button.-color---bluelight2:active,
.ge button.-color--bluelight2:active,
.ge-button.-color--bluelight2:focus,
.ge button.-color--bluelight2:focus {
  background-color: #005eb8;
  border-color: #005eb8;
  color: #fff; }

.ge-button.-color--bluelight2.-hover--white:hover,
.ge button.-color--bluelight2.-hover--white:hover,
.ge-button.-color--bluelight2.-hover--white:active,
.ge button.-color--bluelight2.-hover--white:active,
.ge-button.-color--bluelight2.-hover--white:focus,
.ge button.-color--bluelight2.-hover--white:focus {
  background-color: transparent;
  color: #72cbe1;
  border-color: #72cbe1; }

/* color green */
.ge-button.-color--green,
.ge button.-color--green {
  background-color: #00755f;
  border-color: #00755f; }
  .ge-button.-color--green:hover, .ge-button.-color--green:active, .ge-button.-color--green:focus,
  .ge button.-color--green:hover,
  .ge button.-color--green:active,
  .ge button.-color--green:focus {
    border-color: #33a08c;
    color: white;
    background: #33a08c; }
  .ge-button.-color--green.-hover--blue:hover, .ge-button.-color--green.-hover--blue:active, .ge-button.-color--green.-hover--blue:focus,
  .ge button.-color--green.-hover--blue:hover,
  .ge button.-color--green.-hover--blue:active,
  .ge button.-color--green.-hover--blue:focus {
    background-color: #00b5e2;
    border-color: #00b5e2;
    color: #fff; }

/* white button with different hover effects */
.ge-button.-color--white2 {
  background-color: #fff;
  color: #005eb8;
  border-color: #fff; }
  .ge-button.-color--white2:hover {
    color: #63666a;
    border-color: transparent;
    opacity: 0.8; }

/*Color Orange */
.ge-button.-color--orange {
  background-color: #fe5000;
  border-color: #fe5000;
  color: #fff; }

.ge-button.-color--orange:hover {
  background-color: #ab6521;
  color: #fff;
  border-color: #ab6521; }

/*Color Light Blue */
.ge-button.-color--blueLighter1 {
  background-color: #00b5e2;
  border-color: #00b5e2;
  color: #fff; }

.ge-button.-color--blueLighter1:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #63666a;
  border-color: transparent;
  opacity: 0.8; }

.ge-button.-color--grayLighter1 {
  background-color: #a5a6a8;
  border-color: #a5a6a8;
  color: #63666a; }

.ge-button.-color--grayLighter1:hover {
  background-color: #2f3133;
  color: #fff;
  border-color: #2f3133; }

/* Color Red */
.ge-button.-color--red {
  background-color: #af2d24;
  border-color: #af2d24;
  color: #fff; }
  .ge-button.-color--red:hover {
    background-color: #ea4d33;
    border-color: #ea4d33;
    color: #fff; }

/* color blue + dark */
.-theme--dark button.ge-button--primary,
.ge-button.-theme--dark.-color--blue,
.-theme--dark .ge-button.-color--blue,
.ge button.-theme--dark.-color--blue,
.ge .-theme--dark button.-color--blue {
  background-color: #72cbe1;
  border-color: #72cbe1;
  color: #18181a; }

.-theme--dark button.ge-button--primary:hover,
.-theme--dark button.ge-button--primary:active,
.-theme--dark button.ge-button--primary:focus,
.ge-button.-theme--dark.-color--blue:hover,
.-theme--dark .ge-button.-color--blue:hover,
.ge button.-theme--dark.-color--blue:hover,
.ge .-theme--dark button.-color--blue:hover,
.ge-button.-theme--dark.-color--blue:active,
.-theme--dark .ge-button.-color--blue:active,
.ge button.-theme--dark.-color--blue:active,
.ge .-theme--dark button.-color--blue:active,
.ge-button.-theme--dark.-color--blue:focus,
.-theme--dark .ge-button.-color--blue:focus,
.ge button.-theme--dark.-color--blue:focus,
.ge .-theme--dark button.-color--blue:focus {
  background-color: #00b5e2;
  border-color: #00b5e2; }

/* ICONS with text */
.ge-button > i.fa,
.ge button > i.fa {
  margin-left: 0.6rem;
  margin-right: 0;
  line-height: 2.15rem;
  float: right; }

.ge-button > i.fa.pull-left,
.ge button > i.fa.pull-left {
  margin-right: 0.6rem;
  margin-left: 0;
  float: left; }

/* size small */
.ge-button.-size--small,
.ge button.-size--small {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 1.5rem;
  /* 3 - padding */
  letter-spacing: 1px;
  font-size: 0.702rem !important;
  line-height: 1.025rem;
  line-height: 1.75rem; }

/* size small with icons */
.ge-button.-size--small > i.fa,
.ge button.-size--small > i.fa {
  margin-left: 0.5rem;
  line-height: 1.70rem; }

.ge-button.-size--small > i.fa.pull-left,
.ge button.-size--small > i.fa.pull-left {
  margin-right: 0.5rem;
  margin-left: 0;
  float: left; }

/* size large with icons */
.ge-button.-size--large,
.ge button.-size--large {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  font-size: 1.125rem !important;
  line-height: 1.643rem;
  line-height: 3.25rem; }

/* size large with icons */
.ge-button.-size--large > i.fa,
.ge button.-size--large > i.fa {
  margin-left: 1rem;
  line-height: 3.25rem; }

.ge-button.-size--large > i.fa.pull-left,
.ge button.-size--large > i.fa.pull-left {
  margin-right: 1rem;
  margin-left: 0;
  float: left; }

/* STATES */
.ge-button.-is--icon,
.ge button.-is--icon {
  padding: 0; }

.ge-button.-fill--transparent.-is--icon:hover,
.ge button.-fill--transparent.-is--icon:hover,
.ge-button.-fill--transparent.-is--icon:active,
.ge button.-fill--transparent.-is--icon:active,
.ge-button.-fill--transparent.-is--icon:focus,
.ge button.-fill--transparent.-is--icon:focus {
  background-color: #ececf0; }

.ge-button.-theme--dark.-fill--transparent.-is--icon:hover,
.-theme--dark .ge-button.-fill--transparent.-is--icon:hover,
.ge button.-theme--dark.-fill--transparent.-is--icon:hover,
.ge .-theme--dark button.-fill--transparent.-is--icon:hover,
.ge-button.-theme--dark.-fill--transparent.-is--icon:active,
.-theme--dark .ge-button.-fill--transparent.-is--icon:active,
.ge button.-theme--dark.-fill--transparent.-is--icon:active,
.ge .-theme--dark button.-fill--transparent.-is--icon:active,
.ge-button.-theme--dark.-fill--transparent.-is--icon:focus,
.-theme--dark .ge-button.-fill--transparent.-is--icon:focus,
.ge button.-theme--dark.-fill--transparent.-is--icon:focus,
.ge .-theme--dark button.-fill--transparent.-is--icon:focus {
  background-color: #2f3133; }

.ge-button.-is--icon > i.fa,
.ge button.-is--icon > i.fa {
  margin: 0;
  min-width: 2.25rem;
  font-size: 1rem !important; }

.ge-button.-is--icon.-size--small > i.fa,
.ge button.-is--icon.-size--small > i.fa {
  min-width: 1.75rem;
  font-size: 0.75rem !important; }

.ge-button.-is--icon.-size--large > i.fa,
.ge button.-is--icon.-size--large > i.fa {
  min-width: 3.25rem;
  font-size: 1.5rem !important; }

/* PRESETS */
.ge-button + .ge-button,
.ge button + .ge-button,
.ge-button + button,
.ge button + button,
.ge-button--primary + .ge-button--primary,
.ge-button--primary + .ge-button--secondary,
.ge-button--secondary + .ge-button--primary,
.ge-button--secondary + .ge-button--secondary {
  margin-left: 0; }

.ge-button.joined-button i.fa {
  margin-left: 0; }

.ge-button.success-state .fa:before {
  content: "\f00c"; }

.ge-button.error-state .fa:before {
  content: "\f071"; }

.add-to-btn.ge-button.-size--small {
  padding-right: 1.87rem;
  white-space: nowrap; }
  .add-to-btn.ge-button.-size--small .fa {
    margin-right: -1.33rem; }

.breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 4px 4px -2px #d2d2d2;
  -moz-box-shadow: 0 4px 4px -2px #d2d2d2;
  box-shadow: 0 3px 2px -1px #f1f1f1;
  color: #2f3133; }
  .breadcrumbs a {
    color: inherit; }
  .breadcrumbs ul {
    margin-top: 10px;
    margin-bottom: 10px; }
    .breadcrumbs ul li {
      font-size: 0.702rem; }
      .breadcrumbs ul li:not(:last-child) {
        margin-right: 10px; }
      .breadcrumbs ul li:last-child a {
        cursor: default;
        pointer-events: none;
        text-decoration: none; }
      .breadcrumbs ul li:before, .breadcrumbs ul li::before {
        content: "\f105";
        font-family: 'Font Awesome 5 Pro';
        margin-right: 15px;
        font-weight: 400;
        color: inherit;
        font-size: 0.702rem; }
      .breadcrumbs ul li:first-child::before {
        display: none;
        content: "";
        margin-right: 0; }
  .breadcrumbs.shop {
    border-bottom: 1px solid #d7d8db;
    box-shadow: none;
    z-index: 10;
    position: relative; }
    .breadcrumbs.shop.white ul li:before, .breadcrumbs.shop.white ul li::before {
      color: #fff; }
    .breadcrumbs.shop.white ul li a {
      color: #fff; }
    .breadcrumbs.shop.dark ul li:before, .breadcrumbs.shop.dark ul li::before {
      color: #2f3133; }
    .breadcrumbs.shop.dark ul li a {
      color: #2f3133; }

.ge-breadcrumbs__mobile-container {
  position: relative;
  overflow: hidden;
  height: 30px;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out; }
  .ge-breadcrumbs__mobile-container.active {
    height: 10.2rem; }
  .ge-breadcrumbs__mobile-container .container {
    padding-left: 0px !important; }
  .ge-breadcrumbs__mobile-container ul.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0em; }
    .ge-breadcrumbs__mobile-container ul.crumbs .icons {
      content: "\f105";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      color: inherit;
      font-size: 0.702rem; }
    .ge-breadcrumbs__mobile-container ul.crumbs li {
      height: 30px;
      padding-left: 0.9rem; }
      .ge-breadcrumbs__mobile-container ul.crumbs li .fa {
        position: relative;
        top: 0px;
        padding-left: 3px;
        font-size: 0.702rem; }
        .ge-breadcrumbs__mobile-container ul.crumbs li .fa :hover {
          font-weight: bold; }
      .ge-breadcrumbs__mobile-container ul.crumbs li a {
        display: block;
        padding: 0.1rem;
        font-weight: normal;
        text-decoration: none;
        color: #63666a;
        font-size: 0.702rem;
        text-transform: uppercase; }
        .ge-breadcrumbs__mobile-container ul.crumbs li a :hover {
          font-weight: bold; }
        .ge-breadcrumbs__mobile-container ul.crumbs li a:before, .ge-breadcrumbs__mobile-container ul.crumbs li a::before {
          content: "\f104";
          font-family: 'Font Awesome 5 Pro';
          font-weight: 400;
          margin-right: 10px;
          color: inherit;
          font-size: 0.702rem; }
      .ge-breadcrumbs__mobile-container ul.crumbs li .crumb-last::before {
        content: "\f106" !important;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        margin-right: 10px;
        color: inherit;
        font-size: 0.702rem; }
      .ge-breadcrumbs__mobile-container ul.crumbs li span.ge-breadcrumb-text {
        padding-left: 0.5em;
        font-size: 0.702rem;
        color: #63666a; }
      .ge-breadcrumbs__mobile-container ul.crumbs li:last-of-type.clicked {
        margin-top: 8px; }
      .ge-breadcrumbs__mobile-container ul.crumbs li:last-child {
        border-top: 1px solid #d7d8db;
        border-bottom: 1px solid #d7d8db; }

.slider {
  padding: 0;
  /*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/ }
  .slider .carousel-indicators li {
    border: 2px solid rgba(255, 255, 255, 0.7);
    width: 12px;
    height: 12px;
    margin: 0 5px; }
  .slider .carousel .item,
  .slider .carousel-inner .item {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    .slider .carousel .item.bg-fixed, .slider .carousel .item -background--fixed,
    .slider .carousel-inner .item.bg-fixed,
    .slider .carousel-inner .item -background--fixed {
      background-attachment: fixed; }
    .slider .carousel .item.-theme--dark span,
    .slider .carousel-inner .item.-theme--dark span {
      color: #fff; }
    .slider .carousel .item.-theme--dark h1,
    .slider .carousel-inner .item.-theme--dark h1 {
      color: #fff; }
    .slider .carousel .item.-theme--dark p,
    .slider .carousel-inner .item.-theme--dark p {
      color: rgba(255, 255, 255, 0.8); }
    .slider .carousel .item.item-light span, .slider .carousel .item .-theme--light span,
    .slider .carousel-inner .item.item-light span,
    .slider .carousel-inner .item .-theme--light span {
      color: #2f3133; }
    .slider .carousel .item.item-light h1, .slider .carousel .item .-theme--light h1,
    .slider .carousel-inner .item.item-light h1,
    .slider .carousel-inner .item .-theme--light h1 {
      color: #2f3133; }
    .slider .carousel .item.item-light p, .slider .carousel .item .-theme--light p,
    .slider .carousel-inner .item.item-light p,
    .slider .carousel-inner .item .-theme--light p {
      color: #63666a; }
    .slider .carousel .item .btn-small,
    .slider .carousel-inner .item .btn-small {
      font-size: 12px; }
    .slider .carousel .item img,
    .slider .carousel-inner .item img {
      width: 80%;
      float: right; }
    @media screen and (min-width: 1199px) {
      .slider .carousel .item h2,
      .slider .carousel .item .h2,
      .slider .carousel .item p,
      .slider .carousel-inner .item h2,
      .slider .carousel-inner .item .h2,
      .slider .carousel-inner .item p {
        font-size: 1.8rem;
        line-height: 2.3rem; } }
  .slider .carousel-indicators {
    z-index: 3;
    bottom: 25px; }
  .slider .btn-small,
  .slider .btn-med {
    margin-top: 25px; }
  .slider h1 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px; }
  .slider span {
    font-size: 0.79rem;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase; }
  .slider .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity; }
  .slider .carousel-fade .carousel-inner .active {
    opacity: 1; }
  .slider .carousel-fade .carousel-inner .active.left,
  .slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  .slider .carousel-fade .carousel-inner .next.left,
  .slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .slider .carousel-fade .carousel-control {
    z-index: 2; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .slider .carousel-fade .carousel-inner > .item.next,
    .slider .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .slider .carousel-fade .carousel-inner > .item.prev,
    .slider .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .slider .carousel-fade .carousel-inner > .item.next.left,
    .slider .carousel-fade .carousel-inner > .item.prev.right,
    .slider .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @media all and (max-width: 1199px) {
    .slider {
      padding: 0; }
      .slider .carousel,
      .slider .h-giant {
        font-size: 45px; }
      .slider .h2 {
        font-size: 25px; } }
  @media all and (max-width: 991px) {
    .slider {
      padding: 0; }
      .slider .carousel,
      .slider .h-giant {
        font-size: 40px; }
      .slider .h2 {
        font-size: 19px; } }
  @media all and (max-width: 767px) {
    .slider .h-giant {
      font-size: 40px; }
    .slider .carousel-indicators {
      bottom: 15px;
      left: 50%; }
    .slider .carousel-inner .item {
      padding: 40px 0; }
    .slider .btn-small,
    .slider .btn-med {
      margin-top: 15px;
      margin-bottom: 10px; } }

.herobanner-scroller-section {
  width: 100%;
  min-height: 600px;
  padding: 80px 0;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .herobanner-scroller-section .container {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .herobanner-scroller-section:before {
    content: "";
    background: -moz-linear-gradient(-45deg, #004080 0%, rgba(125, 185, 232, 0.4) 40%, rgba(125, 185, 232, 0) 80%);
    background: -webkit-linear-gradient(-45deg, #004080 0%, rgba(125, 185, 232, 0.4) 40%, rgba(125, 185, 232, 0) 80%);
    background: linear-gradient(125deg, #004080 0%, rgba(0, 94, 184, 0.4) 40%, rgba(0, 94, 184, 0) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .herobanner-scroller-section:after {
    display: inline-block;
    content: '';
    min-height: 440px;
    vertical-align: middle; }
  .herobanner-scroller-section .title {
    padding: 0 20%; }
    .herobanner-scroller-section .title p {
      text-align: center;
      font-weight: bold;
      letter-spacing: 1px;
      color: rgba(255, 255, 255, 0.8); }
    .herobanner-scroller-section .title h1 {
      color: #fff;
      text-align: center;
      margin-top: 12px;
      margin-bottom: 35px; }
      @media all and (max-width: 480px) {
        .herobanner-scroller-section .title h1 {
          font-size: 24px; } }
    @media all and (max-width: 480px) {
      .herobanner-scroller-section .title {
        padding: 0 10%; }
        .herobanner-scroller-section .title h1 {
          font-size: 24px; } }
  .herobanner-scroller-section .herobanner-scroller {
    clear: both; }
    .herobanner-scroller-section .herobanner-scroller article {
      padding: 0 10px;
      opacity: 0.7;
      transition: opacity 0.25s ease-in-out; }
      .herobanner-scroller-section .herobanner-scroller article img {
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 0px !important; }
      .herobanner-scroller-section .herobanner-scroller article a {
        display: block;
        height: 100%;
        background: #fff; }
      .herobanner-scroller-section .herobanner-scroller article a,
      .herobanner-scroller-section .herobanner-scroller article a:focus,
      .herobanner-scroller-section .herobanner-scroller article a:active {
        text-decoration: none; }
      .herobanner-scroller-section .herobanner-scroller article .desc {
        padding: 20px; }
        .herobanner-scroller-section .herobanner-scroller article .desc h2 {
          color: #63666a;
          padding-bottom: 10px; }
        .herobanner-scroller-section .herobanner-scroller article .desc p {
          color: #63666a; }
      .herobanner-scroller-section .herobanner-scroller article:hover {
        opacity: 1; }
      .herobanner-scroller-section .herobanner-scroller article:focus {
        outline: 0; }
    .herobanner-scroller-section .herobanner-scroller .slick-list {
      width: 100%;
      margin: 0 auto; }
    .herobanner-scroller-section .herobanner-scroller .slick-track {
      display: flex; }
    .herobanner-scroller-section .herobanner-scroller .slick-prev,
    .herobanner-scroller-section .herobanner-scroller .slick-next {
      transition: transform .25s ease-in-out, opacity .25s ease-in-out;
      background: transparent;
      position: absolute;
      font-size: 0;
      line-height: 0;
      top: 50%;
      display: block;
      width: 25px;
      height: 70px;
      margin-top: -35px;
      padding: 0;
      border: none;
      outline: none;
      opacity: 1; }
      .herobanner-scroller-section .herobanner-scroller .slick-prev:before,
      .herobanner-scroller-section .herobanner-scroller .slick-next:before {
        transition: opacity .25s ease-in-out;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        font-size: 45px;
        line-height: 1;
        opacity: 1;
        color: white; }
      .herobanner-scroller-section .herobanner-scroller .slick-prev.slick-next,
      .herobanner-scroller-section .herobanner-scroller .slick-next.slick-next {
        right: -50px; }
        .herobanner-scroller-section .herobanner-scroller .slick-prev.slick-next:before,
        .herobanner-scroller-section .herobanner-scroller .slick-next.slick-next:before {
          content: "\f105"; }
      .herobanner-scroller-section .herobanner-scroller .slick-prev.slick-prev,
      .herobanner-scroller-section .herobanner-scroller .slick-next.slick-prev {
        left: -50px; }
        .herobanner-scroller-section .herobanner-scroller .slick-prev.slick-prev:before,
        .herobanner-scroller-section .herobanner-scroller .slick-next.slick-prev:before {
          content: "\f104"; }
      .herobanner-scroller-section .herobanner-scroller .slick-prev:not(.slick-disabled):hover,
      .herobanner-scroller-section .herobanner-scroller .slick-next:not(.slick-disabled):hover {
        transform: scale(1.2); }
    .herobanner-scroller-section .herobanner-scroller .slick-disabled:before {
      opacity: 0.3; }
  .herobanner-scroller-section .slick-slide {
    height: auto; }
  @media screen and (max-width: 1256px) {
    .herobanner-scroller-section .herobanner-scroller .slick-list {
      width: calc(100% - 100px); }
    .herobanner-scroller-section .herobanner-scroller .slick-prev {
      left: 0 !important; }
    .herobanner-scroller-section .herobanner-scroller .slick-next {
      right: 0 !important; } }
  @media all and (max-width: 1199px) {
    .herobanner-scroller-section {
      padding: 80px 0; } }
  @media all and (max-width: 991px) {
    .herobanner-scroller-section {
      padding: 65px 0; }
      .herobanner-scroller-section .title p {
        display: none; }
      .herobanner-scroller-section .title h1 {
        font-size: 1.602rem;
        line-height: 2.135rem; } }
  @media all and (max-width: 767px) {
    .herobanner-scroller-section {
      padding: 40px 0;
      height: auto !important; }
      .herobanner-scroller-section:after {
        display: none; }
      .herobanner-scroller-section .container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: block; } }
  @media all and (max-width: 480px) {
    .herobanner-scroller-section {
      padding: 40px 0; } }
  .herobanner-scroller-section:hover .slick-prev,
  .herobanner-scroller-section:hover .slick-next {
    opacity: 1; }

/*highlighted products equal height*/
.products-scroller .slick-track {
  display: flex; }

.products-scroller .product-box-wrapper.slick-slide {
  height: auto; }

.carousel-inner {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
  left: -100%; }
  .carousel-inner .item {
    flex: 1 0 100%;
    order: 2;
    opacity: 0.5 !important;
    transition: 0.6s ease-in-out all !important; }
    .carousel-inner .item.active, .carousel-inner .item.next {
      order: 1;
      opacity: 1 !important;
      transition: 0.6s ease-in-out all !important; }

.carousel-inner > .item {
  display: block !important; }

.carousel-inner > .left,
.carousel-inner > .right,
.carousel-inner > .prev {
  position: inherit !important; }

.highlighted-cards .slick-track {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px; }
  .highlighted-cards .slick-track .card-column-wrapper.slick-slide {
    display: flex;
    height: auto;
    outline: none; }
    .highlighted-cards .slick-track .card-column-wrapper.slick-slide .ge-card__content p {
      margin-bottom: 2.75rem;
      /* read more button's height: 2.25rem line-height + 0.5rem margin-top */ }
    .highlighted-cards .slick-track .card-column-wrapper.slick-slide .ge-card__content .ge-button {
      position: absolute;
      bottom: 20px; }

.highlighted-cards .slick-prev,
.highlighted-cards .slick-next {
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  background: transparent;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 50%;
  display: block;
  width: 25px;
  height: 70px;
  margin-top: -35px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  z-index: 5; }
  .highlighted-cards .slick-prev:before,
  .highlighted-cards .slick-next:before {
    transition: opacity .25s ease-in-out;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    opacity: 1;
    color: #18181a; }
  .highlighted-cards .slick-prev.slick-next,
  .highlighted-cards .slick-next.slick-next {
    right: -50px; }
    .highlighted-cards .slick-prev.slick-next:before,
    .highlighted-cards .slick-next.slick-next:before {
      content: "\f105"; }
  .highlighted-cards .slick-prev.slick-prev,
  .highlighted-cards .slick-next.slick-prev {
    left: -50px; }
    .highlighted-cards .slick-prev.slick-prev:before,
    .highlighted-cards .slick-next.slick-prev:before {
      content: "\f104"; }
  .highlighted-cards .slick-prev:not(.slick-disabled):hover,
  .highlighted-cards .slick-next:not(.slick-disabled):hover {
    transform: scale(1.2); }
  @media all and (max-width: 1199px) {
    .highlighted-cards .slick-prev.slick-prev,
    .highlighted-cards .slick-next.slick-prev {
      left: -15px; }
    .highlighted-cards .slick-prev.slick-next,
    .highlighted-cards .slick-next.slick-next {
      right: -15px; } }
  @media all and (max-width: 767px) {
    .highlighted-cards .slick-prev.slick-prev,
    .highlighted-cards .slick-next.slick-prev {
      left: -5px; }
    .highlighted-cards .slick-prev.slick-next,
    .highlighted-cards .slick-next.slick-next {
      right: -5px; } }

.highlighted-cards .slick-disabled:before {
  opacity: 0.3; }

.carousel-banner {
  position: relative;
  overflow: hidden; }
  .carousel-banner__pagination {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    display: table;
    border-collapse: separate;
    border-spacing: 5px 0;
    width: 700px;
    padding: 0; }
    .carousel-banner__pagination__elem {
      position: relative;
      vertical-align: top;
      height: .3rem;
      margin: 0 0.5rem;
      background: #fff;
      cursor: pointer;
      opacity: 0.3;
      transition: all .3s;
      display: table-cell; }
      .carousel-banner__pagination__elem.active, .carousel-banner__pagination__elem:hover {
        opacity: 1; }
  .carousel-banner .slide {
    position: relative;
    padding: 40px 0;
    height: 400px;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-right: -100%;
    opacity: 0;
    z-index: 1;
    align-items: center;
    transition: all 2s; }
    .carousel-banner .slide .slide__text {
      width: 50%;
      position: relative;
      padding-left: 20px;
      background-color: transparent; }
      .carousel-banner .slide .slide__text > span {
        font-size: 0.79rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.8); }
      .carousel-banner .slide .slide__text:after {
        position: absolute;
        content: '';
        border-left: solid 1px rgba(199, 199, 199, 0.3);
        top: 0;
        left: 0;
        z-index: 5;
        margin-left: 0;
        height: 1000%; }
      .carousel-banner .slide .slide__text .slide__text-heading:before {
        border-left: 1px solid #02b2e3;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 6;
        left: -20px; }
    .carousel-banner .slide.-align--center {
      text-align: center; }
      .carousel-banner .slide.-align--center .slide__text {
        width: 70%;
        margin: auto; }
        .carousel-banner .slide.-align--center .slide__text::after {
          content: none; }
        .carousel-banner .slide.-align--center .slide__text .slide__text-heading {
          position: relative; }
          .carousel-banner .slide.-align--center .slide__text .slide__text-heading:before {
            content: none; }
    .carousel-banner .slide.active {
      opacity: 1;
      z-index: 2;
      transition: all 2s; }
    .carousel-banner .slide__bg {
      position: absolute;
      background-size: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center; }
    .carousel-banner .slide__text {
      position: relative;
      color: #fff; }
      .carousel-banner .slide__text-heading {
        color: #fff;
        margin: 15px 0;
        position: relative;
        line-height: 3.55rem; }
        .carousel-banner .slide__text-heading .is-truncated {
          max-height: 106px;
          overflow: hidden; }
  .carousel-banner .slide__text-desc {
    max-height: 172px;
    overflow: hidden; }
  @media (max-width: 479px) {
    .carousel-banner .slide {
      padding: 0;
      background: #005eb8;
      flex-direction: column;
      min-height: 100%;
      height: 50vh; }
      .carousel-banner .slide.active {
        height: 100%; }
      .carousel-banner .slide__bg {
        height: 30vh;
        position: static; }
      .carousel-banner .slide__text {
        width: 100% !important;
        margin: 0 !important;
        padding: 0; }
        .carousel-banner .slide__text-heading {
          font-size: 2rem;
          line-height: 2.2rem;
          margin: 8px 0; }
      .carousel-banner .slide.-gradient--blue:before, .carousel-banner .slide.-gradient--blue-2:before {
        height: 30vh; }
      .carousel-banner .slide .slide__text-desc,
      .carousel-banner .slide .slide__text-heading .is-truncated {
        max-height: 100%; }
    .carousel-banner .carousel-banner__pagination {
      top: 26vh; }
      .carousel-banner .carousel-banner__pagination__elem {
        height: 0.75rem; } }
  @media (max-width: 767px) {
    .carousel-banner .slide .slide__text::after {
      margin: 0; }
    .carousel-banner .slide .slide__text .slide__text-heading:before {
      left: -20px; } }
  @media (max-width: 991px) {
    .carousel-banner .slide .slide__text {
      width: 80%; }
    .carousel-banner .slide.-align--center .slide__text {
      width: 100%; }
    .carousel-banner .slide .container {
      padding: 30px 15px 20px;
      width: inherit; }
    .carousel-banner .carousel-banner__pagination {
      width: 50%; }
      .carousel-banner .carousel-banner__pagination__elem {
        height: 0.5rem; } }

.-default--panel,
.product-box {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  position: relative; }
  .-default--panel .content > a,
  .product-box .content > a {
    display: block; }
  .-default--panel .content,
  .product-box .content {
    border-bottom: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0; }
    .-default--panel .content > div:first-child,
    .product-box .content > div:first-child {
      padding: 10px;
      overflow: hidden; }
      @media all and (max-width: 550px) {
        .-default--panel .content > div:first-child,
        .product-box .content > div:first-child {
          padding: 10px 0; } }
    .-default--panel .content:hover .learn-more,
    .product-box .content:hover .learn-more {
      margin: -38px 0 0;
      color: #005eb8; }
      @media all and (max-width: 500px) {
        .-default--panel .content:hover .learn-more,
        .product-box .content:hover .learn-more {
          margin: -38px 0 0 -72px; } }
    .-default--panel .content img,
    .product-box .content img {
      margin: 20px auto 0;
      max-width: 100%;
      max-height: 130px; }
    .-default--panel .content a:hover,
    .product-box .content a:hover {
      text-decoration: none; }
    .-default--panel .content a > span,
    .product-box .content a > span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
  .-default--panel .h5,
  .product-box .h5 {
    height: 4rem;
    overflow: hidden;
    color: #2f3133;
    font-size: 1.125rem;
    line-height: 1.225em;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 20px 0 0;
    transition: all 0.2s ease-in-out 0s; }
  .-default--panel p,
  .product-box p {
    color: #63666a;
    font-size: 0.889rem;
    line-height: 1.46em;
    height: auto;
    overflow: hidden;
    transition: all 0.2s ease-in-out 0s;
    word-break: break-word; }
  .-default--panel:hover .h5, .-default--panel:hover p,
  .product-box:hover .h5,
  .product-box:hover p {
    color: #2f331a; }
  .-default--panel span.learn-more,
  .product-box span.learn-more {
    display: block;
    font-size: 13px;
    margin: -38px 0 0 -77px;
    transition: all 0.2s ease-in-out 0s; }
    .-default--panel span.learn-more i.fa.fa-long-arrow-right,
    .product-box span.learn-more i.fa.fa-long-arrow-right {
      display: inline-block;
      font-size: 14px;
      margin: 4px 10px;
      position: absolute;
      transition: all 0.2s ease-in-out 0s; }
  .-default--panel .price,
  .product-box .price {
    margin: 0;
    font-size: 1.125rem;
    color: #2f3133;
    float: right; }
  .-default--panel .buttons,
  .product-box .buttons {
    margin: 0 auto; }
    .-default--panel .buttons > div,
    .product-box .buttons > div {
      border: 1px solid #efefef;
      padding: 6px 0; }
      .-default--panel .buttons > div:hover,
      .product-box .buttons > div:hover {
        background-color: #005eb8;
        border: 1px solid #005eb8; }
        .-default--panel .buttons > div:hover a,
        .product-box .buttons > div:hover a {
          color: #fff; }
      .-default--panel .buttons > div.quote:hover,
      .product-box .buttons > div.quote:hover {
        background-color: #19A948;
        border: 1px solid #19A948; }
      .-default--panel .buttons > div.shopping:hover,
      .product-box .buttons > div.shopping:hover {
        background-color: #49549B;
        border: 1px solid #49549B; }
      .-default--panel .buttons > div:first-child,
      .product-box .buttons > div:first-child {
        border-right: 0; }
        @media all and (max-width: 768px) {
          .-default--panel .buttons > div:first-child,
          .product-box .buttons > div:first-child {
            border-right: 1px solid #efefef;
            border-bottom: 0; } }
  .-default--panel .product-box__description,
  .product-box .product-box__description {
    height: 5rem;
    margin-bottom: 10px;
    overflow: hidden; }
  .-default--panel .product-box__size-pack, .-default--panel .product-box__price,
  .product-box .product-box__size-pack,
  .product-box .product-box__price {
    font-size: 12px;
    margin: 0; }

.-default--panels,
.product-listing-wrapper {
  border-radius: 0.3rem; }
  .-default--panels .-default--panel,
  .-default--panels .product-box,
  .product-listing-wrapper .-default--panel,
  .product-listing-wrapper .product-box {
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 0.3rem;
    box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }
    .-default--panels .-default--panel .-panel--description-wrapper,
    .-default--panels .-default--panel .product-description-wrapper,
    .-default--panels .product-box .-panel--description-wrapper,
    .-default--panels .product-box .product-description-wrapper,
    .product-listing-wrapper .-default--panel .-panel--description-wrapper,
    .product-listing-wrapper .-default--panel .product-description-wrapper,
    .product-listing-wrapper .product-box .-panel--description-wrapper,
    .product-listing-wrapper .product-box .product-description-wrapper {
      padding: 10px 20px 20px; }
    .-default--panels .-default--panel .-panel--image-wrapper,
    .-default--panels .-default--panel .product-image-wrapper,
    .-default--panels .product-box .-panel--image-wrapper,
    .-default--panels .product-box .product-image-wrapper,
    .product-listing-wrapper .-default--panel .-panel--image-wrapper,
    .product-listing-wrapper .-default--panel .product-image-wrapper,
    .product-listing-wrapper .product-box .-panel--image-wrapper,
    .product-listing-wrapper .product-box .product-image-wrapper {
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: space-around; }
    .-default--panels .-default--panel .content img,
    .-default--panels .product-box .content img,
    .product-listing-wrapper .-default--panel .content img,
    .product-listing-wrapper .product-box .content img {
      transition: all .3s ease 0s;
      max-height: 170px;
      margin: 0 auto; }
    .-default--panels .-default--panel .product-box-title,
    .-default--panels .product-box .product-box-title,
    .product-listing-wrapper .-default--panel .product-box-title,
    .product-listing-wrapper .product-box .product-box-title {
      height: 4rem;
      overflow: hidden;
      color: #2f3133;
      font-size: 1.125rem;
      line-height: 1.3rem;
      margin-bottom: 10px; }
    .-default--panels .-default--panel .product-box__description,
    .-default--panels .product-box .product-box__description,
    .product-listing-wrapper .-default--panel .product-box__description,
    .product-listing-wrapper .product-box .product-box__description {
      height: 5.2rem;
      color: #63666a;
      overflow: hidden;
      margin-bottom: 17px; }
      .-default--panels .-default--panel .product-box__description p,
      .-default--panels .product-box .product-box__description p,
      .product-listing-wrapper .-default--panel .product-box__description p,
      .product-listing-wrapper .product-box .product-box__description p {
        font-size: 0.89rem;
        line-height: 1.46em;
        word-wrap: break-word;
        margin-bottom: 1.42em; }
    .-default--panels .-default--panel:hover,
    .-default--panels .product-box:hover,
    .product-listing-wrapper .-default--panel:hover,
    .product-listing-wrapper .product-box:hover {
      box-shadow: 0 1px 2px 0 #2f3133; }
      .-default--panels .-default--panel:hover img,
      .-default--panels .product-box:hover img,
      .product-listing-wrapper .-default--panel:hover img,
      .product-listing-wrapper .product-box:hover img {
        transform: scale3d(1.05, 1.05, 10); }

.shop .product-box-wrapper .product-box {
  min-height: 350px; }

@media (max-width: 480px) {
  .col-480-12 {
    width: 100%; } }

.tile-view.box-wrapper {
  background-color: transparent; }

.tile-view .product-box {
  display: block;
  border-radius: 0.3rem;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  padding: 20px; }
  .tile-view .product-box:hover, .tile-view .product-box:focus {
    box-shadow: 0 1px 2px 0 #2f3133; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) .product-box {
  padding-top: 20px;
  min-height: 100%; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) .products-scroller {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) .product-box-wrapper {
  float: none;
  display: inline-block; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) a.product-box {
  margin: 0;
  white-space: normal; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) .slick-track {
  padding-bottom: 2px; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) .-panel--image-wrapper,
.products-scroller-box-wrapper:not(.consumable-products-scroller) .product-image-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.28% !important; }

.products-scroller-box-wrapper:not(.consumable-products-scroller) img.img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0; }

.products-scroller-box-wrapper:not(.consumable-products-scroller).tile-view .img-responsive {
  max-width: 100%;
  max-height: 100%;
  margin: 0; }

.products-scroller-box-wrapper:not(.consumable-products-scroller).recommended-product-carousel {
  margin: 0;
  overflow-x: hidden; }
  .products-scroller-box-wrapper:not(.consumable-products-scroller).recommended-product-carousel .product-box, .products-scroller-box-wrapper:not(.consumable-products-scroller).recommended-product-carousel .product-box:hover, .products-scroller-box-wrapper:not(.consumable-products-scroller).recommended-product-carousel .product-box:focus {
    box-shadow: none; }

/* Default panels */
.-default--panel {
  position: relative; }
  .-default--panel.disabled {
    opacity: 0.4;
    pointer-events: none;
    color: #63666a;
    border-color: #d7d8db;
    cursor: default; }
  .-default--panel .-tile--notification {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background-color: #72cbe1; }
  .-default--panel .content > a {
    color: #63666a; }
  .-default--panel .-panel--title-wrapper {
    color: #2f3133; }
  .-default--panel.-icon--panel:hover {
    box-shadow: 0 0 0 2px #72cbe1; }
  .-default--panel.-icon--panel .-panel--image-wrapper {
    height: 76px;
    padding: 30px 20px 0; }
    @media (min-width: 1200px) {
      .-default--panel.-icon--panel .-panel--image-wrapper {
        padding: 40px 30px 0; } }
    .-default--panel.-icon--panel .-panel--image-wrapper .fa {
      font-size: 2.887rem;
      color: #005eb8; }
  .-default--panel.-icon--panel .-panel--description-wrapper {
    padding-bottom: 30px;
    text-align: center; }
    @media (min-width: 1200px) {
      .-default--panel.-icon--panel .-panel--description-wrapper {
        padding: 20px 40px 30px; } }
    .-default--panel.-icon--panel .-panel--description-wrapper .-panel--title-wrapper {
      height: 4.8rem;
      padding: 0 5%;
      overflow: hidden; }
  .-default--panel.-icon--panel .-panel--text {
    height: 4.3rem;
    overflow: hidden; }
    .-default--panel.-icon--panel .-panel--text p {
      font-size: 1rem; }

.ie .m-pagination.pagination li:first-child {
  margin-right: 10px; }

.ie .m-pagination.pagination li:last-child {
  margin-left: 10px; }

@media (min-width: 768px) {
  .ie .m-pagination.pagination li:first-child {
    margin-right: 20px; }
  .ie .m-pagination.pagination li:last-child {
    margin-left: 20px; } }

.m-pagination.pagination {
  border-radius: 0;
  font-size: 0.889rem;
  display: flex;
  justify-content: center; }
  .m-pagination.pagination > li {
    display: inline-block; }
    .m-pagination.pagination > li > a {
      padding-left: 0;
      padding-right: 0;
      margin: 0 2px;
      height: 30px;
      width: 30px;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: transparent;
      border: none;
      color: #63666a;
      text-align: center; }
      .m-pagination.pagination > li > a:hover {
        color: #2f3133;
        background-color: #d7d8db; }
    .m-pagination.pagination > li > span {
      color: #63666a;
      background: transparent; }
    .m-pagination.pagination > li:first-child > a, .m-pagination.pagination > li:first-child > span, .m-pagination.pagination > li:last-child > a, .m-pagination.pagination > li:last-child > span {
      -webkit-border-radius: 0;
      border-radius: 0; }
    .m-pagination.pagination > li:first-child > a, .m-pagination.pagination > li:last-child > a {
      width: auto;
      border-color: transparent; }
      .m-pagination.pagination > li:first-child > a:hover, .m-pagination.pagination > li:last-child > a:hover {
        background: none; }
      .m-pagination.pagination > li:first-child > a .fa-angle-left + span,
      .m-pagination.pagination > li:first-child > a span + .fa-angle-right, .m-pagination.pagination > li:last-child > a .fa-angle-left + span,
      .m-pagination.pagination > li:last-child > a span + .fa-angle-right {
        padding-left: 5px; }
    .m-pagination.pagination > li:first-child {
      margin-right: auto; }
    .m-pagination.pagination > li:last-child {
      margin-left: auto; }
    .m-pagination.pagination > li.ellipsis > span {
      border-color: transparent;
      padding: 6px;
      height: 30px; }
    .m-pagination.pagination > li.-is--active a {
      color: #fff;
      background-color: #005eb8; }
    .m-pagination.pagination > li.-is--disabled a {
      cursor: default;
      opacity: 0.3; }
      .m-pagination.pagination > li.-is--disabled a:hover span {
        color: #63666a; }

.basket-items {
  border-bottom: 3px solid #d7d8db; }
  .basket-items.-version--3 {
    border-bottom: none; }
    .basket-items.-version--3 .basket-item {
      border-bottom: 1px dotted #bebfc1; }
      .basket-items.-version--3 .basket-item__image-wrapper {
        height: 130px;
        background-color: #fff;
        display: flex;
        align-items: center; }
      .basket-items.-version--3 .basket-item .grey-info {
        display: inline; }
        .basket-items.-version--3 .basket-item .grey-info > span:first-of-type {
          letter-spacing: 0.5px;
          padding-right: 3px; }
        .basket-items.-version--3 .basket-item .grey-info.-spacing--right {
          padding-right: 10px; }
      .basket-items.-version--3 .basket-item:last-of-type {
        border-bottom: none; }
      .basket-items.-version--3 .basket-item .product-price:nth-last-of-type(1) {
        border-top: none; }
    .basket-items.-version--3 .moq-error {
      padding: 20px;
      border: 3px solid #c6c7c9;
      font-weight: normal;
      margin-top: 35px; }
      .basket-items.-version--3 .moq-error-title {
        font-size: 1.125rem;
        color: #2f3313; }
      .basket-items.-version--3 .moq-error-text {
        font-size: 1rem;
        color: #63666a; }
    @media screen and (max-width: 991px) {
      .basket-items.-version--3 .moq-error {
        margin: 35px 0 15px 0; }
      .basket-items.-version--3 .spinner-in-progress.circle-spinner {
        opacity: .25; }
        .basket-items.-version--3 .spinner-in-progress.circle-spinner:before {
          height: 26px;
          opacity: 0; }
      .basket-items.-version--3 .product-price {
        font-weight: normal; } }

.basket-header {
  color: #2f3133;
  text-transform: uppercase;
  font-weight: bold;
  margin: 50px 0 20px;
  padding: 5px 0;
  border-bottom: 2px solid #d7d8db;
  font-size: 0.79rem; }
  .basket-header:first-child {
    margin-top: 20px; }
  .confirmation-section .basket-header,
  .row + .basket-header {
    margin-top: 15px; }

.basket-footer {
  color: #2f3133;
  font-weight: bold;
  padding: 10px 0;
  font-size: 0.889rem; }
  .basket-footer span {
    margin-left: 5px; }

.basket-item {
  border-bottom: 1px solid #ececec;
  padding: 25px 0; }
  .basket-item:last-child {
    border-bottom: 0; }
  .basket-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 130px; }
  .basket-item input {
    border: 1px solid #d7d8d8;
    width: 50%;
    text-align: right;
    margin-bottom: 12px; }
    .basket-item input[type=number]::-webkit-inner-spin-button, .basket-item input[type=number]::-webkit-outer-spin-button {
      display: none; }
    @media all and (max-width: 991px) {
      .basket-item input {
        margin-top: 15px; } }
  .basket-item a.item-title {
    color: #005eb8;
    padding-bottom: 5px;
    display: block; }
    @media all and (max-width: 768px) {
      .basket-item a.item-title {
        max-width: 250px; } }
  .basket-item a.block,
  .basket-item .grey-info {
    display: block;
    font-size: 0.889rem;
    line-height: 1.2rem; }
    .basket-item a.block i.fa,
    .basket-item .grey-info i.fa {
      padding-right: 5px;
      font-size: 0.889em; }
      .basket-item a.block i.fa.fa-spin,
      .basket-item .grey-info i.fa.fa-spin {
        padding-right: 0;
        font-size: 1.067em; }
  .basket-item .btn-frame {
    margin-left: 0;
    margin-top: 20px; }
    .basket-item .btn-frame:not(.blue-border) {
      width: 80%; }
    .basket-item .btn-frame.gray-border {
      border-color: #a5a6a8;
      color: #a5a6a8; }
  .basket-item .product-price {
    font-size: 1rem; }
  .basket-item .ge-quantity-selector__decrease {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d8db;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #d7d8db;
    border-right: none;
    border-top: 1px solid #d7d8db;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    color: #63666a;
    cursor: pointer;
    float: left;
    font-size: 0.79rem;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.0125rem;
    line-height: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 40px;
    background: #fff; }
    .basket-item .ge-quantity-selector__decrease:hover {
      background: #d7d8db;
      color: #2f3133; }
  .basket-item .ge-quantity__selector {
    padding: 15px 0; }
    @media screen and (min-width: 992px) {
      .basket-item .ge-quantity__selector {
        padding: 0 3px 0 0;
        float: right; } }
    .basket-item .ge-quantity__selector button:disabled,
    .basket-item .ge-quantity__selector button[disabled],
    .basket-item .ge-quantity__selector input:disabled,
    .basket-item .ge-quantity__selector input[disabled] {
      opacity: 0.33;
      pointer-events: none;
      color: #63666a;
      background-color: #d7d8db;
      border-color: #d7d8db;
      cursor: default; }
  .basket-item .ge-quantity-selector__input {
    position: relative;
    border-color: #d7d8db;
    border-style: solid;
    border-width: 1px;
    min-height: 40px !important;
    margin-bottom: 8px;
    width: 40px;
    color: #63666a;
    font-size: 1rem;
    letter-spacing: 0.00625rem;
    line-height: 1.125rem;
    font-family: inherit;
    -moz-appearance: textfield;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    max-width: 40px;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .basket-item .ge-quantity-selector__input {
        margin: 0; } }
  .basket-item .ge-quantity-selector__increase {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d8db;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    border-left: none;
    border-right: 1px solid #d7d8db;
    border-top: 1px solid #d7d8db;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    color: #63666a;
    cursor: pointer;
    float: left;
    font-size: 0.79rem;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.0125rem;
    line-height: 1em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff; }
    .basket-item .ge-quantity-selector__increase:hover {
      background: #d7d8db;
      color: #2f3133; }

.red-star {
  color: red; }
  .red-star + span {
    font-size: 0.889rem; }

.payment-section .custom-radio-block.disabled {
  opacity: 0.6; }

.payment-section .form-info {
  padding-top: 15px; }

.payment-section label {
  margin-top: 20px; }

.toggled-by-radio-click {
  display: none; }
  .toggled-by-radio-click small {
    margin-top: 0;
    margin-bottom: 10px;
    display: block; }

.order-summary-wrapper {
  margin-top: 20px; }
  .order-summary-wrapper h6 {
    margin-bottom: 15px; }
  .order-summary-wrapper p {
    padding: 0;
    margin: 15px 0 0 0; }
  .order-summary-wrapper p a {
    color: #005eb8; }
  .order-summary-wrapper hr {
    margin: 0.5rem 0; }
  .order-summary-wrapper .total-block,
  .order-summary-wrapper .subtotal-block {
    color: #2f3133; }
  .order-summary-wrapper .coupon-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px; }
    .order-summary-wrapper .coupon-block .ge-text-input, .order-summary-wrapper .coupon-block .ge-button {
      margin: 0; }
    .order-summary-wrapper .coupon-block .ge-button {
      flex: 1 0 auto;
      margin-left: 5px; }
    .order-summary-wrapper .coupon-block + .coupon-code-error {
      display: none; }
    .order-summary-wrapper .coupon-block.-has--error {
      margin-bottom: 0; }
      .order-summary-wrapper .coupon-block.-has--error + .coupon-code-error {
        display: block;
        color: #d70000;
        line-height: 1rem;
        font-size: 0.889rem;
        margin: 5px 0 20px 0; }
  .order-summary-wrapper.-version--3 {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    background-color: #fff;
    padding: 20px;
    margin-top: 0; }
    .order-summary-wrapper.-version--3 h6 {
      color: #fff;
      background-color: #005eb8;
      padding: 20px;
      margin: -20px -20px 0 -20px; }
    @media screen and (max-width: 991px) {
      .order-summary-wrapper.-version--3 {
        padding: 0;
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }

.step-progress-wrapper .basket-header_btn-wrapper {
  text-align: right; }

@media screen and (max-width: 991px) {
  .step-progress-wrapper h1.h3 {
    padding-bottom: 15px;
    margin-bottom: 0;
    float: none; }
  .step-progress-wrapper .basket-header_btn-wrapper {
    float: none; }
  .basket-header {
    display: none; }
  .basket-item input[type="text"] {
    width: 100%;
    padding: 4px 5px; }
  .col-md-2.text-right {
    text-align: left; }
  .grey-info {
    font-size: 0.889em; }
    .grey-info:nth-last-of-type(1) {
      padding-bottom: 10px !important; }
  .mobile-btns {
    padding: 15px 0; }
    .mobile-btns .btn-frame {
      margin: 0 0 0 5px; }
  .product-price {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; }
    .product-price:nth-last-of-type(1) {
      border-top: 1px solid #ececec; }
    .product-price:nth-last-of-type(2) {
      padding-top: 10px; }
  .text-right-sm-down {
    text-align: right; }
  .text-uppercase, .initialism {
    text-transform: uppercase; } }

.order-data-block {
  margin-bottom: 35px; }
  .order-data-block h6.sub-heading {
    margin-top: 0; }
  .order-data-block h6 {
    margin-bottom: 10px;
    font-weight: bold; }
  .order-data-block div {
    line-height: 1.2; }
  .order-data-block textarea {
    width: 100%; }

.info-bordered-box {
  font-size: 1rem; }

.basket-item .row .btn-frame.gray-border {
  border-color: #A5A6A8;
  color: #A5A6A8; }

.steps-indicator .col-xs-12:last-child .indicator {
  width: 100%;
  overflow: hidden; }

.custom-radio-block {
  min-height: 20px;
  padding: 25px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  position: relative;
  margin: 25px 0;
  transition: border-color .15s ease-in-out;
  background-color: #fff; }
  .custom-radio-block.toggle-section label {
    margin-top: 20px; }
  .custom-radio-block label {
    cursor: pointer;
    margin: 0; }
  .custom-radio-block.disabled {
    opacity: 0.6; }
    .custom-radio-block.disabled label, .custom-radio-block.disabled input {
      cursor: default; }
  .custom-radio-block input[type="radio"] {
    height: 17px;
    width: 17px;
    margin-right: 4px;
    border: 1px solid #9d9d9c;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    background: white;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    bottom: 15px;
    right: 11px;
    min-height: 1rem;
    padding: 0; }
    .custom-radio-block input[type="radio"]:checked:after {
      position: absolute;
      top: 2px;
      left: 2px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      content: "";
      background: #005eb8; }
    .custom-radio-block input[type="radio"]:active, .custom-radio-block input[type="radio"]:focus {
      outline: none; }
  .custom-radio-block:not(.disabled) {
    cursor: pointer; }
  .custom-radio-block:hover:not(.disabled) {
    border-color: #005eb8; }
  .custom-radio-block .title {
    font-size: 1.125rem;
    color: #2f311a;
    padding-bottom: 5px; }
  .custom-radio-block p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #63666a; }
  .custom-radio-block p a {
    color: #005eb8; }
  .custom-radio-block.checked {
    border-color: #005eb8; }
  .custom-radio-block.bg-gradient {
    background-image: linear-gradient(white, #fafafa); }
  .custom-radio-block .ge-label.-has--error,
  .custom-radio-block .ge-label--error,
  .custom-radio-block .ge-label--helper + [class*='ge-label--'],
  .custom-radio-block .ge-label--error + [class*='ge-label--'] {
    margin-top: 0; }

.-flex {
  display: flex;
  flex-wrap: wrap; }
  .-flex__left {
    flex-grow: 1; }

.moq-error {
  padding: 30px 0;
  border-top: 1px solid #d7d8db;
  font-size: 0.889rem;
  line-height: 1rem;
  font-weight: bold; }

.highlighted-block {
  margin-top: 25px;
  padding: 30px;
  border: 0.125rem solid #ddd;
  background-color: #ececec;
  margin-bottom: 27px; }
  .highlighted-block.-highlighted--white {
    background-color: #fff;
    color: #2f3133; }
  .highlighted-block.-highlighted--blue {
    border-color: #72cbe1;
    background-color: #f6fdff;
    color: #72cbe1; }
  .highlighted-block *:first-child {
    margin-top: 0; }
  .highlighted-block *:last-child {
    margin-bottom: 0; }

.well .order-data-block {
  margin-bottom: 0; }

.well textarea {
  margin-bottom: 0; }

.btn-navigation.-btn--right {
  float: right; }

.btn-navigation.-btn--justify > button:last-of-type {
  float: right; }

@media screen and (max-width: 768px) {
  .share-modal__cart .modal-dialog {
    margin: 0px; } }

.sticky-button-background {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  background-color: #d7d8db;
  opacity: .9;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }

@media screen and (max-width: 991px) {
  .recommended-product-header {
    font-size: 1.424rem; } }

.ge-picklist ~ .select2.select2-container {
  width: 100% !important;
  margin-bottom: 27px; }
  .ge-picklist ~ .select2.select2-container.select2-container--focus .select2-selection {
    border: 0.125rem solid #005eb8; }
    .ge-picklist ~ .select2.select2-container.select2-container--focus .select2-selection .select2-selection__rendered {
      margin-top: -1px;
      margin-left: -1px; }
    .ge-picklist ~ .select2.select2-container.select2-container--focus .select2-selection .select2-search__field {
      min-height: 43px;
      margin-top: 1px; }
  .ge-picklist ~ .select2.select2-container .select2-selection {
    border: 0.0625rem solid #a5a6a8;
    outline: none; }
    .ge-picklist ~ .select2.select2-container .select2-selection .select2-selection__rendered {
      margin-bottom: -9px;
      /* fix the bottom gap*/ }
      .ge-picklist ~ .select2.select2-container .select2-selection .select2-selection__rendered .ge-picklist__ellipsis {
        padding: 0 6px;
        margin-right: 0; }
    .ge-picklist ~ .select2.select2-container .select2-selection .select2-selection__arrow {
      display: none; }
    .ge-picklist ~ .select2.select2-container .select2-selection .select2-search__field {
      font-size: 1.125rem;
      color: #63666a;
      min-height: 45px;
      margin: 0;
      padding: 0 15px;
      font-family: "GE Inspira Sans", "Nanum Gothic", Arial, Helvetica Neue, Helvetica, sans-serif;
      width: 100%;
      cursor: default; }
    .ge-picklist ~ .select2.select2-container .select2-selection .select2-selection__choice {
      margin-top: 8px;
      max-width: 150px;
      overflow: hidden;
      text-transform: none;
      text-overflow: ellipsis; }
    .ge-picklist ~ .select2.select2-container .select2-selection.select2-selection--single {
      min-height: 45px;
      outline: none; }
      .ge-picklist ~ .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
        padding-right: 45px;
        font-size: 1.125rem;
        color: #63666a;
        min-height: 45px;
        line-height: 43px;
        overflow: hidden;
        text-transform: none;
        text-overflow: ellipsis;
        cursor: default; }
        .ge-picklist ~ .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
          color: #63666a; }

.ge-picklist.-type--checkbox ~ .select2.select2-container .select2-selection__choice {
  background-color: transparent;
  border: none;
  max-width: 200px; }
  .ge-picklist.-type--checkbox ~ .select2.select2-container .select2-selection__choice .select2-selection__choice__remove {
    display: none; }
  .ge-picklist.-type--checkbox ~ .select2.select2-container .select2-selection__choice.-type--more {
    color: #d7d8db; }

.ge-picklist__option-header {
  padding: 5px;
  margin-right: 30px;
  border: 1px solid #2f3133;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-width: 110px;
  display: inline-block;
  line-height: 1.125rem;
  text-align: center; }

.select2-container {
  /* styles for dropdown list */ }
  .select2-container .select2-dropdown {
    border: 0 solid #aeafaf;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 #2f3133;
    box-shadow: 0 1px 2px 0 #2f3133;
    padding: 8px 0; }
    .select2-container .select2-dropdown--below {
      margin-top: 8px; }
    .select2-container .select2-dropdown--above {
      margin-top: -8px; }
  .select2-container .select2-results {
    max-height: 360px; }
    .select2-container .select2-results > .select2-results__options {
      max-height: 360px; }
    .select2-container .select2-results .select2-results__option {
      color: #2f3133;
      font-weight: normal;
      text-transform: none; }
      .select2-container .select2-results .select2-results__option.select2-results__option--highlighted {
        background-color: #ececf0;
        color: #2f3133; }
      .select2-container .select2-results .select2-results__option[aria-selected=true] {
        background-color: #fff;
        color: #a5a6a8; }
      .select2-container .select2-results .select2-results__option[aria-disabled=true] {
        color: #d7d8db; }
        .select2-container .select2-results .select2-results__option[aria-disabled=true] .ge-picklist__option-header {
          border-color: #d7d8db; }
    .select2-container .select2-results.-type--checkbox {
      max-height: 235px; }
      .select2-container .select2-results.-type--checkbox > .select2-results__options {
        max-height: 235px; }
      .select2-container .select2-results.-type--checkbox .ge-picklist__option-header {
        min-width: 25px;
        margin-right: 10px;
        border: none; }
      .select2-container .select2-results.-type--checkbox .select2-results__option[aria-selected=true] {
        color: #2f3133; }
        .select2-container .select2-results.-type--checkbox .select2-results__option[aria-selected=true]:hover {
          background-color: #ececf0; }

.ge-form__item.-has--error .ge-picklist ~ .select2-container .select2-selection {
  border: 0.125rem solid #D70000; }
  .ge-form__item.-has--error .ge-picklist ~ .select2-container .select2-selection .select2-search__field {
    min-height: 43px; }

/* for Angular ng-dropdown-multiselect component */
[ng-dropdown-multiselect] {
  margin-bottom: 27px; }
  [ng-dropdown-multiselect] .dropdown-multiselect {
    width: 100%;
    border: 0.0625rem solid #a5a6a8;
    padding-left: 1px; }
    [ng-dropdown-multiselect] .dropdown-multiselect button.dropdown-toggle {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0.125rem;
      border-radius: 0.125rem;
      min-height: 3rem;
      line-height: 1.5em;
      font-size: 1.125rem;
      text-align: left;
      text-transform: none;
      background-color: #fff;
      border: none;
      padding: 4px 12px;
      width: 100%; }
      [ng-dropdown-multiselect] .dropdown-multiselect button.dropdown-toggle:hover {
        background-color: #fff; }
      [ng-dropdown-multiselect] .dropdown-multiselect button.dropdown-toggle .caret {
        display: none; }
    [ng-dropdown-multiselect] .dropdown-multiselect.open {
      border: 0.125rem solid #005eb8; }
    [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu {
      max-width: none;
      width: 100%;
      max-height: 256px;
      height: auto;
      z-index: 62; }
      @media all and (min-width: 768px) {
        [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu {
          width: auto;
          min-width: 100%;
          margin-left: 0;
          left: 0;
          right: auto; } }
      [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu > li.active a.option {
        background-color: #fff; }
        [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu > li.active a.option:hover {
          background-color: #ececf0; }
      [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option {
        line-height: 1.5em;
        height: auto;
        padding: 10px 15px;
        font-size: 1.125rem; }
        [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option:focus {
          background-color: #fff; }
        [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option:hover {
          background-color: #ececf0; }
        [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox {
          margin: 0; }
          [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox > label {
            margin-top: 0; }
            [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox > label span > span {
              line-height: 1.125rem;
              padding: 6px; }
          @media all and (max-width: 767px) {
            [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox > label {
              vertical-align: bottom;
              /* cancel the height added by child element with overflow:hidden */ }
              [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox > label > span {
                display: block; }
                [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox > label > span > span {
                  display: block;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis; } }
          [ng-dropdown-multiselect] .dropdown-multiselect ul.dropdown-menu a.option .checkbox .checkboxInput {
            margin: 5px 0 0 -20px; }

.ge-form__item.-has--error [ng-dropdown-multiselect] .dropdown-multiselect {
  border: 0.125rem solid #d70000; }

.ge-form__item.-has--error [ng-dropdown-multiselect] .checkboxInput {
  padding: 0; }

.ge-notification {
  height: auto;
  background: transparent;
  padding: 5px 10px;
  margin: 25px 0;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .ge-notification.-type--alert {
    border: 2px solid #d70000; }
    .ge-notification.-type--alert .ge-notification__title {
      color: #d70000; }
  .ge-notification.-type--warning {
    border: 2px solid #fe5000; }
    .ge-notification.-type--warning .ge-notification__title {
      color: #fe5000; }
  .ge-notification.-type--success {
    border: 2px solid #00bf6f; }
    .ge-notification.-type--success .ge-notification__title {
      color: #00bf6f; }
  .ge-notification.-type--info-blue {
    border: 2px solid #3371BE;
    font-size: 1rem; }
    .ge-notification.-type--info-blue .ge-notification__title {
      color: #000000; }
  .ge-notification.-type--info {
    border: 2px solid #63666a;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem; }
    .ge-notification.-type--info .ge-notification__title {
      color: #63666a; }
  .ge-notification__content {
    padding-top: 12px;
    color: #2f3133; }
    .ge-notification__content p:last-child {
      margin-bottom: 0; }
  .ge-notification__container {
    padding: 10px 15px; }
    .ge-notification__container .fa, .ge-notification__container .far, .ge-notification__container .fas, .ge-notification__container .fab {
      padding-right: 8px; }
  .ge-notification__effect-nudge {
    -webkit-animation-name: ge-nudge;
    animation-name: ge-nudge;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

.ge-spinner__parent {
  position: relative; }
  .ge-spinner__parent .ge-spinner__wrapper {
    display: none; }
  .ge-spinner__parent.ge-spinner__in-progress .ge-spinner__wrapper {
    display: block; }

.ge-spinner__wrapper {
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  text-align: center; }

.ge-spinner__render {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-top: 3px solid #005eb8;
  border-radius: 100%;
  animation: ge-spin 1s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

@keyframes ge-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* CUI */
.cui a:hover,
.cui a:focus,
.cui a:active {
  text-decoration: none; }

.cui .-font--plus-6,
.cui .-font--h1,
.cui h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 0;
  font-weight: normal; }

.cui .-font--plus-5,
.cui .-font--h2,
.cui h2 {
  font-size: 2.125rem;
  line-height: 1.05;
  margin: 0;
  font-weight: normal; }

.cui .-font--plus-4,
.cui .-font--h3,
.cui .h3,
.cui h3 {
  font-size: 1.875rem;
  line-height: 1.06;
  margin: 0;
  font-weight: normal; }

.cui .-font--plus-3,
.cui .-font--h4,
.cui .h4,
.cui h4 {
  font-size: 1.625rem;
  line-height: 1.07;
  margin: 0;
  font-weight: normal; }

.cui .-font--plus-2,
.cui .-font--h5,
.cui h5 {
  font-size: 1.375rem;
  line-height: 1.18;
  margin: 0;
  font-weight: normal; }

.cui .-font--plus-1,
.cui .-font--h6,
.cui h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
  font-weight: normal; }

.cui .-font--plus {
  font-size: 1.25rem; }

.cui .-font--body,
.cui .-font--p,
.cui p {
  font-size: 1.0625rem;
  line-height: 1.5; }

.cui .-font--minus-1 {
  font-size: 0.9375rem;
  line-height: 1.46; }

.cui .-font--minus-2 {
  font-size: 0.875rem;
  line-height: 1.2; }

.cui .-font--minus-3 {
  font-size: 0.75rem;
  line-height: 1.2; }

.cui .-font--minus-4 {
  font-size: 0.6875rem;
  line-height: 1.2; }

.cui .-font--minus-5 {
  font-size: 0.625rem;
  line-height: 1.2; }

.cui .-font--blockquote,
.cui blockquote {
  font-size: 1.602rem;
  line-height: 2.135rem;
  font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica, sans-serif;
  margin: 0; }

.cui .-font--125-rem {
  font-size: 1.25rem;
  line-height: 1.2; }

.cui caption {
  font-size: 0.79em;
  font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica, sans-serif; }

.cui blockquote,
.cui blockquote.blockquote-sm {
  font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica, sans-serif; }

.cui blockquote.blockquote-sm p {
  font-size: 1em; }

.cui blockquote p {
  font-size: 1.602em; }

.cui .badge {
  font-size: 0.624em;
  font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.cui {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #5d5d5f; }

.cui .cui-font-size-14, .cui .cui-font-size-16, .cui .cui-font-size-18, .cui .cui-font-size-22, .cui .cui-font-size-26, .cui .cui-font-size-30, .cui .cui-font-size-36, .cui .cui-font-size-48 {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  margin: 0; }

.cui .cui-font-size-14 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6; }

.cui .cui-font-size-16 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.cui .cui-font-size-18 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2; }

.cui .cui-font-size-22 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18; }

.cui .cui-font-size-26 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.06; }

.cui .cui-font-size-30 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.06; }

.cui .cui-font-size-36 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1; }

.cui .cui-font-size-48 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1; }

.cui .cui-heading-s, .cui .cui-heading-m, .cui .cui-heading-l, .cui .cui-heading-xl {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 700; }

.cui .cui-heading-s {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: 15px; }

.cui .cui-heading-m {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.22;
  margin-bottom: 15px; }

.cui .cui-heading-l {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 20px; }

.cui .cui-heading-xl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.08;
  margin-bottom: 30px; }

.cui .cui-body,
.cui p {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #5d5d5f; }

.cui .cui-body-l {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 20px; }

.cui .cui-body-s {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px; }

.cui .cui-fontweight-bold {
  font-weight: 700 !important; }

.cui .cui-list,
.cui ul,
.cui ol {
  font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none; }

.cui .cui-list--bullet,
.cui ul {
  padding-left: 20px;
  list-style-type: disc; }

.cui .cui-list--number,
.cui ol {
  padding-left: 15px;
  list-style-type: decimal; }

.cui .cui-list--bullet > li,
.cui ul > li,
.cui .cui-list--number > li,
.cui ol > li {
  margin-bottom: 5px; }

.cui .cui-list--spaced > li {
  margin-bottom: 15px; }

@media (max-width: 576px) {
  .cui .cui-heading-s, .cui .cui-heading-m, .cui .cui-heading-l, .cui .cui-heading-xl {
    font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
    font-weight: 700; }
  .cui .cui-heading-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px; }
  .cui .cui-heading-m {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 15px; }
  .cui .cui-heading-l {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 20px; }
  .cui .cui-heading-xl {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 30px; } }

@media (max-width: 576px) and (max-width: 576px) {
  .cui ul,
  .cui ol {
    font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none; } }

@media (max-width: 576px) {
  .cui .cui-body,
  .cui p {
    font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 15px; }
  .cui .cui-body-l {
    font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.35;
    margin-bottom: 20px; }
  .cui .cui-body-s {
    font-family: 'Cytiva Aktiv', 'Nanum Gothic', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 15px; } }

.cui-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .875rem;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 2px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 1.25rem;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 2px solid transparent; }
  .cui-button.-size--large {
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.5rem; }
  .cui-button.-size--large .cui-spin {
    width: 20px;
    height: 20px;
    margin-left: 8px; }
  .cui-button.-size--medium {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px; }
  .cui-button.-size--medium .cui-spin {
    width: 16px;
    height: 16px;
    margin-left: 8px; }
  .cui-button.-size--small {
    font-size: .75rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem; }
  .cui-button.-type--primary {
    background-color: #00755f;
    border-color: #00755f;
    color: #ffffff; }
    .cui-button.-type--primary:hover, .cui-button.-type--primary.-is--hovered {
      background-color: #33a08c;
      border-color: #33a08c;
      color: #ffffff; }
    .cui-button.-type--primary:active {
      background-color: #00876f;
      border-color: #00876f;
      color: #ffffff; }
    .cui-button.-type--primary.-mode--dark {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #18181B; }
      .cui-button.-type--primary.-mode--dark:hover {
        background-color: #e8e8e8;
        border-color: #e8e8e8;
        color: #18181B; }
      .cui-button.-type--primary.-mode--dark:active {
        background-color: #a3a3a4;
        border-color: #a3a3a4;
        color: #18181B; }
  .cui-button.-type--secondary {
    background-color: #ffffff;
    border-color: #464649;
    color: #464649; }
    .cui-button.-type--secondary:hover, .cui-button.-type--secondary.-is--hovered {
      background-color: #464649;
      border-color: #464649;
      color: #ffffff; }
    .cui-button.-type--secondary:active {
      background-color: #18181B;
      border-color: #18181B;
      color: #ffffff; }
    .cui-button.-type--secondary.-mode--dark {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff; }
      .cui-button.-type--secondary.-mode--dark:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #18181B; }
      .cui-button.-type--secondary.-mode--dark:active {
        background-color: #e8e8e8;
        border-color: #e8e8e8;
        color: #18181B; }
  .cui-button.-type--ghost {
    background-color: transparent;
    border-color: transparent;
    color: #464649; }
    .cui-button.-type--ghost:hover, .cui-button.-type--ghost.-is--hovered {
      background-color: #e8e8e8;
      border-color: #e8e8e8;
      color: #464649; }
    .cui-button.-type--ghost:active {
      background-color: #d1d1d1;
      border-color: #d1d1d1;
      color: #464649; }
    .cui-button.-type--ghost.-mode--dark {
      background-color: transparent;
      border-color: transparent;
      color: #ffffff; }
      .cui-button.-type--ghost.-mode--dark:hover {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: transparent;
        color: #ffffff; }
      .cui-button.-type--ghost.-mode--dark:active {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: transparent;
        color: #ffffff; }
  .cui-button.-variation--leftIcon i {
    order: -1;
    margin-left: 0;
    margin-right: .5rem; }
  .cui-button.-variation--leftIcon.-size--large i {
    order: -1;
    margin-left: 0;
    margin-right: .75rem; }
  .cui-button i, .cui-button.-variation--rightIcon i {
    margin-left: .5rem; }
  .cui-button.-size--large i, .cui-button.-variation--rightIcon.-size--large i {
    margin-left: .75rem; }
  .cui-button.-variation--icon {
    padding: 0;
    width: 2.5rem;
    font-size: 1.25rem; }
    .cui-button.-variation--icon.-size--large {
      width: 3rem;
      font-size: 1.5rem; }
    .cui-button.-variation--icon.-size--small {
      width: 2rem;
      font-size: 1rem; }
    .cui-button.-variation--icon i {
      margin: 0; }
  .cui-button:focus {
    outline-color: #429DFF; }
  .cui-button.disabled, .cui-button:disabled, .cui-button[disabled], .cui-button:disabled:focus, .cui-button:disabled:active, .cui-button:disabled:hover {
    pointer-events: none;
    opacity: .3; }
  .cui-button.-width--full {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .cui-button.-width--responsive {
      width: 100%; } }

.cui-notification {
  height: auto;
  background: transparent;
  margin: 25px 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .cui-notification.-type--alert {
    border-color: #d70000;
    border-width: 4px 1px 1px 1px;
    border-style: solid; }
    .cui-notification.-type--alert .cui-notification__icon {
      color: #d70000; }
    .cui-notification.-type--alert .content__title {
      color: #d70000; }
      .cui-notification.-type--alert .content__title .cui-textlink {
        padding-bottom: 0.03em;
        border-bottom: 1px solid #d70000;
        color: #d70000;
        font-weight: inherit;
        text-decoration: none;
        cursor: pointer; }
        .cui-notification.-type--alert .content__title .cui-textlink:hover {
          color: #d70000;
          border-bottom: none; }
        .cui-notification.-type--alert .content__title .cui-textlink:focus {
          outline: none; }
        .cui-notification.-type--alert .content__title .cui-textlink.-underline--none {
          border-bottom: none; }
  .cui-notification__wrapper {
    padding: 1rem;
    display: flex; }
    .cui-notification__wrapper .cui-notification__icon {
      font-size: 1rem;
      text-align: center; }
      .cui-notification__wrapper .cui-notification__icon i {
        width: 1rem; }
    .cui-notification__wrapper .cui-notification__content .content__title {
      font-weight: bold;
      font-family: "Cytiva Aktiv";
      font-size: 1rem;
      line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__content .content__description {
      margin-bottom: 0.5rem;
      margin-top: 0.25rem; }
      .cui-notification__wrapper .cui-notification__content .content__description p {
        font-family: "Cytiva Aktiv";
        font-size: 1rem;
        line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__icon + .cui-notification__content {
      padding-left: 1rem; }
  .cui-notification__effect-nudge {
    -webkit-animation-delay: 0ms;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: cui-nudge;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-direction: normal;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: cui-nudge;
    animation-play-state: running;
    animation-timing-function: ease-in-out; }

.cui-notification {
  height: auto;
  background: transparent;
  margin: 25px 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .cui-notification.-type--success {
    border-color: #00bf6f;
    border-width: 4px 1px 1px 1px;
    border-style: solid; }
    .cui-notification.-type--success .cui-notification__icon {
      color: #00bf6f; }
    .cui-notification.-type--success .content__title {
      color: #00bf6f; }
      .cui-notification.-type--success .content__title .cui-textlink {
        padding-bottom: 0.03em;
        border-bottom: 1px solid #00bf6f;
        color: #00bf6f;
        font-weight: inherit;
        text-decoration: none;
        cursor: pointer; }
        .cui-notification.-type--success .content__title .cui-textlink:hover {
          color: #00bf6f;
          border-bottom: none; }
        .cui-notification.-type--success .content__title .cui-textlink:focus {
          outline: none; }
        .cui-notification.-type--success .content__title .cui-textlink.-underline--none {
          border-bottom: none; }
  .cui-notification__wrapper {
    padding: 1rem;
    display: flex; }
    .cui-notification__wrapper .cui-notification__icon {
      font-size: 1rem;
      text-align: center; }
      .cui-notification__wrapper .cui-notification__icon i {
        width: 1rem; }
    .cui-notification__wrapper .cui-notification__content .content__title {
      font-weight: bold;
      font-family: "Cytiva Aktiv";
      font-size: 1rem;
      line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__content .content__description {
      margin-bottom: 0.5rem;
      margin-top: 0.25rem; }
      .cui-notification__wrapper .cui-notification__content .content__description p {
        font-family: "Cytiva Aktiv";
        font-size: 1rem;
        line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__icon + .cui-notification__content {
      padding-left: 1rem; }
  .cui-notification__effect-nudge {
    -webkit-animation-delay: 0ms;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: cui-nudge;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-direction: normal;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: cui-nudge;
    animation-play-state: running;
    animation-timing-function: ease-in-out; }

.cui-notification {
  height: auto;
  background: transparent;
  margin: 25px 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .cui-notification.-type--info {
    border-color: #3371be;
    border-width: 4px 1px 1px 1px;
    border-style: solid; }
    .cui-notification.-type--info .cui-notification__icon {
      color: #3371be; }
    .cui-notification.-type--info .content__title {
      color: #000000; }
      .cui-notification.-type--info .content__title .cui-textlink {
        padding-bottom: 0.03em;
        border-bottom: 1px solid #3371be;
        color: #3371be;
        font-weight: inherit;
        text-decoration: none;
        cursor: pointer; }
        .cui-notification.-type--info .content__title .cui-textlink:hover {
          color: #3371be;
          border-bottom: none; }
        .cui-notification.-type--info .content__title .cui-textlink:focus {
          outline: none; }
        .cui-notification.-type--info .content__title .cui-textlink.-underline--none {
          border-bottom: none; }
  .cui-notification__wrapper {
    padding: 1rem;
    display: flex; }
    .cui-notification__wrapper .cui-notification__icon {
      font-size: 1rem;
      text-align: center; }
      .cui-notification__wrapper .cui-notification__icon i {
        width: 1rem; }
    .cui-notification__wrapper .cui-notification__content .content__title {
      font-weight: bold;
      font-family: "Cytiva Aktiv";
      font-size: 1rem;
      line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__content .content__description {
      margin-bottom: 0.5rem;
      margin-top: 0.25rem; }
      .cui-notification__wrapper .cui-notification__content .content__description p {
        font-family: "Cytiva Aktiv";
        font-size: 1rem;
        line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__icon + .cui-notification__content {
      padding-left: 1rem; }
  .cui-notification__effect-nudge {
    -webkit-animation-delay: 0ms;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: cui-nudge;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-direction: normal;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: cui-nudge;
    animation-play-state: running;
    animation-timing-function: ease-in-out; }

.cui-notification {
  height: auto;
  background: transparent;
  margin: 25px 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .cui-notification.-type--secondary-info {
    border-color: #e8e8e8;
    border-width: 2px;
    border-style: solid; }
    .cui-notification.-type--secondary-info .cui-notification__icon {
      font-size: 20px;
      color: #464649; }
    .cui-notification.-type--secondary-info .content__title {
      color: #000000; }
      .cui-notification.-type--secondary-info .content__title .cui-textlink {
        padding-bottom: 0.03em;
        border-bottom: 1px solid #464649;
        color: #464649;
        font-weight: inherit;
        text-decoration: none;
        cursor: pointer; }
        .cui-notification.-type--secondary-info .content__title .cui-textlink:hover {
          color: #464649;
          border-bottom: none; }
        .cui-notification.-type--secondary-info .content__title .cui-textlink:focus {
          outline: none; }
        .cui-notification.-type--secondary-info .content__title .cui-textlink.-underline--none {
          border-bottom: none; }
  .cui-notification__wrapper {
    padding: 1rem;
    display: flex; }
    .cui-notification__wrapper .cui-notification__icon {
      font-size: 1rem;
      text-align: center; }
      .cui-notification__wrapper .cui-notification__icon i {
        width: 1rem; }
    .cui-notification__wrapper .cui-notification__content .content__title {
      font-weight: bold;
      font-family: "Cytiva Aktiv";
      font-size: 1rem;
      line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__content .content__description {
      margin-bottom: 0.5rem;
      margin-top: 0.25rem; }
      .cui-notification__wrapper .cui-notification__content .content__description p {
        font-family: "Cytiva Aktiv";
        font-size: 1rem;
        line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__icon + .cui-notification__content {
      padding-left: 1rem; }
  .cui-notification__effect-nudge {
    -webkit-animation-delay: 0ms;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: cui-nudge;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-direction: normal;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: cui-nudge;
    animation-play-state: running;
    animation-timing-function: ease-in-out; }

.cui-notification {
  height: auto;
  background: transparent;
  margin: 25px 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .cui-notification.-type--warning {
    border-color: #fe5000;
    border-width: 4px 1px 1px 1px;
    border-style: solid; }
    .cui-notification.-type--warning .cui-notification__icon {
      color: #fe5000;
      font-size: 18px; }
    .cui-notification.-type--warning .content__title {
      color: #fe5000; }
      .cui-notification.-type--warning .content__title .cui-textlink {
        padding-bottom: 0.03em;
        border-bottom: 1px solid #fe5000;
        color: #fe5000;
        font-weight: inherit;
        text-decoration: none;
        cursor: pointer; }
        .cui-notification.-type--warning .content__title .cui-textlink:hover {
          color: #fe5000;
          border-bottom: none; }
        .cui-notification.-type--warning .content__title .cui-textlink:focus {
          outline: none; }
        .cui-notification.-type--warning .content__title .cui-textlink.-underline--none {
          border-bottom: none; }
  .cui-notification__wrapper {
    padding: 1rem;
    display: flex; }
    .cui-notification__wrapper .cui-notification__icon {
      font-size: 1rem;
      text-align: center; }
      .cui-notification__wrapper .cui-notification__icon i {
        width: 1rem; }
    .cui-notification__wrapper .cui-notification__content .content__title {
      font-weight: bold;
      font-family: "Cytiva Aktiv";
      font-size: 1rem;
      line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__content .content__description {
      margin-bottom: 0.5rem;
      margin-top: 0.25rem; }
      .cui-notification__wrapper .cui-notification__content .content__description p {
        font-family: "Cytiva Aktiv";
        font-size: 1rem;
        line-height: 1.5; }
    .cui-notification__wrapper .cui-notification__icon + .cui-notification__content {
      padding-left: 1rem; }
  .cui-notification__effect-nudge {
    -webkit-animation-delay: 0ms;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: cui-nudge;
    -webkit-animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-direction: normal;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: cui-nudge;
    animation-play-state: running;
    animation-timing-function: ease-in-out; }

.cui-table {
  width: 100%;
  display: table; }
  .cui-table__column {
    display: table-cell;
    align-items: center;
    cursor: pointer;
    user-select: none;
    border-bottom: 2px solid #e8e8e8; }
    .cui-table__column:hover {
      background: #f7f7f7; }
    .cui-table__column:first-child {
      padding-left: 16px; }
    .cui-table__column__sorting {
      display: flex;
      flex-direction: column;
      margin-right: 8px;
      color: #d1d1d1; }
      .cui-table__column__sorting__up, .cui-table__column__sorting__down {
        font-size: 16px; }
      .cui-table__column__sorting__up {
        margin-bottom: -8px; }
      .cui-table__column__sorting__down {
        margin-top: -8px; }
      .cui-table__column__sorting--on {
        color: #429DFF; }
    .cui-table__column__name {
      font-family: "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 56px;
      color: #18181B; }
    .cui-table__column__content {
      display: flex;
      align-items: center; }
  .cui-table__cell {
    display: table-cell;
    padding: 1rem 0;
    min-width: 2rem; }
    .cui-table__cell .fas {
      margin: 5px; }
    .cui-table__cell:first-child {
      padding-left: 16px; }
  .cui-table__row {
    display: table-row; }
    .cui-table__row:nth-of-type(2n-1) {
      background-color: rgba(232, 232, 232, 0.4); }
    .cui-table__row.--is-selected {
      background-color: #ecf5ff !important; }
  .cui-table__header {
    display: table-header-group; }

.cui-quantity-selector {
  display: flex;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .cui-quantity-selector__action-button, .cui-quantity-selector__quantity-input,
  .cui-quantity-selector input[type=number] {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    width: 68px;
    text-align: center;
    margin: 0 4px;
    padding: 10px 12px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    font-size: 16px;
    color: #18181B;
    outline: none; }
  .cui-quantity-selector__action-button {
    font-size: 0.875rem;
    color: #5d5d5f; }
    .cui-quantity-selector__action-button:first-of-type {
      margin-left: 0; }
    .cui-quantity-selector__action-button:disabled {
      background-color: #e8e8e8;
      color: #d1d1d1; }
    .cui-quantity-selector__action-button:hover {
      background: #e8e8e8; }
  .cui-quantity-selector__quantity-input,
  .cui-quantity-selector input[type=number] {
    z-index: 1;
    font-size: 1rem;
    font-family: 'Cytiva Aktiv'; }
    .cui-quantity-selector__quantity-input:focus,
    .cui-quantity-selector input[type=number]:focus {
      border: 2px solid #429DFF; }
  .cui-quantity-selector input::-webkit-outer-spin-button,
  .cui-quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .cui-quantity-selector input[type=number] {
    -moz-appearance: textfield; }

.quantity-warning {
  color: #ff5900;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap; }
.quantity-warning__icon.fas.fa-exclamation-triangle {
  margin: 4px 4px 0 0; }

.cui-input {
  height: 50px;
  border: solid 1px #a3a3a4;
  position: relative;
  padding: 0 20px; }
  .cui-input input {
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    font-family: "Cytiva Aktiv";
    font-size: 18px;
    color: #18181b;
    padding-top: 0; }
  .cui-input label {
    font-size: 18px;
    position: absolute;
    transform-origin: top left;
    transition: all 0.1s ease-in-out;
    top: 50%;
    transform: translateY(-50%) scale(1); }
  .cui-input.active label {
    margin-top: 2px;
    transform: translateY(-95%) scale(0.75);
    color: #5d5d5f; }
  .cui-input.active input {
    padding-top: 10px; }

.cui-spin {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  border-top-color: #00755f;
  display: inline-block;
  animation: spin 1s ease-in-out infinite; }
  .cui-spin.-size--small {
    width: 16px;
    height: 16px;
    border-width: 1px; }
  .cui-spin.-size--medium {
    width: 32px;
    height: 32px;
    border-width: 2px; }
  .cui-spin.-size--large {
    width: 48px;
    height: 48px;
    border-width: 3px; }
  .cui-spin.-white {
    border-top-color: #ffffff; }

@keyframes spin {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.cui-checkbox {
  position: relative; }
.cui-checkbox__input {
  position: relative;
  width: 18px;
  height: 18px;
  opacity: 1; }
.cui-checkbox__input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a3a3a4;
  background-color: #ffffff; }
.cui-checkbox__input:checked::after {
  content: "\2713";
  border-color: #3c86dc;
  background-color: #3c86dc;
  color: #ffffff; }
.cui-checkbox__input:focus::after {
  border: 1px solid #429DFF; }
.cui-checkbox__input:hover::after {
  background-color: #ecf5ff;
  border-color: #18181B; }
.cui-checkbox__input:hover:checked::after {
  background-color: #429DFF;
  border-color: #429DFF; }

.cui-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  background: rgba(24, 24, 27, 0.5); }

.cui-modal {
  width: 100%;
  max-width: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff; }
.cui-modal__header {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8; }
.cui-modal__header-wrapper {
  position: relative;
  display: flex;
  width: 100%; }
.cui-modal__header-label {
  color: #18181B;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.22;
  margin: 0; }
.cui-modal__header-close-icon {
  color: #464649;
  position: absolute;
  cursor: pointer;
  right: 0;
  margin-top: 4px;
  font-size: 30px;
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;}
.cui-modal__body {
  padding: 24px; }
.cui-modal__body-content {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.55; }
.cui-modal__footer {
  padding: 16px 24px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: flex-end;
  gap: 16px; }
.cui-modal__footer .cui-button {
  font-size: 14px;
  height: 40px; }

/* PUNCHOUT */
.ge-layout.-indent--45-0-40 {
  padding-top: 45px;
  padding-bottom: 40px; }

@media (min-width: 1166px) {
  .punchout__container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 800px) and (max-width: 1166px) {
  .punchout__container {
    margin-right: 35px;
    margin-left: 35px; } }

@media (max-width: 799px) {
  .punchout__container {
    margin-right: 15px;
    margin-left: 15px; } }

hr {
  background-color: #d7d8db; }
  @media (min-width: 1166px) {
    hr.-full-width {
      margin-left: -95px;
      margin-right: -95px; } }
  @media (min-width: 980px) and (max-width: 1166px) {
    hr.-full-width {
      margin-right: -35px;
      margin-left: -35px; } }

.-is--truncated {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 0 1 auto; }

.m-pagination.pagination {
  display: block;
  justify-content: unset; }

.content {
  float: none;
  margin: inherit;
  padding: inherit;
  width: auto; }

.basket-item .ge-quantity-selector__decrease, .basket-item .ge-quantity-selector__input, .basket-item .ge-quantity-selector__increase {
  height: 48px;
  width: 48px;
  max-width: 48px; }

.basket-item .ge-quantity__selector {
  min-height: 56px; }
  .basket-item .ge-quantity__selector button:disabled, .basket-item .ge-quantity__selector button[disabled], .basket-item .ge-quantity__selector input:disabled, .basket-item .ge-quantity__selector input[disabled] {
    background-color: #f1f1f1; }

.punchout-navigation-table {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh; }
  .punchout-navigation-table td, .punchout-navigation-table th {
    padding: 20px;
    border: 1px solid #a5a6a8; }

.ge-picklist ~ .select2.select2-container .select2-selection {
  border: 2px solid #d7d8db;
  border-radius: 2px; }

.ge-spinner__wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0; }
  .ge-spinner__wrapper .ge-spinner__render {
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    border-top: 1px solid #005eb8; }

.ge-form__item .select__wrapper {
  max-width: 50%; }

/* in case of two select items in one row */
.col-sm-6 > .ge-form__item .select__wrapper {
  max-width: 100%; }

.select2-container .select2-results .select2-results__option[aria-selected=true] {
  color: #005eb8; }

.brand:hover {
  text-decoration: none; }

.redirect-procurement {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px; }
  .redirect-procurement .ge-spinner__wrapper {
    margin-top: 20px; }
    .redirect-procurement .ge-spinner__wrapper .ge-spinner__render {
      width: 40px;
      height: 40px;
      border: 2px solid transparent;
      border-top: 3px solid #005eb8; }

.anonymous-user {
  margin-top: -50px; }
  @media (min-width: 1166px) {
    .anonymous-user {
      margin-left: -95px;
      margin-right: -95px; } }
  @media (min-width: 980px) and (max-width: 1166px) {
    .anonymous-user {
      margin-right: -35px;
      margin-left: -35px; } }
  .anonymous-user__header {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d7d8db; }
    .anonymous-user__header .ge-logo__ill {
      width: 55px;
      height: 55px; }
    .anonymous-user__header .ge-logo__text-first {
      font-size: 1.125rem; }
    .anonymous-user__header .ge-logo__text-second {
      font-size: 1.602rem; }
  .anonymous-user__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 160px; }
    .anonymous-user__container .container__content {
      display: block; }

.error-404 {
  display: flex;
  justify-content: center; }
  .error-404__container {
    padding-top: 70px;
    width: 600px; }
    .error-404__container .search-input {
      margin-top: 24px;
      margin-bottom: 40px; }
      .error-404__container .search-input input {
        min-width: 600px; }
      .error-404__container .search-input .search-list {
        max-width: 600px;
        padding-top: 0;
        max-height: 300px;
        overflow: auto; }
        @media (min-width: 1080px) and (max-width: 1366px) {
          .error-404__container .search-input .search-list {
            max-height: 220px; } }
    .error-404__container .bottom-btns {
      display: flex;
      justify-content: center;
      align-items: center; }
      .error-404__container .bottom-btns li {
        display: inline-block; }
      .error-404__container .bottom-btns .circle-divider {
        display: flex;
        margin: auto 10px; }
        .error-404__container .bottom-btns .circle-divider .fa-circle {
          font-size: 4px; }


.shipping-information * {
  color: #5d5d5f;
  font-size: 18px;
  line-height: 1.55; }

.shipping-information__header {
  color: #18181B;
  font-size: 36px;
  line-height: 40px; }
.shipping-information__header + p {
  color: #18181B; }

.shipping-information__asterisk-info {
  font-size: 1rem; }

.shipping-information p {
  margin-bottom: 15px; }

.shipping-information li {
  margin-bottom: 5px; }

.shipping-information a {
  text-decoration: underline;
  color: #00755f; }
.shipping-information a:hover {
  text-decoration: none; }

.contact-us {
  margin: 0 auto;
  max-width: 540px; }

.push-top-header {
  padding-top: 110px !important; }

.not-visible {
  visibility: hidden; }

.disabled-unclickable {
  color: #6f7176 !important;
  opacity: 0.35 !important;
  pointer-events: none; }

body.prevent-body-scroll {
  height: 100vh;
  overflow-y: hidden; }

.ge-button.-fill--outline.-color--white:hover {
  color: #005eb8;
  background-color: #fff;
  border-color: #fff; }
  .ge-button.-fill--outline.-color--white:hover a {
    background-color: #fff;
    color: #00755f; }

.loading-icon {
  color: #a5a6a8;
  font-weight: bold; }

.ge-notification {
  margin: 0 0 25px 0; }

.ge-footer .legal-section {
  display: flex;
  align-items: center; }
  .ge-footer .legal-section a {
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    margin-right: 24px;
    font-size: 0.889rem;
    text-transform: capitalize;
    width: auto;
    margin-top: 13.5px; }

.ge-footer .copyright {
  display: flex;
  width: auto !important; }

.punchout-nav {
  position: fixed;
  z-index: 102;
  background-color: #fff;
  width: 100%; }
  .punchout-nav .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .punchout-nav ul {
    list-style: none;
    margin-bottom: 0; }
    @media (max-width: 1080px) {
      .punchout-nav ul {
        padding-left: 0; } }
    .punchout-nav ul li {
      display: inline; }
      .punchout-nav ul li a:hover {
        background: transparent; }
    .punchout-nav ul[data-simplebar], .punchout-nav ul .simplebar-content {
      overflow-x: hidden; }
  .punchout-nav .additional-nav {
    line-height: 40px;
    align-items: center;
    max-height: 40px;
    border-bottom: 1px solid #d7d8db; }
    .punchout-nav .additional-nav .right {
      display: flex;
      justify-content: flex-end; }
    .punchout-nav .additional-nav li {
      margin-left: 18px;
      font-size: 0.889rem; }
      .punchout-nav .additional-nav li a {
        color: #18181a; }
        .punchout-nav .additional-nav li a:hover {
          color: #005eb8;
          text-decoration: underline; }
    .punchout-nav .additional-nav .rapid-order__header-wrapper {
      padding: 0; }
    .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form {
      position: relative; }
      .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed input[type="text"] {
        padding: 7px 23px 7px 12px;
        width: 285px;
        border: 0.0625rem solid #a5a6a8;
        -webkit-transition: width 0.3s linear;
        transition: width 0.3s linear; }
        .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed input[type="text"].-has--error {
          border-color: #d70000; }
          .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed input[type="text"].-has--error:focus, .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed input[type="text"].-has--error:active {
            border-color: #d70000; }
        .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed input[type="text"].-size--small {
          width: 162px; }
          .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed input[type="text"].-size--small + .reset-btn {
            left: 141px; }
      .punchout-nav .additional-nav .rapid-order__header-control .rapid-order__header-form.fully-displayed .order-btn {
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
    .punchout-nav .additional-nav .rapid-order__header-control input[type="text"] {
      min-height: auto;
      padding: 7px 0;
      margin: 0 6px 0 0;
      width: 0;
      border: none;
      font-size: 0.889rem;
      -webkit-transition: width 0.3s linear;
      transition: width 0.3s linear; }
      .punchout-nav .additional-nav .rapid-order__header-control input[type="text"]:focus, .punchout-nav .additional-nav .rapid-order__header-control input[type="text"]:active {
        border-color: #a5a6a8;
        border-width: 0.0625rem; }
      .punchout-nav .additional-nav .rapid-order__header-control input[type="text"]::-webkit-input-placeholder {
        font-size: 0.889rem; }
      .punchout-nav .additional-nav .rapid-order__header-control input[type="text"]::-moz-placeholder {
        font-size: 0.889rem; }
      .punchout-nav .additional-nav .rapid-order__header-control input[type="text"]:-ms-input-placeholder {
        font-size: 0.889rem; }
      .punchout-nav .additional-nav .rapid-order__header-control input[type="text"]::-ms-input-placeholder {
        font-size: 0.889rem; }
    .punchout-nav .additional-nav .rapid-order__header-control .order-btn {
      opacity: 0;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .punchout-nav .additional-nav .rapid-order__header-control .order-btn i {
        padding: 0 6px; }
    .punchout-nav .additional-nav .rapid-order__header-control .reset-btn {
      position: absolute;
      left: 264px;
      top: -12px;
      z-index: 5;
      cursor: default; }
    .punchout-nav .additional-nav .rapid-order__header-control form {
      display: inline; }
  .punchout-nav .main-nav {
    border-bottom: 1px solid #d7d8db; }
    .punchout-nav .main-nav__container {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      height: 68px; }
      .punchout-nav .main-nav__container .center {
        margin: 0 20px; }
        @media (max-width: 1224px) {
          .punchout-nav .main-nav__container .center {
            margin: 0 10px; } }
      .punchout-nav .main-nav__container li {
        margin-left: 20px;
        margin-right: 20px; }
        @media (max-width: 1024px) {
          .punchout-nav .main-nav__container li {
            margin-left: 10px;
            margin-right: 10px; } }
        .punchout-nav .main-nav__container li a {
          font-size: 1rem;
          color: #63666a;
          letter-spacing: 1px; }
          .punchout-nav .main-nav__container li a:hover, .punchout-nav .main-nav__container li a.active, .punchout-nav .main-nav__container li a:focus {
            color: #18181a;
            text-decoration: none; }
      .punchout-nav .main-nav__container .navigation-list {
        height: 100%;
        display: flex; }
        .punchout-nav .main-nav__container .navigation-list > li {
          display: flex;
          align-items: center;
          height: 100%; }
        .punchout-nav .main-nav__container .navigation-list .fa-user {
          margin-right: 5px; }
        .punchout-nav .main-nav__container .navigation-list .profile-name {
          width: 50%;
          height: 25px;
          line-height: normal; }
      .punchout-nav .main-nav__container .dropdown-submenu {
        position: relative; }
        .punchout-nav .main-nav__container .dropdown-submenu li a {
          line-height: normal;
          white-space: normal;
          text-decoration: none;
          padding: 0; }
        .punchout-nav .main-nav__container .dropdown-submenu .dropdown-menu.active {
          display: block; }
        .punchout-nav .main-nav__container .dropdown-submenu .dropdown-menu ul {
          list-style: none; }
        .punchout-nav .main-nav__container .dropdown-submenu .dropdown-menu .col-sm-6 {
          display: flex;
          padding-left: 0;
          padding-right: 0; }
      .punchout-nav .main-nav__container .left {
        width: 32%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%; }
        @media (max-width: 1024px) {
          .punchout-nav .main-nav__container .left {
            width: 50%; }
            .punchout-nav .main-nav__container .left .ge-logo__ill {
              min-width: 40px;
              min-height: 40px; }
            .punchout-nav .main-nav__container .left .ge-logo__text {
              display: none; } }
      .punchout-nav .main-nav__container .right {
        width: 36%; }
        @media (max-width: 1024px) {
          .punchout-nav .main-nav__container .right {
            width: 50%; } }
          .punchout-nav .main-nav__container .right .quick-order-btn {
            position: relative; }
            .punchout-nav .main-nav__container .right .quick-order-btn .cui-button {
              color: #ffffff;
              border: none;
              padding: 0 20px;
              height: 40px;
              white-space: nowrap; }
              .punchout-nav .main-nav__container .right .quick-order-btn .cui-button__label {
                font-size: 14px; }
              .punchout-nav .main-nav__container .right .quick-order-btn .cui-button__icon {
                font-size: 16px;
                margin-left: 8px;
                width: 16px; }
            .punchout-nav .main-nav__container .right .quick-order-btn__dropdown {
              display: none;
              position: absolute;
              top: 40px;
              padding-top: 8px; }
              .punchout-nav .main-nav__container .right .quick-order-btn__dropdown__content {
                padding: 0;
                background-color: #fff;
                border: 1px solid #d1d1d1;
                min-width: 176px; }
                .punchout-nav .main-nav__container .right .quick-order-btn__dropdown__content a {
                  padding: 10px 15px;
                  color: #18181B;
                  font-size: 18px;
                  line-height: 24px;
                  overflow: hidden;
                  display: block;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  cursor: pointer; }
                  .punchout-nav .main-nav__container .right .quick-order-btn__dropdown__content a:hover {
                    background-color: #f7f7f7; }
            .punchout-nav .main-nav__container .right .quick-order-btn:hover button.cui-button {
              background-color: #00755f; }
            .punchout-nav .main-nav__container .right .quick-order-btn:hover .cui-button__icon {
              transform: rotate(180deg); }
            .punchout-nav .main-nav__container .right .quick-order-btn:hover .quick-order-btn__dropdown {
              display: block; }       
        .punchout-nav .main-nav__container .right .mini-cart-link {
          font-size: 1.125rem; }
          .punchout-nav .main-nav__container .right .mini-cart-link:hover {
            color: #005eb8; }
          .punchout-nav .main-nav__container .right .mini-cart-link .cart-label {
            position: absolute;
            top: calc(50% - 24px);
            right: -15px;
            display: block;
            width: 23px;
            height: 23px;
            border-radius: 50%;
            font-size: 0.79rem;
            line-height: 23px;
            color: #fff;
            text-align: center;
            background-color: #00bf6f; }
        .punchout-nav .main-nav__container .right .navigation-list {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-left: 0; }
          .punchout-nav .main-nav__container .right .navigation-list li {
            margin-left: 10px;
            margin-right: 10px; }
      .punchout-nav .main-nav__container .center {
        width: 32%; }
        @media (max-width: 1024px) {
          .punchout-nav .main-nav__container .center {
            width: 180px; } }
        .punchout-nav .main-nav__container .center .search-input .input-group {
          width: 100%; }

.cytiva-logo__lockup {
  display: flex;
  align-items: center;
  height: 35px; }

.center-logotype .cytiva-logo {
  height: 35px; }

.cytiva-logo img {
  height: 35px; }

.firefox .rapid-order__header-control {
  display: inline-block; }

.breadcrumbs {
  position: relative;
  padding-top: 110px;
  background-color: #fff; }
  .breadcrumbs ul li {
    text-transform: none; }
    .breadcrumbs ul li::before {
      content: "/"; }
    .breadcrumbs ul li.active a {
      color: #a5a6a8; }

.search-sidebar {
  font-size: 0.889rem; }
  .search-sidebar p, .search-sidebar span, .search-sidebar a {
    font-size: 0.889rem;
    margin: 0; }
  .search-sidebar .ge-checkbox-block label {
    display: block;
    margin-bottom: 0; }
    .search-sidebar .ge-checkbox-block label .ge-checkbox-style {
      display: flex;
      font-size: 0.79rem;
      line-height: 1.298rem;
      padding-left: 21px;
      padding-right: 20px;
      max-width: 100%; }
      .search-sidebar .ge-checkbox-block label .ge-checkbox-style::before {
        border-width: 1px; }
  .search-sidebar .ge-checkbox-block input.ge-checkbox + .ge-checkbox-style:before {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: -21px;
    font-size: 0.59rem;
    flex: none; }
  .search-sidebar h6 {
    color: #18181a;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }

.category-tree__item > .category-tree__item {
  margin-left: 20px; }

.category-tree a, .category-tree span {
  color: #18181a;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none; }

.category-tree .readmore, .category-tree .readless {
  line-height: 14px; }

.punchout-filter-bar {
  color: #2f3133; }
  .punchout-filter-bar .checkbox-list .list-unstyled, .punchout-filter-bar .checkbox-list i.far {
    cursor: default;
    user-select: none; }
  .punchout-filter-bar .checkbox-list .list-unstyled .ge-checkbox-block {
    margin-top: 0; }
  .punchout-filter-bar .checkbox-list .list-unstyled li {
    padding-right: 8px; }
  .punchout-filter-bar .simplebar-track {
    background: #f4f5f8;
    width: 8px; }
    .punchout-filter-bar .simplebar-track.horizontal {
      display: none; }
    .punchout-filter-bar .simplebar-track.vertical .simplebar-scrollbar.visible {
      width: 8px;
      right: 0; }
      .punchout-filter-bar .simplebar-track.vertical .simplebar-scrollbar.visible::before {
        border-radius: 0;
        top: 0;
        bottom: -2px;
        background: #a3a3a4; }
  .punchout-filter-bar__applied-filters li {
    display: flex; }
  .punchout-filter-bar__applied-filters a {
    margin-left: auto;
    color: #2f3133;
    text-decoration: none; }
  .punchout-filter-bar__applied-filters .fa-times {
    line-height: inherit;
    padding-left: 15px; }
  .punchout-filter-bar .clear-all-btn {
    font-size: 0.702rem;
    line-height: 14px; }

.product-listing-wrapper .product-box .product-image-wrapper {
  height: 120px; }

.product-listing-wrapper .product-box .product-description-wrapper {
  padding: 10px 16px 0 16px; }
  @media (min-width: 1200px) and (max-width: 1319px) {
    .product-listing-wrapper .product-box .product-description-wrapper .ge-button {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0.79rem !important;
      letter-spacing: 1px; } }

.product-listing-wrapper .product-box .content img {
  max-height: 100px; }

.product-listing-wrapper .product-box__unit-info p, .product-listing-wrapper .product-box__unit-info span:not(.loading-icon) {
  color: #18181a;
  margin-bottom: 5px; }
  .product-listing-wrapper .product-box__unit-info p.-text--striked, .product-listing-wrapper .product-box__unit-info span:not(.loading-icon).-text--striked {
    color: #a5a6a8; }

.product-listing-wrapper .product-box__price-wrapper {
  display: flex;
  height: 63px; }
  .product-listing-wrapper .product-box__price-wrapper > div:first-of-type {
    padding-right: 5px; }

.product-listing-switcher {
  position: relative;
  display: table;
  float: right;
  margin-right: 24px;
  cursor: default;
  border-collapse: collapse; }
  .product-listing-switcher__table, .product-listing-switcher__grid {
    display: table-cell;
    border: solid 1px #a5a6a8;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .product-listing-switcher__table.-status--selected, .product-listing-switcher__grid.-status--selected {
      background-color: #d8d8d8; }
    .product-listing-switcher__table i, .product-listing-switcher__grid i {
      color: #2f3133;
      padding: 13px 15px; }
  .product-listing-switcher__table {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .product-listing-switcher__grid {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

@media screen and (max-width: 991px) {
  .product-listing-switcher,
  .showing-results {
    margin: 20px 0 0 0; } }

.product-listing-table .table {
  table-layout: fixed; }
  .product-listing-table .table thead th {
    padding: 8px 15px;
    border: none;
    color: #18181a; }
  .product-listing-table .table tbody tr:nth-of-type(odd) {
    background-color: #f4f5f8; }
  .product-listing-table .table tbody td {
    padding: 15px;
    vertical-align: middle;
    border: none;
    line-height: 1.57; }
    .product-listing-table .table tbody td:first-of-type, .product-listing-table .table tbody td:nth-of-type(2) {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .product-listing-table .table tbody td:first-of-type a, .product-listing-table .table tbody td:nth-of-type(2) a {
        color: #63666a; }
        .product-listing-table .table tbody td:first-of-type a:hover, .product-listing-table .table tbody td:nth-of-type(2) a:hover {
          color: #005eb8;
          text-decoration: none; }

.product-listing-table__header-code {
  width: 120px; }

.product-listing-table__header-price, .product-listing-table__header-cta {
  width: 150px; }

.product-box-wrapper {
  outline: none; }
  .product-box-wrapper .product-box {
    padding-bottom: 40px; }
    .product-box-wrapper .product-box.-type--placeholder {
      cursor: default;
      pointer-events: none; }
      .product-box-wrapper .product-box.-type--placeholder span {
        display: inline-block;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background-image: linear-gradient(to left, #f4f5f8, #f7f8fa 37%, #fff 50%, #f4f5f8 63%); }
    .product-box-wrapper .product-box__buttons {
      position: absolute;
      bottom: 15px; }
    .product-box-wrapper .product-box-placeholder__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 172px;
      height: 107px; }
    .product-box-wrapper .product-box-placeholder__desc {
      width: 172px;
      height: 44px;
      margin: 16px 0 10px 0; }
    .product-box-wrapper .product-box-placeholder__btn {
      width: 88px;
      height: 14px;
      padding-top: 15px; }

.product-images-container {
  visibility: hidden; }

.small-loader {
  width: 100%;
  height: 80px;
  cursor: progress;
  background: linear-gradient(270deg, #E8E8E8 38.02%, rgba(255, 255, 255, 0.5) 49.16%, #E8E8E8 59.91%), #E8E8E8;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: -150px 0, 0 0, 0px 90px, 25px 100px;
  animation: loading 1.5s infinite; }

@keyframes loading {
  to {
    background-position: 150px 0, 0 0, 0px 90px, 25px 100px; } }

.large-loader {
  width: 100%;
  height: 250px;
  cursor: progress;
  background: linear-gradient(270deg, #E8E8E8 46.45%, rgba(255, 255, 255, 0.5) 49.16%, #E8E8E8 51.54%), #E8E8E8;
  background-repeat: no-repeat;
  background-size: 430px 250px;
  background-position: -430px 0, 0 0, 0px 90px, 25px 100px;
  animation: loading 1.5s infinite; }

@keyframes loading {
  to {
    background-position: 430px 0, 0 0, 0px 90px, 25px 100px; } }


.db-pdp .reset-selection {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end; }
  .db-pdp .reset-selection .ge-button {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a5a6a8; }

.db-pdp .ge-form__item .fieldset {
  padding-left: 0; }

.db-pdp .ge-form__item label {
  font-weight: bold;
  font-size: 0.889rem;
  text-transform: uppercase;
  color: #18181a; }

@media (min-width: 991px) {
  .db-pdp .product-details {
    margin-left: 80px; } }

.db-pdp .product-details .product__name {
  margin-bottom: 24px; }
  .db-pdp .product-details .product__name span {
    font-weight: bold;
    font-size: 0.889rem;
    color: #18181a;
    margin-top: 12px; }

.db-pdp .product-details .price {
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2f3133; }
  .db-pdp .product-details .price .-text--striked {
    color: #a5a6a8;
    margin-right: 8px; }

.db-pdp .info-msg {
  font-size: 1.2rem;
  color: #2f3133;
  margin-bottom: 24px; }

.db-pdp .tabs thead tr th, .db-pdp .tabs tbody tr th, .db-pdp .tabs tfoot tr th {
  border-bottom-width: 1px; }

.db-pdp .tabs thead tr th, .db-pdp .tabs thead tr td, .db-pdp .tabs tbody tr th, .db-pdp .tabs tbody tr td, .db-pdp .tabs tfoot tr th, .db-pdp .tabs tfoot tr td {
  padding: 16px;
  color: #18181a; }

.db-pdp .tabs .tabs-list-holder {
  border-bottom: 1px solid #d7d8db;
  border-top: 1px solid #d7d8db;
  margin-left: 15px;
  margin-right: 15px; }

.db-pdp .tabs .tabs-list {
  list-style: none;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  padding: 0; }
  .db-pdp .tabs .tabs-list li {
    padding: 0 20px;
    display: flex;
    align-items: center;
    float: left;
    position: relative; }
    .db-pdp .tabs .tabs-list li a {
      padding: 22px 0;
      letter-spacing: 1.5px;
      color: #63666a;
      text-transform: uppercase; }
      .db-pdp .tabs .tabs-list li a:hover {
        text-decoration: none;
        color: #18181a; }
    .db-pdp .tabs .tabs-list li.active a {
      font-weight: bold;
      border-bottom: 2px solid #005cb9;
      color: #2f3133; }

.db-pdp .tabs .row {
  margin-left: 0;
  margin-right: 0; }

.db-pdp .tabs .col-* {
  padding-left: 0;
  padding-right: 0; }

.db-pdp .tabs .tabhead {
  display: none; }

.db-pdp .tabs .tabbody {
  margin-top: 25px; }

.db-pdp .consumable-products-scroller .product-box .content {
  border: none; }

.db-pdp .basket-item {
  border-bottom: 0;
  padding: none; }
  .db-pdp .basket-item .ge-quantity__selector {
    float: none; }

.db-pdp hr {
  margin-top: 0; }

.db-pdp .quantity-info-label {
  margin-bottom: 24px; }
  .db-pdp .quantity-info-label span {
    font-size: 0.889rem;
    text-transform: uppercase;
    color: #63666a;
    font-weight: bold; }
    .db-pdp .quantity-info-label span:last-of-type {
      margin-left: 32px; }
  .db-pdp .quantity-info-label .add-more-msg {
    display: none;
    color: #fe5000;
    font-size: 0.889rem;
    line-height: 1.3rem; }

.db-pdp .ge-spinner__wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  top: 0;
  left: 0; }
  .db-pdp .ge-spinner__wrapper .ge-spinner__render {
    width: 15px;
    height: 15px; }

.db-pdp__overview {
  color: #18181a !important; }
  .db-pdp__overview h1 {
    font-size: 2.887rem;
    line-height: normal; }
  .db-pdp__overview h2 {
    font-size: 2.281rem;
    line-height: 1.07; }
  .db-pdp__overview h3 {
    font-size: 2.027rem;
    line-height: .99; }
  .db-pdp__overview h4 {
    font-size: 1.602rem;
    line-height: 1.33; }
  .db-pdp__overview h5 {
    font-size: 1.424rem;
    line-height: 1.32; }
  .db-pdp__overview h6 {
    font-size: 1.125rem;
    line-height: 1.44; }

.db-pdp table thead th {
  font-weight: bold; }

.db-pdp .specification-table tr > th:first-of-type {
  width: 33%; }

.db-cart .rapid-order {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px; }
  .db-cart .rapid-order .fieldset {
    max-width: 350px;
    width: 100%; }
  .db-cart .rapid-order .ge-form__item label {
    font-weight: normal; }
  .db-cart .rapid-order .ge-button {
    margin-top: 15px;
    line-height: 2.7rem; }
  .db-cart .rapid-order input[type="text"]::-webkit-input-placeholder {
    font-size: 0.889rem; }

.db-cart .contact-us {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px; }
  .db-cart .contact-us .fieldset {
    max-width: 350px;
    width: 100%; }
  .db-cart .contact-us .ge-form__item label {
    font-weight: normal; }
  .db-cart .contact-us .ge-button {
    margin-top: 15px;
    line-height: 2.7rem; }
  .db-cart .contact-us input[type="text"]::-webkit-input-placeholder {
    font-size: 0.889rem; }

.db-cart .order-summary {
  max-width: 360px;
  margin-top: 40px;
  padding: 24px 16px 0 16px;
  border: 1px solid #ececec; }
  .db-cart .order-summary__price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }
    .db-cart .order-summary__price span {
      color: #18181a;
      font-size: 1rem;
      font-weight: bold; }
  .db-cart .order-summary .ge-button {
    max-width: 320px;
    width: 100%;
    text-align: center; }
    .db-cart .order-summary .ge-button:last-of-type {
      padding-left: 35px; }
    @media all and (max-width: 900px) {
      .db-cart .order-summary .ge-button {
        font-size: 10px !important; } }

.db-cart .basket-item a.item-title {
  padding-bottom: 0; }

.db-cart .basket-item a.remove-link {
  min-width: 110px;
  text-align: right;
  margin: -8px 0 0; }

.db-cart .basket-item .price-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 5px; }

.db-cart .basket-item .product-price {
  color: #18181a; }

.db-cart .basket-item .item__header {
  display: flex;
  align-items: start;
  justify-content: space-between; }

.db-cart .basket-item .ge-form__item {
  display: flex;
  flex-direction: column; }
  .db-cart .basket-item .ge-form__item > label {
    font-weight: bold;
    font-size: 0.889rem;
    color: #18181a; }
  .db-cart .basket-item .ge-form__item .quantity-info-label .info-details {
    display: flex;
    margin-bottom: 10px; }
    .db-cart .basket-item .ge-form__item .quantity-info-label .info-details .quantity-info {
      min-width: 100px; }
    .db-cart .basket-item .ge-form__item .quantity-info-label .info-details .availability-info {
      margin: 0; }
  .db-cart .basket-item .ge-form__item .quantity-info-label span {
    font-size: 0.889rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #63666a;
    font-weight: bold; }
    .db-cart .basket-item .ge-form__item .quantity-info-label span:last-of-type:not(.quantity-val-trigger):not(.availability-info) {
      margin-left: 32px; }

.db-cart .basket-item .icon-stock {
  display: flex;
  align-items: center; }

.db-cart .basket-item .add-more-msg {
  display: none;
  color: #fe5000;
  font-size: 0.889rem;
  line-height: 1.3rem; }

.db-cart .price__container {
  display: flex;
  justify-content: flex-end; }

.mini-cart .basket-preview {
  padding: 40px 24px 24px;
  border: none; }
  .mini-cart .basket-preview-header {
    border: none;
    margin: 0; }
  .mini-cart .basket-preview .product-total {
    margin: 10px 0;
    font-size: 0.889rem;
    color: #18181a;
    border: none; }
  .mini-cart .basket-preview .product-list {
    padding-right: 0; }
    .mini-cart .basket-preview .product-list .product-item {
      padding-top: 16px;
      border-top: 1px solid #d8d8d8; }
      .mini-cart .basket-preview .product-list .product-item:last-of-type {
        padding-bottom: 16px;
        border-bottom: 1px solid #d8d8d8; }
      .mini-cart .basket-preview .product-list .product-item .prod-img {
        width: 102px;
        height: 70px;
        display: flex;
        align-items: center; }
        .mini-cart .basket-preview .product-list .product-item .prod-img img {
          display: block;
          height: auto;
          max-height: 70px;
          width: auto;
          max-width: 92px;
          margin: auto; }
    .mini-cart .basket-preview .product-list .prod-info {
      width: 65%; }
      .mini-cart .basket-preview .product-list .prod-info .title {
        float: left;
        font-size: 0.79rem;
        word-break: break-all; }
      .mini-cart .basket-preview .product-list .prod-info .option {
        word-break: break-all; }
      .mini-cart .basket-preview .product-list .prod-info .btn-remove {
        float: right;
        position: relative;
        top: auto;
        right: auto;
        font-size: 0.79rem; }
  .mini-cart .basket-preview__alert {
    color: #d70000;
    margin-bottom: 15px; }
  .mini-cart .basket-preview .loading-icon {
    color: #a5a6a8;
    font-weight: bold; }

.ie .mini-cart .ge-button {
  letter-spacing: 1.4px; }

.basket-pack-size {
  color: #000000;
  font-size: 14px;
  margin: 12px 0; }

#colorbox {
  /* default styles are for mini-cart modal */
  background-color: #fff;
  z-index: 999;
  outline: none;
  overflow: visible !important;
  margin-top: 14px;
  top: 109px !important;
  left: auto !important;
  right: 5px; }
  @media screen and (min-width: 1234px) {
    #colorbox {
      right: calc((((100vw - 1140px) / 2)) - 34px); } }
  #colorbox:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 86%;
    width: 0;
    height: 0;
    border-width: 9px 10px;
    border-color: transparent transparent #fff;
    border-style: solid; }
  #colorbox.leave-site-warning {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    right: auto;
    transform: translate(-50%, -50%);
    margin: 0; }
    #colorbox.leave-site-warning:before {
      display: none; }
    #colorbox.leave-site-warning #cboxTitle {
      display: none !important; }
    #colorbox.leave-site-warning .js-leave-site-warning {
      padding: 24px 26px;
      color: #2f3133; }
      #colorbox.leave-site-warning .js-leave-site-warning .title {
        display: inline-block;
        color: #18181a; }
      #colorbox.leave-site-warning .js-leave-site-warning .fa-times {
        font-size: 1.602rem;
        color: #63666a;
        margin-top: 4px;
        cursor: pointer; }
      #colorbox.leave-site-warning .js-leave-site-warning hr {
        margin: 24px -26px;
        background-color: transparent;
        border-top: 1px solid #d7d8d8;
        height: 0; }

#cboxTitle {
  position: absolute;
  top: 16px;
  left: 24px;
  color: #18181a;
  font-size: 1.125rem;
  cursor: default; }

#cboxClose {
  display: none; }

#cboxLoadedContent {
  overflow: hidden !important; }

#cboxOverlay {
  display: none; }

.spinner-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); }

.spinner-in-progress .spinner-overlay {
  display: block; }
  .spinner-in-progress .spinner-overlay .ge-spinner__wrapper {
    width: 100%;
    height: 100%;
    margin-right: 0;
    justify-content: center; }
    .spinner-in-progress .spinner-overlay .ge-spinner__wrapper .ge-spinner__render {
      width: 70px;
      height: 70px;
      border-width: 3px; }

.search-input input {
  padding-left: 2.8rem;
  padding-right: 2.6rem; }

.search-input input[type="text"]::-webkit-input-placeholder {
  font-size: 0.889rem; }

.search-input input[type="text"]::-moz-placeholder {
  font-size: 0.889rem; }

.search-input input[type="text"]:-ms-input-placeholder {
  font-size: 0.889rem; }

.search-input input[type="text"]::-ms-input-placeholder {
  transform: scale(0.8) translateX(-1.7rem); }

@media screen and (min-width: 871px) {
  .search-input input[type="text"]::-ms-input-placeholder {
    transform: scale(0.8) translateX(-2.35rem); } }

.search-input .btn:focus, .search-input .btn:active {
  outline: none; }

.search-input .glyphicon {
  font-size: 1rem;
  color: #575a53; }
  .search-input .glyphicon__active {
    color: #005eb8; }

.search-input .fa-times {
  font-size: 1.125rem;
  color: #575a53; }

.search-input .input-group-btn {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 4px; }

.search-input .reset-btn {
  position: absolute;
  right: 5px;
  z-index: 5;
  top: 8px; }
  .search-input .reset-btn.hidden-block + input {
    padding-right: 1rem; }

.search-input .ui-autocomplete {
  position: absolute;
  border: none !important; }

.search-input .search-list {
  background: #fff;
  list-style: none;
  -webkit-box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.18);
  padding-left: 0;
  padding-top: 18px;
  margin-top: 8px;
  top: auto !important;
  left: auto !important; }
  .search-input .search-list li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block; }
  .search-input .search-list .title {
    cursor: default;
    padding-left: 13px; }
    .search-input .search-list .title a {
      cursor: context-menu;
      font-size: 10px;
      font-weight: bold;
      color: #63666a; }
      .search-input .search-list .title a:hover {
        text-decoration: none;
        color: #63666a; }
  .search-input .search-list .ui-menu-item {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .search-input .search-list .item {
    max-height: 78px;
    cursor: pointer; }
    .search-input .search-list .item a {
      display: block;
      padding: 13px 13px 13px 13px;
      color: #18181a;
      font-size: 1rem; }
      .search-input .search-list .item a .fa {
        margin-right: 12px; }
      .search-input .search-list .item a:hover, .search-input .search-list .item a.ui-state-active {
        text-decoration: none;
        color: #18181a;
        background-color: #f4f5f8; }
  .search-input .search-list .divider {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    margin-bottom: 16px; }

.products-scroller-box-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  overflow: initial;
  position: relative; }
  .products-scroller-box-wrapper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    .products-scroller-box-wrapper button.slick-prev {
      left: -5px; }
    .products-scroller-box-wrapper button.slick-next {
      right: -5px; }
    .products-scroller-box-wrapper button .fa.fa-chevron-right {
      padding-left: 5px;
      padding-top: 1px; }
    .products-scroller-box-wrapper button .fa.fa-chevron-left {
      padding-left: 0;
      padding-top: 1px; }
    .products-scroller-box-wrapper button.-is--icon > i.fa {
      font-size: 36px !important; }
  .products-scroller-box-wrapper .slick-disabled button {
    opacity: 0.33;
    pointer-events: none; }
  .products-scroller-box-wrapper .product-box {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .products-scroller-box-wrapper .product-box:hover, .products-scroller-box-wrapper .product-box:active, .products-scroller-box-wrapper .product-box:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none; }
      .products-scroller-box-wrapper .product-box:hover .product-box-title, .products-scroller-box-wrapper .product-box:active .product-box-title, .products-scroller-box-wrapper .product-box:focus .product-box-title {
        color: #18181a; }
      .products-scroller-box-wrapper .product-box:hover .ge-button, .products-scroller-box-wrapper .product-box:active .ge-button, .products-scroller-box-wrapper .product-box:focus .ge-button {
        color: #33a08c;
        text-decoration: underline; }
    .products-scroller-box-wrapper .product-box-title {
      font-size: 1rem;
      line-height: 1.46;
      margin: 0 0 10px;
      padding: 16px 0 0; }

.top-product-carousel .slick-track {
  margin: auto; }

.top-product-carousel .slick-disabled button {
  opacity: 1;
  pointer-events: auto; }

.carousel-banner .slide .slide__content {
  width: 100%; }

.carousel-banner .slide .slide__text {
  padding-left: 0; }

.carousel-banner .slide .slide__text-heading:before,
.carousel-banner .slide .slide__text:after {
  display: none; }

.carousel-banner .-gradient--blue:before {
  content: "";
  background-image: linear-gradient(76deg, #005eb8, rgba(216, 216, 216, 0));
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

.carousel-banner .slide__content {
  z-index: 2; }

.carousel-banner .ge-button {
  min-width: 160px;
  text-align: center; }
  .carousel-banner .ge-button a {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-decoration: none; }

.db-card-list__card {
  position: relative;
  padding: 25px;
  margin-bottom: 35px; }
  .db-card-list__card.-gradient--blue:before {
    content: "";
    background-image: linear-gradient(211deg, rgba(0, 151, 221, 0.3), #005eb8);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .db-card-list__card-bg {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center; }
  .db-card-list__card-content {
    position: relative;
    z-index: 2; }
  .db-card-list__card-title {
    color: #fff;
    height: 3.796rem; }
  .db-card-list__card-desc {
    color: #fff;
    height: 5.192rem; }

.db-card-list__view-all {
  position: relative; }
  .db-card-list__view-all:before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f4f5f8);
    width: 100%;
    height: 247px;
    position: absolute;
    top: -282px;
    left: 0;
    z-index: 3; }
  .db-card-list__view-all button {
    padding: 0 30px; }

.navigation-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px; }
  .navigation-panel__trigger {
    display: flex;
    height: 68px;
    align-items: center;
    font-size: 1rem;
    color: #63666a;
    letter-spacing: 1px;
    cursor: pointer; }
    .navigation-panel__trigger:hover, .navigation-panel__trigger.active, .navigation-panel__trigger:focus {
      color: #18181a;
      text-decoration: none; }
    .navigation-panel__trigger .fa,
    .navigation-panel__trigger .far,
    .navigation-panel__trigger .fas {
      margin-left: 5px;
      font-size: 1rem; }
  .navigation-panel__container {
    display: flex; }
  .navigation-panel__level {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 616px;
    top: 109px;
    border-top: 1px solid #d7d8db;
    padding: 38px 0 12px 7%; }
    .navigation-panel__level.-type--level-1 {
      background-color: #fff;
      left: 0;
      width: 100%; }
      .navigation-panel__level.-type--level-1.expanded {
        width: 33.33%; }
    .navigation-panel__level.-type--level-2 {
      background-color: #f4f5f8;
      left: 33.33%;
      width: 66.66%; }
      .navigation-panel__level.-type--level-2.expanded {
        width: 33.33%; }
    .navigation-panel__level.-type--level-3 {
      background-color: #ececf0;
      left: 66.66%;
      width: 33.33%; }
    .navigation-panel__level.-is--empty {
      display: flex;
      justify-content: center;
      align-items: center; }
  .navigation-panel__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 48px;
    line-height: normal;
    text-decoration: none;
    font-size: 1rem;
    color: #2f3133;
    letter-spacing: 1px; }
    .navigation-panel__link:hover, .navigation-panel__link.expanded {
      font-weight: bold;
      text-decoration: none;
      color: #18181a; }
    .navigation-panel__link-wrapper {
      padding: 0 24px 0 0;
      overflow: auto; }
      .link-cta-wrapper .navigation-panel__link-wrapper {
        flex: 1;
        overflow: visible; }
      .navigation-panel__link-wrapper + .navigation-panel__link-wrapper {
        padding: 0 0 0 48px; }
  .navigation-panel__arrow {
    content: "";
    display: inline-block;
    position: absolute;
    right: -24px;
    border-top: transparent 24px solid;
    border-bottom: transparent 24px solid;
    border-left: #fff 24px solid;
    z-index: 5; }
    .navigation-panel__arrow.-type--secondary {
      border-left-color: #f4f5f8; }
  .navigation-panel .category-title {
    font-size: 1.602rem;
    color: #2f3133;
    height: 48px;
    line-height: 48px; }
  .navigation-panel .link-cta-wrapper {
    display: flex;
    overflow: auto; }
  .navigation-panel__button {
    margin: 24px 0;
    color: #fff;
    font-size: 1rem;
    background-color: #00755f;
    width: 255px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 940px) {
      .navigation-panel__button {
        width: 180px; } }
    .navigation-panel__button:hover {
      color: #fff;
      text-decoration: none;
      background-color: #33a08c; }
    .navigation-panel__button:first-child {
      margin-top: 0; }

.quick-order-page .quick-order-page__title {
  font-size: 36px;
  margin-bottom: 8px; }

.quick-order-page p {
  font-size: 18px; }

.quick-order-page .button-holder {
  text-align: right; }
  .quick-order-page .button-holder .cui-button {
    font-size: 14px;
    height: 40px;
    line-height: 40px; }
    .quick-order-page .button-holder .cui-button i {
      margin-right: 5px; }

.quick-order-page .table-holder {
  margin-top: 32px;
  margin-bottom: 24px; }

.quick-order-page .cui-table {
  font-size: 16px;
  line-height: 1.25; }
  .quick-order-page .cui-table__column {
    cursor: default; }
    .quick-order-page .cui-table__column:hover {
      background: inherit; }
  .quick-order-page .cui-table__cell {
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 8px; }
    .quick-order-page .cui-table__cell > div:first-of-type {
      min-height: 48px;
      display: flex;
      align-items: center; }
  .quick-order-page .cui-table .cui-table__column:nth-of-type(1),
  .quick-order-page .cui-table .cui-table__cell:nth-of-type(1) {
    width: 28%; }
  .quick-order-page .cui-table .cui-table__column:nth-of-type(2),
  .quick-order-page .cui-table .cui-table__cell:nth-of-type(2) {
    width: 23%; }
  .quick-order-page .cui-table .cui-table__column:nth-of-type(3),
  .quick-order-page .cui-table .cui-table__cell:nth-of-type(3) {
    width: 18%; }
  .quick-order-page .cui-table .cui-table__column:nth-of-type(4),
  .quick-order-page .cui-table .cui-table__cell:nth-of-type(4) {
    width: 17%; }
  .quick-order-page .cui-table .cui-table__column:nth-of-type(5),
  .quick-order-page .cui-table .cui-table__cell:nth-of-type(5) {
    width: 9%; }
  .quick-order-page .cui-table .cui-table__column:nth-of-type(6),
  .quick-order-page .cui-table .cui-table__cell:nth-of-type(6) {
    width: 5%; }

.quick-order-page .cui-quantity-selector input[type=number] {
  margin-bottom: 0;
  border-radius: 0;
  min-height: auto;
  padding: 0; }

.quick-order-page .quantity-helper {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold; }

.quick-order-page .number-column {
  display: flex;
  align-items: center; }
  .quick-order-page .number-column .number-item {
    width: 25px;
    margin-right: 5px; }

.quick-order-page .cui-input-wrapper {
  position: relative;
  width: calc(100% - 30px);
  max-width: 220px; }

.quick-order-page .cui-input {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  height: auto; }
  .quick-order-page .cui-input.-has--error input[type="text"] {
    border: 2px solid #d70000; }
  .quick-order-page .cui-input input[type="text"] {
    border: solid 1px #a3a3a4;
    padding: 12px 16px;
    height: 48px;
    margin: 0;
    border-radius: 0;
    min-height: auto;
    background: transparent; }
    .quick-order-page .cui-input input[type="text"]::placeholder {
      color: #5d5d5f; }
    .quick-order-page .cui-input.-has-price-error input[type="text"] {
        border: 2px solid #fe5000;}

.quick-order-page .error-message {
  margin: 4px 0 0;
  max-width: 220px;
  font-size: 12px;
  line-height: 1.16;
  color: #d70000; }

.quick-order-page .cui-icon-button {
  display: flex;
  align-items: center;
  justify-content: center; }
  .quick-order-page .cui-icon-button button {
    padding: 0;
    border: none;
    background-color: transparent; }
  .quick-order-page .cui-icon-button i {
    font-size: 18px;
    font-weight: normal; }

.quick-order-page .quantity-notification {
  display: block;
  margin-top: 4px;
  margin-right: -172%;
  font-size: 12px;
  line-height: 1.16;
  color: #fe5000; }

.quick-order-page .control-buttons-row {
  display: flex;
  justify-content: space-between; }
  .quick-order-page .control-buttons-row .table-controls {
    display: flex; }
  .quick-order-page .control-buttons-row .cui-input {
    height: 48px;
    width: 80px;
    margin-right: 8px; }
  .quick-order-page .control-buttons-row .cui-button {
    min-width: 116px;
    margin: 0 8px;
    height: 48px;
    font-size: 16px;
    line-height: 48px; }

.quick-order-page .suggestion-list {
  position: absolute;
  display: none;
  z-index: 99;
  width: 540px;
  background: #ffffff;
  list-style: none;
  padding: 0;
  border: 1px solid #a3a3a4; }
  .quick-order-page .suggestion-list__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    line-height: 1.3; }
    .quick-order-page .suggestion-list__item a {
      color: #5d5d5f;
      display: block;
      padding: 12px 16px; }
      .quick-order-page .suggestion-list__item a:hover, .quick-order-page .suggestion-list__item a:active, .quick-order-page .suggestion-list__item a.ui-state-active {
        background: #f7f7f7;
        text-decoration: none; }

.quick-order-page ul.ui-autocomplete {
  margin: 0; }

.quick-order-page .rows-wrapper {
  overflow-x: hidden; }

.quick-order-page .simplebar-content .cui-table {
  padding-right: 26px; }
  .quick-order-page .simplebar-content .cui-table__row:nth-of-type(2n-1) {
    background-color: #ffffff; }
  .quick-order-page .simplebar-content .cui-table__row:nth-of-type(2n) {
    background-color: #f7f7f7; }

.quick-order-page .simplebar-track.vertical {
  top: 16px; }
  .quick-order-page .simplebar-track.vertical .simplebar-scrollbar:before {
    opacity: 1;
    background-color: #d1d1d1; }

.quick-order-page .cui-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  background: rgba(24, 24, 27, 0.8); }

.quick-order-page .cui-modal {
  width: 100%;
  max-width: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff; }
  .quick-order-page .cui-modal h3 {
    font: 700 26px/1.22 "Cytiva Aktiv", "Nanum Gothic", Arial, Helvetica, sans-serif; }
  .quick-order-page .cui-modal .cui-button {
    font-size: 14px;
    height: 40px;
    line-height: 40px; }
  .quick-order-page .cui-modal__header {
    padding: 12px 24px; }
  .quick-order-page .cui-modal__close {
    float: right; }
    .quick-order-page .cui-modal__close i {
      color: #464649;
      font-size: 24px;
      line-height: 2; }
  .quick-order-page .cui-modal__body {
    padding: 24px 15px 34px; }
    .quick-order-page .cui-modal__body h3 {
      max-width: 420px;
      margin: 0 auto;
      text-align: center; }
  .quick-order-page .cui-modal__footer {
    padding: 0 30px 40px;
    text-align: center; }
    .quick-order-page .cui-modal__footer .cui-button {
      margin: 0 10px; }
  .quick-order-page .cui-modal.upload-modal .cui-modal__header {
    border-bottom: 1px solid #e8e8e8; }
    .quick-order-page .cui-modal.upload-modal .cui-modal__header h3 {
      float: left;
      margin-right: 20px;
      line-height: 1.8; }
  .quick-order-page .cui-modal.upload-modal .cui-modal__body {
    padding: 25px 24px 40px; }
    .quick-order-page .cui-modal.upload-modal .cui-modal__body .step-item {
      margin: 0 0 24px; }
      .quick-order-page .cui-modal.upload-modal .cui-modal__body .step-item__txt {
        display: block;
        font-size: 16px;
        line-height: 1.25; }
      .quick-order-page .cui-modal.upload-modal .cui-modal__body .step-item:first-of-type .step-item__txt {
        margin: 0 0 8px; }
  .quick-order-page .cui-modal.upload-modal .cui-modal__footer {
    text-align: right;
    padding-bottom: 24px; }
    .quick-order-page .cui-modal.upload-modal .cui-modal__footer .cui-button {
      margin: 0 0 0 10px; }

.drag-area {
  margin-top: 12px;
  max-width: 445px; }
  .drag-area__box {
    padding: 32px 20px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    outline: 1px dashed #d1d1d1;
    color: #18181B;
    line-height: 1.34; }
    .drag-area__box .cui-spin {
      margin-bottom: 16px; }
    .drag-area__box .box__dragndrop {
      display: block;
      cursor: pointer; }
    .drag-area__box .box__file {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .drag-area__box .box__icon {
      font-size: 32px;
      margin: 0 0 16px; }
    .drag-area__box .box__title {
      max-width: 160px;
      margin: 0 auto 16px;
      font-size: 18px;
      font-weight: 700; }
    .drag-area__box .box__helper {
      color: #5d5d5f;
      font-size: 14px; }
    .drag-area__box .box__error {
      display: none;
      color: #d70000; }
    .drag-area__box .box__uploading {
      display: none; }
    .drag-area__box.-has--error .box__input, .drag-area__box.-has--error .box__uploading {
      display: none; }
    .drag-area__box.-has--error .box__error {
      display: block; }
    .drag-area__box.-has--error .box__title {
      max-width: 300px; }
    .drag-area__box.-is--loading .box__input, .drag-area__box.-is--loading .box__error {
      display: none; }
    .drag-area__box.-is--loading .box__uploading {
      display: block; }
  .drag-area__files {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 16px;
    border: 1px solid #e8e8e8;
    font-size: 18px; }
    .drag-area__files .properties {
      display: flex; }
    .drag-area__files .filename {
      color: #18181B; }
    .drag-area__files .filesize {
      margin: 0 20px; }

p.product-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 220px;
  margin: 0;
  font-size: 16px; }

.quote-redemption {
  max-width: 635px;
  margin-top: 80px; }
@media (max-width: 767px) {
  .quote-redemption {
    margin-top: 24px;
    max-width: 100%; } }
.quote-redemption .search-quote-button {
  min-width: 153px; }
.quote-redemption .search-quote-button .cui-button {
  height: 48px;
  font-size: 16px;
  white-space: nowrap; }
.quote-redemption .page-title {
  margin-bottom: 40px; }
.quote-redemption .page-title .cui-title.cui-heading-l {
  font-size: 36px;
  margin-bottom: 8px; }
@media (max-width: 767px) {
  .quote-redemption .page-title .cui-title.cui-heading-l {
    font-size: 30px; } }
.quote-redemption .page-title .cui-title__subtitle {
  font-size: 18px; }
@media (max-width: 767px) {
  .quote-redemption .page-title .cui-title__subtitle {
    font-size: 16px; } }
.quote-redemption .cui-notification__wrapper {
  padding: 16px; }
.quote-redemption .cui-notification__wrapper .content__title {
  font-size: 16px;
  color: #18181B; }
.quote-redemption .search-box {
  display: flex;
  gap: 30px;
  margin-bottom: 64px; }
@media (max-width: 767px) {
  .quote-redemption .search-box {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 16px; } }
.quote-redemption .search-box .cui-input-wrapper {
  display: flex;
  font-size: 18px;
  height: 48px;
  width: 100%; }
.quote-redemption .search-box .cui-input-wrapper.disabled .cui-prefix,
.quote-redemption .search-box .cui-input-wrapper.disabled .numeric-input {
  background: #e8e8e8;
  color: #5d5d5f;
  opacity: 1; }
.quote-redemption .search-box .cui-input-wrapper .cui-prefix {
  padding: 12px 16px;
  width: 72px;
  background: #f7f7f7;
  border: solid 1px #a3a3a4;
  border-right: none;
  color: #18181B;
  text-align: center; }
.quote-redemption .search-box .cui-input-wrapper .cui-input {
  padding: 0;
  border: none;
  height: auto;
  width: 100%; }
.quote-redemption .search-box .cui-input-wrapper .cui-input .numeric-input {
  border: solid 1px #a3a3a4;
  padding: 12px 16px;
  margin: 0; }
.quote-redemption .search-box .cui-input-wrapper .cui-input .numeric-input:focus {
  border: 2px solid #429DFF; }
.quote-redemption .search-box .cui-input-wrapper .cui-input .numeric-input.-has--error {
  border: solid 2px #E0091F; }
.quote-redemption .search-box .cui-input-wrapper .cui-input .numeric-input::placeholder {
  color: #5d5d5f; }
.quote-redemption .cui-hint-block {
  padding: 24px;
  border: 1px solid #e8e8e8; }
.quote-redemption .cui-hint-block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #18181B; }
@media (max-width: 767px) {
  .quote-redemption .cui-hint-block__title {
    font-size: 16px;
    line-height: 1.25; } }
.quote-redemption .cui-hint-block__description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0; }
.quote-redemption .no-margin {
  margin: 0; }
.quote-redemption .hidden {
  display: none; }

.quote-details-page {
  max-width: 920px;
  margin: auto; }
.quote-details-page .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #18181B;
  font-size: 16px; }
.quote-details-page .back-link__icon {
  font-size: 20px; }
.quote-details-page .cui-title.cui-heading-l {
  color: #18181B;
  font-size: 36px; }
.quote-details-page .section-title {
  color: #18181B;
  font-size: 26px;
  line-height: 1.22; }
.quote-details-page .quote-details {
  border: 1px solid #e8e8e8; }
.quote-details-page .quote-details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e8e8e8; }
.quote-details-page .quote-details__header-content {
  display: flex;
  align-items: center; }
.quote-details-page .quote-details__number {
  color: #18181B;
  font-size: 26px;
  line-height: 1.22;
  margin-right: 8px; }
.quote-details-page .quote-details__clone-button {
  padding: 10px; }
.quote-details-page .quote-details__clone-button .cui-button__icon {
  font-size: 20px; }
.quote-details-page .quote-details__redeem-button {
  height: 48px; }
.quote-details-page .quote-details__info {
  padding: 24px 20px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4px; }
.quote-details-page .quote-details__info-item {
  flex: 0 0 24%;
  line-height: 1.55; }
.quote-details-page .quote-details__info-header {
  font-size: 16px;
  color: #18181B; }
.quote-details-page .quote-details__info-text {
  font-size: 18px; }
.quote-details-page .quote-details__info-text.underline {
  text-decoration: underline;
  color: #18181B; }
.quote-details-page .cui-notification__wrapper {
  padding: 16px 16px 0px 16px; }
.quote-details-page .cui-notification__wrapper .content__title {
  font-size: 16px;
  color: #18181B; }
.quote-details-page .cui-notification__wrapper .content__description {
  margin-top: 4px;
  margin-bottom: 0; }
.quote-details-page .cui-notification__wrapper .content__description p {
  font-size: 18px;
  color: #18181B; }
.quote-details-page .pages {
  margin: 24px 0;
  font-size: 14px;
  color: #18181B;
  line-height: 1.3; }
.quote-details-page .table-pagination {
  text-align: center; }
.quote-details-page .table-pagination .pages {
  margin-bottom: 16px; }
.quote-details-page .table-pagination .cui-button {
  font-size: 14px; }
.quote-details-page .cui-table__column {
  padding: 22px 8px;
  cursor: default; }
.quote-details-page .cui-table__column:first-child {
  padding-left: 16px; }
.quote-details-page .cui-table__column:nth-last-child(-n+2) .cui-table__column__content {
  justify-content: end; }
.quote-details-page .cui-table__column:nth-last-child(-n+2) .cui-table__column__content .cui-table__column__name {
  text-align: end;
  white-space: nowrap; }
.quote-details-page .cui-table__column:hover {
  background: inherit; }
.quote-details-page .cui-table__column__name {
  line-height: 1.3; }
.quote-details-page .cui-table__row {
  box-shadow: inset 0 -1px 0 #e8e8e8; }
.quote-details-page .cui-table__row:nth-child(odd) {
  background-color: #f7f7f7; }
.quote-details-page .cui-table__cell {
  font-size: 16px;
  line-height: 1.25;
  padding: 18px 8px;
  vertical-align: top;
  min-width: 56px; }
.quote-details-page .cui-table__cell:nth-last-child(-n+2) {
  text-align: right; }
.quote-details-page .cui-table__cell:last-child {
  padding-right: 16px; }
.quote-details-page .cui-table__cell:first-child {
  padding-left: 16px; }
.quote-details-page .cui-table__cell span {
  display: inline-block; }
.quote-details-page .cui-table__cell .product {
  color: #18181B;}
.quote-details-page .cui-table__cell a.product {
  text-decoration: underline; }
.quote-details-page .cui-table__cell .description {
  max-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }
.quote-details-page .cui-table__cell .old-price {
  font-size: 14px;
  line-height: 1.3;
  text-decoration: line-through; }
.quote-details-page .cui-table__cell .new-price {
  color: #E0091F; }
.quote-details-page .sticky-footer {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #e8e8e8;
  transition: all 0.3s ease; }
.quote-details-page .sticky-footer__content-wrapper {
  max-width: 920px;
  margin: auto; }
.quote-details-page .sticky-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 24px 0; }
.quote-details-page .sticky-footer__title {
  display: flex;
  gap: 24px;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 700;
  color: #18181B;
  cursor: pointer; }
.quote-details-page .sticky-footer__title .fa.fa-chevron-down {
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-right: 8px; }
.quote-details-page .sticky-footer__title .fa.fa-chevron-down.rotate {
  transform: rotate(180deg); }
.quote-details-page .sticky-footer__prices {
  display: none;
  padding: 0 0 24px 32px;
  font-size: 16px;
  line-height: 1.25;
  gap: 12px; }
.quote-details-page .sticky-footer__price-row {
  width: 296px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between; }
.quote-details-page .quote-confirmation-modal {
  display: none; }

.quote-cart .page-title {
  font-size: 36px;
  line-height: 1.1;
  color: #18181B; }

.quote-cart .back-link {
  font-size: 14px;
  line-height: 1.3;
  color: #5d5d5f;
  display: inline-block; }
.quote-cart .back-link .fa.fa-angle-left {
  font-size: 16px;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px; }
.quote-cart .back-link__text {
  display: inline-block; }

.quote-cart .cui-notification {
  margin: 0; }
.quote-cart .cui-notification .content__title {
  color: #18181B; }

.quote-cart .items-counter {
  font-size: 18px;
  color: #18181B;
  line-height: 1.35;
  padding-bottom: 16px;
  margin: 32px 0 8px 0;
  border-bottom: 1px solid #e8e8e8; }

.quote-cart .basket-item {
  cursor: default;
  display: flex;
  gap: 12px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 24px; }
.quote-cart .basket-item__image-wrapper {
  max-width: 150px;
  min-width: 90px;
  width: 25%; }
.quote-cart .basket-item__content {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 16px;
  color: #18181B;
  line-height: 1.25; }
@media (max-width: 767px) {
  .quote-cart .basket-item__content {
    flex-direction: column; } }
.quote-cart .basket-item__details {
  margin-top: 8px;
  font-size: 14px;
  color: #5d5d5f;
  line-height: 1.3; }
.quote-cart .basket-item__details-value {
  margin-left: 4px; }
.quote-cart .basket-item__details-value:nth-of-type(2) {
  margin-right: 16px; }
.quote-cart .basket-item__quantity {
  font-size: 12px;
  line-height: 1.33; }
.quote-cart .basket-item__prices {
  width: 200px;
  align-self: flex-end; }
.quote-cart .basket-item__price-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  justify-content: space-between; }
.quote-cart .basket-item__price-row .basket-item__label {
  color: #18181A; }
.quote-cart .basket-item__price-row span {
  display: block;
  text-align: end;
  white-space: nowrap; }
.quote-cart .basket-item__unit-price span:nth-child(2) {
  margin-top: 12px; }

.quote-cart .order-summary {
  padding: 16px;
  margin: 0;
  border: 1px solid #e8e8e8;
  max-width: 100%; }
.quote-cart .order-summary hr {
  margin: 24px 0; }
.quote-cart .order-summary__price {
  font-size: 16px;
  line-height: 1.25; }
.quote-cart .order-summary__buttons {
  gap: 12px; }
.quote-cart .order-summary__buttons a.cui-button {
  height: 40px;
  font-size: 14px; }
.quote-cart .order-summary__buttons a.cui-button:hover {
  text-decoration: none; }

.overview-section,
.order-section {
  padding: 50px 0; }

.overview-section {
  background: #efefef; }
  .overview-section p.-font--plus-1 {
    margin-bottom: 10px !important; }
  .overview-section ul {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0; }

.order-section .order-table table tbody tr td {
  vertical-align: middle;
  padding: 8px;
  font-size: 1rem;
  white-space: normal; }
  .order-section .order-table table tbody tr td.-text--nowrap {
    white-space: nowrap; }
  .order-section .order-table table tbody tr td a.btn-small .fa {
    padding-right: 5px; }
  .order-section .order-table table tbody tr td .ge-button {
    padding-right: 1.87rem;
    white-space: nowrap; }
    .order-section .order-table table tbody tr td .ge-button .fa {
      margin-right: -1.33rem; }

.order-section .order-table thead th {
  color: #2f3133;
  border-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem; }
  .order-section .order-table thead th i.fa {
    position: relative;
    top: -3px;
    left: 4px; }
    .order-section .order-table thead th i.fa:before {
      content: "\f0dd"; }
  .order-section .order-table thead th.sort-asc i.fa {
    top: 5px; }
    .order-section .order-table thead th.sort-asc i.fa:before {
      content: "\f0de"; }
  .order-section .order-table thead th .has-filter .dropdown-menu a {
    color: #2f3133;
    text-transform: none; }
  .order-section .order-table thead th .has-filter a {
    color: #2f3133; }
    .order-section .order-table thead th .has-filter a:hover, .order-section .order-table thead th .has-filter a:focus, .order-section .order-table thead th .has-filter a:active {
      color: #2f3133;
      text-decoration: none; }
  .order-section .order-table thead th .has-filter .fa {
    margin-left: 5px; }

.column-id {
  width: auto; }

.column-name {
  width: 25%; }

.column-dynamic {
  width: auto; }

.column-price {
  width: 10%; }

.column-cta {
  width: 15%; }

.table-4-col .column-id {
  width: 15%; }

.table-4-col .column-name {
  width: 45%; }

.table-4-col .column-price {
  width: 20%; }

.table-4-col .column-cta {
  width: 20%; }

.table-7-col .column-id {
  width: auto; }

.table-7-col .column-name {
  width: 25%; }

.table-7-col .column-dynamic {
  width: auto; }

.table-7-col .column-price {
  width: 12%; }

.table-7-col .column-cta {
  width: 10%; }

.table-8-col .column-id {
  width: 8%; }

.table-8-col .column-name {
  width: 20%; }

.table-8-col .column-dynamic {
  width: auto; }

.table-8-col .column-price {
  width: 8%; }

.table-8-col .column-cta {
  width: 12%; }

/*tech-specs table*/
.column-parameter {
  width: 30%; }

.column-value {
  width: 70%; }

.order-table.padding-big .table > tbody > tr > td,
.order-table.padding-big .table > thead > tr > th {
  padding: 15px !important; }

.order-table .has-filter.custom-dropdown {
  display: inline-block;
  z-index: 50; }

.order-table .ge-button:first-child {
  margin-left: 0; }

.consumable-products-scroller {
  padding: 0 25px;
  position: relative; }
  .consumable-products-scroller .slick-arrow button {
    background-color: transparent;
    border: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    .consumable-products-scroller .slick-arrow button.slick-prev {
      left: -5px; }
    .consumable-products-scroller .slick-arrow button.slick-next {
      right: -5px; }
    .consumable-products-scroller .slick-arrow button .fa-wrapper {
      display: inline-block;
      height: 30px;
      width: 30px;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
      .consumable-products-scroller .slick-arrow button .fa-wrapper i {
        display: inline-block;
        height: 30px;
        width: 30px; }
    .consumable-products-scroller .slick-arrow button .fa {
      color: #66686b; }
      .consumable-products-scroller .slick-arrow button .fa.circle-thin {
        border: 2px solid #66686b;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        transition: border-color 0.6s; }
      .consumable-products-scroller .slick-arrow button .fa.fa-angle-left, .consumable-products-scroller .slick-arrow button .fa.fa-angle-right {
        font-size: 25px;
        position: absolute;
        top: 2px;
        left: -2px;
        transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1); }
      .consumable-products-scroller .slick-arrow button .fa.fa-angle-right {
        left: 2px; }
      .consumable-products-scroller .slick-arrow button .fa.fa-angle-left.hover {
        color: #005eb8;
        opacity: 0;
        transform: translate(100%, 0); }
      .consumable-products-scroller .slick-arrow button .fa.fa-angle-right.hover {
        color: #005eb8;
        opacity: 0;
        transform: translate(-100%, 0); }
    .consumable-products-scroller .slick-arrow button:hover .fa.circle-thin {
      border-color: #005eb8; }
    .consumable-products-scroller .slick-arrow button:hover .fa.fa-angle-left {
      transform: translate(-100%, 0);
      opacity: 0; }
    .consumable-products-scroller .slick-arrow button:hover .fa.fa-angle-left.hover {
      transform: translate(0, 0);
      opacity: 1; }
    .consumable-products-scroller .slick-arrow button:hover .fa.fa-angle-right {
      transform: translate(100%, 0);
      opacity: 0; }
    .consumable-products-scroller .slick-arrow button:hover .fa.fa-angle-right.hover {
      transform: translate(0, 0);
      opacity: 1; }
  .consumable-products-scroller .slick-arrow.slick-disabled button .fa.circle-thin {
    border-color: #a6a7aa; }
  @media (min-width: 481px) {
    .consumable-products-scroller .product-box .content {
      border: 2px solid #d2d2d2;
      transition: border-color .25s ease-in-out; } }
  .consumable-products-scroller .product-box .content:hover {
    border-color: #acacac; }
  .consumable-products-scroller .product-box .content a {
    height: auto !important;
    text-align: center; }
  .consumable-products-scroller .product-box .content img {
    margin: 20px 0;
    max-height: initial; }
    @media (max-width: 480px) {
      .consumable-products-scroller .product-box .content img {
        max-height: 205px !important; } }
    @media (min-width: 481px) and (max-width: 767px) {
      .consumable-products-scroller .product-box .content img {
        display: inline;
        max-width: 100px !important;
        max-height: 100px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .consumable-products-scroller .product-box .content img {
        max-height: 100px !important; } }
    @media (min-width: 992px) {
      .consumable-products-scroller .product-box .content img {
        max-height: 47px !important; } }
    @media (min-width: 1200px) {
      .consumable-products-scroller .product-box .content img {
        max-height: 68px !important; } }

.js-product-output-window {
  width: 100%; }
  .js-product-output-window .output-window_height-helper {
    text-align: center; }
  .js-product-output-window img {
    display: none;
    max-width: 100%;
    max-height: 100%; }
    @media (min-width: 481px) {
      .js-product-output-window img {
        max-height: 232px;
        display: inline; } }
    @media (min-width: 768px) {
      .js-product-output-window img {
        max-height: 174px; } }
    @media (min-width: 992px) {
      .js-product-output-window img {
        max-height: 188px; } }
    @media (min-width: 1200px) {
      .js-product-output-window img {
        max-height: 231px; } }
  .js-product-output-window.fixed-height .output-window_height-helper {
    position: relative;
    padding-top: 56%; }
    @media (max-width: 480px) {
      .js-product-output-window.fixed-height .output-window_height-helper {
        padding: 0; } }
  .js-product-output-window.fixed-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.read-more-expandable.collapsed {
  display: none; }

.ie .table-responsive.order-table {
  overflow-x: visible; }

.top-banner {
  background-color: #fffcc0;
  padding: 10px 80px;
  text-align: center;
  color: #18181B;
  font-size: 14px;
  line-height: 18px;
  position: fixed;
  z-index: 1000;
  width: 100%; }
.top-banner__link {
  color: #18181B;
  text-decoration: underline; }
.top-banner__link:hover {
  color: #18181B;
  text-decoration: none; }

/*# sourceMappingURL=maps/punchout-index.css.map */
