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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*------ Set icon size mixin -----*/
/*-------------- Vertical Spacing (used in blocks) ----------------*/
@font-face {
  font-family: 'Drescher Grotesk';
  font-weight: normal;
  src: url('../../Static/SeikoVision/fonts/dgroman.woff2') format('woff2'), /* Super Modern Browsers */ url('../../Static/SeikoVision/fonts/dgroman.woff') format('woff'), /* Pretty Modern Browsers */ url('../../Static/SeikoVision/fonts/dgroman.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../Static/SeikoVision/fonts/dgroman.svg') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Drescher Grotesk';
  font-weight: 500;
  src: url('../../Static/SeikoVision/fonts/dgsemibold.woff2') format('woff2'), /* Super Modern Browsers */ url('../../Static/SeikoVision/fonts/dgsemibold.woff') format('woff'), /* Pretty Modern Browsers */ url('../../Static/SeikoVision/fonts/dgsemibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../Static/SeikoVision/fonts/dgsemibold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Drescher Grotesk';
  font-weight: 600;
  src: url('../../Static/SeikoVision/fonts/dgdemibold.woff2') format('woff2'), /* Super Modern Browsers */ url('../../Static/SeikoVision/fonts/dgdemibold.woff') format('woff'), /* Pretty Modern Browsers */ url('../../Static/SeikoVision/fonts/dgdemibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../Static/SeikoVision/fonts/dgdemibold.svg') format('svg');
  /* Legacy iOS */
}
/*----- Default Transition -- Used on links / buttons -----*/
/*----- Mega Overlay Transition -- Used on site selector & mega menu -----*/
/*---------------------------------------------------------*\
    Introducing the world's most confusing spacing metrics
\*---------------------------------------------------------*/
/*Blocks*/
html {
  font-size: 18px;
  min-height: 100%;
  /*overflow-x: auto;*/
}
body {
  font-family: 'Drescher Grotesk', Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #4c4c4c;
  -webkit-font-smoothing: antialiased;
  /*overflow-x: hidden;*/
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #0D0D0D;
  word-break: break-word;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
h3 {
  font-size: 16px;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.preamble {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .preamble {
    font-size: 23px;
    line-height: 32px;
  }
}
.preamble a,
.content-text a {
  color: #008bab;
  text-decoration: underline;
}
.preamble a:hover,
.content-text a:hover {
  color: #194163;
}
.small-text {
  font-size: 14px;
  line-height: 20px;
}
a:hover,
a:active {
  color: #008bab;
}
a:focus {
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
    float: none;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.inner-container,
.page-center {
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .inner-container,
  .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .inner-container,
  .page-center {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 480px) {
  .inner-container,
  .page-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .inner-container,
  .page-center {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .inner-container,
  .page-center {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .inner-container,
  .page-center {
    padding-right: 50px;
  }
}
.navbar:after,
body:after {
  content: none;
}
div:not(.text-align-center) .internallink img {
  padding-left: 8px;
  padding-top: 1px;
}
@media (min-width: 768px) {
  .text-align-center .internallink img {
    padding-left: 3px !important;
  }
}
@media (max-width: 768px) {
  #main {
    margin-top: -3px;
  }
}
.main-wrapper {
  margin-top: 3.33333333rem;
}
@media (min-width: 768px) {
  .main-wrapper {
    margin-top: 6.72222222rem;
  }
}
@media (min-width: 992px) {
  .main-wrapper {
    margin-top: 6.83333333rem;
  }
}
[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #0D0D0D;
}
body.menu-expanded {
  top: 0;
  bottom: 0;
  overflow: hidden !important;
  height: 100%;
}
@media (max-width: 992px) {
  .text-gutter-left {
    padding-left: 35px !important;
  }
}
@media (max-width: 768px) {
  .text-gutter-left {
    padding-left: 35px !important;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    pointer-events: none;
  }
  .mobile-menu-expanded .navbar {
    pointer-events: auto;
  }
}
.fullscreen .container {
  height: 100%;
}
@media (min-width: 768px) {
  .fullscreen {
    min-height: calc(100vh - 120px) !important;
  }
}
@media (min-width: 992px) {
  .fullscreen {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fullscreen .fullscreen-content {
    height: 100%;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .fullscreen .fullscreen-content .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .fullscreen .fullscreen-content .fadin-link {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-bottom: 0 !important;
    bottom: 0 !important;
  }
  .fullscreen .fullscreen-content .fadin-link .svg-icon-stroke {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
  }
}
/*----------------------------------------------------------------------------------*/
/*------------------- Responsive Grid Mixins ---------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*
  
  These mixins help creating a responsive layout where the inner content gets a 
  max width and also takes the outer margins (side gutters) into account so that 
  the content always has spacing at the sides no matter viewport width.

  You can either set only the responsive setSideGutters mixin to only apply
  the gutters, or one of the container width mixins which sets both the gutters
  and max widths.
  
  If you want to use the mixins on a Boostrap .container element, be sure to use
  .setBootstrapContainerWidth() which takes the negative margins into account.

 */
/*--- Set side gutters ---*/
/*--- Set inner container width + paddings ---*/
/*--- Use this one on Bootstraps .container ---*/
article > .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  article > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  article > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 480px) {
  article > .container {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article > .container {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  article > .container {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  article > .container {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  article > .container {
    float: none !important;
    width: 100%;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.footer-wrapper {
  width: 100%;
  bottom: 0;
}
.footer {
  background-color: #0D0D0D;
  /*------------------------------------------------*\
          Primary Footer
    \*------------------------------------------------*/
  /*------------------------------------------------*\
          Secondary Footer
    \*------------------------------------------------*/
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  padding: 0;
}
.footer a {
  color: #fcfcfc;
}
.footer .logo-row {
  padding-bottom: 3.33333333rem;
  text-align: center;
}
.footer .logo-row img {
  width: 100%;
  max-width: 8.88888889rem;
  display: inline;
}
.footer--primary {
  padding-top: 5.55555556rem;
  padding-bottom: 5.55555556rem;
  position: relative;
  /*.row > div {
            margin-bottom: rem(40);
        }*/
}
.footer--primary:after,
.footer--primary:before {
  display: none;
  content: "";
  position: absolute;
  background-image: url('../../Static/SeikoVision/img/seiko_stripes.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 15.5%;
  height: 100%;
}
@media (min-width: 992px) {
  .footer--primary:after,
  .footer--primary:before {
    display: block;
  }
}
.footer--primary:before {
  left: 0;
  top: 0;
}
.footer--primary:after {
  right: 0;
  bottom: 0;
  background-position: bottom;
  margin-bottom: -0.27777778rem;
}
.footer--primary a:focus,
.footer--primary a:hover,
.footer--primary a:active {
  text-decoration: none;
}
.footer--primary a:hover,
.footer--primary a:active {
  color: #008bab;
  text-decoration: none;
}
.footer--primary h3 {
  margin-top: 0;
  color: #fcfcfc;
}
.footer--primary li {
  margin-bottom: 0.27777778rem;
}
.footer--primary li a {
  /*margin-bottom: rem(5);*/
  font-size: 0.77777778rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: initial;
}
.footer--primary li:last-child {
  margin-bottom: 0;
}
.footer--primary .footer__nav {
  margin-bottom: 1.66666667rem;
}
.footer--primary .footer__nav h3 {
  font-weight: 500 !important;
  margin-bottom: 0.27777778rem;
  font-size: 0.77777778rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer--primary .footer__nav {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer--primary {
    padding: 5.55555556rem 0;
  }
  .footer--primary .row > div {
    margin-bottom: 0;
  }
  .footer--primary .footer_nav {
    padding-top: 0.88888889rem;
  }
}
.footer--secondary {
  /*.setSideGutters();*/
  padding-bottom: 1.77777778rem;
  padding-top: 0.55555556rem;
  background-color: #0D0D0D;
  font-size: 0.61111111rem;
  background: #1f1f1f;
}
.footer--secondary li {
  display: inline;
  line-height: 0.88888889rem;
  font-size: 0.61111111rem;
}
.footer--secondary a {
  padding-top: 0.22222222rem;
  padding-bottom: 0.22222222rem;
  color: #fcfcfc;
  font-size: 0.66666667rem;
  font-size: 0.77777778rem;
}
.footer--secondary a:hover,
.footer--secondary a:active {
  color: #008bab;
  text-decoration: none;
}
.footer--secondary .footer__nav--primary {
  margin-bottom: 1.77777778rem;
}
.footer--secondary .footer__nav--primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer--secondary .footer__nav--primary ul li {
  margin-right: 0.88888889rem;
  font-weight: bold;
}
.footer--secondary .footer__nav--primary ul a,
.footer--secondary .footer__nav--primary ul img {
  display: block;
}
.footer--secondary .footer__nav--secondary {
  margin-top: 0.44444444rem;
  font-size: 0.61111111rem;
}
.footer--secondary .footer__nav--secondary a {
  font-weight: normal;
}
.footer--secondary .footer__nav--lg-screens {
  display: none;
}
.footer--secondary .footer__address {
  display: block;
  margin-top: 0.11111111rem;
  line-height: 0.88888889rem;
  color: #fcfcfc;
  font-size: 0.66666667rem;
}
@media (min-width: 1200px) {
  .footer--secondary {
    padding-bottom: 0.55555556rem;
  }
  .footer--secondary .footer__nav {
    width: 30%;
  }
  .footer--secondary .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer--secondary .footer__nav--primary {
    margin: 0;
  }
  .footer--secondary .footer__company {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    text-align: center;
  }
  .footer--secondary .footer__nav--secondary {
    margin: 0;
    text-align: right;
  }
  .footer--secondary .footer__nav--secondary li {
    margin-left: 0.88888889rem;
  }
  .footer--secondary .footer__nav--lg-screens {
    display: block;
  }
  .footer--secondary .footer__nav--stacked {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer__subscribe {
    margin-top: 3.33333333rem;
  }
}
.footer__subscribe:before {
  content: none;
}
@media (min-width: 992px) {
  .footer__subscribe:before {
    content: '';
    height: 100%;
    position: absolute;
    border-left: 1px solid #1f1f1f;
  }
}
.footer__subscribe h3 {
  margin-bottom: 1.11111111rem;
  text-transform: uppercase;
  font-size: 0.77777778rem;
  letter-spacing: 1px;
}
.footer__subscribe input[type="submit"],
.footer__subscribe input[type="submit"]:focus {
  color: #fcfcfc !important;
  background-color: inherit !important;
  border: 1px solid #fcfcfc !important;
}
.footer__subscribe input[type="submit"]:hover,
.footer__subscribe input[type="submit"]:active {
  color: #0D0D0D !important;
  background-color: #fcfcfc !important;
}
@media (min-width: 992px) {
  .footer__subscribe .hs-form-wrapper {
    padding-left: 3.33333333rem;
  }
}
.footer__subscribe .hs-form-field {
  margin-bottom: 0;
}
.footer__legal {
  color: #fcfcfc;
  width: 100%;
  display: block;
  clear: both;
  padding-top: 60px;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .footer__legal {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .footer .hs_email,
  .footer .hs-error-msgs {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .footer .hs_email,
  .footer .hs-error-msgs {
    width: 50% !important;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.menu-container {
  pointer-events: inherit;
}
@media (min-width: 768px) {
  .mobile-menu-expanded .navbar {
    pointer-events: auto;
  }
}
body {
  background: #1f1f1f;
  /*.compensateFixedNav();*/
}
.navbar-fixed-top {
  z-index: 1030;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 1.38888889rem;
    margin-bottom: 1.38888889rem;
    margin-left: inherit;
  }
  .navbar-nav li a {
    padding-top: 0.66666667rem;
    padding-bottom: 0.66666667rem;
  }
}
.navbar-nav li a {
  height: 2.22222222rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-nav li a.with-icon {
  padding: 0;
}
.navbar-nav li a.with-icon > img {
  max-height: 100%;
  height: auto;
}
.navbar-nav > li.dropdown a svg {
  display: none;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  transition: -webkit-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
}
@media (min-width: 768px) {
  .navbar-nav > li.dropdown.active > a {
    /*&:before {
                    content: '';
                    position: absolute;
                    height: 1px;
                    width: 100%;
                    border-bottom: 1px solid @gold;
                    left: 0;
                    bottom: 0;
                }*/
  }
  .navbar-nav > li.dropdown.active > a span {
    color: #008bab;
  }
  .navbar-nav > li.dropdown.active > a svg {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .navbar-nav > li.dropdown.active > a svg g .menu-arrow-down {
    color: #008bab;
    fill: #008bab !important;
  }
}
.navbar-nav > li.dropdown.expanded > a span {
  color: #008bab;
}
.navbar-nav > li.dropdown.expanded > a svg {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.navbar-nav > li.dropdown.expanded > a svg g .menu-arrow-down {
  color: #008bab;
  fill: #008bab !important;
}
@media (min-width: 768px) {
  .navbar-nav > li.dropdown.expanded > a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #008bab;
    left: 0;
    bottom: 0;
  }
}
.navbar-nav > li.dropdown.expanded .sub-menu {
  height: 6.66666667rem;
  max-height: 6.66666667rem;
  border-bottom: 1px solid #0D0D0D;
  opacity: 1;
  pointer-events: auto;
}
.navbar-nav > li.dropdown.expanded .sub-menu .items {
  -webkit-animation: fadein 1.25s;
          animation: fadein 1.25s;
}
.navbar-nav > li.dropdown.expanded .sub-menu:after {
  background: #4c4c4c;
}
.navbar-nav > li.dropdown.expanded .sub-menu a:active .title {
  color: #008bab;
}
.navbar-nav > li.dropdown.expanded .sub-menu-inner {
  position: relative;
}
.navbar-nav > li.dropdown.has-child a {
  vertical-align: middle;
}
.navbar-nav > li.dropdown.has-child a span {
  vertical-align: middle;
}
.navbar-nav > li.dropdown.has-child a svg {
  display: none;
  /*margin-left: rem(3);*/
}
@media (min-width: 992px) {
  .navbar-nav > li.dropdown.has-child a svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .navbar-nav > li.dropdown.has-child a svg {
    display: inline-block;
    right: 1.88888889rem;
    position: absolute;
  }
}
.navbar-nav > li.dropdown.has-child a:hover {
  color: #008bab;
  text-decoration: none;
}
.navbar-nav > li.dropdown.has-child a:hover svg g .menu-arrow-down {
  color: #008bab;
  fill: #008bab !important;
}
.navbar-nav > li.dropdown.active.has-child:not(.expanded) a svg {
  -webkit-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important;
}
.navbar {
  /*------------------------------------------------*\
          Navbar Header
    \*------------------------------------------------*/
}
@media (min-width: 768px) {
  .navbar {
    background-color: #0D0D0D;
    border: none;
    margin-bottom: 0;
    z-index: 200;
  }
}
.navbar #language-selector {
  position: relative;
  padding-right: 2.33333333rem;
  min-height: 2.88888889rem;
}
.navbar #language-selector .country-flag {
  top: 0.61111111rem;
  width: 20px;
  height: 20px;
  right: 1.11111111rem;
  margin-right: 7px;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .navbar #language-selector .country-flag {
    top: 0.72222222rem;
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.navbar #language-selector .country-flag-floating {
  top: 0.61111111rem;
  width: 1.55555556rem;
}
@media (min-width: 1200px) {
  .navbar #language-selector .country-flag-floating {
    top: 0.72222222rem;
    width: 1.55555556rem;
  }
}
.navbar li a {
  color: #fcfcfc;
  font-size: 0.61111111rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar li a:hover {
  background-color: inherit;
}
.navbar li a.with-icon {
  padding: 0;
}
.navbar li a.with-icon > img {
  max-height: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .navbar,
  .navbar .navbar-nav {
    height: 82px;
  }
}
.navbar:after {
  height: 60px;
}
@media (min-width: 1200px) {
  .navbar:after {
    height: 82px;
  }
}
.navbar .navbar-header {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-header {
    height: 82px;
  }
}
.navbar .menu-inner-wrapper {
  background-color: #0D0D0D;
}
@media (max-width: 767px) {
  .navbar .menu-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar .menu-inner-wrapper .navbar-right li {
  height: 100%;
}
.navbar .menu-inner-wrapper .navbar-right li a {
  height: 100%;
  line-height: 2.27777778rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .menu-inner-wrapper .navbar-right .calltoaction-links {
  height: 2.22222222rem;
}
@media (min-width: 992px) {
  .navbar .menu-inner-wrapper .navbar-right .calltoaction-links {
    margin-top: 1.38888889rem;
    margin-left: 0.83333333rem;
  }
}
.navbar .menu-inner-wrapper .navbar-right .calltoaction-links span {
  border: none;
}
.navbar .menu-inner-wrapper .navbar-right .calltoaction-links .contact-link {
  margin-right: 0.83333333rem;
}
@media (max-width: 991px) {
  .navbar .menu-inner-wrapper .navbar-right li {
    height: 2.22222222rem;
  }
  .navbar .menu-inner-wrapper .navbar-right li:not(.book-meeting) a {
    max-width: 5.55555556rem;
    line-height: normal;
    text-align: center;
  }
  .navbar .menu-inner-wrapper .navbar-right .book-meeting {
    padding-right: 0;
    margin-right: 0;
    float: right;
  }
  .navbar .menu-inner-wrapper .navbar-right li:not(:last-child):after {
    content: '';
    border-right: 1px solid #1f1f1f;
    /* height: 31px; */
    top: 0;
    /* float: right; */
    position: absolute;
    bottom: 0;
    /*margin-top: 20px;*/
  }
}
.navbar .menu-inner-wrapper .navbar-header {
  background-color: #0D0D0D !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.navbar .menu-inner-wrapper .navbar-header:before,
.navbar .menu-inner-wrapper .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar .menu-inner-wrapper .navbar-header:after {
  clear: both;
}
.navbar .menu-inner-wrapper .navbar-header .navbar-back,
.navbar .menu-inner-wrapper .navbar-header .navbar-action {
  display: none;
  pointer-events: auto;
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading {
  pointer-events: none;
  line-height: 2.22222222rem;
  height: 3.33333333rem;
}
@media (max-width: 767px) {
  .navbar .menu-inner-wrapper .navbar-header .navbar-heading {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar .menu-inner-wrapper .navbar-header .navbar-heading {
    padding-left: 0;
  }
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading-logo {
  pointer-events: none;
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link {
  pointer-events: auto;
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading-caption {
  display: none;
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link {
  display: inline-block;
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link img {
  /*height: rem(20);*/
  width: auto;
}
@media (max-width: 767px) {
  .navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link img {
    margin-top: 0.83333333rem;
  }
}
@media (max-width: 480px) {
  .navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link img {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link {
    padding: 1.05555556rem 0;
    top: 0;
  }
  .navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link img {
    height: 1.22222222rem;
  }
}
.navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link:hover,
.navbar .menu-inner-wrapper .navbar-header .navbar-heading .logo-link:active {
  opacity: .85;
}
@media (max-width: 991px) {
  .navbar .menu-inner-wrapper {
    padding-top: 1.11111111rem;
  }
}
@media (max-width: 767px) {
  .navbar .menu-inner-wrapper {
    padding-top: 0;
  }
}
.navbar .main-navigation {
  background: #0D0D0D;
  border-top: 1px solid #252525;
  line-height: 1.11111111rem;
}
@media (max-width: 767px) {
  .navbar .main-navigation {
    height: calc(100vh - 60px);
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar .main-navigation ul {
  height: 100%;
}
.navbar .main-navigation ul a {
  height: 100%;
  padding: 0.55555556rem 0;
  height: 2.22222222rem;
}
.navbar .main-navigation ul li.dropdown {
  /*padding-right: rem(26) !important;*/
}
@media (min-width: 768px) {
  .navbar .main-navigation ul li.dropdown {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar .main-navigation ul li.dropdown {
    padding-left: 0;
    padding-right: 3.33333333rem;
  }
}
.navbar .main-navigation ul .login-link {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .navbar .main-navigation {
    height: 3.33333333rem;
  }
  .navbar .main-navigation ul:not(.sub-menu) li a.menu-link:hover {
    color: #008bab;
  }
}
.navbar .main-navigation .right-nav {
  list-style: none;
  float: right;
}
@media (min-width: 992px) {
  .navbar .main-navigation .right-nav li {
    padding-right: 0.55555556rem;
  }
}
.navbar .main-navigation .right-nav li {
  padding-right: 0;
}
.navbar .main-navigation .right-nav li a {
  padding-right: 0;
}
.navbar .extra-links-mobile-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.38888889rem;
}
.navbar .extra-links-mobile-menu ul li {
  /*margin-bottom: rem(25);*/
}
.navbar .extra-links-mobile-menu ul li span {
  padding: 0.83333333rem 0.83333333rem 0.83333333rem 0;
}
.navbar .extra-links-mobile-menu ul li a {
  display: block;
}
.navbar .extra-links-mobile-menu ul li a.with-icon {
  padding: 0;
}
.navbar .extra-links-mobile-menu ul li a.with-icon img {
  max-height: 100%;
  height: auto;
}
.navbar .extra-links-mobile-menu ul .book-meeting a {
  display: inline-block !important;
  padding: 10px 25px;
}
.navbar .extra-links-mobile-menu ul .book-meeting span {
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .navbar .book-meeting {
    margin-top: 0.55555556rem;
  }
}
.navbar .book-meeting a span {
  border: 1px solid #008bab;
  /*padding-left: rem(15);
                padding-right: rem(15);*/
  color: #008bab;
}
.navbar hr {
  border-color: #191919;
  border: 1px solid #252525;
  margin-left: -25px;
  margin-top: 0;
  margin-bottom: 1.38888889rem;
  width: 200vh;
}
.main-navigation .sub-menu {
  background: #1f1f1f;
}
@media (min-width: 768px) {
  .main-navigation .sub-menu {
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
  }
  .submenu-expanded .main-navigation .sub-menu {
    height: 6.66666667rem;
  }
}
.main-navigation .sub-menu ul {
  padding-left: 0;
}
.main-navigation .sub-menu ul li a:hover {
  color: #008bab;
}
@media (max-width: 767px) {
  .main-navigation .sub-menu li:not(.book-meeting) {
    height: 2.5rem;
  }
  .main-navigation .sub-menu li:not(.book-meeting) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    font-size: 0.77777778rem;
  }
}
.main-navigation .sub-menu li {
  display: block;
}
@media (min-width: 768px) {
  .main-navigation .sub-menu li {
    display: inline-block;
    padding-top: 1.38888889rem;
    padding-bottom: 1.11111111rem;
  }
}
.main-navigation .sub-menu li a {
  font-size: 0.77777778rem;
  text-transform: initial;
}
.main-navigation .sub-menu li img {
  /*width: rem(50);*/
  height: 2.5rem;
  margin-bottom: 5px;
}
.main-navigation .sub-menu .scroller {
  overflow-x: auto;
  height: 140px;
  -webkit-overflow-scrolling: touch;
}
.main-navigation .sub-menu .scroller .items {
  padding-left: 2.77777778rem;
  padding-right: 2.77777778rem;
}
.main-navigation .sub-menu .scroller-button {
  position: absolute;
  z-index: 1;
  display: block;
  height: 6.66666667rem;
  width: 1.66666667rem;
  border: none;
  font-size: 2.22222222rem;
  text-align: center;
  color: #fcfcfc;
  background: #1f1f1f;
  outline: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  top: 0;
  padding: 0;
  /* margin-right: 10px; */
}
@media (max-width: 1199px) {
  .main-navigation .sub-menu .scroller-button {
    width: 1.66666667rem;
    padding: 0;
  }
}
.main-navigation .sub-menu .scroller-button img {
  opacity: .7;
}
.main-navigation .sub-menu .scroller-button:hover img,
.main-navigation .sub-menu .scroller-button:active img {
  opacity: 1;
}
.main-navigation .sub-menu .scroller-button.scroll-left {
  left: 0;
  border-right: 1px solid #0D0D0D;
}
.main-navigation .sub-menu .scroller-button.scroll-left img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-navigation .sub-menu .scroller-button.scroll-right {
  right: 0;
  border-left: 1px solid #0D0D0D;
}
@media (max-width: 767px) {
  .main-navigation .sub-menu .scroller-button {
    display: none;
  }
}
.main-navigation .sub-menu .items {
  margin: 0 auto;
  list-style-type: none;
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.main-navigation .sub-menu .item .title {
  text-transform: none;
}
.main-navigation .sub-menu .item:nth-child(2) {
  color: #fff;
}
.main-navigation .sub-menu .item .image-wrapper {
  padding-right: 2.77777778rem;
  padding-left: 2.77777778rem;
}
.main-navigation .sub-menu .item.active .title {
  color: #008bab;
}
.main-navigation li.has-child.expanded .sub-menu.scrollable-left .scroller-button.scroll-left {
  opacity: 1;
  pointer-events: auto;
}
.main-navigation li.has-child.expanded .sub-menu.scrollable-right .scroller-button.scroll-right {
  opacity: 1;
  pointer-events: auto;
}
.nav > li > a:hover {
  background-color: inherit;
  text-decoration: none !important;
  color: #008bab;
}
.nav > li > a:focus {
  background-color: inherit;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  ul.items.transform-active {
    padding-top: 0.83333333rem;
    padding-bottom: 0.83333333rem;
  }
  .colapse-menu {
    height: 0 !important;
  }
}
.navbar li .active:after,
.navbar:before {
  width: auto;
  left: auto;
  height: auto !important;
  bottom: auto !important;
  content: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  li.dropdown.expanded .sub-menu {
    display: block;
    background: #1f1f1f;
    max-height: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: inherit;
    -webkit-transition: none;
    transition: none;
    position: relative;
    height: 100%;
    /*@media(min-width:@screen-sm) {
            display: none;
        }*/
  }
  li.dropdown.expanded .sub-menu .scroller {
    display: block !important;
    overflow-x: initial !important;
    height: auto !important;
  }
  li.dropdown.expanded .sub-menu .scroller .items {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  li.dropdown.expanded .sub-menu .scroller .image-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  li.dropdown.expanded .sub-menu ul {
    padding-left: 0;
  }
  li.dropdown.expanded .sub-menu ul li {
    display: block;
  }
  li.dropdown.expanded .sub-menu ul li:not(:last-child) {
    margin-bottom: 0.83333333rem;
  }
  li.dropdown.expanded .sub-menu ul li a {
    font-size: 0.77777778rem;
    text-transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  li.dropdown.expanded .sub-menu ul li a:hover,
  li.dropdown.expanded .sub-menu ul li a:active {
    color: #008bab;
  }
  li.dropdown.expanded .sub-menu ul li img {
    /*width: rem(50);*/
    /*height: rem(40);*/
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  li.dropdown.expanded .sub-menu {
    margin-left: -20px;
    margin-right: -35px;
    max-height: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  li.dropdown.expanded .sub-menu ul li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  body.submenu-expanded .main-wrapper {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
.transitions .main-wrapper,
.transitions .sub-menu {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .menu-container {
    pointer-events: none;
  }
  body.menu-expanded:before {
    display: none;
  }
  body.menu-expanded .navbar-collapse {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-header {
    pointer-events: auto;
  }
  .navbar-collapse {
    display: block;
    max-height: none !important;
    opacity: 0;
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  .transitions .navbar-collapse,
  .transitions .navbar-collapse-wrapper {
    -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .navbar-collapse-wrapper {
    overflow: hidden;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #fcfcfc;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .navbar-collapse-wrapper {
    display: none;
  }
  .navbar-action {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 3.33333333rem;
  }
  .navbar-action a {
    padding: 0px 1.88888889rem 0 1.11111111rem;
  }
  .navbar-action {
    display: block !important;
  }
  #mobile-menu-btn {
    display: block;
  }
  /*------------------------*\
      Mobile Icon
  \*------------------------*/
  .mobile-icon {
    display: inline-block;
    width: 30px;
    height: 11px;
    line-height: 1;
    position: relative;
    cursor: pointer;
  }
  .mobile-icon .line-1 + .line-2 {
    margin-top: 2px;
  }
  .mobile-icon .line-2 + .line-3 {
    margin-top: 4px;
  }
  .mobile-icon .line {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #008bab;
    border-radius: 2px;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    opacity: 1;
    position: absolute;
    left: 0;
  }
  .mobile-icon .line-1,
  .mobile-icon .line-3 {
    width: 30px;
  }
  .mobile-icon .line-1 {
    top: 0;
  }
  .mobile-icon .line-2 {
    top: 5px;
    width: 45px;
  }
  .mobile-icon .line-3 {
    top: 10px;
  }
  .menu-expanded .mobile-icon .line-1 + .line-2 {
    margin-top: 0px;
  }
  .menu-expanded .mobile-icon .line-2 + .line-3 {
    margin-top: 0px;
  }
  .menu-expanded .mobile-icon .line {
    /*background-color: @black-cold;*/
  }
  .menu-expanded .mobile-icon .line-1,
  .menu-expanded .mobile-icon .line-3 {
    top: 5px;
    width: 30px;
  }
  .menu-expanded .mobile-icon .line-1 {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  .menu-expanded .mobile-icon .line-3 {
    -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
  }
  .menu-expanded .mobile-icon .line-2 {
    opacity: 0;
  }
}
/*------------------------------------------------*\
    HubSpot tools
\*------------------------------------------------*/
/*

  Settings: Typography
  ------------------------------------------------

*/
/*

  Mixins: General
  ------------------------------------------------
  General mixins, not project specific.

*/
/*

  Mixins: Links
  ------------------------------------------------
  - linkBaseStyle()
  - linkStyle--[style]()
  - linkAttr--[attribute]()
  
  Guidelines:
  -----------
  - The base style is applied first
  - Style mixins creates a specific style, like primary, image, arrows, etc
  - Attributes can be applied over styles. Can be combined

*/
/*------------------------------------------------*\
    Base Style Mixin
\*------------------------------------------------*/
/*------------------------------------------------*\
    Style Mixins
\*------------------------------------------------*/
/*----- Primary link -----*/
/*----- Secondary link -----*/
/*----- Links in Post Body -----*/
/*----- Block link -----*/
/*----- Image link -----*/
/*------------------------------------------------*\
    Attribute Mixins
\*------------------------------------------------*/
/*----- Colors -----*/
@charset "UTF-8";
/******************************************************************
 *
 *  This LESS file generates a stylesheet that can be
 *  imported in the .com project to get forms and button styles,
 *  etc.
 *
 */
/*  Frameworks / Foundations
    ========================================================================== */
/*  Vendor
    Third-party style sheets
    ========================================================================== */
/*  Plugins
    First-party plugin style sheets
    ========================================================================== */
/*  Settings & Tools
    ========================================================================== */
/*

  Settings: File Paths
  ------------------------------------------------
  Example usage: '@{hubspot-img-folder-path}/icon.png'

*/
/*

  Settings: Typography
  ------------------------------------------------

*/
/*

  Settings: Colors
  ------------------------------------------------

*/
/*  Visual Identity
    ========================================================================== */
/*  General Website Colors
    ========================================================================== */
/*  Form Colors
    ========================================================================== */
/*----- Default Transition -- Used on links / buttons -----*/
/*----- Mega Overlay Transition -- Used on site selector & mega menu -----*/
/*----- Sticky Footer delay time before showing -----*/
/*----- Old deprecated variables used in Portal Page -----*/
/*

  Mixins: General
  ------------------------------------------------
  General mixins, not project specific.

*/
/*

  Mixins: Project
  ------------------------------------------------
  Project specific mixins

*/
/*----------------------------------------------------------------------------------*/
/*------------------- Fluid Dimension Attribute Mixins -----------------------------*/
/*----------------------------------------------------------------------------------*/
/*
  
  <section>           <-- 100% wrapper, apply .sidePaddings
    <container>       <-- > .setContainerWidth
      <inner>         <-- > .outerGutterBleed (optional), etc
        <element>     <-- remember to set @container_cols
        </element>
      </inner>
    </container>
  </section>

 */
#hoyaGrid {
  /*----- Debug Tools, use .showGrid(@cols) to display grid info -----*/
  /*----- Set Container With, used on container div -----*/
  /*----- Gutter Bleeds, apply on inner wrapper, set col number -----*/
  /*----- Set Width by column in percentage -----*/
  /*----- Set width by column in pixels -----*/
  /*----- Set Margin -----*/
  /*----- Set Inner Gutters-----*/
  /*----- Offset (pull) content to the left side -----*/
  /*----- Offset (pull) content to the right side -----*/
  /*----- Full-width offset, for responsive layouts, offsets content over outer gutters -----*/
}
/*----------------------------------------------------------------------------------*/
/*------------------- Responsive Grid Mixins ---------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*--- Set side paddings---*/
/*--- Set inner container width ---*/
/*----------------------------------------------------------------------------------*/
/*------------------- Typography Mixins --------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*------------------- Arrow Mixins -------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*

  Mixins: Links
  ------------------------------------------------
  - linkBaseStyle()
  - linkStyle--[style]()
  - linkAttr--[attribute]()
  
  Guidelines:
  -----------
  - The base style is applied first
  - Style mixins creates a specific style, like primary, image, arrows, etc
  - Attributes can be applied over styles. Can be combined

*/
/*------------------------------------------------*\
    Base Style Mixin
\*------------------------------------------------*/
/*------------------------------------------------*\
    Style Mixins
\*------------------------------------------------*/
/*----- Primary link -----*/
/*----- Secondary link -----*/
/*----- Links in Post Body -----*/
/*----- Block link -----*/
/*----- Image link -----*/
/*------------------------------------------------*\
    Attribute Mixins
\*------------------------------------------------*/
/*----- Colors -----*/
/*  Base Elements
    ========================================================================== */
.paragraph {
  font-size: 20px;
  line-height: 28px;
  color: var(--medium-color);
  margin: 0 0 1.5rem;
  padding: 0;
}
.paragraph em {
  font-style: normal;
  font-weight: 500;
}
.paragraph strong {
  font-weight: 600;
}
/*  Components
    ========================================================================== */
/*

  HubSpot Component: Form Styling
  ------------------------------------------------
  A glorious mix of hubspot form related styles

*/
.form-title {
  margin-bottom: 43.75px;
  color: var(--medium-color);
}
.inverted-ui .form-title {
  color: #b2b2b2;
}
.form-title:empty {
  display: none;
}
.hs-form.stacked {
  max-width: 100%;
}
.hs-form .hs-form-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
}
.hs-form fieldset {
  min-width: 0;
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 textarea.hs-input,
.hs-form fieldset.form-columns-2 textarea.hs-input,
.hs-form fieldset.form-columns-3 textarea.hs-input,
.hs-form fieldset.form-columns-1 select.hs-input,
.hs-form fieldset.form-columns-2 select.hs-input,
.hs-form fieldset.form-columns-3 select.hs-input,
.hs-form fieldset.form-columns-1 input[type="text"].hs-input,
.hs-form fieldset.form-columns-2 input[type="text"].hs-input,
.hs-form fieldset.form-columns-3 input[type="text"].hs-input,
.hs-form fieldset.form-columns-1 input[type="email"].hs-input,
.hs-form fieldset.form-columns-2 input[type="email"].hs-input,
.hs-form fieldset.form-columns-3 input[type="email"].hs-input,
.hs-form fieldset.form-columns-1 input[type="number"].hs-input,
.hs-form fieldset.form-columns-2 input[type="number"].hs-input,
.hs-form fieldset.form-columns-3 input[type="number"].hs-input,
.hs-form fieldset.form-columns-1 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-2 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-3 input[type="tel"].hs-input,
.hs-form fieldset.form-columns-1 input[type="url"].hs-input,
.hs-form fieldset.form-columns-2 input[type="url"].hs-input,
.hs-form fieldset.form-columns-3 input[type="url"].hs-input,
.hs-form fieldset.form-columns-1 input[type="file"].hs-input,
.hs-form fieldset.form-columns-2 input[type="file"].hs-input,
.hs-form fieldset.form-columns-3 input[type="file"].hs-input {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  padding-left: 0;
  padding-right: 0;
}
.hs-form fieldset .hs-richtext + .hs-form-field {
  padding-left: 0 !important;
}
@media (min-width: 401px) {
  .hs-form fieldset.form-columns-1 textarea.hs-input,
  .hs-form fieldset.form-columns-2 textarea.hs-input,
  .hs-form fieldset.form-columns-3 textarea.hs-input,
  .hs-form fieldset.form-columns-1 select.hs-input,
  .hs-form fieldset.form-columns-2 select.hs-input,
  .hs-form fieldset.form-columns-3 select.hs-input,
  .hs-form fieldset.form-columns-1 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="text"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="email"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="number"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="tel"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="url"].hs-input,
  .hs-form fieldset.form-columns-1 input[type="file"].hs-input,
  .hs-form fieldset.form-columns-2 input[type="file"].hs-input,
  .hs-form fieldset.form-columns-3 input[type="file"].hs-input {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 480px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33333333% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field,
  .hs-form fieldset.form-columns-3 .hs-form-field {
    float: left !important;
    padding-left: 0;
    padding-right: 12px;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:first-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    padding-left: 0;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-child,
  .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    padding-right: 0;
  }
}
.hs-form .hs-richtext {
  margin-bottom: 35px;
}
.hs-form .inputs-list {
  list-style: none !important;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
}
.hs-form .inputs-list input[type="radio"],
.hs-form .inputs-list input[type="checkbox"] {
  margin-right: 6px;
}
.hs-form .inputs-list li {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .hs-form .inputs-list li {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .hs-form .inputs-list {
    margin-top: 8px;
  }
  .hs-form .inputs-list li {
    margin-bottom: 5px;
  }
}
.hs-form .hs-form-required {
  position: relative;
  display: inline-block;
  margin-left: .25em;
  color: #fb6868;
  text-indent: -9999px;
  white-space: nowrap;
}
.hs-form .hs-form-required:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #008bab;
}
.hs-form .hs-error-msgs {
  margin-top: .1rem;
  text-align: right;
}
.hs-form .hs-error-msgs,
.hs-form .hs-error-msgs label {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #008bab !important;
}
.hs-form .hs-error-msgs li {
  margin-right: 0;
}
.inverted-ui .hs-form .hs-error-msgs label {
  color: #008bab !important;
}
.hs-form .hsformerror {
  border-radius: 0;
  background: #0D0D0D !important;
  color: white !important;
  border: none;
}
.hs-form .hsformerror em {
  border-color: #0D0D0D transparent transparent;
}
.hs-form .hsformerror .close-form-error {
  color: #fff !important;
  top: 3px;
  right: 8px;
}
.hs-form .hsformerror p {
  position: relative;
  padding: .1em 0 .1em 0;
  line-height: 1.7em;
  font-size: 13px;
  color: white !important;
}
@media (max-width: 480px) {
  .hs-form .actions .primary {
    width: 100%;
  }
}
.hs-form-booleancheckbox,
.hs-form-checkbox,
.hs-form-radio {
  min-height: 1em;
}
.hs-form-booleancheckbox label,
.hs-form-checkbox label,
.hs-form-radio label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 1em;
  padding-left: 1.65em;
  position: relative;
  vertical-align: bottom;
  line-height: 28px;
}
.hs-form-booleancheckbox label em,
.hs-form-checkbox label em,
.hs-form-radio label em,
.hs-form-booleancheckbox label strong,
.hs-form-checkbox label strong,
.hs-form-radio label strong {
  font-weight: 500;
}
.hs-form-booleancheckbox label em,
.hs-form-checkbox label em,
.hs-form-radio label em {
  font-style: normal;
}
.hs-form-booleancheckbox label strong,
.hs-form-checkbox label strong,
.hs-form-radio label strong {
  font-weight: 600;
}
.hs-form-booleancheckbox input[type="checkbox"],
.hs-form-checkbox input[type="checkbox"],
.hs-form-radio input[type="checkbox"],
.hs-form-booleancheckbox input[type="radio"],
.hs-form-checkbox input[type="radio"],
.hs-form-radio input[type="radio"] {
  margin: 0 .65em 0 0;
  position: absolute;
  top: 3.2px;
  left: 0;
  vertical-align: bottom;
}
.hs-form-booleancheckbox input[type="radio"],
.hs-form-checkbox input[type="radio"],
.hs-form-radio input[type="radio"] {
  top: 2.8px;
}
.hs-form-booleancheckbox span.desc,
.hs-form-checkbox span.desc,
.hs-form-radio span.desc {
  display: block;
  margin-top: 8px;
  color: #b2b2b2;
  font-size: 85%;
}
.hs_submit {
  margin-top: 24px;
}
.hs-form-field {
  margin-bottom: 35px;
}
.hs-form-field label {
  display: block;
  margin: 0 0 4px;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.inverted-ui .hs-form-field label {
  color: #efefef;
}
.hs-form-field legend.hs-field-desc {
  margin: 0 0 .5rem;
  color: #b2b2b2;
  border: none;
  font-size: 14px;
}
.hs-form-field[class*="privacy"][class*="agree"] .hs-form-required {
  display: none;
}
#captcha_wrapper input[type="text"] {
  height: auto !important;
}
.submitted-message {
  color: var(--medium-color);
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
.transitions .submitted-message {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.inverted-ui .submitted-message {
  color: rgba(252, 252, 252, 0.75);
}
/*

  Component: Custom Checkboxes v0.1.0
  ------------------------------------------------
  TODO: Not done yet
  
*/
.hs_ui_multiple_checkboxes > label {
  margin-bottom: 0.55555556em;
}
.hs-form-booleancheckbox,
.hs-form-checkbox {
  margin-bottom: 0.27777778em !important;
  /*------------------------------------------------*\
      Inverted user interface
  \*------------------------------------------------*/
}
.hs-form-booleancheckbox:last-child,
.hs-form-checkbox:last-child {
  margin-bottom: 0 !important;
}
.hs-form-booleancheckbox label,
.hs-form-checkbox label {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 0;
  color: #0D0D0D;
}
.hs-form-booleancheckbox input[type="checkbox"],
.hs-form-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.hs-form-booleancheckbox input[type="checkbox"] + span,
.hs-form-checkbox input[type="checkbox"] + span {
  display: inline-block;
  padding-left: 1.55555556rem;
  font-size: 16px;
  line-height: 21px;
}
.hs-form-booleancheckbox input[type="checkbox"] + span:after,
.hs-form-checkbox input[type="checkbox"] + span:after,
.hs-form-booleancheckbox input[type="checkbox"] + span:before,
.hs-form-checkbox input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  top: -0.05em;
  left: 0;
  width: 1.11111111rem;
  height: 1.11111111rem;
}
.hs-form-booleancheckbox input[type="checkbox"] + span:before,
.hs-form-checkbox input[type="checkbox"] + span:before {
  display: block;
  border: 1px solid #c8c8c8;
}
@media only screen and (min-width: 1200px) {
  .hs-form-booleancheckbox input[type="checkbox"] + span:before,
  .hs-form-checkbox input[type="checkbox"] + span:before {
    top: 0.35px;
  }
}
.hs-form-booleancheckbox input[type="checkbox"] + span:after,
.hs-form-checkbox input[type="checkbox"] + span:after {
  display: inline-block;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxMyAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iVUlFbGVtZW50cy9Gb3JtcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ni4wMDAwMDAsIC04NjEuMDAwMDAwKSI+ICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgc3Ryb2tlPSIjRjVGNUY1IiBwb2ludHM9IjU4NiA4NjcuMzE4MzU5IDU5MC4yNTc4MTIgODcxLjMyNjE3MiA1OTcuNzkxMDE2IDg2MSI+PC9wb2x5bGluZT4gICAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transform: scale(0) translate(0.025em, 0.015em);
          transform: scale(0) translate(0.025em, 0.015em);
  opacity: 0;
}
.hs-form-booleancheckbox input[type="checkbox"]:checked + span,
.hs-form-checkbox input[type="checkbox"]:checked + span {
  color: #282828;
}
.hs-form-booleancheckbox input[type="checkbox"]:checked + span:before,
.hs-form-checkbox input[type="checkbox"]:checked + span:before {
  background-color: #0D0D0D;
  border-color: #0D0D0D;
}
.hs-form-booleancheckbox input[type="checkbox"]:checked + span:after,
.hs-form-checkbox input[type="checkbox"]:checked + span:after {
  -webkit-transform: scale(1) translate(0.025em, 0.015em);
          transform: scale(1) translate(0.025em, 0.015em);
  opacity: 1;
}
.inverted-ui .hs-form-booleancheckbox input[type="checkbox"] + span:before,
.inverted-ui .hs-form-checkbox input[type="checkbox"] + span:before {
  border-color: rgba(252, 252, 252, 0.75);
}
.inverted-ui .hs-form-booleancheckbox input[type="checkbox"]:checked + span,
.inverted-ui .hs-form-checkbox input[type="checkbox"]:checked + span {
  color: #fcfcfc;
}
.inverted-ui .hs-form-booleancheckbox input[type="checkbox"]:checked + span:before,
.inverted-ui .hs-form-checkbox input[type="checkbox"]:checked + span:before {
  border-color: #fcfcfc;
  background-color: #fcfcfc;
}
/*

    Component: Advanced Custom Checkboxes
    ------------------------------------------------
    This solution that uses CSS to generate a 
    circle and a selection dot for radio buttons in 
    HubSpot forms. No javascript hacks needed.
    
    
    HOW TO USE:
    ------------------------------------------------
    1.  Just include the component in the
        [project]-style stylesheet.
    2.  Enjoy.
    3.  Wrap the form with the class .inverted-ui
        to invert the radio button
  
*/
[class*="_blog_subscription"] > label,
.hs_ui_radio > label {
  margin-bottom: 0.55555556em;
}
.hs-form-radio {
  margin-bottom: 0.27777778em !important;
  /*------------------------------------------------*\
      Inverted user interface
  \*------------------------------------------------*/
}
.hs-form-radio:last-child {
  margin-bottom: 0 !important;
}
.hs-form-radio label {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 0;
  color: #0D0D0D;
}
.hs-form-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.hs-form-radio input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.55555556rem;
  font-size: 16px;
  line-height: 1.4;
  color: #0D0D0D;
}
.hs-form-radio input[type="radio"] + span:after,
.hs-form-radio input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.11111111rem;
  height: 1.11111111rem;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .hs-form-radio input[type="radio"] + span:after,
  .hs-form-radio input[type="radio"] + span:before {
    top: 0;
  }
}
.hs-form-radio input[type="radio"] + span:before {
  display: block;
  padding: .25em;
  border: 1px solid #0D0D0D;
  -webkit-box-shadow: inset 0 0 0.2px 20px rgba(31, 31, 31, 0);
          box-shadow: inset 0 0 0.2px 20px rgba(31, 31, 31, 0);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.hs-form-radio input[type="radio"] + span:after {
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border: 2px solid rgba(31, 31, 31, 0);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.hs-form-radio input[type="radio"]:checked + span:before {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.hs-form-radio input[type="radio"]:checked + span:after {
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  opacity: 1;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}
.inverted-ui .hs-form-radio input[type="radio"] + span {
  color: rgba(13, 13, 13, 0.75);
}
.inverted-ui .hs-form-radio input[type="radio"] + span:before {
  background: none;
  border: 1px solid rgba(13, 13, 13, 0.75);
  -webkit-box-shadow: inset 0 0 0.2px 20px rgba(13, 13, 13, 0);
          box-shadow: inset 0 0 0.2px 20px rgba(13, 13, 13, 0);
}
.inverted-ui .hs-form-radio input[type="radio"] + span:after {
  background-color: #008bab;
  border: 2px solid rgba(210, 140, 0, 0);
}
.inverted-ui .hs-form-radio input[type="radio"]:checked + span {
  color: #0D0D0D;
}
.inverted-ui .hs-form-radio input[type="radio"]:checked + span:before {
  border-color: #0D0D0D;
}
.inverted-ui .hs-form-radio input[type="radio"]:checked + span:after {
  color: rgba(13, 13, 13, 0.75);
}
/*------------------------------------------------*\
    Fluid Page alignments
\*------------------------------------------------*/
.fluid-page .hs-form-radio input[type="radio"] + span,
.portal-page .hs-form-radio input[type="radio"] + span {
  font-size: 1em;
}
.fluid-page .hs-form-radio input[type="radio"] + span:after,
.portal-page .hs-form-radio input[type="radio"] + span:after,
.fluid-page .hs-form-radio input[type="radio"] + span:before,
.portal-page .hs-form-radio input[type="radio"] + span:before {
  top: 3px;
}
@media only screen and (min-width: 992px) {
  .fluid-page .hs-form-radio input[type="radio"] + span:after,
  .portal-page .hs-form-radio input[type="radio"] + span:after,
  .fluid-page .hs-form-radio input[type="radio"] + span:before,
  .portal-page .hs-form-radio input[type="radio"] + span:before {
    top: .25em;
  }
}
.hbspt-form,
.hs-form {
  text-align: left;
  /*

  HubSpot Component: Date Picker
  ------------------------------------------------

*/
  /*

  Component: Buttons
  ------------------------------------------------
  Set button styling using the button mixins
  located in project-mixins.less so that they
  can be reused in hubspot-calls-to-action.less

*/
  /*

  Component: Form Inputs
  ------------------------------------------------

*/
}
.hbspt-form .hs-datepicker button,
.hs-form .hs-datepicker button {
  min-width: inherit;
  padding: 5px;
  background-color: #f5f5f5;
  color: #555;
  border-radius: 0;
}
.hbspt-form .hs-datepicker button:after,
.hs-form .hs-datepicker button:after,
.hbspt-form .hs-datepicker button:before,
.hs-form .hs-datepicker button:before {
  display: none;
}
.hbspt-form .hs-datepicker button:hover,
.hs-form .hs-datepicker button:hover {
  background-color: var(--medium-color) !important;
}
.hbspt-form .hs-datepicker .pika-lendar,
.hs-form .hs-datepicker .pika-lendar {
  margin: 12px 12px 8px;
}
.hbspt-form .hs-datepicker .pika-button,
.hs-form .hs-datepicker .pika-button {
  text-align: center;
}
.hbspt-form .hs-datepicker .pika-button:hover,
.hs-form .hs-datepicker .pika-button:hover {
  background-color: var(--medium-color);
}
.hbspt-form .hs-datepicker .is-today .pika-button,
.hs-form .hs-datepicker .is-today .pika-button {
  color: #008bab;
}
.hbspt-form .hs-datepicker .is-selected .pika-button,
.hs-form .hs-datepicker .is-selected .pika-button {
  background-color: #008bab;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white !important;
}
.hbspt-form button,
.hs-form button,
.hbspt-form input[type="button"],
.hs-form input[type="button"],
.hbspt-form .button,
.hs-form .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top: 6px;
  margin-bottom: 4px;
  border-radius: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 150px;
  padding: 1.434em 2.083333333em 1.234em ;
  padding: 1.25em 2.083333333em;
}
.hbspt-form button em,
.hs-form button em,
.hbspt-form input[type="button"] em,
.hs-form input[type="button"] em,
.hbspt-form .button em,
.hs-form .button em,
.hbspt-form button strong,
.hs-form button strong,
.hbspt-form input[type="button"] strong,
.hs-form input[type="button"] strong,
.hbspt-form .button strong,
.hs-form .button strong {
  font-weight: 500;
}
.hbspt-form button em,
.hs-form button em,
.hbspt-form input[type="button"] em,
.hs-form input[type="button"] em,
.hbspt-form .button em,
.hs-form .button em {
  font-style: normal;
}
.hbspt-form button strong,
.hs-form button strong,
.hbspt-form input[type="button"] strong,
.hs-form input[type="button"] strong,
.hbspt-form .button strong,
.hs-form .button strong {
  font-weight: 600;
}
.hbspt-form button,
.hs-form button,
.hbspt-form input[type="button"],
.hs-form input[type="button"],
.hbspt-form .button,
.hs-form .button,
.hbspt-form button:focus,
.hs-form button:focus,
.hbspt-form input[type="button"]:focus,
.hs-form input[type="button"]:focus,
.hbspt-form .button:focus,
.hs-form .button:focus,
.hbspt-form button:hover,
.hs-form button:hover,
.hbspt-form input[type="button"]:hover,
.hs-form input[type="button"]:hover,
.hbspt-form .button:hover,
.hs-form .button:hover,
.hbspt-form button:active,
.hs-form button:active,
.hbspt-form input[type="button"]:active,
.hs-form input[type="button"]:active,
.hbspt-form .button:active,
.hs-form .button:active {
  text-decoration: none;
}
.hbspt-form button:active,
.hs-form button:active,
.hbspt-form input[type="button"]:active,
.hs-form input[type="button"]:active,
.hbspt-form .button:active,
.hs-form .button:active {
  -webkit-transition: none;
  transition: none;
}
.hbspt-form button:focus,
.hs-form button:focus,
.hbspt-form input[type="button"]:focus,
.hs-form input[type="button"]:focus,
.hbspt-form .button:focus,
.hs-form .button:focus {
  outline: 0;
}
.hbspt-form button:active,
.hs-form button:active,
.hbspt-form input[type="button"]:active,
.hs-form input[type="button"]:active,
.hbspt-form .button:active,
.hs-form .button:active {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}
.hbspt-form button,
.hs-form button,
.hbspt-form input[type="button"],
.hs-form input[type="button"],
.hbspt-form .button,
.hs-form .button,
.hbspt-form button:focus,
.hs-form button:focus,
.hbspt-form input[type="button"]:focus,
.hs-form input[type="button"]:focus,
.hbspt-form .button:focus,
.hs-form .button:focus {
  color: #FFC322;
  background-color: #0D0D0D;
}
.hbspt-form button:hover,
.hs-form button:hover,
.hbspt-form input[type="button"]:hover,
.hs-form input[type="button"]:hover,
.hbspt-form .button:hover,
.hs-form .button:hover,
.hbspt-form button:active,
.hs-form button:active,
.hbspt-form input[type="button"]:active,
.hs-form input[type="button"]:active,
.hbspt-form .button:active,
.hs-form .button:active {
  color: #008bab;
}
.hbspt-form button:disabled,
.hs-form button:disabled,
.hbspt-form input[type="button"]:disabled,
.hs-form input[type="button"]:disabled,
.hbspt-form .button:disabled,
.hs-form .button:disabled {
  background: #efefef !important;
  color: #b2b2b2 !important;
  pointer-events: none !important;
}
.hbspt-form button:disabled:focus,
.hs-form button:disabled:focus,
.hbspt-form input[type="button"]:disabled:focus,
.hs-form input[type="button"]:disabled:focus,
.hbspt-form .button:disabled:focus,
.hs-form .button:disabled:focus {
  background: #efefef !important;
}
.hbspt-form button:disabled:hover,
.hs-form button:disabled:hover,
.hbspt-form input[type="button"]:disabled:hover,
.hs-form input[type="button"]:disabled:hover,
.hbspt-form .button:disabled:hover,
.hs-form .button:disabled:hover {
  background: #efefef !important;
}
.hbspt-form button.primary,
.hs-form button.primary,
.hbspt-form input[type="button"].primary,
.hs-form input[type="button"].primary,
.hbspt-form .button.primary,
.hs-form .button.primary,
.hbspt-form button.primary:focus,
.hs-form button.primary:focus,
.hbspt-form input[type="button"].primary:focus,
.hs-form input[type="button"].primary:focus,
.hbspt-form .button.primary:focus,
.hs-form .button.primary:focus {
  color: #0D0D0D;
  background-color: #008bab;
}
.hbspt-form button.primary:hover,
.hs-form button.primary:hover,
.hbspt-form input[type="button"].primary:hover,
.hs-form input[type="button"].primary:hover,
.hbspt-form .button.primary:hover,
.hs-form .button.primary:hover,
.hbspt-form button.primary:active,
.hs-form button.primary:active,
.hbspt-form input[type="button"].primary:active,
.hs-form input[type="button"].primary:active,
.hbspt-form .button.primary:active,
.hs-form .button.primary:active {
  color: #008bab;
  background-color: #FFC322;
}
.hbspt-form button.content,
.hs-form button.content,
.hbspt-form input[type="button"].content,
.hs-form input[type="button"].content,
.hbspt-form .button.content,
.hs-form .button.content,
.hbspt-form button.secondary,
.hs-form button.secondary,
.hbspt-form input[type="button"].secondary,
.hs-form input[type="button"].secondary,
.hbspt-form .button.secondary,
.hs-form .button.secondary,
.hbspt-form button.content:focus,
.hs-form button.content:focus,
.hbspt-form input[type="button"].content:focus,
.hs-form input[type="button"].content:focus,
.hbspt-form .button.content:focus,
.hs-form .button.content:focus,
.hbspt-form button.secondary:focus,
.hs-form button.secondary:focus,
.hbspt-form input[type="button"].secondary:focus,
.hs-form input[type="button"].secondary:focus,
.hbspt-form .button.secondary:focus,
.hs-form .button.secondary:focus {
  color: #FFC322;
  background-color: #0D0D0D;
}
.hbspt-form button.content:hover,
.hs-form button.content:hover,
.hbspt-form input[type="button"].content:hover,
.hs-form input[type="button"].content:hover,
.hbspt-form .button.content:hover,
.hs-form .button.content:hover,
.hbspt-form button.secondary:hover,
.hs-form button.secondary:hover,
.hbspt-form input[type="button"].secondary:hover,
.hs-form input[type="button"].secondary:hover,
.hbspt-form .button.secondary:hover,
.hs-form .button.secondary:hover,
.hbspt-form button.content:active,
.hs-form button.content:active,
.hbspt-form input[type="button"].content:active,
.hs-form input[type="button"].content:active,
.hbspt-form .button.content:active,
.hs-form .button.content:active,
.hbspt-form button.secondary:active,
.hs-form button.secondary:active,
.hbspt-form input[type="button"].secondary:active,
.hs-form input[type="button"].secondary:active,
.hbspt-form .button.secondary:active,
.hs-form .button.secondary:active {
  color: #008bab;
}
.hbspt-form button.subscribe,
.hs-form button.subscribe,
.hbspt-form input[type="button"].subscribe,
.hs-form input[type="button"].subscribe,
.hbspt-form .button.subscribe,
.hs-form .button.subscribe,
.hbspt-form button.tertiary,
.hs-form button.tertiary,
.hbspt-form input[type="button"].tertiary,
.hs-form input[type="button"].tertiary,
.hbspt-form .button.tertiary,
.hs-form .button.tertiary,
.hbspt-form button.subscribe:focus,
.hs-form button.subscribe:focus,
.hbspt-form input[type="button"].subscribe:focus,
.hs-form input[type="button"].subscribe:focus,
.hbspt-form .button.subscribe:focus,
.hs-form .button.subscribe:focus,
.hbspt-form button.tertiary:focus,
.hs-form button.tertiary:focus,
.hbspt-form input[type="button"].tertiary:focus,
.hs-form input[type="button"].tertiary:focus,
.hbspt-form .button.tertiary:focus,
.hs-form .button.tertiary:focus {
  color: #0D0D0D;
  background-color: #FFC322;
}
.hbspt-form button.subscribe:hover,
.hs-form button.subscribe:hover,
.hbspt-form input[type="button"].subscribe:hover,
.hs-form input[type="button"].subscribe:hover,
.hbspt-form .button.subscribe:hover,
.hs-form .button.subscribe:hover,
.hbspt-form button.tertiary:hover,
.hs-form button.tertiary:hover,
.hbspt-form input[type="button"].tertiary:hover,
.hs-form input[type="button"].tertiary:hover,
.hbspt-form .button.tertiary:hover,
.hs-form .button.tertiary:hover,
.hbspt-form button.subscribe:active,
.hs-form button.subscribe:active,
.hbspt-form input[type="button"].subscribe:active,
.hs-form input[type="button"].subscribe:active,
.hbspt-form .button.subscribe:active,
.hs-form .button.subscribe:active,
.hbspt-form button.tertiary:active,
.hs-form button.tertiary:active,
.hbspt-form input[type="button"].tertiary:active,
.hs-form input[type="button"].tertiary:active,
.hbspt-form .button.tertiary:active,
.hs-form .button.tertiary:active {
  color: #FFC322;
  background-color: #008bab;
}
.hbspt-form button.contact,
.hs-form button.contact,
.hbspt-form input[type="button"].contact,
.hs-form input[type="button"].contact,
.hbspt-form .button.contact,
.hs-form .button.contact,
.hbspt-form button.contact:focus,
.hs-form button.contact:focus,
.hbspt-form input[type="button"].contact:focus,
.hs-form input[type="button"].contact:focus,
.hbspt-form .button.contact:focus,
.hs-form .button.contact:focus {
  color: #008bab;
  background-color: inherit;
  border: 1px solid #008bab;
}
.hbspt-form button.contact:hover,
.hs-form button.contact:hover,
.hbspt-form input[type="button"].contact:hover,
.hs-form input[type="button"].contact:hover,
.hbspt-form .button.contact:hover,
.hs-form .button.contact:hover,
.hbspt-form button.contact:active,
.hs-form button.contact:active,
.hbspt-form input[type="button"].contact:active,
.hs-form input[type="button"].contact:active,
.hbspt-form .button.contact:active,
.hs-form .button.contact:active {
  color: #008bab;
  background-color: #FFC322;
  border-color: #FFC322;
}
.hbspt-form button.newsletter,
.hs-form button.newsletter,
.hbspt-form input[type="button"].newsletter,
.hs-form input[type="button"].newsletter,
.hbspt-form .button.newsletter,
.hs-form .button.newsletter,
.hbspt-form button.newsletter:focus,
.hs-form button.newsletter:focus,
.hbspt-form input[type="button"].newsletter:focus,
.hs-form input[type="button"].newsletter:focus,
.hbspt-form .button.newsletter:focus,
.hs-form .button.newsletter:focus {
  color: #0D0D0D;
  background-color: inherit;
  border: 1px solid #0D0D0D;
}
.hbspt-form button.newsletter:hover,
.hs-form button.newsletter:hover,
.hbspt-form input[type="button"].newsletter:hover,
.hs-form input[type="button"].newsletter:hover,
.hbspt-form .button.newsletter:hover,
.hs-form .button.newsletter:hover,
.hbspt-form button.newsletter:active,
.hs-form button.newsletter:active,
.hbspt-form input[type="button"].newsletter:active,
.hs-form input[type="button"].newsletter:active,
.hbspt-form .button.newsletter:active,
.hs-form .button.newsletter:active {
  color: #fcfcfc;
  background-color: #0D0D0D;
}
.inverted-ui .hbspt-form button.newsletter,
.inverted-ui .hs-form button.newsletter,
.inverted-ui .hbspt-form input[type="button"].newsletter,
.inverted-ui .hs-form input[type="button"].newsletter,
.inverted-ui .hbspt-form .button.newsletter,
.inverted-ui .hs-form .button.newsletter,
.inverted-ui .hbspt-form button.newsletter:focus,
.inverted-ui .hs-form button.newsletter:focus,
.inverted-ui .hbspt-form input[type="button"].newsletter:focus,
.inverted-ui .hs-form input[type="button"].newsletter:focus,
.inverted-ui .hbspt-form .button.newsletter:focus,
.inverted-ui .hs-form .button.newsletter:focus {
  color: #fcfcfc;
  background-color: inherit;
  border: 1px solid #fcfcfc;
}
.inverted-ui .hbspt-form button.newsletter:hover,
.inverted-ui .hs-form button.newsletter:hover,
.inverted-ui .hbspt-form input[type="button"].newsletter:hover,
.inverted-ui .hs-form input[type="button"].newsletter:hover,
.inverted-ui .hbspt-form .button.newsletter:hover,
.inverted-ui .hs-form .button.newsletter:hover,
.inverted-ui .hbspt-form button.newsletter:active,
.inverted-ui .hs-form button.newsletter:active,
.inverted-ui .hbspt-form input[type="button"].newsletter:active,
.inverted-ui .hs-form input[type="button"].newsletter:active,
.inverted-ui .hbspt-form .button.newsletter:active,
.inverted-ui .hs-form .button.newsletter:active {
  color: #0D0D0D;
  background-color: #fcfcfc;
}
.hbspt-form button.small,
.hs-form button.small,
.hbspt-form input[type="button"].small,
.hs-form input[type="button"].small,
.hbspt-form .button.small,
.hs-form .button.small {
  min-width: 130px;
  padding: .9175em 1.666666667em;
  padding: .625em 1.666666667em;
}
.hbspt-form button.medium,
.hs-form button.medium,
.hbspt-form input[type="button"].medium,
.hs-form input[type="button"].medium,
.hbspt-form .button.medium,
.hs-form .button.medium {
  min-width: 150px;
  padding: 1.434em 2.083333333em 1.234em ;
  padding: 1.25em 2.083333333em;
}
.hbspt-form button.large,
.hs-form button.large,
.hbspt-form input[type="button"].large,
.hs-form input[type="button"].large,
.hbspt-form .button.large,
.hs-form .button.large {
  min-width: 150px;
  padding: 1.434em 2.083333333em 1.234em ;
  padding: 1.25em 2.083333333em;
}
.hbspt-form input[type="submit"],
.hs-form input[type="submit"],
.hbspt-form input[type="submit"].primary,
.hs-form input[type="submit"].primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top: 6px;
  margin-bottom: 4px;
  border-radius: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 150px;
  padding: 1.434em 2.083333333em 1.234em ;
  padding: 1.25em 2.083333333em;
}
.hbspt-form input[type="submit"] em,
.hs-form input[type="submit"] em,
.hbspt-form input[type="submit"].primary em,
.hs-form input[type="submit"].primary em,
.hbspt-form input[type="submit"] strong,
.hs-form input[type="submit"] strong,
.hbspt-form input[type="submit"].primary strong,
.hs-form input[type="submit"].primary strong {
  font-weight: 500;
}
.hbspt-form input[type="submit"] em,
.hs-form input[type="submit"] em,
.hbspt-form input[type="submit"].primary em,
.hs-form input[type="submit"].primary em {
  font-style: normal;
}
.hbspt-form input[type="submit"] strong,
.hs-form input[type="submit"] strong,
.hbspt-form input[type="submit"].primary strong,
.hs-form input[type="submit"].primary strong {
  font-weight: 600;
}
.hbspt-form input[type="submit"],
.hs-form input[type="submit"],
.hbspt-form input[type="submit"].primary,
.hs-form input[type="submit"].primary,
.hbspt-form input[type="submit"]:focus,
.hs-form input[type="submit"]:focus,
.hbspt-form input[type="submit"].primary:focus,
.hs-form input[type="submit"].primary:focus,
.hbspt-form input[type="submit"]:hover,
.hs-form input[type="submit"]:hover,
.hbspt-form input[type="submit"].primary:hover,
.hs-form input[type="submit"].primary:hover,
.hbspt-form input[type="submit"]:active,
.hs-form input[type="submit"]:active,
.hbspt-form input[type="submit"].primary:active,
.hs-form input[type="submit"].primary:active {
  text-decoration: none;
}
.hbspt-form input[type="submit"]:active,
.hs-form input[type="submit"]:active,
.hbspt-form input[type="submit"].primary:active,
.hs-form input[type="submit"].primary:active {
  -webkit-transition: none;
  transition: none;
}
.hbspt-form input[type="submit"]:focus,
.hs-form input[type="submit"]:focus,
.hbspt-form input[type="submit"].primary:focus,
.hs-form input[type="submit"].primary:focus {
  outline: 0;
}
.hbspt-form input[type="submit"]:active,
.hs-form input[type="submit"]:active,
.hbspt-form input[type="submit"].primary:active,
.hs-form input[type="submit"].primary:active {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}
.hbspt-form input[type="submit"],
.hs-form input[type="submit"],
.hbspt-form input[type="submit"].primary,
.hs-form input[type="submit"].primary,
.hbspt-form input[type="submit"]:focus,
.hs-form input[type="submit"]:focus,
.hbspt-form input[type="submit"].primary:focus,
.hs-form input[type="submit"].primary:focus {
  color: #FFC322;
  background-color: #0D0D0D;
}
.hbspt-form input[type="submit"]:hover,
.hs-form input[type="submit"]:hover,
.hbspt-form input[type="submit"].primary:hover,
.hs-form input[type="submit"].primary:hover,
.hbspt-form input[type="submit"]:active,
.hs-form input[type="submit"]:active,
.hbspt-form input[type="submit"].primary:active,
.hs-form input[type="submit"].primary:active {
  color: #008bab;
}
.contact-page .hbspt-form input[type="submit"],
.contact-page .hs-form input[type="submit"],
.contact-form .hbspt-form input[type="submit"],
.contact-form .hs-form input[type="submit"],
.contact-page .hbspt-form input[type="submit"].primary,
.contact-page .hs-form input[type="submit"].primary,
.contact-form .hbspt-form input[type="submit"].primary,
.contact-form .hs-form input[type="submit"].primary,
.contact-page .hbspt-form input[type="submit"]:focus,
.contact-page .hs-form input[type="submit"]:focus,
.contact-form .hbspt-form input[type="submit"]:focus,
.contact-form .hs-form input[type="submit"]:focus,
.contact-page .hbspt-form input[type="submit"].primary:focus,
.contact-page .hs-form input[type="submit"].primary:focus,
.contact-form .hbspt-form input[type="submit"].primary:focus,
.contact-form .hs-form input[type="submit"].primary:focus {
  color: #008bab;
  background-color: inherit;
  border: 1px solid #008bab;
}
.contact-page .hbspt-form input[type="submit"]:hover,
.contact-page .hs-form input[type="submit"]:hover,
.contact-form .hbspt-form input[type="submit"]:hover,
.contact-form .hs-form input[type="submit"]:hover,
.contact-page .hbspt-form input[type="submit"].primary:hover,
.contact-page .hs-form input[type="submit"].primary:hover,
.contact-form .hbspt-form input[type="submit"].primary:hover,
.contact-form .hs-form input[type="submit"].primary:hover,
.contact-page .hbspt-form input[type="submit"]:active,
.contact-page .hs-form input[type="submit"]:active,
.contact-form .hbspt-form input[type="submit"]:active,
.contact-form .hs-form input[type="submit"]:active,
.contact-page .hbspt-form input[type="submit"].primary:active,
.contact-page .hs-form input[type="submit"].primary:active,
.contact-form .hbspt-form input[type="submit"].primary:active,
.contact-form .hs-form input[type="submit"].primary:active {
  color: #008bab;
  background-color: #FFC322;
  border-color: #FFC322;
}
.hbspt-form button.secondary:after,
.hs-form button.secondary:after,
.hbspt-form a.button.secondary:after,
.hs-form a.button.secondary:after,
.hbspt-form a.hs-button.secondary:after,
.hs-form a.hs-button.secondary:after {
  position: relative;
  top: .125em;
  vertical-align: top;
  display: inline-block;
  margin-left: .75em;
  content: '';
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  -webkit-transition: inherit;
  transition: inherit;
}
.hbspt-form button.secondary:after,
.hs-form button.secondary:after,
.hbspt-form a.button.secondary:after,
.hs-form a.button.secondary:after,
.hbspt-form a.hs-button.secondary:after,
.hs-form a.hs-button.secondary:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDcgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+UGF0aCA2OCBDb3B5IDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iQ1RBIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjU0LjAwMDAwMCwgLTE0My4wMDAwMDApIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHktNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE2LjAwMDAwMCwgMTIzLjAwMDAwMCkiIHN0cm9rZT0iI0ZGQkEyRCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4LjAwMDAwMCwgMTMuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiPiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDAsOCBDMTAwLDggMTAzLjE3Mzg2NiwxMC41MTI3MTk2IDEwNC43NjA4LDExLjc2OTA3OTQgQzEwNS4yODEwMiwxMi4xODA5MzI3IDEwNS44MDEyNCwxMi41OTI3ODU5IDEwNi4zMjE0NiwxMy4wMDQ2MzkxIEwxMDAuMDgxNDE1LDE4IiBpZD0iUGF0aC02OC1Db3B5LTMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: auto 12px;
}
.hbspt-form button.secondary:hover:after,
.hs-form button.secondary:hover:after,
.hbspt-form a.button.secondary:hover:after,
.hs-form a.button.secondary:hover:after,
.hbspt-form a.hs-button.secondary:hover:after,
.hs-form a.hs-button.secondary:hover:after,
.hbspt-form button.secondary:active:after,
.hs-form button.secondary:active:after,
.hbspt-form a.button.secondary:active:after,
.hs-form a.button.secondary:active:after,
.hbspt-form a.hs-button.secondary:active:after,
.hs-form a.hs-button.secondary:active:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDcgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+UGF0aCA2OCBDb3B5IDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iQ1RBIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjU0LjAwMDAwMCwgLTE0My4wMDAwMDApIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHktNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE2LjAwMDAwMCwgMTIzLjAwMDAwMCkiIHN0cm9rZT0iI0QyOEMwMCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4LjAwMDAwMCwgMTMuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiPiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDAsOCBDMTAwLDggMTAzLjE3Mzg2NiwxMC41MTI3MTk2IDEwNC43NjA4LDExLjc2OTA3OTQgQzEwNS4yODEwMiwxMi4xODA5MzI3IDEwNS44MDEyNCwxMi41OTI3ODU5IDEwNi4zMjE0NiwxMy4wMDQ2MzkxIEwxMDAuMDgxNDE1LDE4IiBpZD0iUGF0aC02OC1Db3B5LTMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: auto 12px;
}
.hbspt-form button.contact:after,
.hs-form button.contact:after,
.hbspt-form a.button.contact:after,
.hs-form a.button.contact:after,
.hbspt-form a.hs-button.contact:after,
.hs-form a.hs-button.contact:after {
  position: relative;
  top: .125em;
  vertical-align: top;
  display: inline-block;
  margin-left: .75em;
  content: '';
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  -webkit-transition: inherit;
  transition: inherit;
}
.hbspt-form button.contact:after,
.hs-form button.contact:after,
.hbspt-form a.button.contact:after,
.hs-form a.button.contact:after,
.hbspt-form a.hs-button.contact:after,
.hs-form a.hs-button.contact:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDcgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+UGF0aCA2OCBDb3B5IDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iQ1RBIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjU0LjAwMDAwMCwgLTE0My4wMDAwMDApIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHktNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE2LjAwMDAwMCwgMTIzLjAwMDAwMCkiIHN0cm9rZT0iI0QyOEMwMCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4LjAwMDAwMCwgMTMuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiPiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDAsOCBDMTAwLDggMTAzLjE3Mzg2NiwxMC41MTI3MTk2IDEwNC43NjA4LDExLjc2OTA3OTQgQzEwNS4yODEwMiwxMi4xODA5MzI3IDEwNS44MDEyNCwxMi41OTI3ODU5IDEwNi4zMjE0NiwxMy4wMDQ2MzkxIEwxMDAuMDgxNDE1LDE4IiBpZD0iUGF0aC02OC1Db3B5LTMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: auto 12px;
}
.hbspt-form button.contact:hover:after,
.hs-form button.contact:hover:after,
.hbspt-form a.button.contact:hover:after,
.hs-form a.button.contact:hover:after,
.hbspt-form a.hs-button.contact:hover:after,
.hs-form a.hs-button.contact:hover:after,
.hbspt-form button.contact:active:after,
.hs-form button.contact:active:after,
.hbspt-form a.button.contact:active:after,
.hs-form a.button.contact:active:after,
.hbspt-form a.hs-button.contact:active:after,
.hs-form a.hs-button.contact:active:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDcgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+UGF0aCA2OCBDb3B5IDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iQ1RBIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjU0LjAwMDAwMCwgLTE0My4wMDAwMDApIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHktNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE2LjAwMDAwMCwgMTIzLjAwMDAwMCkiIHN0cm9rZT0iI0QyOEMwMCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4LjAwMDAwMCwgMTMuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiPiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDAsOCBDMTAwLDggMTAzLjE3Mzg2NiwxMC41MTI3MTk2IDEwNC43NjA4LDExLjc2OTA3OTQgQzEwNS4yODEwMiwxMi4xODA5MzI3IDEwNS44MDEyNCwxMi41OTI3ODU5IDEwNi4zMjE0NiwxMy4wMDQ2MzkxIEwxMDAuMDgxNDE1LDE4IiBpZD0iUGF0aC02OC1Db3B5LTMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: auto 12px;
}
.hbspt-form button.subscribe:after,
.hs-form button.subscribe:after,
.hbspt-form a.button.subscribe:after,
.hs-form a.button.subscribe:after,
.hbspt-form a.hs-button.subscribe:after,
.hs-form a.hs-button.subscribe:after {
  display: none;
}
.hbspt-form textarea,
.hs-form textarea,
.hbspt-form input[type="text"],
.hs-form input[type="text"],
.hbspt-form input[type="password"],
.hs-form input[type="password"],
.hbspt-form input[type="datetime"],
.hs-form input[type="datetime"],
.hbspt-form input[type="datetime-local"],
.hs-form input[type="datetime-local"],
.hbspt-form input[type="date"],
.hs-form input[type="date"],
.hbspt-form input[type="month"],
.hs-form input[type="month"],
.hbspt-form input[type="time"],
.hs-form input[type="time"],
.hbspt-form input[type="week"],
.hs-form input[type="week"],
.hbspt-form input[type="number"],
.hs-form input[type="number"],
.hbspt-form input[type="email"],
.hs-form input[type="email"],
.hbspt-form input[type="url"],
.hs-form input[type="url"],
.hbspt-form input[type="search"],
.hs-form input[type="search"],
.hbspt-form input[type="tel"],
.hs-form input[type="tel"],
.hbspt-form input[type="file"],
.hs-form input[type="file"],
.hbspt-form input[type="color"],
.hs-form input[type="color"],
.hbspt-form select,
.hs-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  padding: .5em 0;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  color: #0D0D0D;
  background-color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.hbspt-form textarea em,
.hs-form textarea em,
.hbspt-form input[type="text"] em,
.hs-form input[type="text"] em,
.hbspt-form input[type="password"] em,
.hs-form input[type="password"] em,
.hbspt-form input[type="datetime"] em,
.hs-form input[type="datetime"] em,
.hbspt-form input[type="datetime-local"] em,
.hs-form input[type="datetime-local"] em,
.hbspt-form input[type="date"] em,
.hs-form input[type="date"] em,
.hbspt-form input[type="month"] em,
.hs-form input[type="month"] em,
.hbspt-form input[type="time"] em,
.hs-form input[type="time"] em,
.hbspt-form input[type="week"] em,
.hs-form input[type="week"] em,
.hbspt-form input[type="number"] em,
.hs-form input[type="number"] em,
.hbspt-form input[type="email"] em,
.hs-form input[type="email"] em,
.hbspt-form input[type="url"] em,
.hs-form input[type="url"] em,
.hbspt-form input[type="search"] em,
.hs-form input[type="search"] em,
.hbspt-form input[type="tel"] em,
.hs-form input[type="tel"] em,
.hbspt-form input[type="file"] em,
.hs-form input[type="file"] em,
.hbspt-form input[type="color"] em,
.hs-form input[type="color"] em,
.hbspt-form select em,
.hs-form select em,
.hbspt-form textarea strong,
.hs-form textarea strong,
.hbspt-form input[type="text"] strong,
.hs-form input[type="text"] strong,
.hbspt-form input[type="password"] strong,
.hs-form input[type="password"] strong,
.hbspt-form input[type="datetime"] strong,
.hs-form input[type="datetime"] strong,
.hbspt-form input[type="datetime-local"] strong,
.hs-form input[type="datetime-local"] strong,
.hbspt-form input[type="date"] strong,
.hs-form input[type="date"] strong,
.hbspt-form input[type="month"] strong,
.hs-form input[type="month"] strong,
.hbspt-form input[type="time"] strong,
.hs-form input[type="time"] strong,
.hbspt-form input[type="week"] strong,
.hs-form input[type="week"] strong,
.hbspt-form input[type="number"] strong,
.hs-form input[type="number"] strong,
.hbspt-form input[type="email"] strong,
.hs-form input[type="email"] strong,
.hbspt-form input[type="url"] strong,
.hs-form input[type="url"] strong,
.hbspt-form input[type="search"] strong,
.hs-form input[type="search"] strong,
.hbspt-form input[type="tel"] strong,
.hs-form input[type="tel"] strong,
.hbspt-form input[type="file"] strong,
.hs-form input[type="file"] strong,
.hbspt-form input[type="color"] strong,
.hs-form input[type="color"] strong,
.hbspt-form select strong,
.hs-form select strong {
  font-weight: 500;
}
.hbspt-form textarea em,
.hs-form textarea em,
.hbspt-form input[type="text"] em,
.hs-form input[type="text"] em,
.hbspt-form input[type="password"] em,
.hs-form input[type="password"] em,
.hbspt-form input[type="datetime"] em,
.hs-form input[type="datetime"] em,
.hbspt-form input[type="datetime-local"] em,
.hs-form input[type="datetime-local"] em,
.hbspt-form input[type="date"] em,
.hs-form input[type="date"] em,
.hbspt-form input[type="month"] em,
.hs-form input[type="month"] em,
.hbspt-form input[type="time"] em,
.hs-form input[type="time"] em,
.hbspt-form input[type="week"] em,
.hs-form input[type="week"] em,
.hbspt-form input[type="number"] em,
.hs-form input[type="number"] em,
.hbspt-form input[type="email"] em,
.hs-form input[type="email"] em,
.hbspt-form input[type="url"] em,
.hs-form input[type="url"] em,
.hbspt-form input[type="search"] em,
.hs-form input[type="search"] em,
.hbspt-form input[type="tel"] em,
.hs-form input[type="tel"] em,
.hbspt-form input[type="file"] em,
.hs-form input[type="file"] em,
.hbspt-form input[type="color"] em,
.hs-form input[type="color"] em,
.hbspt-form select em,
.hs-form select em {
  font-style: normal;
}
.hbspt-form textarea strong,
.hs-form textarea strong,
.hbspt-form input[type="text"] strong,
.hs-form input[type="text"] strong,
.hbspt-form input[type="password"] strong,
.hs-form input[type="password"] strong,
.hbspt-form input[type="datetime"] strong,
.hs-form input[type="datetime"] strong,
.hbspt-form input[type="datetime-local"] strong,
.hs-form input[type="datetime-local"] strong,
.hbspt-form input[type="date"] strong,
.hs-form input[type="date"] strong,
.hbspt-form input[type="month"] strong,
.hs-form input[type="month"] strong,
.hbspt-form input[type="time"] strong,
.hs-form input[type="time"] strong,
.hbspt-form input[type="week"] strong,
.hs-form input[type="week"] strong,
.hbspt-form input[type="number"] strong,
.hs-form input[type="number"] strong,
.hbspt-form input[type="email"] strong,
.hs-form input[type="email"] strong,
.hbspt-form input[type="url"] strong,
.hs-form input[type="url"] strong,
.hbspt-form input[type="search"] strong,
.hs-form input[type="search"] strong,
.hbspt-form input[type="tel"] strong,
.hs-form input[type="tel"] strong,
.hbspt-form input[type="file"] strong,
.hs-form input[type="file"] strong,
.hbspt-form input[type="color"] strong,
.hs-form input[type="color"] strong,
.hbspt-form select strong,
.hs-form select strong {
  font-weight: 600;
}
.hbspt-form textarea:focus,
.hs-form textarea:focus,
.hbspt-form input[type="text"]:focus,
.hs-form input[type="text"]:focus,
.hbspt-form input[type="password"]:focus,
.hs-form input[type="password"]:focus,
.hbspt-form input[type="datetime"]:focus,
.hs-form input[type="datetime"]:focus,
.hbspt-form input[type="datetime-local"]:focus,
.hs-form input[type="datetime-local"]:focus,
.hbspt-form input[type="date"]:focus,
.hs-form input[type="date"]:focus,
.hbspt-form input[type="month"]:focus,
.hs-form input[type="month"]:focus,
.hbspt-form input[type="time"]:focus,
.hs-form input[type="time"]:focus,
.hbspt-form input[type="week"]:focus,
.hs-form input[type="week"]:focus,
.hbspt-form input[type="number"]:focus,
.hs-form input[type="number"]:focus,
.hbspt-form input[type="email"]:focus,
.hs-form input[type="email"]:focus,
.hbspt-form input[type="url"]:focus,
.hs-form input[type="url"]:focus,
.hbspt-form input[type="search"]:focus,
.hs-form input[type="search"]:focus,
.hbspt-form input[type="tel"]:focus,
.hs-form input[type="tel"]:focus,
.hbspt-form input[type="file"]:focus,
.hs-form input[type="file"]:focus,
.hbspt-form input[type="color"]:focus,
.hs-form input[type="color"]:focus,
.hbspt-form select:focus,
.hs-form select:focus {
  border-color: #008bab;
}
.hbspt-form textarea:disabled,
.hs-form textarea:disabled,
.hbspt-form input[type="text"]:disabled,
.hs-form input[type="text"]:disabled,
.hbspt-form input[type="password"]:disabled,
.hs-form input[type="password"]:disabled,
.hbspt-form input[type="datetime"]:disabled,
.hs-form input[type="datetime"]:disabled,
.hbspt-form input[type="datetime-local"]:disabled,
.hs-form input[type="datetime-local"]:disabled,
.hbspt-form input[type="date"]:disabled,
.hs-form input[type="date"]:disabled,
.hbspt-form input[type="month"]:disabled,
.hs-form input[type="month"]:disabled,
.hbspt-form input[type="time"]:disabled,
.hs-form input[type="time"]:disabled,
.hbspt-form input[type="week"]:disabled,
.hs-form input[type="week"]:disabled,
.hbspt-form input[type="number"]:disabled,
.hs-form input[type="number"]:disabled,
.hbspt-form input[type="email"]:disabled,
.hs-form input[type="email"]:disabled,
.hbspt-form input[type="url"]:disabled,
.hs-form input[type="url"]:disabled,
.hbspt-form input[type="search"]:disabled,
.hs-form input[type="search"]:disabled,
.hbspt-form input[type="tel"]:disabled,
.hs-form input[type="tel"]:disabled,
.hbspt-form input[type="file"]:disabled,
.hs-form input[type="file"]:disabled,
.hbspt-form input[type="color"]:disabled,
.hs-form input[type="color"]:disabled,
.hbspt-form select:disabled,
.hs-form select:disabled {
  background-color: #efefef !important;
  cursor: default;
}
.hbspt-form textarea.nude,
.hs-form textarea.nude,
.hbspt-form input[type="text"].nude,
.hs-form input[type="text"].nude,
.hbspt-form input[type="password"].nude,
.hs-form input[type="password"].nude,
.hbspt-form input[type="datetime"].nude,
.hs-form input[type="datetime"].nude,
.hbspt-form input[type="datetime-local"].nude,
.hs-form input[type="datetime-local"].nude,
.hbspt-form input[type="date"].nude,
.hs-form input[type="date"].nude,
.hbspt-form input[type="month"].nude,
.hs-form input[type="month"].nude,
.hbspt-form input[type="time"].nude,
.hs-form input[type="time"].nude,
.hbspt-form input[type="week"].nude,
.hs-form input[type="week"].nude,
.hbspt-form input[type="number"].nude,
.hs-form input[type="number"].nude,
.hbspt-form input[type="email"].nude,
.hs-form input[type="email"].nude,
.hbspt-form input[type="url"].nude,
.hs-form input[type="url"].nude,
.hbspt-form input[type="search"].nude,
.hs-form input[type="search"].nude,
.hbspt-form input[type="tel"].nude,
.hs-form input[type="tel"].nude,
.hbspt-form input[type="file"].nude,
.hs-form input[type="file"].nude,
.hbspt-form input[type="color"].nude,
.hs-form input[type="color"].nude,
.hbspt-form select.nude,
.hs-form select.nude {
  border: none;
}
.inverted-ui .hbspt-form textarea,
.inverted-ui .hs-form textarea,
.inverted-ui .hbspt-form input[type="text"],
.inverted-ui .hs-form input[type="text"],
.inverted-ui .hbspt-form input[type="password"],
.inverted-ui .hs-form input[type="password"],
.inverted-ui .hbspt-form input[type="datetime"],
.inverted-ui .hs-form input[type="datetime"],
.inverted-ui .hbspt-form input[type="datetime-local"],
.inverted-ui .hs-form input[type="datetime-local"],
.inverted-ui .hbspt-form input[type="date"],
.inverted-ui .hs-form input[type="date"],
.inverted-ui .hbspt-form input[type="month"],
.inverted-ui .hs-form input[type="month"],
.inverted-ui .hbspt-form input[type="time"],
.inverted-ui .hs-form input[type="time"],
.inverted-ui .hbspt-form input[type="week"],
.inverted-ui .hs-form input[type="week"],
.inverted-ui .hbspt-form input[type="number"],
.inverted-ui .hs-form input[type="number"],
.inverted-ui .hbspt-form input[type="email"],
.inverted-ui .hs-form input[type="email"],
.inverted-ui .hbspt-form input[type="url"],
.inverted-ui .hs-form input[type="url"],
.inverted-ui .hbspt-form input[type="search"],
.inverted-ui .hs-form input[type="search"],
.inverted-ui .hbspt-form input[type="tel"],
.inverted-ui .hs-form input[type="tel"],
.inverted-ui .hbspt-form input[type="file"],
.inverted-ui .hs-form input[type="file"],
.inverted-ui .hbspt-form input[type="color"],
.inverted-ui .hs-form input[type="color"],
.inverted-ui .hbspt-form select,
.inverted-ui .hs-form select {
  color: #fcfcfc;
  background-color: inherit;
}
.inverted-ui .hbspt-form textarea::-webkit-input-placeholder,
.inverted-ui .hs-form textarea::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="text"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="text"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="password"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="password"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="datetime"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="datetime"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="datetime-local"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="datetime-local"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="date"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="date"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="month"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="month"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="time"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="time"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="week"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="week"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="number"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="number"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="email"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="email"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="url"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="url"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="search"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="search"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="tel"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="tel"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="file"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="file"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form input[type="color"]::-webkit-input-placeholder,
.inverted-ui .hs-form input[type="color"]::-webkit-input-placeholder,
.inverted-ui .hbspt-form select::-webkit-input-placeholder,
.inverted-ui .hs-form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #efefef;
}
.inverted-ui .hbspt-form textarea::-moz-placeholder,
.inverted-ui .hs-form textarea::-moz-placeholder,
.inverted-ui .hbspt-form input[type="text"]::-moz-placeholder,
.inverted-ui .hs-form input[type="text"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="password"]::-moz-placeholder,
.inverted-ui .hs-form input[type="password"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="datetime"]::-moz-placeholder,
.inverted-ui .hs-form input[type="datetime"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="datetime-local"]::-moz-placeholder,
.inverted-ui .hs-form input[type="datetime-local"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="date"]::-moz-placeholder,
.inverted-ui .hs-form input[type="date"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="month"]::-moz-placeholder,
.inverted-ui .hs-form input[type="month"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="time"]::-moz-placeholder,
.inverted-ui .hs-form input[type="time"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="week"]::-moz-placeholder,
.inverted-ui .hs-form input[type="week"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="number"]::-moz-placeholder,
.inverted-ui .hs-form input[type="number"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="email"]::-moz-placeholder,
.inverted-ui .hs-form input[type="email"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="url"]::-moz-placeholder,
.inverted-ui .hs-form input[type="url"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="search"]::-moz-placeholder,
.inverted-ui .hs-form input[type="search"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="tel"]::-moz-placeholder,
.inverted-ui .hs-form input[type="tel"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="file"]::-moz-placeholder,
.inverted-ui .hs-form input[type="file"]::-moz-placeholder,
.inverted-ui .hbspt-form input[type="color"]::-moz-placeholder,
.inverted-ui .hs-form input[type="color"]::-moz-placeholder,
.inverted-ui .hbspt-form select::-moz-placeholder,
.inverted-ui .hs-form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #efefef;
}
.inverted-ui .hbspt-form textarea:-ms-input-placeholder,
.inverted-ui .hs-form textarea:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="text"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="text"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="password"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="password"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="datetime"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="datetime"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="datetime-local"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="datetime-local"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="date"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="date"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="month"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="month"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="time"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="time"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="week"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="week"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="number"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="number"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="email"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="email"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="url"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="url"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="search"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="search"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="tel"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="tel"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="file"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="file"]:-ms-input-placeholder,
.inverted-ui .hbspt-form input[type="color"]:-ms-input-placeholder,
.inverted-ui .hs-form input[type="color"]:-ms-input-placeholder,
.inverted-ui .hbspt-form select:-ms-input-placeholder,
.inverted-ui .hs-form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #efefef;
}
.inverted-ui .hbspt-form textarea:-moz-placeholder,
.inverted-ui .hs-form textarea:-moz-placeholder,
.inverted-ui .hbspt-form input[type="text"]:-moz-placeholder,
.inverted-ui .hs-form input[type="text"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="password"]:-moz-placeholder,
.inverted-ui .hs-form input[type="password"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="datetime"]:-moz-placeholder,
.inverted-ui .hs-form input[type="datetime"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="datetime-local"]:-moz-placeholder,
.inverted-ui .hs-form input[type="datetime-local"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="date"]:-moz-placeholder,
.inverted-ui .hs-form input[type="date"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="month"]:-moz-placeholder,
.inverted-ui .hs-form input[type="month"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="time"]:-moz-placeholder,
.inverted-ui .hs-form input[type="time"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="week"]:-moz-placeholder,
.inverted-ui .hs-form input[type="week"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="number"]:-moz-placeholder,
.inverted-ui .hs-form input[type="number"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="email"]:-moz-placeholder,
.inverted-ui .hs-form input[type="email"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="url"]:-moz-placeholder,
.inverted-ui .hs-form input[type="url"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="search"]:-moz-placeholder,
.inverted-ui .hs-form input[type="search"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="tel"]:-moz-placeholder,
.inverted-ui .hs-form input[type="tel"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="file"]:-moz-placeholder,
.inverted-ui .hs-form input[type="file"]:-moz-placeholder,
.inverted-ui .hbspt-form input[type="color"]:-moz-placeholder,
.inverted-ui .hs-form input[type="color"]:-moz-placeholder,
.inverted-ui .hbspt-form select:-moz-placeholder,
.inverted-ui .hs-form select:-moz-placeholder {
  /* Firefox 18- */
  color: #efefef;
}
.hbspt-form select,
.hs-form select {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hbspt-form input[type="file"],
.hs-form input[type="file"] {
  line-height: 1;
  font-size: 16px;
}
/*

  HubSpot Floated Labels v1.2.0 [Hoya Edition]
  ------------------------------------------------
  Creates the floated label behaviour on HubSpot
  forms, where the label appears as a placeholder
  at first, but becomes the input label when the 
  input field is focused.
  
  HOW TO USE:
  ------------------------------------------------
  1.  Implement the jquery.hsFloatedLabels plugin
  2.  Enjoy.
    
*/
.hs-floated-label-input {
  position: relative;
  display: inline-block;
  width: 100%;
  /*----------------------------------------------------------*\
      Transitions are set only after the item has been
      initiated, ie when .hs-floated-label-input--initiated
      has been set. This is to prevent initial transitions
  \*----------------------------------------------------------*/
  /*------------------------------------------------*\
      Float on Value
      --------------
      Label floats first when user has entered
      a value in the text field
  \*------------------------------------------------*/
  /*------------------------------------------------*\
      Inverted UI
  \*------------------------------------------------*/
}
.hs-floated-label-input--initiated input,
.hs-floated-label-input--initiated textarea,
.hs-floated-label-input--initiated select {
  -webkit-transition: all 0.2s, background-color 0.4s;
  transition: all 0.2s, background-color 0.4s;
}
.hs-floated-label-input--initiated legend {
  -webkit-transition: all 0.2s, background-color 0.4s;
  transition: all 0.2s, background-color 0.4s;
}
.hs-floated-label-input--initiated > label {
  -webkit-transition: all 0.2s, background-color 0.4s;
  transition: all 0.2s, background-color 0.4s;
}
.hs-floated-label-input input,
.hs-floated-label-input textarea,
.hs-floated-label-input select {
  outline: 0;
  padding: 8px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  cursor: pointer;
}
.hs-floated-label-input input:focus,
.hs-floated-label-input textarea:focus,
.hs-floated-label-input select:focus {
  border-color: #008bab;
}
.hs-floated-label-input input::-webkit-input-placeholder,
.hs-floated-label-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
}
.hs-floated-label-input input::-moz-placeholder,
.hs-floated-label-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
}
.hs-floated-label-input input:-ms-input-placeholder,
.hs-floated-label-input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
}
.hs-floated-label-input input:-moz-placeholder,
.hs-floated-label-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
}
.hs-floated-label-input legend {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  opacity: 0;
}
.hs-floated-label-input > label,
.hs-floated-label-input--float-on-value .hs-floated-label-placeholder {
  display: inline-block;
  padding: 0;
  padding-left: inherit;
  margin: 0;
  position: absolute;
  left: 0;
  top: 3px;
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14583333em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.hs-floated-label-input.focused > label,
.hs-floated-label-input.pinned > label {
  color: #919191;
  -webkit-transform: translateY(-12px) scale(0.75);
          transform: translateY(-12px) scale(0.75);
  letter-spacing: 0.125em;
  z-index: 1;
}
.hs-floated-label-input.focused legend,
.hs-floated-label-input.pinned legend {
  opacity: 1;
}
.hs-floated-label-input.focused > label {
  color: #919191;
}
.hs-floated-label-input--float-on-value .hs-floated-label-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hs-floated-label-input--float-on-value > label,
.hs-floated-label-input--float-on-value.focused > label {
  opacity: 0;
  -webkit-transform: translateY(-3px) scale(0.75);
          transform: translateY(-3px) scale(0.75);
}
.hs-floated-label-input--float-on-value.has-value .hs-floated-label-placeholder,
.hs-floated-label-input--float-on-value.pinned .hs-floated-label-placeholder {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hs-floated-label-input--float-on-value.has-value > label,
.hs-floated-label-input--float-on-value.pinned > label {
  -webkit-transform: translateY(-12px) scale(0.75);
          transform: translateY(-12px) scale(0.75);
  opacity: 1;
}
.hs-floated-label-input--float-on-value.has-value legend,
.hs-floated-label-input--float-on-value.pinned legend {
  opacity: 1;
}
.inverted-ui .hs-floated-label-input input::-webkit-input-placeholder,
.inverted-ui .hs-floated-label-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.inverted-ui .hs-floated-label-input input::-moz-placeholder,
.inverted-ui .hs-floated-label-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.inverted-ui .hs-floated-label-input input:-ms-input-placeholder,
.inverted-ui .hs-floated-label-input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.inverted-ui .hs-floated-label-input input:-moz-placeholder,
.inverted-ui .hs-floated-label-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.inverted-ui .hs-floated-label-input input,
.inverted-ui .hs-floated-label-input textarea,
.inverted-ui .hs-floated-label-input select {
  color: #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
}
.inverted-ui .hs-floated-label-input input:focus,
.inverted-ui .hs-floated-label-input textarea:focus,
.inverted-ui .hs-floated-label-input select:focus {
  border-color: #008bab;
  -webkit-box-shadow: 0 1px 0 0 #008bab;
          box-shadow: 0 1px 0 0 #008bab;
}
.inverted-ui .hs-floated-label-input legend {
  color: #fcfcfc;
}
.inverted-ui .hs-floated-label-input.focused > label {
  color: #efefef;
}
/*

  Component: Simple Custom Checkboxes v1.0.0
  ------------------------------------------------
  This creates a custom styling for the <select>
  dropdown. The following javascript needs to be
  called on form init:
  
  form.find('select').each(function(){
      if (!$(this).parent().hasClass('Select')) {
          $(this).wrap('<span class="Select"/>');
      }
  });
  
  
  HOW TO USE:
  ------------------------------------------------
  1.  Update variables
  2.  Include the component in the
      [project]-style stylesheet.
  3.  Make sure javascript is applied.
  4.  Enjoy.
  
*/
.hs_ui_dropdown > label {
  margin-bottom: 0.55555556em;
}
.Select {
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-right: 0;
  position: relative;
  background: none;
  -webkit-box-shadow: inset 0 0 0 #fcfcfc;
          box-shadow: inset 0 0 0 #fcfcfc;
  border-bottom: 1px solid #b2b2b2;
  /*------------------------------------------------*\
      Inverted UI
  \*------------------------------------------------*/
}
.Select:after {
  content: "";
  position: absolute;
  width: 14px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  background: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDE2IDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+UGF0aCA2OCBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iVUlFbGVtZW50cy9Gb3JtcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5OC4wMDAwMDAsIC03OTQuMDAwMDAwKSI+ICAgICAgICA8cGF0aCBkPSJNNTAyLjI5MDkzNyw3OTAuNzA5MDYzIEw1MDguMDU2MzA4LDc5Ni4wNzUxODMgQzUwOC42ODYyOTksNzk2LjY2MTU0OCA1MDkuMzE2MjksNzk3LjI0NzkxMiA1MDkuOTQ2MjgxLDc5Ny44MzQyNzYgTDUwMi4zODk1MzEsODA0Ljk0NjI4MSIgaWQ9IlBhdGgtNjgtQ29weS0yIiBzdHJva2U9IiMyODI4MjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwNi4xMTg2MDksIDc5Ny44Mjc2NzIpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNTA2LjExODYwOSwgLTc5Ny44Mjc2NzIpICI+PC9wYXRoPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center right;
  pointer-events: none;
}
.Select select {
  border-bottom: none;
}
.inverted-ui .Select {
  background: none;
  color: #0D0D0D;
}
.inverted-ui .Select option {
  color: black;
}
.inverted-ui .Select .no-value {
  color: #0D0D0D;
}
.inverted-ui .Select:after {
  background-color: inherit;
}
/*------------------------------------------------*\
    <select> default styling
\*------------------------------------------------*/
.Select-input,
select {
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.3125rem 0 0.55555556rem;
  padding-right: 1.25em;
}
.Select-input:focus,
select:focus {
  outline: none;
}
.Select-input:disabled,
select:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
.Select-input:disabled:hover,
select:disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
select {
  border-bottom: 1px solid #b2b2b2;
}
.inverted-ui select {
  border-color: rgba(178, 178, 178, 0.75);
}

.navbar .anchor-menu-wrapper {
  display: block;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.anchor-menu-show .navbar .anchor-menu-wrapper {
  opacity: 1;
}
.anchor-menu-wrapper {
  display: none;
  height: 40px;
  text-align: center;
  color: #fcfcfc;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}
.anchor-menu-wrapper .red {
  color: red;
}
.anchor-menu-wrapper,
.anchor-menu-wrapper .anchor-links li a {
  font-size: 0.72222222rem;
  line-height: 1.33333333rem;
  text-transform: uppercase;
}
.anchor-menu-wrapper.language-selector-active {
  padding-left: 2.77777778rem;
}
.anchor-menu-wrapper #anchor-scroll-arrow {
  display: none;
  background: url('../../Static/img/Icons/caret-right-white.svg') no-repeat;
  background-position: right center;
  content: '';
  position: absolute;
  background-size: 1.27777778rem;
  right: 0.11111111rem;
  top: 0;
  height: 2.11111111rem;
  width: 1.66666667rem;
}
.anchor-menu-wrapper.scrollable #anchor-scroll-arrow {
  display: block;
}
.anchor-menu-wrapper.scrollable .anchor-menu-inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
}
.anchor-menu-wrapper.scrollable .lang-selector-anchor {
  position: absolute;
  left: 0.55555556rem;
  top: 0;
}
@media (min-width: 1200px) {
  .anchor-menu-wrapper {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .anchor-menu-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .anchor-menu-wrapper .anchor-menu-inner {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .anchor-menu-wrapper {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-right: 1.83333333rem;
  }
}
.anchor-menu-wrapper .anchor-links {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .anchor-menu-wrapper .anchor-links {
    padding-left: 1.11111111rem;
    padding-right: 1.11111111rem;
  }
}
.anchor-menu-wrapper .anchor-links li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.anchor-menu-wrapper .anchor-links li a {
  color: #fcfcfc;
  padding: 0.55555556rem 0.61111111rem 0.5rem;
  display: block;
}
.anchor-menu-wrapper .anchor-links li a:hover {
  opacity: 0.8;
}
.anchor-menu-wrapper .lang-selector-anchor {
  color: white;
  display: inline-block;
  float: right;
  padding: 0.27777778rem;
}
.anchor-menu-wrapper .lang-selector-anchor .lang-sel-icon {
  background: url('../../Static/img/HoyaPlusYou/language%20selection.svg') no-repeat;
  background-size: 1.11111111rem;
  display: block;
  background-position: center;
  width: 1.66666667rem;
  height: 1.66666667rem;
}
.anchor-menu-wrapper .lang-selector-anchor:hover,
.anchor-menu-wrapper .lang-selector-anchor:active {
  color: #2c2c37;
}
@media (max-width: 1200px) {
  .anchor-menu-wrapper {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }
}
.anchor-menu-wrapper.light {
  background: #fafafb;
  height: 1.94444444rem;
}
.anchor-menu-wrapper.light .anchor-menu-inner {
  padding: 0 42px 0 50px;
}
.anchor-menu-wrapper.light ul {
  margin: 0;
}
.anchor-menu-wrapper.light .anchor-links li a {
  font-family: "Arial Light";
  color: #6a7889;
  height: 1.94444444rem;
  font-size: 0.83333333rem;
  text-transform: none;
  padding: 0.38888889rem 0.61111111rem 0.11111111rem;
  /*&:hover {
                background: #0454cc;
            }*/
}
.anchor-menu-wrapper.light .anchor-links li a:focus {
  color: #6a7889;
}
.anchor-menu-wrapper.light .anchor-links li a:hover,
.anchor-menu-wrapper.light .anchor-links li a:active {
  color: #0454cc;
}
body.anchor-menu-show .navbar:after,
body.anchor-menu-show:after {
  z-index: 1060;
}
.text-content {
  color: #0D0D0D;
}
.post-typography {
  color: #0D0D0D;
}
.anchor-menu-wrapper .anchor-links li {
  padding: 0 0.61111111rem;
}
@media (min-width: 992px) {
  .anchor-menu-wrapper .anchor-links li {
    padding: 0 0.83333333rem;
  }
}
.anchor-menu-wrapper .anchor-links li a {
  padding: 0.38888889rem 0;
}
.anchor-menu-wrapper .anchor-links li a:before {
  content: '';
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #008bab;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.anchor-menu-wrapper .anchor-links li.active a {
  color: #008bab;
  position: relative;
}
.anchor-menu-wrapper .anchor-links li.active a:before {
  opacity: 1;
}
.find-optician-page {
  height: 100%;
}
.find-optician-page main {
  height: 100%;
}
.find-optician-page body {
  height: 100%;
}
.find-optician-page .seiko-map-wrapper {
  position: relative;
  /*height: calc(~"100% - 58px");*/
}
.find-optician-page .seiko-map-wrapper #map {
  height: 60vh;
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .find-optician-page .seiko-map-wrapper {
    margin-top: 9.22222222rem;
  }
}
@media (max-width: 767px) {
  .find-optician-page .seiko-map-wrapper {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .find-optician-page .seiko-map-wrapper {
    height: calc(100% - 65px);
  }
  .find-optician-page .seiko-map-wrapper #map {
    height: 100%;
    margin-left: 22.94444444rem;
    margin-top: 0;
  }
}
.find-optician-page .search-wrapper {
  background-color: #efefef;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23.33333333rem;
    height: 100%;
    overflow: hidden;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper {
  z-index: 1;
  height: 2.5rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper {
    position: relative;
    top: 0;
    height: auto;
    padding: 1.66666667rem 1.66666667rem 0 1.66666667rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField {
  background: #fcfcfc;
  height: 2.5rem;
  padding-left: 0.88888889rem;
  padding-right: 3.11111111rem;
  background-color: #fcfcfc;
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);*/
  width: 100%;
  border: none;
  color: #4c4c4c !important;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField {
    height: 3.05555556rem;
    padding-right: 2.66666667rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper input::-webkit-input-placeholder {
  color: #4c4c4c !important;
  font-size: 1rem;
}
.find-optician-page .search-wrapper .searchTextField-wrapper input::-ms-input-placeholder {
  color: #4c4c4c !important;
  font-size: 1rem;
}
.find-optician-page .search-wrapper .searchTextField-wrapper input::placeholder {
  color: #4c4c4c !important;
  font-size: 1rem;
}
.find-optician-page .search-wrapper .searchTextField-wrapper #search-button {
  background: url('../../Static/SeikoVision/img/Icons/Search-Seiko.svg') no-repeat;
  background-position: center;
  padding: 1.22222222rem;
  position: absolute;
  right: 0.66666667rem;
  top: 0.05555556rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper #search-button {
    top: 2rem;
    right: 1.66666667rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper .my-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fcfcfc;
  border: 1px solid #008bab;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper .my-location {
    width: 20rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper .is-hidden {
  display: none;
}
.find-optician-page .search-wrapper .searchTextField-wrapper .my-location__button {
  height: 2.5rem;
  font-size: 1rem;
  padding: 0;
  padding-right: 0.88888889rem;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: start;
  color: #008bab;
}
.find-optician-page .search-wrapper .searchTextField-wrapper .my-location__icon {
  background-color: #008bab;
  -webkit-mask: url('../../Static/img/Icons/gps-location.svg') no-repeat center center;
  mask: url('../../Static/img/Icons/gps-location.svg') no-repeat center center;
  padding: 1.22222222rem;
  color: #0D0D0D;
  cursor: pointer;
  margin: 0;
  margin-left: 0.5rem;
}
.find-optician-page .search-wrapper .filters {
  padding: 1.66666667rem 1.66666667rem 0 1.66666667rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .filters {
    padding: 1.66666667rem 1.66666667rem 0 1.66666667rem;
  }
}
.find-optician-page .search-wrapper .filters .filter {
  float: left;
}
.find-optician-page .search-wrapper .filters .filter:first-child {
  margin-right: 1.25rem;
}
.find-optician-page .search-wrapper .filters .filter label {
  text-transform: uppercase;
  font-size: 0.66666667rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 1.5px;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0D0D0D;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:before,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  background: transparent;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:after,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background: #0D0D0D;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 0.375rem;
  top: 0.375rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #fff;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:before {
  background: #0D0D0D;
  border: 1px solid #0D0D0D;
}
.find-optician-page .search-wrapper .resultText {
  padding: 2.5rem 1.66666667rem 0 1.66666667rem;
  margin-bottom: 0;
  display: none;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .resultText {
    font-size: 22px;
    line-height: 30px;
    padding: 1.66666667rem 1.66666667rem 0 1.66666667rem;
  }
}
.find-optician-page .search-wrapper .hit-list-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .hit-list-wrapper {
    padding-bottom: 180px;
  }
}
.find-optician-page .search-wrapper .hit-list {
  overflow-y: auto;
  height: 100%;
  margin-bottom: 1.66666667rem;
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician {
  background: #fcfcfc;
  margin: 1.66666667rem 1.66666667rem 0 1.66666667rem;
  padding: 1.66666667rem 2.77777778rem 1.66666667rem 1.11111111rem;
  position: relative;
  font-size: 0.83333333rem;
  line-height: 1.22222222rem;
  font-weight: normal;
  cursor: pointer;
}
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-name {
  padding-right: 42px;
}
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-name::after {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('../../Static/SeikoVision/img/GoogleMaps/logo-specialist-t.svg') no-repeat;
  background-size: 85px 50px;
  width: 85px;
  height: 50px;
}
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-address,
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-seller-info {
  padding-right: 42px;
}
.find-optician-page .search-wrapper .hit-list .optician .close-button-container {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.find-optician-page .search-wrapper .hit-list .optician .close-button-container .close-icon {
  display: none;
  background: url('../../static/SeikoVision/img/close.svg');
  background-size: 1.5rem auto;
  width: 1.5rem;
  height: 1.5rem;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician .optician-email,
.find-optician-page .search-wrapper .hit-list .optician .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician .optician-contact-label,
.find-optician-page .search-wrapper .hit-list .optician .optician-campaign-info,
.find-optician-page .search-wrapper .hit-list .optician .optician-contactform,
.find-optician-page .search-wrapper .hit-list .optician .optician-seller-info {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician.active {
  background: rgba(252, 252, 252, 0.82);
  display: block;
  cursor: default;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.find-optician-page .search-wrapper .hit-list .optician.active .close-button-container {
  z-index: 100;
}
.find-optician-page .search-wrapper .hit-list .optician.active .close-button-container .close-icon {
  display: inline-block;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-name {
  color: #008bab;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-email,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contact-label,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-campaign-info,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-seller-info {
  display: block;
  color: #4c4c4c;
  margin-bottom: 0.55555556rem;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-campaign-info {
  font-size: 12px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl {
  text-decoration: underline;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contact-label {
  font-weight: bold;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform {
  margin-top: 20px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform span {
  display: inline-block;
}
.find-optician-page .search-wrapper .hit-list .optician.active .seller-icon {
  width: 25px;
  height: 25px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltiptext {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  visibility: hidden;
  width: 240px;
  background-color: white;
  color: #4c4c4c;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  top: -35px;
  left: -10px;
  z-index: 1;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltip:hover .tooltiptext {
  visibility: visible;
}
.find-optician-page .search-wrapper .hit-list .optician.inactive {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-name {
  display: block;
  color: #0D0D0D;
  padding-bottom: 1.11111111rem;
  font-size: 0.88888889rem;
  line-height: 1.22222222rem;
  font-weight: 700;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-address {
  display: block;
  margin-bottom: 1.11111111rem;
  color: #4c4c4c;
  line-height: 1.11111111rem;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-tel {
  padding-top: 2px;
  color: #4c4c4c;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-tel a {
  color: #4c4c4c;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-tel a:active {
  color: #0D0D0D;
}
.find-optician-page .search-wrapper .hit-list .optician span {
  display: block;
}
.find-optician-page .search-wrapper .hit-list .optician > *:last-child {
  margin-bottom: 0;
}
.find-optician-page .seller-info {
  position: relative;
  display: block;
  margin-top: 0.44444444rem;
  color: rgba(106, 120, 137, 0.92);
  line-height: 1.11111111rem;
  font-size: 0.66666667rem;
  padding-left: calc(20px + 8px);
}
.find-optician-page .seller-info:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('../../Static/SeikoVision/img/Icons/seiko-auth-seller-icon.svg');
  background-repeat: no-repeat;
  background-size: auto 0.94444444rem;
  width: 1.11111111rem;
  height: 0.94444444rem;
}
.find-optician-page .popup {
  /*background: @white;*/
  padding: 5px 10px;
}
.find-optician-page .popup .optician-name {
  display: block;
  color: #008bab;
  padding-bottom: 0.55555556rem;
  font-size: 0.88888889rem;
  line-height: 1.22222222rem;
  font-weight: 700;
}
.find-optician-page .popup .optician-name.active {
  color: #008bab;
}
.find-optician-page .popup .optician-address {
  display: block;
  margin-bottom: 0.55555556rem;
  color: #4c4c4c;
  line-height: 1.11111111rem;
}
.find-optician-page .popup .optician-tel {
  padding-top: 2px;
  color: #4c4c4c;
}
.find-optician-page .popup .optician-tel a {
  color: #4c4c4c;
  outline: none;
}
.find-optician-page .popup .optician-tel a:active {
  color: #0D0D0D;
}
.find-optician-page .popup span {
  display: block;
}
.find-optician-page .pac-container .pac-item {
  padding: 0.27777778rem 0.66666667rem;
}
.find-optician-page div,
.find-optician-page input {
  border-radius: 0 !important;
}
.contact-page {
  padding-top: 1.66666667rem;
  padding-bottom: 1.66666667rem;
  background: #fcfcfc;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-page {
    padding-top: 6.66666667rem;
    padding-bottom: 6.66666667rem;
    background: #efefef;
  }
}
.contact-page h1 {
  text-transform: uppercase;
}
.contact-page .hs-form-wrapper {
  background: #fcfcfc;
  float: none;
  margin: 0 auto;
  margin-top: 3.33333333rem;
}
@media (min-width: 768px) {
  .contact-page .hs-form-wrapper {
    padding: 3.33333333rem;
  }
}
.iframe-page {
  height: 100vh;
  overflow: hidden;
}
.iframe-page,
.iframe-page body {
  background-color: #fcfcfc;
}
.iframe-page iframe {
  border: none;
  height: calc(100vh - 60px);
  width: 100%;
}
@media (min-width: 768px) {
  .iframe-page iframe {
    height: calc(100vh - 82px - 41px);
  }
}
.iframe-page footer {
  display: none !important;
}
.optician-admin .main-wrapper .container {
  padding-bottom: 2.22222222rem;
}
.optician-admin .main-wrapper .block {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 3.11111111rem;
}
.optician-admin .main-wrapper .tab-container #tab-buttons a {
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 0;
  border-color: #efefef;
  background-color: #fcfcfc;
  color: black;
}
.optician-admin .main-wrapper .tab-container #tab-buttons a.active {
  background-color: #efefef;
}
.optician-admin .main-wrapper .tab-container .tab-content {
  background-color: #efefef;
  padding: 1.66666667rem 1.66666667rem;
  position: relative;
}
.optician-admin .main-wrapper .tab-container .tab-content h2 {
  margin-bottom: 3.11111111rem;
}
.optician-admin .main-wrapper .country-select-container {
  max-width: 25rem;
}
.optician-admin .main-wrapper #tab-import .file-select-container {
  width: 100%;
  display: block;
  margin-bottom: 1.66666667rem;
}
.optician-admin .main-wrapper #tab-import .file-uploads {
  cursor: pointer;
  display: inline;
}
.optician-admin .main-wrapper #tab-import .file-name-label {
  font-weight: normal;
  margin-left: 1.11111111rem;
}
.optician-admin .main-wrapper #tab-import .upload-message-title {
  font-size: 0.83333333rem;
  line-height: 1.22222222rem;
  font-weight: normal;
  margin-top: 1.66666667rem;
  font-weight: bold;
}
.optician-admin .main-wrapper #tab-import .upload-message {
  padding: 20px;
  background-color: white;
  border-radius: 4px;
}
.optician-admin .main-wrapper #tab-import.upload-error .upload-message {
  background-color: #fb6868;
  color: white;
}
.optician-admin .main-wrapper .search-input-container {
  position: relative;
  height: auto;
  max-width: 25rem;
  width: 100%;
  padding: 0 0 1.66666667rem 0;
}
.optician-admin .main-wrapper .search-input-container #search-text-field {
  height: 2.5rem;
  padding-left: 0.88888889rem;
  padding-right: 3.11111111rem;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  width: 100%;
  border: none;
}
@media (min-width: 992px) {
  .optician-admin .main-wrapper .search-input-container #search-text-field {
    height: 3.05555556rem;
    padding-right: 2.66666667rem;
  }
}
.optician-admin .main-wrapper .search-input-container #search-button {
  background: url('../../Static/img/Icons/search-grey.svg') no-repeat;
  background-position: center;
  padding: 1.22222222rem;
  position: absolute;
  right: 0.44444444rem;
  top: 0.05555556rem;
}
@media (min-width: 992px) {
  .optician-admin .main-wrapper .search-input-container #search-button {
    top: 0.38888889rem;
  }
}
.optician-admin .main-wrapper .optician-count-label {
  font-weight: bold;
  margin-bottom: 1.38888889rem;
}
.optician-admin .main-wrapper .table-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  width: calc(100% - 8.777777777777779rem);
  cursor: move;
}
.optician-admin .main-wrapper table {
  width: 100%;
}
.optician-admin .main-wrapper table th {
  text-align: left;
  height: 1.83333333rem !important;
  white-space: nowrap;
  padding: 0.22222222rem 0.55555556rem;
  border: 1px solid #efefef;
}
.optician-admin .main-wrapper table td {
  padding: 0 0.55555556rem;
  border: 1px solid #efefef;
  height: 2.77777778rem;
}
.optician-admin .main-wrapper table td span {
  white-space: nowrap;
  line-height: 2.77777778rem;
}
.optician-admin .main-wrapper table tr {
  background-color: #efefef;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.optician-admin .main-wrapper table tr td,
.optician-admin .main-wrapper table tr th {
  background-color: #efefef;
}
.optician-admin .main-wrapper table tr:nth-child(2n) {
  background-color: #fcfcfc;
}
.optician-admin .main-wrapper table tr:nth-child(2n) td,
.optician-admin .main-wrapper table tr:nth-child(2n) th {
  background-color: #fcfcfc;
}
.optician-admin .main-wrapper table .button-col {
  position: absolute;
  top: auto;
  right: calc(1.6666666666666667rem + 79px);
  height: 2.83333333rem;
  text-align: center;
  padding: 0.22222222rem 0.44444444rem;
  border-left-width: 2px;
  margin-right: 10px;
  z-index: 10;
}
.optician-admin .main-wrapper table .button-col button {
  text-align: center;
  padding: 0.22222222rem 0;
  width: 3.5rem;
}
.optician-admin .main-wrapper table .button-col:last-child {
  right: 1.66666667rem;
  border-left-width: 1px;
}
.optician-admin .main-wrapper .no-opticians-label {
  margin-top: 1.11111111rem;
}
.optician-admin .main-wrapper .button,
.optician-admin .main-wrapper button {
  background-color: #50c467;
  padding: 0.22222222rem;
}
.optician-admin .main-wrapper .button:hover,
.optician-admin .main-wrapper button:hover {
  background-color: #73d085;
}
.optician-admin .main-wrapper .button#delete-and-upload-btn,
.optician-admin .main-wrapper button#delete-and-upload-btn,
.optician-admin .main-wrapper .button.delete-row,
.optician-admin .main-wrapper button.delete-row {
  background-color: #fb6868;
}
.optician-admin .main-wrapper .button#delete-and-upload-btn:hover,
.optician-admin .main-wrapper button#delete-and-upload-btn:hover,
.optician-admin .main-wrapper .button.delete-row:hover,
.optician-admin .main-wrapper button.delete-row:hover {
  background-color: #fc8686;
}
.optician-admin .main-wrapper .button#validate-btn,
.optician-admin .main-wrapper button#validate-btn,
.optician-admin .main-wrapper .button.edit-row,
.optician-admin .main-wrapper button.edit-row,
.optician-admin .main-wrapper .button.cancel-edit-row,
.optician-admin .main-wrapper button.cancel-edit-row {
  background-color: #6a7889;
}
.optician-admin .main-wrapper .button#validate-btn:hover,
.optician-admin .main-wrapper button#validate-btn:hover,
.optician-admin .main-wrapper .button.edit-row:hover,
.optician-admin .main-wrapper button.edit-row:hover,
.optician-admin .main-wrapper .button.cancel-edit-row:hover,
.optician-admin .main-wrapper button.cancel-edit-row:hover {
  background-color: #8893a1;
}
.optician-admin .main-wrapper .button#add-row,
.optician-admin .main-wrapper button#add-row {
  margin-top: 1.66666667rem;
  background-color: #50c467;
}
.optician-admin .main-wrapper .button#add-row:hover,
.optician-admin .main-wrapper button#add-row:hover {
  background-color: #73d085;
}
.optician-admin .main-wrapper .button#upload-btn,
.optician-admin .main-wrapper button#upload-btn {
  background-color: #50c467;
}
.optician-admin .main-wrapper .button#upload-btn:hover,
.optician-admin .main-wrapper button#upload-btn:hover {
  background-color: #73d085;
}
.optician-admin .main-wrapper .button.save-row,
.optician-admin .main-wrapper button.save-row {
  background-color: #50c467;
}
.optician-admin .main-wrapper .button.save-row:hover,
.optician-admin .main-wrapper button.save-row:hover {
  background-color: #73d085;
}
.optician-admin .main-wrapper .button:disabled,
.optician-admin .main-wrapper button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.optician-admin .main-wrapper .button,
.optician-admin .main-wrapper button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top: 6px;
  margin-bottom: 4px;
  color: white;
  font-size: 1rem;
  border: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.optician-admin .main-wrapper .button:active,
.optician-admin .main-wrapper button:active {
  -webkit-transition: none;
  transition: none;
}
.optician-admin .main-wrapper .button:focus,
.optician-admin .main-wrapper button:focus {
  outline: 0;
  text-decoration: none;
}
.optician-admin .main-wrapper .button:hover,
.optician-admin .main-wrapper button:hover,
.optician-admin .main-wrapper .button:active,
.optician-admin .main-wrapper button:active {
  text-decoration: none;
}
.optician-admin .main-wrapper .button:active,
.optician-admin .main-wrapper button:active {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}
.product-registration-page {
  /*Custom Radiobuttons*/
  /*media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: black;
    }

    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: black;
    }
}*/
  /* Accessibility */
  /*buttons*/
  /*inputs*/
}
.product-registration-page .checkbox-label {
  margin-bottom: 20px;
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #0D0D0D;
  font-weight: 500;
  font-size: 0.77777778rem;
  transition: All 0.15s ease-in;
  -webkit-transition: All 0.15s ease-in;
  -moz-transition: All 0.15s ease-in;
  -o-transition: All 0.15s ease-in;
}
.product-registration-page .checkbox-label span {
  text-transform: none;
}
.product-registration-page .checkbox-label span:before {
  display: block;
  border: 1px solid #c8c8c8;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.11111111rem;
  height: 1.11111111rem;
}
.product-registration-page .checkbox-label span:after {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxMyAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDM8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iVUlFbGVtZW50cy9Gb3JtcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ni4wMDAwMDAsIC04NjEuMDAwMDAwKSI+ICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgc3Ryb2tlPSIjRjVGNUY1IiBwb2ludHM9IjU4NiA4NjcuMzE4MzU5IDU5MC4yNTc4MTIgODcxLjMyNjE3MiA1OTcuNzkxMDE2IDg2MSI+PC9wb2x5bGluZT4gICAgPC9nPjwvc3ZnPg==) 50% no-repeat;
  -webkit-transform: scale(0) translate(0.025em, 0.015em);
          transform: scale(0) translate(0.025em, 0.015em);
  display: inline-block;
  z-index: 1;
  opacity: 0;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.11111111rem;
  height: 1.11111111rem;
}
.product-registration-page .checkbox-label input {
  opacity: 0;
  margin: 0 .65em 0 0;
  position: absolute;
  top: 3.2px;
  left: 0;
  vertical-align: bottom;
}
.product-registration-page .checkbox-label input:checked + span {
  color: #000;
}
.product-registration-page .checkbox-label input:checked + span:before {
  background-color: #0D0D0D;
  border-color: #0D0D0D;
}
.product-registration-page .checkbox-label input:checked + span:after {
  -webkit-transform: scale(1) translate(0.025em, 0.015em);
          transform: scale(1) translate(0.025em, 0.015em);
  opacity: 1;
}
.product-registration-page .gdpr-info label {
  color: #4c4c4c;
}
.product-registration-page .email-wrapper {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  opacity: 1;
  overflow: hidden;
}
.product-registration-page .email-wrapper.animate-hide {
  opacity: 0;
}
.product-registration-page .share-block {
  background: #fcfcfc;
  padding-left: 50px;
  padding-right: 50px;
}
.product-registration-page .share-block h2 {
  letter-spacing: 1.5px;
  margin: 0 auto 1rem;
}
.product-registration-page .share-block .row {
  max-width: 620px;
  margin: 0 auto;
}
.product-registration-page .share-block .share-links a {
  display: inline-block;
  margin-right: 10px;
}
.product-registration-page .share-block .share-links a:last-child {
  margin-right: 0;
}
.product-registration-page .share-block .share-links a:hover {
  text-decoration: none;
}
.product-registration-page .share-block .hs-form label.text-uppercase {
  font-size: 0.66666667rem;
}
.product-registration-page .share-block .hs-form .error {
  color: #008bab;
}
.product-registration-page .share-block .feedback {
  min-height: 100px;
  position: relative;
}
.product-registration-page .share-block .share-title {
  font-size: 0.77777778rem;
  letter-spacing: 1.5px;
  line-height: 1;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.product-registration-page .share-block .hs-button span {
  padding-right: 1rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url('../../Static/SeikoVision/img/Icons/Arrow_Buttons.svg');
}
.product-registration-page .share-block .hs-button:hover span {
  color: #000;
  opacity: .15;
}
.product-registration-page .hs-form textarea {
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  padding: 5px;
}
.product-registration-page .hs-form textarea:focus {
  border: 1px solid #008bab;
}
.product-registration-page p.success,
.product-registration-page p.error {
  padding: 15px;
  border: 2px solid #008bab;
  color: #008bab;
  text-transform: uppercase;
  margin: 1rem;
}
.product-registration-page .register-newsletter-block {
  max-width: 620px;
  margin: 0 auto;
  background: #0D0D0D;
  padding-left: 50px;
  padding-right: 50px;
}
.product-registration-page .register-newsletter-block h2 {
  color: #fcfcfc !important;
  margin: 0 auto 2rem;
}
.product-registration-page #product-newletter-form input {
  color: #fcfcfc;
}
.product-registration-page #product-newletter-form .actions {
  text-align: right;
}
.product-registration-page #product-newletter-form .hs-button.primary {
  background: #008bab;
  color: #0D0D0D;
}
.product-registration-page #registration-form {
  background: #fcfcfc;
  padding-bottom: 2rem;
  display: none;
}
.product-registration-page #registration-form .mb-3 {
  margin-bottom: 3rem;
}
.product-registration-page #registrationcompleted {
  background-color: #0D0D0D;
  display: none;
}
.product-registration-page #registrationcompleted .icon-grid-block,
.product-registration-page #registrationcompleted .divider-block.theme-background {
  background-color: #fcfcfc;
  text-align: center;
}
.product-registration-page #registrationcompleted .icon-grid-block .divider:after,
.product-registration-page #registrationcompleted .divider-block.theme-background .divider:after {
  display: none !important;
}
.product-registration-page #registrationcompleted .divider-block.theme-background {
  padding-bottom: 1rem;
}
.product-registration-page #registrationcompleted .icon-row-block .col.row {
  float: none;
  margin: 0 auto 1rem;
}
.product-registration-page #registrationcompleted .icon-row-block .col.row img {
  height: 5rem !important;
  float: none !important;
  margin: 0;
}
.product-registration-page #registrationcompleted .icon-row-block .col.row ul {
  margin: 0;
  padding: 0;
}
.product-registration-page #registrationcompleted .icon-row-block .col.row li {
  list-style-position: inside;
  line-height: 1.2;
}
.product-registration-page #registrationcompleted .icon-row-block .col.row p {
  line-height: 1.2;
}
.product-registration-page .lucky-draw-block {
  padding-bottom: 1.5rem;
  margin-top: 0 !important;
}
@media (min-width: 480px) {
  .product-registration-page .lucky-draw-block {
    padding-bottom: 2.22222222rem;
  }
}
@media (min-width: 992px) {
  .product-registration-page .lucky-draw-block {
    padding-bottom: 2.66666667rem;
  }
}
.product-registration-page .lucky-draw-block .inner-wrapper {
  max-width: 34.44444444rem;
  width: 100%;
  margin: auto;
}
.product-registration-page .lucky-draw-block .inner-wrapper h2 {
  margin-bottom: 1.11111111rem;
}
.product-registration-page .lucky-draw-block .inner-wrapper .hs-button {
  display: block;
  margin: auto;
}
.product-registration-page .lucky-draw-block #lucky-draw-form .loading {
  margin-top: 2.5rem;
}
.product-registration-page .lucky-draw-block #lucky-draw-form .result {
  display: none;
  text-align: center;
  margin-top: 2.5rem;
}
.product-registration-page .lucky-draw-block #lucky-draw-form.sending .form-fields-container,
.product-registration-page .lucky-draw-block #lucky-draw-form.sent .form-fields-container {
  display: none;
}
.product-registration-page .lucky-draw-block #lucky-draw-form.sending .result,
.product-registration-page .lucky-draw-block #lucky-draw-form.sent .result {
  display: block;
}
.product-registration-page .lucky-draw-block #lucky-draw-form .email:disabled {
  opacity: 0.6;
}
.product-registration-page .lucky-draw-block #lucky-draw-form.sending .result {
  display: none;
}
.product-registration-page .lucky-draw-block #lucky-draw-form .form-wrapper label:not(.checkbox-label),
.product-registration-page .lucky-draw-block #lucky-draw-form .form-wrapper input {
  padding-left: 0;
}
.product-registration-page .lucky-draw-block #lucky-draw-form .form-wrapper label.error {
  display: block;
  font-weight: 500;
  color: #008bab;
  font-size: 0.66666667rem;
}
.product-registration-page .product-information {
  overflow: hidden;
}
.product-registration-page .product-information dt {
  float: left;
  width: 20%;
  text-align: left;
  padding: .25em;
  clear: left;
  color: #008bab;
  font-weight: 500;
}
@media (max-width: 991px) {
  .product-registration-page .product-information dt {
    float: none;
    width: 100%;
  }
}
.product-registration-page .product-information dd {
  float: left;
  width: 80%;
  padding: .25em 0;
  font-weight: 500;
}
@media (max-width: 991px) {
  .product-registration-page .product-information dd {
    float: none;
    width: 100%;
    overflow-x: auto;
    padding: .25em;
  }
}
.product-registration-page .product-information dl:after {
  content: "";
  display: table;
  clear: both;
}
.product-registration-page .product-information table td,
.product-registration-page .product-information table th {
  padding: .25rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .product-registration-page .product-information table td,
  .product-registration-page .product-information table th {
    font-size: 0.88888889rem;
    white-space: pre;
  }
}
.product-registration-page .product-information a {
  color: #008bab;
  text-decoration: underline;
}
.product-registration-page #img-details {
  display: none;
}
@media (min-width: 992px) {
  .product-registration-page #img-details {
    display: block;
  }
}
.product-registration-page #img-details img {
  display: none;
  margin: auto;
  max-width: 100%;
}
.product-registration-page #img-details img.active {
  display: block;
}
.product-registration-page .wizard .q-row [type="radio"] {
  display: none;
}
.product-registration-page .wizard .q-row [type="radio"]:checked + span {
  color: #000;
}
.product-registration-page .wizard .q-row label strong {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  font-weight: normal;
  line-height: 28px;
  vertical-align: text-bottom;
}
.product-registration-page .wizard .q-row [type="radio"] + span {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  border: 1px solid #999999;
  border-radius: 50%;
}
.product-registration-page .wizard .q-row [type="radio"]:checked + span {
  background: #000;
  border: 1px solid #000;
}
.product-registration-page .wizard .q-row [type="radio"]:checked + span + strong {
  color: #000;
}
.product-registration-page .wizard .q-row [type="radio"] + span,
.product-registration-page .wizard .q-row [type="radio"]:checked + span:after,
.product-registration-page .wizard .q-row [type="radio"]:not(:checked) + span:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-registration-page .wizard .q-row [type="radio"] + span:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fcfcfc;
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #000;
}
.product-registration-page .wizard .q-row [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-registration-page .wizard .q-row [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-registration-page .questions textarea {
  max-width: 27.77777778rem;
}
.product-registration-page .br-wrapper {
  position: relative;
}
.product-registration-page .br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
  margin-top: 1rem;
}
.product-registration-page .br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 35px;
  width: 35px;
  float: left;
  font-size: 48px;
  margin-right: 5px;
}
.product-registration-page .br-theme-css-stars .br-widget a:after {
  content: "\2606";
  color: #008bab;
}
.product-registration-page .br-theme-css-stars .br-widget a.br-active:after {
  color: #008bab;
  content: "\2605";
}
.product-registration-page .br-theme-css-stars .br-widget a.br-selected:after {
  color: #008bab;
  content: "\2605";
}
.product-registration-page .br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.product-registration-page .br-theme-css-stars .br-readonly a {
  cursor: default;
}
.product-registration-page .start-rating-header {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: .25rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #008bab;
}
.product-registration-page .datepicker table {
  min-width: 300px;
}
.product-registration-page .datepicker table td {
  cursor: pointer;
  text-align: center;
}
.product-registration-page .datepicker table th {
  text-align: center;
}
.product-registration-page .wizard-title {
  font-size: 1.94444444rem;
  text-transform: uppercase;
}
.product-registration-page .wizard-subtitle {
  font-size: 1rem;
  line-height: 1.33333333rem;
}
.product-registration-page .wizard,
.product-registration-page .tabcontrol {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #fcfcfc;
}
.product-registration-page .wizard a,
.product-registration-page .tabcontrol a {
  outline: 0;
}
.product-registration-page .wizard ul,
.product-registration-page .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.product-registration-page .wizard ul > li,
.product-registration-page .tabcontrol ul > li {
  display: block;
  padding: 0;
}
.product-registration-page .wizard > .steps .current-info,
.product-registration-page .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.product-registration-page .wizard > .content > .title,
.product-registration-page .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.product-registration-page .wizard > .steps {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0px;
  margin-left: -36px;
  overflow: hidden;
  width: 72px;
  /*CSS counters to number the steps*/
  counter-reset: step;
  text-align: center;
}
.product-registration-page .wizard > .steps li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  width: 24px;
  float: left;
  position: relative;
  letter-spacing: 1px;
  border-top: 3px solid transparent;
}
.product-registration-page .wizard > .steps > ul > li.current {
  border-top: 3px solid #008bab;
  color: #008bab;
}
.product-registration-page .wizard > .steps > ul > li.current a,
.product-registration-page .wizard > .steps > ul > li.current span {
  color: #008bab !important;
}
.product-registration-page .wizard > .content {
  background: #fcfcfc;
  display: block;
  margin: 0.5em;
  /*min-height: 50rem;*/
  overflow: hidden;
  position: relative;
  width: auto;
}
.product-registration-page .wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  /*height: 95%;*/
  padding: 2.5% 0;
}
.product-registration-page .wizard .content > .body {
  width: 100%;
  height: auto;
  position: absolute;
}
.product-registration-page .wizard .content .body.current {
  position: relative;
}
.product-registration-page .wizard > .content > .body ul {
  list-style: disc !important;
}
.product-registration-page .wizard > .content > .body ul > li {
  display: list-item;
}
.product-registration-page .wizard > .actions {
  position: relative;
  display: block;
  color: #fcfcfc;
  width: 100%;
  bottom: 60px;
  background-color: #fcfcfc;
}
.product-registration-page .wizard > .actions > ul {
  display: table;
  width: 100%;
}
.product-registration-page .wizard > .actions > ul > li {
  margin: 0 0.5em;
  float: right;
}
.product-registration-page .wizard > .actions > ul > li:first-child {
  float: left;
}
.product-registration-page .wizard > .actions a,
.product-registration-page .wizard > .actions a:hover,
.product-registration-page .wizard > .actions a:active {
  text-decoration: none;
}
.product-registration-page .wizard > .actions a:hover {
  opacity: .85;
}
.product-registration-page .wizard > .actions .disabled a,
.product-registration-page .wizard > .actions .disabled a:hover,
.product-registration-page .wizard > .actions .disabled a:active {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  /*background: #eee;
                color: #aaa;*/
}
.product-registration-page .wizard > .actions li a {
  min-width: 150px;
  background-color: #008bab;
  color: #0D0D0D;
  border: 2px solid #008bab;
  cursor: pointer;
  padding: 10px 25px;
  margin: 1rem 0 0 0;
  text-transform: uppercase;
  font-size: 0.66666667rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 1.5px;
}
.product-registration-page .wizard > .actions li a span {
  padding-right: 1rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url('../../Static/SeikoVision/img/Icons/Arrow_Buttons.svg');
}
.product-registration-page .wizard > .actions li:first-child a {
  background-color: transparent;
  border: 2px solid #008bab;
  color: #0D0D0D;
}
.product-registration-page .wizard > .actions li:first-child a span {
  padding-left: 1rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url('../../Static/SeikoVision/img/Icons/Arrow_Back.svg');
}
.product-registration-page .wizard > .actions [type=button]:focus {
  outline: none;
}
.product-registration-page .form-wrapper input[type=email],
.product-registration-page .form-wrapper input[type=date],
.product-registration-page .form-wrapper input[type=text],
.product-registration-page .form-wrapper textarea {
  padding: .25rem 1rem 0 38px;
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0D0D0D;
  font-size: 1rem;
  background-color: transparent !important;
  background-position: 4px 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: All 0.15s ease-in;
  -webkit-transition: All 0.15s ease-in;
  -moz-transition: All 0.15s ease-in;
  -o-transition: All 0.15s ease-in;
  position: relative;
}
.product-registration-page .form-wrapper p {
  position: relative;
}
.product-registration-page .form-wrapper input + .icon {
  background-color: transparent !important;
  background-position: 4px 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 28px;
  width: 28px;
  display: block;
  position: absolute;
  bottom: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.product-registration-page .form-wrapper input:focus + .icon,
.product-registration-page .form-wrapper input.fullfilled + .icon {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
.product-registration-page .form-wrapper input:focus,
.product-registration-page .form-wrapper input.fullfilled,
.product-registration-page .form-wrapper #registrationcode,
.product-registration-page .form-wrapper #registrationcode:focus,
.product-registration-page .form-wrapper #registrationcode.fullfilled {
  outline: none;
}
.product-registration-page .form-wrapper #registrationcode + .icon {
  background-image: url(../../Static/SeikoVision/img/ProductRegistration/user.svg);
}
.product-registration-page .form-wrapper .email,
.product-registration-page .form-wrapper .email:focus,
.product-registration-page .form-wrapper .email.fullfilled {
  outline: none;
}
.product-registration-page .form-wrapper .email + .icon {
  background-image: url(../../Static/SeikoVision/img/ProductRegistration/email.svg);
}
.product-registration-page .form-wrapper .description {
  display: block;
  font-weight: 500;
  font-size: 0.77777778rem;
  margin-top: 30px;
  padding-left: 2rem;
  color: #008bab;
}
.product-registration-page .form-wrapper .description + label {
  margin-top: 10px !important;
}
.product-registration-page .form-wrapper #dateoforder,
.product-registration-page .form-wrapper #dateoforder:focus,
.product-registration-page .form-wrapper #dateoforder.fullfilled {
  outline: none;
}
.product-registration-page .form-wrapper #dateoforder + .icon {
  background-image: url(../../Static/SeikoVision/img/ProductRegistration/calendar.svg);
}
.product-registration-page .form-wrapper #identificationcode,
.product-registration-page .form-wrapper #identificationcode:focus,
.product-registration-page .form-wrapper #identificationcode.fullfilled {
  outline: none;
}
.product-registration-page .form-wrapper #identificationcode + .icon {
  background-image: url(../../Static/SeikoVision/img/ProductRegistration/id-code.svg);
}
.product-registration-page .form-wrapper input[type=email].fullfilled,
.product-registration-page .form-wrapper input[type=email].valid,
.product-registration-page .form-wrapper input[type=text].fullfilled,
.product-registration-page .form-wrapper input[type=text].valid {
  border-bottom: 1px solid #000;
}
.product-registration-page .form-wrapper label:not(.error) {
  display: inline-block;
  font-weight: 500;
  font-size: 0.77777778rem;
  margin-top: 1rem;
  padding-left: 2rem;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: All 0.15s ease-in;
  transition: All 0.15s ease-in;
}
.product-registration-page .wizard label.error {
  display: block;
  font-weight: 500;
  color: #008bab;
  font-size: 0.66666667rem;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .product-registration-page .wizard label.error {
    display: block;
  }
}
.product-registration-page .wizard .s-row label.error,
.product-registration-page .wizard .q-row label.error {
  display: block;
  font-weight: 500;
  color: red;
  position: absolute;
  top: -3rem;
  left: 0;
  padding-left: 0;
}
@media (max-width: 992px) {
  .product-registration-page .wizard .s-row label.error,
  .product-registration-page .wizard .q-row label.error {
    position: static;
  }
}
.product-registration-page .wizard .s-row label.error {
  top: -1.5rem;
}
.product-registration-page .form-wrapper label.fullfilled {
  color: #000;
}
.product-registration-page .wizard .form-wrapper {
  min-height: 24rem;
}
@media (min-width: 992px) {
  .product-registration-page .wizard .form-wrapper {
    padding-left: 4rem;
  }
}
.product-registration-page .wizard .result {
  min-height: 24rem;
  position: relative;
}
.product-registration-page .form-wrapper input[type=date]:focus,
.product-registration-page .form-wrapper input[type=text]:focus,
.product-registration-page .form-wrapper textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000;
  outline-width: 0;
  transition: All 0.15s ease-in;
  -webkit-transition: All 0.15s ease-in;
  -moz-transition: All 0.15s ease-in;
  -o-transition: All 0.15s ease-in;
}
.product-registration-page .wizard .q-row {
  text-align: left;
  border-bottom: 2px solid #008bab;
  position: relative;
}
.product-registration-page .wizard .q-row strong {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: .25rem;
  text-transform: uppercase;
  font-weight: 500;
}
.product-registration-page .wizard .q-row label {
  display: inline-block;
  font-weight: normal;
  font-size: 0.77777778rem;
  margin-top: 1rem;
  padding-left: 2rem;
  color: #999999;
  cursor: pointer;
}
.product-registration-page .wizard .q-row label strong {
  padding: 0 .45rem 0 .25rem;
  font-size: .875rem;
}
.product-registration-page .wizard .q-row label {
  color: #999999;
  margin-top: 0rem;
  padding-left: 0rem;
  position: relative;
}
.product-registration-page #productdescription {
  display: none;
}
.product-registration-page .popup {
  background: #0D0D0D;
  color: #fcfcfc;
  position: absolute;
  left: 50%;
  width: 450px;
  margin-left: -225px;
  -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 45px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*transition: All 0.15s ease-in;
    -webkit-transition: All 0.15s ease-in;
    -moz-transition: All 0.15s ease-in;
    -o-transition: All 0.15s ease-in;*/
}
@media (max-width: 991px) {
  .product-registration-page .popup {
    width: 300px;
    margin-left: -150px;
  }
}
.product-registration-page .popup .popup-title {
  background: #008bab;
  color: #0D0D0D;
  padding: .45rem 1rem;
  font-weight: 500;
  font-size: 1.33333333rem;
  line-height: 1.55555556rem;
}
.product-registration-page .popup .popup-title .close-btn {
  display: block;
  font-size: 2.66666667rem;
  line-height: 1.33333333rem;
  float: right;
  color: #0D0D0D;
  text-decoration: none;
  font-weight: normal;
  z-index: 9999;
}
.product-registration-page .popup .popup-content {
  padding: 1rem;
  min-height: 3rem;
}
.product-registration-page .loading {
  position: relative;
}
.product-registration-page .loading:focus {
  outline: none;
}
.product-registration-page .sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.product-registration-page .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #008bab;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.product-registration-page .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.product-registration-page .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.product-registration-page .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.product-registration-page .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.product-registration-page .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.product-registration-page .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.product-registration-page .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.product-registration-page .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.product-registration-page .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@media print {
  .product-registration-page .product-information {
    /*width: 100%;*/
  }
  .product-registration-page .product-information dd {
    float: left;
    width: 60%;
    overflow-x: hidden;
    padding: .25em 0;
  }
  .product-registration-page .product-information dt {
    float: left;
    width: 30%;
  }
  .product-registration-page .steps ul {
    display: none;
  }
  .product-registration-page #steps .actions {
    display: none;
  }
  .product-registration-page body {
    padding-top: 0;
  }
  .product-registration-page .navbar {
    display: none;
  }
  .product-registration-page #site-selector {
    display: none;
  }
  .product-registration-page .footer-wrapper {
    display: none;
  }
}
/*------------------------------------------------*\
    Login Page
\*------------------------------------------------*/
@media (min-width: 1200px) {
  .login-register-page article .container {
    /*.setContainerWidth();*/
  }
}
.login-register-page .login-container {
  position: relative;
  background-color: #1f1f1f;
  min-height: calc(100vh - 82px);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .login-register-page .login-container {
    padding: 3.88888889rem;
  }
}
.login-register-page .login-container .logo-container {
  display: none;
  background-color: #efefef;
}
.login-register-page .login-container.page-editing .login-block {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 3.88888889rem !important;
}
.login-register-page .login-block {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .login-register-page .login-block .container {
    padding-left: 0;
    padding-right: 0;
  }
  .login-register-page .login-block .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .login-register-page .login-block .container .row > div {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-height: 800px) {
  .login-register-page .login-block {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.login-register-page .login-block__inner {
  background-color: #fcfcfc;
}
@media (min-width: 992px) {
  .login-register-page .login-block__inner {
    display: table;
    width: 100%;
    height: 31.11111111rem;
  }
}
.login-register-page .login-block__col {
  padding: 3.33333333rem 20px;
  width: 100%;
}
@media (min-width: 480px) {
  .login-register-page .login-block__col {
    padding-left: 3.88888889rem;
    padding-right: 3.88888889rem;
  }
}
@media (min-width: 992px) {
  .login-register-page .login-block__col {
    padding: 3.88888889rem;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
  }
}
.login-register-page .login-block__col .col {
  /*&__form {
                    @media (min-width: @screen-md) {
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: 0 rem(@login-side-padding) rem(@login-bottom-padding);

                        @media (max-width: @screen-md-max) {
                            margin-bottom: rem(@login-bottom-padding * .75);
                        }
                    }
                }*/
}
.login-register-page .login-block__col .col__heading,
.login-register-page .login-block__col .col__body {
  text-align: center;
}
.login-register-page .login-block__col .col__heading {
  margin-bottom: 1.77777778rem;
  padding-bottom: 0;
  font-family: 'Drescher Grotesk', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c2c37;
}
.login-register-page .login-block__col .col__heading:before {
  display: none;
}
.login-register-page .login-block__col .col__description {
  margin-bottom: 1.66666667rem;
  text-align: center;
}
.login-register-page .login-block__col .col__body {
  margin-bottom: 3.11111111rem;
  font-size: 0.94444444rem;
  line-height: 1.33333333rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-register-page .login-block__col .col__body {
    font-size: 0.83333333rem;
    line-height: 1.16666667rem;
  }
}
.login-register-page .login-block__col--login {
  background-size: cover;
}
.login-register-page .login-block__col--login-episerver {
  background: url('../../Static/img/epi-login-background.jpg') no-repeat #2c2c37;
  background-size: cover;
}
.login-register-page .login-block__col--login-episerver .col__heading {
  color: #fcfcfc;
}
.login-register-page .login-block__col--login-episerver .hs-form-field input {
  background-color: #2c2c37;
  padding: 0.44444444rem;
}
.login-register-page .login-block__col--login.no-background {
  background: none;
}
.login-register-page .login-block__col--logo {
  display: none;
}
@media (min-width: 992px) {
  .login-register-page .login-block__col--logo {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .login-register-page .login-block__col--logo {
    padding: 6.66666667rem;
  }
}
.login-register-page .login-block__col--logo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.login-register-page .login-block .hide-logo-col {
  float: none;
  margin: auto;
}
.login-register-page .login-block .hide-logo-col .login-block__col--login {
  width: 100%;
}
.login-register-page .login-block__or {
  position: relative;
}
.login-register-page .login-block__or-circle {
  display: inline-block;
  width: 3.55555556rem;
  height: 3.55555556rem;
  padding: 1.2rem 0;
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  top: -1.77777778rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login-register-page .login-block__or-circle i {
  position: relative;
  left: -0.025em;
  font-family: 'Drescher Grotesk', Arial, sans-serif;
  font-size: 1.22222222rem;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
}
.login-register-page .login-block__or--mobile {
  display: block;
}
@media (min-width: 992px) {
  .login-register-page .login-block__or--mobile {
    display: none;
  }
}
.login-register-page .login-block__or--desktop {
  display: none;
}
@media (min-width: 992px) {
  .login-register-page .login-block__or--desktop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    text-align: center;
  }
  .login-register-page .login-block__or--desktop .login-block__or-circle {
    position: static;
    width: 4.44444444rem;
    height: 4.44444444rem;
    margin-top: 1.77777778rem;
    padding: 1.5rem 0;
  }
  .login-register-page .login-block__or--desktop .login-block__or-circle i {
    font-size: 1.5rem;
  }
}
.login-register-page .login-block .hbspt-form form {
  margin: 0;
}
.login-register-page .login-block .hbspt-form form .hs_submit {
  margin-top: 0;
}
.login-register-page .login-block .hbspt-form form label {
  text-transform: uppercase;
}
.login-register-page .login-block .hbspt-form form label .hs-form-required {
  display: none;
}
.login-register-page .login-block .hbspt-form form .actions {
  text-align: center;
}
@media (max-width: 479px) {
  .login-register-page .login-block .hbspt-form form input[type="submit"] {
    width: 100%;
  }
}
.login-register-page .login-block .login-block__col--login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fcfcfc inset;
  -webkit-text-fill-color: #0D0D0D !important;
}
.login-register-page .login-block .login-block__col--login-episerver input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0D0D0D inset;
  -webkit-text-fill-color: #fcfcfc !important;
}
.login-register-page .login-block .login-block__col--logo input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #efefef inset;
  -webkit-text-fill-color: black !important;
}
.login-register-page .login-block .col__description,
.login-register-page .login-block #login-form {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.login-register-page .login-block #request-reset-form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  padding: 3.33333333rem 1.11111111rem 5rem;
}
@media (min-width: 480px) {
  .login-register-page .login-block #request-reset-form {
    padding-left: 3.88888889rem;
    padding-right: 3.88888889rem;
  }
}
.login-register-page .login-block #request-reset-form .message {
  display: block;
  text-align: center;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.login-register-page .login-block #request-reset-form.success fieldset,
