@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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.428571429;
  color: #373a3c;
  background-color: #fff; }

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

a {
  color: #005ca9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00325d;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #818a91; }

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

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

h1, .h1, .fs-1 {
  font-size: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #55595c; }

.text-primary {
  color: #005ca9; }

a.text-primary:hover,
a.text-primary:focus {
  color: #004076; }

.text-success {
  color: #008607; }

a.text-success:hover,
a.text-success:focus {
  color: #005304; }

.text-info {
  color: #3e5058; }

a.text-info:hover,
a.text-info:focus {
  color: #29353a; }

.text-warning {
  color: #7a6407; }

a.text-warning:hover,
a.text-warning:focus {
  color: #4a3c04; }

.text-danger {
  color: #721c24; }

a.text-danger:hover,
a.text-danger:focus {
  color: #491217; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #005ca9; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004076; }

.bg-success {
  background-color: #e7ffdd; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c3ffaa; }

.bg-info {
  background-color: #a9bfd6; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #86a5c6; }

.bg-warning {
  background-color: #ffe690; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffdb5d; }

.bg-danger {
  background-color: #f8d7da; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f0acb2; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eceeef; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eceeef; }
  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.428571429;
    color: #818a91; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

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

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

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

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

.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: #d5ffc4; }

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

.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: #98b2ce; }

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

.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: #ffe077; }

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

.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: #f4c1c6; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #373a3c;
  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.428571429;
  color: #55595c; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eceeef;
    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.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 34px; }
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
  .input-group-sm > .input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
  input.input-sm[type="time"],
  .input-group-sm > .form-control[type="time"],
  .input-group-sm > .input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
  input.input-sm[type="datetime-local"],
  .input-group-sm > .form-control[type="datetime-local"],
  .input-group-sm > .input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm > .form-control[type="month"],
  .input-group-sm > .input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
  .input-group-lg > .input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
  input.input-lg[type="time"],
  .input-group-lg > .form-control[type="time"],
  .input-group-lg > .input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
  input.input-lg[type="datetime-local"],
  .input-group-lg > .form-control[type="datetime-local"],
  .input-group-lg > .input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg > .form-control[type="month"],
  .input-group-lg > .input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  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 + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

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

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

.has-success .form-control {
  border-color: #008607;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #005304;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ec0c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ec0c; }

.has-success .input-group-addon {
  color: #008607;
  border-color: #008607;
  background-color: #e7ffdd; }

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

.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: #7a6407; }

.has-warning .form-control {
  border-color: #7a6407;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #4a3c04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dab30d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dab30d; }

.has-warning .input-group-addon {
  color: #7a6407;
  border-color: #7a6407;
  background-color: #ffe690; }

.has-warning .form-control-feedback {
  color: #7a6407; }

.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: #721c24; }

.has-error .form-control {
  border-color: #721c24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #491217;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4303e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4303e; }

.has-error .input-group-addon {
  color: #721c24;
  border-color: #721c24;
  background-color: #f8d7da; }

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

.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: #747a7f; }

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

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

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

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

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

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

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

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #005ca9;
  border-color: #004e90; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #004076;
    border-color: #000910; }
  .btn-primary:hover {
    color: #fff;
    background-color: #004076;
    border-color: #002d52; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004076;
    border-color: #002d52; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #002d52;
      border-color: #000910; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #005ca9;
    border-color: #004e90; }
  .btn-primary .badge {
    color: #005ca9;
    background-color: #fff; }

.btn-success {
  color: #100f0f;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #100f0f;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #100f0f;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #100f0f;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #100f0f;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #100f0f; }

.btn-info {
  color: #55595c;
  background-color: #eceeef;
  border-color: #dee2e3; }
  .btn-info:focus, .btn-info.focus {
    color: #55595c;
    background-color: #d0d5d8;
    border-color: #99a4a9; }
  .btn-info:hover {
    color: #55595c;
    background-color: #d0d5d8;
    border-color: #bdc4c7; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #55595c;
    background-color: #d0d5d8;
    border-color: #bdc4c7; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #55595c;
      background-color: #bdc4c7;
      border-color: #99a4a9; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #eceeef;
    border-color: #dee2e3; }
  .btn-info .badge {
    color: #eceeef;
    background-color: #55595c; }

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

.btn-danger {
  color: #000000;
  background-color: #db5716;
  border-color: #c44e14; }
  .btn-danger:focus, .btn-danger.focus {
    color: #000000;
    background-color: #ad4511;
    border-color: #502008; }
  .btn-danger:hover {
    color: #000000;
    background-color: #ad4511;
    border-color: #8c380e; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #000000;
    background-color: #ad4511;
    border-color: #8c380e; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #000000;
      background-color: #8c380e;
      border-color: #502008; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #db5716;
    border-color: #c44e14; }
  .btn-danger .badge {
    color: #db5716;
    background-color: #000000; }

.btn-link {
  color: #005ca9;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #00325d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #818a91;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eceeef; }
    .nav > li.disabled > a {
      color: #818a91; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #818a91;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eceeef;
    border-color: #005ca9; }
  .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.428571429;
      border: 1px solid transparent;
      border-radius: 1px 1px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eceeef #eceeef #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #55595c;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 1px; }
  .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: #005ca9; }

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

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px; }
  .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;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #aab0b5; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #aab0b5; }
  .navbar-inverse .navbar-nav > li > a {
    color: #aab0b5; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #aab0b5; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #aab0b5; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #aab0b5; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 1px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #005ca9;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 1px;
      border-top-left-radius: 1px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 1px;
      border-top-right-radius: 1px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #00325d;
    background-color: #eceeef;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #005ca9;
    border-color: #005ca9;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eceeef; }
  .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: #55595c;
    background-color: #fff;
    cursor: not-allowed; }

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

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

.label-default {
  background-color: #818a91; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #687077; }

.label-primary {
  background-color: #005ca9; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #004076; }

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

.label-info {
  background-color: #eceeef; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #d0d5d8; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #818a91;
  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; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #005ca9;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eceeef; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d0d5d8; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #373a3c; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005ca9; }

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

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

.alert-success {
  background-color: #e7ffdd;
  border-color: #e7ffdd;
  color: #008607; }
  .alert-success hr {
    border-top-color: #d5ffc4; }
  .alert-success .alert-link {
    color: #005304; }

.alert-info {
  background-color: #a9bfd6;
  border-color: #a9bfd6;
  color: #3e5058; }
  .alert-info hr {
    border-top-color: #98b2ce; }
  .alert-info .alert-link {
    color: #29353a; }

.alert-warning {
  background-color: #ffe690;
  border-color: #ffe690;
  color: #7a6407; }
  .alert-warning hr {
    border-top-color: #ffe077; }
  .alert-warning .alert-link {
    color: #4a3c04; }

.alert-danger {
  background-color: #f8d7da;
  border-color: #f8d7da;
  color: #721c24; }
  .alert-danger hr {
    border-top-color: #f4c1c6; }
  .alert-danger .alert-link {
    color: #491217; }

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

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

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

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

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

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

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

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

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

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eceeef;
  color: #818a91;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #005ca9;
  border-color: #005ca9; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #76c1ff; }

.list-group-item-success {
  color: #008607;
  background-color: #e7ffdd; }

a.list-group-item-success,
button.list-group-item-success {
  color: #008607; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #008607;
    background-color: #d5ffc4; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #008607;
    border-color: #008607; }

.list-group-item-info {
  color: #3e5058;
  background-color: #a9bfd6; }

a.list-group-item-info,
button.list-group-item-info {
  color: #3e5058; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #3e5058;
    background-color: #98b2ce; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #3e5058;
    border-color: #3e5058; }

.list-group-item-warning {
  color: #7a6407;
  background-color: #ffe690; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #7a6407; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #7a6407;
    background-color: #ffe077; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #7a6407;
    border-color: #7a6407; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f8d7da; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #721c24;
    background-color: #f4c1c6; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.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: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .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: 0px;
    border-bottom-left-radius: 0px; }

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

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 0px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 0px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 0px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 0px; }

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

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

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

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

.panel-success {
  border-color: #e7ffdd; }
  .panel-success > .panel-heading {
    color: #008607;
    background-color: #e7ffdd;
    border-color: #e7ffdd; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e7ffdd; }
    .panel-success > .panel-heading .badge {
      color: #e7ffdd;
      background-color: #008607; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e7ffdd; }

.panel-info {
  border-color: #a9bfd6; }
  .panel-info > .panel-heading {
    color: #3e5058;
    background-color: #a9bfd6;
    border-color: #a9bfd6; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #a9bfd6; }
    .panel-info > .panel-heading .badge {
      color: #a9bfd6;
      background-color: #3e5058; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #a9bfd6; }

.panel-warning {
  border-color: #ffe690; }
  .panel-warning > .panel-heading {
    color: #7a6407;
    background-color: #ffe690;
    border-color: #ffe690; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffe690; }
    .panel-warning > .panel-heading .badge {
      color: #ffe690;
      background-color: #7a6407; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffe690; }

.panel-danger {
  border-color: #f8d7da; }
  .panel-danger > .panel-heading {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f8d7da; }
    .panel-danger > .panel-heading .badge {
      color: #f8d7da;
      background-color: #721c24; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f8d7da; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 1px; }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-none {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap Grid Flexbox v1.1.2 (https://github.com/ngengs/bootstrap-grid-flexbox)
 * Copyright 2016 Rizky Kharisma @ngengs (http://ngengs.com).
 * Licensed under MIT (https://github.com/ngengs/bootstrap-grid-flexbox/blob/master/LICENSE)
 */
.row-flex {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .row-flex.reverse {
    flex-direction: row-reverse; }

.col-flex-xs-1, .col-flex-sm-1, .col-flex-md-1, .col-flex-lg-1, .col-flex-xs-2, .col-flex-sm-2, .col-flex-md-2, .col-flex-lg-2, .col-flex-xs-3, .col-flex-sm-3, .col-flex-md-3, .col-flex-lg-3, .col-flex-xs-4, .col-flex-sm-4, .col-flex-md-4, .col-flex-lg-4, .col-flex-xs-5, .col-flex-sm-5, .col-flex-md-5, .col-flex-lg-5, .col-flex-xs-6, .col-flex-sm-6, .col-flex-md-6, .col-flex-lg-6, .col-flex-xs-7, .col-flex-sm-7, .col-flex-md-7, .col-flex-lg-7, .col-flex-xs-8, .col-flex-sm-8, .col-flex-md-8, .col-flex-lg-8, .col-flex-xs-9, .col-flex-sm-9, .col-flex-md-9, .col-flex-lg-9, .col-flex-xs-10, .col-flex-sm-10, .col-flex-md-10, .col-flex-lg-10, .col-flex-xs-11, .col-flex-sm-11, .col-flex-md-11, .col-flex-lg-11, .col-flex-xs-12, .col-flex-sm-12, .col-flex-md-12, .col-flex-lg-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.start-xs {
  justify-content: flex-start; }
  .start-xs.text-start {
    text-align: start; }

.center-xs {
  justify-content: center; }
  .center-xs.text-center {
    text-align: center; }

.end-xs {
  justify-content: flex-end; }
  .end-xs.text-end {
    text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.col-flex-xs-1 {
  width: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-flex-xs-2 {
  width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-flex-xs-4 {
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-flex-xs-5 {
  width: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-flex-xs-7 {
  width: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-flex-xs-8 {
  width: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-flex-xs-10 {
  width: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-flex-xs-11 {
  width: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .start-sm {
    justify-content: flex-start; }
    .start-sm.text-start {
      text-align: start; }
  .center-sm {
    justify-content: center; }
    .center-sm.text-center {
      text-align: center; }
  .end-sm {
    justify-content: flex-end; }
    .end-sm.text-end {
      text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .col-flex-sm-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-flex-sm-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-flex-sm-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-flex-sm-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-flex-sm-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-flex-sm-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-flex-sm-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-flex-sm-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-flex-sm-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-flex-sm-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-flex-sm-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-flex-sm-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-flex-sm-pull-0 {
    right: auto; }
  .col-flex-sm-pull-1 {
    right: 8.3333333333%; }
  .col-flex-sm-pull-2 {
    right: 16.6666666667%; }
  .col-flex-sm-pull-3 {
    right: 25%; }
  .col-flex-sm-pull-4 {
    right: 33.3333333333%; }
  .col-flex-sm-pull-5 {
    right: 41.6666666667%; }
  .col-flex-sm-pull-6 {
    right: 50%; }
  .col-flex-sm-pull-7 {
    right: 58.3333333333%; }
  .col-flex-sm-pull-8 {
    right: 66.6666666667%; }
  .col-flex-sm-pull-9 {
    right: 75%; }
  .col-flex-sm-pull-10 {
    right: 83.3333333333%; }
  .col-flex-sm-pull-11 {
    right: 91.6666666667%; }
  .col-flex-sm-pull-12 {
    right: 100%; }
  .col-flex-sm-push-0 {
    left: auto; }
  .col-flex-sm-push-1 {
    left: 8.3333333333%; }
  .col-flex-sm-push-2 {
    left: 16.6666666667%; }
  .col-flex-sm-push-3 {
    left: 25%; }
  .col-flex-sm-push-4 {
    left: 33.3333333333%; }
  .col-flex-sm-push-5 {
    left: 41.6666666667%; }
  .col-flex-sm-push-6 {
    left: 50%; }
  .col-flex-sm-push-7 {
    left: 58.3333333333%; }
  .col-flex-sm-push-8 {
    left: 66.6666666667%; }
  .col-flex-sm-push-9 {
    left: 75%; }
  .col-flex-sm-push-10 {
    left: 83.3333333333%; }
  .col-flex-sm-push-11 {
    left: 91.6666666667%; }
  .col-flex-sm-push-12 {
    left: 100%; }
  .col-flex-sm-offset-0 {
    margin-left: 0%; }
  .col-flex-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-flex-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-flex-sm-offset-3 {
    margin-left: 25%; }
  .col-flex-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-flex-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-flex-sm-offset-6 {
    margin-left: 50%; }
  .col-flex-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-flex-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-flex-sm-offset-9 {
    margin-left: 75%; }
  .col-flex-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-flex-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-flex-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .start-md {
    justify-content: flex-start; }
    .start-md.text-start {
      text-align: start; }
  .center-md {
    justify-content: center; }
    .center-md.text-center {
      text-align: center; }
  .end-md {
    justify-content: flex-end; }
    .end-md.text-end {
      text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .col-flex-md-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-flex-md-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-flex-md-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-flex-md-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-flex-md-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-flex-md-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-flex-md-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-flex-md-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-flex-md-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-flex-md-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-flex-md-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-flex-md-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-flex-md-pull-0 {
    right: auto; }
  .col-flex-md-pull-1 {
    right: 8.3333333333%; }
  .col-flex-md-pull-2 {
    right: 16.6666666667%; }
  .col-flex-md-pull-3 {
    right: 25%; }
  .col-flex-md-pull-4 {
    right: 33.3333333333%; }
  .col-flex-md-pull-5 {
    right: 41.6666666667%; }
  .col-flex-md-pull-6 {
    right: 50%; }
  .col-flex-md-pull-7 {
    right: 58.3333333333%; }
  .col-flex-md-pull-8 {
    right: 66.6666666667%; }
  .col-flex-md-pull-9 {
    right: 75%; }
  .col-flex-md-pull-10 {
    right: 83.3333333333%; }
  .col-flex-md-pull-11 {
    right: 91.6666666667%; }
  .col-flex-md-pull-12 {
    right: 100%; }
  .col-flex-md-push-0 {
    left: auto; }
  .col-flex-md-push-1 {
    left: 8.3333333333%; }
  .col-flex-md-push-2 {
    left: 16.6666666667%; }
  .col-flex-md-push-3 {
    left: 25%; }
  .col-flex-md-push-4 {
    left: 33.3333333333%; }
  .col-flex-md-push-5 {
    left: 41.6666666667%; }
  .col-flex-md-push-6 {
    left: 50%; }
  .col-flex-md-push-7 {
    left: 58.3333333333%; }
  .col-flex-md-push-8 {
    left: 66.6666666667%; }
  .col-flex-md-push-9 {
    left: 75%; }
  .col-flex-md-push-10 {
    left: 83.3333333333%; }
  .col-flex-md-push-11 {
    left: 91.6666666667%; }
  .col-flex-md-push-12 {
    left: 100%; }
  .col-flex-md-offset-0 {
    margin-left: 0%; }
  .col-flex-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-flex-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-flex-md-offset-3 {
    margin-left: 25%; }
  .col-flex-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-flex-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-flex-md-offset-6 {
    margin-left: 50%; }
  .col-flex-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-flex-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-flex-md-offset-9 {
    margin-left: 75%; }
  .col-flex-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-flex-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-flex-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .start-lg {
    justify-content: flex-start; }
    .start-lg.text-start {
      text-align: start; }
  .center-lg {
    justify-content: center; }
    .center-lg.text-center {
      text-align: center; }
  .end-lg {
    justify-content: flex-end; }
    .end-lg.text-end {
      text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .col-flex-lg-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-flex-lg-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-flex-lg-3 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-flex-lg-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-flex-lg-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-flex-lg-6 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-flex-lg-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-flex-lg-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-flex-lg-9 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-flex-lg-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-flex-lg-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-flex-lg-12 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-flex-lg-pull-0 {
    right: auto; }
  .col-flex-lg-pull-1 {
    right: 8.3333333333%; }
  .col-flex-lg-pull-2 {
    right: 16.6666666667%; }
  .col-flex-lg-pull-3 {
    right: 25%; }
  .col-flex-lg-pull-4 {
    right: 33.3333333333%; }
  .col-flex-lg-pull-5 {
    right: 41.6666666667%; }
  .col-flex-lg-pull-6 {
    right: 50%; }
  .col-flex-lg-pull-7 {
    right: 58.3333333333%; }
  .col-flex-lg-pull-8 {
    right: 66.6666666667%; }
  .col-flex-lg-pull-9 {
    right: 75%; }
  .col-flex-lg-pull-10 {
    right: 83.3333333333%; }
  .col-flex-lg-pull-11 {
    right: 91.6666666667%; }
  .col-flex-lg-pull-12 {
    right: 100%; }
  .col-flex-lg-push-0 {
    left: auto; }
  .col-flex-lg-push-1 {
    left: 8.3333333333%; }
  .col-flex-lg-push-2 {
    left: 16.6666666667%; }
  .col-flex-lg-push-3 {
    left: 25%; }
  .col-flex-lg-push-4 {
    left: 33.3333333333%; }
  .col-flex-lg-push-5 {
    left: 41.6666666667%; }
  .col-flex-lg-push-6 {
    left: 50%; }
  .col-flex-lg-push-7 {
    left: 58.3333333333%; }
  .col-flex-lg-push-8 {
    left: 66.6666666667%; }
  .col-flex-lg-push-9 {
    left: 75%; }
  .col-flex-lg-push-10 {
    left: 83.3333333333%; }
  .col-flex-lg-push-11 {
    left: 91.6666666667%; }
  .col-flex-lg-push-12 {
    left: 100%; }
  .col-flex-lg-offset-0 {
    margin-left: 0%; }
  .col-flex-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-flex-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-flex-lg-offset-3 {
    margin-left: 25%; }
  .col-flex-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-flex-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-flex-lg-offset-6 {
    margin-left: 50%; }
  .col-flex-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-flex-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-flex-lg-offset-9 {
    margin-left: 75%; }
  .col-flex-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-flex-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-flex-lg-offset-12 {
    margin-left: 100%; } }

#rider-home h3 > big, #rider-home h4 > big, #rider-home h5 > big {
  color: #0b7dd0; }

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#instant-search-results {
  display: none;
  position: relative; }

#instant-search-results .search-popper {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  z-index: 100;
  left: 30px;
  right: 30px;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    #instant-search-results .search-popper {
      box-shadow: none;
      border: 1px solid #c4c7cb;
      top: 46px;
      bottom: 5px;
      overflow-y: scroll; } }
#instant-search-results h3 {
  margin-top: 10px;
  margin-bottom: 3px;
  border-bottom: 1px solid #c4c7cb;
  padding-bottom: 6px; }
  @media (max-width: 991px) {
    #instant-search-results h3 {
      font-size: 24px; } }
#instant-search-results0 li {
  padding: 0; }

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

[class^='ais-'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[class^='ais-'] {
  text-decoration: none; }

.ais-Breadcrumb-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-Menu-item--selected {
  font-weight: bold; }

.ais-Breadcrumb-separator {
  margin: 0 0.3em;
  font-weight: normal; }

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-Pagination-link,
.ais-RatingMenu-link {
  color: #0096db;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.ais-Breadcrumb-link:hover, .ais-Breadcrumb-link:focus,
.ais-HierarchicalMenu-link:hover,
.ais-HierarchicalMenu-link:focus,
.ais-Menu-link:hover,
.ais-Menu-link:focus,
.ais-Pagination-link:hover,
.ais-Pagination-link:focus,
.ais-RatingMenu-link:hover,
.ais-RatingMenu-link:focus {
  color: #0073a8; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  outline: none; }

.ais-ClearRefinements-button:hover, .ais-ClearRefinements-button:focus,
.ais-CurrentRefinements-reset:hover,
.ais-CurrentRefinements-reset:focus,
.ais-GeoSearch-redo:hover,
.ais-GeoSearch-redo:focus,
.ais-GeoSearch-reset:hover,
.ais-GeoSearch-reset:focus,
.ais-HierarchicalMenu-showMore:hover,
.ais-HierarchicalMenu-showMore:focus,
.ais-InfiniteHits-loadPrevious:hover,
.ais-InfiniteHits-loadPrevious:focus,
.ais-InfiniteHits-loadMore:hover,
.ais-InfiniteHits-loadMore:focus,
.ais-InfiniteResults-loadMore:hover,
.ais-InfiniteResults-loadMore:focus,
.ais-Menu-showMore:hover,
.ais-Menu-showMore:focus,
.ais-RefinementList-showMore:hover,
.ais-RefinementList-showMore:focus {
  background-color: #0073a8; }

.ais-ClearRefinements-button--disabled,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-HierarchicalMenu-showMore--disabled,
.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteResults-loadMore--disabled,
.ais-Menu-showMore--disabled,
.ais-RefinementList-showMore--disabled {
  opacity: 0.6;
  cursor: not-allowed; }

.ais-ClearRefinements-button--disabled:hover, .ais-ClearRefinements-button--disabled:focus,
.ais-GeoSearch-redo--disabled:hover,
.ais-GeoSearch-redo--disabled:focus,
.ais-GeoSearch-reset--disabled:hover,
.ais-GeoSearch-reset--disabled:focus,
.ais-HierarchicalMenu-showMore--disabled:hover,
.ais-HierarchicalMenu-showMore--disabled:focus,
.ais-InfiniteHits-loadMore--disabled:hover,
.ais-InfiniteHits-loadMore--disabled:focus,
.ais-InfiniteResults-loadMore--disabled:hover,
.ais-InfiniteResults-loadMore--disabled:focus,
.ais-Menu-showMore--disabled:hover,
.ais-Menu-showMore--disabled:focus,
.ais-RefinementList-showMore--disabled:hover,
.ais-RefinementList-showMore--disabled:focus {
  background-color: #0096db; }

.ais-InfiniteHits-loadPrevious--disabled {
  display: none; }

.ais-CurrentRefinements {
  margin-top: -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-item {
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  padding: 0.3rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #495588;
  border-radius: 5px; }

.ais-CurrentRefinements-category {
  margin-left: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ais-CurrentRefinements-delete {
  margin-left: 0.3rem; }

.ais-CurrentRefinements-label,
.ais-CurrentRefinements-categoryLabel,
.ais-CurrentRefinements-delete {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #fff; }

.ais-CurrentRefinements-reset {
  margin-top: 0.3rem;
  white-space: nowrap; }

.ais-CurrentRefinements-reset + .ais-CurrentRefinements-list {
  margin-left: 0.3rem; }

.ais-GeoSearch {
  position: relative; }

.ais-GeoSearch-control {
  position: absolute;
  top: 0.8rem;
  left: 3.75rem; }

.ais-GeoSearch-label {
  display: block;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  outline: none; }

.ais-GeoSearch-input {
  margin: 0 0.25rem 0 0; }

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap; }

.ais-GeoSearch-reset {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ais-HierarchicalMenu-link,
.ais-Menu-link {
  display: block;
  line-height: 1.5; }

.ais-HierarchicalMenu-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list {
  font-weight: normal;
  line-height: 1.5; }

.ais-HierarchicalMenu-link:after {
  margin-left: 0.3em;
  content: '';
  width: 10px;
  height: 10px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2 2.8-2.8 12.2 12z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-size: 100% 100%; }

.ais-HierarchicalMenu-item--parent > .ais-HierarchicalMenu-link:after {
  display: inline-block; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ais-CurrentRefinements-count,
.ais-RatingMenu-count {
  font-size: 0.8rem; }

.ais-CurrentRefinements-count:before,
.ais-RatingMenu-count:before {
  content: '('; }

.ais-CurrentRefinements-count:after,
.ais-RatingMenu-count:after {
  content: ')'; }

.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RefinementList-count,
.ais-ToggleRefinement-count {
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 0.5rem; }

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background: transparent;
  font-weight: bold;
  padding: 0;
  color: inherit; }

.ais-Panel-body .ais-InfiniteHits-list, .ais-Panel-body
.ais-InfiniteResults-list, .ais-Panel-body
.ais-Hits-list, .ais-Panel-body
.ais-Results-list {
  margin: 0.5rem 0 0 -1rem; }

.ais-Hits-list .ais-Hits-item:last-child {
  border: none !important; }

.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Hits-item,
.ais-Results-item {
  padding: 6px 0; }

.ais-Panel-body .ais-InfiniteHits-item, .ais-Panel-body
.ais-InfiniteResults-item, .ais-Panel-body
.ais-Hits-item, .ais-Panel-body
.ais-Results-item {
  margin: 0.5rem 0 0.5rem 1rem; }

.ais-Hits-item h3, .ais-Hits-item h4 {
  margin-top: 0;
  margin-bottom: 3px; }

.ais-Hits-item .media-left {
  width: 77px;
  height: 54px; }

.ais-Hits-item .media-left img {
  width: 67px;
  height: auto;
  background-color: #eeeeee; }

.ais-Hits-item .media-body {
  width: initial; }
  .ais-Hits-item .media-body div {
    font-size: 0.9em; }

@media (max-width: 991px) {
  .ais-Hits-item {
    border-bottom: 1px solid #c4c7cb;
    font-size: 0.8em; } }

@media (max-width: 991px) {
  .ais-Hits-item small {
    display: block;
    color: #818a91;
    font-size: 0.8em; } }

@media (max-width: 991px) {
  .ais-Hits-item a:hover {
    text-decoration: none; } }

.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore {
  margin-top: 1rem; }

.ais-InfiniteHits-loadPrevious {
  margin-bottom: 1rem; }

.ais-MenuSelect-select,
.ais-NumericSelector-select,
.ais-HitsPerPage-select,
.ais-ResultsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 2rem 0.3rem 0.3rem;
  max-width: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3 2.8 2.8-12 12.2z%27 fill%3D%22%233A4570%22 /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 92% 50%;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-Panel--collapsible {
  position: relative; }

.ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-body, .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-footer {
  display: none; }

.ais-Panel--collapsible .ais-Panel-collapseButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none; }

.ais-Panel-header {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c8d8; }

.ais-Panel-footer {
  margin-top: 0.5rem;
  font-size: 0.8rem; }

.ais-RangeInput-input {
  padding: 0 0.2rem;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem; }

.ais-RangeInput-separator {
  margin: 0 0.3rem; }

.ais-RangeInput-submit {
  margin-left: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0096db;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  outline: none; }

.ais-RangeInput-submit:hover, .ais-RangeInput-submit:focus {
  background-color: #0073a8; }

.ais-RatingMenu-count {
  color: #3a4570; }

.ais-PoweredBy-text,
.rheostat-tooltip,
.rheostat-value,
.ais-Stats-text {
  font-size: 0.8rem; }

.ais-PoweredBy-logo {
  margin-left: 0.3rem; }

.ais-RangeSlider .rheostat-progress {
  background-color: #495588; }

.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ais-RangeSlider .rheostat-handle {
  border-color: #878faf; }

.ais-RangeSlider .rheostat-marker {
  background-color: #878faf; }

.ais-Panel-body .ais-RangeSlider {
  margin: 2rem 0; }

.ais-RangeSlider-handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #46AEDA;
  border-radius: 50%;
  cursor: pointer; }

.ais-RangeSlider-tooltip {
  position: absolute;
  background: #FFFFFF;
  top: -22px;
  font-size: .8em; }

.ais-RangeSlider-value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em; }

.ais-RangeSlider-marker {
  position: absolute;
  background: #DDD;
  margin-left: -1px;
  width: 1px;
  height: 5px; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count, .ais-RatingMenu-item--disabled
.ais-RatingMenu-label {
  color: #c4c8d8; }

.ais-RatingMenu-item--selected {
  font-weight: bold; }

.ais-RatingMenu-link {
  line-height: 1.5; }

.ais-RatingMenu-link > * + * {
  margin-left: 0.3rem; }

.ais-RatingMenu-starIcon {
  position: relative;
  top: -1px;
  width: 15px;
  fill: #ffc168; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
  fill: #c4c8d8; }

.ais-HierarchicalMenu-searchBox > *,
.ais-Menu-searchBox > *,
.ais-RefinementList-searchBox > * {
  margin-bottom: 0.5rem; }

.ais-SearchBox-form {
  display: block;
  position: relative; }

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #3a3a3a;
  border-radius: 0;
  width: 100% !important;
  border: none;
  padding: 8px 17px;
  font-size: 16px;
  outline: none;
  color: #bbbbbb; }

.ais-SearchBox-input::-webkit-input-placeholder {
  color: #bbbbbb; }

.ais-SearchBox-input::-moz-placeholder {
  color: #bbbbbb; }

.ais-SearchBox-input:-ms-input-placeholder {
  color: #bbbbbb; }

.ais-SearchBox-input:-moz-placeholder {
  color: #bbbbbb; }

.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-SearchBox-loadingIndicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ais-SearchBox-submit {
  top: 10px;
  right: 14px; }
  @media (max-width: 991px) {
    .ais-SearchBox-submit {
      text-transform: uppercase;
      font-size: 0.65em;
      letter-spacing: 0.1em;
      color: #fff;
      top: 19px;
      right: 0px;
      bottom: -35px;
      width: 44px;
      height: 39px;
      background-color: #005ca9;
      border-color: #004e90; } }
@media (max-width: 991px) {
  body.search-focus .ais-SearchBox-submit {
    height: 54px;
    padding-top: 9px; } }

.ais-SearchBox-reset {
  font-size: 0.65em;
  letter-spacing: 0.1em;
  color: #333333;
  top: 19px;
  right: 43px;
  bottom: -30px;
  width: 44px;
  height: 39px; }
  .ais-SearchBox-reset svg {
    margin: 30%;
    fill: #373a3c; }

@media (max-width: 991px) {
  .ais-SearchBox-reset {
    top: 22px;
    height: 45px; } }

.ais-SearchBox-submitIcon,
.ais-SearchBox-resetIcon,
.ais-SearchBox-loadingIcon {
  position: absolute;
  background: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ais-SearchBox-submitIcon path,
.ais-SearchBox-resetIcon path {
  fill: #888888; }

.ais-SearchBox-submitIcon {
  width: 14px;
  height: 14px; }

.ais-SearchBox-resetIcon {
  width: 12px;
  height: 12px; }

.ais-SearchBox-loadingIcon {
  width: 16px;
  height: 16px; }

.ais-VoiceSearch-button {
  border: none;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  color: #3a4570;
  background-color: transparent; }

.ais-VoiceSearch-button svg {
  color: currentColor; }

.ais-VoiceSearch-button:hover {
  cursor: pointer;
  background-color: #a5aed1;
  color: #ffffff; }

.ais-VoiceSearch-button:disabled {
  color: #a5aed1; }

.ais-VoiceSearch-button:disabled:hover {
  color: #a5aed1;
  cursor: not-allowed;
  background: inherit; }

.close-search-results {
  cursor: pointer;
  color: #96989a;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 49px; }

.close-search-results-md {
  padding: 15px; }

.close-search-results-sm {
  padding: 8px; }

#instant-search-box .grey-search-icon {
  top: 2px;
  position: absolute;
  right: 0px; }

@media (max-width: 991px) {
  #instant-search-box input {
    background-color: #ffffff; } }

@media (max-width: 991px) {
  body.search-focus #instant-search-box input {
    padding: 12px 40px; } }

.btn-admin {
  color: #f0ad4e !important;
  background-color: transparent; }

.btn-admin-float {
  position: absolute;
  z-index: 100;
  left: 2px;
  margin-top: 2px; }

.btn-admin-inline {
  padding: 0; }

.label-admin-hover {
  position: relative; }

.label-admin-hover .label-admin {
  position: absolute;
  left: 0;
  display: none; }

.label-admin-hover:hover .label-admin {
  display: inline-block; }

.list-group-item img {
  max-height: 65px; }

.navbar {
  margin-bottom: 0; }

.nav-tabs .icon {
  width: auto;
  height: auto; }

.navbar.bg-primary {
  background-color: #1568b2 !important; }

.navbar {
  padding: 0;
  margin-bottom: 0 !important; }

body.rails_admin {
  padding-top: 0; }

body.rails_admin .sidebar.btn-toggle-nav {
  top: 4.5rem !important; }

#admin-tables-nav .dropdown-header {
  color: #fff;
  font-size: 2em;
  padding: 15px 14px 0px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }

#admin-tables-nav a {
  color: #fff; }

#admin-tables-nav a:hover, #admin-tables-nav a:focus {
  text-decoration: none;
  background-color: #135a9a; }

#logo img {
  max-height: 26px; }

img.img-thumbnail {
  max-height: 250px; }

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545; }

.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.shimmer {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 8%, #89D9FF 38%, #ffffff 54%);
  background-size: 1000px 640px;
  position: relative; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.rails_admin turbo-frame[busy] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 8%, #89D9FF 38%, #ffffff 54%);
  background-size: 1000px 640px;
  min-height: 20px; }

#order-frame .row, .autocomplete-controller .row {
  margin-bottom: 4px; }
  #order-frame .row label, .autocomplete-controller .row label {
    text-align: right; }

#order-frame .list-group, .autocomplete-controller .list-group {
  position: absolute;
  z-index: 10;
  padding: 0;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5); }
  #order-frame .list-group li, .autocomplete-controller .list-group li {
    text-decoration: underline;
    color: #005ca9;
    padding: 2px 4px;
    cursor: pointer; }

.sortable {
  cursor: grab; }

.admin-activity-graph {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: end;
  padding: 10px;
  background-color: rgba(40, 143, 193, 0.1);
  top: 10px; }

.admin-graph-bar {
  background-color: #f0ad4e;
  width: 5px;
  margin-right: 2px;
  border: 0px solid #5cb85c;
  border-bottom: 1px solid #888888; }

#reports-menu {
  padding-top: 1rem;
  padding-right: 5rem; }
  #reports-menu h2 {
    font-weight: 300;
    font-size: 2.5rem;
    border-left: 0.5rem solid #ffffff;
    padding-left: 0.7rem; }
  #reports-menu h2.active {
    border-left: 0.5rem solid #006BFF; }
  #reports-menu a {
    color: #5F5F5F; }

#reports-body a[disabled], #reports-body a[disabled]:hover {
  pointer-events: none;
  color: #e1e1e1; }

#reports-header {
  font-family: "Oswald", helvetica, sans-serif;
  margin: 2rem 0 1rem 0; }
  #reports-header h1 {
    margin: 0 1rem 0 0; }
  #reports-header a {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.8rem;
    color: #767778; }
    #reports-header a small {
      margin-left: 5px;
      font-size: 1.5rem;
      font-weight: 300; }

#time-nav {
  background-color: #F4F4F4;
  padding: 0;
  font-family: "Oswald", helvetica, sans-serif;
  font-size: 1.7rem; }
  #time-nav a {
    color: #555555; }
    #time-nav a svg {
      width: 20px;
      height: 20px; }
  #time-nav a[disabled] {
    color: #B0B0B0; }
  #time-nav .btn {
    line-height: 0.7;
    padding: 5px;
    letter-spacing: 0;
    font-weight: 300; }
  #time-nav a.active {
    color: #FFFFFF;
    background-color: #006BFF;
    border-radius: 4.5px; }
  #time-nav > :first-child {
    margin-right: 2vw; }
  #time-nav > :last-child {
    margin-left: 2vw; }

.chart-header {
  font-family: "Oswald", helvetica, sans-serif;
  text-transform: uppercase;
  color: #737373;
  padding-bottom: 1rem; }
  .chart-header h2 {
    margin: 0 1rem 0 0;
    font-size: 2.5rem; }
  .chart-header a {
    cursor: pointer; }

.highcharts-legend-item .highcharts-graph {
  display: none; }

.highcharts-credits {
  display: none; }

body.rails_admin .table td.last .d-inline {
  display: inline-block !important; }

.blognav-dropdown {
  display: none;
  list-style: none;
  z-index: 10;
  background-color: #ffffff;
  padding: 10px 15px 15px 15px;
  position: absolute;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.5); }
  .blognav-dropdown > li > a {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    white-space: nowrap; }

.blognav-button .fa {
  font-size: 11px;
  vertical-align: middle; }

.calendar-title {
  display: inline-block;
  margin-top: 0; }

.day-event {
  background-color: #ffe690;
  margin: 0px -2px 3px;
  padding: 2px 7px;
  display: block; }

.day .multi-day-event {
  margin: 0px -9px 2px;
  padding: 2px 10px; }

.day .single-day-event {
  margin: 0px -2px 2px; }

.blog-date {
  margin-top: 10px;
  margin-bottom: -18px; }

/*SIMPLE CALENDAR*/
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%; }

@media (max-width: 991px) {
  .simple-calendar thead {
    display: none; } }

.simple-calendar tr {
  border-collapse: collapse; }

.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left; }

.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px; }

.simple-calendar .day {
  height: 80px; }
  @media (max-width: 991px) {
    .simple-calendar .day {
      width: 100%;
      display: block; } }
.simple-calendar .day-of-month {
  display: block;
  text-align: right; }

.simple-calendar .today {
  background: #FFFFC0; }

.simple-calendar .prev-month {
  background: #DDD; }

.simple-calendar .next-month {
  background: #DDD; }

.btn {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    .btn {
      white-space: normal; } }
.btn-default {
  color: #373a3c;
  border: 1px solid #373a3c;
  background: transparent; }

.btn-default:hover {
  background: rgba(0, 0, 0, 0.05); }

button {
  border: none; }

.btn-link {
  color: #005ca9;
  text-decoration: none;
  cursor: pointer; }
  .btn-link:hover, .btn-link:focus {
    color: #00325d;
    text-decoration: underline; }
  .btn-link:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

@media (max-width: 991px) {
  #blue-header-toggle {
    background: transparent; }
  #dark-grey-header .btn {
    color: #eceeef; } }

.cart-alert {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row; }

.cart-alert h3 {
  font-size: 20px;
  padding: 14px;
  margin: 0; }

.cart-alert h4 {
  font-size: 15px;
  padding: 11px;
  margin: 0; }

.cart-alert p {
  padding: 10px 15px;
  margin: 0;
  background-color: #eee;
  flex-grow: 1;
  font-size: 13px;
  justify-content: center; }

.cart-alert-success {
  background-color: #5cb85c; }

.cart-alert-primary h4 {
  background-color: #338fd2; }

.cart-alert-default h4 {
  background-color: #bbbbbb; }

.cart-alert-warning {
  background-color: #f9c908; }

.cart-alert-danger {
  background-color: #db5716; }

.cart-alert-danger.muted h3 {
  background-color: #db5716; }

.category-header {
  margin-bottom: 0px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .category-header p {
    margin: 0; }
  .category-header h1 {
    margin-top: 5px; }

.breadcrumb {
  padding: 5px 0 0 2px;
  margin-bottom: 0px;
  background-color: transparent; }

.breadcrumb > li + li:before {
  content: "> "; }

.pagination {
  margin: 0; }

#product-filter {
  padding-top: 10px; }
  #product-filter .btn-group a.disabled {
    color: #373a3c;
    opacity: 1; }

.filter-group .filter-title {
  font-weight: bold; }

.filter-results .btn {
  margin-bottom: 10px;
  text-align: left; }

#products-group {
  padding: 20px 0; }
  #products-group h4 {
    margin: 0 0 5px 0; }
  @media (min-width: 1200px) {
    #products-group .thumb-content img {
      width: 244.984px;
      height: 163.312px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #products-group .thumb-content img {
      width: 195px;
      height: 130px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #products-group .thumb-content img {
      width: 140px;
      height: 93.328px; } }
  @media (min-width: 1200px) {
    #products-group .thumb-list img {
      width: 107px;
      height: auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #products-group .thumb-list img {
      width: 107px;
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #products-group .thumb-list img {
      width: 140px;
      height: auto; } }
  @media (max-width: 991px) {
    #products-group .col-sm-12 {
      text-align: center; } }
.checked-filter {
  position: absolute;
  left: -17px;
  padding-top: 3px !important; }

.distributor-filter a {
  text-indent: -20px;
  padding-left: 20px;
  display: block; }

.unselected-vehicle-section .form-group {
  margin-bottom: 3px; }

.product h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; }
  @media (max-width: 991px) {
    .product h4 {
      font-size: 25px; } }
.product .caption {
  text-align: center; }
  .product .caption .btn-info {
    margin-bottom: 20px; }

.category-products h2 {
  margin-top: 0; }
  .category-products h2 a {
    color: inherit; }

@media (max-width: 991px) {
  .category-products .a-product {
    margin-bottom: 20px; } }

.a-product {
  margin-bottom: 20px;
  text-align: center; }
  .a-product img {
    max-width: 100%; }
  .a-product a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    padding-bottom: 5px; }

.category-landing-header {
  font-size: 18px;
  font-weight: 200; }
  .category-landing-header h1 {
    text-align: center;
    font-size: 42px;
    text-transform: uppercase; }
  .category-landing-header h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300; }
  .category-landing-header .slick-dots {
    bottom: 10px; }
    .category-landing-header .slick-dots li button:before {
      color: white; }
    .category-landing-header .slick-dots li.slick-active button:before {
      color: white; }
  .category-landing-header .slick-dotted.slick-slider {
    margin-bottom: 0px; }

.category-landing-search {
  font-weight: 200;
  text-align: center; }
  .category-landing-search p {
    font-size: 21px; }
  .category-landing-search h2 {
    text-transform: uppercase; }
  .category-landing-search h4 {
    font-size: 21px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-top: 40px;
    text-transform: uppercase;
    text-decoration: underline; }

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

.total-confirmation {
  color: red; }

.hr-tight {
  margin-top: 5px;
  margin-bottom: 15px; }

.honda-book h1, .honda-book h2, .honda-book h3, .honda-book h4, .honda-book h5, .honda-book h6 {
  text-transform: uppercase;
  text-align: center; }

.honda-book blockquote {
  font-family: 'Oswald', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center; }

.honda-book figcaption {
  text-align: center;
  color: #818a91; }

.honda-book .col-sm-6.well:first-child {
  border-left: 15px solid #ffffff; }

.honda-book .col-sm-6.well:last-child {
  border-right: 15px solid #ffffff; }

.honda-book .well {
  margin-bottom: 0; }

.honda-book .btn-slider i:before {
  content: "[+]"; }

.honda-book .btn-slider.active i:before {
  content: "[-]"; }

.honda-book .media-heading {
  font-family: 'Oswald', helvetica, arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3em; }

.honda-book .media-left {
  padding-right: 30px;
  width: 30%; }

.honda-book .media-body {
  padding-right: 30px; }

.honda-book .thumbnails img {
  border: solid 1px #eceeef; }

label {
  font-size: 13px; }

#cart-shipping-estimate-zip-input {
  display: block;
  margin-bottom: 4px; }

.form-control-help-image {
  vertical-align: middle;
  margin-left: 10px; }

#shopatron-payment-form .fa, #dpm-form .fa, #authorize-payment-form .fa {
  display: inline;
  opacity: 0.5;
  margin-left: -18px; }

#shopatron-payment-form .form-control, #dpm-form .form-control, #authorize-payment-form .form-control {
  display: inline; }

#checkout-review-details h4, #checkout-review-details h5, #continue-checkout-block h4, #continue-checkout-block h5 {
  margin-top: 0; }

#continue-checkout-block {
  background-color: #fff;
  z-index: 2;
  padding-top: 20px; }
  @media (max-width: 767px) {
    #continue-checkout-block {
      position: relative !important; } }
  #continue-checkout-block th, #continue-checkout-block td {
    padding: 0 4px; }

#continue-checkout-block.updating, #payment-box.updating {
  opacity: 0.5;
  background-color: #CCCCCC;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 4rem 4rem;
  display: -ms-flexbox;
  display: inherit;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  transition: width .6s ease; }
  #continue-checkout-block.updating th, #payment-box.updating th {
    background-color: inherit; }

.text-danger {
  color: #b30000;
  padding: 5px 0 5px 0; }

th {
  background-color: transparent; }

#authorize-alert {
  padding: 10px;
  margin-bottom: 10px; }

.container-child {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 767px) {
  .flex-responsive {
    display: block; }
  .flex-responsive .pe-0 {
    padding-right: 15px !important; } }

@media (min-width: 480px) {
  .flex-responsive {
    display: flex; } }

#checkout-address [aria-busy="true"] > * {
  display: block;
  position: relative;
  overflow: hidden; }

#checkout-address [aria-busy="true"] > * :after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
  animation: shimmer 2s infinite;
  pointer-events: none;
  z-index: 10; }

@keyframes shimmer {
  0% {
    transform: translateX(50%); }
  100% {
    transform: translateX(-50%); } }

.video-thumbnail {
  min-height: 50%;
  background-color: #ccc;
  display: block;
  position: relative; }
  .video-thumbnail iframe {
    max-height: 100%;
    max-width: 100%; }
  .video-thumbnail .video-thumbnail-overlay {
    display: inline-block;
    background-color: rgba(51, 51, 51, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
    .video-thumbnail .video-thumbnail-overlay .fa-play-circle-o {
      color: #ffffff; }
      @media (max-width: 767px) {
        .video-thumbnail .video-thumbnail-overlay .fa-play-circle-o {
          line-height: 355%;
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .video-thumbnail .video-thumbnail-overlay .fa-play-circle-o {
          line-height: 320%;
          font-size: 60px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .video-thumbnail .video-thumbnail-overlay .fa-play-circle-o {
          line-height: 360%;
          font-size: 70px; } }
      @media (min-width: 1200px) {
        .video-thumbnail .video-thumbnail-overlay .fa-play-circle-o {
          line-height: 390%;
          font-size: 80px; } }
  @media (max-width: 767px) {
    .video-thumbnail {
      width: 83vw;
      height: 46.7vw; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .video-thumbnail {
      width: 335px;
      height: 188.4px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .video-thumbnail {
      width: 445px;
      height: 250.3px; } }
  @media (min-width: 1200px) {
    .video-thumbnail {
      width: 545px;
      height: 306.6px; } }
.home-jumbo-left {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #55595c;
  padding: 20px 20px 40px;
  overflow: hidden;
  color: #ffffff; }
  .home-jumbo-left p {
    font-size: 18px; }
  .home-jumbo-left .btn-default {
    border-color: #ffffff;
    color: #ffffff; }
  .home-jumbo-left .accent {
    border-bottom-color: #ffffff; }

.jumbo-image-right {
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 20px; }
  .jumbo-image-right .btn {
    margin-bottom: 20px;
    font-size: 0.75em; }
  .jumbo-image-right h3 a {
    color: inherit; }

.page-body img {
  max-width: 100%;
  height: auto !important; }

hr.gridded {
  margin: 0;
  border-top: 1px solid #e0e0e0; }

.grid-pad-n {
  padding-top: 30px; }

.grid-pad-s {
  padding-bottom: 30px; }

.grid-pad-nes {
  padding: 30px 15px 30px 0; }

.grid-pad-nsw {
  padding: 30px 0 30px 15px; }

.gridded-row div.gridded-left-edge {
  padding-left: 15px; }

.gridded-row h3 {
  margin-top: 0; }

.border-bottom {
  border-bottom: 1px solid #e0e0e0; }

.border-right {
  border-right: 1px solid #e0e0e0; }

.border-left {
  border-left: 1px solid #e0e0e0; }

.gridded-row blockquote {
  border: none;
  color: #55595c;
  font-size: 20px;
  margin-bottom: 20px; }

.thumbnail-grid {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.flex-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .flex-table {
    height: 600px; } }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-inline-block {
  display: inline-block !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.flex-row {
  display: flex;
  min-height: 50px; }

.flex-cell {
  flex: 1; }

.flex-cell h3 {
  margin-top: 5px; }

.row .cell {
  padding: 5px;
  box-sizing: border-box; }

.justify-content-center {
  justify-content: center;
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

#footer .row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

#footer .correct-paddings {
  padding: 45px 0px; }
  @media (max-width: 991px) {
    #footer .correct-paddings {
      padding: 30px 0 0; }
      #footer .correct-paddings .col-xs-12 {
        margin-bottom: 40px; } }
#footer-support {
  background-color: #005ca9;
  margin: 0px;
  color: #ffffff; }
  #footer-support h3 {
    color: #ffffff; }
    #footer-support h3 .fa {
      margin-right: 10px; }
    #footer-support h3 a {
      color: #ffffff; }
  #footer-support p, #footer-support p a {
    color: #ffffff;
    font-size: 1.0em; }
    @media (max-width: 767px) {
      #footer-support p, #footer-support p a {
        font-size: 1.1em; } }
#footer-categories {
  background-color: #005ca9;
  margin: 0px;
  color: #dddddd;
  font-size: 12px;
  font-weight: bold; }
  #footer-categories p a {
    font-size: 12px;
    font-weight: bold;
    color: #dddddd; }
    @media (max-width: 767px) {
      #footer-categories p a {
        font-size: 2em;
        text-transform: none;
        font-weight: normal; } }
  #footer-categories a.socials {
    color: #ffffff; }

#footer-shipping-details {
  margin: 0px; }

.copyright-bottom {
  background-color: #005ca9;
  text-align: center;
  padding: 10px;
  padding-top: 20px;
  margin: 0px; }
  .copyright-bottom small {
    color: #eceeef; }
  @media (max-width: 991px) {
    .copyright-bottom {
      font-size: 15px; } }
#footer-sign-up-newsletter {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px; }
  #footer-sign-up-newsletter p {
    font-weight: bold; }
    #footer-sign-up-newsletter p span {
      color: #005ca9; }
  #footer-sign-up-newsletter #sign-up-newsletter-form input {
    border: none;
    width: 300px !important;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #footer-sign-up-newsletter #sign-up-newsletter-form input::-webkit-input-placeholder {
      color: #dddddd;
      font-style: italic; }
    #footer-sign-up-newsletter #sign-up-newsletter-form input::-moz-placeholder {
      color: #dddddd;
      font-style: italic; }
    #footer-sign-up-newsletter #sign-up-newsletter-form input:-moz-placeholder {
      color: #dddddd;
      font-style: italic; }
    #footer-sign-up-newsletter #sign-up-newsletter-form input:-ms-input-placeholder {
      color: #dddddd;
      font-style: italic; }
  #footer-sign-up-newsletter #sign-up-newsletter-form button {
    border: none;
    margin-left: -5px;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px; }

@media (max-width: 767px) {
  #footer-social {
    font-size: 2em; } }

#footer-shipping {
  color: #3891dd;
  font-size: 17px;
  padding-bottom: 50px;
  text-align: center; }
  @media (max-width: 991px) {
    #footer-shipping {
      font-size: 1.6em; } }
  #footer-shipping hr {
    background-color: #0b0a0a;
    padding-left: 5%;
    padding-right: 5%; }
  #footer-shipping #footer-shipping-left {
    text-align: right;
    padding: 10px 0 0 0; }
    @media (max-width: 991px) {
      #footer-shipping #footer-shipping-left {
        text-align: center;
        padding: 10px 0 20px 0; } }
  #footer-shipping #footer-shipping-center {
    padding: 0px; }
  #footer-shipping #footer-shipping-right {
    padding: 10px 0 0 0;
    text-align: left; }
    @media (max-width: 991px) {
      #footer-shipping #footer-shipping-right {
        text-align: center;
        padding: 0 0 10px 0; } }
@media (max-width: 991px) {
  body {
    font-size: 2em; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", helvetica, sans-serif; }

@media (max-width: 767px) {
  h3, .fs-3 {
    font-size: 30px; }
  h4, .fs-4 {
    font-size: 25px; }
  h5, .fs-5 {
    font-size: 23px; }
  h6, .fs-6 {
    font-size: 21px; } }

h1 sup, h2 sup {
  top: -0.3em; }

h1 a {
  color: inherit; }

h1.accent, h2.accent, h3.accent, h4.accent, h5.accent, h6.accent {
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-color: #373a3c;
  white-space: nowrap;
  overflow: visible; }

h1.accent {
  font-size: 40px;
  border-bottom-width: 5px;
  padding-bottom: 14px;
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    h1.accent {
      width: 60px; } }
h2.accent {
  border-bottom-width: 4px;
  padding-bottom: 11px; }
  @media (min-width: 768px) {
    h2.accent {
      width: 50px; } }
h3.accent {
  border-bottom-width: 3px;
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    h3.accent {
      width: 40px; } }
h4.accent {
  border-bottom-width: 3px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    h4.accent {
      width: 33px; } }
h5.accent {
  border-bottom-width: 2px;
  padding-bottom: 3px; }
  @media (min-width: 768px) {
    h5.accent {
      width: 22px; } }
h6.accent {
  border-bottom-width: 1px;
  padding-bottom: 2px; }
  @media (min-width: 768px) {
    h6.accent {
      width: 14px; } }
hr.accent {
  border-bottom-style: solid;
  border-bottom-color: #373a3c;
  border-bottom-width: 5px;
  width: 60px;
  margin-left: 0; }

.container-alert {
  background-color: #ffffff; }

.home .container-alert {
  background-color: #231f20; }

.alert-notice, .alert-danger, .alert-success {
  display: flex;
  padding: 10px 20px;
  margin: 10px 0; }

.alert-notice {
  background-color: #ffe690;
  color: #7a6407; }

@media (max-width: 767px) {
  .alert-notice, .alert-danger {
    margin-bottom: 20px; } }

.alert-block {
  padding: 20px;
  margin: 20px; }
  .alert-block h1, .alert-block h2, .alert-block h3, .alert-block h4, .alert-block h5, .alert-block h6 {
    margin-top: 0;
    margin-bottom: 10px; }

.alert-block-no-margin {
  padding: 20px; }
  .alert-block-no-margin h1, .alert-block-no-margin h2, .alert-block-no-margin h3, .alert-block-no-margin h4, .alert-block-no-margin h5, .alert-block-no-margin h6 {
    margin-top: 0;
    margin-bottom: 10px; }

.alert-minimal {
  padding: 10px 0;
  background-color: #eceeef; }

.has-error .form-control {
  background-color: #f8d7da; }

.list-links-strong a {
  font-family: "Oswald", helvetica, sans-serif;
  color: #55595c; }

.list-links-strong a.highlight {
  color: #005ca9; }

.btn-xl {
  padding: 18px 25px;
  line-height: 1.33333;
  border-radius: 2px;
  border-width: 2px !important;
  font-size: 20px !important;
  font-family: "Oswald", helvetica, sans-serif;
  font-weight: 300; }

.btn-fullwidth {
  display: block;
  font-size: 6em;
  color: #c0c0c0; }

.btn-fullwidth:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-slider {
  display: block;
  color: #373a3c;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.7em; }

.label-fullwidth {
  font-size: 0.2em;
  display: block;
  margin-bottom: -40px;
  margin-top: 20px;
  letter-spacing: 0.2em; }

iframe {
  max-width: 100%; }

.hide-overflow {
  overflow: hidden;
  white-space: nowrap; }

.bg-light-gray {
  background-color: #eceeef; }

.alt-row {
  background-color: #eceeef; }
  .alt-row .last-col {
    border-right: 15px solid white;
    padding-right: 0; }

.popper {
  position: absolute;
  display: none;
  background-color: #fff;
  margin-left: 15px;
  padding: 15px;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 1px;
  text-align: left; }

ul.popper {
  list-style: none; }

.popper.active {
  display: block; }

.slider {
  overflow-y: hidden; }

#newsletter-popper {
  background: url(https://84c0542ad5d322f08f06-651d7fb22d7870bee4d1cd6d755230af.ssl.cf1.rackcdn.com/misc/ui/newsletter-popper-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: fixed;
  color: #ffffff;
  right: -100%;
  bottom: 50px;
  z-index: 98;
  box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.35);
  text-align: center; }
  #newsletter-popper form {
    border: 2px solid #fff;
    padding: 20px; }
  #newsletter-popper h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 51px;
    font-style: italic; }
  @media (min-width: 768px) {
    #newsletter-popper {
      width: 410px;
      padding: 20px; }
      #newsletter-popper input {
        width: 244px;
        margin: 10px auto;
        display: block; } }
  @media (max-width: 767px) {
    #newsletter-popper {
      width: 90%;
      padding: 20px; }
      #newsletter-popper input {
        margin: 10px auto;
        display: block; }
      #newsletter-popper .btn-lg, #newsletter-popper .btn-group-lg > .btn {
        padding: 6px 18px;
        font-size: 1em;
        margin: 5px; } }
.input-group-btn .btn {
  font-size: 12.6px; }

.well-outline {
  border: 1px solid #818a91;
  background-color: transparent;
  margin-bottom: -1px !important; }

.well > h1, .well > h2, .well > h3, .well > h4, .well > h5, .well > h6 {
  margin-top: 0; }

.tabby div {
  display: none; }

.tabby div.active {
  display: block; }

.tabby a {
  color: lawngreen; }

.tabby a.active {
  color: orangered; }

@media (max-width: 991px) {
  #navbar {
    display: none; } }

#navbar-main {
  width: 100%; }
  @media (min-width: 992px) {
    #navbar-main {
      display: flex;
      flex-direction: row; } }
  #navbar-main .btn-dropdown {
    padding-right: 30px;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    white-space: nowrap;
    line-height: 24px; }
    @media (max-width: 991px) {
      #navbar-main .btn-dropdown {
        border-bottom: none;
        line-height: 0; } }
    @media (min-width: 992px) {
      #navbar-main .btn-dropdown {
        font-size: 13px; } }
    @media (max-width: 991px) {
      #navbar-main .btn-dropdown {
        font-size: 1.3em;
        line-height: 2em; } }
  #navbar-main .btn-dropdown:hover, #navbar-main .btn-dropdown:focus {
    text-decoration: none; }
    @media (max-width: 991px) {
      #navbar-main .btn-dropdown:hover, #navbar-main .btn-dropdown:focus {
        border-bottom: none; } }
@media (max-width: 991px) {
  .dark-blue-nav-item {
    display: block; } }

.dark-blue-nav-item .dropdown.open, .dark-blue-nav-item .dropdown.open:focus, .dark-blue-nav-item .dropdown.open:active {
  border-bottom: 6px solid #85add0 !important; }

.light-blue-nav-item {
  background-color: #086abf; }
  @media (max-width: 991px) {
    .light-blue-nav-item {
      display: block; } }
  .light-blue-nav-item .dropdown.open, .light-blue-nav-item .dropdown.open:focus, .light-blue-nav-item .dropdown.open:active {
    border-bottom: 6px solid #71a7ce !important; }
  .light-blue-nav-item .btn-dropdown {
    background-color: transparent; }

#blue-header {
  position: relative;
  line-height: 0; }

.blue-header-left {
  background-color: #005ca9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  @media (max-width: 991px) {
    .blue-header-left {
      width: 100%; } }
#navbar-main .btn-dropdown.open {
  position: static; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-left: 0;
  vertical-align: middle;
  content: none;
  border: none; }

.dropdown-menu {
  display: none;
  text-align: left;
  z-index: 50;
  line-height: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding-bottom: 20px;
  max-width: 100%;
  border: none !important;
  background-color: #eceeef; }
  @media (max-width: 991px) {
    .dropdown-menu {
      position: relative;
      float: none; } }
  .dropdown-menu h2 {
    font-family: "Oswald", helvetica, sans-serif;
    font-size: 28px;
    margin: 15px 0;
    padding: 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }
    .dropdown-menu h2 a {
      color: inherit; }
  .dropdown-menu .dropdown-item {
    display: block;
    text-transform: none;
    padding: 4px 8px; }
  .dropdown-menu hr {
    border-top: 1px solid #d8d8d8; }

.dropdown-item {
  color: inherit;
  font-size: 13px;
  white-space: normal;
  font-weight: 400;
  letter-spacing: 0.1em; }
  @media (max-width: 991px) {
    .dropdown-item {
      font-size: 18px;
      line-height: normal; } }
.dropdown-item:hover {
  color: #0b7dd0; }

.dropdown-item h6 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-transform: uppercase;
  width: auto; }
  @media (max-width: 991px) {
    .dropdown-item h6 {
      font-size: 21px; } }
.dropdown-sider {
  background-color: #ffffff;
  padding: 15px 10px; }

.dropdown-sider a {
  color: inherit; }

.close-dropdown {
  cursor: pointer;
  color: #96989a;
  padding: 37px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }
  .close-dropdown svg {
    width: 38px;
    height: 38px; }
  @media (max-width: 991px) {
    .close-dropdown {
      display: none; } }
@media (min-width: 992px) {
  .column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

.column4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }

#account-dropdown {
  background-color: #0b7dd0;
  margin-top: 10px;
  padding: 10px; }
  #account-dropdown a {
    color: #ffffff;
    font-size: 15px; }

.custom-container {
  margin: 0px;
  padding: 0px;
  max-width: 1500px; }

.logo {
  padding: 4px; }
  .logo img {
    max-width: 96%; }
    @media (max-width: 991px) {
      .logo img {
        max-width: 50%;
        height: 30px; } }
  @media (max-width: 767px) {
    .logo {
      max-height: 40px; } }
.tagline {
  text-transform: uppercase;
  text-decoration: inherit;
  font-style: italic;
  color: #f0f0f0;
  font-family: "Oswald", "Helvetica Neue";
  letter-spacing: 0.1em;
  font-weight: 100;
  text-align: center;
  margin: 20px 0 0;
  white-space: nowrap; }
  @media (max-width: 991px) {
    .tagline {
      font-size: 13px;
      font-size: 13px;
      background-color: #231f20;
      margin: 0;
      padding: 0 0 5px 0; } }
  @media (max-width: 767px) {
    .tagline {
      font-size: 13px;
      padding: 10px 0 20px;
      white-space: normal; } }
  .tagline em {
    color: #f9c908; }

.nav-block-short {
  margin: 4px 0; }

.global-search {
  text-align: right; }
  @media (max-width: 767px) {
    .global-search {
      position: absolute;
      margin-top: 50px;
      width: 100%; } }
@media (min-width: 992px) {
  .global-links {
    padding-right: 30px;
    text-align: right; } }

@media (max-width: 991px) {
  .global-links {
    text-align: right; } }

.nav {
  margin-bottom: 0; }

input.form-control {
  border-radius: 0px;
  border-color: #dddddd; }

.nav.nav-inline {
  margin-bottom: 0px; }

#dark-grey-header {
  background-color: #231f20;
  height: auto;
  margin: 0px !important; }
  @media (min-width: 1500px) {
    #dark-grey-header {
      height: 130px !important; } }
  @media (min-width: 1200px) {
    #dark-grey-header {
      padding: 30px 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #dark-grey-header {
      padding: 30px 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #dark-grey-header {
      padding: 0px 0px; } }
.light-grey-text {
  color: #acaaab;
  background: none !important;
  border: none !important;
  font-size: 16px; }

input.dark-grey-search {
  background-color: #3a3a3a;
  border-radius: 0;
  width: 100% !important;
  border: none;
  padding: 19px 24px;
  font-size: 16px;
  color: #bbbbbb;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  input.dark-grey-search::-webkit-input-placeholder {
    color: #888888; }
  input.dark-grey-search::-moz-placeholder {
    color: #888888; }
  input.dark-grey-search:-moz-placeholder {
    color: #888888; }
  input.dark-grey-search:-ms-input-placeholder {
    color: #888888; }

#search-go-button {
  display: none; }

#search-focuser-bg {
  background-color: #222222; }

#search-focuser {
  display: none; }

#search-focus-button, #search-focus-button-home {
  display: none;
  position: absolute;
  top: 6px;
  right: 25px;
  z-index: 1; }
  @media (max-width: 991px) {
    #search-focus-button, #search-focus-button-home {
      position: absolute;
      top: 0.5px;
      right: 14px; } }
#btn-menu-focus-sbv {
  color: #338fd2;
  border: 1px solid #338fd2; }

@media (max-width: 991px) {
  .global-search {
    display: none; }
  #search-focuser {
    display: block;
    position: relative;
    background-color: #222222;
    padding: 15px 30px 15px 30px; }
  input.dark-grey-search {
    background-color: #ffffff;
    border-radius: 0;
    width: 100% !important;
    height: 44px;
    border: none;
    padding: 19px 24px;
    font-size: 16px;
    color: #222222; }
    input.dark-grey-search::-webkit-input-placeholder {
      color: #888888; }
    input.dark-grey-search::-moz-placeholder {
      color: #888888; }
    input.dark-grey-search:-moz-placeholder {
      color: #888888; }
    input.dark-grey-search:-ms-input-placeholder {
      color: #888888; }
  #search-go-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0; }
  #search-focus-button, #search-focus-button-home {
    display: block;
    transform: none;
    position: absolute;
    top: 15px;
    right: 14px;
    border-radius: 0;
    height: 38px; }
  .ais-SearchBox-input {
    background-color: #ffffff;
    color: #000; }
  #instant-search-results {
    position: inherit; }
  body.overlay {
    height: 100%;
    overflow: hidden; }
    body.overlay #overlay-fader {
      position: absolute;
      background-color: #333333;
      opacity: 0.8;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99; }
    body.overlay #search-focuser {
      display: none; }
  #blue-header {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 80%;
    left: -80%;
    overflow-y: scroll;
    z-index: 100;
    transition-property: left;
    transition-duration: 0.25s; }
  #navbar-main {
    text-align: left; }
    #navbar-main .btn-dropdown {
      padding-left: 0.7em;
      position: relative; }
      #navbar-main .btn-dropdown i {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 0.6em;
        color: #d5e0e9; }
    #navbar-main .dropdown-menu {
      position: relative;
      transform: none;
      overflow: hidden; }
      #navbar-main .dropdown-menu h2 {
        font-family: "Helvetica Neue", "Arial", sans-serif;
        font-size: 18px;
        text-align: left;
        margin: 0;
        padding: 20px 0 18px 10px; }
        #navbar-main .dropdown-menu h2 a {
          display: block; }
      #navbar-main .dropdown-menu hr {
        display: none; }
      #navbar-main .dropdown-menu .dropdown-item {
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 0; }
  body.menu-focus #btn-menu-focus-search {
    display: inline-block; }
  body.menu-focus #dark-grey-header {
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 0;
    z-index: 100; }
    body.menu-focus #dark-grey-header .global-search {
      display: none; }
  body.menu-focus #blue-header {
    left: 0; }
  body.search-focus #search-focuser, body.search-focus #search-focus-button, body.search-focus #search-focus-button-home {
    display: none; }
  body.search-focus .logo {
    display: none; }
  body.search-focus .global-links {
    display: none; }
  body.search-focus .global-search {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 100; }
    body.search-focus .global-search .tagline {
      display: none; }
  body.search-focus #dark-grey-header {
    padding: 0; }
  body.search-focus #search-go-button {
    display: block;
    height: 47px;
    font-size: 14px; } }

#btn-menu-focus-search {
  display: none; }

#remove-focus-button {
  display: none;
  position: absolute;
  top: 6px;
  left: -4px; }
  #remove-focus-button svg {
    padding: 3px;
    height: 18px;
    margin-left: 1px; }
    #remove-focus-button svg circle, #remove-focus-button svg path {
      fill: #666666; }

@media (max-width: 991px) {
  body.search-focus #remove-focus-button {
    display: block; } }

.grey-search-icon {
  color: #888888; }

.light-blue-background {
  background-color: #0b7dd0 !important; }

.alert {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none; }

#nav-header-sm {
  background-color: #231f20;
  padding: 10px 0; }
  #nav-header-sm .grey-search-icon {
    position: absolute;
    top: 13px;
    right: 10px; }
    @media (max-width: 991px) {
      #nav-header-sm .grey-search-icon {
        top: 8px; } }
  #nav-header-sm .nav-toggle {
    color: #666666;
    background-color: transparent;
    font-size: 36px;
    line-height: 36px; }

@media (min-width: 992px) {
  .collapse {
    display: block !important; } }

.btn-user-nav:focus {
  color: #acaaab !important; }

.btn-user-nav {
  color: #acaaab;
  background: transparent;
  border: transparent;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: 16px; }
  .btn-user-nav svg {
    height: 18px;
    margin-left: 1px; }
    .btn-user-nav svg circle, .btn-user-nav svg path {
      fill: #666666; }
  .btn-user-nav .cart-indicator {
    top: 1px;
    position: relative; }
  .btn-user-nav #cart-count {
    position: absolute;
    left: 12px;
    bottom: 9px;
    color: #deb507;
    font-weight: 100;
    font-family: "Oswald", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px; }

.dropdown-menu .btn-user-nav {
  display: block; }

@media (max-width: 991px) {
  .btn-user-nav {
    font-size: 21px; }
    .btn-user-nav svg {
      height: 18px;
      margin-left: 1px; }
      .btn-user-nav svg circle, .btn-user-nav svg path {
        fill: #eceeef; }
  .navbar-nav {
    margin: 0 !important;
    float: none; } }

.btn-user-nav:hover {
  color: #eceeef; }

.btn-cart {
  padding-right: 2px; }

#search-by-vehicle-header {
  background-color: #231f20; }
  #search-by-vehicle-header #sbv-intro {
    text-align: right;
    padding-right: 15px; }
  #search-by-vehicle-header #sbv-header1 {
    font-size: 12px;
    font-weight: 900;
    color: #AAAAAA; }
  #search-by-vehicle-header #sbv-header2 {
    margin: 0;
    font-size: 17px;
    font-weight: 100;
    color: #f9c908; }
  #search-by-vehicle-header .sbv-col {
    height: 50px;
    display: flex;
    align-items: center; }
    #search-by-vehicle-header .sbv-col a {
      display: block; }
  #search-by-vehicle-header #sbv-chevron-right {
    height: 14px; }
    #search-by-vehicle-header #sbv-chevron-right path {
      fill: #f9c908; }
  #search-by-vehicle-header #sbv-step-1 {
    background-color: #7c7c7c; }
    #search-by-vehicle-header #sbv-step-1 .sbv-svg-step-number {
      margin-right: 9px; }
  #search-by-vehicle-header #sbv-step-2 {
    background-color: #9f9f9f; }
  #search-by-vehicle-header #sbv-step-3 {
    background-color: #CCCCCC; }
  #search-by-vehicle-header .sbv-svg-step-number {
    height: 23px;
    margin-bottom: 1px;
    margin-right: 4px; }
  #search-by-vehicle-header #home-sbv-recent {
    background-color: #CCCCCC;
    border-right: 4px solid #666666;
    flex-grow: 1;
    position: relative; }
    #search-by-vehicle-header #home-sbv-recent a, #search-by-vehicle-header #home-sbv-recent a:visited {
      color: #003B6B; }
  #search-by-vehicle-header h4 {
    text-transform: uppercase; }
    #search-by-vehicle-header h4 small {
      font-size: 85%;
      margin-left: 2px;
      color: #888b8e;
      font-weight: 100; }
  #search-by-vehicle-header .col-flex-sm-2, #search-by-vehicle-header .col-flex-sm-3 {
    padding-right: 0; }
  #search-by-vehicle-header .btn-popper {
    padding: 8px 0 8px 15px;
    display: inline-block;
    white-space: nowrap; }
  #search-by-vehicle-header .form-control {
    width: 140px;
    margin-left: 9px;
    display: inline-block; }
  @media (max-width: 767px) {
    #search-by-vehicle-header #home-sbv-recent {
      border: none; } }
  @media (min-width: 1200px) {
    #search-by-vehicle-header .col-flex-sm-3 {
      width: 19%;
      flex-basis: 19%;
      max-width: 19%; }
    #search-by-vehicle-header .col-flex-sm-2 {
      width: 13%;
      flex-basis: 13%;
      max-width: 13%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search-by-vehicle-header .col-flex-sm-3 {
      width: 24%;
      flex-basis: 24%;
      max-width: 24%; }
    #search-by-vehicle-header .col-flex-sm-2 {
      width: 13%;
      flex-basis: 13%;
      max-width: 13%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #search-by-vehicle-header .col-flex-sm-3 {
      width: 30%;
      flex-basis: 30%;
      max-width: 30%; }
    #search-by-vehicle-header .col-flex-sm-2 {
      width: 15%;
      flex-basis: 15%;
      max-width: 15%; } }
.home-jumbo-left {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #55595c;
  padding: 0;
  color: #ffffff; }
  .home-jumbo-left p {
    font-size: 18px; }
  .home-jumbo-left .btn-default {
    border-color: #ffffff;
    color: #ffffff; }
  .home-jumbo-left .accent {
    border-bottom-color: #ffffff; }
  .home-jumbo-left .col-sm-5 {
    padding-top: 20px;
    padding-bottom: 0px; }
    @media (max-width: 767px) {
      .home-jumbo-left .col-sm-5 {
        padding-top: 0px;
        padding-bottom: 0px; } }
.home-jumbo-left.quality-cables {
  background-color: #b7b7b7;
  margin-bottom: 2px;
  color: #141414; }
  .home-jumbo-left.quality-cables .accent {
    border-bottom-color: #b7b7b7; }
  .home-jumbo-left.quality-cables .btn-default {
    border-color: #141414;
    color: #141414; }

.home-jumbo-left.specialty-tools, .home-jumbo-left.all-categories {
  background-image: radial-gradient(circle at center, #2a76cd 0, #2667c6 100%);
  margin-bottom: 2px; }

.home-jumbo-left.controls {
  background-color: #e2e3e5;
  margin-bottom: 2px;
  color: #333333; }
  .home-jumbo-left.controls p {
    font-size: 18px; }
  .home-jumbo-left.controls .btn-default {
    border-color: #333333;
    color: #333333; }
  .home-jumbo-left.controls .accent {
    border-bottom-color: #333333; }

@media (max-width: 767px) {
  .img-xs-responsive {
    max-width: 100%; } }

.bg-blue-burst {
  background-image: radial-gradient(circle at center, #3678cc 0, #185bbd 100%);
  margin-bottom: 2px;
  max-width: 100%; }

.bg-black {
  background-color: #000000; }

#home-carousel .carousel {
  margin-bottom: 2px; }
  #home-carousel .carousel .slick-track {
    display: flex !important; }
  #home-carousel .carousel .slick-slide {
    height: inherit !important; }
  #home-carousel .carousel .slick-slide > div {
    height: 100%; }
  #home-carousel .carousel .item {
    font-family: 'Oswald', helvetica, arial, sans-serif;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    overflow: hidden;
    position: relative;
    color: #ffffff; }
    @media (max-width: 991px) {
      #home-carousel .carousel .item {
        background-position: center; } }
    #home-carousel .carousel .item h1 {
      margin-top: 0;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 300; }
      @media (min-width: 992px) {
        #home-carousel .carousel .item h1 {
          font-size: 3.2em;
          letter-spacing: 3px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-carousel .carousel .item h1 {
          font-size: 2.2em;
          letter-spacing: 2px; } }
      @media (max-width: 767px) {
        #home-carousel .carousel .item h1 {
          font-size: 1.9em;
          letter-spacing: 1px; } }
    #home-carousel .carousel .item h1.accent {
      border-bottom-color: #ffffff; }
      @media (max-width: 767px) {
        #home-carousel .carousel .item h1.accent {
          border-bottom: none;
          white-space: normal; } }
    #home-carousel .carousel .item .btn {
      border-color: #ffffff;
      color: #ffffff; }
    #home-carousel .carousel .item h5 {
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 0; }
    #home-carousel .carousel .item hr {
      border: 0;
      border-top: 5px solid #373a3c;
      width: 40px;
      text-align: left;
      margin: 0 auto 0 0; }
    #home-carousel .carousel .item p {
      font-family: 'Oswald', helvetica, arial, sans-serif;
      font-size: 1.15em;
      line-height: 1.5em;
      font-weight: 100; }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-carousel .carousel .item p {
        font-size: 0.95em;
        line-height: 1.4em;
        font-weight: 300; }
      #home-carousel .carousel .item h3.accent {
        width: auto;
        white-space: normal; } }
  #home-carousel .carousel .slick-slide .slide-image-link {
    padding-top: 20px;
    padding-bottom: 20px; }
  #home-carousel .carousel .slick-slide img {
    margin: 0 auto; }
    @media (min-width: 1200px) {
      #home-carousel .carousel .slick-slide img {
        max-height: 235px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #home-carousel .carousel .slick-slide img {
        max-height: 215px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-carousel .carousel .slick-slide img {
        max-height: 235px; } }
    @media (max-width: 767px) {
      #home-carousel .carousel .slick-slide img {
        max-height: 185px; } }
.home-news {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #b7b7b7;
  color: #ffffff;
  margin-bottom: 2px; }
  .home-news h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 50px;
    color: #231f20; }
  .home-news .thumbnail {
    border: none; }
  .home-news .article {
    background-color: #005ca9; }
    .home-news .article .caption {
      color: #ffffff; }
      .home-news .article .caption h5 {
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.7px; }
      .home-news .article .caption h4 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .home-news .article .caption a {
        color: #ffffff; }
      .home-news .article .caption .btn-default {
        border: 1px solid #ffffff; }
      .home-news .article .caption p {
        height: 60px;
        line-height: 20px;
        overflow: hidden; }

.home-videos {
  text-align: center; }
  .home-videos h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 50px 0 20px; }
  .home-videos p {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 300; }
  .home-videos .btn {
    margin: 30px; }

.home-customer {
  text-align: center;
  background-color: #eceeef;
  padding: 5px 0 25px; }
  .home-customer h3 {
    text-transform: uppercase; }
  .home-customer p {
    width: 50%;
    margin: 0 auto;
    text-align: center; }
  .home-customer img {
    margin: 20px; }
  .home-customer form {
    margin-top: 20px; }
  .home-customer .form-control {
    margin: 0 auto 25px;
    display: block;
    width: 60%; }

@media (max-width: 991px) {
  .home-best-sellers .a-best-seller {
    margin-bottom: 20px; } }

.a-best-seller {
  text-align: center; }
  .a-best-seller img {
    max-width: 100%; }

#home-show-sbv-sm {
  text-align: center;
  width: 100%; }

@media (max-width: 991px) {
  #home-show-sbv-sm {
    font-size: 17px;
    height: 40px;
    margin-bottom: 10px; } }

.nav-tabs {
  border-bottom: 1px solid #818a91; }
  .nav-tabs > li {
    margin-bottom: 0;
    position: relative; }
    .nav-tabs > li > a {
      font-family: "Oswald", helvetica, sans-serif;
      font-size: 16px;
      color: #086abf; }

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #373a3c;
  border: none; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none; }

@media (max-width: 991px) {
  .nav > li {
    float: none !important; }
    .nav > li button {
      width: 100%;
      text-align: center; }
  #store-locator > .nav > li {
    float: left !important; } }

.nav-row {
  position: relative; }
  @media (max-width: 991px) {
    .nav-row {
      line-height: 0; } }
.menu-articles h4 {
  background-color: #005ca9;
  padding: 20px;
  margin: 0;
  color: #ffffff; }

.menu-articles .img-responsive {
  min-width: 100%; }

.menu-articles .media {
  background-color: #55595c;
  margin: 0; }

.menu-articles .media-left {
  padding: 0 10px;
  vertical-align: middle; }
  .menu-articles .media-left a {
    color: #ffffff;
    font-size: 28px; }

.menu-articles .menu-help-icon {
  width: 30px; }

.menu-articles .media-heading {
  margin: 0; }
  .menu-articles .media-heading a {
    font-size: 16px;
    color: #ffffff;
    margin: 0; }

.menu-articles .media-body {
  vertical-align: middle; }

.progress-vertical {
  margin-bottom: 30px;
  margin-top: 20px;
  list-style: none;
  padding-left: 8px; }

.progress-vertical li {
  height: 75px;
  position: relative;
  padding-left: 20px; }

.progress-vertical li:before {
  content: '•';
  width: 27px;
  height: 27px;
  display: block;
  color: transparent;
  background: #5cb85c;
  border-radius: 19px;
  top: -2px;
  left: -12px;
  position: absolute; }

.progress-vertical li:after {
  content: '';
  width: 5px;
  height: 60px;
  border-left: 5px solid #b4babe;
  position: absolute;
  left: 0;
  top: -56px;
  z-index: -1; }

.progress-vertical li:first-child:after {
  content: none; }

.progress-payment li {
  width: 50%; }

.progress-vertical li.active:after,
.progress-vertical li.active:before {
  background: #5cb85c; }

.progress-vertical li.complete:before {
  font-family: "FontAwesome";
  content: "\F00C";
  color: #ffffff;
  font-size: 17px;
  padding-top: 2px;
  text-align: center; }

.progress-vertical li.complete:after {
  border-left: 5px solid #5cb85c; }

.progress-vertical li.half-complete:before {
  background-color: #fff;
  border: 4px solid #b4babe; }

.progress-vertical li.half-complete:after {
  border-left: 5px dotted #b4babe; }

.progress-vertical li:last-child {
  height: 10px; }

ul {
  padding-left: 16px; }

tr, td {
  padding: 0;
  margin: 0; }

.note {
  font-size: 80%;
  color: #676767; }

.notes {
  margin: 15px 0;
  clear: both; }

.related-items-carousel .slick-next:before, .related-items-carousel .slick-prev:before {
  color: #b1b1b1;
  text-shadow: none; }

.related-items-carousel .product-description {
  padding-right: 30px; }

.item-image {
  max-width: 100%; }

.item-image-box {
  vertical-align: middle;
  overflow: hidden; }

.item-images-area {
  text-align: center; }

.item-images-area-full h2 {
  margin-top: 0; }

.alt-thumbs {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

.alt-thumb {
  margin: 4px; }

.active-alt-thumb {
  box-shadow: #aaa 1px 1px 7px 1px; }

.original-price {
  font-size: 12px;
  font-weight: normal;
  color: #AF0000; }

.original-price span, .retail {
  font-size: 12px;
  color: #777; }

.show_rtl_to_dlr {
  font-size: 70%;
  font-weight: normal;
  text-align: center;
  color: #999; }

.price {
  color: #3c3c3c;
  font-weight: bold;
  padding: 6px 0px 6px 0px;
  vertical-align: top;
  font-size: 120%;
  text-transform: inherit; }

.share-button {
  float: left;
  margin-right: 30px; }

.share-g-plus {
  width: 38px; }

#star-meter img {
  cursor: pointer; }

#dropdown-cart {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 210px;
  text-align: initial !important;
  margin-top: -58px;
  min-width: 760px;
  max-width: 860px;
  background-color: white !important; }
  #dropdown-cart #product-adding-error-message {
    font-size: 16px; }
  #dropdown-cart h2 {
    text-transform: none !important;
    text-align: initial !important;
    margin: 0px !important;
    letter-spacing: 0px !important;
    padding-top: 27px !important; }
  #dropdown-cart .pull-right.close-dropdown {
    padding: 16px !important; }
    #dropdown-cart .pull-right.close-dropdown p {
      font-size: 30px !important; }
  #dropdown-cart .cart-details {
    border-right: 1px solid lightgrey;
    min-height: 155px; }
    #dropdown-cart .cart-details h2, #dropdown-cart .cart-details p {
      margin-bottom: 0px; }
      #dropdown-cart .cart-details h2 a, #dropdown-cart .cart-details p a {
        padding: 0px; }
  #dropdown-cart #cart-popup-free-shiping {
    margin-top: 30px;
    margin-bottom: 0px; }
  #dropdown-cart #cart-popup-cost, #dropdown-cart #cart-popup-conditions {
    font-size: 12px;
    margin-bottom: 0px; }
  #dropdown-cart #cart-popup-conditions {
    margin-top: -5px; }

.review-response {
  margin-top: 20px;
  padding: 20px;
  background-color: #e0edff; }
  .review-response h4 {
    margin-top: 0; }

.related-items-carousel .slick-prev {
  left: -40px; }

.related-items-carousel .slick-next {
  right: -10px; }

.warning-box {
  margin: 0 0 20px;
  border: 1px solid #999;
  padding: 10px;
  max-width: 700px; }

.fa-exclamation-triangle.text-warning {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; }

.fa.fa-heart.fa-lg, .fa.fa-heart-o.fa-lg {
  cursor: pointer;
  margin-right: 5px; }

.fa.fa-heart.fa-lg, #item-like-alert {
  color: #db5716; }

#item-like-alert {
  padding-top: 5px; }

@media (max-width: 991px) {
  .add-to-cart {
    margin-bottom: 5px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  padding: 1rem .8rem;
  background: transparent;
  opacity: 0.75;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: 10px; }
  .slick-next:before {
    content: ""; }

@media (max-width: 991px) {
  .slick-arrow {
    display: none !important; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slide-header {
  font-family: "Oswald", helvetica, sans-serif;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .slide-details, .slide-header {
    display: none; } }

@media (max-width: 767px) {
  #home-carousel .accent {
    text-shadow: #000000 3px 3px 3px; } }

.storelocator-panel {
  border: 1px solid #ccc;
  overflow: auto; }

@media (max-width: 991px) {
  #panel {
    height: auto; } }

@media (min-width: 992px) {
  #panel {
    height: 500px; } }

#map-canvas {
  height: 500px; }

@media (max-width: 991px) {
  #panel {
    width: 100%; } }

@media (min-width: 992px) {
  #panel {
    width: 300px;
    float: left;
    margin-right: 10px; } }

#panel .feature-filter label {
  width: 130px; }

p.attribution, p.attribution a {
  color: #666; }

.storelocator-panel .store-list {
  margin: 0;
  padding: 0; }

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px; }

.storelocator-panel .directions-panel {
  font-size: 0.8em; }

.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #eee; }

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
  background: #ccf; }

.storelocator-panel .directions {
  display: none; }

.storelocator-panel .location-search {
  padding: 5px; }

.storelocator-panel .location-search input {
  width: 95%; }

.storelocator-panel .store-list .no-stores {
  color: grey; }

.storelocator-panel .store .features {
  display: none; }

.storelocator-panel .feature-filter {
  overflow: hidden; }

.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left; }

.store .title {
  font-weight: bold; }

.store .address,
.store .phone,
.store .web,
.store .misc {
  font-size: 80%;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block; }

.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  max-width: 250px; }

.store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em; }

/*.store .web a {
    color: green
}*/
.store .action {
  font-size: 0.8em;
  /*color: green;*/
  margin-right: 0.5em; }

th {
  background-color: #eee; }

.hr-table {
  /* make <hr> match a table */
  border: 0;
  border-top: 1px solid #ddd; }

.table-open-top tr:first-child td, .table-open-top tr:first-child th {
  border-top: 1px solid transparent; }

img[data-action="zoom"] {
  cursor: zoom-in; }

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 2000000002;
  transition: all 300ms; }

img.zoom-img {
  cursor: zoom-out; }

.zoom-overlay {
  cursor: zoom-out;
  z-index: 2000000001;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms; }

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1; }

body.cke_editable {
  padding: 5px; }

.new-sub-menu {
  margin: 5px 0px 20px 25px;
  padding: 20px;
  display: inline-block; }

.new-sub-menu h3 {
  margin-top: 0; }

/* For HOME_CONTENTS page */
.section-layout-notes {
  font-style: italic;
  color: grey; }

.section-layout-border {
  border: 1px solid #999;
  padding: 10px;
  margin: 10px; }

.section-layout-background {
  background-color: rgba(211, 211, 211, 0.2); }

.section-layout-inline-block {
  display: inline-block; }

.section-layout-button-add-group {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
  margin-right: 5px; }

.section-layout-remove-element {
  float: right;
  border: none;
  color: grey; }

#link_selected_name, #page_selected_name, #sectionselected_name {
  width: 500px; }

/* for pretty autocomplete dropdown styles */
.ui-autocomplete {
  max-height: 400px;
  max-width: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px; }

* html .ui-autocomplete {
  height: 100px; }

.approve-color {
  color: green; }

.reject-color {
  color: red; }

.warn-color {
  color: #feac00; }

.modal-dialog .col-sm-10 .col-sm-2 {
  width: 50% !important; }

.department {
  height: 0;
  overflow: hidden;
  transition: height 300ms ease-in;
  box-sizing: border-box; }

.department.auto-height {
  height: auto;
  transition: height 300ms ease-in; }

.support-message {
  font-size: 14px;
  line-height: 20px; }

.support-message p {
  margin-bottom: 10px; }

#new_contact_form textarea {
  width: 80%; }

@media screen {
  .no-screen {
    display: none; } }

@media print {
  .no-print {
    display: none; } }

.padding-left-20 {
  padding-left: 20px !important; }

.form-horizontal h4 {
  margin-top: 20px;
  margin-bottom: 20px; }

#planner-settings {
  margin: 0 auto;
  color: #1a1a1a; }

#planner-settings th {
  font-size: 16px;
  font-weight: bold;
  text-align: left; }

#planner-settings th, #planner-settings td {
  padding: 2px 20px 5px 0; }

#planner-settings select {
  font-size: 14px;
  height: 30px;
  width: 140px;
  line-height: 30px;
  border: 1px solid #CCC; }

#planner-settings input {
  font-size: 14px;
  border: 1px solid #b3b3b3;
  padding: 4px 6px;
  line-height: 20px;
  border-radius: 3px;
  width: 115px; }

#planner-settings .icon-arrow-right {
  font-size: 24px;
  color: #ccc; }

#total {
  font-size: 20px;
  color: #333; }

#parts-table, #pro-stocking-parts-table {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  width: 80%;
  margin: 0 auto; }

#parts-table {
  display: none; }

#parts-table th, #pro-stocking-parts-table th {
  cursor: pointer; }

#parts-table th, #parts-table td, #pro-stocking-parts-table th, #pro-stocking-parts-table td {
  padding: 9px 20px 9px 0;
  border-top: 1px solid #ccc; }

.item-th, .description-th, .quantity-th, .price-th, .subtotal-th {
  cursor: pointer; }

.tool-item, .tool-description, .tool-quantity, .tool-price_dlr, .tool-subtotal,
#v-twin-item, #v-twin-description, #v-twin-quantity, #v-twin-price_dlr, #v-twin-subtotal {
  cursor: pointer; }

.tool-total {
  background-color: white;
  border-bottom: 1px solid #ddd; }
  .tool-total .total {
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 400; }
  .tool-total .amount {
    font-family: 'Oswald';
    font-size: 20px; }

.distributors-list {
  width: 25%;
  display: inline-block;
  min-width: 250px; }

.actions {
  display: none; }

#instruction {
  font-size: 36px;
  color: #4d4d4d;
  font-weight: bold;
  position: absolute;
  left: 60px;
  top: 168px; }

#walkthrough .icon-arrow-up {
  position: absolute;
  top: 133px;
  left: 100px; }

#walkthrough .icon-arrow-up:after {
  content: '';
  display: inline-block;
  margin-top: 1.4em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #0084db;
  border-right: 0.5em solid #0084db;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

.button-right {
  float: right; }

.no_return {
  font-size: 90%;
  font-style: italic;
  color: #000000; }

#cust_forms, .gray_box {
  border: solid #888888 2px;
  margin: 15px 0 20px;
  padding: 8px;
  background-color: #dedede; }

.top-bottom-5-padding {
  padding-top: 5px;
  padding-bottom: 5px; }

#img_resale_certificate_preview, #img_ca_permit_preview {
  display: none;
  margin-bottom: 15px; }

#ca-sellers-permit-block {
  display: none; }

.loading {
  background-color: #000000;
  transition: width .6s ease;
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-size: 3rem 3rem;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.d_block {
  float: left;
  color: #333;
  height: 213px;
  width: 376px;
  padding: 16px;
  border: 1px solid #949494;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.16, #fafafa), color-stop(1, #c7c7c7));
  background-image: -moz-linear-gradient(center top, #fafafa 16%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFfafafa, endColorstr=#FFc7c7c7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFfafafa, endColorstr=#FFc7c7c7)"; }

#d_block1, #d_block3 {
  margin-right: 20px; }

#d_block2 p {
  width: 168px; }

#d_block4 p {
  width: 197px; }

.d_block img {
  position: absolute; }

#d_block1 img {
  top: 100px;
  left: 165px; }

#d_block2 img {
  top: 26px;
  left: 174px; }

#d_block3 img {
  top: 85px;
  left: 96px; }

#d_block4 img {
  top: 59px;
  left: 61px; }

