@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.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

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

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

.glyphicon-minus:before {
  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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 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: normal;
    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 {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

.text-center, .banner, .register-banner, .search-banner {
  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-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 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;
  border-bottom: 1px dotted #777777; }

.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;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 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: bold;
    box-shadow: none; }

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

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

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 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 {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 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 label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .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-left: 0;
    padding-right: 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;
  border-color: #3c763d;
  background-color: #dff0d8; }

.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.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;
  border-color: #a94442;
  background-color: #f2dede; }

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    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;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=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;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  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;
    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:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .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 {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 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 {
    content: " ";
    display: table; }
  .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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

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

.btn .caret {
  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 {
  content: " ";
  display: table; }

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    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-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.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-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 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;
        background-color: transparent;
        cursor: not-allowed; }
  .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;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

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

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 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-right-radius: 0;
  border-top-left-radius: 0; }

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 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-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @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; }

.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px; }
  .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;
  margin-right: 15px;
  padding: 9px 10px;
  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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
      margin-right: 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-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @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-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-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 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-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 {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .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;
      line-height: 1.42857;
      text-decoration: none;
      color: #a5a6a8;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .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 > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    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;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  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 {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 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-left: auto;
    margin-right: 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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.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 {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #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; }

.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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
    border-top-left-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-right-radius: 0;
  border-top-left-radius: 0; }

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
    border-bottom-right-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 {
  border: 0;
  margin-bottom: 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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 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;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

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

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block, .picture-box .picture-img img, .banner, .register-banner, .search-banner {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

.visible-xs-block,
.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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

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

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

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

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

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

.fa-tint:before {
  content: "\f043"; }

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

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

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

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

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

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

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

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

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

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

.fa-linkedin-square:before {
  content: "\f08c"; }

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

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

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

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

.fa-medkit:before {
  content: "\f0fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

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

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

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

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

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

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

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

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

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

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

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

.fa-windows:before {
  content: "\f17a"; }

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

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

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

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

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

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

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

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

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

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

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

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

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

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

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

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

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

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

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

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

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

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

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

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

/* 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.4.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;
  -webkit-overflow-scrolling: touch; }

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: content-box; }

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  background: #000;
  background-clip: padding-box; }

.simplebar-track:hover .simplebar-scrollbar {
  opacity: .5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: .5; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.vertical {
  top: 0; }

.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% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes growUp {
  0% {
    -moz-transform: scale(0); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes growUp {
  0% {
    -o-transform: scale(0); }
  100% {
    -o-transform: scale(1); } }

@-ms-keyframes growUp {
  0% {
    -ms-transform: scale(0); }
  100% {
    -ms-transform: scale(1); } }

@keyframes growUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -moz-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; } }

/* 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"); }

html {
  display: flex;
  min-height: 100%;
  font-family: "GE Inspira Sans";
  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--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--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; } }

.container .container {
  width: auto; }

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

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

/* 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; }

.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", Arial, Helvetica Neue, Helvetica, sans-serif;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #a5a6a8;
  width: 100%;
  background: white; }

input[type="password"]::-ms-reveal {
  display: none; }

.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", 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", 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: FontAwesome;
    right: 20px;
    top: 12px;
    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: FontAwesome;
  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; }

/* 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: FontAwesome;
  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: FontAwesome;
  font-size: 16px;
  font-size: 0.79rem;
  line-height: 23.36px;
  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: FontAwesome;
  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: FontAwesome;
  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", 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: FontAwesome;
      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; }

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

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

.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-1,
.-font--h6,
h6 {
  font-size: 1.424rem;
  line-height: 1.898rem;
  margin: 0;
  font-weight: normal; }

.-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;
  line-height: 1.298rem; }

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

caption {
  font-size: 0.79em;
  font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif; }

blockquote,
blockquote.blockquote-sm {
  font-family: "GE Inspira Serif", 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", 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;
    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: 1px;
    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; }

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

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

.push-top-50 {
  padding-top: 50px; }

.margin-top-55 {
  margin-top: 55px !important; }

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

.-padding--top-1 {
  padding-top: 1.5rem; }

.-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-1 {
  margin-top: 10px !important; }

.-margin--top-2 {
  margin-top: 20px !important; }

.-margin--top-3 {
  margin-top: 30px !important; }

.-width--full {
  width: 100% !important; }

.-inline--block {
  display: inline-block; }

.blue-color {
  color: #005eb8; }

/*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; }

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

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

.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  height: 17px;
  width: 17px;
  border: solid 0.125rem #005eb8;
  border-radius: 0.125rem;
  display: inline-block;
  background-color: #fff;
  font-size: 0;
  line-height: 1; }
  .checkbox input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:active {
    outline: none; }
  .checkbox input[type="checkbox"]:checked {
    background: #005eb8; }
    .checkbox input[type="checkbox"]:checked:before {
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-top: 1px;
      margin-left: -2px;
      color: #fff;
      content: '\f00c';
      font-family: FontAwesome;
      font-size: 0.702rem;
      line-height: 1;
      text-align: center; }

.checkbox label span {
  display: inline-block;
  padding-left: 5px; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }

body {
  position: relative;
  line-height: 1.5em;
  font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #63666a; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2f3133;
  font-family: "GE Inspira Sans", 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, .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, .product-box .buttons, .herobanner-scroller-section .title p, .custom-input input, .breadcrumbs ul li {
  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, .picture-box, .text-box {
  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; }

.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-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--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--blueDarker2 {
  color: #13294b; }

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

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

.-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--striked {
  text-decoration: line-through; }

.-text--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

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

/* Main includes */
.global-navigation {
  position: relative;
  max-height: 68px;
  font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif; }
  .global-navigation .navbar-header {
    height: 68px;
    float: left; }
    .global-navigation .navbar-header:after {
      display: inline-block;
      content: '';
      width: 0;
      height: 100%;
      vertical-align: middle; }
    @media screen and (max-width: 991px) {
      .global-navigation .navbar-header {
        padding-left: 15px; } }
  .global-navigation .search-block-overlay {
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background: white;
    transition: height .25s ease-in-out; }
    .global-navigation .search-block-overlay.-fixed-over-nav {
      position: fixed;
      top: 0; }
    .global-navigation .search-block-overlay.active {
      border-top: 1px solid #d7d8d8;
      height: 62px;
      overflow: visible; }
    .global-navigation .search-block-overlay input[type="text"],
    .global-navigation .search-block-overlay .icon {
      float: left; }
    .global-navigation .search-block-overlay input[type="text"] {
      border: 0;
      color: #005eb8;
      font-size: 1.602rem;
      height: 60px;
      margin: 0;
      padding: 0 0 0 0;
      text-indent: 1.3rem;
      width: calc(100% - 50px); }
      .global-navigation .search-block-overlay input[type="text"]:active, .global-navigation .search-block-overlay input[type="text"]:focus {
        outline: 0; }
    .global-navigation .search-block-overlay .icon {
      cursor: pointer;
      width: 24px; }
      .global-navigation .search-block-overlay .icon.has-hover {
        transition: transform .25s ease-in-out;
        transform: rotate(0deg);
        text-align: center; }
        .global-navigation .search-block-overlay .icon.has-hover:hover {
          transform: rotate(180deg); }
      .global-navigation .search-block-overlay .icon .fa {
        font-size: 1.4rem;
        line-height: 60px;
        padding: 0px 3px; }
        .global-navigation .search-block-overlay .icon .fa.fa-times {
          font-size: 1rem; }
      .global-navigation .search-block-overlay .icon img {
        width: 100%; }
        .global-navigation .search-block-overlay .icon img.icon-search {
          margin: 17.5px 0; }
        .global-navigation .search-block-overlay .icon img.icon-close {
          margin: 24px 0;
          width: 50%; }

.ge-sub-header {
  color: #2f3133;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.navbar {
  /****** Navbar Dashboard Version 2 Desktop and Tablet ends *******/ }
  .navbar.-navbar--white {
    max-height: 68px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px -1px 10px 0px #a5a6a8;
    z-index: 102; }
    @media (min-width: 992px) {
      .navbar.-navbar--white > .container {
        display: flex; } }
    .navbar.-navbar--white .navbar-collapse {
      flex: 2 0; }
    @media (min-width: 992px) {
      .navbar.-navbar--white .navbar-nav.navbar-main {
        display: flex; } }
    .navbar.-navbar--white .navbar-nav.navbar-main > li > a {
      padding: 5px 12px;
      color: #63666a;
      font-size: 1rem;
      letter-spacing: 0.5px;
      text-transform: capitalize;
      transition: background .3s ease-in-out;
      height: 68px;
      overflow: hidden;
      white-space: nowrap; }
      .navbar.-navbar--white .navbar-nav.navbar-main > li > a:hover {
        color: #2f3133;
        background: #f4f5f8; }
      @media all and (min-width: 992px) {
        .navbar.-navbar--white .navbar-nav.navbar-main > li > a.active, .navbar.-navbar--white .navbar-nav.navbar-main > li > a:focus {
          color: #2f3133;
          background: #f4f5f8; } }
    .navbar.-navbar--white .navbar-right {
      height: 68px;
      float: right;
      margin: 0;
      line-height: 68px;
      font-size: 0; }
      @media all and (max-width: 991px) {
        .navbar.-navbar--white .navbar-right {
          margin-right: -10px; } }
      .navbar.-navbar--white .navbar-right > li {
        float: none;
        display: inline-block;
        height: 15px;
        margin-left: 24px;
        font-size: 0.702rem;
        line-height: 1.5em;
        vertical-align: middle; }
        @media all and (min-width: 992px) {
          .navbar.-navbar--white .navbar-right > li.basket-preview-button a.md-view {
            display: none; } }
        .navbar.-navbar--white .navbar-right > li.basket-preview-button .cart-label {
          position: absolute;
          top: calc(50% - 19px);
          right: -10px;
          display: block;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          font-size: 0.79rem;
          line-height: 18px;
          color: #fff;
          text-align: center;
          background-color: #00bf6f; }
          @media (max-width: 991px) {
            .navbar.-navbar--white .navbar-right > li.basket-preview-button .cart-label {
              right: 2px; } }
          @media (min-width: 1200px) {
            .navbar.-navbar--white .navbar-right > li.basket-preview-button .cart-label {
              right: -6px; } }
        @media all and (max-width: 991px) {
          .navbar.-navbar--white .navbar-right > li.basket-preview-button {
            margin-right: 5px; }
            .navbar.-navbar--white .navbar-right > li.basket-preview-button a.toggle-dropdown {
              display: none; }
            .navbar.-navbar--white .navbar-right > li.basket-preview-button a.md-view {
              display: inline-block; } }
        @media all and (max-width: 400px) {
          .navbar.-navbar--white .navbar-right > li.basket-preview-button {
            margin-right: 0; } }
        .navbar.-navbar--white .navbar-right > li.account-preview-button p {
          padding-right: 1.25rem;
          padding-left: 1.25rem; }
          @media (max-width: 991px) {
            .navbar.-navbar--white .navbar-right > li.account-preview-button p {
              padding-left: 28px; } }
          .navbar.-navbar--white .navbar-right > li.account-preview-button p.my-account-name {
            padding-top: 15px; }
        .navbar.-navbar--white .navbar-right > li.account-preview-button .view-dashboard-link {
          color: #005eb8;
          font-size: 1rem;
          display: inline; }
          .navbar.-navbar--white .navbar-right > li.account-preview-button .view-dashboard-link:hover {
            background: transparent;
            text-decoration: underline; }
        .navbar.-navbar--white .navbar-right > li.account-preview-button .account-section-title {
          margin: 0;
          letter-spacing: 0.5px;
          height: 3rem;
          line-height: 3rem; }
          .navbar.-navbar--white .navbar-right > li.account-preview-button .account-section-title:hover {
            cursor: default; }
        .navbar.-navbar--white .navbar-right > li.account-preview-button .-border--top {
          border-top: #ececf0 solid 1px; }
        .navbar.-navbar--white .navbar-right > li.account-preview-button .-border--bottom {
          border-bottom: #ececf0 solid 1px; }
        @media all and (min-width: 1200px) {
          .navbar.-navbar--white .navbar-right > li.account-preview-button > a .fa {
            margin: 0 0.5rem 0 0; } }
        @media all and (max-width: 991px) {
          .navbar.-navbar--white .navbar-right > li.account-preview-button {
            margin-right: 5px; } }
        @media all and (max-width: 400px) {
          .navbar.-navbar--white .navbar-right > li.account-preview-button {
            margin-right: 0; } }
        .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper {
          position: relative;
          height: 100%; }
          .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a {
            position: static;
            display: inline-block;
            height: 100%;
            padding: 0;
            color: #63666a;
            text-transform: capitalize;
            transition: color .1s ease;
            letter-spacing: 1px;
            outline: 0;
            text-decoration: none;
            vertical-align: top; }
            .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a .fa {
              margin: -2px 0 0 0;
              font-size: 1.125rem;
              line-height: 1; }
              @media all and (min-width: 1200px) {
                .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a .fa {
                  margin-right: 0.25rem;
                  margin-left: 0.25rem; } }
            .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a span {
              letter-spacing: 0.5px;
              font-size: 0.889rem; }
            @media all and (max-width: 991px) {
              .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a {
                height: 40px;
                width: 40px;
                margin-left: 0;
                padding: 7px 11px;
                font-size: 1.125rem;
                line-height: 1.5; }
                .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a .fa {
                  position: relative;
                  width: 18px;
                  height: 18px;
                  float: none;
                  font-size: 1.125rem;
                  text-align: center; } }
            @media all and (max-width: 1199px) {
              .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a span {
                display: none; } }
            .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a:hover, .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a:focus, .navbar.-navbar--white .navbar-right > li > .nav-link-wrapper > a.active {
              color: #005eb8;
              transition: color .1s ease;
              background: transparent; }
        @media all and (max-width: 991px) {
          .navbar.-navbar--white .navbar-right > li {
            height: auto;
            margin: 0;
            vertical-align: middle; }
            .navbar.-navbar--white .navbar-right > li.mobile-menu {
              margin-left: 26px; }
              .navbar.-navbar--white .navbar-right > li.mobile-menu > .nav-link-wrapper:after {
                position: absolute;
                left: -12px;
                top: 50%;
                height: 18px;
                width: 1px;
                margin-top: -9px;
                border-left: 1px solid lightgray;
                content: ''; } }
        @media all and (max-width: 360px) {
          .navbar.-navbar--white .navbar-right > li > .mobile-menu {
            margin-left: 11px; }
            .navbar.-navbar--white .navbar-right > li > .mobile-menu .fa:after {
              left: -17px; } }
      .navbar.-navbar--white .navbar-right .custom-dropdown .dropdown-section {
        top: 40px;
        font-size: 1.125rem; }
        .navbar.-navbar--white .navbar-right .custom-dropdown .dropdown-section.dropdown-right {
          right: -15px; }
    .navbar.-navbar--white .dropdown-section {
      top: 68px;
      line-height: 1.5em; }
      @media (min-width: 992px) {
        .navbar.-navbar--white .dropdown-section {
          margin-top: 14px; } }
    .navbar.-navbar--white .navbar-collapse {
      float: left; }
      .navbar.-navbar--white .navbar-collapse .navbar-collapse-header {
        display: none;
        background: #005eb8;
        height: 68px;
        padding: 25px 20px;
        color: white; }
        .navbar.-navbar--white .navbar-collapse .navbar-collapse-header p {
          font-size: 1.125em;
          color: #fff;
          margin: 0;
          padding: 0; }
        .navbar.-navbar--white .navbar-collapse .navbar-collapse-header button {
          display: inline-block;
          padding: 0 13px 0 0;
          margin: 0;
          position: relative;
          top: 4px; }
          .navbar.-navbar--white .navbar-collapse .navbar-collapse-header button:focus, .navbar.-navbar--white .navbar-collapse .navbar-collapse-header button:active, .navbar.-navbar--white .navbar-collapse .navbar-collapse-header button:hover {
            background: transparent; }
          .navbar.-navbar--white .navbar-collapse .navbar-collapse-header button span {
            background: white; }
  .navbar.-navbar--blue {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 63;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: #005eb8;
    flex: 0 0 auto;
    /****** Navbar Dashboard Version 2 Desktop and Tablet starts *******/ }
    .ie11 .navbar.-navbar--blue.-fixed-to-top,
    .ie10 .navbar.-navbar--blue.-fixed-to-top,
    .ie9 .navbar.-navbar--blue.-fixed-to-top,
    .edge .navbar.-navbar--blue.-fixed-to-top {
      position: fixed;
      left: 0;
      right: 0; }
      .ie11 .navbar.-navbar--blue.-fixed-to-top + main,
      .ie10 .navbar.-navbar--blue.-fixed-to-top + main,
      .ie9 .navbar.-navbar--blue.-fixed-to-top + main,
      .edge .navbar.-navbar--blue.-fixed-to-top + main {
        padding-top: 60px; }
    .navbar.-navbar--blue .navbar-header {
      height: 60px; }
    .navbar.-navbar--blue .navbar-brand {
      color: #fff;
      font-size: 1rem;
      width: auto;
      padding: 0 15px 0 0;
      margin: 0;
      line-height: 60px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
      @media screen and (max-width: 991px) {
        .navbar.-navbar--blue .navbar-brand {
          padding-left: 15px; } }
    .navbar.-navbar--blue .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .navbar.-navbar--blue .navbar-nav {
          margin-left: 15px; } }
      .navbar.-navbar--blue .navbar-nav > li > a {
        height: 60px;
        padding: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.889rem;
        line-height: 60px;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-left: 1rem;
        margin-right: 1rem; }
        .navbar.-navbar--blue .navbar-nav > li > a:hover {
          border-bottom: 3px solid #72cbe1;
          color: #fff !important; }
        .navbar.-navbar--blue .navbar-nav > li > a.-is--active, .navbar.-navbar--blue .navbar-nav > li > a.active {
          background: transparent !important;
          border-bottom: 3px solid #72cbe1;
          color: #fff !important;
          font-weight: bold; }
        .navbar.-navbar--blue .navbar-nav > li > a.toggle-dropdown:not(.-is--active) {
          font-weight: normal; }
    .navbar.-navbar--blue .custom-dropdown .dropdown-section {
      top: calc(100% + 15px); }
    .navbar.-navbar--blue .toggle-subnav {
      position: absolute;
      right: 0;
      padding: 2px 18px;
      color: white; }
      .navbar.-navbar--blue .toggle-subnav i.fa {
        margin: 0;
        transition: transform .25s ease-in-out; }
      .navbar.-navbar--blue .toggle-subnav.collapsed i.fa {
        transform: rotate(180deg); }
    .navbar.-navbar--blue .navbar-collapse {
      max-height: unset;
      border: 0;
      box-shadow: none; }
      @media (max-width: 991px) {
        .navbar.-navbar--blue .navbar-collapse {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          margin: 0;
          padding: 0 15px; } }
  .navbar.-navbar--dashboard {
    background-color: #fff !important; }
    .navbar.-navbar--dashboard .navbar-brand {
      color: #005eb8;
      font-size: 1rem;
      width: auto;
      padding: 0 15px 0 0;
      margin: 0;
      line-height: 52px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
      @media screen and (max-width: 991px) {
        .navbar.-navbar--dashboard .navbar-brand {
          padding-left: 15px; } }
    .navbar.-navbar--dashboard .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; }
      .navbar.-navbar--dashboard .navbar-nav > li > a {
        height: 52px;
        padding: 15px 12px;
        color: #63666a;
        font-size: 0.79rem;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 15px;
        padding-bottom: 12px;
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        .navbar.-navbar--dashboard .navbar-nav > li > a span {
          float: right;
          padding-top: 5px; }
        .navbar.-navbar--dashboard .navbar-nav > li > a:hover {
          border-bottom: 3px solid #005eb8;
          color: #005eb8 !important;
          font-weight: bold; }
        .navbar.-navbar--dashboard .navbar-nav > li > a.-is--active, .navbar.-navbar--dashboard .navbar-nav > li > a.active {
          background: transparent !important;
          border-bottom: 3px solid #005eb8;
          color: #005eb8 !important;
          font-weight: bold; }
        .navbar.-navbar--dashboard .navbar-nav > li > a.toggle-dropdown:not(.-is--active) {
          font-weight: normal; }
    .navbar.-navbar--dashboard .toggle-subnav {
      position: absolute;
      right: 0;
      padding: 2px 18px;
      color: #005eb8; }
      .navbar.-navbar--dashboard .toggle-subnav i.fa {
        margin: 0;
        transition: transform .25s ease-in-out; }
      .navbar.-navbar--dashboard .toggle-subnav.collapsed i.fa {
        transform: rotate(180deg); }
    .navbar.-navbar--dashboard.-fixed-to-top {
      box-shadow: 0 2px 2px 0 #d7d8db; }

body.modal-open .navbar.-navbar--white {
  z-index: auto; }

@media screen and (max-width: 991px) {
  .navbar.-navbar--white .collapse-nav-overflow {
    max-height: calc(100vh - 66px);
    overflow-y: auto; }
    .navbar.-navbar--white .collapse-nav-overflow li a {
      font-size: 0.79rem;
      color: #63666a;
      letter-spacing: normal; }
  .navbar.-navbar--white .navbar-toggle {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    float: none; }
    .navbar.-navbar--white .navbar-toggle img {
      margin-right: 0; }
    .navbar.-navbar--white .navbar-toggle:focus, .navbar.-navbar--white .navbar-toggle:active {
      outline: none; }
  .navbar-collapse-items {
    height: calc(100vh - 186px);
    overflow-y: scroll;
    overflow-x: hidden; }
  .navbar.-navbar--white .navbar-collapse {
    transition: right .25s ease-in-out, opacity .25s ease-in-out;
    background: #EAEAEA;
    height: 100vh !important;
    max-height: 100vh;
    position: fixed;
    z-index: 99;
    right: -85%;
    opacity: 0;
    width: 85%;
    margin: 0;
    padding: 0;
    border: 0;
    top: 0; }
    .navbar.-navbar--white .navbar-collapse.in {
      opacity: 1;
      right: 0; }
    .navbar.-navbar--white .navbar-collapse .navbar-collapse-header {
      display: block; }
      .navbar.-navbar--white .navbar-collapse .navbar-collapse-header .fa-times {
        color: #fff;
        font-size: 0.889rem; }
    .navbar.-navbar--white .navbar-collapse .nav > li {
      float: none; }
    .navbar.-navbar--white .navbar-collapse .nav > li > a {
      display: block;
      background-color: white;
      border-bottom: 1px solid #e9eaeb;
      height: 60px;
      padding: 14px 35px 14px 18px;
      line-height: 32px; }
      .navbar.-navbar--white .navbar-collapse .nav > li > a:focus, .navbar.-navbar--white .navbar-collapse .nav > li > a:active {
        background: white; }
      .navbar.-navbar--white .navbar-collapse .nav > li > a.toggle-dropdown {
        position: relative; }
        .navbar.-navbar--white .navbar-collapse .nav > li > a.toggle-dropdown .fa-angle-down {
          display: none; }
        .navbar.-navbar--white .navbar-collapse .nav > li > a.toggle-dropdown:after {
          font: normal normal normal 14px/1 FontAwesome;
          transform: translateY(-50%);
          display: inline-block;
          top: 50%;
          position: absolute;
          color: #A5A6A8;
          content: "\f067";
          right: 17px;
          line-height: 1;
          width: 14px;
          height: 14px;
          font-size: 0.889rem;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .navbar.-navbar--white .navbar-collapse .nav > li > a.toggle-dropdown.active {
          background: white;
          border-bottom: 1px solid #dcdddf; }
          .navbar.-navbar--white .navbar-collapse .nav > li > a.toggle-dropdown.active:after {
            content: "\f068"; }
    .navbar.-navbar--white .navbar-collapse .navbar-right,
    .navbar.-navbar--white .navbar-collapse .navbar-nav {
      float: none !important;
      margin: 0; }
    .navbar.-navbar--white .navbar-collapse .hidden-in-sidenav {
      display: none !important; }
    .navbar.-navbar--white .navbar-collapse .show-in-sidenav {
      display: block; }
    .navbar.-navbar--white .navbar-collapse .show-in-sidenav-inline {
      display: inline-block; }
    .navbar.-navbar--white .navbar-collapse .navbar-right img {
      display: none !important; }
    .navbar.-navbar--white .navbar-collapse .navbar-right li a {
      background: #e9eaeb;
      border-bottom: 1px solid #dcdddf; }
    .navbar.-navbar--white .navbar-collapse .navbar-right li a img:not(.hidden-in-sidenav) {
      width: 20px;
      display: inline-block;
      margin-right: 10px; }
    .navbar.-navbar--white .navbar-collapse .inline-in-sidenav {
      display: inline-block; }
    .navbar.-navbar--white .navbar-collapse .dropdown-section {
      position: static;
      border-bottom: 1px solid #e9eaeb;
      background-color: #f4f5f8; }
  .navbar.-navbar--blue .navbar-header {
    line-height: 60px; } }

@media screen and (min-width: 992px) {
  .navbar.-navbar--white .collapse-nav-overflow li a {
    display: table-cell;
    vertical-align: middle;
    line-height: 0; }
    .navbar.-navbar--white .collapse-nav-overflow li a span {
      display: inline-block;
      max-height: 68px;
      overflow: hidden;
      line-height: 16px; }
    .navbar.-navbar--white .collapse-nav-overflow li a .fa {
      top: 0; } }

@media screen and (max-width: 991px) {
  .navbar.-navbar--blue .navbar-collapse {
    background: #0054a8;
    max-height: calc(100vh - 60px); }
    .navbar.-navbar--blue .navbar-collapse .navbar-nav > li > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .navbar.-navbar--blue .navbar-collapse .navbar-nav > li:last-child a {
      border-bottom: 0; }
  .navbar.-navbar--blue .custom-dropdown .toggle-dropdown {
    transition: border-bottom-color .15s ease-in-out; }
  .navbar.-navbar--blue .custom-dropdown .toggle-dropdown.active {
    border-bottom-color: transparent; }
  .navbar.-navbar--blue .custom-dropdown .dropdown-section {
    position: unset;
    background: #004080;
    box-shadow: none; }
    .navbar.-navbar--blue .custom-dropdown .dropdown-section li > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      line-height: 16px;
      color: #FFF; }
      .navbar.-navbar--blue .custom-dropdown .dropdown-section li > a:hover, .navbar.-navbar--blue .custom-dropdown .dropdown-section li > a:focus, .navbar.-navbar--blue .custom-dropdown .dropdown-section li > a:active {
        outline: 0;
        background: inherit;
        border-left: none !important; }
      .navbar.-navbar--blue .custom-dropdown .dropdown-section li > a:hover {
        text-decoration: underline; }
    .navbar.-navbar--blue .custom-dropdown .dropdown-section li:last-child a {
      border-bottom: 0; }
  .navbar.-navbar--blue .custom-dropdown span.fa {
    font-size: 22px;
    position: absolute;
    right: 2px;
    top: 0;
    line-height: 60px;
    margin-right: 0; }
  .navbar.-navbar--blue li a {
    padding: 19px 0 !important;
    margin: 0 15px !important;
    line-height: 22px !important; }
  /****** Navbar Dashboard Version 2 Mobile starts *******/
  .navbar.-navbar--dashboard .navbar-collapse {
    background: #005eb8;
    max-height: calc(100vh - 60px); }
    .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a {
      border-bottom: 1px solid #fff;
      color: #fff; }
      .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a:hover, .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a:focus, .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a:active {
        border-color: #fff;
        color: #fff !important;
        font-weight: bold; }
        .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a:hover span, .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a:focus span, .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li > a:active span {
          font-weight: bold; }
    .navbar.-navbar--dashboard .navbar-collapse .navbar-nav > li:last-child a {
      border-bottom: 0; }
  .navbar.-navbar--dashboard .custom-dropdown .toggle-dropdown {
    transition: border-bottom-color .15s ease-in-out; }
  .navbar.-navbar--dashboard .custom-dropdown .toggle-dropdown.active {
    border-bottom-color: transparent; }
  .navbar.-navbar--dashboard .custom-dropdown span.fa {
    font-size: 22px;
    position: absolute;
    right: 2px;
    top: 0;
    line-height: 50px;
    margin-right: 0; }
  .navbar.-navbar--dashboard li a {
    padding: 14px 0 !important;
    margin: 0 15px !important; }
  /****** Navbar Dashboard Version 2 Mobile ends *******/ }

.basket-preview-button.not-empty .md-view:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #005eb8;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 6px; }

@media (min-width: 768px) and (max-width: 991px) {
  .secondary-navigation .navbar-header {
    position: relative; }
  .secondary-navigation .navbar-nav {
    width: 750px;
    margin: auto; }
  .secondary-navigation .custom-dropdown .dropdown-section.bg-blue:before {
    content: none; } }

.default-footer .footer-block-link {
  display: block;
  text-align: center;
  padding: 48px 0;
  /* Switched from 35px 0; */
  text-decoration: none;
  /* Added this */ }
  .default-footer .footer-block-link .link-img {
    width: 100%; }
    .default-footer .footer-block-link .link-img img {
      margin: 0 auto;
      display: block;
      width: 50px; }
  .default-footer .footer-block-link h6 {
    padding-top: 15px; }
  .default-footer .footer-block-link p {
    margin: 0; }

.default-footer .quick-links-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #5c666a;
  padding: 45px 0px 35px; }
  @media screen and (max-width: 768px) {
    .default-footer .quick-links-section ul {
      padding: 25px 0px 30px; } }

.default-footer .quick-links-section ul li {
  letter-spacing: 1px;
  color: rgba(99, 102, 106, 0.8);
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 0.79em; }
  .default-footer .quick-links-section ul li:first-child {
    padding-left: 0; }
  .default-footer .quick-links-section ul li a:hover {
    text-decoration: none; }

.default-footer .bottom-footer {
  padding: 20px 0 50px 0; }
  .default-footer .bottom-footer .company-section img,
  .default-footer .bottom-footer .company-section .copy-text {
    float: left; }
  .default-footer .bottom-footer .company-section img {
    width: 43px;
    height: 43px; }
  .default-footer .bottom-footer .company-section .copy-text {
    font-size: 0.79rem;
    text-transform: uppercase;
    width: 100%;
    padding-left: 0;
    padding-top: 5px; }
    .default-footer .bottom-footer .company-section .copy-text span, .default-footer .bottom-footer .company-section .copy-text a {
      line-height: 1.4em;
      display: inline-block;
      line-height: 1;
      padding: 2px 0;
      color: #a5a6a8;
      margin-right: 24px; }
      @media screen and (max-width: 991px) {
        .default-footer .bottom-footer .company-section .copy-text span.block-sm, .default-footer .bottom-footer .company-section .copy-text a.block-sm {
          display: block; } }
    .default-footer .bottom-footer .company-section .copy-text:last-child {
      margin-right: 0px; }
    .default-footer .bottom-footer .company-section .copy-text a {
      color: #a5a6a8; }
  .default-footer .bottom-footer .social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .default-footer .bottom-footer .social-icons li {
      display: inline-block;
      padding: 0 3px; }
      .default-footer .bottom-footer .social-icons li > a {
        display: inline-block; }
      .default-footer .bottom-footer .social-icons li span.fa {
        font-size: 1.125rem;
        transition: opacity .40s ease-in-out;
        color: #a5a6a8;
        display: inline-block;
        width: 30px;
        height: 34px;
        border-radius: 50%;
        position: relative; }
        .default-footer .bottom-footer .social-icons li span.fa:before {
          transform: translate(-50%, -50%);
          position: absolute;
          top: 50%;
          left: calc(50% - 1px); }
        .default-footer .bottom-footer .social-icons li span.fa:hover {
          opacity: 0.8; }
      .default-footer .bottom-footer .social-icons li:first-child {
        padding-left: 0; }
      .default-footer .bottom-footer .social-icons li:last-child {
        padding-right: 0; }

.default-footer .dropdown-xs span.fa {
  display: none; }

.default-footer .lang-select-link {
  background: #42494c !important;
  border-color: #42494c !important; }

@media screen and (max-width: 767px) {
  .default-footer .footer-block-link {
    padding: 15px 0; }
  .default-footer .quick-links-section {
    padding: 15px 0px; }
  .default-footer .quick-links-section ul li {
    display: block;
    width: 100%;
    padding: 8px 0; }
  .default-footer .bottom-footer {
    padding: 20px 0; }
    .default-footer .bottom-footer .social-icons {
      text-align: left;
      padding-top: 15px; }
    .default-footer .bottom-footer .social-icons li {
      padding: 0 5px; }
      .default-footer .bottom-footer .social-icons li:first-child {
        padding-left: 0; }
      .default-footer .bottom-footer .social-icons li:last-child {
        padding-right: 0; }
    .default-footer .bottom-footer .company-section img,
    .default-footer .bottom-footer .company-section .copy-text {
      float: none;
      display: block; }
    .default-footer .bottom-footer .company-section img {
      margin: 0 auto;
      margin-bottom: 15px; }
    .default-footer .bottom-footer .company-section .copy-text {
      text-align: left;
      width: 100%;
      padding: 0;
      line-height: 3.5em; }
    .default-footer .bottom-footer:first-child {
      display: block; }
  .default-footer .dropdown-xs span.fa {
    display: inline-block;
    transition: transform .25s ease-in-out; }
  .default-footer .dropdown-xs ul {
    display: none; }
  .default-footer .dropdown-xs.open span.fa {
    transform: rotate(180deg); } }

.country-modal .modal-footer {
  text-align: center; }

.site-map-links_col-4 {
  padding: 40px 0 45px 0px; }
  .site-map-links_col-4 .row {
    margin: 0; }
  .site-map-links_col-4 ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .site-map-links_col-4 ul li {
      padding: 0;
      margin: 0; }
      .site-map-links_col-4 ul li a {
        font-size: 0.889rem;
        color: #a5a6a8;
        line-height: 2em;
        display: block; }
  .site-map-links_col-4 h6 {
    line-height: 1;
    color: #d7d8db;
    margin-bottom: 13px;
    padding-top: 0;
    margin-top: 0;
    font-size: 0.79rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px; }
  .site-map-links_col-4 .site-map-links__col {
    width: 25%; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .site-map-links_col-4 .site-map-links__col {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .site-map-links_col-4 .site-map-links__col {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .site-map-links_col-4 {
      padding-top: 0; }
      .site-map-links_col-4 h6 {
        padding-top: 25px; } }
  @media screen and (max-width: 767px) {
    .site-map-links_col-4 {
      padding: 0 0 25px; }
      .site-map-links_col-4 .dropdown-xs h6 {
        padding-top: 15px;
        cursor: pointer; } }

/* 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: 0px 1px 2px 0px #2f3133;
  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.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 p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.125rem; }
    .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.5rem; }
      @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.15rem; } }
  .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;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    -moz-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    -o-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: 100%;
        margin: auto; }

.image-info-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px; }

.image-info-box-wrapper {
  display: flex; }

.image-info-box {
  width: 100%;
  margin: 0 0 30px;
  background-color: #ececf0;
  border: 1px solid #d7d8db;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /*product category cards styles for dotdotdot*/ }
  .image-info-box:hover .ge-button {
    background-color: #13294b;
    border-color: #13294b; }
  .image-info-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #63666a;
    text-align: center;
    position: relative; }
    .image-info-box a:hover {
      text-decoration: none; }
    .image-info-box a .ge-button {
      position: absolute;
      bottom: 25px;
      left: 25px;
      margin: 0; }
  .image-info-box figcaption {
    padding: 25px 25px 65px;
    text-align: left; }
    .image-info-box figcaption h3 {
      margin-bottom: 10px;
      margin-top: 10px; }
  .image-info-box__description {
    max-height: 182px;
    overflow: hidden; }
  .image-info-box__img-wrapper {
    position: relative;
    padding-top: 56%;
    overflow: hidden; }
    .image-info-box__img-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }

.hover-card-set ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  .hover-card-set ul li {
    display: flex; }
    .hover-card-set ul li .card {
      position: relative;
      z-index: 0;
      overflow: hidden;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 28px 28px 60px;
      /* styles for dotdotdot */ }
      @media (min-width: 481px) {
        .hover-card-set ul li .card {
          min-height: 302px; } }
      @media (min-width: 768px) {
        .hover-card-set ul li .card {
          min-height: 325px; } }
      .hover-card-set ul li .card:before {
        background-color: #ececf0;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
      .hover-card-set ul li .card__description {
        max-height: 182px;
        overflow: hidden; }
      .hover-card-set ul li .card .background-image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center;
        opacity: 0;
        -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
        .hover-card-set ul li .card .background-image:after {
          background-color: #005eb8;
          content: "";
          z-index: 1;
          opacity: 0;
          -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
      .hover-card-set ul li .card .info-text {
        position: relative;
        z-index: 1; }
        .hover-card-set ul li .card .info-text h3 {
          margin: 0 0 20px; }
        .hover-card-set ul li .card .info-text p {
          margin: 0 0 24px; }
      .hover-card-set ul li .card > a {
        padding: 0 15px;
        position: absolute;
        bottom: 28px;
        z-index: 1; }
      .hover-card-set ul li .card:hover {
        cursor: pointer; }
        .hover-card-set ul li .card:hover:before {
          opacity: 0; }
        .hover-card-set ul li .card:hover .background-image {
          opacity: 1; }
          .hover-card-set ul li .card:hover .background-image:after {
            background-color: #005eb8;
            opacity: 0.7; }
        .hover-card-set ul li .card:hover .info-text * {
          color: #fff; }
        .hover-card-set ul li .card:hover .ge-button {
          background-color: #13294b !important;
          border-color: #13294b !important; }
    @media (max-width: 600px) {
      .hover-card-set ul li.col-480-12 {
        width: 100%; } }

.ge-tabs, .search-tabs {
  padding: 0 15px 25px;
  display: block; }
  .ge-tabs ul, .search-tabs ul {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    list-style: none; }
    .ge-tabs ul li, .search-tabs ul li {
      margin-bottom: 0;
      display: inline-block; }
      .ge-tabs ul li a, .search-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 {
          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 {
          opacity: .33;
          cursor: default;
          pointer-events: none; }
      @media screen and (max-width: 768px) {
        .ge-tabs ul li a, .search-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 {
        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 {
        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 {
        margin-left: 0; }
  @media (max-width: 991px) {
    .ge-tabs, .search-tabs {
      margin-top: 12px;
      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 {
        /* 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, .search-tabs .ge-tabs_inner-wrapper {
        overflow: hidden;
        overflow-x: auto; }
      .ge-tabs ul, .search-tabs ul {
        overflow: visible;
        margin-bottom: 0;
        white-space: nowrap; }
      .ge-tabs .ie8 ul, .search-tabs .ie8 ul {
        margin: 20px 0; }
      .ge-tabs li, .search-tabs li {
        max-width: 270px;
        /* width of each individual items */
        display: inline-block;
        vertical-align: top;
        white-space: normal; } }

.search-tabs {
  padding: 25px 30px !important;
  margin: 25px 0px !important; }

.tabs-diff-size {
  font-size: 0;
  margin: 30px 0 20px 0; }
  .tabs-diff-size .tab {
    padding: 10px 0; }
  .tabs-diff-size a {
    padding: 5px 10px;
    border: 1px solid #00b5e2;
    text-decoration: none;
    text-transform: uppercase;
    color: #00b5e2;
    font-size: 1rem;
    font-weight: bold; }
  .tabs-diff-size .tab.active {
    padding: 5px 0; }
    .tabs-diff-size .tab.active a {
      padding: 10px 10px;
      color: #fff;
      background: #005eb8;
      border-color: #005eb8; }

.text-footnotes p {
  margin-bottom: 5px; }

.ge-pill {
  border: 0.125rem solid #f4f5f8;
  border-radius: 2.5rem;
  height: 2.5rem;
  margin: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  background-color: #fff;
  color: #2f3133;
  font-size: 0.79rem;
  line-height: 1.025rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

a.ge-pill {
  text-decoration: none; }

[type="button"].ge-pill,
[type="reset"].ge-pill,
[type="submit"].ge-pill {
  -webkit-appearance: button; }

.ge-pill:hover,
.ge pill:hover,
.ge-pill:active,
.ge pill:active,
.ge-pill:focus,
.ge pill:focus {
  background-color: #ececf0;
  border-color: #ececf0;
  cursor: pointer;
  color: #2f3133; }

.ge-pill:disabled,
.ge pill:disabled,
.ge-pill.-color--blue:disabled,
.ge pill.-color--blue:disabled {
  opacity: 0.33;
  pointer-events: none;
  color: #63666a;
  background-color: #d7d8db;
  border-color: #d7d8db; }

.ge-button,
.ge button {
  display: inline-block;
  margin: 0.5rem;
  padding: 0;
  border-radius: 2.5rem;
  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; }

.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.33;
  pointer-events: none;
  color: #63666a;
  background-color: #d7d8db;
  border-color: #d7d8db;
  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; }

/**** 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: #005eb8;
  color: #005eb8; }

.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: #13294b;
  color: #13294b; }

/* 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; }

/* 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: #005eb8;
  border-color: #fff; }
  .ge-button.-color--white:hover,
  .ge button.-color--white:hover {
    background-color: #a5a6a8;
    border-color: #a5a6a8;
    color: #fff; }

.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: #a5a6a8;
  color: #a5a6a8; }

/* 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: #005eb8; }

.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: #13294b; }

/* 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: #72cbe1; }

.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: #00b5e2; }

/* color blue */
button.ge-button--primary,
.ge-button.-color--blue,
.ge button.-color--blue {
  background-color: #005eb8;
  border-color: #005eb8; }

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: #13294b;
  border-color: #13294b; }

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: #005eb8;
  border-color: #005eb8; }

/* color green */
.ge-button.-color--green,
.ge button.-color--green {
  background-color: #00bf6f;
  border-color: #00bf6f; }

.ge-button.-color--green:hover,
.ge button.-color--green:hover,
.ge-button.-color--green:active,
.ge button.-color--green:active,
.ge-button.-color--green:focus,
.ge button.-color--green:focus {
  border-color: #027545;
  color: white;
  background: #027545; }

/*Color Orange */
.ge-button.-color--orange {
  background-color: #C9792B;
  border-color: #C9792B;
  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: #004080;
  color: #fff;
  border-color: #004080; }

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

.post-container .box-wrapper, .post-container .login-form .login-box, .login-form .post-container .login-box {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(47, 49, 51, 0.22);
  -moz-box-shadow: 0px 1px 2px 0px rgba(47, 49, 51, 0.22);
  -o-box-shadow: 0px 1px 2px 0px rgba(47, 49, 51, 0.22);
  box-shadow: 0px 1px 2px 0px rgba(47, 49, 51, 0.22); }

article p {
  margin: 0 0 20px; }

article .date {
  font-size: 0.889rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #005eb8; }

article h1 {
  margin-bottom: 20px;
  margin-top: 10px; }

article .author {
  margin-bottom: 30px; }

article .main-body p.-lead {
  font-size: 1.424rem;
  line-height: 1.898rem;
  margin-bottom: 25px; }

article img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px; }

article .footer-section {
  border-top: #ececf0 1px solid;
  margin-top: 40px;
  padding: 40px 0px 20px; }
  article .footer-section .tags span, article .footer-section .social span {
    display: block;
    padding: 0rem 0.5rem 1rem 0.5rem; }
  article .footer-section .title {
    padding: 0rem 0.5rem 0.5rem;
    display: block; }
  article .footer-section .social {
    margin-top: 40px; }
  article .footer-section .social .facebook {
    background-color: #395a97;
    border-color: #395a97; }
  article .footer-section .social .twitter {
    background-color: #55aeeb;
    border-color: #55aeeb; }
  article .footer-section .social .pinterest {
    background: #ba0420;
    border-color: #ba0420; }

.product-box {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  position: relative; }
  .product-box a {
    display: block; }
  .product-box .content {
    border-bottom: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .product-box .content > div:first-child {
      padding: 10px;
      overflow: hidden; }
      @media all and (max-width: 550px) {
        .product-box .content > div:first-child {
          padding: 10px 0; } }
    .product-box .content:hover .learn-more {
      margin: -38px 0 0;
      color: #005eb8; }
      @media all and (max-width: 500px) {
        .product-box .content:hover .learn-more {
          margin: -38px 0 0 -72px; } }
    .product-box .content img {
      margin: 20px auto 0;
      max-width: 100%;
      max-height: 130px; }
    .product-box .content a:hover {
      text-decoration: none; }
    .product-box .content a > span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
  .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; }
  .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; }
  .product-box:hover .h5, .product-box:hover p {
    color: #2f331a; }
  .product-box span.learn-more {
    display: block;
    font-size: 13px;
    margin: -38px 0 0 -77px;
    transition: all 0.2s ease-in-out 0s; }
    .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; }
  .product-box .price {
    margin: 0;
    font-size: 1.125rem;
    color: #2f3133;
    float: right; }
  .product-box .buttons {
    margin: 0 auto; }
    .product-box .buttons > div {
      border: 1px solid #efefef;
      padding: 6px 0; }
      .product-box .buttons > div:hover {
        background-color: #005eb8;
        border: 1px solid #005eb8; }
        .product-box .buttons > div:hover a {
          color: #fff; }
      .product-box .buttons > div.quote:hover {
        background-color: #19A948;
        border: 1px solid #19A948; }
      .product-box .buttons > div.shopping:hover {
        background-color: #49549B;
        border: 1px solid #49549B; }
      .product-box .buttons > div:first-child {
        border-right: 0; }
        @media all and (max-width: 768px) {
          .product-box .buttons > div:first-child {
            border-right: 1px solid #efefef;
            border-bottom: 0; } }
  .product-box .product-box__description {
    height: 5rem;
    margin-bottom: 10px;
    overflow: hidden; }

.product-listing-wrapper {
  border-radius: 0.3rem; }
  .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); }
    .product-listing-wrapper .product-box .product-description-wrapper {
      padding: 10px 20px 20px; }
    .product-listing-wrapper .product-box .product-image-wrapper {
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: space-around; }
    .product-listing-wrapper .product-box .content img {
      transition: all .3s ease 0s;
      max-height: 170px;
      margin: 0 auto; }
    .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; }
    .product-listing-wrapper .product-box .product-box__description {
      height: 5.2rem;
      color: #63666a;
      overflow: hidden;
      margin-bottom: 17px; }
      .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; }
    .product-listing-wrapper .product-box:hover {
      box-shadow: 0 1px 2px 0 #2f3133; }
      .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, .login-form .tile-view.login-box {
  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) .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; }

.left-nav-links {
  width: 100%;
  position: relative; }
  .left-nav-links a {
    font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
    padding: 12px 0; }
    @media all and (max-width: 991px) {
      .left-nav-links a {
        display: block; } }
    .left-nav-links a .fa {
      position: absolute;
      right: 0px;
      font-size: 25px; }
  .left-nav-links ul li {
    border-bottom: 1px solid #ececec; }
    .left-nav-links ul li:last-child a {
      padding-bottom: 0; }
    .left-nav-links ul li a {
      color: #63666a;
      display: block;
      text-decoration: none; }
      .left-nav-links ul li a span {
        position: absolute;
        right: 15px; }
    .left-nav-links ul li:last-child {
      border-bottom: none; }
    .left-nav-links ul li.refine-by {
      border-bottom: 0; }
      .left-nav-links ul li.refine-by h4.h4 {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px; }
      .left-nav-links ul li.refine-by h6.h6 {
        color: #2f331a;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        margin-top: 15px; }
      .left-nav-links ul li.refine-by hr {
        background-color: #ddd;
        border: 0;
        margin: 12px 0 0; }
  @media all and (max-width: 991px) {
    .left-nav-links ul.collapse li:nth-of-type(2) {
      border-top: 1px solid #ececec; } }
  @media all and (min-width: 992px) {
    .left-nav-links ul.collapse {
      display: block;
      height: auto !important; } }

.left-tabs {
  font-size: 0.889rem;
  margin-top: 1rem;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .left-tabs {
      letter-spacing: 1.5px;
      margin-bottom: 0; } }
  .left-tabs .left-tabs-btn {
    background-color: #fff;
    padding: 0.5rem 1.5rem; }
    .left-tabs .left-tabs-btn > a {
      display: block;
      font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
      font-size: 1.125rem;
      padding: 0.889rem 0;
      text-decoration: none;
      position: relative;
      color: #63666a; }
      .left-tabs .left-tabs-btn > a .fa {
        position: absolute;
        right: 0px;
        font-size: 1.424rem;
        line-height: 1.6rem; }
      .left-tabs .left-tabs-btn > a[aria-expanded='true'] .fa-angle-down:before {
        content: "\f106"; }
  .left-tabs ul {
    background-color: #fff;
    padding: 0 1.5rem 1.5rem; }
    @media (min-width: 992px) {
      .left-tabs ul {
        background-color: transparent;
        padding: 0 0 1.5rem 0; } }
    .left-tabs ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
      @media (min-width: 992px) {
        .left-tabs ul li {
          margin: 0rem 1.5rem 0rem 0rem; } }
      .left-tabs ul li:hover a {
        color: #2f3133; }
      .left-tabs ul li.selected, .left-tabs ul li .-is--active {
        color: #2f3133;
        font-weight: bold; }
      .left-tabs ul li a {
        color: #63666a;
        font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 0.889rem;
        display: block;
        padding: 0.5rem 0;
        text-decoration: none; }
        @media (min-width: 992px) {
          .left-tabs ul li a {
            font-size: 0.79rem; } }
        .left-tabs ul li a span {
          position: absolute;
          right: 15px; }
      .left-tabs ul li.active a {
        color: #2f3133;
        font-weight: bold; }
      .left-tabs ul li:last-child {
        border-bottom: none; }
        @media (min-width: 991px) {
          .left-tabs ul li:last-child {
            border-bottom: none; } }
      .left-tabs ul li.refine-by {
        border-bottom: 0; }
        .left-tabs ul li.refine-by h4.h4 {
          margin-top: 20px;
          margin-bottom: 0;
          font-size: 20px;
          padding-bottom: 15px; }
        .left-tabs ul li.refine-by h6.h6 {
          color: #2f331a;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 14px;
          margin-top: 15px; }
        .left-tabs ul li.refine-by hr {
          background-color: #ddd;
          border: 0;
          margin: 12px 0 0; }
      .left-tabs ul li.heading {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        margin-bottom: 20px; }
        .left-tabs ul li.heading i, .left-tabs ul li.heading a {
          color: #2f3133;
          font-weight: bold; }
        .left-tabs ul li.heading a {
          display: inline-block;
          margin-left: 8px; }
    @media all and (min-width: 992px) {
      .left-tabs ul.collapse {
        display: block;
        height: auto !important; } }

@media all and (min-width: 992px) {
  .checkbox-list {
    padding-bottom: 20px; } }

.checkbox-list .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  padding-bottom: 15px; }

.checkbox-list a.h4 {
  padding: 0;
  font-size: 1.125rem; }

.checkbox-list .sort-select {
  display: none; }

.checkbox-list ul {
  margin-bottom: 15px; }
  .checkbox-list ul li {
    text-overflow: ellipsis; }

.checkbox-list .fa {
  position: relative;
  float: right; }
  .checkbox-list .fa:nth-of-type(2) {
    top: 20px; }
  @media all and (min-width: 992px) {
    .checkbox-list .fa {
      display: none; } }

.checkbox-list.shop-checkbox .fa {
  margin-right: 15px; }

@media all and (max-width: 991px) {
  .checkbox-list .sort-select {
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none; }
    .checkbox-list .sort-select .fa {
      font-size: 25px; }
    .checkbox-list .sort-select:hover, .checkbox-list .sort-select:focus, .checkbox-list .sort-select:active {
      color: #63666a; }
  .checkbox-list ul {
    margin-bottom: 0; } }

.checkbox-list .h6 {
  font-size: 14px;
  margin-top: 15px; }
  @media all and (max-width: 991px) {
    .checkbox-list .h6 {
      margin: 0;
      font-size: 0.79rem; } }

.checkbox-list hr {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #ddd;
  border-top: none; }

.checkbox-list label {
  font-weight: normal; }

.checkbox-list input[type="checkbox"]:not(old) {
  height: 14px;
  width: 14px; }

.checkbox-list .clear-btn {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  font-size: 1.125rem;
  color: #63666a; }

.box-wrapper, .login-form .login-box {
  height: auto;
  background: #fff;
  padding: 30px 30px;
  margin: 15px 0; }
  .box-wrapper .btn-frame, .login-form .login-box .btn-frame {
    margin-bottom: 5px; }

.banner-wrapper {
  margin: 15px 0 30px 0; }

.col-sm-12.col-md-4.col-lg-4 .box-wrapper, .col-sm-12.col-md-4.col-lg-4 .login-form .login-box, .login-form .col-sm-12.col-md-4.col-lg-4 .login-box {
  padding: 30px 30px; }

.box-recommend {
  margin: 15px 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  background: url("/assets/images/Foto3.png");
  background-size: cover;
  color: #fff;
  position: relative; }
  .box-recommend .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 183, 0.82); }
  .box-recommend .form {
    z-index: 1;
    position: relative;
    padding: 30px 30px; }
    .box-recommend .form input,
    .box-recommend .form input:active,
    .box-recommend .form input:focus {
      outline: 0; }
      .box-recommend .form input::-webkit-input-placeholder,
      .box-recommend .form input:active::-webkit-input-placeholder,
      .box-recommend .form input:focus::-webkit-input-placeholder {
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.779em; }
      .box-recommend .form input:-moz-placeholder,
      .box-recommend .form input:active:-moz-placeholder,
      .box-recommend .form input:focus:-moz-placeholder {
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.779em; }
      .box-recommend .form input::-moz-placeholder,
      .box-recommend .form input:active::-moz-placeholder,
      .box-recommend .form input:focus::-moz-placeholder {
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.779em; }
      .box-recommend .form input:-ms-input-placeholder,
      .box-recommend .form input:active:-ms-input-placeholder,
      .box-recommend .form input:focus:-ms-input-placeholder {
        font-style: normal;
        text-transform: uppercase;
        font-size: 0.779em; }
  .box-recommend h6 {
    color: #fff;
    margin-top: 0; }
  .box-recommend p {
    color: rgba(255, 255, 255, 0.8); }

.updates {
  padding-bottom: 15px; }
  .updates .col-xs-11 {
    padding-left: 0; }
  .updates .up-icon i.fa.fa-comments-o {
    font-size: 22px;
    padding: 4px 0 8px; }
  .updates .up-info .title {
    color: #005eb8; }
    .updates .up-info .title p {
      color: #005eb8;
      margin: 0; }
  .updates .title a.h4 {
    color: #005eb8;
    font-size: 1.424em; }
  .updates .created-by-at {
    color: #63666a;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: bold;
    padding-bottom: 10px; }
    .updates .created-by-at i.fa {
      padding-left: 10px;
      padding-right: 3px; }
  .updates .text p {
    color: #63666a;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      .updates .text p {
        padding-left: 0; } }
  .updates.featured .up-icon .new-icon:hover {
    text-decoration: none; }
  .updates.featured .up-icon span {
    display: block;
    background: #8eb120;
    width: 30px;
    height: 15px;
    border-radius: 10px;
    color: #fff;
    line-height: 5px;
    font-size: 10px;
    padding: 5px;
    margin-top: 6px; }
  .updates.featured .up-info .text,
  .updates.featured .up-info .sh-info {
    display: none; }
  @media all and (max-width: 767px) {
    .updates .up-icon {
      padding: 0;
      margin-left: 15px;
      width: 30px; }
    .updates.featured .up-icon {
      padding: 0;
      margin-left: 0px;
      width: 30px; }
    .updates .up-info {
      width: calc(100% - 60px);
      padding: 0;
      margin-left: 15px; } }
  .updates .sh-info {
    float: none !important;
    margin-left: 60px; }

.registered .panel-group .panel-heading + .panel-collapse > .panel-body,
.registered .panel-group .panel-heading + .panel-collapse > .list-group,
.registered .table-responsive {
  border: none; }
  .registered .panel-group .panel-heading + .panel-collapse > .panel-body th,
  .registered .panel-group .panel-heading + .panel-collapse > .list-group th,
  .registered .table-responsive th {
    font-size: 0.79rem;
    text-transform: uppercase; }

.profil-info .btn-blue {
  margin-left: 15px; }

.profil-info a {
  margin-top: 15px; }

.profil-info p,
.profil-info h6 {
  color: #63666a; }

.profil-info .h-line {
  margin: 0 0 15px;
  padding-bottom: 15px; }

.profil-info .photo {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  overflow: hidden; }
  .profil-info .photo img {
    width: 100%; }

.profil-info .progress-wrap p {
  float: left;
  margin-right: 15px; }

.profil-info .progress-wrap .progress-bar {
  background: #00b5e2; }

.profil-info .intro .name {
  margin-top: 20px; }

.profil-info .intro .title {
  margin-top: 10px;
  margin-bottom: 0px; }

.profil-info .intro .company {
  margin-top: 0px; }

.profil-info .member p {
  margin: 0; }

@media all and (max-width: 991px) {
  .profil-info .intro .name {
    margin-top: 0; }
  .profil-info .h-style {
    border: none; }
  .profil-info .btn-blue {
    float: right; } }

@media all and (max-width: 767px) {
  .profil-info .photo-wrap {
    width: 80px;
    margin: 0;
    padding: 0;
    margin-right: 15px; }
  .profil-info .info-wrap {
    width: calc(100% - 110px);
    margin-right: 15px;
    padding: 0; } }

.clubs {
  margin: 0 0 15px; }
  .clubs div {
    display: inline-block;
    vertical-align: middle; }
  .clubs .photo {
    height: 45px;
    width: 45px;
    margin-right: 15px;
    overflow: hidden; }
    .clubs .photo img {
      height: 100%; }
  .clubs .title {
    color: #2f3133; }
  .clubs__dialog {
    width: 80%; }
    @media screen and (max-width: 767px) {
      .clubs__dialog {
        width: 100%;
        margin: 10px 0; } }
  .clubs__column-wrapper {
    margin: 0 10px; }
  .clubs__description p {
    font-size: 14px;
    font-size: 0.875rem; }
  .clubs__links a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #63666a; }
    .clubs__links a:hover {
      text-decoration: none;
      color: #2f3133; }
    .clubs__links a i.fa {
      padding-left: 5px; }

.site-map-links h6 {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0; }

.site-map-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.site-map-links .container {
  padding: 0; }

.site-map-links__col {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .site-map-links__col {
      width: 100%; } }
  .site-map-links__col a {
    word-break: break-all; }

.box-wrapper.alert button.close, .login-form .alert.login-box button.close {
  line-height: 1rem; }

.useful-links-component .dashboard-useful-links {
  display: flex;
  flex-wrap: wrap; }
  .useful-links-component .dashboard-useful-links .dashboard-useful-link {
    color: #63666a;
    cursor: pointer;
    width: 120px;
    padding: 5px;
    margin: 0 20px 10px 0;
    background-color: #EAEAEA;
    border-bottom: 2px solid #005eb8; }
    .useful-links-component .dashboard-useful-links .dashboard-useful-link:hover {
      color: #63666a;
      text-decoration: none; }
    .useful-links-component .dashboard-useful-links .dashboard-useful-link__image-wrapper {
      padding: 10px 0; }
      .useful-links-component .dashboard-useful-links .dashboard-useful-link__image-wrapper img {
        display: block;
        margin: auto;
        height: 2.596rem;
        max-width: 100%; }
    .useful-links-component .dashboard-useful-links .dashboard-useful-link p {
      font-size: 0.889rem;
      line-height: 1.025rem;
      min-height: 2.05rem;
      text-align: center;
      margin: 0; }
    .useful-links-component .dashboard-useful-links .dashboard-useful-link:last-child {
      margin-right: 0; }
    @media screen and (max-width: 413px) {
      .useful-links-component .dashboard-useful-links .dashboard-useful-link {
        margin: 0 10px 10px 0; } }
    @media screen and (max-width: 320px) {
      .useful-links-component .dashboard-useful-links .dashboard-useful-link {
        margin: 10px auto; }
        .useful-links-component .dashboard-useful-links .dashboard-useful-link:last-child {
          margin: 10px auto; } }

.dashboard-notification-component {
  padding: 20px 30px;
  border-bottom: 3px solid #005eb8; }
  .dashboard-notification-component .row > div {
    padding: 0; }
  .dashboard-notification-component img {
    height: 3.286rem; }
  @media screen and (max-width: 767px) {
    .dashboard-notification-component img {
      display: block;
      margin: 0 auto; } }

.h-line {
  border-bottom: 1px solid #ddd; }

.h-style {
  margin: 0;
  padding-bottom: 15px;
  margin: 0 0 30px; }

.h-tab + ul {
  margin-top: -72px;
  border: none; }
  .h-tab + ul li {
    border: none;
    float: right !important; }
    .h-tab + ul li a {
      border: none !important;
      padding: 0;
      margin-right: 15px;
      padding-bottom: 15px; }
    .h-tab + ul li:first-of-type a {
      margin-right: 0; }
  .h-tab + ul li.active > a,
  .h-tab + ul li.active > a:focus,
  .h-tab + ul li.active > a:hover,
  .h-tab + ul li a:hover {
    border-bottom: 7px solid #ddd !important;
    background: none; }

.h-tab.tab-left + ul li a {
  margin-right: 15px; }

.h-tab.tab-left + ul li:first-of-type a {
  margin-right: 0; }

.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: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      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;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-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; }

.community-item {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d7d8d8;
  padding: 20px 0;
  margin: 0 auto 20px auto;
  color: #63666a; }
  .community-item div .h4 {
    color: #2f3133;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 7px;
    margin-bottom: 0; }
  .community-item div:first-child {
    margin-bottom: 15px; }
  .community-item div.text-center, .community-item div.banner, .community-item div.register-banner, .community-item div.search-banner {
    font-weight: bold;
    color: #a5a6a8; }
    .community-item div.text-center > div:first-of-type, .community-item div.banner > div:first-of-type, .community-item div.register-banner > div:first-of-type, .community-item div.search-banner > div:first-of-type {
      margin-top: 13px; }
  .community-item.blog-post-item {
    margin-bottom: 0; }
  .community-item .details-container {
    margin: 15px;
    margin-top: 0; }
    @media all and (max-width: 767px) {
      .community-item .details-container {
        margin: 0; } }
  .community-item .author-icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #005eb8;
    color: #fff;
    position: relative;
    margin: 10px auto 0 auto;
    border-radius: 50%;
    overflow: hidden; }
    .community-item .author-icon span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .community-item p {
    margin: 0; }
  @media all and (max-width: 991px) {
    .community-item .col-xs-12 > .col-xs-12 {
      padding: 0; } }
  @media all and (max-width: 400px) {
    .community-item ul li {
      padding-left: 0;
      padding-right: 0; } }
  .community-item ul:nth-of-type(1) li {
    border: 2px solid #dddddd;
    border-radius: 30px; }
  .community-item ul a {
    padding: 0 10px; }
    .community-item ul a:hover {
      text-decoration: none; }
  .community-item .info-label span, .community-item .info-label ul li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    color: #005eb8;
    border: none; }
    .community-item .info-label span:first-of-type, .community-item .info-label ul li:first-of-type {
      padding-left: 0 !important; }
  .community-item .info-label > span:first-of-type {
    padding-top: 5px; }
  .community-item.community-item--thread {
    padding: 0;
    color: #63666a; }
    .community-item.community-item--thread .row {
      margin-bottom: 0; }
    .community-item.community-item--thread a {
      color: #005eb8; }
    .community-item.community-item--thread .info-label span, .community-item.community-item--thread .info-label ul li {
      color: #63666a;
      font-weight: normal; }
    .community-item.community-item--thread .author-details {
      float: left;
      margin-top: 5px; }
      @media all and (max-width: 767px) {
        .community-item.community-item--thread .author-details {
          float: none; } }
      .community-item.community-item--thread .author-details .author-name {
        width: 100%;
        font-size: 16px;
        display: block;
        margin-bottom: 0;
        float: none; }
      .community-item.community-item--thread .author-details .author-position {
        font-size: 14px;
        margin-top: 0; }
    .community-item.community-item--thread .author-icon {
      float: left;
      margin-right: 10px;
      margin-left: -15px;
      margin-top: 5px; }
      .community-item.community-item--thread .author-icon.smaller {
        width: 25px;
        height: 25px;
        margin: 8px 10px 0 0; }
        .community-item.community-item--thread .author-icon.smaller span {
          line-height: 26px;
          font-size: 12px; }
    .community-item.community-item--thread .author-name {
      line-height: 1.5em;
      float: left;
      margin: 10px;
      margin-left: 0; }
      @media all and (max-width: 34em) {
        .community-item.community-item--thread .author-name {
          margin: 10px 0; } }
    .community-item.community-item--thread.community-item--answer .author-name {
      margin-top: 2px; }
    .community-item.community-item--thread .main-content {
      margin-top: 15px;
      margin-bottom: 15px; }
      .community-item.community-item--thread .main-content > p {
        margin-bottom: 15px; }
    .community-item.community-item--thread .actions ul {
      margin-top: 30px;
      margin-bottom: 30px; }
    .community-item.community-item--thread .actions li {
      border: 0; }
      @media all and (max-width: 400px) {
        .community-item.community-item--thread .actions li {
          width: 100%; } }
    .community-item.community-item--thread .actions .icon {
      background-size: 70%;
      background-color: transparent;
      float: left;
      width: 16px;
      height: 16px;
      margin: 0 10px; }
      .community-item.community-item--thread .actions .icon.help-icon {
        font-family: 'GE'; }
        @media all and (min-width: 400px) {
          .community-item.community-item--thread .actions .icon.help-icon {
            margin-left: 0; } }
      .community-item.community-item--thread .actions .icon.add-comment-icon {
        background: url("/assets/images/icons-temp/comment-icon.png") center center no-repeat; }
      .community-item.community-item--thread .actions .icon.share-icon {
        background: url("/assets/images/icons-temp/share-icon.png") center center no-repeat; }

.answer-verified {
  display: none;
  background-color: #efefef;
  background-color: #efefef;
  margin: 17px 30px;
  line-height: 25px;
  float: left;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 25px; }
  @media all and (max-width: 767px) {
    .answer-verified {
      margin-left: 0; } }
  .answer-verified .verified-icon {
    background: url("/assets/images/icons-temp/verified-icon.png") center center no-repeat;
    background-size: 70%;
    background-color: transparent;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 3px; }

.answer-verified-container .answer-verified {
  display: block; }

.community .navbar-right {
  float: left !important; }

.community .h-tab + ul {
  margin-top: 0; }

.community .box-wrapper, .community .login-form .login-box, .login-form .community .login-box {
  padding: 30px; }
  @media all and (max-width: 991px) {
    .community .box-wrapper, .community .login-form .login-box, .login-form .community .login-box {
      padding: 15px 30px; } }

.community .box-wrapper.title-replaced, .community .login-form .title-replaced.login-box, .login-form .community .title-replaced.login-box {
  padding: 15px 30px 0; }

.community .community-item.community-item--thread:last-of-type:not(.community-item--answer):not(.blog-post-item) {
  border-bottom: 1px solid #d7d8d8; }

.community .community-item:last-of-type {
  border-bottom: 0; }

.community.community-thread h3, .community.blog-post h3 {
  margin-top: 0; }

.community-sidebar .h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px; }
  @media all and (max-width: 991px) {
    .community-sidebar .h4 {
      padding: 15px 0; } }

.community-sidebar .sort-select {
  margin-top: 0;
  margin-bottom: 0; }
  @media all and (max-width: 991px) {
    .community-sidebar .sort-select {
      display: block; } }

.community-sidebar .custom-select {
  width: 100%; }
  .community-sidebar .custom-select:after, .community-sidebar .custom-select::after {
    top: auto;
    bottom: 14px; }
  .community-sidebar .custom-select .form-control {
    width: 100%;
    font-size: 14px; }

.community-sidebar p {
  margin: 0;
  font-size: 13px; }

.community-sidebar label {
  margin-top: 5px;
  font-size: 13px; }

.community-sidebar ul li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0; }
  .community-sidebar ul li:last-child {
    border-bottom: none; }
  .community-sidebar ul li a:focus,
  .community-sidebar ul li a:hover {
    color: #2f3133; }

.filter-btn-wrapper {
  position: relative;
  transition: height 1s; }
  .filter-btn-wrapper i {
    position: relative;
    float: right;
    font-size: 25px; }
  @media all and (max-width: 991px) {
    .filter-btn-wrapper h4 {
      border-bottom: none; } }

@media all and (max-width: 991px) {
  .filters-wrapper:not(.in) {
    display: none; } }

@media all and (min-width: 992px) {
  .filters-wrapper:not(.in) {
    display: block;
    height: auto !important; } }

.origin {
  display: block; }
  @media all and (max-width: 991px) {
    .origin {
      display: none; } }

.twin {
  display: none; }
  @media all and (max-width: 991px) {
    .twin {
      display: block; } }

.blog-post-container {
  margin-top: 35px;
  margin-bottom: 35px; }

.picture-box {
  border: 1px solid #efefef;
  padding: 30px;
  height: 300px;
  overflow: hidden; }
  .picture-box .picture-img {
    max-height: 100%;
    overflow: hidden; }
    .picture-box .picture-img img {
      max-height: 100%; }

.single-box div {
  width: 100%; }

.single-box .picture-img {
  height: 175px; }

.single-box .h4 {
  text-align: center; }

.single-box.small-box .picture-img {
  height: auto;
  max-height: 175px;
  min-height: 153px; }

.double-box div {
  float: left; }

.double-box .picture-img {
  height: 100%;
  width: 60%;
  max-height: 260px; }
  @media all and (max-width: 1200px) {
    .double-box .picture-img {
      width: 50%; } }
  .double-box .picture-img img {
    height: auto; }

.double-box .picture-info {
  display: table;
  height: 100%;
  width: 40%; }
  .double-box .picture-info .h4 {
    display: table-cell;
    vertical-align: middle; }

.profile-form {
  padding-bottom: 30px; }
  .profile-form .head-title {
    padding-bottom: 10px; }
  .profile-form .push-top-10 {
    padding-top: 10px; }
  .profile-form .no-margin-md-up {
    margin-top: 0 !important; }
  .profile-form .profile-picture {
    overflow: hidden;
    height: auto;
    margin-bottom: 40px; }
    @media all and (max-width: 991px) {
      .profile-form .profile-picture .col-xs-12 {
        padding-left: 0;
        padding-right: 0; } }
    .profile-form .profile-picture .profile-img {
      overflow: hidden;
      width: 140px;
      height: 140px; }
      .profile-form .profile-picture .profile-img img {
        max-width: 100%; }
    .profile-form .profile-picture button {
      margin-right: 10px;
      color: #2f3133;
      border: 1px solid #d4d4d4; }
      .profile-form .profile-picture button.btn-roll:hover span:after {
        color: #2f3133; }
      @media all and (max-width: 991px) {
        .profile-form .profile-picture button:first-of-type {
          margin-top: 10px;
          margin-bottom: 10px; } }
      .profile-form .profile-picture button span {
        color: #2f3133; }
        .profile-form .profile-picture button span:hover {
          color: #2f3133; }
      @media all and (max-width: 1200px) and (min-width: 768px) {
        .profile-form .profile-picture button {
          margin-right: 0;
          min-width: 200px; } }
      @media all and (max-width: 768px) {
        .profile-form .profile-picture button {
          width: 100%; } }
  .profile-form .profile-information select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative; }

.verified {
  width: 100%;
  height: auto;
  display: table; }
  .verified input {
    width: 100%;
    display: table-cell; }
  .verified span {
    width: 130px;
    border: 1px solid #d4d4d4;
    border-left: none;
    background-color: #f9f9f9;
    display: table-cell;
    font-size: 11px;
    padding-left: 18px;
    margin: 0 auto;
    line-height: 1px; }
    @media all and (max-width: 768px) {
      .verified span {
        display: none; }
        .verified span.mob-verified {
          display: table-cell;
          width: 40px;
          padding-left: 14px; } }
    @media all and (min-width: 768px) {
      .verified span.mob-verified {
        display: none; } }
    .verified span .fa {
      margin-right: 3px;
      font-size: 13px; }

.required-info::after, .required-info:after {
  content: "*";
  color: red; }

.verified.success span {
  color: #19A948; }

.error input:not(:checked) {
  border: 1px solid #f00 !important;
  background: rgba(255, 193, 193, 0.27) !important; }

@media screen and (max-width: 991px) {
  .profile-form .no-margin-md-up {
    margin-top: 20px !important; }
  .profile-form .no-margin-xs-up {
    margin-top: 0 !important; } }

.option-box {
  overflow: hidden;
  height: auto;
  width: 100%;
  display: table; }
  .option-box div {
    display: table-cell;
    vertical-align: middle; }
    @media all and (min-width: 992px) {
      .option-box div {
        float: none; } }
    @media all and (max-width: 992px) {
      .option-box div button {
        margin-top: 10px; } }
  .option-box h6 {
    margin-bottom: 10px; }
  .option-box p {
    margin: 0; }

.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: 'FontAwesome';
        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: 'FontAwesome';
    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: 100px 0;
    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; } }

.banner, .register-banner, .search-banner {
  width: 100%;
  height: 360px;
  display: table; }

.text-box {
  height: auto;
  overflow: hidden;
  background: #efefef;
  padding: 40px; }

@media all and (max-width: 768px) {
  .register-banner {
    display: none; } }

.register-banner > div {
  display: table-cell;
  vertical-align: middle; }

.register-banner .h2 {
  margin-bottom: 20px; }

.register-banner p {
  width: 70%;
  margin: 0 auto 20px auto; }

.register-banner button {
  border: 1px solid #fff; }

.search-banner > div {
  display: table-cell;
  vertical-align: middle; }

.custom-input {
  max-width: 525px;
  width: 100%;
  margin: 0 15px;
  margin: 0 auto;
  display: inline-block;
  position: relative; }
  @media all and (max-width: 600px) {
    .custom-input {
      max-width: 320px; } }
  @media all and (max-width: 400px) {
    .custom-input {
      max-width: 300px; } }
  .custom-input > * {
    display: inline-block; }
  .custom-input input {
    max-width: 100%;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #a9c4de;
    padding-bottom: 10px;
    font-size: 11px;
    color: #fff;
    outline: none; }
    .custom-input input::-webkit-input-placeholder {
      color: #fff; }
    .custom-input input:-moz-placeholder {
      color: #fff; }
    .custom-input input::-moz-placeholder {
      color: #fff; }
    .custom-input input:-ms-input-placeholder {
      color: #fff; }
  .custom-input button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px; }

.centre-block {
  margin: 0 auto;
  display: block; }

.view-list p {
  display: inline-block; }

.view-list ul {
  padding: 0;
  display: inline-block; }
  .view-list ul li {
    display: inline-block; }

.page-count p {
  margin: 5px 0; }

@media all and (max-width: 991px) {
  .showing-views {
    position: absolute;
    top: 75px; }
  .table-margin-top {
    margin-top: 165px; } }

.table-responsive button {
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none; }

.shop-wrapper h1.h-style {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .shop-wrapper h1.h-style2 {
    margin-bottom: 30px;
    margin-top: 5px; } }

.shop-wrapper h2.sub-heading {
  color: #2f3133;
  margin-bottom: 10px; }

.shop-wrapper .ge-select {
  font-size: 1.125rem; }

.shop-wrapper .box-wrapper, .shop-wrapper .login-form .login-box, .login-form .shop-wrapper .login-box {
  padding: 0 30px 10px; }
  @media (min-width: 992px) {
    .shop-wrapper .box-wrapper, .shop-wrapper .login-form .login-box, .login-form .shop-wrapper .login-box {
      margin-top: 0; } }
  .shop-wrapper .box-wrapper.level-2, .shop-wrapper .login-form .level-2.login-box, .login-form .shop-wrapper .level-2.login-box {
    background-color: #ececf0;
    padding: 0 30px 10px 0; }
    @media (min-width: 992px) {
      .shop-wrapper .box-wrapper.level-2, .shop-wrapper .login-form .level-2.login-box, .login-form .shop-wrapper .level-2.login-box {
        background-color: transparent; } }
    .shop-wrapper .box-wrapper.level-2 .refine-by h6, .shop-wrapper .login-form .level-2.login-box .refine-by h6, .login-form .shop-wrapper .level-2.login-box .refine-by h6 {
      margin-top: 0; }
    .shop-wrapper .box-wrapper.level-2 .left-nav-links, .shop-wrapper .login-form .level-2.login-box .left-nav-links, .login-form .shop-wrapper .level-2.login-box .left-nav-links {
      padding-bottom: 0; }
      .shop-wrapper .box-wrapper.level-2 .left-nav-links > a, .shop-wrapper .login-form .level-2.login-box .left-nav-links > a, .login-form .shop-wrapper .level-2.login-box .left-nav-links > a {
        color: #63666a; }

@media (min-width: 992px) {
  .shop-wrapper .search-sidebar .checkbox-list {
    padding-top: 5px; } }

.shop-wrapper .left-nav-links {
  padding-bottom: 15px; }

.shop-wrapper .sort-box {
  margin-top: 10px; }
  @media (min-width: 992px) {
    .shop-wrapper .sort-box {
      margin-top: 5px; } }
  .shop-wrapper .sort-box .showing-results {
    color: #63666a;
    margin-top: 10px; }
    .shop-wrapper .sort-box .showing-results span:first-child {
      font-weight: bold; }
  .shop-wrapper .sort-box .ge-select {
    width: 100%;
    padding-right: 1.7rem; }
    .shop-wrapper .sort-box .ge-select option {
      padding-right: 1.7rem; }
    .shop-wrapper .sort-box .ge-select:focus {
      padding-right: calc(1.7rem - 1px); }
      .shop-wrapper .sort-box .ge-select:focus option {
        padding-right: calc(1.7rem - 1px); }
  .shop-wrapper .sort-box .custom-select:after {
    right: 9px; }

.shop-wrapper .back-to-link-wrapper {
  margin-bottom: 15px; }
  .shop-wrapper .back-to-link-wrapper .back-to-link a {
    background: #0054a8;
    color: #fff;
    display: block;
    padding: 10px 30px; }
    .shop-wrapper .back-to-link-wrapper .back-to-link a:hover {
      background-color: #004080; }
  .shop-wrapper .back-to-link-wrapper .back-to-link span {
    color: #fff;
    padding-right: 15px; }

.shop-wrapper .custom-select label {
  margin-top: 0; }

.shop-wrapper .banner-component.title-banner {
  padding: 30px 40px; }

.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: 0px;
      padding-top: 1px; }
  .products-scroller-box-wrapper .slick-disabled {
    opacity: 0.33;
    pointer-events: none; }

.shop-wrapper .box-wrapper.products-scroller-box-wrapper, .shop-wrapper .login-form .products-scroller-box-wrapper.login-box, .login-form .shop-wrapper .products-scroller-box-wrapper.login-box {
  padding-left: 40px;
  padding-right: 40px; }

.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: FontAwesome;
        margin-right: 15px;
        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: FontAwesome;
      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: FontAwesome;
          margin-right: 10px;
          color: inherit;
          font-size: 0.702rem; }
      .ge-breadcrumbs__mobile-container ul.crumbs li .crumb-last::before {
        content: "\f106" !important;
        font-family: FontAwesome;
        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; }

.help-block {
  margin-top: 0; }
  .help-block .h3 {
    margin-top: 0; }
  .help-block a {
    color: #005eb8; }
  .help-block h3 {
    margin-top: 0; }

.search-results .h-tab + ul {
  margin-top: 0;
  margin-bottom: -10px; }

@media all and (max-width: 400px) {
  .search-results .h-tab + ul {
    float: left;
    font-size: 12px; } }

.search-results .box-wrapper, .search-results .login-form .login-box, .login-form .search-results .login-box {
  margin: 0;
  padding: 0 30px;
  background: transparent; }

@media all and (max-width: 991px) {
  .search-results .box-wrapper, .search-results .login-form .login-box, .login-form .search-results .login-box {
    padding: 0 15px; } }

.search-results .promobox-wrapper {
  background: #fff;
  margin: 15px 0;
  padding: 30px; }
  .search-results .promobox-wrapper a {
    display: inline-block; }

.search-results h4 a {
  color: #005eb8; }

.search-results h4.h-small {
  margin-bottom: 15px; }

.search-results .icon {
  background-size: 70%;
  background-color: transparent;
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 10px; }
  .search-results .icon.type-icon {
    background: url("/assets/images/icons-temp/type-icon.png") center center no-repeat; }

.search-results .search-item {
  padding: 20px 0;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.46rem;
  position: relative; }
  @media (max-width: 991px) {
    .search-results .search-item {
      margin-left: 0;
      margin-right: 0; } }
  .search-results .search-item .title-link {
    color: #005eb8;
    font-size: 1.125rem;
    line-height: 1.898rem; }
  .search-results .search-item p {
    font-size: 1rem;
    color: #63666a;
    line-height: 1.46rem; }
  .search-results .search-item:last-of-type {
    border-bottom: 0; }
  .search-results .search-item .centered {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0; }
  .search-results .search-item .product-item-buttons a {
    margin: 0 0 0 8px; }
    .search-results .search-item .product-item-buttons a:first-child {
      margin-left: 0; }
  .search-results .search-item .info-label {
    color: #63666a;
    text-transform: uppercase;
    font-size: 0.79rem;
    font-weight: bold;
    padding-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .search-results .search-item .info-label .list-inline li {
        display: block;
        width: 100%;
        padding-left: 0; } }
    .search-results .search-item .info-label .list-inline span {
      margin-right: 5px; }
  .search-results .search-item img {
    max-width: 100%; }
    @media (min-width: 768px) {
      .search-results .search-item img {
        max-height: 80px; } }
    @media (min-width: 992px) {
      .search-results .search-item img {
        max-height: 77px; } }
    @media (min-width: 1200px) {
      .search-results .search-item img {
        max-height: 103px; } }
  .search-results .search-item.-type--promoted {
    background-color: #f8f8f9;
    margin-bottom: 5px;
    padding-left: 28px;
    padding-right: 15px; }
    .search-results .search-item.-type--promoted ~ hr {
      background-color: #f8f8f9;
      margin: 50px 15px 20px 15px; }
      @media (max-width: 991px) {
        .search-results .search-item.-type--promoted ~ hr {
          margin: 50px 0 20px 0; } }

.search-results .result-count {
  color: #63666a;
  font-size: 1rem;
  padding: 15px 15px 30px 15px; }
  @media (max-width: 991px) {
    .search-results .result-count {
      padding: 15px 0 30px 0; } }

.search-results.-page--knowledge-center .search-results__header {
  padding: 15px 0;
  background-color: #e0e0e0; }
  .search-results.-page--knowledge-center .search-results__header p {
    font-weight: bold;
    color: #2f3133;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1rem;
    margin: 0; }
    .search-results.-page--knowledge-center .search-results__header p span {
      cursor: pointer; }
    .search-results.-page--knowledge-center .search-results__header p i.fa {
      position: relative;
      margin-left: 5px; }
      .search-results.-page--knowledge-center .search-results__header p i.fa.fa-sort-asc {
        top: 4px; }
      .search-results.-page--knowledge-center .search-results__header p i.fa.fa-sort-desc {
        bottom: 4px; }

.search-results.-page--knowledge-center .search-results__content .search-item {
  padding: 20px 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #bcbcbc; }
  .search-results.-page--knowledge-center .search-results__content .search-item a {
    margin-right: 10px; }
  .search-results.-page--knowledge-center .search-results__content .search-item .fa.fa-lock {
    margin-right: 2px; }
  .search-results.-page--knowledge-center .search-results__content .search-item:last-child {
    border: none;
    margin-bottom: 30px; }

.search-results.-page--knowledge-center .search-results__content hr {
  margin: 0; }

.search-results .ge-tabs {
  border-top: none; }

.search-results .search-sidebar .filter-btn-wrapper .hidden-lg.hidden-md {
  padding: 9px 10px 9px 15px;
  border: 1px solid;
  margin-top: 40px; }

.search-sidebar {
  font-size: 1rem; }
  .search-sidebar .checkbox-list {
    padding-top: 20px; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .selected-list {
      padding: 15px 10px;
      margin-top: 15px; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .selected-list .fa.fa-times {
        font-size: 0.889rem;
        position: absolute;
        top: 1px;
        right: 10px; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .selected-list .ge-button {
        text-transform: inherit;
        font-weight: 500;
        color: #63666a;
        font-size: 1.125rem !important;
        letter-spacing: unset;
        max-width: 100%;
        position: relative;
        padding-right: 1.8rem;
        border-width: 0.09rem;
        border-color: #d7d8db; }
        .search-sidebar .checkbox-list .filter-btn-wrapper .selected-list .ge-button span {
          display: block;
          max-width: 100%;
          line-height: 1.85rem; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .selected-list .clear-btn-xs .ge-button {
        color: #fff;
        padding-right: 0.625rem;
        border-color: #005eb8; }
        .search-sidebar .checkbox-list .filter-btn-wrapper .selected-list .clear-btn-xs .ge-button.push-right {
          float: right; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .outer-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1000; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .inner-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: #f4f5f8; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper {
      padding: 10px;
      border-bottom: 1px solid #ddd; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper:last-child {
        border-bottom: 0; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper:hover {
        background: #f4f5f8; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper .fa.fa-angle-right {
        line-height: 1rem;
        font-size: 1rem; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper a {
        text-decoration: none; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper .list-unstyled, .search-sidebar .checkbox-list .filter-btn-wrapper .filter-item-wrapper .simplebar-scroll-content {
        max-height: max-content !important; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .selected-facets {
      font-size: 0.889rem;
      line-height: 1.298rem;
      margin: 0;
      text-transform: inherit;
      color: #63666a; }
    .search-sidebar .checkbox-list .filter-btn-wrapper h6.h6 {
      font-size: 1.125rem;
      text-transform: none;
      font-weight: 500; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .facets h6.h6 {
      margin: 20px 0 15px; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .header-facets {
      padding: 10px;
      box-shadow: 0px -1px 10px 0px #a5a6a8;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      background: #fff; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .header-facets .h6 {
        font-size: 1.424rem; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .ge-button > i.fa.fa-angle-left {
      float: left;
      margin-right: 0.5rem;
      margin-left: 0;
      font-size: 2rem; }
    .search-sidebar .checkbox-list .filter-btn-wrapper .ge-checkbox-block {
      margin: 10px 0; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .ge-checkbox-block label {
        margin: 0; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .ge-checkbox-block input.ge-checkbox.-color--blue + .ge-checkbox-style {
        border: 1px solid #a5a6a8;
        padding: 15px;
        font-size: 1rem;
        border-radius: 5px;
        color: #63666a;
        position: relative;
        background: #fff; }
        .search-sidebar .checkbox-list .filter-btn-wrapper .ge-checkbox-block input.ge-checkbox.-color--blue + .ge-checkbox-style::before {
          border: 0;
          display: none;
          position: absolute;
          top: 8px;
          right: 5px;
          font-size: 1rem; }
      .search-sidebar .checkbox-list .filter-btn-wrapper .ge-checkbox-block input.ge-checkbox.-color--blue:checked + .ge-checkbox-style {
        border: 1px solid #005eb8;
        background: rgba(0, 94, 185, 0.1);
        padding-right: 30px; }
        .search-sidebar .checkbox-list .filter-btn-wrapper .ge-checkbox-block input.ge-checkbox.-color--blue:checked + .ge-checkbox-style:before {
          color: #005eb8;
          background-color: transparent;
          display: block; }
    @media screen and (max-width: 991px) {
      .search-sidebar .checkbox-list {
        padding-top: 0; } }
    .search-sidebar .checkbox-list ul {
      max-height: 155px; }
      .search-sidebar .checkbox-list ul .simplebar-scroll-content {
        max-height: 190px; }
  .search-sidebar .ge-checkbox-block {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.1rem; }
    .search-sidebar .ge-checkbox-block label {
      display: block; }
      .search-sidebar .ge-checkbox-block label .ge-checkbox-style {
        display: flex;
        font-size: 0.79rem;
        line-height: 1.298rem;
        padding-left: 21px;
        padding-right: 8px;
        max-width: 100%; }
        .search-sidebar .ge-checkbox-block label .ge-checkbox-style .-is--truncated {
          flex: 0 1 auto; }
        .search-sidebar .ge-checkbox-block label .ge-checkbox-style span {
          white-space: nowrap; }
    .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.h6 {
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }
  .search-sidebar .filter-item-wrapper:first-child h6.h6 {
    padding-top: 0; }

.search-inpage-block {
  margin: 11px 0 18px;
  border-bottom: 1px solid #ddd;
  /*full-width search field*/ }
  .search-inpage-block input[type="text"] {
    float: left;
    border: 0;
    color: #005eb8;
    font-size: 1.125rem;
    height: 40px;
    min-height: 0;
    margin: 0 5px 0 0;
    padding: 0;
    width: calc(100% - 35px); }
    .search-inpage-block input[type="text"]:active, .search-inpage-block input[type="text"]:focus {
      outline: 0; }
  .search-inpage-block .icon {
    float: left;
    cursor: pointer;
    width: 24px;
    height: 40px;
    margin: 0; }
    .search-inpage-block .icon .fa {
      font-size: 1.125rem;
      line-height: 40px;
      padding: 0 3px; }
    .search-inpage-block .icon img.icon-search {
      margin: 17.5px 0; }
  .search-inpage-block.search-input_full-width {
    margin-bottom: 50px; }
    .search-inpage-block.search-input_full-width input[type="text"] {
      width: calc(100% - 45px);
      height: 60px;
      min-height: 60px;
      padding-right: 10px;
      font-size: 1.602rem; }
    .search-inpage-block.search-input_full-width .icon {
      margin-left: 0; }
      .search-inpage-block.search-input_full-width .icon .fa {
        font-size: 1.4rem;
        line-height: 60px; }
  .search-inpage-block .search-inpage-block .dropdown-menu,
  .search-inpage-block .search-block-overlay .dropdown-menu {
    top: 55px !important; }

/*typeahead*/
.search-inpage-block {
  position: relative; }

.search-block-overlay .container {
  position: relative;
  height: 100%; }

.search-block-overlay .dropdown-menu,
.search-inpage-block .dropdown-menu {
  width: calc(100% - 10px);
  max-width: 100%; }

.search-block-overlay .dropdown-menu {
  top: 65px !important;
  left: 0 !important; }

.search-inpage-block .dropdown-menu {
  top: 35px !important;
  left: 0 !important; }

.search-block-overlay .dropdown-menu li > a,
.search-inpage-block .dropdown-menu li > a {
  padding: 0 20px;
  color: #63666a;
  font-size: 0.9rem;
  font-style: italic; }

.search-block-overlay .dropdown-menu > .active > a,
.search-block-overlay .dropdown-menu > .active > a:hover,
.search-block-overlay .dropdown-menu > .active > a:focus,
.search-inpage-block .dropdown-menu > .active > a,
.search-inpage-block .dropdown-menu > .active > a:hover,
.search-inpage-block .dropdown-menu > .active > a:focus {
  color: black;
  background-color: #f4f5f8; }

.search-block-overlay .container .header-search-block-content {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

.-is--truncated {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.distributors-banner {
  padding: 55px 0px; }
  .distributors-banner h1 {
    color: #2f3133;
    text-align: center; }
  .distributors-banner p {
    text-align: center;
    margin: 30px 30px; }
  .distributors-banner .row.margin-bottom, .distributors-banner .row.picture-box, .distributors-banner .row.text-box {
    margin-bottom: 35px; }
    @media all and (max-width: 767px) {
      .distributors-banner .row.margin-bottom, .distributors-banner .row.picture-box, .distributors-banner .row.text-box {
        margin-bottom: 0px; }
        .distributors-banner .row.margin-bottom .text-right, .distributors-banner .row.picture-box .text-right, .distributors-banner .row.text-box .text-right {
          margin-bottom: 20px; } }
  .distributors-banner form .custom-select-box {
    width: 360px;
    display: block; }
    @media all and (max-width: 991px) {
      .distributors-banner form .custom-select-box {
        width: 330px; } }
    @media all and (max-width: 767px) {
      .distributors-banner form .custom-select-box {
        width: 100%; } }
  .distributors-banner button {
    min-width: 180px; }
  .distributors-banner .select2-container {
    max-width: 330px; }
    @media all and (max-width: 767px) {
      .distributors-banner .select2-container {
        max-width: 100%; } }

.support-distributors--results .result-card.-color--gray {
  padding: 35px;
  background: #f4f5f8;
  min-height: 335px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 15px 0px; }
  .support-distributors--results .result-card.-color--gray span.detail {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.79rem;
    padding: 5px 0px 20px;
    color: #2f3313;
    display: block; }
  .support-distributors--results .result-card.-color--gray p {
    color: #63666a;
    font-size: 1rem; }
  .support-distributors--results .result-card.-color--gray .fa {
    margin-right: 10px; }
  .support-distributors--results .result-card.-color--gray .ge-button {
    position: absolute;
    bottom: 35px; }

#found-distributors {
  display: flex;
  flex-wrap: wrap; }

.support-contact .sub-heading {
  margin-bottom: 15px; }

.support-contact .no-margin-top {
  margin-top: 0; }

.support-contact ul {
  padding: 0 0 0 5px;
  margin: 0;
  list-style-type: none;
  max-height: 300px; }
  .support-contact ul li {
    padding: 3px 0; }
  @media screen and (max-width: 768px) {
    .support-contact ul {
      max-height: 150px;
      margin-bottom: 25px;
      padding: 0; } }

@media screen and (max-width: 768px) {
  .support-contact .country-info .col-sm-6:last-child h6 {
    margin-top: 20px; } }

.support-contact .country-info p {
  padding: 0;
  margin: 0; }

.support-contact .bg-white,
.support-contact .bg-grey {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .support-contact .bg-white,
    .support-contact .bg-grey {
      padding: 30px 0; } }

.support-contact .bg-grey {
  background: #efefef; }

.support-contact .contact-page-form .sub-heading {
  margin-bottom: 0;
  margin-top: 20px; }

.support-contact label {
  margin-top: 5px; }
  .support-contact label.no-top-margin {
    margin-top: 0; }

.support-contact p a {
  color: #005eb8; }

@media screen and (min-width: 991px) {
  .support-contact .contact-footer-text {
    padding-right: 15px; } }

@media screen and (max-width: 768px) {
  .support-contact .contact-footer-text h2 {
    margin-top: 0; } }

.support-contact .ge-contact__secondary-address p {
  font-size: 0.889rem; }
  .support-contact .ge-contact__secondary-address p.-text--uppercase {
    letter-spacing: 1px;
    color: #63666a; }

html.ie .support-contact ul {
  height: 300px; }

.text-list-comp {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .text-list-comp {
      margin-bottom: 20px; } }
  .text-list-comp li:not(.heading) {
    padding: 5px 0; }
  .text-list-comp li:nth-child(2) {
    padding-top: 25px; }
  .text-list-comp li.heading {
    color: #2f3133;
    position: relative; }
    .text-list-comp li.heading:after {
      z-index: 0;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: #bcbcbc;
      width: 100%;
      height: 1px; }
    .text-list-comp li.heading h3 {
      border-bottom: 1px solid #005eb8;
      padding-bottom: 15px;
      display: inline-block;
      margin: 0;
      z-index: 1;
      font-size: 1.602rem;
      line-height: 2.135rem;
      margin: 0;
      font-weight: normal;
      position: relative; }
  .text-list-comp li a {
    color: #005eb8; }

.login-form {
  margin: 0 auto;
  width: 350px; }
  .login-form .center-logotype {
    display: block;
    margin: 0 auto;
    padding: 0 0 5px 0;
    width: 205px; }
    .login-form .center-logotype img {
      width: 100%; }
  .login-form .login-box {
    font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif; }
    .login-form .login-box .ext-login-buttons {
      border-bottom: 1px solid #d7d8d8;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .login-form .login-box .ext-login-buttons .btn-ext-login {
        transition: border-color .25s ease-in-out;
        font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
        text-transform: uppercase;
        line-height: 26px;
        padding: 10px;
        font-size: 0.702em;
        font-weight: bold;
        color: #63666a;
        border: 1px solid #d7d8d8;
        text-align: center;
        display: block; }
        .login-form .login-box .ext-login-buttons .btn-ext-login:before {
          background-image: url("/assets/images/icons/login/icon-linkedin.svg");
          background-repeat: no-repeat;
          background-size: cover;
          display: block;
          position: absolute;
          content: "";
          width: 25px;
          height: 25px; }
        .login-form .login-box .ext-login-buttons .btn-ext-login:hover {
          border-color: #005eb8; }
    .login-form .login-box .input-group {
      margin-bottom: 10px; }
      .login-form .login-box .input-group input[type="text"],
      .login-form .login-box .input-group input[type="password"] {
        border: 1px solid #d7d8d8;
        border-right: 0;
        background-color: white;
        height: 40px; }
      .login-form .login-box .input-group .input-group-addon {
        background-color: transparent;
        border: 1px solid #d7d8d8;
        border-left: 0;
        border-radius: 0; }
      .login-form .login-box .input-group .input-group-addon img {
        width: 14px; }
    .login-form .login-box .no-password {
      font-size: 0.904em;
      color: #005eb8; }
    .login-form .login-box .ge-button {
      width: 100%; }
    .login-form .login-box .border-throught {
      font-size: 0.904em; }
      .login-form .login-box .border-throught span {
        background: white;
        padding: 0 5px; }
      .login-form .login-box .border-throught hr {
        padding: 0;
        margin: -13px;
        border: 0;
        background-color: #d7d8d8; }
    .login-form .login-box .push-top {
      padding-top: 22px; }
  .login-form .login-footer {
    padding: 0 35px;
    text-align: center; }
    .login-form .login-footer .footer-link {
      padding-top: 10px; }
      .login-form .login-footer .footer-link a {
        font-size: 0.875rem; }
    .login-form .login-footer p {
      font-size: 0.875rem;
      padding: 0;
      margin: 0; }
    .login-form .login-footer a {
      text-transform: uppercase;
      padding: 0 7px; }

@media screen and (max-width: 767px) {
  .login-form {
    position: static;
    transform: unset;
    width: 85%;
    margin: 0 auto; } }

@media screen and (max-width: 450px) {
  .login-form {
    width: 95%; } }

.register__header {
  padding: 25px 0px;
  box-shadow: 0px -1px 10px 0px #a5a6a8;
  position: relative;
  background-color: #fff; }
  .register__header .center-logotype {
    padding: 0; }
  .register__header .ge-logo {
    display: inline-block; }

.register__form {
  margin: 50px auto 0; }
  @media screen and (max-width: 450px) {
    .register__form {
      width: 95%; }
      .register__form.-type_not-register-page {
        width: 100%; } }
  @media screen and (max-width: 991px) {
    .register__form {
      position: static;
      transform: unset;
      width: 100%; } }
  .register__form.no-margin {
    margin: 0; }
    .register__form.no-margin .panel {
      margin-bottom: 0; }
  .register__form:not(.-type_not-register-page), .register__form:not(.-type_not-register-page) {
    max-width: 1000px; }
  .register__form .center-logotype {
    display: block;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 205px; }
    .register__form .center-logotype img {
      width: 100%; }

.register-box {
  font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif; }
  .shop-wrapper .register-form .register-box.level-2,
  .register-form .shop-wrapper .register-box.level-2 {
    padding-left: 30px; }
  .register-box .head-title {
    margin: 10px 0;
    padding-bottom: 10px;
    line-height: 1; }
  .register-box .sub-heading {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    color: #2f3133;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.889rem; }
    .register-box .sub-heading.push-down {
      margin-top: 25px; }
    .register-box .sub-heading.push-down-more {
      margin-top: 35px;
      margin-bottom: 5px; }
  .register-box .sub-intro {
    margin-bottom: 40px; }
    .register-box .sub-intro.push-down {
      margin-top: 40px; }
  .register-box .sub-intro-under {
    padding: 30px 0; }
  .register-box .btn-bottom-right {
    padding-top: 20px; }
  .register-box .input-group {
    margin-bottom: 10px; }
    .register-box .input-group input[type="text"],
    .register-box .input-group input[type="number"],
    .register-box .input-group input[type="email"],
    .register-box .input-group input[type="tel"],
    .register-box .input-group input[type="password"] {
      border: 1px solid #d7d8d8;
      border-right: 0;
      background-color: white;
      height: 40px; }
    .register-box .input-group .input-group-addon {
      background-color: transparent;
      border: 1px solid #d7d8d8;
      border-left: 0;
      border-radius: 0; }
    .register-box .input-group .input-group-addon img {
      width: 14px; }
  .register-box .form-control {
    width: 100%;
    border: 1px solid #d4d4d4;
    padding: 11px;
    height: 43px;
    min-height: 43px;
    background: transparent;
    outline: #efefef; }
    .register-box .form-control:disabled {
      background: rgba(0, 0, 0, 0.1); }
  .register-box .heading.push-down {
    margin-top: 25px; }
  .register-box .panel-img {
    width: auto !important; }
  .register-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative; }
  .register-box label {
    margin-top: 20px;
    color: #2f3133;
    font-weight: normal; }
  .register-box .ge-radio-block label {
    margin-top: 5px; }

.loyalty-item {
  margin: 20px 0px; }
  @media screen and (max-width: 768px) {
    .loyalty-item {
      margin: 20px 0; } }
  .loyalty-item.push-down {
    padding-top: 20px; }
  .loyalty-item h5 {
    margin-top: 0;
    line-height: 1; }
  .loyalty-item a.register-more {
    color: #005eb8;
    padding-bottom: 10px;
    display: block; }
  .loyalty-item .product-img {
    float: left;
    margin: -2px 0 5px 0;
    width: 33px; }
  .loyalty-item .loyalty-content h5 {
    padding-left: 45px; }
  .loyalty-item .loyalty-content p {
    clear: left; }

.signup-product-items {
  position: relative;
  /*.product-row-sm {
	padding: 0 0 10px 0;
  }*/ }
  .signup-product-items .product-row {
    padding: 25px 0 10px; }
  .signup-product-items .product-item {
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: border-color .25s ease-in-out;
    border-radius: 4px;
    padding: 20px 20px 60px 20px;
    background: #fff;
    margin-bottom: 25px;
    text-align: center;
    position: relative; }
    .signup-product-items .product-item:hover {
      border-color: #005eb8; }
    .signup-product-items .product-item.has-submission {
      border-color: #005eb8; }
    .signup-product-items .product-item img {
      width: 100%;
      max-width: 100%; }
    .signup-product-items .product-item .title {
      font-size: 1.125rem;
      height: 38px;
      padding: 0;
      margin: 10px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      line-height: 1.3rem;
      overflow: hidden; }
  @media screen and (max-width: 991px) {
    .signup-product-items .product-item {
      margin-bottom: 20px; } }
  .signup-product-items .product-details-form {
    background: white;
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 5;
    left: 0;
    bottom: 0; }
    .signup-product-items .product-details-form .inner-content {
      display: none; }
    .signup-product-items .product-details-form .product-form-header {
      padding: 20px 0 10px;
      border-bottom: 1px solid #ddd; }
    .signup-product-items .product-details-form .close-btn {
      cursor: pointer;
      margin: 8px 15px 15px 0;
      width: 15px;
      line-height: 0.85; }
    .signup-product-items .product-details-form .product-form-footer {
      padding-top: 25px; }
      .signup-product-items .product-details-form .product-form-footer .btn-blue {
        margin-left: 10px; }

@media screen and (min-width: 767px) {
  .text-right-sm-up {
    text-align: right; } }

.register__footer {
  padding: 50px 0px 10px; }
  .register__footer .footer__content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 35px;
    text-align: center;
    border-top: 1px solid #ddd; }
    .register__footer .footer__content p {
      padding: 0;
      margin: 0;
      font-size: 0.79rem; }
    .register__footer .footer__content p:first-child {
      font-size: 1rem; }
    .register__footer .footer__content .footer_links {
      padding-top: 5px; }
    .register__footer .footer__content a {
      font-size: 0.79rem;
      text-transform: uppercase;
      text-decoration: underline;
      padding: 0 7px;
      color: #63666a; }
    .register__footer .footer__content a:hover {
      text-decoration: none;
      color: #63666a; }

.promo-banner {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat; }
  .promo-banner.registration-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 220px;
    background-position: center center;
    background-size: cover; }
    .promo-banner.registration-banner .container {
      max-width: 820px; }
  .promo-banner__title {
    margin-bottom: 10px; }
  .promo-banner__description {
    font-size: 1.65rem;
    line-height: 1.8rem; }

.registration-center-logotype {
  padding: 50px 0 30px;
  text-align: center; }

.loyalty-signin-item {
  position: relative;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #ffffff; }
  .loyalty-checkbox .loyalty-signin-item {
    height: 100%; }

@media screen and (max-width: 991px) {
  .loyalty-checkbox:first-child {
    padding-bottom: 20px; } }

.loyalty-checkbox label {
  margin: 0;
  width: 100%; }

.loyalty-checkbox-header {
  margin-bottom: 10px;
  vertical-align: middle; }

.loyalty-image,
.loyalty-checkbox-title {
  vertical-align: middle; }

.loyalty-image {
  display: inline-block; }

.loyalty-checkbox-title {
  display: inline; }

.loyalty-checkbox .loyalty-checkbox-content {
  margin-bottom: 15px; }

.loyalty-image {
  width: 50px;
  margin-right: 10px; }

.checkbox-view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  height: 1.125rem;
  width: 1.125rem;
  border: solid 0.125rem #2f3133;
  border-radius: 0.125rem;
  color: transparent;
  background-color: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .checkbox-view .fa {
    display: none; }

.loyalty-checkbox .checkbox-view {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.loyalty-checkbox input:checked + .loyalty-signin-item .checkbox-view {
  border-color: #005eb8;
  background-color: #005eb8;
  color: #fff;
  font-family: FontAwesome;
  font-size: 0.79rem;
  line-height: 1.46rem; }
  .loyalty-checkbox input:checked + .loyalty-signin-item .checkbox-view .fa {
    display: inline; }

.loyalty-checkbox input:checked + .loyalty-signin-item,
.loyalty-signin-item:hover {
  border-color: #005eb8;
  background-color: #fcfdff; }

.registration-signin-checkboxes {
  padding: 10px 0 0; }

.registration-signin-checkboxes .ge-form__item label {
  margin: 0 0 21px;
  display: inline-block; }

.lang-select-page {
  font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative; }
  .lang-select-page .center-center {
    position: relative;
    top: 50vh;
    left: 50%;
    width: 100%;
    max-height: 100vh;
    transform: translate(-50%, -50%) translateY(-60px); }
  .lang-select-page .center-intro h3 {
    color: #2f3133;
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .lang-select-page .center-intro p {
    font-size: 1.125em;
    color: #63666a; }
  .lang-select-page .select-section {
    padding: 25px 0 0 0; }
    .lang-select-page .select-section .heading {
      position: relative; }
    .lang-select-page .select-section .continent {
      border-bottom: 2px solid #00b5e2;
      padding-bottom: 10px;
      margin: 0 0 20px 0;
      display: inline-block;
      z-index: 1;
      font-weight: bold;
      font-size: 1rem;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
      .lang-select-page .select-section .continent:after {
        z-index: -1;
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        background: #bcbcbc;
        width: 100%;
        height: 2px; }
    .lang-select-page .select-section a {
      display: block; }

@media screen and (max-width: 991px) {
  .lang-select-page .center-center {
    top: 0;
    left: 0;
    z-index: 0;
    transform: none;
    max-height: inherit; }
  .lang-select-page .select-section {
    padding: 0 0 25px 0; }
  .lang-select-page .continent {
    padding-top: 25px; } }

@media (min-width: 992px) {
  .lang-select-page .center-logotype {
    padding-bottom: 15; } }

html.mobile .lang-select-page .select-section a {
  margin: 15px 0; }
  html.mobile .lang-select-page .select-section a:first-of-type {
    margin-top: 0; }

.banner-component {
  background-color: #004080;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 125px 60px;
  display: block;
  height: auto; }
  @media (min-width: 992px) {
    .banner-component {
      padding: 100px 125px; } }
  @media screen and (max-width: 991px) {
    .banner-component {
      padding: 100px 30px !important; } }
  @media screen and (max-width: 768px) {
    .banner-component {
      padding: 50px 30px !important; } }
  .banner-component.small-padding {
    padding: 60px; }
  .banner-component.banner-lg {
    padding: 100px 125px; }
  .banner-component.banner-center {
    text-align: center; }
  .banner-component .form-group {
    margin-bottom: 0px; }
  .banner-component.-color--blue {
    background-color: #005eb8 !important; }
  .banner-component.-color--gray {
    background-color: #63666a !important; }
  @media (min-width: 992px) {
    .banner-component.-size--x-small {
      padding: 20px 125px; } }
  @media screen and (max-width: 991px) {
    .banner-component.-size--x-small {
      padding: 20px 30px !important; } }
  @media screen and (max-width: 768px) {
    .banner-component.-size--x-small {
      padding: 10px 30px !important; } }
  @media (min-width: 992px) {
    .banner-component.-size--small {
      padding: 50px 125px; } }
  @media screen and (max-width: 991px) {
    .banner-component.-size--small {
      padding: 50px 30px !important; } }
  @media screen and (max-width: 768px) {
    .banner-component.-size--small {
      padding: 25px 30px !important; } }
  @media (min-width: 992px) {
    .banner-component.-size--medium {
      padding: 100px 125px; } }
  @media screen and (max-width: 991px) {
    .banner-component.-size--medium {
      padding: 100px 30px !important; } }
  @media screen and (max-width: 768px) {
    .banner-component.-size--medium {
      padding: 50px 30px !important; } }
  @media (min-width: 992px) {
    .banner-component.-size--large {
      padding: 150px 125px; } }
  @media screen and (max-width: 991px) {
    .banner-component.-size--large {
      padding: 150px 30px !important; } }
  @media screen and (max-width: 768px) {
    .banner-component.-size--large {
      padding: 100px 30px !important; } }
  .banner-component.product-banner {
    background: white;
    color: #2f331a;
    padding: 50px 0; }
    .banner-component.product-banner h1 {
      color: #2f3133;
      line-height: 1.1; }
      @media (min-width: 992px) {
        .banner-component.product-banner h1 {
          padding-top: 20px; } }
      @media (min-width: 1200px) {
        .banner-component.product-banner h1 {
          padding-top: 40px; } }
    .banner-component.product-banner p {
      color: #63666a;
      padding-bottom: 20px; }
    .banner-component.product-banner .share-component {
      color: #63666a;
      padding-top: 20px;
      font-size: 1.3em; }
      .banner-component.product-banner .share-component a {
        color: #005eb8; }
        .banner-component.product-banner .share-component a:hover {
          color: #004080; }
      .banner-component.product-banner .share-component i.fa {
        margin-left: 7px; }
  .banner-component.-style--secondary {
    overflow: hidden;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .banner-component.-style--secondary {
        margin-top: 0; } }
    @media screen and (max-width: 768px) {
      .banner-component.-style--secondary {
        padding: 0px 6px !important; }
        .banner-component.-style--secondary .align-container::after {
          height: 100%; } }
    .banner-component.-style--secondary.-size--small .align-container::after {
      height: 100% !important; }
    .banner-component.-style--secondary.-size--medium .align-container::after {
      height: 130% !important; }
    .banner-component.-style--secondary.-size--large .align-container::after {
      height: 150% !important; }
    .banner-component.-style--secondary .align-container {
      position: relative;
      margin: 15px 0;
      padding: 35px;
      background-color: rgba(0, 64, 128, 0.8);
      max-width: 85%; }
      .banner-component.-style--secondary .align-container p {
        color: rgba(255, 255, 255, 0.6);
        padding: 0; }
      @media screen and (max-width: 768px) {
        .banner-component.-style--secondary .align-container {
          margin: 0px !important;
          padding: 50px 15px !important;
          max-width: 100% !important; } }
    .banner-component.-style--secondary.-variant--nobg {
      overflow-x: hidden;
      padding: 100px 125px; }
      .banner-component.-style--secondary.-variant--nobg h1 {
        color: #2f3133; }
      .banner-component.-style--secondary.-variant--nobg p {
        color: #2f3133; }
      .banner-component.-style--secondary.-variant--nobg .btn-blue {
        margin-top: 20px; }
      .banner-component.-style--secondary.-variant--nobg .align-container {
        max-width: 475px;
        background-color: transparent;
        padding: 0; }
    .banner-component.-style--secondary.-variant--nocon {
      overflow-x: hidden;
      padding-bottom: 120px;
      padding-top: 120px; }
      @media screen and (max-width: 768px) {
        .banner-component.-style--secondary.-variant--nocon {
          padding: 0 !important; }
          .banner-component.-style--secondary.-variant--nocon .container {
            padding: 0; } }
      .banner-component.-style--secondary.-variant--nocon h1 {
        color: #2f3133; }
        @media screen and (max-width: 768px) {
          .banner-component.-style--secondary.-variant--nocon h1 {
            color: #fff; } }
      .banner-component.-style--secondary.-variant--nocon p {
        color: #2f3133;
        font-size: 1.424rem;
        padding-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .banner-component.-style--secondary.-variant--nocon p {
            color: rgba(255, 255, 255, 0.8); } }
      @media screen and (max-width: 768px) {
        .banner-component.-style--secondary.-variant--nocon .ge-button {
          background-color: #13294b;
          border-color: #13294b; } }
      @media screen and (max-width: 768px) {
        .banner-component.-style--secondary.-variant--nocon .ge-button:hover {
          background-color: #72cbe1;
          border-color: #72cbe1;
          color: #18181a; } }
      .banner-component.-style--secondary.-variant--nocon .align-container {
        max-width: 475px;
        background-color: transparent;
        padding: 0; }
        @media screen and (max-width: 768px) {
          .banner-component.-style--secondary.-variant--nocon .align-container {
            background-color: rgba(0, 64, 128, 0.8); } }
    .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container {
      position: relative;
      padding-left: 20px;
      background-color: transparent; }
      .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container::after {
        position: absolute;
        content: '';
        border-left: solid 1px rgba(199, 199, 199, 0.3);
        top: 70px;
        bottom: 0;
        z-index: 5;
        margin-left: -20px;
        height: 100%; }
      .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h1:before, .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h2:before, .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h3:before, .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h3:before, .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h4:before, .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h5:before, .banner-component.-style--secondary:not(.-variant--nocon):not(.-variant--nobg) .align-container h6:before {
        border-left: 1px solid #02b2e3;
        height: calc(100% - 8px);
        content: '';
        position: absolute;
        z-index: 6;
        left: -20px; }
  .banner-component.-style--consumable {
    background: white;
    color: #2f331a;
    padding: 50px 0 !important; }
    .banner-component.-style--consumable h1 {
      color: #2f3133;
      line-height: 1.1; }
      @media (min-width: 992px) {
        .banner-component.-style--consumable h1 {
          padding-top: 20px; } }
      @media (min-width: 1200px) {
        .banner-component.-style--consumable h1 {
          padding-top: 40px; } }
    .banner-component.-style--consumable p {
      color: #63666a;
      padding-bottom: 20px; }
    .banner-component.-style--consumable .share-component {
      color: #63666a;
      padding-top: 20px;
      font-size: 1.3em; }
      .banner-component.-style--consumable .share-component a {
        color: #005eb8; }
        .banner-component.-style--consumable .share-component a:hover {
          color: #004080; }
      .banner-component.-style--consumable .share-component i.fa {
        margin-left: 7px; }
    .banner-component.-style--consumable .single-img img {
      display: inline; }
    .banner-component.-style--consumable .single-img.output-window_height-helper {
      padding-top: 56%; }
    .banner-component.-style--consumable .spec-col-img {
      justify-content: center;
      align-items: center; }
      @media (max-width: 767px) {
        .banner-component.-style--consumable .spec-col-img {
          margin-bottom: 35px; } }
    .banner-component.-style--consumable .spec-col-description {
      align-items: flex-start;
      padding: 0 50px 0 15px;
      flex-direction: column; }
      @media (max-width: 767px) {
        .banner-component.-style--consumable .spec-col-description {
          padding-right: 15px; } }
  .banner-component.-style--variant-product {
    background: #fff;
    color: #2f331a;
    padding: 50px 0 !important; }
    .banner-component.-style--variant-product h1 {
      padding: 0;
      color: #2f3133;
      line-height: 1.1; }
    .banner-component.-style--variant-product .spec-col-description__text {
      padding-top: 8px; }
    .banner-component.-style--variant-product p {
      color: #63666a;
      padding-bottom: 20px; }
    .banner-component.-style--variant-product .spec-col-img {
      text-align: center;
      justify-content: center;
      align-items: center; }
      .banner-component.-style--variant-product .spec-col-img img {
        display: inline;
        height: auto;
        max-height: 92px; }
    @media (min-width: 768px) {
      .banner-component.-style--variant-product .spec-col-description__wrapper {
        display: table;
        vertical-align: middle; }
      .banner-component.-style--variant-product .spec-col-description__text-wrapper,
      .banner-component.-style--variant-product .spec-col-description__btn-wrapper {
        display: table-cell;
        vertical-align: middle; }
        .banner-component.-style--variant-product .spec-col-description__text-wrapper .ge-button,
        .banner-component.-style--variant-product .spec-col-description__btn-wrapper .ge-button {
          white-space: nowrap; }
      .banner-component.-style--variant-product .spec-col-description__btn-wrapper {
        padding-left: 20px; } }
    .banner-component.-style--variant-product .spec-col-description {
      justify-content: center;
      align-items: center; }
    .banner-component.-style--variant-product.-fixed-to-top {
      position: sticky;
      top: 0;
      z-index: 61;
      padding: 20px 0 !important;
      box-shadow: 0 2px 2px 0 #d7d8db; }
      .banner-component.-style--variant-product.-fixed-to-top .js-product-output-window.fixed-height .output-window_height-helper {
        padding: 0; }
      .banner-component.-style--variant-product.-fixed-to-top .spec-col-img img {
        display: inline;
        position: static;
        max-width: 90px;
        max-height: 90px;
        transform: none; }
      .banner-component.-style--variant-product.-fixed-to-top h1 {
        font-size: 1.602rem; }
      .ie11 .banner-component.-style--variant-product.-fixed-to-top,
      .ie10 .banner-component.-style--variant-product.-fixed-to-top,
      .ie9 .banner-component.-style--variant-product.-fixed-to-top,
      .edge .banner-component.-style--variant-product.-fixed-to-top {
        position: fixed;
        left: 0;
        right: 0; }
      .banner-component.-style--variant-product.-fixed-to-top .spec-col-description__text {
        display: none; }
  .banner-component.title-banner {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .banner-component.title-banner {
        margin-top: 0; } }
    .banner-component.title-banner .align-container {
      margin: 15px 0;
      padding: 35px;
      background-color: rgba(0, 64, 128, 0.8);
      display: inline-block;
      max-width: 85%; }
      .banner-component.title-banner .align-container p {
        color: rgba(255, 255, 255, 0.6);
        padding: 0; }
    .banner-component.title-banner.title-nobg {
      overflow-x: hidden;
      padding: 100px 125px; }
      .banner-component.title-banner.title-nobg h1 {
        color: #2f3133; }
      .banner-component.title-banner.title-nobg p {
        color: #2f3133; }
      .banner-component.title-banner.title-nobg .btn-blue {
        margin-top: 20px; }
      .banner-component.title-banner.title-nobg .align-container {
        max-width: 475px;
        background-color: transparent;
        padding: 0; }
    .banner-component.title-banner.title-nocon-nobg {
      overflow-x: hidden;
      padding-bottom: 120px;
      padding-top: 120px; }
      .banner-component.title-banner.title-nocon-nobg h1 {
        color: #2f3133; }
      .banner-component.title-banner.title-nocon-nobg p {
        color: #2f3133; }
      .banner-component.title-banner.title-nocon-nobg .btn-blue {
        margin-top: 20px; }
      .banner-component.title-banner.title-nocon-nobg .align-container {
        max-width: 475px;
        background-color: transparent;
        padding: 0; }
  .banner-component.shop-banner {
    background-color: #004080;
    padding: 65px 0 65px;
    z-index: 0;
    position: relative; }
    .banner-component.shop-banner:before {
      content: "";
      background: -moz-linear-gradient(-45deg, #00519e 0%, rgba(125, 185, 232, 0.5) 50%, rgba(125, 185, 232, 0) 100%);
      background: -webkit-linear-gradient(-45deg, #00519e 0%, rgba(125, 185, 232, 0.5) 50%, rgba(125, 185, 232, 0) 100%);
      background: linear-gradient(125deg, #00519e 5%, rgba(0, 94, 184, 0.7) 45%, rgba(0, 94, 184, 0) 80%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .banner-component.shop-banner .align-container {
      padding-left: 20px; }
    @media (max-width: 991px) {
      .banner-component.shop-banner {
        padding: 65px 0 65px !important; } }
    @media (min-width: 992px) {
      .banner-component.shop-banner {
        /*fix for breadcrumbs*/ }
        .breadcrumbs + .banner-component.shop-banner {
          margin-top: -50px; } }
    .banner-component.shop-banner h1,
    .banner-component.shop-banner h2 {
      padding: 0 0 8px 0;
      word-wrap: break-word; }
    .banner-component.shop-banner h1::before, .banner-component.shop-banner h2::before, .banner-component.shop-banner h3::before, .banner-component.shop-banner h3::before, .banner-component.shop-banner h4::before, .banner-component.shop-banner h5::before, .banner-component.shop-banner h6::before {
      border-left: 1px solid #02b2e3;
      content: '';
      position: relative;
      top: 0;
      bottom: 0;
      padding-left: -20px;
      z-index: 6;
      left: -20px;
      height: calc(100% - 8px); }
    .banner-component.shop-banner p {
      color: rgba(255, 255, 255, 0.6);
      padding: 0; }
      @media (min-width: 768px) {
        .banner-component.shop-banner p {
          width: 75%; } }
    .banner-component.shop-banner .align-container::after {
      position: absolute;
      content: '';
      border-left: solid 1px rgba(199, 199, 199, 0.3);
      top: 100px;
      bottom: 0;
      z-index: 5;
      margin-left: -20px; }
  .banner-component.data-export-banner {
    padding: 65px 0; }
    .banner-component.data-export-banner h1 {
      padding-bottom: 30px; }
  .banner-component .container {
    max-width: 100%; }
  .banner-component h1,
  .banner-component h2,
  .banner-component h3,
  .banner-component h4,
  .banner-component h5,
  .banner-component h6,
  .banner-component p {
    padding: 0 0 8px 0;
    color: white;
    margin: 0; }
    .banner-component h1.padding-sm,
    .banner-component h2.padding-sm,
    .banner-component h3.padding-sm,
    .banner-component h4.padding-sm,
    .banner-component h5.padding-sm,
    .banner-component h6.padding-sm,
    .banner-component p.padding-sm {
      padding: 0 0 8px 0; }
  .banner-component .modal-dialog h1,
  .banner-component .modal-dialog h2,
  .banner-component .modal-dialog h3,
  .banner-component .modal-dialog h4,
  .banner-component .modal-dialog h5,
  .banner-component .modal-dialog h6,
  .banner-component .modal-dialog p {
    color: #2f3133; }
  .banner-component.dark h1,
  .banner-component.dark h2,
  .banner-component.dark h3,
  .banner-component.dark h4,
  .banner-component.dark h5,
  .banner-component.dark h6,
  .banner-component.dark p {
    color: #2f3133; }
  .banner-component .input-group {
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
    .banner-component .input-group .input-group-addon,
    .banner-component .input-group .form-control {
      background: transparent;
      border: 0; }
    .banner-component .input-group .input-group-addon.addon-left {
      padding-left: 1px;
      padding-right: 25px; }
    .banner-component .input-group .input-group-addon span.fa {
      font-size: 20px;
      color: white; }
    .banner-component .input-group .form-control {
      text-transform: uppercase;
      padding-left: 0;
      padding-right: 0;
      letter-spacing: 0.5px;
      font-size: 0.889rem;
      color: #fff; }
    .banner-component .input-group input:focus {
      outline: none;
      border-color: inherit;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .banner-component .input-group ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.889rem;
      letter-spacing: 0.5px; }
    .banner-component .input-group :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.889rem;
      letter-spacing: 0.5px; }
    .banner-component .input-group ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.889rem;
      letter-spacing: 0.5px; }
    .banner-component .input-group :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.889rem;
      letter-spacing: 0.5px; }
  .banner-component .lightblue-border {
    border-color: #a9c4de;
    color: white; }
    .banner-component .lightblue-border span:after {
      color: white; }
    .banner-component .lightblue-border:hover span:after {
      color: white; }
    @media screen and (max-width: 767px) {
      .banner-component .lightblue-border {
        display: block;
        width: 100%;
        margin: 15px 0 0 0; } }
  .banner-component .spacing-left {
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .banner-component .spacing-left {
        margin-left: 0; } }

@media (min-width: 992px) {
  .banner-wrapper.about-banner .title-banner {
    padding: 30px 40px; } }

.quote-callout.banner-component {
  background-color: #fff; }
  .quote-callout.banner-component h6 {
    color: #63666a;
    font-size: 1.125rem;
    line-height: 1.643rem; }
  .quote-callout.banner-component p {
    text-transform: uppercase;
    font-size: 0.79rem;
    color: #2f3113;
    font-weight: bold; }

.-gradient--blue {
  position: relative;
  z-index: 0; }
  .-gradient--blue h1,
  .-gradient--blue h2,
  .-gradient--blue h3,
  .-gradient--blue h4,
  .-gradient--blue h5,
  .-gradient--blue h6,
  .-gradient--blue p {
    position: relative; }
  .-gradient--blue:before {
    content: "";
    background-image: linear-gradient(to right, #0a0a28, rgba(10, 10, 40, 0.1) 100%);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .-gradient--blue .container {
    position: relative;
    z-index: 1; }

.-gradient--blue-2 {
  position: relative;
  z-index: 0; }
  .-gradient--blue-2 h1,
  .-gradient--blue-2 h2,
  .-gradient--blue-2 h3,
  .-gradient--blue-2 h4,
  .-gradient--blue-2 h5,
  .-gradient--blue-2 h6,
  .-gradient--blue-2 p {
    position: relative; }
  .-gradient--blue-2:before {
    content: "";
    background: -moz-linear-gradient(-45deg, #00519e 0%, rgba(125, 185, 232, 0.5) 50%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(-45deg, #00519e 0%, rgba(125, 185, 232, 0.5) 50%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(125deg, #00519e 5%, rgba(0, 94, 184, 0.7) 45%, rgba(0, 94, 184, 0) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .-gradient--blue-2 .container {
    position: relative;
    z-index: 1; }

-gradient--blue3 {
  position: relative;
  z-index: 0; }
  -gradient--blue3 h1,
  -gradient--blue3 h2,
  -gradient--blue3 h3,
  -gradient--blue3 h4,
  -gradient--blue3 h5,
  -gradient--blue3 h6,
  -gradient--blue3 p {
    position: relative; }
  -gradient--blue3:before {
    content: "";
    background: -moz-linear-gradient(-45deg, #00519e 0%, rgba(125, 185, 232, 0.5) 50%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(-45deg, #00519e 0%, rgba(125, 185, 232, 0.5) 50%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(125deg, #00519e 5%, rgba(0, 94, 184, 0.7) 45%, rgba(0, 94, 184, 0) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  -gradient--blue3 .container {
    position: relative;
    z-index: 1; }

.-gradient--green {
  position: relative;
  z-index: 0; }
  .-gradient--green:before {
    content: "";
    background: -moz-linear-gradient(-150deg, #00c1b6 0%, #055bb9 97%);
    background: -webkit-linear-gradient(-150deg, #00c1b6 0%, #055bb9 97%);
    background: linear-gradient(-150deg, #00c1b6 0%, #055bb9 97%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px; }

.steps-indicator {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 0.79rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px; }
  .steps-indicator .step {
    display: table-cell;
    vertical-align: top; }
    .steps-indicator .step .indicator {
      background: #d7d8d8;
      height: 10px;
      width: calc(100% - 2px);
      margin-bottom: 15px; }
    .steps-indicator .step .indicator-round-bullet {
      display: block;
      color: #a5a6a8;
      position: relative;
      padding-left: 22px;
      padding-right: 10px;
      word-break: normal; }
      .steps-indicator .step .indicator-round-bullet:before {
        border-radius: 50%;
        content: "";
        position: absolute;
        background: #d7d8d8;
        width: 15px;
        height: 15px;
        top: 5px;
        left: 0; }
    .steps-indicator .step.prev .indicator {
      background: rgba(0, 181, 226, 0.3); }
    .steps-indicator .step.prev .indicator-round-bullet {
      color: rgba(0, 181, 226, 0.5); }
      .steps-indicator .step.prev .indicator-round-bullet:before {
        background: rgba(0, 181, 226, 0.3); }
    .steps-indicator .step.active .indicator {
      background: #00b5e2; }
    .steps-indicator .step.active .indicator-round-bullet {
      color: #2f3133; }
      .steps-indicator .step.active .indicator-round-bullet:before {
        border: 2px solid #00b5e2;
        background: white; }
  @media screen and (max-width: 768px) {
    .steps-indicator .steps-indicator {
      display: block; }
    .steps-indicator .step {
      display: none; }
      .steps-indicator .step.active {
        display: block; } }

.event-search .navbar {
  margin-bottom: 0px; }

.event-search .form-inline {
  margin-bottom: 16px; }
  .event-search .form-inline .form-group {
    position: relative;
    width: 100%; }
    .event-search .form-inline .form-group span.fa {
      position: absolute;
      right: 20px;
      top: 16px;
      font-size: 1.424rem; }
    @media screen and (max-width: 767px) {
      .event-search .form-inline .form-group {
        width: 100%; } }
  .event-search .form-inline select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 11px;
    background: transparent;
    outline: #efefef;
    height: 52px;
    width: 100%;
    font-size: 1.125em;
    color: #63666a;
    font-size: 1.125rem;
    min-height: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 0.125rem;
    margin: 0.0625rem;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #a5a6a8;
    background: white;
    width: calc(100% - 0.2rem); }

.event-result .lead {
  margin-top: 0px; }

.event-result article {
  padding: 25px 0px;
  border-bottom: 1px solid #D7D8D8; }
  .event-result article:first-child {
    padding: 0 0 25px; }
  .event-result article:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.event-result .event-meta {
  list-style: none;
  padding: 0px;
  font-size: 1rem; }
  .event-result .event-meta li {
    display: inline-block;
    margin-right: 15px;
    color: #63666a; }
  .event-result .event-meta li .fa {
    padding-right: 8px;
    display: inline-block; }
  .event-result .event-meta li:last-child {
    margin-right: 0px; }

.event-result p {
  margin-bottom: 20px;
  color: #63666a; }

.accordian-panel .panel-group {
  margin-bottom: 0;
  padding: 50px; }

.accordian-panel .panel {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none; }

.accordian-panel .panel .panel-heading {
  border-top: 1px solid #ddd;
  padding: 10px 55px;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  background: none;
  position: relative; }
  .accordian-panel .panel .panel-heading a[data-toggle="collapse"] {
    text-decoration: none; }
    .accordian-panel .panel .panel-heading a[data-toggle="collapse"]:after {
      content: "\f068";
      color: #2f3133;
      font-family: 'FontAwesome';
      font-size: 0.79rem;
      position: absolute;
      left: 25px;
      top: 50%;
      transform: translateY(-50%); }
    .accordian-panel .panel .panel-heading a[data-toggle="collapse"].collapsed:after {
      content: "\f067"; }

.accordian-panel .panel .panel-heading h4 {
  color: #2f3133;
  font-size: 0.889rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.accordian-panel .panel .panel-header a:hover,
.accordian-panel .panel .panel-header a:active,
.accordian-panel .panel .panel-header a:link {
  text-decoration: none; }

.accordian-panel .panel .panel-body {
  border: none;
  border-top: none !important; }

.accordian-panel.no-padding .panel-group {
  padding: 25px 0; }

.accordian-panel.no-padding .panel-heading {
  padding: 5px 40px; }
  .accordian-panel.no-padding .panel-heading a[data-toggle="collapse"]:after {
    left: 15px; }

/*default square accordion*/
.panel-group .panel-default {
  border: none;
  border-radius: 0;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .panel-group .panel-default {
      margin-bottom: 0;
      margin-top: 5px; } }
  .panel-group .panel-default > .panel-heading {
    background: #ececf0; }
    .panel-group .panel-default > .panel-heading p {
      display: inline-block;
      margin: 0; }
    .panel-group .panel-default > .panel-heading img + p {
      margin-left: 10px; }
  .panel-group .panel-default .panel-title {
    position: relative; }
    .panel-group .panel-default .panel-title > a {
      color: #63666a; }
      .panel-group .panel-default .panel-title > a:hover, .panel-group .panel-default .panel-title > a:focus {
        text-decoration: none; }
      .panel-group .panel-default .panel-title > a > img {
        max-width: 100px;
        max-height: 65px; }
    .panel-group .panel-default .panel-title i.fa {
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      .panel-group .panel-default .panel-title i.fa:before {
        display: inline-block;
        width: 21px;
        height: 20px;
        padding: 5px 0 0 5px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px; }
    .panel-group .panel-default .panel-title .squareaccordion i.fa {
      color: #d7d8d8; }
    .panel-group .panel-default .panel-title .squareaccordion i.fa.fa-plus {
      display: none; }
    .panel-group .panel-default .panel-title .squareaccordion i.fa.fa-minus {
      display: block; }
    .panel-group .panel-default .panel-title .squareaccordion.collapsed i.fa.fa-plus {
      display: block; }
    .panel-group .panel-default .panel-title .squareaccordion.collapsed i.fa.fa-minus {
      display: none; }

.basket-items {
  border-bottom: 3px solid #d7d8db; }

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

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

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

.support-toolbox {
  padding: 50px 0;
  position: relative; }
  .support-toolbox ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .support-toolbox ul > li {
    margin: 0; }
  .support-toolbox ul > li > a {
    position: relative;
    color: #005eb8; }
    .support-toolbox ul > li > a i.fa {
      font-size: 18px;
      padding-right: 8px; }
  .support-toolbox h6 {
    margin: 0;
    padding: 0 0 15px 0; }
    @media screen and (max-width: 991px) {
      .support-toolbox h6.push-down-sm {
        padding-top: 25px; } }
  .support-toolbox p {
    padding: 0 0 15px 0;
    margin: 0; }
    @media screen and (max-width: 991px) {
      .support-toolbox p {
        padding: 0 0 20px 0; } }

.support-toolbox .support-quick-links li {
  margin-bottom: 2px; }

.support-quick-links .ge-button {
  width: 100%; }
  .support-quick-links .ge-button .fa {
    min-width: 28px; }
  .support-quick-links .ge-button span {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    line-height: 1rem; }

nav.inpage-nav {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 60;
  top: 0;
  background: white;
  border-top: 1px solid #d7d8db; }
  nav.inpage-nav .ge-dashboard__profileNav_icon {
    float: right;
    margin-top: 25px; }
  nav.inpage-nav .-title {
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  nav.inpage-nav.-fixed-to-top {
    border-top-color: #fff;
    border-bottom: 0;
    z-index: 62;
    box-shadow: 0 2px 2px 0 #d7d8db; }
    .ie11 nav.inpage-nav.-fixed-to-top,
    .ie10 nav.inpage-nav.-fixed-to-top,
    .ie9 nav.inpage-nav.-fixed-to-top,
    .edge nav.inpage-nav.-fixed-to-top {
      position: fixed;
      left: 0;
      right: 0; }
      .ie11 nav.inpage-nav.-fixed-to-top + *,
      .ie10 nav.inpage-nav.-fixed-to-top + *,
      .ie9 nav.inpage-nav.-fixed-to-top + *,
      .edge nav.inpage-nav.-fixed-to-top + * {
        padding-top: 72px; }
  nav.inpage-nav.no-hover-border ul > li:after {
    display: none; }
  nav.inpage-nav.no-hover-border ul > li > a {
    transition: color .25s ease-in-out; }
    nav.inpage-nav.no-hover-border ul > li > a:hover {
      color: black; }
  nav.inpage-nav.-align--center ul {
    justify-content: center;
    text-align: center; }
    nav.inpage-nav.-align--center ul > li:first-child:after {
      width: 100%; }
    nav.inpage-nav.-align--center ul > li:first-child a {
      margin-left: 1rem;
      padding-left: 0.5rem; }
  @media screen and (max-width: 991px) {
    nav.inpage-nav.-align--center ul > li > a {
      margin-left: 1rem;
      padding-left: 0.5rem; } }
  nav.inpage-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0; }
    @media (min-width: 992px) {
      nav.inpage-nav ul {
        display: flex; } }
    nav.inpage-nav ul > li {
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        nav.inpage-nav ul > li {
          text-align: center; } }
      nav.inpage-nav ul > li:after {
        border-bottom: solid 0.125rem transparent;
        transition: background .25s ease-in-out;
        content: "";
        position: absolute;
        bottom: 0;
        width: calc(100% - 2rem - 1px);
        left: 0.5rem; }
      nav.inpage-nav ul > li.active:after {
        border-bottom: solid 0.125rem #005eb8; }
      nav.inpage-nav ul > li:hover:not(.active):after {
        border-bottom: solid 0.125rem #005eb8; }
      nav.inpage-nav ul > li:first-child:after {
        width: calc(100% - 1.5rem - 1px);
        left: 0; }
      nav.inpage-nav ul > li > a {
        color: #2f3313;
        font-size: 0.79rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: 20px 0.5rem;
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        white-space: normal; }
        @media (min-width: 992px) {
          nav.inpage-nav ul > li > a {
            padding: 0 0.5rem;
            line-height: 1.3; } }
        nav.inpage-nav ul > li > a:hover {
          text-decoration: none; }
      nav.inpage-nav ul > li.active > a {
        font-weight: bold; }
      nav.inpage-nav ul > li:first-child a {
        margin-left: 0;
        padding-left: 0; }
      nav.inpage-nav ul > li .toggle-dropdown .fa-sort-desc {
        position: relative;
        top: -3px; }
      nav.inpage-nav ul > li .dropdown-section {
        z-index: 10;
        top: 69px;
        left: -6px;
        background: white;
        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; }
        nav.inpage-nav ul > li .dropdown-section:before {
          display: none !important; }
        nav.inpage-nav ul > li .dropdown-section li:after {
          display: none; }
        nav.inpage-nav ul > li .dropdown-section li > a {
          font-size: 1rem;
          letter-spacing: 0px;
          height: 48px;
          line-height: 48px;
          padding: 0 20px;
          text-align: left;
          text-overflow: ellipsis;
          vertical-align: middle;
          white-space: nowrap;
          text-transform: none;
          width: 250px;
          overflow: hidden; }
          nav.inpage-nav ul > li .dropdown-section li > a:hover {
            background: #ececf0;
            color: #2f3133; }
  nav.inpage-nav .container > ul {
    white-space: nowrap; }
    nav.inpage-nav .container > ul > li {
      display: inline-block;
      position: relative;
      height: 70px; }
      nav.inpage-nav .container > ul > li > a {
        margin: 0 1rem; }
        nav.inpage-nav .container > ul > li > a:first-child {
          margin-left: 0; }
      @media (min-width: 992px) {
        nav.inpage-nav .container > ul > li:before {
          display: inline-block;
          height: 70px;
          content: '';
          vertical-align: middle; } }
  nav.inpage-nav .active-nav,
  nav.inpage-nav .toggle-nav {
    float: left;
    color: #2f3133; }
  nav.inpage-nav .active-nav {
    width: calc(100% - 61px);
    line-height: 62px;
    font-size: 1.125rem;
    font-weight: bold; }
    nav.inpage-nav .active-nav .inactive-title {
      display: none; }
    nav.inpage-nav .active-nav .active-title:empty + .inactive-title {
      display: inline-block; }
  nav.inpage-nav .toggle-nav {
    width: 61px;
    text-align: right;
    height: 62px;
    line-height: 62px;
    padding: 0 3px 0 0; }
    nav.inpage-nav .toggle-nav.rotate i.fa {
      transform: rotate(180deg); }
    nav.inpage-nav .toggle-nav i.fa {
      transition: transform .25s ease-in-out;
      font-size: 1.424rem;
      position: relative;
      top: 4px; }
  @media screen and (max-width: 991px) {
    nav.inpage-nav .container > ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0 2px 2px 0 #d7d8db; }
      nav.inpage-nav .container > ul > li {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 15px; }
    nav.inpage-nav .container ul > li {
      border-top: 1px solid #d7d8db;
      display: block;
      width: 100%; }
      nav.inpage-nav .container ul > li:after {
        display: none; }
    nav.inpage-nav .container ul > li > a {
      margin-left: 0;
      padding-left: 0;
      letter-spacing: 0px;
      font-size: 1rem;
      text-transform: none; } }
  nav.inpage-nav .custom-dropdown .dropdown-section {
    overflow-y: auto;
    overflow-x: -moz-hidden-unscrollable;
    max-height: 208px; }

.featured-posts {
  padding: 50px 0; }
  .featured-posts h2 {
    padding: 0 0 50px 0;
    margin: 0; }
  .featured-posts h5.head-title {
    display: block;
    padding: 0;
    margin: 0 0 35px 0;
    position: relative;
    color: #63666a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.889rem; }
    .featured-posts h5.head-title span {
      padding-bottom: 10px;
      display: inline-block;
      border-bottom: 1px solid #005eb8;
      position: relative;
      z-index: 1; }
    .featured-posts h5.head-title:after {
      z-index: 0;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: #d7d8db;
      width: 100%;
      height: 1px; }
  .featured-posts .featured-article img,
  .featured-posts .recent-posts img {
    max-width: 100%; }
  .featured-posts .featured-article h6,
  .featured-posts .recent-posts h6 {
    margin: 25px 0 0 0;
    padding: 0; }
    .featured-posts .featured-article h6 a,
    .featured-posts .recent-posts h6 a {
      color: #005eb8; }
  .featured-posts .featured-article p,
  .featured-posts .recent-posts p {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0; }
  .featured-posts .featured-article .meta,
  .featured-posts .recent-posts .meta {
    color: #63666a;
    font-size: 0.79rem;
    font-weight: bold;
    text-transform: uppercase; }
  .featured-posts .featured-article .ge-button,
  .featured-posts .featured-article button.btn-med {
    margin-top: 20px; }
  .featured-posts .recent-posts .item {
    padding: 0 0 10px 0; }
    .featured-posts .recent-posts .item:first-child {
      padding-top: 0; }
    .featured-posts .recent-posts .item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }

@media screen and (max-width: 768px) {
  .account-page .push-down-sm {
    margin-top: 15px; } }

.account-page .shipping-address .address-row .address-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd; }

.account-page .shipping-address .address-row .address-edit-collapse {
  padding: 15px 15px 25px 15px;
  border-bottom: 1px solid #ddd; }

.account-page .shipping-address .address-row .lh-2 {
  line-height: 2; }

.account-page .shipping-address .address-row:nth-child(odd) .address-item {
  background: #f1f1f1; }

.account-page .shipping-address .address-row:first-child .address-item {
  border-top: 1px solid #ddd; }

.account-page .shipping-address .address-row:last-child .address-item {
  border-bottom: none; }

.account-page .input-group {
  margin-bottom: 10px; }
  .account-page .input-group input[type="text"],
  .account-page .input-group input[type="password"] {
    border: 1px solid #d7d8d8;
    border-right: 0;
    background-color: white;
    height: 40px; }
  .account-page .input-group .input-group-addon {
    background-color: transparent;
    border: 1px solid #d7d8d8;
    border-left: 0;
    border-radius: 0; }
  .account-page .input-group .input-group-addon img {
    width: 14px; }

.account-page .form-control {
  width: 100%;
  border: 1px solid #d4d4d4;
  padding: 11px;
  height: auto;
  background: white;
  outline: #efefef;
  height: 43px; }
  .account-page .form-control[disabled="disabled"] {
    background: rgba(0, 0, 0, 0.1); }

.account-page select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  position: relative; }

.card-wrapper[data-columns=""]::before {
  content: '3 .column.size-1of3'; }

.column {
  float: left; }

.size-1of3 {
  width: 33.333%; }
  @media screen and (max-width: 991px) {
    .size-1of3 {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .size-1of3 {
      width: 100%; } }

.card-column-wrapper {
  margin: 0 15px; }

.ge-blogs .ge-card {
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  border-radius: 2px; }

.video-playlist-component .video-wrapper {
  position: relative;
  padding-bottom: 43%;
  height: 0;
  background: #212121; }
  .video-playlist-component .video-wrapper .video-js {
    position: static; }
  .video-playlist-component .video-wrapper .vjs-poster {
    background-image: none !important; }
  .video-playlist-component .video-wrapper video {
    transition: opacity .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .video-playlist-component .video-wrapper video.visible {
      opacity: 1; }
  .video-playlist-component .video-wrapper .video-overlay {
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .video-playlist-component .video-wrapper .video-overlay .overlay-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      cursor: pointer; }
      .video-playlist-component .video-wrapper .video-overlay .overlay-play .play-circle {
        transition: transform .25s ease-in-out;
        position: relative;
        border: 4px solid white;
        width: 80px;
        height: 80px;
        border-radius: 50%; }
        .video-playlist-component .video-wrapper .video-overlay .overlay-play .play-circle .fa-play {
          font-size: 2em;
          position: absolute;
          top: 50%;
          left: calc(50% + 3px);
          transform: translate(-50%, -50%); }
      .video-playlist-component .video-wrapper .video-overlay .overlay-play:hover .play-circle {
        transform: scale(1.2); }
    .video-playlist-component .video-wrapper .video-overlay .overlay-text {
      padding: 15px 25px;
      bottom: 0;
      left: 0;
      position: absolute; }
      .video-playlist-component .video-wrapper .video-overlay .overlay-text .overlay-title,
      .video-playlist-component .video-wrapper .video-overlay .overlay-text .overlay-desc,
      .video-playlist-component .video-wrapper .video-overlay .overlay-text .overlay-info {
        margin: 0;
        color: white; }
      .video-playlist-component .video-wrapper .video-overlay .overlay-text .overlay-info {
        margin-top: 10px;
        color: #a5a6a8; }
    .video-playlist-component .video-wrapper .video-overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  @media screen and (min-width: 992px) {
    .video-playlist-component .video-wrapper {
      float: left;
      width: 70%; } }

.video-playlist-component .playlist-wrapper {
  overflow: hidden;
  padding-left: 5px;
  opacity: 0;
  transition: opacity .25s ease-in-out; }
  .video-playlist-component .playlist-wrapper.visible {
    opacity: 1; }
  .video-playlist-component .playlist-wrapper .video-item {
    padding: 5px;
    border: 1px solid #d2d2d2;
    background: #efefef;
    cursor: pointer;
    margin-bottom: 5px; }
    .video-playlist-component .playlist-wrapper .video-item .video-thumbnail,
    .video-playlist-component .playlist-wrapper .video-item .video-description {
      float: left; }
    .video-playlist-component .playlist-wrapper .video-item .video-thumbnail {
      width: 115px;
      height: 80px;
      display: block;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block; }
    .video-playlist-component .playlist-wrapper .video-item .video-description {
      padding-left: 15px;
      width: calc(100% - 120px); }
      .video-playlist-component .playlist-wrapper .video-item .video-description .duration {
        display: block;
        color: #005eb8;
        padding-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .video-playlist-component .playlist-wrapper {
      float: left;
      width: 30%; } }

@media screen and (max-width: 991px) {
  .video-playlist-component {
    display: flex;
    flex-direction: column; }
    .video-playlist-component .video-wrapper .video-overlay .overlay-text .overlay-desc {
      display: none; }
    .video-playlist-component .video-wrapper {
      flex: 70%; }
    .video-playlist-component .playlist-wrapper {
      padding-left: 0;
      margin-top: 15px;
      max-height: 290px;
      flex: 30%; } }

@media screen and (max-width: 768px) {
  .video-playlist-component .video-wrapper .video-overlay .overlay-text {
    display: none; } }

@media screen and (max-width: 500px) {
  .video-playlist-component .playlist-wrapper {
    max-height: 295px; } }

.quick-links-block {
  text-align: center; }
  .quick-links-block .footer-block-link {
    width: 100%; }
    .quick-links-block .footer-block-link a:hover {
      text-decoration: none; }
      .quick-links-block .footer-block-link a:hover h6 {
        text-decoration: none;
        color: #2f3313; }
      .quick-links-block .footer-block-link a:hover p {
        text-decoration: none;
        color: #2f3313; }
  .quick-links-block .link-img img {
    width: 50px;
    display: block;
    margin: 0 auto; }
  .quick-links-block h6 {
    margin-top: 25px;
    margin-bottom: 10px; }

.most-recent-posts {
  padding: 55px 0;
  margin-top: 45px;
  background-color: #fff; }
  .most-recent-posts h5 {
    text-align: center;
    margin-bottom: 50px; }
  .most-recent-posts__link:hover {
    text-decoration: none; }
    .most-recent-posts__link:hover p, .most-recent-posts__link:hover h6 {
      text-decoration: none;
      color: #2f3313; }
  .most-recent-posts__title {
    color: #005eb8;
    margin-bottom: 10px; }
  .most-recent-posts__excerpt {
    color: #63666a; }

.product-feature {
  background: #efefef;
  padding: 50px 0; }
  .product-feature h2.-text--center {
    margin-top: 0;
    margin-bottom: 20px; }
  .product-feature img {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .product-feature img {
        padding: 0 45px; } }
    .product-feature img[src=""] {
      display: none; }
  .product-feature h3.push-down {
    margin-top: 30px; }
  .product-feature p:empty, .product-feature h1:empty, .product-feature h2:empty, .product-feature h3:empty, .product-feature h4:empty, .product-feature h5:empty, .product-feature h6:empty {
    display: none; }

.content-banner {
  position: relative;
  padding: 65px 0; }
  .content-banner.grey-bg {
    background: #efefef; }
  @media (min-width: 992px) {
    .safari .content-banner .row.flex-table {
      flex-wrap: nowrap; } }
  .content-banner .spec-col {
    padding: 0 50px 0 15px;
    justify-content: center;
    align-items: center; }
    .content-banner .spec-col:last-child {
      padding: 0 15px 0 50px; }
    @media screen and (max-width: 991px) {
      .content-banner .spec-col {
        padding: 0 25px; }
        .content-banner .spec-col:last-child {
          padding: 0 25px; }
        .content-banner .spec-col .banner-content {
          margin-bottom: 40px; } }
    .content-banner .spec-col .img-responsive {
      flex-shrink: 0; }
  .content-banner .direction-reverse {
    flex-direction: row-reverse; }
    .content-banner .direction-reverse .spec-col {
      padding: 0 15px 0 50px; }
      .content-banner .direction-reverse .spec-col:last-child {
        padding: 0 50px 0 15px; }
      @media screen and (max-width: 991px) {
        .content-banner .direction-reverse .spec-col {
          padding: 0 25px; }
          .content-banner .direction-reverse .spec-col:last-child {
            padding: 0 25px; } }
  .content-banner .embed-responsive {
    overflow: hidden;
    position: relative;
    margin: 2em 0;
    display: table;
    height: 0;
    width: 100%; }
    .content-banner .embed-responsive .embed-responsive-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .content-banner h3 {
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .content-banner h3.push-down-sm {
        margin-top: 25px; } }
  .content-banner p {
    color: #63666a; }
  .content-banner .banner-content {
    flex: 1; }

.ge-datepicker {
  position: relative; }
  .ge-datepicker__input {
    position: relative; }
    .ge-datepicker__input:focus {
      /* overwrite border style to avoid blinking on click */
      border: 0.0625rem solid #a5a6a8; }
  .ge-datepicker__panel {
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 #2f3133;
    -moz-box-shadow: 0 1px 2px 0 #2f3133;
    -o-box-shadow: 0 1px 2px 0 #2f3133;
    box-shadow: 0 1px 2px 0 #2f3133;
    position: absolute;
    padding: 20px 15px;
    border-width: 0;
    text-align: center;
    background-color: #fff;
    cursor: default;
    z-index: 100;
    /* styles for mobile browsers */ }
    .ge-datepicker__panel.-is--hidden {
      display: none; }
    .ge-datepicker__panel.-position--above {
      margin-bottom: 5px; }
    .ge-datepicker__panel.-position--below {
      margin-top: 5px; }
    .ge-datepicker__panel span {
      display: inline-block;
      width: 30px;
      line-height: 30px;
      color: #63666a; }
    .ge-datepicker__panel .ge-datepicker__title span {
      font-size: 16px;
      font-size: 1rem;
      width: 100%;
      color: #2f3133;
      text-align: center; }
    .ge-datepicker__panel .ge-datepicker__prev, .ge-datepicker__panel .ge-datepicker__next {
      text-align: center; }
      .ge-datepicker__panel .ge-datepicker__prev span:hover, .ge-datepicker__panel .ge-datepicker__next span:hover {
        color: #2f3133;
        background-color: #ececf0;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px; }
    .ge-datepicker__panel .ge-datepicker__dayName span {
      font-weight: bold; }
    .ge-datepicker__panel .ge-datepicker__day {
      border: 1px solid #ececf0; }
      .ge-datepicker__panel .ge-datepicker__day:not(.-is--disabled):not(.-is--selected):hover {
        background-color: #ececf0; }
      .ge-datepicker__panel .ge-datepicker__day.-is--selected {
        background-color: #005eb8; }
        .ge-datepicker__panel .ge-datepicker__day.-is--selected span {
          color: #fff; }
      .ge-datepicker__panel .ge-datepicker__day.-is--disabled span {
        color: #ececf0; }
    .ge-datepicker__panel.-device--mobile {
      padding: 5.33333vw 4vw;
      font-size: 3.2vw;
      margin: auto; }
      .ge-datepicker__panel.-device--mobile .ge-datepicker__title span {
        font-size: 4.3vw; }
      .ge-datepicker__panel.-device--mobile .ge-datepicker__prev span, .ge-datepicker__panel.-device--mobile .ge-datepicker__next span, .ge-datepicker__panel.-device--mobile .ge-datepicker__day span, .ge-datepicker__panel.-device--mobile .ge-datepicker__dayName span {
        width: 8vw;
        line-height: 8vw; }
        .ge-datepicker__panel.-device--mobile .ge-datepicker__prev span:hover, .ge-datepicker__panel.-device--mobile .ge-datepicker__next span:hover, .ge-datepicker__panel.-device--mobile .ge-datepicker__day span:hover, .ge-datepicker__panel.-device--mobile .ge-datepicker__dayName span:hover {
          width: 8vw;
          height: 8vw;
          -webkit-border-radius: 4vw;
          -moz-border-radius: 4vw;
          -ms-border-radius: 4vw;
          -o-border-radius: 4vw;
          border-radius: 4vw; }
  .ge-datepicker__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* place datepicker panel at the centre of viewport */ }
    .ge-datepicker__container.-is--hidden {
      display: none; }
    .ge-datepicker__container .ge-datepicker__panel {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.ge-badge {
  font-size: 0.5rem;
  color: #fff;
  background-color: #005eb8;
  position: absolute;
  top: -10%;
  right: -10%;
  line-height: 1.25rem;
  border-radius: 1.75rem;
  vertical-align: middle;
  text-align: center;
  font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
  padding-left: 0.50rem;
  padding-right: 0.50rem; }
  .ge-badge.-size--micro {
    line-height: 0.25rem;
    width: 0.50rem;
    height: 0.50rem;
    padding-left: 0;
    padding-right: 0; }
  .ge-badge.-fill--transparent {
    background: none;
    color: #005eb8; }
  .ge-badge.-corner--square {
    border-radius: 0; }
  .ge-badge.-position--right {
    top: 20%; }
  .ge-badge.-position--bottom {
    top: 45%;
    right: -15%; }
  .ge-badge.-color--blueDarker2 {
    background-color: #13294b; }
  .ge-badge.-color--blueDarker1 {
    background-color: #004080; }
  .ge-badge.-color--blue {
    background-color: #005eb8; }
  .ge-badge.-color--blueLighter1 {
    background-color: #00b5e2; }
  .ge-badge.-color--blueLighter2 {
    background-color: #72cbe1; }
  .ge-badge.-color--grayDarker2 {
    background-color: #18181a; }
  .ge-badge.-color--grayDarker1 {
    background-color: #2f3133; }
  .ge-badge.-color--gray {
    background-color: #63666a; }
  .ge-badge.-color--grayLighter1 {
    background-color: #a5a6a8; }
  .ge-badge.-color--grayLighter2 {
    background-color: #d7d8db; }
  .ge-badge.-color--grayLighter3 {
    background-color: #ececf0; }
  .ge-badge.-color--grayLighter4 {
    background-color: #f4f5f8; }
  .ge-badge.-color--white {
    background-color: #fff; }
  .ge-badge.-color--green {
    background-color: #00bf6f; }
  .ge-badge.-color--greenLighter1 {
    background-color: #7befb2; }

.text-circle {
  display: inline-block;
  margin-right: 10px; }
  .text-circle__body {
    position: relative;
    display: inline-block;
    font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
    color: #fff; }
    .text-circle__body.-size--xxs {
      width: 1.46rem;
      height: 1.46rem;
      -webkit-border-radius: 0.73rem;
      -moz-border-radius: 0.73rem;
      -ms-border-radius: 0.73rem;
      -o-border-radius: 0.73rem;
      border-radius: 0.73rem;
      font-size: 0.889rem;
      line-height: 1.46rem; }
    .text-circle__body.-size--xs {
      width: 3rem;
      height: 3rem;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      -ms-border-radius: 1.5rem;
      -o-border-radius: 1.5rem;
      border-radius: 1.5rem;
      font-size: 1rem;
      line-height: 3rem; }
    .text-circle__body.-size--sm {
      width: 4rem;
      height: 4rem;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      -ms-border-radius: 2rem;
      -o-border-radius: 2rem;
      border-radius: 2rem;
      font-size: 1.25rem;
      line-height: 4rem; }
    .text-circle__body.-size--md {
      width: 5rem;
      height: 5rem;
      -webkit-border-radius: 2.5rem;
      -moz-border-radius: 2.5rem;
      -ms-border-radius: 2.5rem;
      -o-border-radius: 2.5rem;
      border-radius: 2.5rem;
      font-size: 2rem;
      line-height: 5rem; }
    .text-circle__body.-size--lg {
      width: 6rem;
      height: 6rem;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem;
      -ms-border-radius: 3rem;
      -o-border-radius: 3rem;
      border-radius: 3rem;
      font-size: 2.375rem;
      line-height: 6rem; }
    .text-circle__body.-color--blue {
      background-color: #005eb8; }
    .text-circle__body.-color--gray {
      background-color: #63666a; }

.ge-tooltip {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .ge-tooltip:before {
    display: none;
    background-color: #63666a;
    border-radius: 0.125rem;
    color: #fff;
    content: attr(data-content);
    max-width: 10rem;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    z-index: 100;
    font-weight: bold;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    height: 1.5rem;
    padding: 0 0.5rem;
    top: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 0.624rem;
    line-height: 1.5rem; }
  .ge-tooltip:hover:before {
    display: inline; }

.product-item-buttons .tooltip-inner, .order-table .tooltip-inner, .document-item .tooltip-inner {
  padding: 6px 12px;
  background-color: #e3e3e3;
  color: #37361e;
  border-radius: 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold; }

.product-item-buttons .tooltip.bottom .tooltip-arrow, .order-table .tooltip.bottom .tooltip-arrow, .document-item .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e3e3e3; }

.selection-guide .answer {
  display: flex;
  height: 80px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #63666a; }

.selection-guide .answers {
  padding: 0px; }

.selection-guide .answers .col-md-6 {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-device-width: 1025px) {
  .selection-guide .answers .col-md-6:nth-child(2n+1) {
    padding-right: 30px; } }

.selection-guide .answer p {
  padding: 20px 20px;
  margin: 0px; }

.selection-guide .visited .answers .answer:not(.selected) {
  opacity: 0.3; }

.selection-guide .products table {
  font-size: 15px; }

.selection-guide .products table th {
  white-space: nowrap;
  padding-right: 20px; }

.selection-guide .products table th:last-child {
  width: 140px; }

.selection-guide .products table {
  margin-top: 30px;
  width: 100%; }

.selection-guide .answer.selected {
  background-color: #ececf0; }

.selection-guide .question {
  margin-bottom: 30px; }

.selection-guide .fa-plus-circle, .selection-guide .fa-minus-circle, .selection-guide .question.visited.unfold .fa-plus-circle {
  display: none;
  float: right; }

.selection-guide .products .ge-button {
  width: 125px;
  margin: 5px 0px; }

.selection-guide .title, .selection-guide .short-description {
  margin: 10px 0px; }

@media screen and (max-width: 640px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .selection-guide .visited .answers .answer:not(.selected) {
    display: none; }
  .selection-guide .visited.unfold .answers .answer {
    display: flex; }
  .selection-guide .visited .fa-plus-circle, .selection-guide .visited.unfold .fa-minus-circle {
    display: inline-block; }
  .selection-guide .products {
    overflow-x: scroll; }
  .selection-guide .answer {
    color: #005eb8;
    background-color: #fff; }
  .selection-guide .answer:hover {
    background-color: #005eb8;
    color: #fff; }
  .selection-guide .visited .answer.selected {
    color: #63666a;
    background-color: #ffffff; } }

.spotlight-wrap {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .spotlight {
    padding: 0 15px;
    margin: 0 auto 40px;
    float: none; }
    .spotlight br {
      display: none; } }

.spotlight:focus .img-wrap, .spotlight:hover .img-wrap {
  transform: scale3d(1.05, 1.05, 10); }
  .spotlight:focus .img-wrap:before, .spotlight:hover .img-wrap:before {
    opacity: 1; }

.spotlight-wrap .spotlight {
  text-align: center;
  padding: 0px 15px 40px; }

@media (max-width: 767px) {
  .spotlight .container {
    margin: 0;
    padding: 0; } }

.spotlight img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s; }

.spotlight a {
  overflow: hidden;
  display: block;
  color: #333;
  text-decoration: none;
  background: 0 0; }
  .spotlight a:hover p {
    color: #2f3133; }

.spotlight__text-wrapper {
  position: relative;
  background-color: #f5f5f5;
  padding: 25px;
  z-index: 2; }

.spotlight h3, .spotlight p {
  margin: 0;
  text-align: center;
  line-height: 1.1; }

.spotlight h3 {
  color: #2f3133;
  font-size: 1.424rem; }

.spotlight p {
  color: #63666a;
  padding: 15px 0 0 0 !important;
  font-size: 1.125rem; }

.spotlight.-background--white .spotlight__text-wrapper {
  background-color: #fff; }

.spotlight .img-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  transition: all .3s ease 0s; }
  .spotlight .img-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    transition: all .5s;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: .5; }

body .mktoForm {
  width: 100% !important;
  padding: 0 20px;
  overflow: visible;
  /*Errors*/ }
  body .mktoForm * {
    line-height: 1.5em;
    font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif; }
  body .mktoForm input[type="text"].mktoField,
  body .mktoForm input[type="tel"].mktoField,
  body .mktoForm input[type="url"].mktoField,
  body .mktoForm input[type="date"].mktoField,
  body .mktoForm input[type="number"].mktoField,
  body .mktoForm input[type="email"].mktoField,
  body .mktoForm select.mktoField {
    font-size: 1.125rem;
    min-height: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 0.125rem;
    margin: 0;
    font-family: "GE Inspira Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #a5a6a8;
    width: 100% !important;
    max-width: 100%;
    background: white;
    outline: none;
    clear: both;
    box-shadow: none; }
    body .mktoForm input[type="text"].mktoField:focus,
    body .mktoForm input[type="tel"].mktoField:focus,
    body .mktoForm input[type="url"].mktoField:focus,
    body .mktoForm input[type="date"].mktoField:focus,
    body .mktoForm input[type="number"].mktoField:focus,
    body .mktoForm input[type="email"].mktoField:focus,
    body .mktoForm select.mktoField:focus {
      border-width: 0.125rem;
      border-color: #005eb8;
      outline-style: none;
      margin: 0rem;
      outline: none; }
    body .mktoForm input[type="text"].mktoField:focus,
    body .mktoForm input[type="tel"].mktoField:focus,
    body .mktoForm input[type="url"].mktoField:focus,
    body .mktoForm input[type="date"].mktoField:focus,
    body .mktoForm input[type="number"].mktoField:focus,
    body .mktoForm input[type="email"].mktoField:focus,
    body .mktoForm select.mktoField:focus {
      padding-right: calc(1rem - 1px);
      padding-left: calc(1rem - 1px); }
  body .mktoForm fieldset {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    border-color: #a5a6a8; }
    body .mktoForm fieldset legend {
      width: auto;
      padding: 0 2px;
      color: #2f3133; }
  body .mktoForm .mktoFormCol {
    float: none; }
  body .mktoForm .mktoFieldWrap {
    float: none; }
  body .mktoForm .mktoError {
    left: 0 !important; }

.mktoOffset,
.mktoGutter {
  display: none !important; }

.mktoLabel,
body .mktoForm .mktoLabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  width: auto !important;
  color: #2f3133;
  font-weight: normal;
  margin-top: 5px;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5em; }

/*Required bullets*/
body .mktoForm .mktoAsterix,
.mktoAsterix {
  float: right;
  color: #D70000;
  padding-left: 2px; }

/*Labels*/
body .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal; }

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  clear: left; }

/*Checkboxes*/
.mktoForm .mktoCheckboxList .mktoField {
  display: none;
  margin: 1rem;
  position: relative; }
  .mktoForm .mktoCheckboxList .mktoField:focus {
    outline: none; }
  .mktoForm .mktoCheckboxList .mktoField + label {
    display: block;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5em; }
    .mktoForm .mktoCheckboxList .mktoField + label:before {
      position: static;
      vertical-align: top;
      background-color: inherit;
      border: solid 2px #005eb8;
      border: solid 0.125rem #005eb8;
      border-radius: 2px;
      border-radius: 0.125rem;
      color: transparent;
      content: '1';
      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: 4px 8px 8px 0;
      margin: 0.25rem 0.5rem 0.5rem 0;
      box-sizing: border-box; }
  .mktoForm .mktoCheckboxList .mktoField + .mktoCheckboxList {
    margin-top: -5px; }
  .mktoForm .mktoCheckboxList .mktoField:checked + label:before {
    background-color: #005eb8;
    color: #fff;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 0.79rem;
    line-height: 1.46rem; }
  .mktoForm .mktoCheckboxList .mktoField:disabled + label {
    opacity: 0.3; }
    .mktoForm .mktoCheckboxList .mktoField:disabled + label:before {
      border-color: #63666a;
      color: #63666a; }

/*Selects*/
body .mktoForm select.mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 1.125rem; }
  body .mktoForm select.mktoField::-ms-expand {
    display: none; }
  body .mktoForm select.mktoField option {
    font-size: 1.125rem; }
  body .mktoForm select.mktoField + .mktoClear:after {
    display: inline-block;
    width: 14px;
    height: 24px;
    position: absolute;
    right: 15px;
    bottom: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.424rem;
    pointer-events: none;
    content: "\f107"; }

/*Date*/
input[type="date"].mktoField {
  position: relative; }
  input[type="date"].mktoField::-webkit-inner-spin-button {
    position: absolute;
    right: 35px;
    top: 9px; }

/*Range*/
body .mktoLogicalField.mktoRangeField {
  float: none; }

body .mktoForm .mktoRangeField .mktoRangeValue {
  margin-top: 0 !important; }

/*Textarea*/
body .mktoForm textarea.mktoField {
  display: block;
  width: 100% !important;
  box-shadow: none;
  border-radius: 0.125rem;
  max-width: 100%;
  height: 118px;
  margin: 0;
  padding: 1rem;
  resize: none;
  font-size: 1.125rem;
  border-color: #a5a6a8;
  color: #2f3133;
  clear: left; }

/*Radio*/
.mktoForm .mktoRadioList {
  width: 100% !important; }
  .mktoForm .mktoRadioList input[type="radio"] {
    display: none; }
    .mktoForm .mktoRadioList input[type="radio"] + label {
      display: block;
      margin: 0;
      font-size: 1.125rem;
      line-height: 1.5em; }
      .mktoForm .mktoRadioList input[type="radio"] + label:before {
        position: static;
        background-image: none;
        background-color: inherit;
        border: solid 2px transparent;
        border: solid 0.125rem transparent;
        color: #005eb8;
        font-family: FontAwesome;
        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; }
    .mktoForm .mktoRadioList input[type="radio"]:checked + label:before {
      content: '\f192';
      background-image: none;
      color: #005eb8; }

/*Buttons*/
body .mktoForm .mktoButtonWrap {
  margin-left: 0 !important; }

body .mktoForm .mktoButtonWrap.mktoRound .mktoButton,
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
body .mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.mktoButton,
body .cf_widget_socialsignon.cf_widget .cf_sign_on_button {
  display: inline-block;
  margin: 0.5rem;
  margin-left: 0;
  padding: 0 0.875rem;
  border-radius: 2.5rem;
  border: 0.125rem solid #005eb8 !important;
  color: #fff;
  box-sizing: border-box;
  min-width: 1.75rem;
  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;
  text-decoration: none;
  background-image: none !important;
  background-color: #005eb8 !important;
  box-shadow: 0 0 !important; }
  body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover, body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active, body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:focus,
  body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
  body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
  body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
  body .mktoForm .mktoButtonWrap.mktoNative .mktoButton:hover,
  body .mktoForm .mktoButtonWrap.mktoNative .mktoButton:active,
  body .mktoForm .mktoButtonWrap.mktoNative .mktoButton:focus,
  .mktoButton:hover,
  .mktoButton:active,
  .mktoButton:focus,
  body .cf_widget_socialsignon.cf_widget .cf_sign_on_button:hover,
  body .cf_widget_socialsignon.cf_widget .cf_sign_on_button:active,
  body .cf_widget_socialsignon.cf_widget .cf_sign_on_button:focus {
    background-color: #13294b;
    background-image: none;
    color: #fff;
    border: 0.125rem solid #13294b;
    cursor: pointer;
    outline-style: none; }

body .mktoButtonRow {
  display: block;
  text-align: right; }

/*Social icons*/
body .cf_widget_socialsignon .cf_sign_on {
  width: 100%; }

body .cf_widget_socialsignon.cf_widget .cf_sign_on_button {
  width: auto;
  white-space: nowrap;
  background: transparent;
  vertical-align: middle;
  color: #63666a; }
  body .cf_widget_socialsignon.cf_widget .cf_sign_on_button:hover {
    background: transparent;
    color: #2f3133; }
    body .cf_widget_socialsignon.cf_widget .cf_sign_on_button:hover .cf_icon:before {
      color: #004080; }

body .cf_widget_socialsignon.cf_widget .cf_icon {
  display: inline-block;
  width: auto;
  height: auto;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem; }
  body .cf_widget_socialsignon.cf_widget .cf_icon:before {
    display: inline-block;
    content: "1";
    color: #005eb8;
    background: none;
    line-height: 2.25rem; }
  body .cf_widget_socialsignon.cf_widget .cf_icon.cf_synd_icon_tw_sm {
    background-image: none; }
    body .cf_widget_socialsignon.cf_widget .cf_icon.cf_synd_icon_tw_sm:before {
      content: "\f099"; }
  body .cf_widget_socialsignon.cf_widget .cf_icon.cf_synd_icon_fb_sm {
    background-image: none; }
    body .cf_widget_socialsignon.cf_widget .cf_icon.cf_synd_icon_fb_sm:before {
      content: "\f09a"; }

/*marketo banners*/
body .marketo-banner .mktoForm {
  width: auto !important;
  margin: 0 -15px;
  padding: 0; }
  body .marketo-banner .mktoForm:before, body .marketo-banner .mktoForm:after {
    content: " ";
    display: table; }
  body .marketo-banner .mktoForm:after {
    clear: both; }
  body .marketo-banner .mktoForm .mktoFormRow,
  body .marketo-banner .mktoForm .mktoButtonRow {
    float: left;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box; }
  @media (min-width: 768px) {
    body .marketo-banner .mktoForm .mktoFormRow {
      width: 83.33333%; } }
  body .marketo-banner .mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 0 !important;
    padding: 0;
    float: none !important; }
  body .marketo-banner .mktoForm .mktoFormRow label {
    display: none; }
  body .marketo-banner .mktoForm .mktoFormRow input {
    width: 100% !important;
    padding: 11px 0;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    color: #fff; }
    body .marketo-banner .mktoForm .mktoFormRow input:focus {
      padding: 11px 0;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  body .marketo-banner .mktoForm .mktoButtonRow {
    text-align: center; }
    @media (min-width: 768px) {
      body .marketo-banner .mktoForm .mktoButtonRow {
        width: 16.66667%; } }
    body .marketo-banner .mktoForm .mktoButtonRow .mktoButton {
      margin: 0.5rem;
      background: transparent !important;
      border: 0.125rem solid #fff !important; }
      body .marketo-banner .mktoForm .mktoButtonRow .mktoButton:hover, body .marketo-banner .mktoForm .mktoButtonRow .mktoButton:focus, body .marketo-banner .mktoForm .mktoButtonRow .mktoButton:active {
        border-color: #a5a6a8 !important;
        color: #a5a6a8; }

body .marketo-banner .mktoFieldDescriptor {
  position: relative;
  border-bottom: 2px solid #a9c4de; }
  body .marketo-banner .mktoFieldDescriptor:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    float: left;
    padding: 15px 25px 17px 1px;
    width: 46px;
    height: 50px;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0e0";
    color: #fff; }

body .marketo-banner .mktoFieldWrap {
  padding-left: 46px; }

body .marketo-banner input::-webkit-input-placeholder {
  color: white; }

body .marketo-banner input:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

body .marketo-banner input::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

body .marketo-banner input:-ms-input-placeholder {
  color: white; }

body .col-md-3 .marketo-banner,
body .col-md-4 .marketo-banner,
body .col-lg-3 .marketo-banner,
body .col-lg-4 .marketo-banner {
  padding: 30px;
  position: relative;
  overflow: hidden; }
  body .col-md-3 .marketo-banner.banner-component.-gradient--blue:before,
  body .col-md-4 .marketo-banner.banner-component.-gradient--blue:before,
  body .col-lg-3 .marketo-banner.banner-component.-gradient--blue:before,
  body .col-lg-4 .marketo-banner.banner-component.-gradient--blue:before {
    background: rgba(0, 108, 183, 0.82); }
  body .col-md-3 .marketo-banner .marketo-banner_title,
  body .col-md-4 .marketo-banner .marketo-banner_title,
  body .col-lg-3 .marketo-banner .marketo-banner_title,
  body .col-lg-4 .marketo-banner .marketo-banner_title {
    padding-bottom: 0;
    font-size: 1.424rem;
    line-height: 1.898rem; }
  body .col-md-3 .marketo-banner .marketo-banner_description,
  body .col-md-4 .marketo-banner .marketo-banner_description,
  body .col-lg-3 .marketo-banner .marketo-banner_description,
  body .col-lg-4 .marketo-banner .marketo-banner_description {
    color: rgba(255, 255, 255, 0.8); }
  body .col-md-3 .marketo-banner .mktoFieldDescriptor,
  body .col-md-4 .marketo-banner .mktoFieldDescriptor,
  body .col-lg-3 .marketo-banner .mktoFieldDescriptor,
  body .col-lg-4 .marketo-banner .mktoFieldDescriptor {
    border: none; }
    body .col-md-3 .marketo-banner .mktoFieldDescriptor:before,
    body .col-md-4 .marketo-banner .mktoFieldDescriptor:before,
    body .col-lg-3 .marketo-banner .mktoFieldDescriptor:before,
    body .col-lg-4 .marketo-banner .mktoFieldDescriptor:before {
      display: none; }
  body .col-md-3 .marketo-banner .mktoFormRow,
  body .col-md-3 .marketo-banner .mktoButtonRow,
  body .col-md-4 .marketo-banner .mktoFormRow,
  body .col-md-4 .marketo-banner .mktoButtonRow,
  body .col-lg-3 .marketo-banner .mktoFormRow,
  body .col-lg-3 .marketo-banner .mktoButtonRow,
  body .col-lg-4 .marketo-banner .mktoFormRow,
  body .col-lg-4 .marketo-banner .mktoButtonRow {
    width: 100%; }
  body .col-md-3 .marketo-banner .mktoFieldWrap,
  body .col-md-4 .marketo-banner .mktoFieldWrap,
  body .col-lg-3 .marketo-banner .mktoFieldWrap,
  body .col-lg-4 .marketo-banner .mktoFieldWrap {
    padding-left: 0; }
  body .col-md-3 .marketo-banner input,
  body .col-md-4 .marketo-banner input,
  body .col-lg-3 .marketo-banner input,
  body .col-lg-4 .marketo-banner input {
    width: 100%;
    min-height: 0 !important;
    margin: 15px 0 !important;
    padding: 0 !important;
    border: none;
    border-bottom: 1px solid white !important;
    font-size: 0.889rem !important;
    background: none; }
    body .col-md-3 .marketo-banner input::-webkit-input-placeholder,
    body .col-md-4 .marketo-banner input::-webkit-input-placeholder,
    body .col-lg-3 .marketo-banner input::-webkit-input-placeholder,
    body .col-lg-4 .marketo-banner input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    body .col-md-3 .marketo-banner input:-moz-placeholder,
    body .col-md-4 .marketo-banner input:-moz-placeholder,
    body .col-lg-3 .marketo-banner input:-moz-placeholder,
    body .col-lg-4 .marketo-banner input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5); }
    body .col-md-3 .marketo-banner input::-moz-placeholder,
    body .col-md-4 .marketo-banner input::-moz-placeholder,
    body .col-lg-3 .marketo-banner input::-moz-placeholder,
    body .col-lg-4 .marketo-banner input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    body .col-md-3 .marketo-banner input:-ms-input-placeholder,
    body .col-md-4 .marketo-banner input:-ms-input-placeholder,
    body .col-lg-3 .marketo-banner input:-ms-input-placeholder,
    body .col-lg-4 .marketo-banner input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    body .col-md-3 .marketo-banner input:focus,
    body .col-md-4 .marketo-banner input:focus,
    body .col-lg-3 .marketo-banner input:focus,
    body .col-lg-4 .marketo-banner input:focus {
      box-shadow: none !important; }
  body .col-md-3 .marketo-banner .mktoButtonRow,
  body .col-md-4 .marketo-banner .mktoButtonRow,
  body .col-lg-3 .marketo-banner .mktoButtonRow,
  body .col-lg-4 .marketo-banner .mktoButtonRow {
    text-align: left; }
    body .col-md-3 .marketo-banner .mktoButtonRow .mktoButton,
    body .col-md-4 .marketo-banner .mktoButtonRow .mktoButton,
    body .col-lg-3 .marketo-banner .mktoButtonRow .mktoButton,
    body .col-lg-4 .marketo-banner .mktoButtonRow .mktoButton {
      margin: 0;
      padding-left: 0.625rem !important;
      padding-right: 0.625rem !important;
      min-width: 1.5rem !important;
      letter-spacing: 1px !important;
      font-size: 0.702rem !important;
      line-height: 1.75rem !important; }

/*modal window*/
body .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1; }

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

body .modal-dialog .mktoForm {
  margin-bottom: -30px;
  padding: 0 15px; }
  body .modal-dialog .mktoForm textarea.mktoField {
    width: 100%; }

/* Contact us Marketo form */
.-mkto--two-column .mktoFormRow {
  display: inline-block;
  width: 100%; }

.-mkto--full-width.mktoForm,
.-mkto--full-width .mktoForm {
  width: 100%;
  padding: 0; }

@media (min-width: 992px) {
  body .-mkto--contact-us .mktoFormCol {
    float: left;
    margin-left: 4%; }
  body .-mkto--contact-us .mktoFormCol:first-child {
    margin-left: 0; } }

.-mkto--contact-us .mktoButtonRow {
  text-align: right !important; }

@media (max-width: 991px) {
  .-mkto--contact-us .mktoFormCol,
  .mktoHtmlText {
    width: 100% !important; } }

body .-mkto--contact-us .mktoForm .mktoAsterix,
.-mkto--contact-us .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix,
.mktoAsterix {
  float: right; }

body .-mkto--contact-us .mktoForm input[type="text"].mktoField[name="PostalCode"] {
  width: 50% !important; }

body .col-md-9 .-mkto--contact-us textarea.mktoField,
body .col-md-9 .-mkto--contact-us .mktoHtmlText {
  max-width: none; }
  @media (min-width: 992px) {
    body .col-md-9 .-mkto--contact-us textarea.mktoField,
    body .col-md-9 .-mkto--contact-us .mktoHtmlText {
      width: calc(970px * 0.75 - 30px) !important; } }
  @media (min-width: 1200px) {
    body .col-md-9 .-mkto--contact-us textarea.mktoField,
    body .col-md-9 .-mkto--contact-us .mktoHtmlText {
      width: calc(1170px * 0.75 - 30px) !important; } }

.-mkto--contact-us .mktoHtmlText {
  border-bottom: 1px solid #ddd;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 3.08rem;
  word-break: normal; }
  .-mkto--contact-us .mktoHtmlText span {
    color: #2f3133;
    font-size: 0.889rem !important;
    font-weight: bold;
    text-transform: uppercase;
    word-break: keep-all; }
  .-mkto--contact-us .mktoHtmlText hr,
  .-mkto--contact-us .mktoHtmlText br {
    display: none; }

/* Flexible layout for the Marketo RFQ form */
#marketoModal #mktoForm_23325.mktoForm .mktoFieldWrap, #marketoModal #mktoForm_23325.mktoForm .mktoFormCol {
  float: left; }

#marketoModal #mktoForm_23325.mktoForm .mktoFormCol + .mktoFormCol {
  margin-left: 40px; }

@media only screen and (max-width: 480px) {
  #marketoModal #mktoForm_23325.mktoForm .mktoFormRow .mktoFormCol {
    width: 100%; }
  #marketoModal #mktoForm_23325.mktoForm .mktoFieldWrap, #marketoModal #mktoForm_23325.mktoForm .mktoFormCol {
    float: none; }
  #marketoModal #mktoForm_23325.mktoForm .mktoFormCol + .mktoFormCol {
    margin-left: 0; }
  #marketoModal #mktoForm_23325.mktoForm .mktoButtonWrap {
    float: right; } }

.custom-bar.progress {
  visibility: hidden;
  position: sticky;
  top: 0;
  z-index: 80;
  height: 2px;
  margin-bottom: -2px;
  box-shadow: none;
  background-color: transparent; }
  .in-progress .custom-bar.progress, .custom-bar.progress.in-progress {
    visibility: visible; }
  .custom-bar.progress .progress-bar {
    background-color: #00b5e2;
    box-shadow: none;
    width: 0; }
  .custom-bar.progress.infinite-bar .progress-bar {
    -webkit-animation-name: growing-bar;
    animation-name: growing-bar;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .secondary-navigation + .custom-bar.progress {
    top: 60px; }

@keyframes growing-bar {
  0% {
    width: 0; }
  25% {
    width: 25%; }
  50% {
    width: 50%; }
  75% {
    width: 75%; }
  100% {
    width: 100%; } }

.custom-bar.-fixed-to-top {
  border-top-color: #fff;
  border-bottom: 0;
  z-index: 63; }
  .ie11 .custom-bar.-fixed-to-top,
  .ie10 .custom-bar.-fixed-to-top,
  .ie9 .custom-bar.-fixed-to-top,
  .edge .custom-bar.-fixed-to-top {
    position: fixed;
    left: 0;
    right: 0; }

.in-progress .progress-overlay,
.in-progress + .progress-overlay,
.spinner-in-progress .spinner-overlay,
.spinner-in-progress + .spinner-overlay {
  display: block; }

.spinner-in-progress {
  position: relative; }

.spinner-in-progress:before,
.search-in-progress:after {
  display: table;
  content: " "; }

.spinner-in-progress:after {
  clear: both; }

.progress-overlay,
.spinner-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); }

.progress-overlay {
  z-index: 62; }

.spinner-overlay {
  z-index: 49; }

.spinner {
  position: sticky;
  top: 50%;
  margin: 0 auto;
  width: 70px;
  height: 25px;
  overflow: hidden;
  text-align: center; }
  .ie11 .spinner,
  .ie10 .spinner,
  .ie9 .spinner,
  .edge .spinner {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: -13px; }
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #00b5e2;
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .small-dots-spinner .spinner > div {
      width: 8px;
      height: 8px; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  .modal-dialog .spinner,
  .dropdown-section .spinner,
  .centered-no-scroll-spinner .spinner {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: -13px; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ie11 .ge-button .fa,
.ie10 .ge-button .fa,
.ie9 .ge-button .fa,
.edge .ge-button .fa {
  animation: none; }

.ge-button.spinner-in-progress, .ge-button.spinner-in-progress:hover, .ge-button.spinner-in-progress:focus, .ge-button.spinner-in-progress:active, .ge-button.spinner-in-progress:disabled {
  background-color: #a5a6a8 !important;
  border-color: #a5a6a8 !important;
  color: #fff !important;
  cursor: default;
  opacity: 1;
  pointer-events: none; }
  .ge-button.spinner-in-progress .fa, .ge-button.spinner-in-progress:hover .fa, .ge-button.spinner-in-progress:focus .fa, .ge-button.spinner-in-progress:active .fa, .ge-button.spinner-in-progress:disabled .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }
    .ge-button.spinner-in-progress .fa:before, .ge-button.spinner-in-progress:hover .fa:before, .ge-button.spinner-in-progress:focus .fa:before, .ge-button.spinner-in-progress:active .fa:before, .ge-button.spinner-in-progress:disabled .fa:before {
      content: '\f110' !important; }

.basket-items.spinner-in-progress .spinner-overlay,
.basket-preview-dropdown.spinner-in-progress .spinner-overlay {
  display: none; }

.basket-items.spinner-in-progress > .spinner-overlay,
.basket-preview-dropdown.spinner-in-progress .basket-preview > .spinner-overlay {
  display: block; }

.show-on-spin.fa {
  display: none;
  margin-right: 5px; }

.circle-spinner .fa-circle-o-notch.fa-spin {
  font-size: 1.067em;
  vertical-align: baseline; }

.spinner-in-progress.circle-spinner {
  position: relative;
  z-index: 1; }
  .spinner-in-progress.circle-spinner:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    opacity: .75;
    z-index: 1;
    background-color: #f4f5f8; }
  .spinner-in-progress.circle-spinner > .show-on-spin {
    display: inline-block; }

/* disabled spinning select */
.disabled-spinning-select .dropdown-toggle {
  background-color: #ececf0;
  opacity: .50;
  pointer-events: none; }
  .ge-form__item .disabled-spinning-select .dropdown-toggle + .fa-angle-down {
    opacity: .5; }
  .disabled-spinning-select .dropdown-toggle .bs-caret {
    display: none; }

.disabled-spinning-select .fa-angle-down {
  display: none; }

.disabled-spinning-select .select-load-spinner {
  display: inline-block; }

.select-load-spinner {
  display: none;
  position: absolute;
  right: 16px;
  top: 15px;
  font-size: 1rem;
  pointer-events: none; }

@font-face {
  font-family: 'geinspirapitch';
  src: url("../fonts/calculators/geinspirapitch-webfont.eot");
  src: url("../fonts/calculators/geinspirapitch-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calculators/geinspirapitch-webfont.woff") format("woff"), url("../fonts/calculators/geinspirapitch-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.calculator {
  border: 0;
  border-collapse: inherit !important;
  color: #fff !important;
  font: normal 17px "geinspirapitch", "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  background-color: #464646;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 20px 0;
  text-shadow: -0px -1px #000;
  /* blue calculate button */
  /* red reset button */ }
  .calculator input, .calculator select {
    background-color: #f6f6f6;
    border-radius: 3px;
    border: 1px solid #555;
    padding: 4px;
    width: 84px;
    min-height: 0;
    color: #000; }
    .calculator input:hover, .calculator select:hover {
      border: 1px solid #fff;
      background-color: #fefefe; }
  .calculator input {
    text-align: right;
    height: 30px; }
  .calculator select {
    width: 84px; }
  .calculator td, .calculator li {
    border-bottom: 1px solid #888;
    color: #fff;
    padding: 8px; }
  .calculator li > label {
    color: #fff;
    margin: 0; }
  .calculator .last-row td, .calculator li.last-row {
    border-bottom: 0px !important; }
  .calculator .calculator-readonly input,
  .calculator .calculator-readonly input:hover,
  .calculator .calculator-readonly input:focus {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    border: 1px solid #555; }
  .calculator button.calculator-button-calculate,
  .calculator button.calculator-button-reset {
    border-radius: 3px;
    color: #fff;
    font-size: 15px !important;
    line-height: 1;
    text-align: center;
    padding: 10px; }
  .calculator button.calculator-button-calculate {
    background-color: #005eb8;
    border: 0px solid #555;
    text-shadow: 0 -1px 0 #159;
    float: left; }
    .calculator button.calculator-button-calculate:hover {
      background-color: #006ad6;
      cursor: pointer; }
    .calculator button.calculator-button-calculate:active {
      box-shadow: inset 0 0 4px 2px #257;
      -webkit-box-shadow: inset 0 0 4px 2px #257;
      -moz-box-shadow: inset 0 0 4px 2px #257; }
  .calculator button.calculator-button-reset {
    background-color: #C30A28;
    border: 0px solid #555;
    text-shadow: 0 -1px 0 #9C1325; }
    .calculator button.calculator-button-reset:hover {
      background-color: #df0b2d;
      cursor: pointer; }
    .calculator button.calculator-button-reset:active {
      box-shadow: inset 0 0 4px 2px #BA0E00;
      -webkit-box-shadow: inset 0 0 4px 2px #BA0E00;
      -moz-box-shadow: inset 0 0 4px 2px #BA0E00; }

.custom-tabs.list-inline {
  border-bottom: 2px solid #ddd;
  font-size: 0.889rem;
  font-weight: bold; }
  .custom-tabs.list-inline li {
    margin: 0 10px -2px 0;
    border-bottom: 2px solid transparent; }
    .custom-tabs.list-inline li.active {
      border-color: #00b5e2; }
      .custom-tabs.list-inline li.active a {
        color: #63666a; }
  .custom-tabs.list-inline a {
    display: block;
    padding: 5px 0;
    color: #a5a6a8;
    text-decoration: none; }
    .custom-tabs.list-inline a:hover {
      color: #2f3133;
      text-decoration: none; }

.address-panel {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  font-size: 0.889rem;
  line-height: 1;
  background-color: #fff;
  padding: 15px 25px;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  border-radius: 2px; }
  .address-panel.default-panel {
    border: 1px solid #72cbe1;
    background: #f6fdff; }
  .address-panel .edit-address-block .text-right-sm-up {
    text-align: right; }
  .address-panel .edit-address-block.in + .address-panel_footer {
    display: none; }

.address-panel__description p {
  font-size: 0.889rem;
  line-height: 1; }

.address-panel_footer {
  margin-top: 15px;
  font-size: 0; }
  @media all and (min-width: 768px) {
    .address-panel_footer {
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -7px; } }
  .address-panel_footer a {
    position: relative;
    color: #63666a;
    text-decoration: underline; }
    .address-panel_footer a:hover {
      text-decoration: none; }
  .address-panel_footer a, .address-panel_footer b {
    font-size: 0.79rem; }

.address-delimiter {
  margin: 0 5px;
  border-right: 1px solid #63666a;
  font-size: 0.702rem; }

.modal-backdrop {
  opacity: 0.8 !important;
  background: #18181a !important; }

.modal .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: none !important;
  padding: 15px !important; }

.modal .modal-header {
  padding: 24px; }

.modal .close {
  font-size: 30px;
  right: 25px;
  top: 25px; }

.modal.-type--with-iframe iframe {
  border: none;
  width: 100%; }

.country-prompt-modal .modal-header {
  padding: 24px 15px 0; }

.country-prompt-modal .modal-footer {
  padding: 0; }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100vh; } }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      margin-top: 0 !important; } }

.tips-and-tricks .single-box {
  padding: 10px 15px 5px 15px;
  margin-top: 20px;
  background: #fafafa;
  border-radius: 5px; }
  .tips-and-tricks .single-box h2 {
    margin: 10px 0 10px 10px; }
  .tips-and-tricks .single-box ul.post-info {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 10px 10px; }
    .tips-and-tricks .single-box ul.post-info li {
      padding: 0;
      font-size: smaller;
      margin-right: 20px;
      display: inline-block;
      letter-spacing: 0.3px; }
  .tips-and-tricks .single-box ul.nav-tabs {
    border-radius: 0;
    padding-top: 15px;
    margin-left: 10px;
    font-size: 20px; }
    .tips-and-tricks .single-box ul.nav-tabs li a {
      color: #5d5d5d;
      padding: 10px 30px 10px 30px;
      border-bottom-color: transparent; }
    .tips-and-tricks .single-box ul.nav-tabs li.active a {
      color: #fff;
      background: #9d9d9d;
      padding: 10px 30px 10px 30px; }
  .tips-and-tricks .single-box .tab-content {
    color: #6f6f6f;
    padding: 16px 0 20px 0; }
  .tips-and-tricks .single-box .tab-pane {
    padding: 15px 10px 5px 10px;
    text-align: justify; }

.tips-and-tricks h2, .tips-and-tricks .h2 {
  font-size: 26px; }

.tips-and-tricks ul.categories {
  list-style: none; }

.cd-products-comparison-table ul, .cd-products-comparison-table ol, .cd-products-comparison-table li {
  padding: 0;
  list-style-type: none; }

/* --------------------------------

Main Components

-------------------------------- */
.cd-products-comparison-table {
  position: relative;
  min-height: 192px; }
  @media (min-width: 1170px) {
    .cd-products-comparison-table {
      min-height: 196px; } }
  @media only screen and (min-width: 992px) {
    .cd-products-comparison-table.top-fixed, .cd-products-comparison-table.top-scrolling {
      min-height: 91px; } }

.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile'; }

.cd-products-comparison-table header {
  padding: 0 5% 25px; }

.cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table; }

.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold; }

.cd-products-comparison-table .actions {
  float: right; }

.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
  font-size: 1rem; }

.cd-products-comparison-table .reset {
  color: #404042;
  text-decoration: underline; }

.cd-products-comparison-table .filter {
  padding: .6em 1.5em;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 3px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #9dc997; }

.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1; }

@media only screen and (min-width: 992px) {
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'tablet'; } }

@media only screen and (min-width: 1200px) {
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }
  .cd-products-comparison-table header {
    padding: 0 5% 40px; }
  .cd-products-comparison-table h2 {
    font-size: 2rem; }
  .cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
    font-size: 1rem; }
  .cd-products-comparison-table .filter {
    padding: .6em 2em;
    margin-left: 1.6em; } }

.cd-products-table {
  position: relative;
  margin-right: 60px; }

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 120px;
  background-color: #fff; }

@media only screen and (min-width: 1170px) {
  .cd-products-table .features {
    width: 210px; } }

.cd-products-table.scrolling .features::after {
  opacity: 1; }

.cd-products-wrapper {
  overflow: hidden;
  background-color: #fff; }

.cd-products-columns {
  /* products list wrapper */
  margin-left: 120px; }

.cd-products-columns,
.cd-features-list {
  margin-bottom: 0; }

.cd-products-columns::after {
  clear: both;
  content: "";
  display: table; }

@media only screen and (min-width: 1170px) {
  .cd-products-columns {
    margin-left: 210px; } }

.cd-products-columns .product {
  position: relative;
  float: left;
  width: 155px;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
  .cd-products-columns .product:hover .top-info, .cd-products-columns .product:hover .cd-features-list {
    background: #ececf0; }

.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0); }

.no-product-transition .cd-products-columns .product.selected {
  transition: opacity 0.3s, visibility 0.3s; }

.filtered .cd-products-columns .product:not(.selected) {
  position: absolute; }

@media only screen and (min-width: 1170px) {
  .cd-products-columns .product {
    width: 174px; } }

.cd-features-list li {
  font-weight: bold;
  padding: 20px 15px;
  border-top: 0.069rem solid #d7d8db;
  text-align: left;
  color: #63666a;
  font-size: 0.889rem;
  line-height: 0.889rem;
  overflow: hidden; }
  .cd-features-list li .ge-button {
    margin: 0; }
  .cd-features-list li .option-presence {
    font-size: 1.125rem; }
    .cd-features-list li .option-presence.fa-check {
      color: #00bf6f; }
  .cd-features-list li.text-center, .cd-features-list li.banner, .cd-features-list li.register-banner, .cd-features-list li.search-banner {
    text-align: center; }

.cd-features-list li.rate {
  /* rating stars */
  padding: 21px 0; }

.cd-features-list li.rate span {
  display: inline-block;
  height: 22px;
  width: 110px;
  background: url(../img/cd-star.svg);
  color: transparent; }

@media only screen and (min-width: 1170px) {
  .cd-features-list li.rate {
    padding: 22px 0; } }

.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  top: 0;
  font-size: 1rem;
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 14px;
  padding: 25px 10px;
  text-align: left; }

.cd-products-table .features .top-info {
  padding-top: 130px; }
  .cd-products-table .features .top-info .p-name {
    font-size: 0.889rem; }

@media (min-width: 992px) {
  .top-fixed .cd-products-table .features .top-info,
  .top-scrolling .cd-products-table .features .top-info {
    padding-top: 20px; }
    .top-fixed .cd-products-table .features .top-info .p-name,
    .top-scrolling .cd-products-table .features .top-info .p-name {
      font-size: 1rem; } }

@media only screen and (min-width: 1170px) {
  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    text-transform: uppercase;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px; } }

.features .cd-features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2f3133;
  font-size: 0.889rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.cd-products-table .top-info {
  display: block;
  position: relative;
  height: 192px;
  width: 155px;
  text-align: left;
  padding: 20px;
  transition: height 0.3s;
  cursor: pointer;
  text-decoration: none;
  background: #fff; }

.cd-products-table .top-info .p-name {
  color: #2f3133;
  font-size: 1rem;
  line-height: 1.1rem;
  max-height: 2.2rem;
  overflow: hidden; }

.cd-products-table .top-info .p-id {
  color: #63666a;
  font-size: 0.79rem;
  line-height: 0.79rem; }

.cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0; }

.cd-products-table .top-info h3 {
  padding: 1.25em 0 0.625em;
  font-weight: bold;
  font-size: 1rem; }

.cd-products-table .top-info .compare-table__image-wrapper {
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  background-size: cover; }
  .cd-products-table .top-info .compare-table__image-wrapper img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%; }
  .cd-products-table .top-info .compare-table__image-wrapper.-image--round {
    border-radius: 50%; }

.cd-products-table .top-info h3, .cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em; }

.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%; }

.cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s; }

.cd-products-table .top-info .check::after {
  /* check icon */
  background: url(../img/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  transition: opacity 0.3s; }

@media only screen and (min-width: 1170px) {
  .cd-products-table .top-info {
    height: 196px;
    width: 174px; }
  .cd-products-table .top-info h3 {
    padding-top: 1.4em;
    font-size: 1rem; }
  .cd-products-table .top-info .check {
    margin-bottom: 1.5em; } }

.cd-products-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto; }

@media only screen and (min-width: 1170px) {
  .cd-products-table .features .top-info {
    width: 210px; } }

.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #9dc997;
  border-color: #9dc997;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s; }

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1.5); } }

@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1); }
  60% {
    -moz-transform: scale(1.6); }
  100% {
    -moz-transform: scale(1.5); } }

@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1; }

@media only screen and (min-width: 992px) {
  .top-fixed .cd-products-table .top-info,
  .top-scrolling .cd-products-table .top-info {
    height: 91px;
    position: relative;
    top: 0;
    transform: none !important;
    margin-bottom: 4px; }
    .top-fixed .cd-products-table .top-info .compare-table__image-wrapper,
    .top-scrolling .cd-products-table .top-info .compare-table__image-wrapper {
      display: none; }
    .top-fixed .cd-products-table .top-info .compare-table__image-wrapper,
    .top-scrolling .cd-products-table .top-info .compare-table__image-wrapper {
      width: 60px;
      height: 60px;
      margin: auto;
      margin-bottom: 5px; }
    .top-fixed .cd-products-table .top-info .p-name,
    .top-scrolling .cd-products-table .top-info .p-name {
      font-size: 1.125rem;
      margin-bottom: 10px;
      max-height: 2.4rem;
      line-height: 1.2rem; }
  .no-cssgradients.top-fixed .cd-products-table .top-info,
  .no-cssgradients.top-scrolling .cd-products-table .top-info {
    border-bottom: 1px solid #e6e6e6; }
  .top-fixed .cd-products-table .top-info::after,
  .top-scrolling .cd-products-table .top-info::after {
    opacity: 1; }
  .top-scrolling .cd-products-table .top-info {
    position: relative; } }

.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 80px;
  right: 5px;
  transform: translateY(-25px);
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #63666a;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
  background-color: #63666a;
  opacity: 0.2; }
  .cd-table-navigation a:hover {
    opacity: 1; }

.cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden; }

.cd-table-navigation a.prev {
  left: 60px;
  right: auto; }
  @media (min-width: 1170px) {
    .cd-table-navigation a.prev {
      left: 150px; } }
  @media (max-width: 991px) {
    .cd-table-navigation a.prev {
      left: 5px; } }

.cd-table-navigation a:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  color: #fff;
  font: normal normal normal 2.5rem/1 FontAwesome; }

.cd-table-navigation a.prev:before {
  content: "\f104";
  left: 15px; }

.cd-table-navigation a.next:before {
  content: "\f105";
  right: 15px; }

.no-touch .cd-table-navigation a:hover {
  background-color: #404042; }

/* --------------------------------

No JS

-------------------------------- */
.no-js .actions {
  display: none; }

.no-js .cd-products-table .top-info {
  height: 145px; }

@media only screen and (min-width: 1170px) {
  .no-js .cd-products-table .top-info {
    height: 248px; } }

.no-js .cd-products-columns .check {
  display: none; }

@media (min-width: 768px) {
  .model-modal_cards .modal-dialog {
    width: 60%;
    max-width: 1170px; } }

.toolbox-tabs {
  list-style: none;
  padding: 0 5px 0 0;
  margin: 0;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .toolbox-tabs {
      padding-right: 0; } }

.toolbox-tab {
  margin-bottom: 15px;
  list-style: none; }
  .toolbox-tab:hover .toolbox-tab_link {
    border-color: #ececf0;
    background-color: #ececf0;
    text-decoration: none; }
  @media (max-width: 991px) {
    .toolbox-tab:hover {
      box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08); } }
  .toolbox-tab.active .toolbox-tab_link {
    border-color: #005eb8;
    background-color: #005eb8;
    text-decoration: none;
    color: #fff; }
    .toolbox-tab.active .toolbox-tab_link:after {
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      content: '';
      width: 0;
      height: 0;
      border: 11px solid transparent;
      border-right-width: 0;
      border-left-color: #005eb8; }
      @media (max-width: 991px) {
        .toolbox-tab.active .toolbox-tab_link:after {
          display: none; } }

.toolbox-tab_link {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ececf0;
  color: #2f3133;
  font-weight: bold;
  background-color: #fff; }
  .toolbox-tab_link:hover, .toolbox-tab_link:focus {
    color: #2f3133; }
  .toolbox-tab_link .fa {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%); }

.toolbox-tab_content {
  margin-bottom: 30px; }
  .toolbox-tab_content .tab-pane.in.active {
    height: auto !important; }

.toolbox-tab_content-header {
  margin-bottom: 30px; }
  .toolbox-tab_content-header hr {
    margin: 10px 0; }
    .toolbox-tab_content-header hr:first-child {
      margin-top: 0; }

.simple-collapsible-panel {
  margin-bottom: 20px; }

.simple-collapsible_heading-link {
  color: #2f3133; }
  .simple-collapsible_heading-link:hover, .simple-collapsible_heading-link:focus {
    color: #2f3133;
    text-decoration: none; }
  .simple-collapsible_heading-link:hover .simple-collapsible_title {
    text-decoration: underline; }
  .simple-collapsible_heading-link .fa {
    font-size: 1.424rem;
    margin-right: 10px; }
  .simple-collapsible_heading-link .fa-plus-circle {
    display: none; }
  .simple-collapsible_heading-link.collapsed .fa-minus-circle {
    display: none; }
  .simple-collapsible_heading-link.collapsed .fa-plus-circle {
    display: inline-block; }

@media (max-width: 991px) {
  .product-toolbox {
    max-width: 100%;
    overflow: hidden; }
    .product-toolbox > .row {
      display: flex;
      flex-wrap: wrap;
      width: calc(200% + 60px); }
      .product-toolbox > .row > [class*='col-'] {
        display: flex; }
  .toolbox-tabs {
    width: 100%; }
  .toolbox-tab_content {
    width: 100%; }
    .toolbox-tab_content .tab-pane {
      min-height: 100%;
      width: 100%;
      margin-left: 0;
      transition: margin-left .7s ease-in-out, opacity .35s ease-in-out;
      background: #f4f5f8;
      z-index: 60;
      opacity: 0; }
      .toolbox-tab_content .tab-pane.active.in {
        opacity: 1;
        margin-left: calc(-100% - 30px); } }

.part-list__table {
  padding: 20px 0 10px; }
  .part-list__table table {
    min-width: 700px;
    border-collapse: separate; }
  .part-list__table th, .part-list__table td {
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-top: none !important;
    vertical-align: middle !important; }
    .part-list__table th.text-left, .part-list__table td.text-left {
      text-align: left; }
    .part-list__table th.text-right, .part-list__table td.text-right {
      text-align: right; }
  .part-list__table th {
    border-bottom: 3px solid #ddd; }
  .part-list__table td {
    border-bottom: 1px solid #ddd; }
  .part-list__table input[type="number"].part-list__table--qty-input {
    border: 1px solid #d7d8d8;
    padding: 4px 5px;
    min-width: 3rem;
    min-height: 1rem;
    text-align: right;
    margin: 0; }
    .part-list__table input[type="number"].part-list__table--qty-input::-webkit-outer-spin-button, .part-list__table input[type="number"].part-list__table--qty-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.common-figure {
  margin: 0;
  padding: 20px 0 10px; }
  .common-figure .figure-description {
    display: block;
    margin-top: 10px;
    font-size: 0.889rem; }

.part-list__img-container .img-responsive {
  max-height: 500px; }

.support-case__tabs-header li > a {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  margin-right: 15px;
  font-size: 1rem;
  line-height: 1.46rem;
  font-weight: bold;
  color: #a5a6a8; }
  .support-case__tabs-header li > a:hover {
    background-color: transparent; }

.support-case__tabs-header li.active > a,
.support-case__tabs-header li.active > a:hover,
.support-case__tabs-header li.active > a:focus {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #00b5e2;
  color: #63666a; }

.support-case__tabs-header li:last-child a {
  margin-right: 0; }

.support-case__return-btn {
  color: #63666a; }
  .support-case__return-btn i.fa {
    margin-right: 10px; }
  .support-case__return-btn:hover, .support-case__return-btn:focus, .support-case__return-btn:active {
    color: #63666a;
    text-decoration: none; }

.support-case__view-detail {
  position: relative;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .support-case__view-detail:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5%;
      border-left: 5px solid #ececf0;
      transform: translate(-50%); } }
  .support-case__view-detail .ge-card {
    z-index: 1;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
    border-radius: 2px; }

.support-case__comment > * {
  z-index: 1; }

.support-case__user-icon {
  display: inline-block;
  margin-top: 10px;
  /* align user icon to the vertical line */
  margin-left: 29%; }
  .support-case__user-icon img {
    width: 45px;
    height: 45px; }
  @media screen and (max-width: 1199px) {
    .support-case__user-icon {
      margin-left: 19%; } }

.support-case__reply {
  width: 80%;
  margin: 50px auto; }
  .support-case__reply textarea, .support-case__reply .checkbox {
    margin: 0; }
  @media screen and (max-width: 991px) {
    .support-case__reply {
      width: 100%; } }

.support-case__radios .ge-radio-block {
  margin: 0 0 21px; }

.support-case__form {
  padding-bottom: 50px; }

.support-case__title h1 {
  margin-top: 10px; }

.support-case__title p {
  padding: 25px 0px 25px 0px; }

@media (max-width: 767px) {
  .support-case__title .custom-select {
    margin-top: 20px; } }

.ge-picklist ~ .select2.select2-container {
  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", 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 {
        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__option-header {
  padding: 5px;
  margin-right: 30px;
  border: 1px solid #2f3133;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-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;
    -moz-box-shadow: 0 1px 2px 0 #2f3133;
    -o-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; }

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

/* CSS for My Account Dashboard Version 2 -US1010
   Developed by - Arpan Chakraborty
*/
.ge-dashboard .ge-dashboard__products {
  position: initial !important; }
  .ge-dashboard .ge-dashboard__products .photo {
    overflow: hidden; }

.ge-dashboard .ge-account__profile .box-wrapper, .ge-dashboard .ge-account__profile .login-form .login-box, .login-form .ge-dashboard .ge-account__profile .login-box {
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  padding: 20px 20px; }

.ge-dashboard .ge-account__profile .ge-account__header .box-wrapper, .ge-dashboard .ge-account__profile .ge-account__header .login-form .login-box, .login-form .ge-dashboard .ge-account__profile .ge-account__header .login-box {
  padding: 45px 45px; }

.ge-dashboard .ge-account__profile .ge-account__header .ge-profile .ge-button.-fill--outline.-color--white:focus,
.ge-dashboard .ge-account__profile .ge-account__header .ge-profile .ge-button.-fill--outline.-color--white:hover {
  border-color: #fff;
  color: #fff;
  opacity: 0.7; }

.ge-dashboard .ge-account__profile .ge-profile {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  border-radius: 2px; }
  .ge-dashboard .ge-account__profile .ge-profile.--content {
    padding-top: 13px; }
  .ge-dashboard .ge-account__profile .ge-profile.-gradient--green {
    box-shadow: none; }

.ge-dashboard .ge-dashboard__registeredProducts {
  overflow: hidden; }

.ge-dashboard .ge-dashboard__profileNav_icon {
  float: right;
  margin-top: 25px; }

.ge-dashboard .ge_add__product {
  background: #f8f8f8; }
  .ge-dashboard .ge_add__product .--content {
    display: flex;
    align-items: center;
    justify-content: center; }
    .ge-dashboard .ge_add__product .--content a {
      margin-top: 50px; }

.ge-dashboard .ge_products__banner {
  min-height: 190px;
  max-height: 190px; }

.ge-dashboard .loyalty-image {
  width: 36px;
  height: 36px;
  margin-right: 10px; }

.ge-dashboard .loyality-link {
  margin-top: -40px;
  margin-right: 10px; }
  .ge-dashboard .loyality-link i {
    color: #a5a6a8; }
    .ge-dashboard .loyality-link i:hover {
      color: #005eb8 !important; }

.ge-dashboard .club-header {
  border-bottom: 0.5px solid #d7d8db; }
  .ge-dashboard .club-header img {
    vertical-align: inherit; }

.ge-dashboard .ge-dashboard__productsLink {
  margin-top: -4px;
  margin-right: 0px; }
  .ge-dashboard .ge-dashboard__productsLink i {
    color: #a5a6a8; }
    .ge-dashboard .ge-dashboard__productsLink i:hover {
      color: #005eb8 !important; }

.ge-dashboard .club-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }
  .ge-dashboard .club-content .row {
    text-align: center; }
  .ge-dashboard .club-content a p {
    padding-top: 10px;
    letter-spacing: 0.5px;
    color: #2f3133 !important; }
  .ge-dashboard .club-content a i {
    color: #63666a !important; }
  .ge-dashboard .club-content a:hover p {
    color: #005eb8 !important; }
  .ge-dashboard .club-content a:hover i {
    color: #005eb8 !important; }

.ge-dashboard .carousel-inner {
  max-height: 250px; }

.ge-dashboard .ge-dashboard__notifications p {
  margin-top: 5px;
  margin-bottom: 0px; }

.ge-dashboard .ge-offers {
  position: relative;
  text-align: center;
  color: white;
  height: 240px;
  /* Centered text */ }
  .ge-dashboard .ge-offers img {
    width: 100%;
    height: 100%;
    filter: invert(23%) sepia(78%) saturate(2097%) hue-rotate(178deg) brightness(75%) contrast(95%);
    object-fit: cover; }
  .ge-dashboard .ge-offers .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .ge-dashboard .ge-offers .centered .ge-offers-label {
      text-align: center; }

.ge-dashboard .overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 108, 183, 0.82); }

.ge-dashboard .--adjust-pad {
  padding-top: 30px; }

.ge-dashboard .-color--blueLighterText {
  color: #fff !important; }

.ge-dashboard .products {
  display: none; }
  .ge-dashboard .products .ge-products-title {
    max-width: 100%;
    color: #2f3133;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: block;
    white-space: nowrap; }
  .ge-dashboard .products .products-description {
    max-width: 100%;
    max-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: block;
    white-space: nowrap; }
  .ge-dashboard .products .products-footer {
    margin-top: 25px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: block;
    white-space: nowrap; }

.ge-dashboard .loadMore {
  display: none; }

.ge-dashboard .photo {
  padding: 22px 0px; }

.ge-dashboard .loyalty-item {
  height: 200px; }
  .ge-dashboard .loyalty-item .loyalty-akta-header {
    margin-bottom: 10px;
    vertical-align: middle;
    margin-left: 15px; }
  .ge-dashboard .loyalty-item .loyalty-bio-header {
    margin-bottom: 20px;
    vertical-align: middle; }
  .ge-dashboard .loyalty-item .box {
    border-bottom: 0.1px solid #d7d8db; }

.ge-dashboard .image-banner {
  height: 10em;
  position: relative; }
  .ge-dashboard .image-banner p {
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    text-align: center;
    transform: translate(-50%, -50%); }
  .ge-dashboard .image-banner.-button {
    margin: 0;
    position: absolute;
    top: 140%;
    left: 53%;
    margin-right: -50%;
    transform: translate(-50%, -50%); }
  .ge-dashboard .image-banner a {
    color: #fff !important;
    margin-right: 22%; }

.ge-dashboard .--adjust-pad-15 {
  margin-bottom: 15px;
  margin-top: 50px; }

@media (max-width: 767px) {
  .ge-dashboard .ge-caurosel-controls {
    margin-left: 6px; }
  .ge-dashboard .carousel-inner {
    max-height: 218px; }
  .ge-dashboard .ge-carousel-item {
    margin-left: -8px; } }

.ge-dashboard__profileNav {
  font-size: 0;
  text-align: center;
  height: 80px !important; }
  .ge-dashboard__profileNav .ge-dashboard__profileNav__item {
    display: inline-block;
    width: 120px;
    margin: 20px auto; }
    .ge-dashboard__profileNav .ge-dashboard__profileNav__item a {
      display: inline-block;
      font-size: 0.889rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      border-top: none;
      width: 80px;
      padding-bottom: 22px; }
      .ge-dashboard__profileNav .ge-dashboard__profileNav__item a:hover {
        border-bottom: 2px solid #005eb8; }
      .ge-dashboard__profileNav .ge-dashboard__profileNav__item a:a:not(.selected) {
        box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.26), inset 1px 0 0 #323435, inset 0 1px 0 #282a2b, inset 0 -1px 0 #282a2b; }
      .ge-dashboard__profileNav .ge-dashboard__profileNav__item a.selected {
        border-bottom: 2px solid #005eb8;
        pointer-events: none; }
        .ge-dashboard__profileNav .ge-dashboard__profileNav__item a.selected span {
          color: #005eb8;
          font-weight: bold; }
        .ge-dashboard__profileNav .ge-dashboard__profileNav__item a.selected i {
          color: #005eb8; }
      .ge-dashboard__profileNav .ge-dashboard__profileNav__item a span {
        display: block;
        font-size: 0.889rem;
        color: #63666a; }
        .ge-dashboard__profileNav .ge-dashboard__profileNav__item a span i {
          color: #2f3133;
          display: block; }

.ge-dashboard__profileContainer {
  border: 0px solid;
  padding: 45px 50px;
  margin: auto;
  display: block;
  overflow-x: hidden;
  background: #005eb8;
  background-size: cover;
  width: 100%;
  height: 150px; }
  @media (max-width: 767px) {
    .ge-dashboard__profileContainer {
      padding: 28px 50px; } }

.ge-dashboard__profileContainer__Header {
  width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px; }
  .ge-dashboard__profileContainer__Header.--designmation {
    padding-top: 2px !important; }
  .ge-dashboard__profileContainer__Header .-text--bold {
    color: rgba(255, 255, 255, 0.9) !important; }
  .ge-dashboard__profileContainer__Header .--content {
    display: inline-block; }
    .ge-dashboard__profileContainer__Header .--content span {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.125rem; }
      .ge-dashboard__profileContainer__Header .--content span i {
        font-size: 0.4rem !important;
        font-size: 1.125rem !important;
        color: rgba(255, 255, 255, 0.7);
        margin-left: 5px;
        margin-right: 5px; }
    .ge-dashboard__profileContainer__Header .--content i {
      font-size: 1.125rem !important; }
  .ge-dashboard__profileContainer__Header i {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    top: -1px;
    left: 0px;
    margin-left: 10px; }

.thumbnail--image {
  width: 100%;
  height: 125px;
  background-size: cover; }
  .thumbnail--image img {
    min-width: 100%;
    height: 125px;
    object-fit: cover; }

.thumbnail--adjust-padding {
  display: block;
  min-height: 240px;
  max-height: 240px;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  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;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }

.overlay-bg {
  position: absolute;
  width: inherit;
  height: 100%;
  background: rgba(0, 108, 183, 0.82);
  padding: 0px;
  line-height: 1.42857;
  border-radius: 4px; }

.caption.--column {
  width: 250px;
  padding: 20px; }
  .caption.--column p {
    color: #005eb8;
    font-size: 1.125rem; }
    .caption.--column p a {
      display: block;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .caption.--column span {
    color: #63666a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.79rem; }
  .caption.--column .title {
    display: block;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .caption.--column .author {
    width: 173px;
    padding-top: 10px; }
    .caption.--column .author a {
      text-decoration: none;
      cursor: default; }
    .caption.--column .author span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100px; }
  @media (max-width: 767px) {
    .caption.--column {
      width: 350px; }
      .caption.--column .author {
        width: 83%; } }

.caption.--description {
  width: 91%;
  color: #63666a;
  padding-top: 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  .caption.--description p {
    color: #63666a;
    font-weight: normal;
    font-size: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    line-height: 1.46rem; }
  @media (max-width: 767px) {
    .caption.--description {
      width: 100%; } }

.loyalty-item {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }

.ge-dashboard__box-wrapper {
  height: auto;
  background: #fff;
  padding: 10px 10px;
  margin: 15px 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;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }

.box-recommendv2 {
  padding: 0;
  min-height: 250px;
  overflow: hidden;
  background: url(/assets/images/Foto3.png);
  background-size: cover;
  color: #fff;
  position: relative;
  border-radius: 2px; }
  .box-recommendv2 p {
    width: 135px;
    padding-bottom: 8px; }
    @media (min-width: 970px) {
      .box-recommendv2 p {
        padding-bottom: 24px; } }
  .box-recommendv2 .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 183, 0.82); }
  .box-recommendv2 .formcontent {
    z-index: 1;
    position: relative;
    padding: 30px 105px;
    text-align: center; }
  .box-recommendv2 .view-button {
    padding-left: 13px; }
  .box-recommendv2 h6 {
    color: #fff;
    margin-top: 0; }
  .box-recommendv2 p {
    color: #fff !important;
    font-size: 1.424rem !important; }
  .box-recommendv2 a {
    color: #00b5e2 !important;
    font-size: 1.424rem !important; }

.ge-dashboard__multiCarousel {
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative; }
  .ge-dashboard__multiCarousel .ge-dashboard__multiCarousel-inner {
    transition: 0.2s ease-in-out all !important;
    float: left; }
    .ge-dashboard__multiCarousel .ge-dashboard__multiCarousel-inner .item {
      float: left; }
  .ge-dashboard__multiCarousel .controls {
    top: calc(50% - 20px); }
    .ge-dashboard__multiCarousel .controls .leftLst.over, .ge-dashboard__multiCarousel .controls .rightLst.over {
      cursor: not-allowed;
      color: #dadada; }
    .ge-dashboard__multiCarousel .controls .right {
      margin-left: 20px;
      margin-right: 25px; }
    .ge-dashboard__multiCarousel .controls.mobile .left {
      float: left; }
    .ge-dashboard__multiCarousel .controls.mobile .right {
      float: right; }

#back-to-top {
  display: none;
  position: fixed;
  right: 40px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(99, 102, 106, 0.88);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  border-radius: 0; }
  #back-to-top:hover {
    -webkit-box-shadow: 0 2px 1px 0 #a5a6a8;
    -moz-box-shadow: 0 2px 1px 0 #a5a6a8;
    -o-box-shadow: 0 2px 1px 0 #a5a6a8;
    box-shadow: 0 2px 1px 0 #a5a6a8; }
    #back-to-top:hover i.fa {
      font-weight: bold; }
  #back-to-top i.fa {
    display: block;
    font-size: 13px; }

.preview-block {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  position: relative; }
  .preview-block:hover .preview-trigger-overlay {
    display: block; }
  .preview-block > img, .preview-block > iframe {
    max-width: 100%; }
  .preview-block > img {
    min-width: 180px; }
  .preview-block > iframe {
    min-width: 250px; }

td.preview-block {
  display: table-cell; }

.preview-trigger-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 24, 26, 0.5);
  cursor: pointer; }
  .preview-trigger-overlay .ge-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; }
    .preview-trigger-overlay .ge-button:hover {
      background: #fff;
      color: #005eb8;
      border-color: #fff; }

@media (max-width: 991px) {
  .sticky-header-table td.outer-zoom--wrapper:hover {
    position: relative; }
    .sticky-header-table td.outer-zoom--wrapper:hover .preview-block {
      position: static; } }

.sticky-header-table .preview-block {
  width: 100%; }

.ge-account__settings .settings-link__track {
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4); }

.ge-account__settings .left-tabs {
  width: 225px;
  position: static; }

.ge-account__settings .box-heading {
  font-size: 1.424rem;
  color: #2f3133;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.ge-account__settings .fixed-box {
  position: fixed; }

.ge-account__settings .bottom-box {
  bottom: 0;
  position: absolute; }

.ge-account__settings .box-content {
  display: inline-block; }

.ge-account__settings .squareaccordion .label--edit {
  display: none; }

.ge-account__settings .squareaccordion .label--close {
  display: block; }

.ge-account__settings .squareaccordion.collapsed .label--edit {
  display: block; }

.ge-account__settings .squareaccordion.collapsed .label--close {
  display: none; }

.ge-account__settings .push-top-15 {
  padding-top: 15px !important; }

.ge-account__settings .label--text {
  max-width: 400px; }
  @media screen and (max-width: 767px) {
    .ge-account__settings .label--text {
      max-width: 180px; } }

.ge-account__settings .alert {
  padding: 10px 10px; }

.ge-account__settings .settings-link__track hr:last-of-type {
  display: none; }

.ge-account__settings .settings-box .box-content {
  margin-bottom: 0; }

.products-filter__right-side {
  padding-top: 20px;
  padding-bottom: 20px; }

.products-filter__label {
  margin: 0;
  vertical-align: middle; }

.products-filter__button {
  margin-left: 10px;
  margin-right: 0; }

.products-filter__dropdown {
  border-top: #dbdbdb solid 1px;
  border-bottom: #dbdbdb solid 1px;
  background-color: #ededed;
  -webkit-box-shadow: inset 0 11px 8px -10px #dbdbdb, inset 0 -11px 8px -10px #dbdbdb;
  -moz-box-shadow: inset 0 11px 8px -10px #dbdbdb, inset 0 -11px 8px -10px #dbdbdb;
  -o-box-shadow: inset 0 11px 8px -10px #dbdbdb, inset 0 -11px 8px -10px #dbdbdb;
  box-shadow: inset 0 11px 8px -10px #dbdbdb, inset 0 -11px 8px -10px #dbdbdb; }
  .products-filter__dropdown .container {
    padding-top: 20px;
    padding-bottom: 20px; }

.products-filter .filter-body {
  height: 150px;
  overflow-y: auto; }

.products-filter__refine {
  padding-top: 50px;
  padding-bottom: 50px; }
  .products-filter__refine p {
    padding-left: 8px; }

.products-filter .filter-button {
  padding-left: 0rem; }

.ge-account__team .account-item {
  margin-top: 12px;
  line-height: 1.2rem; }
  .ge-account__team .account-item span {
    color: #2f3133;
    font-size: 1rem;
    overflow: hidden; }
  @media (max-width: 767px) {
    .ge-account__team .account-item.--email {
      padding-left: 0px;
      margin-top: 5px; } }
  @media (max-width: 767px) {
    .ge-account__team .account-item.--star {
      padding-left: 85px; } }
  @media (max-width: 767px) {
    .ge-account__team .account-item.--name {
      font-weight: bold; } }
  @media (max-width: 767px) {
    .ge-account__team .account-item {
      margin-top: 0px; } }

.ge-account__team .support-toolbox {
  padding: 0px; }

.ge-account__team .box-wrapper, .ge-account__team .login-form .login-box, .login-form .ge-account__team .login-box {
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  border-radius: 2px;
  padding: 25px 30px; }

.ge-account__team .team-header {
  padding: 25px 30px 0; }

.ge-account__team .team-header span {
  letter-spacing: 1px; }

.ge-account__team .circular-image__optional {
  padding-top: 18px; }

.ge-account__team .circular-image {
  border-radius: 50%;
  width: 50px;
  height: 50px; }
  @media (max-width: 767px) {
    .ge-account__team .circular-image {
      margin-top: 7px; } }

.ge-account__team .highlight {
  color: #F8FD54; }

.ge-account__team .customer-service {
  background: #00b5e2; }

.media-modal .media-modal--inner {
  position: absolute;
  top: 50px;
  bottom: 50px;
  background: #fff;
  left: 0;
  right: 0;
  overflow-y: auto;
  font-size: 0; }
  .media-modal .media-modal--inner:before {
    content: '';
    display: inline-block;
    height: calc(100vh - 100px);
    width: 0;
    vertical-align: middle; }

.media-modal .modal-dialog {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 !important; }

.media-modal .close {
  position: fixed;
  right: 20px;
  top: 10px;
  color: #fff;
  font-size: 30px;
  opacity: 1; }
  .media-modal .close:hover {
    color: #63666a;
    filter: alpha(opacity=80);
    filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=80);
    -o-opacity: 0.8;
    -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none; }

.media-modal .modal-content {
  text-align: center;
  margin: 0; }
  .media-modal .modal-content img,
  .media-modal .modal-content iframe {
    max-width: 100%;
    max-height: 100%; }

.media-modal .modal-body {
  padding: 0; }
  .media-modal .modal-body.with-iframe {
    position: relative; }
    .media-modal .modal-body.with-iframe iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.img-alert {
  margin-bottom: 15px; }

.img-alert__img-wrapper {
  float: left;
  width: 80px;
  margin-right: 10px;
  padding-top: 7px;
  text-align: center; }
  .img-alert__img-wrapper img {
    max-width: 100%;
    max-height: 100%; }

.img-alert__description-wrapper {
  overflow: hidden; }

.track-order__enquiry {
  width: 65%;
  margin: 50px auto;
  display: flex;
  align-items: center; }
  @media all and (max-width: 768px) {
    .track-order__enquiry {
      flex-direction: column;
      width: 90%;
      margin-top: 30px; } }

.track-order__form {
  position: relative;
  background: white;
  display: inline-block;
  padding: 20px;
  width: 55%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  -moz-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  -o-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .track-order__form-footnote {
    margin-top: 20px; }
  @media all and (max-width: 768px) {
    .track-order__form {
      width: 100%; } }

.track-order__login {
  width: 45%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  -moz-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  -o-box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  box-shadow: 0 1px 2px 0 rgba(47, 49, 51, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .track-order__login-img {
    overflow: hidden;
    height: 200px; }
    .track-order__login-img img {
      width: 100%; }
  .track-order__login-prompt {
    padding: 20px; }
    .track-order__login-prompt h2, .track-order__login-prompt p {
      margin-left: 0.5rem;
      margin-bottom: 10px; }
  @media all and (max-width: 768px) {
    .track-order__login {
      width: 100%;
      margin-top: 15px; } }

.track-order__results-header {
  padding: 0 15px; }

@media (max-width: 767px) {
  .ge-support__cases .case-button {
    margin-top: 20px;
    padding: 0; }
    .ge-support__cases .case-button a {
      width: 100%; } }

/* Main pages */
.dashboard .load-more {
  margin-top: 20px; }

.hotspot-wrapper {
  padding: 50px 0;
  background: #efefef; }
  .hotspot-wrapper .spec-col {
    padding: 0 50px; }
    @media screen and (max-width: 991px) {
      .hotspot-wrapper .spec-col {
        padding: 0 25px; } }
  .hotspot-wrapper .pos-rel {
    position: relative; }
  .hotspot-wrapper .v-center-in-row {
    position: absolute;
    width: calc(50% - 30px);
    padding: 0 50px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      .hotspot-wrapper .v-center-in-row {
        position: static;
        width: 100%;
        transform: none;
        padding: 0 25px; } }
  .hotspot-wrapper .hotspot-image-wrapper {
    position: relative; }
    .hotspot-wrapper .hotspot-image-wrapper .click-tooltip {
      position: absolute; }
      .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .content,
      .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .icon-round-plus {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .content {
        font-size: 1rem;
        z-index: 5;
        display: none;
        background: white;
        padding: 15px;
        border-radius: 4px;
        margin-top: 10px;
        max-width: 200px;
        position: absolute;
        width: 200px;
        word-break: break-word; }
        .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .content:before {
          text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
          font-family: 'FontAwesome';
          content: "\f0d8";
          position: absolute;
          color: white;
          top: -15px;
          left: 10px;
          font-size: 25px; }
        .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .content.active {
          display: block; }
        @media screen and (max-width: 991px) {
          .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .content.right-sm {
            right: 0; }
            .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .content.right-sm:before {
              left: unset;
              right: 10px; } }
      .hotspot-wrapper .hotspot-image-wrapper .click-tooltip .icon-round-plus {
        cursor: pointer;
        border: 4px solid white;
        background: #005eb8;
        border-radius: 50%;
        width: 31px;
        display: block;
        height: 31px;
        position: relative;
        background-image: url("/assets/images/icons/icon-plus-white.svg");
        background-repeat: no-repeat;
        background-size: 67%;
        background-position: 4px 4px; }
  .hotspot-wrapper img {
    width: 100% !important; }
  .hotspot-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px; }
  .hotspot-wrapper p {
    font-size: 1.424em;
    color: #63666a; }

.product-accordion .dropdown-container {
  position: relative; }
  .product-accordion .dropdown-container .toggle-title {
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 0; }
    .product-accordion .dropdown-container .toggle-title.btn-dark {
      background: #014380; }
    .product-accordion .dropdown-container .toggle-title.btn-darker {
      background: #003b72; }
    .product-accordion .dropdown-container .toggle-title.btn-darkest {
      background: #003465; }
  .product-accordion .dropdown-container:nth-of-type(3n + 1) .toggle-title {
    background: #014380; }
  .product-accordion .dropdown-container:nth-of-type(3n + 2) .toggle-title {
    background: #003b72; }
  .product-accordion .dropdown-container:nth-of-type(3n + 3) .toggle-title {
    background: #003465; }
  .product-accordion .dropdown-container .toggle-title i.fa.fa-angle-down {
    font-size: 20px;
    transform: rotate(180deg);
    transition: transform .25s ease-in-out; }
  .product-accordion .dropdown-container .toggle-title.collapsed i.fa.fa-angle-down {
    transform: rotate(0deg); }
  .product-accordion .dropdown-container .toggle-title span {
    padding-right: 10px;
    display: inline-block; }
  .product-accordion .dropdown-container .dropdown-content .container {
    padding-top: 50px;
    padding-bottom: 50px; }

.product-specs {
  background: #005eb8;
  padding: 50px 0 20px 0; }
  .product-specs img {
    width: auto;
    max-height: 85px; }
  .product-specs .col-lg-3.col-sm-6.col-xs-12 {
    text-align: center; }
  .product-specs i.fa {
    color: rgba(255, 255, 255, 0.8); }
  .product-specs h5 {
    color: #fff; }
  .product-specs p {
    color: rgba(255, 255, 255, 0.8); }

.product-specs-table .table > thead > tr > th,
.product-specs-table .table > tbody > tr > th,
.product-specs-table .table > tfoot > tr > th,
.product-specs-table .table > thead > tr > td,
.product-specs-table .table > tbody > tr > td,
.product-specs-table .table > tfoot > tr > td {
  padding: 15px; }

.product-selection {
  padding-bottom: 15px; }
  .product-selection h6 {
    color: #63666a;
    border-bottom: 1px solid #d7d8db;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 30px; }
  .product-selection .btn-frame {
    margin-right: 15px; }

html.ie11 .document-nav > ul .simplebar-scroll-content, html.ie10 .document-nav > ul .simplebar-scroll-content {
  max-height: 511px; }

.document-nav h6 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d7d8db;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem; }

.document-nav > ul {
  max-height: 480px; }
  .document-nav > ul .simplebar-track.vertical {
    background: #fff;
    width: 4px; }
    .document-nav > ul .simplebar-track.vertical .simplebar-scrollbar {
      right: 0px; }

.document-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .document-nav ul li > a {
    display: block;
    padding: 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #63666a;
    border-left: 0.125rem solid transparent;
    font-size: 0.889rem;
    line-height: 1.5em;
    margin-bottom: 5px;
    padding-bottom: 2px;
    word-wrap: break-word; }
    .document-nav ul li > a:active, .document-nav ul li > a:hover, .document-nav ul li > a:focus {
      text-decoration: none; }
    .document-nav ul li > a:hover:not(.active) {
      background: #ececf0; }
    .document-nav ul li > a.active {
      color: #63666a;
      position: relative;
      border-left: 2px solid #005eb8;
      font-weight: bold; }
      .document-nav ul li > a.active:after {
        font-size: 13px;
        content: "\f00c";
        position: absolute;
        right: 8px;
        top: 3px;
        color: white;
        font-family: 'FontAwesome'; }

.document-nav .view-more {
  margin-top: 15px;
  display: block;
  padding: 5px 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #63666a;
  border-left: 0.125rem solid transparent;
  font-size: 0.889rem;
  line-height: 1.325rem;
  margin-bottom: 5px;
  padding-bottom: 2px;
  word-wrap: break-word;
  text-decoration: none; }
  .document-nav .view-more:hover {
    background: #ececf0; }
  .document-nav .view-more i.fa {
    padding: 0px 0px 0px 5px;
    font-size: 0.702rem; }
  .document-nav .view-more .more-block {
    display: none; }
  .document-nav .view-more.collapsed .more-block {
    display: inline; }
  .document-nav .view-more.collapsed .less-block {
    display: none; }

.document-item {
  background: #F4F5F8;
  margin-bottom: 30px;
  padding: 30px; }
  .document-item .btn-small {
    margin-top: 15px; }
  .document-item p {
    margin: 0; }

.review-stars {
  padding: 10px 0; }
  .review-stars i.fa.fa-star-o,
  .review-stars i.fa.fa-star {
    color: #005eb8; }

.review-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  color: #63666a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.889em; }

.star-review-rating i.fa.fa-star-o,
.star-review-rating i.fa.fa-star {
  cursor: pointer; }

.star-review-rating i.fa.fa-star-o {
  color: #a5a6a8; }
  .star-review-rating i.fa.fa-star-o:hover {
    color: #005eb8; }

.star-review-rating i.fa.fa-star {
  color: #005eb8; }

@media screen and (max-width: 768px) {
  .star-review-rating {
    padding-top: 20px; } }

.bg-gray {
  background: #ECECF0; }

.leave-a-review .form-control {
  background: white; }

.leave-a-review .push-15-top {
  padding-top: 15px; }

.leave-a-review .review-author {
  font-weight: bold; }

.leave-a-review .review-job-title,
.leave-a-review .review-date {
  margin-top: -3px;
  color: #63666a;
  font-size: 0.889em; }

.leave-a-review .char-counter {
  font-size: 0.889em;
  color: #A5A6A8; }
  .leave-a-review .char-counter.error {
    color: red; }

.leave-a-review .error textarea {
  border: 1px solid red !important;
  background: rgba(255, 193, 193, 0.27) !important; }

.leave-a-review textarea {
  resize: vertical;
  min-height: 100px;
  font-size: 1em; }

.leave-a-review label {
  font-weight: normal;
  margin-top: 15px; }
  .leave-a-review label.no-margin-md-up {
    margin-top: 0; }
  @media screen and (max-width: 991px) {
    .leave-a-review label.no-margin-md-up {
      margin-top: 20px; } }

.leave-a-review .alert {
  padding: 15px; }

.leave-a-review .anonim-view {
  padding: 20px;
  text-align: center; }
  .leave-a-review .anonim-view h4 {
    margin-bottom: 10px; }
    .leave-a-review .anonim-view h4 span {
      line-height: 46px;
      vertical-align: top;
      display: inline-block; }
  .leave-a-review .anonim-view .svg-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px; }

.leave-a-review .spec-col {
  justify-content: center;
  align-items: center; }

.leave-a-review .spec-col-flex-none {
  display: block; }

.leave-a-review .empty-review {
  padding: 20px;
  text-align: center; }

@media screen and (max-width: 991px) {
  .leave-a-review.flex-table {
    display: block; } }

.product-specs .row {
  display: flex;
  flex-wrap: wrap; }

.text-carousel {
  display: flex;
  max-width: 100%; }
  .text-carousel .carousel-slide-control {
    padding: 0 15px;
    position: relative;
    cursor: pointer; }
    .text-carousel .carousel-slide-control i.fa {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .text-carousel .carousel-slide-control + .carousel-item-wrapper {
      max-width: calc(100% - 60px); }
  .text-carousel .carousel-item-wrapper {
    max-width: 100%;
    padding: 15px; }
  .text-carousel .carousel-item {
    transition: opacity .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden; }
    .text-carousel .carousel-item.active {
      height: auto;
      opacity: 1;
      visibility: visible; }
    .text-carousel .carousel-item .review-text {
      word-wrap: break-word; }

.simplebar-track .simplebar-scrollbar {
  opacity: 0.5;
  width: 4px;
  border-radius: 0;
  background: #6e6e6e; }

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

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

.order-table .has-filter.custom-dropdown {
  display: inline-block;
  z-index: 50; }

.knowledge-center-wrapper .hover-card-set {
  padding-bottom: 60px; }

@font-face {
  font-family: 'geinspIt';
  src: url("../fonts/downstreamprocess/geinspit-webfont.eot");
  src: url("../fonts/downstreamprocess/geinspit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/downstreamprocess/geinspit-webfont.woff") format("woff"), url("../fonts/downstreamprocess/geinspit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'geinspRg';
  src: url("../fonts/downstreamprocess/geinsprg-webfont.eot");
  src: url("../fonts/downstreamprocess/geinsprg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/downstreamprocess/geinsprg-webfont.woff") format("woff"), url("../fonts/downstreamprocess/geinsprg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'geinspBd';
  src: url("../fonts/downstreamprocess/geinspbd-webfont.eot");
  src: url("../fonts/downstreamprocess/geinspbd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/downstreamprocess/geinspbd-webfont.woff") format("woff"), url("../fonts/downstreamprocess/geinspbd-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.downstream-process-wrapper {
  font-family: "geinspRg", sans-serif; }
  .downstream-process-wrapper h1, .downstream-process-wrapper .h1,
  .downstream-process-wrapper h2, .downstream-process-wrapper .h2,
  .downstream-process-wrapper h3, .downstream-process-wrapper .h3,
  .downstream-process-wrapper h4, .downstream-process-wrapper .h4,
  .downstream-process-wrapper h5, .downstream-process-wrapper .h5 {
    margin: 0;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-family: "geinspRg", sans-serif; }
  .downstream-process-wrapper h1, .downstream-process-wrapper .h1 {
    font-size: 48px; }
  .downstream-process-wrapper h2, .downstream-process-wrapper .h2 {
    color: #b1b1b1; }
  .downstream-process-wrapper h2, .downstream-process-wrapper .h2,
  .downstream-process-wrapper h3, .downstream-process-wrapper .h3 {
    font-size: 30px;
    margin-bottom: 20px; }
  .downstream-process-wrapper h4, .downstream-process-wrapper .h4 {
    font-size: 17px;
    margin-bottom: 15px; }
  .downstream-process-wrapper h5, .downstream-process-wrapper .h5 {
    font-size: 40px; }
  .downstream-process-wrapper p,
  .downstream-process-wrapper .parapgraph {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal; }
  .downstream-process-wrapper img {
    width: 100%;
    height: auto; }
  .downstream-process-wrapper .ingress {
    font-size: 26px;
    line-height: 1.5;
    font-family: "geinspBd", sans-serif; }
  .downstream-process-wrapper a, .downstream-process-wrapper .link {
    text-decoration: none;
    display: inline-block;
    font-family: "geinspBd", sans-serif;
    color: #00B2CE;
    margin-top: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #00B2CE; }
  .downstream-process-wrapper a:hover, .downstream-process-wrapper .link:hover {
    color: #009cb5;
    border-bottom-color: #009cb5; }
  .downstream-process-wrapper .small {
    font-size: 12px; }
  .downstream-process-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .downstream-process-wrapper blockquote,
  .downstream-process-wrapper .blockquote {
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    font-family: "geinspIt", sans-serif;
    margin: 80px 0 0;
    color: #333; }
  .downstream-process-wrapper blockquote cite,
  .downstream-process-wrapper .blockquote cite {
    display: block;
    font-size: 16px;
    margin-top: 40px; }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper blockquote,
    .downstream-process-wrapper .blockquote {
      font-size: 35px;
      margin: 60px 0; }
    .downstream-process-wrapper blockquote cite,
    .downstream-process-wrapper .blockquote cite {
      font-size: 18px; } }
  @media only screen and (min-width: 1200px) {
    .downstream-process-wrapper blockquote,
    .downstream-process-wrapper .blockquote {
      font-size: 45px;
      margin: 180px 0 60px; } }
  .downstream-process-wrapper .c-comp {
    position: relative;
    width: 100%;
    padding: 20px 0;
    transition: all 1s ease; }
  .downstream-process-wrapper .c-comp:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-comp.c-hero, .downstream-process-wrapper .c-comp.c-menu-top {
    opacity: 0; }
  .downstream-process-wrapper .c-comp.automation .c-textblock {
    margin-bottom: 80px; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-comp {
      padding: 100px 0; } }
  .downstream-process-wrapper #intro,
  .downstream-process-wrapper #one {
    opacity: 0; }
  .downstream-process-wrapper .c-hero {
    background: url("/assets/images/downstream-processing-images/hero_bg.jpg");
    background-size: cover;
    color: #fff;
    padding: 0; }
  .downstream-process-wrapper .c-hero .one-col.hero-startpage {
    z-index: 1;
    text-align: center;
    position: relative;
    top: calc(50% + 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .downstream-process-wrapper .c-hero .c-columns {
    max-width: 100%; }
  .downstream-process-wrapper .c-hero .hero-nav-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .downstream-process-wrapper .c-hero a, .downstream-process-wrapper .c-hero .link {
    text-decoration: none;
    display: inline-block;
    font-family: "geinspRg", sans-serif;
    color: #fff;
    margin-top: 0;
    padding-bottom: auto;
    border-bottom: 0; }
  .downstream-process-wrapper .c-hero a:hover, .downstream-process-wrapper .c-hero .link:hover {
    color: #fff;
    border-bottom-color: #fff; }
  .downstream-process-wrapper .c-hero h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px; }
  .downstream-process-wrapper .c-hero .e-arrow svg {
    display: none; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-hero .one-col.hero-startpage {
      position: relative;
      top: 46%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .downstream-process-wrapper .c-hero h2 {
      font-size: 50px;
      margin: 0 auto 80px; }
    .downstream-process-wrapper .c-hero .e-arrow svg {
      display: block; } }
  .downstream-process-wrapper .c-header {
    padding-top: 20px; }
  .downstream-process-wrapper .c-lang-picker {
    color: #fff;
    position: relative;
    float: right;
    top: 40px;
    right: 80px;
    display: table;
    cursor: pointer; }
  .downstream-process-wrapper .c-lang-picker ul {
    display: table-cell;
    vertical-align: top;
    margin-right: 6px; }
  .downstream-process-wrapper .c-lang-picker ul li {
    padding: 5px 10px; }
  .downstream-process-wrapper .c-lang-picker ul li:hover {
    background: rgba(0, 0, 0, 0.5); }
  .downstream-process-wrapper .c-lang-picker ul li:nth-child(1) {
    margin-right: 6px;
    padding-top: 0; }
  .downstream-process-wrapper .c-lang-picker ul li:nth-child(n+2) {
    display: none; }
  .downstream-process-wrapper .c-columns {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto; }
  .downstream-process-wrapper .c-columns:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-columns .one-col,
  .downstream-process-wrapper .c-columns .two-col,
  .downstream-process-wrapper .c-columns .three-col {
    padding: 0 15px; }
  .downstream-process-wrapper .c-columns .one-col:after,
  .downstream-process-wrapper .c-columns .two-col:after,
  .downstream-process-wrapper .c-columns .three-col:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-columns .one-col {
    width: 100%; }
  .downstream-process-wrapper .c-columns .one-col img {
    padding-bottom: 70px; }
  .downstream-process-wrapper .c-columns .two-col {
    width: 100%; }
  .downstream-process-wrapper .c-columns .two-col h2,
  .downstream-process-wrapper .c-columns .two-col p {
    margin-bottom: 40px; }
  .downstream-process-wrapper .c-columns .three-col {
    width: 33%;
    float: left; }
  .downstream-process-wrapper .c-columns .twoofthree-col {
    width: 66%;
    float: left; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-columns .two-col {
      max-width: 600px;
      float: left;
      width: 50%; }
    .downstream-process-wrapper .c-columns .two-col.right {
      float: right; }
    .downstream-process-wrapper .c-columns .one-col,
    .downstream-process-wrapper .c-columns .two-col,
    .downstream-process-wrapper .c-columns .three-col {
      padding: 0 40px; } }
  .downstream-process-wrapper .c-menu-bottom-wrapper {
    height: 80px;
    bottom: -80px; }
  .downstream-process-wrapper .c-menu-bottom-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-menu-bottom-wrapper .nav-paddle {
    bottom: -80px; }
  .downstream-process-wrapper .c-menu-bottom-wrapper.js-active {
    bottom: 0; }
  .downstream-process-wrapper .c-menu-bottom-wrapper.js-active .c-menu-bottom {
    bottom: 0; }
  .downstream-process-wrapper .c-menu-bottom-wrapper.js-active .nav-paddle {
    bottom: 0; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-menu-bottom-wrapper {
      height: 120px;
      bottom: -120px;
      -ms-overflow-style: none; } }
  .downstream-process-wrapper .c-menu-bottom {
    position: fixed;
    height: 80px;
    bottom: -80px;
    width: 100%;
    margin: 0 auto;
    background: #fdfdfd;
    z-index: 1000;
    transition: bottom 0.3s ease;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .downstream-process-wrapper .c-menu-bottom .c-columns {
    height: inherit;
    width: 800px; }
  .downstream-process-wrapper .c-menu-bottom.c-comp {
    padding: 0; }
  .downstream-process-wrapper .c-menu-bottom ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center; }
  .downstream-process-wrapper .c-menu-bottom ul li {
    display: inline-block; }
  .downstream-process-wrapper .c-menu-bottom a, .downstream-process-wrapper .c-menu-bottom .link {
    text-decoration: none;
    display: inline-block;
    font-family: "geinspRg", sans-serif;
    color: #000;
    margin-top: 0;
    padding-bottom: auto;
    border-bottom: 0; }
  .downstream-process-wrapper .c-menu-bottom a:hover, .downstream-process-wrapper .c-menu-bottom .link:hover {
    color: #000; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-menu-bottom {
      background: #fff;
      height: 120px;
      bottom: -120px;
      overflow-x: hidden; }
    .downstream-process-wrapper .c-menu-bottom .c-columns {
      width: 100%; } }
  .downstream-process-wrapper .c-menu-top {
    position: fixed;
    top: 0;
    height: 65px;
    z-index: 2000;
    padding: 0;
    transition: all 0.6s ease; }
  .downstream-process-wrapper .c-menu-top .c-columns,
  .downstream-process-wrapper .c-menu-top .one-col {
    height: inherit; }
  .downstream-process-wrapper .c-menu-top .e-btn {
    font-size: 10px;
    width: auto; }
  .downstream-process-wrapper .c-menu-top.active {
    background: #fff; }
  .downstream-process-wrapper .c-menu-top.active .svg-logo svg {
    fill: #000; }
  .downstream-process-wrapper .c-menu-top.active .c-lang-picker {
    color: #000; }
  .downstream-process-wrapper .c-menu-top.active .c-lang-picker ul {
    background: rgba(255, 255, 255, 0.9); }
  .downstream-process-wrapper .c-menu-top.active .c-lang-picker ul li:hover {
    background: #f7f7f7; }
  .downstream-process-wrapper .c-menu-top.active .c-lang-picker .svg-arrow-lang svg {
    fill: #000; }
  .downstream-process-wrapper .c-menu-top .e-btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-menu-top {
      height: 100px; }
    .downstream-process-wrapper .c-menu-top .e-btn {
      font-size: 14px; } }
  .downstream-process-wrapper .c-steps-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto; }
  .downstream-process-wrapper .c-steps-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-steps-wrapper .step {
    display: inline-block;
    width: 50%;
    float: left; }
  .downstream-process-wrapper .c-steps-wrapper .step a {
    display: block;
    margin-bottom: 15px; }
  .downstream-process-wrapper .c-steps-wrapper .step a .e-svg {
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto 10px;
    width: 70px;
    height: 70px; }
  .downstream-process-wrapper .c-steps-wrapper .step a .text {
    font-size: 12px; }
  .downstream-process-wrapper .c-steps-wrapper.bottom {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .downstream-process-wrapper .c-steps-wrapper.bottom .step {
    opacity: 0.5;
    width: 16.6%;
    border-right: 1px solid #f0f0f0; }
  .downstream-process-wrapper .c-steps-wrapper.bottom .step a {
    margin-bottom: 0px; }
  .downstream-process-wrapper .c-steps-wrapper.bottom .step.js-active {
    opacity: 1; }
  .downstream-process-wrapper .c-steps-wrapper.bottom .step.js-active .e-svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .downstream-process-wrapper .c-steps-wrapper.bottom .step .e-svg {
    width: 44px;
    height: 44px;
    margin-bottom: 0px;
    margin-top: 4px; }
  .downstream-process-wrapper .c-steps-wrapper.bottom .step .text {
    color: #000;
    font-size: 11px; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-steps-wrapper .step a .e-svg {
      width: 100px;
      height: 100px; }
    .downstream-process-wrapper .c-steps-wrapper .step a .text {
      font-size: 16px; } }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper .c-steps-wrapper {
      width: 100%; }
    .downstream-process-wrapper .c-steps-wrapper .step {
      width: 16.6%; }
    .downstream-process-wrapper .c-steps-wrapper .step:hover .e-svg {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .downstream-process-wrapper .c-steps-wrapper .step a {
      margin-bottom: 0; }
    .downstream-process-wrapper .c-steps-wrapper .step a .e-svg {
      width: 100px;
      height: 100px;
      margin: 0 auto 20px; }
    .downstream-process-wrapper .c-steps-wrapper .step a .text {
      font-size: 16px; }
    .downstream-process-wrapper .c-steps-wrapper.bottom .step {
      opacity: 0.4;
      border-right: 0;
      transition: opacity 0.3s ease; }
    .downstream-process-wrapper .c-steps-wrapper.bottom .step.js-active, .downstream-process-wrapper .c-steps-wrapper.bottom .step:hover {
      opacity: 1; }
    .downstream-process-wrapper .c-steps-wrapper.bottom .step.js-active .e-svg {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .downstream-process-wrapper .c-steps-wrapper.bottom .step .e-svg {
      width: 50px;
      height: 50px;
      margin-bottom: 10px; }
    .downstream-process-wrapper .c-steps-wrapper.bottom .step .text {
      font-size: 14px; } }
  .downstream-process-wrapper .c-image-background {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
    margin-bottom: 50px; }
  .downstream-process-wrapper .c-image-background img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-image-background {
      margin-bottom: 0;
      width: 50%;
      padding: 0 40px; }
    .downstream-process-wrapper .c-image-background img {
      position: absolute;
      width: initial;
      height: initial;
      top: 0; }
    .downstream-process-wrapper .c-image-background img.left {
      right: 120px; }
    .downstream-process-wrapper .c-image-background img.right {
      left: 120px; }
    .downstream-process-wrapper .c-image-background.left {
      float: left; }
    .downstream-process-wrapper .c-image-background.right {
      float: right; } }
  .downstream-process-wrapper .c-benefits {
    color: #fff;
    background: #081a31; }
  .downstream-process-wrapper .c-benefits .c-columns,
  .downstream-process-wrapper .c-benefits .two-col {
    display: block;
    width: 100%; }
  .downstream-process-wrapper .c-benefits .two-col {
    position: relative;
    padding: 0;
    margin: 0 0 100px; }
  .downstream-process-wrapper .c-benefits .two-col p {
    color: #b1b1b1;
    margin-bottom: 30px; }
  .downstream-process-wrapper .c-benefits .two-col a {
    margin-top: 0;
    color: #b1b1b1;
    font-family: "geinspRg", sans-serif;
    border: 0;
    text-decoration: underline;
    position: relative;
    z-index: 999; }
  .downstream-process-wrapper .c-benefits .two-col a:hover {
    color: #bebebe; }
  .downstream-process-wrapper .c-benefits .text-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .downstream-process-wrapper .c-benefits .text-wrapper.border-right {
    padding-right: 15px;
    padding-left: 15px; }
  .downstream-process-wrapper .c-benefits .text-wrapper h3 {
    color: #fff;
    line-height: 1.1; }
  .downstream-process-wrapper .c-benefits h2 {
    font-size: 50px;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px 0;
    margin-bottom: 60px;
    color: #fff; }
  .downstream-process-wrapper .c-benefits h2 span {
    font-size: 18px;
    display: block;
    margin-top: 0px;
    color: #b1b1b1; }
  .downstream-process-wrapper .c-benefits ul {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5; }
  .downstream-process-wrapper .c-benefits ul li {
    margin-bottom: 10px;
    color: #b1b1b1; }
  .downstream-process-wrapper .c-benefits .e-svg {
    margin-right: 7%;
    margin-bottom: 35px;
    width: 33px;
    height: 33px; }
  .downstream-process-wrapper .c-benefits .e-svg.e-arrow {
    width: 44px;
    height: 44px;
    opacity: 0;
    transition: all 0.3s ease;
    right: 4%;
    left: auto;
    background: #00B2CE;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
    position: fixed;
    bottom: 100px;
    margin-right: 0; }
  .downstream-process-wrapper .c-benefits .e-svg.e-arrow.js-active {
    opacity: 1; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-benefits {
      padding-bottom: 20px;
      padding-top: 120px; }
    .downstream-process-wrapper .c-benefits .c-columns,
    .downstream-process-wrapper .c-benefits .two-col {
      display: -ms-flexbox;
      display: flex; }
    .downstream-process-wrapper .c-benefits .two-col {
      width: 50%;
      padding: 0 0 70px;
      margin: 0 0 70px; }
    .downstream-process-wrapper .c-benefits .two-col::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      border-bottom: 1px solid #b1b1b1;
      display: block;
      clear: both; }
    .downstream-process-wrapper .c-benefits .two-col.left::after {
      left: 40px;
      right: 70px; }
    .downstream-process-wrapper .c-benefits .two-col.right::after {
      left: 70px;
      right: 40px; }
    .downstream-process-wrapper .c-benefits .two-col.noline::after {
      border: 0; }
    .downstream-process-wrapper .c-benefits .e-svg.e-arrow {
      width: 50px;
      height: 50px;
      bottom: 170px; }
    .downstream-process-wrapper .c-benefits .text-wrapper {
      padding-left: 70px;
      padding-right: 40px; }
    .downstream-process-wrapper .c-benefits .text-wrapper.border-right {
      border-right: 1px solid #b1b1b1;
      padding-right: 70px;
      padding-left: 40px; } }
  .downstream-process-wrapper .c-link-list {
    width: 100%;
    margin-bottom: 80px; }
  .downstream-process-wrapper .c-link-list:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-link-list h3 {
    border-top: 1px solid #b1b1b1;
    padding: 10px 0;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 40px; }
  .downstream-process-wrapper .c-link-list ul {
    font-size: 14px; }
  .downstream-process-wrapper .c-link-list ul:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-link-list ul li {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    cursor: pointer;
    min-height: 44px;
    margin: 5px 0; }
  .downstream-process-wrapper .c-link-list ul .text {
    padding-right: 6%;
    padding-left: 35px;
    display: inline-block; }
  .downstream-process-wrapper .c-link-list ul .e-plus {
    position: absolute;
    width: 20px;
    height: 20px; }
  .downstream-process-wrapper .c-link-list ul .e-plus svg {
    fill: #00B2CE; }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper .c-link-list {
      margin-bottom: 0; }
    .downstream-process-wrapper .c-link-list ul li {
      width: 50%;
      margin: 0; }
    .downstream-process-wrapper .c-link-list ul li:nth-child(even) {
      float: right; }
    .downstream-process-wrapper .c-link-list ul li:hover {
      color: #00B2CE;
      font-family: "geinspBd", sans-serif; } }
  .downstream-process-wrapper .c-intro {
    text-align: center; }
  .downstream-process-wrapper .c-intro p {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 80px; }
  .downstream-process-wrapper .c-intro h2 {
    color: #000;
    font-size: 25px; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-intro p {
      margin: 0 auto;
      margin-bottom: 80px; }
    .downstream-process-wrapper .c-intro h2 {
      font-size: 45px; } }
  .downstream-process-wrapper .c-textblock {
    margin-bottom: 120px; }
  .downstream-process-wrapper .c-textblock h2 {
    color: #000; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-textblock {
      margin-bottom: 180px; } }
  .downstream-process-wrapper .c-downloads {
    position: relative;
    z-index: 2001;
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: white;
    transition: all 0.5s ease;
    overflow-y: auto;
    max-height: 100%; }
  .downstream-process-wrapper .c-downloads.js-active {
    left: 0; }
  .downstream-process-wrapper .c-downloads .c-columns,
  .downstream-process-wrapper .c-downloads .twoofthree-col,
  .downstream-process-wrapper .c-downloads .three-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .downstream-process-wrapper .c-downloads .twoofthree-col {
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
  .downstream-process-wrapper .c-downloads .three-col {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .downstream-process-wrapper .c-downloads.c-comp {
    padding: 0; }
  .downstream-process-wrapper .c-downloads .download-heading {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase; }
  .downstream-process-wrapper .c-downloads .download-list {
    width: 100%;
    margin-top: 10px; }
  .downstream-process-wrapper .c-downloads .download-list .download-item {
    position: relative;
    width: 100%;
    float: left;
    padding: 15px;
    cursor: pointer;
    transition: background 0.4s ease;
    margin-bottom: 20px; }
  .downstream-process-wrapper .c-downloads .download-list .download-item:hover {
    background: #f7f7f7; }
  .downstream-process-wrapper .c-downloads .download-list .download-item a {
    margin-top: 0;
    border-bottom: 0; }
  .downstream-process-wrapper .c-downloads .download-list .download-item.js-hidden {
    display: none; }
  .downstream-process-wrapper .c-downloads .download-list .download-item p {
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4;
    font-family: "geinspRg", sans-serif; }
  .downstream-process-wrapper .c-downloads .download-list .item-heading {
    color: #00B2CE;
    margin-bottom: 15px;
    font-size: 23px;
    text-transform: uppercase; }
  .downstream-process-wrapper .c-downloads .e-svg {
    transition: all 0.2s ease; }
  .downstream-process-wrapper .c-downloads .e-svg.download {
    position: relative;
    bottom: 0;
    left: 0; }
  .downstream-process-wrapper .c-downloads .e-svg.svg-arrow-lang {
    position: absolute;
    right: 6px;
    top: 10px;
    width: 22px;
    height: 22px; }
  .downstream-process-wrapper .c-downloads .e-svg.js-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .downstream-process-wrapper .c-downloads .e-svg svg {
    fill: #fff; }
  .downstream-process-wrapper .c-downloads .download-right-col {
    background: #081a31;
    color: #fff;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px; }
  .downstream-process-wrapper .c-downloads .download-right-col:after {
    content: "";
    display: table;
    clear: both; }
  .downstream-process-wrapper .c-downloads .download-right-col .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer; }
  .downstream-process-wrapper .c-downloads .category-list {
    position: relative;
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 14px; }
  .downstream-process-wrapper .c-downloads .category-list li {
    margin-right: 60px; }
  .downstream-process-wrapper .c-downloads .category-list li a {
    display: block;
    padding: 15px 0;
    border-bottom: none;
    color: #b1b1b1;
    margin: 0;
    display: none; }
  .downstream-process-wrapper .c-downloads .category-list li a.js-allVisible {
    display: block; }
  .downstream-process-wrapper .c-downloads .category-list li a.active, .downstream-process-wrapper .c-downloads .category-list li a:hover {
    color: #fff;
    display: block; }
  .downstream-process-wrapper .c-downloads .category-list li a.active::before, .downstream-process-wrapper .c-downloads .category-list li a:hover::before {
    content: "";
    height: 16px;
    width: 1px;
    background: #00B2CE;
    float: left;
    margin-left: -10px;
    margin-top: 1px; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-downloads .download-list {
      margin-top: 25px; }
    .downstream-process-wrapper .c-downloads .download-list .download-item {
      width: 50%;
      min-height: 140px;
      padding: 25px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper .c-downloads {
      background: linear-gradient(to right, #fff 0%, #fff 65%, #081a31 65%, #081a31 100%); }
    .downstream-process-wrapper .c-downloads .c-columns,
    .downstream-process-wrapper .c-downloads .twoofthree-col,
    .downstream-process-wrapper .c-downloads .three-col {
      min-height: 100vw;
      min-height: 100%; }
    .downstream-process-wrapper .c-downloads .twoofthree-col {
      -ms-flex-order: 1;
      order: 1;
      width: 66%; }
    .downstream-process-wrapper .c-downloads .three-col {
      -ms-flex-order: 1;
      order: 1;
      width: 33%; }
    .downstream-process-wrapper .c-downloads .download-heading {
      margin-bottom: 100px; }
    .downstream-process-wrapper .c-downloads .download-list {
      margin-top: -25px; }
    .downstream-process-wrapper .c-downloads .download-list .download-item {
      width: 50%;
      min-height: 162px;
      padding: 25px; }
    .downstream-process-wrapper .c-downloads .category-list {
      margin-bottom: 40px;
      padding-bottom: 40px; }
    .downstream-process-wrapper .c-downloads .category-list li {
      margin-right: 0; }
    .downstream-process-wrapper .c-downloads .category-list li a {
      display: block; }
    .downstream-process-wrapper .c-downloads .twoofthree-col,
    .downstream-process-wrapper .c-downloads .three-col {
      padding: 100px 40px; }
    .downstream-process-wrapper .c-downloads .download-right-col {
      padding: 100px 0 350px 100px; }
    .downstream-process-wrapper .c-downloads .download-right-col .btn-close {
      top: 105px;
      right: 0; }
    .downstream-process-wrapper .c-downloads .e-svg.svg-arrow-lang {
      display: none; } }
  .downstream-process-wrapper .c-nav-paddles {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999; }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle {
    border: 0;
    opacity: 1;
    position: fixed;
    text-align: right;
    padding-right: 20px;
    height: 80px;
    transition: opacity 150ms ease-out;
    z-index: 99;
    width: 90px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%); }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle.left {
    border-right-width: 1px;
    left: 0;
    opacity: 0; }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle.left .e-svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle.right {
    border-left-width: 1px;
    right: 0; }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle.right .text {
    font-size: 12px;
    position: relative;
    top: -15px;
    right: -1px;
    color: #00B2CE; }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle.right .e-svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
    height: 25px; }
  .downstream-process-wrapper .c-nav-paddles .nav-paddle .e-svg svg {
    fill: #00B2CE; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .c-nav-paddles {
      display: none; } }
  .downstream-process-wrapper .c-section-heading {
    padding: 0;
    height: 210px;
    margin: 80px 0 40px; }
  .downstream-process-wrapper .c-section-heading .c-columns,
  .downstream-process-wrapper .c-section-heading .one-col {
    height: inherit; }
  .downstream-process-wrapper .c-section-heading .one-col {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    text-align: center; }
  .downstream-process-wrapper .c-section-heading .section-nmbr,
  .downstream-process-wrapper .c-section-heading h2 {
    font-family: "geinspRg", sans-serif;
    color: #000;
    font-size: 30px; }
  .downstream-process-wrapper .c-section-heading .section-nmbr {
    display: inline-block;
    height: 74px;
    line-height: 1.1; }
  @supports (mix-blend-mode: lighten) {
    .downstream-process-wrapper .c-section-heading .section-nmbr {
      display: inline-block;
      position: relative;
      color: #000;
      background: #fff;
      mix-blend-mode: multiply; }
    .downstream-process-wrapper .c-section-heading .section-nmbr::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right, #005cb6 20%, #00bbd9 100%);
      pointer-events: none; }
    .downstream-process-wrapper .c-section-heading .section-nmbr::before {
      mix-blend-mode: screen; } }
  .downstream-process-wrapper .c-section-heading .e-svg {
    margin: 0 auto 10px;
    display: block;
    width: 70px;
    height: 70px; }
  .downstream-process-wrapper .c-section-heading h2 {
    margin-bottom: 5px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .downstream-process-wrapper .c-section-heading .section-desc {
    display: block;
    color: #e0e0e0;
    font-family: "geinspIt", sans-serif;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 40px; }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper .c-section-heading {
      height: 310px;
      margin: 120px 0 100px; }
    .downstream-process-wrapper .c-section-heading .one-col {
      border-top: 2px solid #b1b1b1;
      border-bottom: 2px solid #b1b1b1; }
    .downstream-process-wrapper .c-section-heading .section-desc {
      width: 400px; }
    .downstream-process-wrapper .c-section-heading h2 {
      margin-bottom: 8px; }
    .downstream-process-wrapper .c-section-heading .section-nmbr,
    .downstream-process-wrapper .c-section-heading h2 {
      font-size: 60px; }
    .downstream-process-wrapper .c-section-heading .section-desc {
      line-height: 29px;
      font-size: 21px;
      margin-bottom: 0; } }
  .downstream-process-wrapper .e-logo-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 190px;
    float: left;
    cursor: pointer;
    margin-top: 2px; }
  .downstream-process-wrapper .e-logo-wrapper .logo-img {
    float: left;
    width: 30%; }
  .downstream-process-wrapper .e-logo-wrapper .logo-name {
    float: left;
    width: 70%;
    height: 100%;
    font-size: 16px;
    color: #fff; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .e-logo-wrapper {
      width: 300px;
      margin-top: 0; } }

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes pulse_animation_at_once {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  0%, 20%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes pulse_animation_at_once {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  0%, 20%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
  .downstream-process-wrapper .e-arrow {
    width: 44px;
    height: 44px; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .e-arrow {
      width: 50px;
      height: 50px;
      bottom: 60px;
      position: absolute;
      display: block;
      left: 50%;
      cursor: pointer;
      margin-left: -25px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1000;
      -webkit-animation-name: 'pulse_animation';
      animation-name: 'pulse_animation';
      -webkit-animation-duration: 5000ms;
      animation-duration: 5000ms;
      -webkit-transform-origin: 70% 70%;
      transform-origin: 70% 70%;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; } }
  .downstream-process-wrapper .e-svg {
    width: 100px;
    height: 100px;
    display: inline-block; }
  .downstream-process-wrapper .e-svg svg {
    fill: #fff; }
  .downstream-process-wrapper .e-svg.e-arrow {
    width: 50px;
    height: 50px; }
  .downstream-process-wrapper .e-svg.svg-logo {
    width: 100%;
    height: auto; }
  .downstream-process-wrapper .e-svg.svg-arrow-lang {
    width: 20px;
    height: 20px; }
  .downstream-process-wrapper .e-svg.download {
    width: 20px;
    height: 20px; }
  .downstream-process-wrapper .e-loader-wrapper {
    visibility: visible;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -30px;
    text-align: center; }
  .downstream-process-wrapper .e-loader-wrapper .e-loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 60px;
    height: 60px;
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 10px solid #00B2CE;
    /* Blue */
    border-radius: 50%;
    margin-bottom: 10px; }
  .downstream-process-wrapper .e-loader-wrapper .e-loader.js-active {
    visibility: hidden; }

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .downstream-process-wrapper .e-btn {
    display: inline-block;
    background: #00B2CE;
    padding: 10px 14px;
    border-radius: 20px;
    color: #fff;
    border: 0;
    font-family: "geinspRg", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: normal; }
  .downstream-process-wrapper .e-btn:hover {
    background: #009cb5;
    color: #fff; }
  .downstream-process-wrapper .e-btn:focus {
    outline: 0; }
  @media only screen and (min-width: 480px) {
    .downstream-process-wrapper .e-btn {
      padding: 12px 14px;
      font-size: 10px;
      width: auto; } }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper .e-btn {
      padding: 10px 30px;
      font-size: 14px; } }
  .downstream-process-wrapper #arrows,
  .downstream-process-wrapper #v-graph-one,
  .downstream-process-wrapper #v-graph-two,
  .downstream-process-wrapper #v-machines,
  .downstream-process-wrapper #bodymovin {
    background-color: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper #arrows {
      width: 90%;
      height: 90%;
      margin: 0 auto; } }
  .downstream-process-wrapper #v-machines {
    max-width: 1800px;
    margin: 0 auto; }
  .downstream-process-wrapper #arrows,
  .downstream-process-wrapper #v-graph-one,
  .downstream-process-wrapper #v-graph-two,
  .downstream-process-wrapper #v-machines {
    display: block; }
  @media only screen and (min-width: 720px) {
    .downstream-process-wrapper #arrows,
    .downstream-process-wrapper #v-graph-one,
    .downstream-process-wrapper #v-graph-two,
    .downstream-process-wrapper #v-machines {
      height: 300px;
      margin-top: 80px; } }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper #arrows,
    .downstream-process-wrapper #v-graph-one,
    .downstream-process-wrapper #v-graph-two,
    .downstream-process-wrapper #v-machines {
      height: 600px; } }
  .downstream-process-wrapper .c-machines-wrapper.c-columns {
    max-width: 100%; }
  .downstream-process-wrapper #bodymovin {
    display: none;
    position: absolute;
    top: 22%; }
  @media only screen and (min-width: 960px) {
    .downstream-process-wrapper #bodymovin {
      display: block; } }
  .downstream-process-wrapper .c-fillerarea {
    height: 1000px;
    background: #f7f7f7; }

.light-configurator .matrix-block {
  background-color: #efefef; }

.light-configurator .matrix-selector {
  margin: 50px 0;
  text-align: center; }
  .light-configurator .matrix-selector .content-wrapper {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px 20px 40px;
    border: 2px solid #d7d8db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .light-configurator .matrix-selector__caption-left {
    padding-left: 30px;
    text-align: left;
    transform: translate(-100%, 0) rotate(-90deg);
    transform-origin: right bottom 0; }
    @media (max-width: 767px) {
      .light-configurator .matrix-selector__caption-left {
        padding-left: 0;
        margin-bottom: -25px; } }
  @media (max-width: 767px) {
    .light-configurator .matrix-selector__caption-left p, .light-configurator .matrix-selector__caption-top p {
      font-size: 14px; } }
  .light-configurator .matrix-selector__table {
    margin-left: 10px; }
    .light-configurator .matrix-selector__table td {
      border: 3px solid #d7d8db;
      padding: 10px; }
      .light-configurator .matrix-selector__table td:first-child {
        border-left: none; }
      @media (max-width: 767px) {
        .light-configurator .matrix-selector__table td {
          border-width: 2px;
          font-size: 12px;
          padding: 0; } }
    .light-configurator .matrix-selector__table tr:first-child td {
      border-top: none; }
      .light-configurator .matrix-selector__table tr:first-child td:last-child {
        border-right: none; }
    .light-configurator .matrix-selector__table tr:last-child td:first-child {
      border-bottom: none; }
  .light-configurator .matrix-selector__item {
    cursor: pointer; }
    .light-configurator .matrix-selector__item:hover {
      color: #fff;
      background-color: #a5a6a8; }
    .light-configurator .matrix-selector__item.-is--selected {
      background-color: #005eb8;
      color: #fff; }
    .light-configurator .matrix-selector__item.-not--selected {
      color: #63666a;
      background-color: #a5a6a8; }
      .light-configurator .matrix-selector__item.-not--selected:hover {
        color: #63666a;
        background-color: #fff; }

.light-configurator .product-specs .pull-right {
  margin-left: auto;
  /* right-align element on flex display */ }

.light-configurator .product-specs .process-flow.row {
  flex-wrap: nowrap;
  margin: 0 10px; }
  .light-configurator .product-specs .process-flow.row .flow-item {
    text-align: center;
    flex: 1;
    cursor: pointer; }
  .light-configurator .product-specs .process-flow.row .flow-arrow {
    flex: 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center; }
    .light-configurator .product-specs .process-flow.row .flow-arrow__desktop {
      padding-top: 40px; }
    .light-configurator .product-specs .process-flow.row .flow-arrow__mobile {
      padding-bottom: 16px; }
  @media (max-width: 767px) {
    .light-configurator .product-specs .process-flow.row {
      flex-direction: column; } }

.light-configurator .product-specs .document-item {
  background-color: #fff; }

.light-configurator .document-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .light-configurator .document-item h5 {
    color: #2f3133; }
  .light-configurator .document-item p {
    color: #63666a; }
  .light-configurator .document-item i.fa {
    margin-right: 5px; }

.instructions-for-use .search-results .result-count {
  padding: 20px 15px 0px 15px; }

@media all and (max-width: 991px) {
  .instructions-for-use .filters-wrapper:not(.in) {
    display: block; } }

.instructions-for-use .search-sidebar .checkbox-list {
  padding-top: 20px; }

@media all and (max-width: 992px) {
  .instructions-for-use .search-sidebar {
    padding: 0 15px; } }

.data-export-heading {
  background: transparent;
  padding: 50px 0; }
  .data-export-heading h2,
  .data-export-heading p {
    color: #63666a; }
  .data-export-heading h2 {
    margin-bottom: 10px; }

.export-product-table {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px; }
  .export-product-table table {
    width: 100%;
    min-width: 600px; }
    .export-product-table table tbody td {
      padding: 10px 5px;
      vertical-align: top; }
    .export-product-table table thead {
      text-transform: uppercase;
      font-weight: bold;
      border-bottom: 1px solid #d7d8db;
      font-size: 0.79rem; }
      .export-product-table table thead td {
        padding: 0 0 10px 0; }
  .export-product-table .link-col {
    color: #005eb8;
    text-decoration: underline; }
    .export-product-table .link-col:hover {
      color: #005eb8; }

.cert .cert-search {
  background: #ececf0;
  padding-top: 50px; }
  .cert .cert-search .search-bar {
    text-align: center;
    vertical-align: middle;
    height: 120px; }
  .cert .cert-search .cert-input {
    width: 100%;
    border-style: none;
    padding: 10px 0;
    background: #ececf0;
    border-bottom: solid 2px #18181a; }
    .cert .cert-search .cert-input:focus, .cert .cert-search .cert-input:valid {
      box-shadow: none;
      outline: none;
      background-position: 0 0; }
  .cert .cert-search .search {
    position: relative;
    top: -10px; }
  .cert .cert-search .search .fa-search {
    position: absolute;
    top: 10px;
    left: 98%;
    color: #18181a;
    cursor: pointer; }
  .cert .cert-search p {
    margin-left: 15px; }

.cert ul {
  list-style: none; }
  .cert ul li a {
    text-decoration: underline !important; }

.cert .cert-product {
  padding-top: 50px; }
  .cert .cert-product p {
    margin-left: 15px; }

.ge-blogs hr {
  display: none; }

/* Sitecore intergation hotfixes & overrides */
/* START: edit mode fixes*/
.herobanner-scroller-section .container > .scLooseFrameZone {
  overflow: visible; }

[sc-part-of*='placeholder'] .carousel-indicators {
  display: none; }

/* END: edit mode fixes*/
.image-info-components li .item .info-text p {
  height: 7.9em;
  margin-bottom: 16px;
  overflow: hidden; }

@media (min-width: 481px) and (max-width: 767px) {
  .image-info-components li .item .info-text p {
    height: 9.15em; } }

/*product category cards styles for dotdotdot*/
.image-info-boxes--description {
  max-height: 182px;
  overflow: hidden; }

.specifications-section .view-more.collapsed .fa-minus:before {
  content: "\f067"; }

.no-results--title {
  padding: 10px 0;
  color: #005eb8;
  font-size: 1.424rem;
  line-height: 1.898rem; }

.events-page {
  margin-top: 30px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .events-page {
      margin-top: 15px;
      margin-bottom: 15px; } }

.error-page--wrapper {
  max-width: 820px;
  min-height: 120px;
  margin: 50px auto 100px; }

/* add missing styles for the Overview section
on product pages to match that in design-book */
.rte-wrapper h2 {
  font-size: 1.424rem;
  line-height: 1.898rem;
  margin: 0;
  font-weight: normal; }

.rte-wrapper .readmore, .rte-wrapper .readless {
  /* copied from .ge-button.-fill--transparent.-color--blue.ge-button.-fill--transparent.-color--blue */
  background-color: transparent;
  border-color: transparent;
  color: #005eb8;
  /* copied from a.ge-button */
  text-decoration: none;
  /* copied from .ge-button */
  display: inline-block;
  margin: 0.5rem;
  padding: 0;
  border-radius: 2.5rem;
  border: 0.125rem solid transparent;
  box-sizing: border-box;
  padding-right: 0.875rem;
  min-width: 1.75rem;
  font-size: 0.889rem !important;
  line-height: 2.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  /* copied from .-margin--noleft */
  margin-left: 0 !important;
  /* copied from .-padding--noleft */
  padding-left: 0 !important; }
  .rte-wrapper .readmore:hover, .rte-wrapper .readmore:active, .rte-wrapper .readmore:focus, .rte-wrapper .readless:hover, .rte-wrapper .readless:active, .rte-wrapper .readless:focus {
    color: #13294b;
    text-decoration: underline;
    outline-style: none; }

/* fix button in accept cookies pop-up for IE */
.cc-compliance > .cc-btn {
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important; }

/* fix cookie consent message display on ipad */
html.ipad .cc-window.cc-floating {
  width: 100%;
  flex-direction: row;
  max-width: none; }

/*# sourceMappingURL=maps/app.min.css.map */