.login-register-page .login-block #request-reset-form.success .hs_submit {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.login-register-page .login-block #request-reset-form.success .message {
  opacity: 1;
  visibility: visible;
  max-height: 60px;
}
.login-register-page .login-block.forgot-password .col__description {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.login-register-page .login-block.forgot-password #login-form {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.login-register-page .login-block.forgot-password #request-reset-form {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: calc(0.25s + 0.3s);
          transition-delay: calc(0.25s + 0.3s);
}
.login-register-page .login-block .validationText,
.login-register-page .login-block .successMessage {
  display: block;
  text-align: center;
  font-size: 0.83333333rem;
  line-height: 1.22222222rem;
}
.login-register-page .login-block .validationText {
  color: #fb6868;
}
.login-register-page .login-block .successMessage {
  color: #008bab;
  font-weight: bold;
}
.login-register-page .login-block .back-to-login-link-wrapper,
.login-register-page .login-block .forgot-password-link-wrapper {
  display: block;
  text-align: center;
  margin-top: 1.66666667rem;
}
.reset-password-page .login-container {
  background-color: #1f1f1f;
}
.reset-password-page .block {
  padding-bottom: 4.88888889rem;
}
@media (min-width: 480px) {
  .reset-password-page .block {
    padding-bottom: 5.77777778rem;
  }
}
@media (min-width: 992px) {
  .reset-password-page .block {
    padding-bottom: 6.66666667rem;
  }
}
.reset-password-page .login-block__col {
  padding: 3.33333333rem 1.11111111rem 3.33333333rem;
}
@media (min-width: 480px) {
  .reset-password-page .login-block__col {
    padding-left: 3.88888889rem;
    padding-right: 3.88888889rem;
  }
}
@media (min-width: 992px) {
  .reset-password-page .login-block__col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
  }
}
.reset-password-page .login-block label {
  text-transform: uppercase;
}
.reset-password-page .login-block label .hs-form-required {
  display: none;
}
.reset-password-page .login-block .block-title {
  margin-bottom: 1.66666667rem;
  text-align: center;
}
.reset-password-page .login-block .validationText,
.reset-password-page .login-block .successMessage {
  display: block;
  text-align: center;
  font-size: 0.83333333rem;
  line-height: 1.22222222rem;
}
.reset-password-page .login-block .validationText {
  color: #fb6868;
}
.reset-password-page .login-block #new-password-form .message {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  display: block;
  text-align: center;
}
.reset-password-page .login-block #new-password-form .hs_submit {
  text-align: center;
}
.reset-password-page .login-block #new-password-form.success fieldset,
.reset-password-page .login-block #new-password-form.success .hs_submit {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.reset-password-page .login-block #new-password-form.success .message {
  opacity: 1;
  visibility: visible;
  max-height: 60px;
}
/** Temp fix to remove register **/
.login-block .inner-wrapper .login-blocks-wrapper {
  float: none;
  margin: auto;
}
/*******/
.episerver-login body {
  padding-top: 0 !important;
}
.episerver-login .login-container {
  min-height: 100vh;
}
.episerver-login .inner-wrapper > div {
  float: none;
  margin: auto;
}
html:not(.touch) .internallink a:hover .square,
html:not(.touch) .externallink a:hover .square {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html:not(.touch) .internallink a:hover .square-internal,
html:not(.touch) .externallink a:hover .square-internal,
html:not(.touch) .internallink a:hover .square-external,
html:not(.touch) .externallink a:hover .square-external {
  background-color: #194163 !important;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
html:not(.touch) .internallink a:hover span,
html:not(.touch) .externallink a:hover span {
  color: #194163;
  -webkit-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}
.calltoaction-links a {
  font-size: 0.66666667rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  color: #0D0D0D;
}
.calltoaction-links a svg {
  vertical-align: middle;
}
.calltoaction-links a span {
  padding-right: 5px;
  vertical-align: middle;
}
.calltoaction-links .internallink,
.calltoaction-links .externallink {
  display: inline-block;
}
.calltoaction-links .internallink img,
.calltoaction-links .externallink img {
  width: auto;
  vertical-align: middle;
}
.calltoaction-links .internallink .square,
.calltoaction-links .externallink .square {
  width: 30px;
  height: 30px;
  border: 1px solid #008bab;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
}
.calltoaction-links .internallink .square-external,
.calltoaction-links .externallink .square-external {
  background: url("../../Static/SeikoVision/img/Icons/Arrow_External.svg") no-repeat center;
}
.calltoaction-links .internallink .square-internal,
.calltoaction-links .externallink .square-internal {
  background: url("../../Static/SeikoVision/img/Icons/Arrow.svg") no-repeat center;
}
.calltoaction-links .internallink span,
.calltoaction-links .externallink span {
  letter-spacing: 1px;
}
.calltoaction-links .internallink a,
.calltoaction-links .externallink a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #008bab;
}
.calltoaction-links .find-optician-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 320px;
  min-width: 150px;
  padding: 15px 25px;
  background: #008bab;
  color: #0D0D0D;
  text-align: center;
  -webkit-transition: background-color 1s, color 1s;
  transition: background-color 1s, color 1s;
}
.touch .calltoaction-links .find-optician-link {
  -webkit-transition: none;
  transition: none;
}
.touch .calltoaction-links .find-optician-link .find-optician-link:after {
  -webkit-transition: none;
  transition: none;
}
.calltoaction-links .find-optician-link span {
  padding-right: 5px;
}
.calltoaction-links .contact-link {
  max-width: 320px;
  min-width: 150px;
  border: 1px solid #008bab;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #008bab;
  display: inline-block;
  padding: 14px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
.calltoaction-links .contact-link:hover {
  border-color: #008bab;
}
.calltoaction-links .find-optician-link:after,
.calltoaction-links .contact-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  z-index: -1;
  display: block;
  width: 0;
  height: 120%;
  background: #194163;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.touch .calltoaction-links .find-optician-link:after,
.touch .calltoaction-links .contact-link:after {
  -webkit-transition: none !important;
  transition: none !important;
}
.calltoaction-links .find-optician-link:hover:after,
.calltoaction-links .contact-link:hover:after {
  width: 20.55555556rem;
  height: 100%;
  left: -10%;
  background: #00a6e4;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.calltoaction-links .find-optician-link:hover span,
.calltoaction-links .contact-link:hover span {
  color: #00a6e4;
}
.calltoaction-links .find-optician-link:hover svg g,
.calltoaction-links .contact-link:hover svg g {
  fill: #00a6e4;
}
/*------------------------------------------------*\
    Notifications
\*------------------------------------------------*/
.notification-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  pointer-events: none;
}
@media (max-width: 992px) {
  .notification-wrapper {
    position: fixed;
    left: 0;
  }
}
@media (min-width: 992px) {
  .notification-wrapper {
    /*left: auto;*/
    bottom: 40px;
  }
}
.notification-wrapper > div {
  pointer-events: none;
}
@media (max-width: 992px) {
  .notification-wrapper > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.sticky-footer-enabled .notification-wrapper {
  bottom: 56px;
}
@media (min-width: 992px) {
  .sticky-footer-enabled .notification-wrapper {
    bottom: 108px;
  }
}
.notification {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  background: #1f1f1f;
  color: #fcfcfc;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  opacity: 0;
  font-size: 0.72222222rem;
  line-height: 0.94444444rem;
}
@media (min-width: 992px) {
  .notification {
    max-width: 13.88888889rem;
    margin-left: auto;
  }
}
.transitions .notification {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.notification.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
  pointer-events: auto;
}
.site-selector-expanded .notification {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.notification.dismissed {
  height: 0 !important;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.menu-expanded .notification {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  opacity: 0;
}
.notification--secondary {
  background-color: rgba(239, 239, 239, 0.94);
}
.notification__inner {
  position: relative;
  padding: 30px 20px;
}
.notification a {
  color: #efefef;
  text-decoration: underline;
}
.notification a:hover,
.notification a:active {
  text-decoration: none;
}
.notification__message {
  display: table;
  width: 100%;
}
.notification__message > div {
  display: table-cell;
  vertical-align: middle;
  /*padding: rem(10) rem(12);*/
}
.notification__message .notification__icon {
  width: 3.55555556rem;
  padding-right: 0 !important;
  text-align: center;
}
.notification__message .notification__icon .icon {
  top: 3px;
}
.notification__message .notification__desc {
  width: auto;
  padding-left: 0 !important;
  text-align: inherit;
}
@media (max-width: 992px) {
  .notification__message .notification__desc {
    text-align: center;
  }
}
.notification__close {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
.notification__close a.close-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin-top: 6px;
  margin-bottom: 4px;
  border-radius: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 130px;
  padding: .9175em 1.666666667em;
  padding: .834em 1.666666667em;
}
.notification__close a.close-link em,
.notification__close a.close-link strong {
  font-weight: 500;
}
.notification__close a.close-link em {
  font-style: normal;
}
.notification__close a.close-link strong {
  font-weight: 600;
}
.notification__close a.close-link,
.notification__close a.close-link:focus,
.notification__close a.close-link:hover,
.notification__close a.close-link:active {
  text-decoration: none;
}
.notification__close a.close-link:active {
  -webkit-transition: none;
  transition: none;
}
.notification__close a.close-link:focus {
  outline: 0;
}
.notification__close a.close-link:active {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}
.notification__close a.close-link,
.notification__close a.close-link:focus {
  color: #fcfcfc;
  background-color: inherit;
  border: 1px solid #fcfcfc;
}
.notification__close a.close-link:hover,
.notification__close a.close-link:active {
  color: #0D0D0D;
  background-color: #fcfcfc;
}
.notification__close a.close-link:hover,
.notification__close a.close-link:active {
  opacity: 1;
}
/*------------------------------------------------*\
    Mixins & helpers
\*------------------------------------------------*/
/*------------------------------------------------*\
    Country Selector General
\*------------------------------------------------*/
body.site-selector-expanded {
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden !important;
}
body.site-selector-expanded:after,
body.site-selector-expanded .navbar:after {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
}
body.site-selector-expanded:hover {
  cursor: pointer;
}
.site-selector-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(40, 40, 40, 0.6);
  opacity: 0;
  overflow-y: hidden;
  pointer-events: none;
}
.site-selector-overlay.container {
  padding-left: 0 !important;
  max-width: 1200px !important;
  padding-right: 0 !important;
}
.site-selector-overlay__inner {
  background-color: #efefef;
  cursor: default;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .site-selector-overlay__inner {
    position: absolute;
    height: auto;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.transitions .site-selector-overlay,
.transitions .site-selector-overlay__inner {
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1);
  transition: all cubic-bezier(0.23, 1, 0.32, 1);
}
.site-selector-expanded .site-selector-overlay {
  display: block !important;
  pointer-events: auto;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .site-selector-expanded .site-selector-overlay__inner {
    top: 0;
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .site-selector-overlay .hero .container {
    padding-top: 4.77777778rem;
  }
}
@media (max-width: 1200px) {
  .site-selector-overlay .hero .container {
    /*.setBootstrapContainerWidth();*/
  }
}
.site-selector-overlay .close-icon-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.66666667rem;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  background-color: transparent;
  opacity: 0;
}
.site-selector-overlay .close-icon-link .close-icon {
  background-image: url('../../static/SeikoVision/img/close.svg');
  display: inline-block;
  background-size: 1rem auto;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .site-selector-overlay .close-icon-link .close-icon {
    background-size: 1.33333333rem auto;
    width: 1.33333333rem;
    height: 1.33333333rem;
  }
}
.site-selector-overlay .close-icon-link:hover {
  background-color: transparent;
}
.site-selector-overlay .close-icon-link:hover .close-icon {
  opacity: 0.7;
}
.menu-expanded .site-selector-overlay .close-icon-link {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.site-selector-expanded .site-selector-overlay .close-icon-link {
  opacity: 1;
}
.site-selector-overlay .go-to-global-container {
  display: block;
  width: 100%;
  /*padding: rem(20) 0;*/
  background-color: white;
}
.site-selector-overlay .go-to-global-container:before,
.site-selector-overlay .go-to-global-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-selector-overlay .go-to-global-container:after {
  clear: both;
}
.site-selector-overlay .go-to-global-container l a {
  /*.seikoPrimaryButton();*/
  font-size: 0.83333333rem;
  line-height: 1.22222222rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.site-selector-overlay .go-to-global-container .global-information-container {
  width: 100%;
  margin: auto;
  background: url('../../static/SeikoVision/img/map.svg') no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4.44444444rem 1.66666667rem;
  text-align: center;
}
@media (min-width: 992px) {
  .site-selector-overlay .go-to-global-container .global-information-container {
    padding: 4.44444444rem 1.66666667rem;
  }
}
@media (min-width: 1200px) {
  .site-selector-overlay .go-to-global-container .global-information-container {
    padding: 5.55555556rem 1.66666667rem;
  }
}
.site-selector-overlay .go-to-global-container .global-information-container .title {
  font-size: 2.5rem;
  line-height: 2.55555556rem;
  text-transform: uppercase;
  margin-bottom: 1.22222222rem;
  margin-top: 0;
  padding: 0;
}
.site-selector-overlay .go-to-global-container .global-information-container .global-text {
  position: relative;
  font-size: 1.11111111rem;
  line-height: 1.55555556rem;
  margin-bottom: 2.22222222rem;
  /*font-family: @font-family-secondary;*/
  color: #0D0D0D;
}
@media (min-width: 992px) {
  .site-selector-overlay .go-to-global-container .global-information-container .global-text {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2.22222222rem;
  }
}
/*------------------------------------------------*\
    Region blocks
\*------------------------------------------------*/
.region-block {
  padding: 0 1.66666667rem;
}
@media (min-width: 992px) {
  .region-block {
    padding: 0 1.66666667rem;
  }
}
@media (min-width: 1200px) {
  .region-block {
    padding: 0 2.22222222rem 0 2.22222222rem;
  }
}
.region-block h2.section-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.77777778rem;
  border: none;
  text-align: center;
  padding: 0;
}
.region-block h3.section-heading {
  font-size: 0.88888889rem;
  line-height: 1.33333333rem;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 1.22222222rem;
}
.region-block__countries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.region-block__countries ul:before,
.region-block__countries ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.region-block__countries ul:after {
  clear: both;
}
@media (min-width: 600px) {
  .region-block__countries ul {
    margin-right: -1.33333333rem;
  }
}
.regions-area {
  padding: 5.55555556rem 0;
  background-color: #efefef;
}
/*------------------------------------------------*\
    Country item
\*------------------------------------------------*/
.region-block__country {
  display: block;
  float: left;
  height: 1.77777778rem;
  margin-bottom: 1.66666667rem;
  padding-right: 0rem;
  width: 50%;
  /*----- Country has multiple languages -----*/
}
@media (min-width: 600px) {
  .region-block__country {
    padding-right: 0.88888889rem;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .region-block__country {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .region-block__country {
    width: 20%;
  }
}
.region-block__country .country__wrap {
  margin: -0.55555556rem;
  margin-right: 0;
}
.region-block__country .country__flag {
  width: 1.38888889rem;
  height: auto;
  margin-right: 0.33333333rem;
}
.region-block__country .country__name {
  font-size: 0.66666667rem;
  line-height: 1.11111111rem;
  color: #0D0D0D;
}
@media (min-width: 600px) {
  .region-block__country .country__name {
    font-size: 0.88888889rem;
  }
}
.region-block__country a,
.region-block__country a * {
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.region-block__country a:focus,
.region-block__country a:hover {
  text-decoration: none;
}
.region-block__country a:active,
.region-block__country a:active * {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.region-block__country a:hover,
.region-block__country a:active {
  color: #008bab;
}
.region-block__country .country__wrap:hover,
.region-block__country .country__wrap:active,
.region-block__country .country__wrap:focus {
  /*opacity: 0.8;*/
}
.region-block__country .country__wrap > a {
  display: block;
  /*padding: rem(8);*/
  padding: 0.27777778rem;
  padding-left: .5rem;
}
.region-block__country .country__wrap > a:focus,
.region-block__country .country__wrap > a:hover {
  text-decoration: none;
}
.region-block__country .country__wrap > a:hover {
  /*background-color: @gray-ghost;*/
}
.region-block__country .country__wrap > a:hover .country__flag,
.region-block__country .country__wrap > a:active .country__flag,
.region-block__country .country__wrap > a:focus .country__flag {
  /*opacity: .8;*/
}
.region-block__country .country__wrap > a:hover .country__name,
.region-block__country .country__wrap > a:active .country__name,
.region-block__country .country__wrap > a:focus .country__name {
  color: #008bab;
}
.region-block__country .country__wrap > a > * {
  display: inline-block;
  vertical-align: middle;
}
.region-block__country--multi-lang .country__wrap {
  position: relative;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  overflow: hidden;
  height: 2.22222222rem;
}
.region-block__country--multi-lang .country__wrap > a {
  position: relative;
}
.region-block__country--multi-lang .country__wrap > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.66666667rem;
  top: 35%;
  width: 13px;
  height: 24px;
  background: url('../../Static/img/Icons/caret-down-grey-sm.svg') no-repeat;
  background-size: 13px auto;
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
}
.region-block__country--multi-lang ul {
  position: absolute;
  top: 2.22222222rem;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  opacity: 0;
}
.region-block__country--multi-lang li {
  border-top: 1px solid rgba(31, 31, 31, 0.3);
}
.region-block__country--multi-lang li a {
  font-size: 0.66666667rem;
  line-height: 1.11111111rem;
  color: #0D0D0D;
  display: block;
  padding: 0.44444444rem;
  padding-top: 0.5rem;
  padding-bottom: 0.38888889rem;
}
@media (min-width: 600px) {
  .region-block__country--multi-lang li a {
    font-size: 0.88888889rem;
  }
}
.region-block__country--multi-lang.lang-expanded .country__wrap {
  -webkit-box-shadow: 0 0 9px 0 rgba(96, 96, 96, 0.25);
          box-shadow: 0 0 9px 0 rgba(96, 96, 96, 0.25);
}
.region-block__country--multi-lang.lang-expanded .country__wrap > a {
  background-color: white;
}
.region-block__country--multi-lang.lang-expanded .country__wrap > a :after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.region-block__country--multi-lang.lang-expanded ul {
  opacity: 1;
}
body.cookiebot-enabled #hs-eu-cookie-confirmation {
  display: none !important;
}
.cookie-settings:hover {
  cursor: pointer;
}
/*------------------------------------------------*\
    IE Fixes
    
    
    1.  Replace pointer-events:none transitions
        with simple display: none/block
  
\*------------------------------------------------*/
.ie-11,
.lt-ie11 {
  /*------------------------------------------------*\
        Navbar Header
    \*------------------------------------------------*/
  /*------------------------------------------------*\
        Site Selector
  \*------------------------------------------------*/
  /*------------------------------------------------*\
        Notifications
  \*------------------------------------------------*/
}
.ie-11 body:before,
.lt-ie11 body:before {
  display: none;
  -webkit-transition: none;
  transition: none;
}
.ie-11 .transitions .navbar .dropdown-menu,
.lt-ie11 .transitions .navbar .dropdown-menu {
  display: none;
}
@media (min-width: 768px) {
  .ie-11 .main-navigation .sub-menu,
  .lt-ie11 .main-navigation .sub-menu {
    display: none;
  }
  .ie-11 .submenu-expanded .main-navigation .dropdown.expanded .sub-menu,
  .lt-ie11 .submenu-expanded .main-navigation .dropdown.expanded .sub-menu {
    display: block;
  }
}
.ie-11 .site-selector-overlay,
.lt-ie11 .site-selector-overlay {
  display: none;
}
.ie-11 .notification.dismissed,
.lt-ie11 .notification.dismissed {
  display: none;
}
.ie-11 .hero.background-img,
.lt-ie11 .hero.background-img {
  opacity: .25 !important;
}
body.cookiebot-enabled #hs-eu-cookie-confirmation {
  display: none !important;
}
.text-rtl .one-column-block-half {
  overflow: hidden;
}
.text-rtl .one-column-block-half .one-column-block-half {
  overflow: visible;
}
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h1,
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h2,
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h3 {
  text-align: right;
}
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h1:before,
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h2:before,
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h3:before {
  right: 0;
}
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h1.col-*:before,
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h2.col-*:before,
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) h3.col-*:before {
  right: 0.55555556rem;
}
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) .content-title {
  text-align: right;
}
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) .content-title.quotationmark:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: -0.94444444rem;
  left: unset;
}
.text-rtl .block:not(.text-align-center):not(.icon-grid-block) .content-title.quotationmark:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.text-rtl .block:not(.text-align-center) .content-text {
  text-align: right !important;
}
.text-rtl .block:not(.text-align-center) .content-text p {
  text-align: right !important;
}
.text-rtl .block.text-image-block .content-text-right {
  padding-left: 0;
}
.text-rtl .block.text-image-block.fluid-image .content-text-left .text-container {
  float: left;
}
.text-rtl .block.text-image-block.fluid-image .content-text-right {
  padding-right: 0;
}
.text-rtl .block.text-image-block:not(.fluid-image) .content-text-left .text-container {
  padding-right: 0;
  padding-left: 0;
}
.text-rtl .block.icon-grid-block .icon-row-block:not(.center-block) .content-title {
  float: right;
}
.text-rtl .block.icon-grid-block .icon-row-block.center-block {
  margin-left: 0;
  margin-right: 5.55555556rem;
}
.text-rtl .block.multi-column-block .column-block {
  padding-left: 30px;
  padding-right: 0;
}
.text-rtl .block.three-column-block .title {
  float: right;
}
.text-rtl .block.three-column-block .title:before {
  right: 0.55555556rem;
}
.text-rtl .block.two-column-text-block .header-column,
.text-rtl .block.two-column-text-block .content-title {
  float: right;
  margin-right: 0;
}
.text-rtl .block.two-column-text-block .wrapper-body {
  float: left;
}
@media (min-width: 768px) {
  .text-rtl .block.two-column-text-block .wrapper-body {
    margin-left: 0;
    margin-right: 8.33333333%;
  }
}
.text-rtl .block.column-block .learn-more-link {
  float: right;
}
@media (min-width: 1200px) {
  .text-rtl .block.column-block .learn-more-link {
    right: 0.55555556rem;
  }
}
.text-rtl .footer--primary {
  text-align: right;
}
.text-rtl .footer--primary .footer__subscribe:before {
  display: none;
}
@media (min-width: 1200px) {
  .text-rtl .footer--secondary .footer__nav--secondary {
    text-align: left;
  }
}
.text-rtl .hs-form {
  text-align: right;
}
.text-rtl .hs-form .hs-form-field {
  padding: 0 0 0 12px !important;
}
.text-rtl .hs-form .hs-form-field:last-child {
  padding-left: 0;
}
.text-rtl .hs-form .hs-form-field label {
  right: 0;
  left: unset;
}
.text-rtl .hs-form .Select:after {
  left: 1px;
  right: unset;
}
.text-rtl .hs-form .hs-form-required {
  margin-right: 0.45rem;
}
.text-rtl .hs-form .hs-form-required:before {
  top: 4px;
}
.text-rtl .internallink {
  text-align: right !important;
}
.text-rtl .learn-more-link {
  text-align: right !important;
}
.text-rtl .calltoaction-links {
  text-align: right;
  float: right;
}
.text-rtl .calltoaction-links span {
  padding-right: 0;
  padding-left: 5px;
}
.text-rtl .calltoaction-links svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text-rtl .actions {
  text-align: right;
}
.text-rtl .navbar .navbar-right {
  margin-right: 0;
  padding-right: 0;
}
.text-rtl .navbar .main-navigation .navbar-nav {
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .text-rtl .navbar .main-navigation .navbar-nav li.dropdown .sub-menu {
    margin: 0 -20px !important;
  }
}
@media (min-width: 768px) {
  .text-rtl .navbar .main-navigation .navbar-nav {
    float: right;
  }
  .text-rtl .navbar .main-navigation .navbar-nav li.dropdown {
    padding-right: 0;
    padding-left: 1.33333333rem;
  }
}
.text-rtl .navbar .extra-links-mobile-menu ul {
  padding-right: 0;
}
.text-rtl .navbar .extra-links-mobile-menu .logout {
  padding-right: 0;
}
.text-rtl .go-to-global-container .calltoaction-links {
  float: none;
  text-align: center !important;
}
.text-rtl #language-selector {
  padding-right: 0;
}
.text-rtl #language-selector .country-flag {
  margin-right: 0;
  margin-left: 7px;
}
.text-rtl .region-block__country--multi-lang .country__wrap > a:after {
  left: 0.66666667rem;
  right: initial;
}
.text-rtl .region-block__country .country__flag {
  margin-left: 0.33333333rem;
  margin-right: 0;
}
.text-rtl .calltoaction-links .internallink .square,
.text-rtl .calltoaction-links .externallink .square {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0.83333333rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .text-rtl .navbar-action {
    left: 0;
    right: initial;
  }
  .text-rtl .navbar-nav > li.dropdown.has-child a svg {
    left: 0.55555556rem;
    right: initial;
  }
  .text-rtl li.dropdown.expanded .sub-menu ul li img {
    margin-left: 15px;
    margin-right: 0;
  }
}
.text-rtl.find-optician-page .search-wrapper .hit-list .optician .close-button-container {
  left: 0.66666667rem;
  right: unset;
}
.text-rtl.find-optician-page .seiko-map-wrapper .gm-style-iw-c button.gm-ui-hover-effect {
  left: -4px;
  right: auto !important;
}
.text-rtl.product-visual-page .one-column-block ul li:before {
  margin-right: -0.88888889rem;
  margin-left: unset;
}
.text-rtl [type="radio"]:checked,
.text-rtl [type="radio"]:not(:checked) {
  position: absolute;
  right: -9999px;
}
/*@import "_sticky-footer";
@import "_notifications";*/
#main .background-darkgrey .content-title {
  color: white;
}
#main .background-lightgrey {
  background-color: #efefef;
  color: #4c4c4c;
}
#main .background-white {
  background: white;
}
#main .block.background-black + .block.background-black,
#main .block.background-primary + .block.background-primary,
#main .block.background-darkgrey + .block.background-darkgrey,
#main .block.background-lightgrey + .block.background-lightgrey,
#main .block.background-white + .block.background-white {
  padding-top: 0;
}

/*# sourceMappingURL=seikovision.min.css.map*/