.nowrap {
  white-space: nowrap; }

/*** FEATURED STYLES ***/
#carousel {
  width: 880px;
  margin: 0 auto; }

.icon-prev:before, .icon-next:before {
  content: '' !important; }

.overview {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px #EEE solid; }

tr, td {
  padding: 0;
  margin: 0; }

.overview_body {
  padding-bottom: 15px;
  border-right: 1px solid #e8e8e8; }

.text_details {
  float: right;
  width: 340px;
  margin: 0 30px 0 13px;
  color: #404040; }

.text_details ul {
  list-style-type: disc; }

ul.group_list {
  list-style-type: disc; }

.note {
  font-size: 80%;
  color: #676767; }

.tab-pane .item-image {
  width: 300px; }

.tab-pane .item-image-box {
  height: 200px;
  vertical-align: middle;
  overflow: hidden; }

.tab-pane .item-images-area {
  text-align: center;
  width: 300px;
  float: left; }

.alt_thumbs_table {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc; }

.alt_thumb {
  margin: 0;
  border: 1px solid #ccc; }

.active_alt_thumb {
  margin: 0;
  border: 1px solid #f44; }

.alt_thumbs a {
  border: none; }

.enlarge_link {
  position: relative;
  top: 39px; }

.buybox {
  width: 119px;
  padding: 15px;
  vertical-align: top;
  position: relative; }

.buybox .price {
  font-weight: bold;
  font-size: 14px; }

.partno {
  color: #777; }

.add_to_wishlist {
  display: block;
  float: left;
  clear: right;
  margin: 3px;
  padding: 4px 10px 4px 0px;
  font-size: 90%; }

.display_list_table {
  margin: 10px 50px; }

.display_list_table td {
  padding: 5px; }

.display_list_table .alt_row {
  background: #e6e6e6; }

/* ******************    Price     ***************** */
.original_price {
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
  text-align: center; }

.retail_price, .dealer_price {
  color: #3c3c3c;
  font-weight: bold;
  padding: 0px 0px 6px 0px;
  vertical-align: top;
  font-size: 100%;
  text-transform: inherit; }

#featured_more_videos {
  margin: 15px;
  border-spacing: 0; }

#featured_more_videos td {
  width: 171px; }

#main_video {
  text-align: center; }

.label {
  color: #555;
  margin-top: 6px;
  font-size: 14px; }

#replacements_header {
  background-color: #2095ed;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 15px; }

ol.ol {
  margin: 0 0 10px 32px;
  list-style-type: decimal;
  font-weight: bold; }

ol.ol li {
  margin-bottom: 6px;
  font-weight: normal; }

ul.ul {
  margin: 5px 30px;
  list-style: disc; }

/* grid layout */
.row-featured {
  margin: 0 !important;
  padding: 0; }

.row-featured:before, .row-featured:after {
  content: " ";
  display: table; }

.row-featured:after {
  clear: both; }

.col-featured-8, .col-featured-6, .col-featured-4 {
  float: left; }

.grid-border-top {
  border-top: 1px solid #ddd; }

.grid-border-right {
  border-right: 1px solid #ddd; }

.grid-border-bottom {
  border-bottom: 1px solid #ddd; }

.grid-border-left {
  border-left: 1px solid #ddd; }

.center {
  text-align: center; }

#mp-throttle-graphs {
  position: relative; }

#vehicles select {
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.result-title {
  font-size: 16px; }

strong.result-title {
  color: #666; }

#text_search {
  margin-bottom: 20px; }

#signin_table {
  margin: 0 auto; }

#signin_table th {
  background-color: #ffffff;
  border: none;
  color: #888;
  height: 16px;
  margin: 0;
  padding: 0 10px 10px 0;
  width: 76px;
  text-align: right; }

#signin_table td {
  height: 16px;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: left; }

#signin_table input {
  margin: 0; }

#signin_table .input, #signin_table .error_input {
  -webkit-border-radius: 3px;
  border: 1px solid #aaa;
  font-size: 16px;
  margin: 0px;
  padding: 6px;
  width: 200px; }

#signin_table .input_message {
  height: 16px;
  margin: 5px 0 5px 0;
  padding: 5px 10px 5px 10px;
  text-align: left; }

#signin_table .input_col {
  width: 200px; }

#signin_popup h1 {
  margin-bottom: 20px;
  border: none;
  text-align: center; }

.im_good {
  background-color: #E3FFDF;
  color: #008107; }

.im_error, .error_input {
  background-color: #F5DADA;
  color: #810006; }

.im_warning {
  background-color: #FFEDDA;
  color: #814200; }

.im_note {
  background-color: #eee;
  color: #444; }

@keyframes lum-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes lum-loader-before {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(6px); }
  25% {
    transform: scale(1.3) translateX(8px); }
  40% {
    transform: scale(1.2) translateX(6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(6px); }
  75% {
    transform: scale(0.7) translateX(8px); }
  90% {
    transform: scale(0.8) translateX(6px); }
  100% {
    transform: scale(1); } }

@keyframes lum-loader-after {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(-6px); }
  25% {
    transform: scale(1.3) translateX(-8px); }
  40% {
    transform: scale(1.2) translateX(-6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(-6px); }
  75% {
    transform: scale(0.7) translateX(-8px); }
  90% {
    transform: scale(0.8) translateX(-6px); }
  100% {
    transform: scale(1); } }

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 200; }

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear; }

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear; }

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms; }

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out; }

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse; }

.lum-img {
  transition: opacity 120ms ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer; }

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3; }

.lum-close-button:hover {
  opacity: 1; }

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff; }

.lum-close-button:before {
  transform: rotate(45deg); }

.lum-close-button:after {
  transform: rotate(-45deg); }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8); }

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0; }

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0; }

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0; }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto; }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none; } }

body {
  background-color: #005ca9; }

#content-body {
  background-color: #ffffff; }

.custom-container {
  margin: 0px;
  padding: 0px;
  max-width: 1500px; }

.logo {
  padding-left: 20px;
  color: #ffffff;
  text-transform: uppercase; }
  .logo img {
    max-width: 100%; }
  @media (max-width: 767px) {
    .logo {
      max-height: 40px; } }
.tagline {
  text-transform: uppercase;
  text-decoration: inherit;
  font-style: italic;
  color: #f0f0f0;
  font-family: "Oswald", "Helvetica Neue";
  letter-spacing: 0.1em;
  font-weight: 100;
  text-align: center;
  margin: 20px 0 0;
  white-space: nowrap; }
  @media (max-width: 1199px) {
    .tagline {
      font-size: 11px; } }
  .tagline em {
    color: #f9c908; }

.nav-block-short {
  margin: 15px 0; }
  @media (max-width: 767px) {
    .nav-block-short {
      margin: 7px 0; } }
.global-search {
  text-align: right; }

@media (min-width: 992px) {
  .global-links {
    padding-right: 30px;
    text-align: right; } }

@media (max-width: 991px) {
  .global-links {
    text-align: center; } }

.nav {
  margin-bottom: 0; }

input.form-control {
  border-radius: 0px;
  border-color: #dddddd; }

.nav.nav-inline {
  margin-bottom: 0px; }

.soter-blue-header {
  background-color: #005ca9;
  height: auto;
  margin: 0px !important; }

.light-grey-text {
  color: #acaaab;
  background: none !important;
  border: none !important;
  font-size: 16px; }

input.dark-grey-search {
  background-color: #3a3a3a;
  border-radius: 0;
  width: 100% !important;
  border: none;
  padding: 19px 24px;
  font-size: 16px;
  color: #bbbbbb;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  input.dark-grey-search::-webkit-input-placeholder {
    color: #888888; }
  input.dark-grey-search::-moz-placeholder {
    color: #888888; }
  input.dark-grey-search:-moz-placeholder {
    color: #888888; }
  input.dark-grey-search:-ms-input-placeholder {
    color: #888888; }

#grey-search-button {
  position: absolute;
  top: 6px;
  right: 25px;
  background: none; }

.grey-search-icon {
  color: #888888; }
  @media (max-width: 991px) {
    .grey-search-icon {
      top: 8px;
      background-color: #3a3a3a; } }
.light-blue-background {
  background-color: #d03b0b !important; }

.alert {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none; }

#nav-header-sm {
  background-color: #005ca9;
  padding: 10px 0; }
  #nav-header-sm .grey-search-icon {
    position: absolute;
    top: 13px;
    right: 10px; }
    @media (max-width: 991px) {
      #nav-header-sm .grey-search-icon {
        top: 8px; } }
  #nav-header-sm .nav-toggle {
    color: #666666;
    background-color: transparent;
    font-size: 36px;
    line-height: 36px; }

@media (min-width: 992px) {
  .collapse {
    display: block !important; } }

.btn-user-nav:focus {
  color: #ffffff !important; }

.btn-user-nav {
  color: #ffffff;
  background: transparent;
  border: transparent;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: 16px; }
  .btn-user-nav svg {
    height: 18px;
    margin-left: 1px; }
    .btn-user-nav svg circle, .btn-user-nav svg path {
      fill: #ffffff; }
  .btn-user-nav .cart-indicator {
    position: relative; }
  .btn-user-nav #cart-count {
    position: absolute;
    left: 12px;
    bottom: 9px;
    color: #7dccff;
    font-weight: 100;
    font-family: "Oswald", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px; }

.dropdown-menu .btn-user-nav {
  display: block; }

@media (max-width: 991px) {
  .btn-user-nav {
    font-size: 21px; }
  .navbar-nav {
    margin: 0 !important;
    float: none; } }

.btn-user-nav:hover {
  color: #ffffff; }

#search-by-vehicle-header {
  background-color: #005ca9; }
  #search-by-vehicle-header #sbv-intro {
    text-align: right;
    padding-right: 15px; }
  #search-by-vehicle-header #sbv-header1 {
    font-size: 12px;
    font-weight: 900;
    color: #AAAAAA; }
  #search-by-vehicle-header #sbv-header2 {
    margin: 0;
    font-size: 17px;
    font-weight: 100;
    color: #f9c908; }
  #search-by-vehicle-header .sbv-col {
    height: 50px;
    display: flex;
    align-items: center; }
  #search-by-vehicle-header #sbv-chevron-right {
    height: 14px; }
    #search-by-vehicle-header #sbv-chevron-right path {
      fill: #f9c908; }
  #search-by-vehicle-header #sbv-step-1 {
    background-color: #7c7c7c; }
    #search-by-vehicle-header #sbv-step-1 .sbv-svg-step-number {
      margin-right: 9px; }
  #search-by-vehicle-header #sbv-step-2 {
    background-color: #9f9f9f; }
  #search-by-vehicle-header #sbv-step-3 {
    background-color: #CCCCCC; }
  #search-by-vehicle-header .sbv-svg-step-number {
    height: 23px;
    margin-bottom: 1px;
    margin-right: 4px; }
  #search-by-vehicle-header #home-sbv-recent {
    background-color: #CCCCCC;
    border-right: 4px solid #666666;
    flex-grow: 1;
    position: relative; }
  #search-by-vehicle-header h4 {
    text-transform: uppercase; }
    #search-by-vehicle-header h4 small {
      font-size: 85%;
      margin-left: 2px;
      color: #888b8e;
      font-weight: 100; }
  #search-by-vehicle-header .col-flex-sm-2, #search-by-vehicle-header .col-flex-sm-3 {
    padding-right: 0; }
  #search-by-vehicle-header .btn-popper {
    padding: 8px 0 8px 15px;
    display: inline-block;
    white-space: nowrap; }
  #search-by-vehicle-header .form-control {
    width: 140px;
    margin-left: 9px;
    display: inline-block; }
  @media (max-width: 767px) {
    #search-by-vehicle-header #home-sbv-recent {
      border: none; } }
  @media (min-width: 1200px) {
    #search-by-vehicle-header .col-flex-sm-3 {
      width: 19%;
      flex-basis: 19%;
      max-width: 19%; }
    #search-by-vehicle-header .col-flex-sm-2 {
      width: 13%;
      flex-basis: 13%;
      max-width: 13%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search-by-vehicle-header .col-flex-sm-3 {
      width: 24%;
      flex-basis: 24%;
      max-width: 24%; }
    #search-by-vehicle-header .col-flex-sm-2 {
      width: 13%;
      flex-basis: 13%;
      max-width: 13%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #search-by-vehicle-header .col-flex-sm-3 {
      width: 30%;
      flex-basis: 30%;
      max-width: 30%; }
    #search-by-vehicle-header .col-flex-sm-2 {
      width: 15%;
      flex-basis: 15%;
      max-width: 15%; } }
