/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 62.5%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00375b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00375b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001828;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00375b;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #001828;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  border-bottom: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00375b;
  border-color: #002842;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #001828;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #001828;
  border-color: #000304;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #001828;
  border-color: #000304;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #000304;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00375b;
  border-color: #002842;
}
.btn-primary .badge {
  color: #00375b;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #00375b;
  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: #00090f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00375b;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00375b;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00375b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00375b;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00090f;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #00375b;
  border-color: #00375b;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  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: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00375b;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00375b;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #00375b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00375b;
  border-color: #00375b;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #28aaff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
.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.42857143;
  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: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.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.42857143;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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 {
  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: #ffffff;
  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: #ffffff;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
}
.fa {
  font-family: 'Font Awesome';
}
body {
  font-family: "Helvetica Neue LT Std", Arial, sans-serif;
}
body #maincontent .columns {
  font-size: 1.6em;
}
.modals-wrapper {
  font-size: 1.4em;
}
body:not(.cms-home):not(.page-products):not(.catalog-product-view):not(.page-layout-2columns-left):not(.checkout-cart-index):not(.cms-page-view) #maincontent .columns {
  padding: 50px;
}
.cms-page-view .page-main-full-width {
  padding: 0 50px 50px 50px;
}
.cms-home .page-title-wrapper {
  display: none;
}
body.page-layout-2columns-left #maincontent .columns {
  padding-right: 15px;
}
.container-fluid {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-layout-checkout .logo {
  margin-left: 10px;
}
.excel-icon {
  background: url('../images/xcel_icon.jpg') no-repeat 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.pdf-icon {
  background: url('../images/adobe_icon.jpg') no-repeat 0 0;
  width: 27px;
  height: 25px;
  display: inline-block;
}
.page-footer {
  margin: auto;
  width: 100%;
}
.wrapper-inner,
.category-view {
  max-width: 1280px;
  margin: auto;
}
.owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.owl-carousel {
  background: #e1e1e1;
}
.owl-carousel .product-item {
  background: #fff;
  border-right: 12px solid #e1e1e1;
  border-left: 12px solid #e1e1e1;
}
.owl-carousel .product-item-info {
  text-align: center;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .product-item-photo {
  display: block;
  padding: 13px;
}
[class*='owl-carousel'].owl-theme .owl-controls .owl-nav [class*='owl-'].owl-prev {
  left: -55px !important;
}
[class*='owl-carousel'].owl-theme .owl-controls .owl-nav [class*='owl-'].owl-next {
  right: -55px !important;
}
.homepage-banner-slider [class*='owl-carousel'].owl-theme .owl-controls .owl-nav [class*='owl-'].owl-next {
  right: 15px !important;
}
.homepage-banner-slider [class*='owl-carousel'].owl-theme .owl-controls .owl-nav [class*='owl-'].owl-prev {
  left: 15px !important;
}
.owl-carousel .owl-stage-outer {
  padding: 0 !important;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  top: 50% !important;
}
.owl-carousel .owl-item .product-item {
  padding-bottom: 20px;
}
.product-image-wrapper {
  padding-bottom: 100% !important;
}
i.menu-icon {
  height: 2px;
  width: 13px;
  margin-top: -4px;
  margin-right: 4px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -7px;
}
i.menu-icon::before,
i.menu-icon::after {
  height: 2px;
  width: 13px;
  content: ' ';
  display: block;
  background: #fff;
}
i.menu-icon::after {
  position: relative;
  bottom: -5px;
}
i.menu-icon::before {
  position: relative;
  top: -7px;
}
i.menu-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
i.menu-arrow-account {
  margin-left: 3px;
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
.breadcrumbs {
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs:before {
  content: ' ';
  position: absolute;
  top: 12px;
  left: 0;
  height: 13px;
  width: 15px;
  display: block;
  background: url('../images/icon-home.jpg');
}
.breadcrumbs .item:not(:last-child):after {
  content: '>';
  color: #000000;
  margin: 0 4px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  width: 44px !important;
  height: 82px !important;
  background: none !important;
  margin: calc(-41px) 0 0 !important;
}
.cms-page-view .custom-slider .owl-controls .owl-nav [class*='owl-'].owl-prev:before,
.category-view .custom-slider .owl-controls .owl-nav [class*='owl-'].owl-prev:before,
.homepage-banner-slider .custom-slider .owl-controls .owl-nav [class*='owl-'].owl-prev:before {
  background: url('../images/arrow-left-black.png') 0 0 no-repeat !important;
}
.cms-page-view .custom-slider .owl-controls .owl-nav [class*='owl-'].owl-next:before,
.category-view .custom-slider .owl-controls .owl-nav [class*='owl-'].owl-next:before,
.homepage-banner-slider .custom-slider .owl-controls .owl-nav [class*='owl-'].owl-next:before {
  background: url('../images/arrow-right-black.png') 0 0 no-repeat !important;
}
.amfaq-search .am-input {
  box-sizing: border-box;
}
.back.am-back-button,
.amfaq-social-buttons {
  display: none;
}
.question_view:before,
.question_view:after {
  content: '';
  display: table;
}
.question_view:after {
  clear: both;
}
.question_view .answer {
  display: inline-block;
}
.question_view .amfaq-question-footer-wrapper {
  float: left;
  margin: 0;
}
.cms-page-view .page-title {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0;
}
.authentication-wrapper {
  z-index: 1;
}
.page-product-configurable .product-info-main .price-box.price-final_price {
  display: none !important;
}
.customer-account-menu.loggedin .header-my-account-link,
.customer-account-menu.loggedin i.menu-arrow-account {
  color: #f4b43f;
  border-color: #f4b43f transparent transparent transparent;
}
.customer-account-menu.loggedin .header-icon.icon-account {
  background: url('../images/header/account-in.png') 0 0 no-repeat;
  background-size: cover;
}
.customer-account-menu.loggedin .authorization-link i.menu-arrow-account {
  display: none !important;
}
@media (max-width: 1300px) {
  .breadcrumbs {
    padding-left: 40px;
  }
  .breadcrumbs:before {
    left: 20px;
  }
  .cms-page-view #maincontent {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  i.menu-icon {
    margin-right: 0;
  }
  body.page-layout-2columns-left #maincontent .columns {
    padding: 0 6%;
  }
  .sidebar.sidebar-main > .block.block-collapsible-nav:last-child {
    display: none;
  }
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/HelveticaNeueLTStd-Ex.woff2') format('woff2'), url('fonts/HelveticaNeueLTStd-Ex.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.message.global.cookie {
  bottom: 64px;
}
.message.global.cookie .action.primary {
  background-color: #000;
}
@media (max-width: 768px) {
  .message.global.cookie {
    bottom: 0;
  }
}
.cms-home .page-wrapper {
  overflow: hidden;
}
.emergency-notification {
  background: #d51010;
  padding: 13px 0 !important;
  display: block;
  color: #fff;
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  font-size: 16px;
}
.emergency-notification:has(.site-message) {
  display: block;
}
.emergency-notification {
  display: none;
}
.header-phone-number {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  max-width: inherit;
  line-height: 30px;
}
.header-phone-number img {
  max-width: 100%;
}
.page-header .main-nav .btn-menu,
.page-header .header-phone-number p a {
  font-size: 1.8em;
}
.header-nav-search-menu {
  display: flex;
  gap: 0 30px;
  font-size: 20px;
  font-weight: 700;
}
.header-nav-search-menu .overstock {
  color: #d51010;
}
.page-header .minicart-wrapper .action.showcart .text {
  display: none;
}
.page-header .header.content .header-links ul.header-links-additional {
  display: none;
}
.page-header .header.content .header-phone-number {
  max-width: inherit;
}
.page-header {
  border-bottom: 1px solid #9d9ea2;
}
.page-header i.menu-icon {
  background-color: #808186;
  width: 21px;
}
.page-header i.menu-icon::before,
.page-header i.menu-icon::after {
  background: #808186;
  width: 21px;
}
.page-header i.menu-arrow-account,
.page-header i.menu-arrow {
  border-color: #00375b transparent transparent transparent;
}
.page-header .minicart-wrapper .action.showcart .text {
  color: #00375b;
}
.page-header .header.content {
  display: flex;
  height: auto;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-header .header.content #collapse-button {
  display: flex;
  align-items: center;
}
.page-header .header.content #collapse-button > div {
  padding-top: 0;
}
.page-header .header.content .block.block-search {
  order: 3;
  margin: 0 0 0 20px;
  width: 27%;
  padding: 0 20px;
  z-index: 9;
}
.page-header .header.content .main-nav {
  order: 2;
  flex-shrink: 0;
}
.page-header .header.content .header-phone-number {
  order: 4;
  margin-left: auto;
  margin-right: 35px;
  flex-shrink: 0;
}
.page-header .header.content .logo {
  order: -1;
  max-width: 224px;
}
.page-header .header.content .minicart-wrapper {
  order: 6;
  margin-right: 0;
  margin-top: 0;
  flex-shrink: 0;
}
.page-header .header.content .header-links {
  order: 5;
  flex-shrink: 0;
  margin-top: 0;
}
.page-header .header.content .main-nav .btn-menu,
.page-header .header.content .header-phone-number p a {
  color: #00375b;
}
.page-header .header.content .header-links-additional a {
  color: #00375b;
}
.page-header .header.content .btn-menu.collapse-nav.active {
  background-color: #00365b30;
  border-radius: 15px 15px 0 0;
}
.page-header .header.content .header-phone-number p {
  line-height: 1.4;
  text-align: center;
}
.page-header .nav-mobile-container {
  position: relative;
}
.page-header .nav-mobile-container .navigation-mobile {
  left: -16px;
  top: -25px;
  outline-color: #00365b30;
}
.page-header .header-nav-bottom-link {
  border: none;
  padding: 0;
  height: auto;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.page-header .header-nav-bottom-link-partner:after {
  display: none;
}
.page-header .header-nav-bottom-menu-item {
  border: none !important;
}
.page-header .header-nav-bottom-menu {
  border: none;
  align-items: center;
  display: flex;
  gap: 0 25px;
}
.page-header .header-nav-bottom-link br {
  display: none;
}
.header-nav-bottom td {
  height: 50px;
  vertical-align: middle;
}
.header.content .block-search .block-content {
  position: relative;
}
.header.content .block-search .action.search {
  top: 0;
  left: auto;
  right: 0;
  width: 40px;
  height: 100%;
}
.header.content .block-search .action.search:before {
  font-size: 24px;
  color: #02375b;
}
.header.content .block-search .action.search:before .action.search {
  color: #003775;
}
.header.content .block-search input {
  height: 50px;
  border-color: #00375b;
  border-width: 2px;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 40px;
}
.header.content .authentication-wrapper-header {
  top: 120px;
}
.homepage-top p {
  margin: 0;
  padding: 0;
}
.header.links {
  margin: 0;
  padding: 0;
}
.minicart-wrapper,
.header-links {
  margin-top: 6px;
}
.header-links-additional {
  float: right;
  margin: 0;
  padding: 0;
}
.header-links-additional a {
  color: #00375b;
}
.header-links-additional li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-links-additional,
.minicart-wrapper .action.showcart .text {
  display: inline-block;
}
.customer-account-menu {
  width: 100%;
  text-align: center;
  display: block !important;
}
.customer-welcome .action.switch:after {
  color: #000;
  display: none;
}
.logo {
  margin-left: 0;
  top: 0;
}
.logo img {
  display: inline-block;
}
.main-nav {
  margin-left: 0.5%;
}
.block-minicart {
  font-size: 1.5em;
}
.page-header {
  background: #fff;
}
.header.content {
  color: #fff;
  z-index: 10;
  padding: 12px 0;
}
.header-absolute-top {
  background: #fff;
}
.header-absolute-top p {
  margin: 0;
  padding: 0;
}
.header-nav-bottom {
  background: #333333;
  margin: auto;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.header-nav-bottom img {
  margin-left: 15px;
  vertical-align: text-bottom;
}
.header-nav-bottom table > thead > tr > th,
.header-nav-bottom table > tbody > tr > th,
.header-nav-bottom table > tfoot > tr > th,
.header-nav-bottom table > thead > tr > td,
.header-nav-bottom table > tbody > tr > td,
.header-nav-bottom table > tfoot > tr > td {
  padding: 0;
}
.header-nav-bottom .wrapper-inner {
  padding: 4px 10px;
}
.minicart-wrapper .action.showcart .text {
  width: 100%;
  text-align: center;
}
.block-search .action.search:before {
  line-height: 28px !important;
}
.menu-phone-number {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  max-width: 241px;
  margin: auto;
}
.authentication-wrapper-header {
  width: 340px !important;
  position: absolute;
  color: #000;
  right: 5px;
  text-align: left !important;
  top: 76px;
  max-height: 0;
  transition: 0.3s max-height;
  box-sizing: border-box;
  line-height: 2.7rem;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #000000;
}
.authentication-wrapper-header.open {
  max-height: 1000px;
}
.authentication-wrapper-header .block-authentication {
  padding: 8px 11px 0 11px;
  background-color: #fff;
}
.authentication-wrapper-header .block-authentication:before,
.authentication-wrapper-header .block-authentication:after {
  content: '';
  display: table;
}
.authentication-wrapper-header .block-authentication:after {
  clear: both;
}
.authentication-wrapper-header a {
  color: #00375b;
  font-size: 1.3rem;
  font-weight: normal;
}
.authentication-wrapper-header .action-login {
  width: 100%;
  color: #fff;
  background: #00375b;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 0;
  border: none;
}
.authentication-wrapper-header .action-remind {
  float: right;
}
.authentication-wrapper-header .action-createaccount {
  float: right;
  margin-bottom: 15px;
  margin-top: 3px;
}
.authentication-wrapper-header .action-close {
  display: none;
}
.authentication-wrapper-header label {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 700 !important;
}
.authentication-wrapper-header label:after {
  display: none;
}
.authentication-wrapper-header .fieldset {
  margin-bottom: 15px;
}
.authentication-wrapper-header .fieldset > .field,
.authentication-wrapper-header .fieldset > .fields > .field {
  margin: 0 0 10px;
}
.authentication-wrapper-header .fieldset > .field > .label {
  margin: 0;
}
.authentication-wrapper-header input {
  border-radius: 3px;
}
#headerlogin > .messages {
  display: none;
}
.customer-account-menu.loggedin .header-my-account-link,
.customer-account-menu.loggedin i.menu-arrow-account {
  color: #00375b;
  border-color: #00375b transparent transparent transparent;
}
@media (max-width: 1023px) {
  .header-links,
  .minicart-wrapper {
    margin-top: 12px;
    height: 40px;
  }
  .logo {
    max-width: 170px;
  }
  .page-header .header.content .logo {
    max-width: 144px;
    min-width: 142px;
  }
}
@media (max-width: 767px) {
  .header-phone-number {
    margin: 0;
  }
  .field.search .label,
  .header-phone-number,
  .header-links,
  .minicart-wrapper {
    margin-top: 12px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .page-wrapper .page-header .header-nav-bottom {
    height: 75px;
  }
}
.header-phone {
  line-height: 3;
  margin: 0;
}
.header-nav-bottom .wrapper-inner {
  padding: 0;
}
.header-nav-bottom img {
  margin-left: 0;
}
.header-nav-bottom-tagline {
  vertical-align: middle;
}
.header-nav-bottom-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  float: right;
  grid-template-columns: repeat(4, 1fr);
  list-style-type: none;
  margin: auto;
  padding: 0;
  position: relative;
}
@media (max-width: 840px) {
  .header-nav-bottom-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 540px) {
  .header-nav-bottom-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-nav-bottom-menu-item:nth-of-type(3),
  .header-nav-bottom-menu-item:nth-of-type(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.header-nav-bottom-menu-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.header-nav-bottom-menu-item:hover > .header-nav-bottom-submenu {
  display: grid;
}
.header-nav-bottom-link {
  color: #fff;
  display: block;
  height: 36px;
  padding: 8px 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.header-nav-bottom-link:before {
  background-color: #242525;
  color: #fff;
  content: attr(data-hover-text);
  display: none;
  height: 100%;
  left: 0;
  line-height: 1;
  padding: 6px 10px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-nav-bottom-link:hover:before {
  display: none;
}
.header-nav-bottom-link-partner {
  line-height: 1;
  padding: 6px 44px 0 14px;
  position: relative;
}
.header-nav-bottom-link-partner:after {
  background: url(../images/header/handshake.png) 50% no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}
.header-nav-bottom-link-culture {
  line-height: 1;
  padding: 6px 24px;
}
@media (max-width: 840px) {
  .header-nav-bottom-link:before {
    padding: 6px 16px 0;
  }
}
@media (max-width: 840px) {
  .header-nav-bottom table,
  .header-nav-bottom tbody,
  .header-nav-bottom tr,
  .header-nav-bottom td {
    display: block;
  }
  .header-nav-bottom-tagline {
    padding: 12px !important;
    text-align: center;
  }
  .header-nav-bottom-menu {
    float: none;
    width: 100%;
  }
}
.header-culture {
  background-color: #f5f4f6;
}
.header-culture-menu {
  border-left: 1px solid #ababac;
  border-right: 1px solid #ababac;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(7, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .header-culture-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-search .field.search .label {
    display: none;
  }
  .page-header .header.content {
    padding-bottom: 16px;
  }
  .page-header .header.content .header-links {
    margin-left: auto;
  }
}
@media (max-width: 540px) {
  .header-culture-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.header-culture-menu-item {
  background-color: #f5f4f6;
  margin: 0;
}
@media (max-width: 1100px) {
  .header-culture-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 540px) {
  .header-culture-menu-item:nth-of-type(3) {
    border-top: 1px solid #ababac;
  }
  .header-culture-menu-item:nth-of-type(4) {
    border-left: 1px solid #ababac;
  }
  .header-culture-menu-item:nth-of-type(3),
  .header-culture-menu-item:nth-of-type(5) {
    border-left: 0;
  }
}
.header-culture-menu-item-link {
  color: #000;
  display: block;
  font-size: 1.4em;
  height: 2.25em;
  line-height: 2.25;
  text-align: center;
}
.header-culture-menu-item-link:hover,
.header-culture-menu-item-link.active {
  background-color: #e2e1e1;
}
.cheers-msg {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.cheers-msg strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}
.cheers-msg .thank-msg {
  font-size: 18px;
  font-weight: 300;
}
.eco-mega-menu {
  background: #00375b;
  position: relative;
}
.eco-mega-menu .eco-mega-menu-warpper {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}
.eco-mega-menu .eco-mega-menu-warpper .submenu-warpper {
  display: none;
  position: absolute;
  z-index: 9999999999999;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu {
  display: grid;
  gap: 1.5em;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  list-style: none;
}
.eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu li a {
  align-items: center;
  display: grid;
  height: auto;
  line-height: normal;
  gap: 1em;
  grid-template-columns: 6em 1fr;
}
.eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu li span {
  text-align: left;
  color: #000;
}
.eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu li .menu-cat-img img {
  height: auto;
  display: block;
  margin: 0 auto 10px;
  object-fit: contain;
  width: 90px;
}
.eco-mega-menu .eco-mega-menu-warpper .menu-item.more > a {
  display: block;
  position: relative;
  padding-right: 28px;
}
.eco-mega-menu .eco-mega-menu-warpper .menu-item.more > a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16.5C11.9015 16.5001 11.804 16.4807 11.713 16.443C11.622 16.4053 11.5394 16.35 11.4698 16.2802L3.9698 8.78024C3.67673 8.48717 3.67673 8.01261 3.9698 7.71974C4.26286 7.42686 4.73742 7.42667 5.0303 7.71974L12 14.6895L18.9698 7.71974C19.2629 7.42667 19.7374 7.42667 20.0303 7.71974C20.3232 8.0128 20.3234 8.48736 20.0303 8.78024L12.5303 16.2802C12.4607 16.35 12.3781 16.4053 12.2871 16.443C12.1961 16.4807 12.0985 16.5001 12 16.5Z' fill='white'/%3E%3C/svg%3E");
}
.eco-mega-menu .eco-mega-menu-warpper .menu-item.more .submenu li a {
  display: grid;
}
.eco-mega-menu .eco-mega-menu-warpper .menu-item.more .submenu li a span {
  text-align: left;
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item {
  list-style: none;
  margin-bottom: 0;
  padding: 10px 4px;
  text-align: center;
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item .mobile-submenu-toggle {
  display: none;
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item:hover .submenu-warpper {
  display: block;
  padding: 24px;
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item span {
  font-size: 16px;
  color: #fff;
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item a {
  font-size: 16px;
  color: #fff;
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item:has(.active) a {
  background: rgba(0, 0, 0, 0.3);
}
.eco-mega-menu .eco-mega-menu-warpper li.menu-item:hover {
  background: rgba(0, 0, 0, 0.3);
}
.page-wrapper .page-header {
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.05);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.page-wrapper:has(.page-header) {
  padding-top: 248.28px;
}
.header-nav-bottom .header-top-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12px  0;
}
.header-top-container .header-top-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top-container .header-top-menu .header-top-menu-item {
  font-weight: 700;
  margin: 0;
}
.header-top-container .header-top-menu .header-top-menu-item-link {
  color: #fff;
  display: inline-block;
  max-width: 16ch;
  min-width: 12ch;
  position: relative;
  text-align: center;
}
.header-top-container .header-top-menu .header-top-menu-item-link:before {
  align-items: center;
  background-color: #333;
  color: #fff;
  content: attr(data-hover-text);
  display: grid;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  width: 101%;
  z-index: 2;
}
.header-top-container .header-top-menu .header-top-menu-item-link:hover:before {
  opacity: 1;
}
.header-top-container .header-top-menu .header-top-menu-item-link.header-top-menu-item-link-reverse:before {
  opacity: 1;
  height: 200%;
}
.header-top-container .header-top-menu .header-top-menu-item-link.header-top-menu-item-link-reverse:hover:before {
  opacity: 0;
}
.hamburger-container {
  display: none;
}
@media (max-width: 1152px) {
  .header-nav-bottom .header-top-container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .cheers-msg {
    font-size: 14px;
  }
  .cheers-msg strong {
    font-size: 14px;
  }
  .header-top-menu-item-link-reverse {
    max-width: 100%;
    min-width: 19ch;
  }
  .header-top-container .header-top-menu .header-top-menu-item-link {
    min-width: 19ch;
    max-width: 100%;
    font-size: 10.4px;
  }
  .header-top-container .header-top-menu .header-top-menu-item-link:before {
    height: 100%;
  }
}
@media (max-width: 1300px) {
  .header-culture-menu-item-link {
    font-size: 1.4em;
  }
}
@media (max-width: 1280px) {
  .page-header .header.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-header .logo {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  .page-header .main-nav .btn-menu,
  .page-header .header-phone-number p a {
    font-size: 1.6em;
  }
}
@media (max-width: 1168px) {
  .page-wrapper:has(.page-header) {
    padding-top: 271.13px;
  }
}
@media (max-width: 1152px) {
  .page-wrapper:has(.page-header) {
    padding-top: 294.04px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper:has(.page-header) {
    padding-top: 261.08px;
  }
}
@media (max-width: 1000px) {
  .page-wrapper:has(.page-header) {
    padding-top: 221px;
  }
}
@media (max-width: 992px) {
  .page-wrapper:has(.page-header) {
    padding-top: 240.53px;
  }
}
@media (max-width: 767px) {
  .page-wrapper:has(.page-header) {
    padding-top: 138px;
  }
}
@media (max-width: 768px) {
  div.page-wrapper {
    overflow: hidden;
  }
  .page-header .header.content {
    gap: 0 5px;
  }
  .page-header .header.content .block.block-search {
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
  .page-header .header.content .header-phone-number {
    display: none;
  }
  .page-header .logo {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .page-header .header.content .block.block-search {
    padding: 0 14px !important;
  }
  .block-search .field.search .label {
    margin-top: 0;
  }
}
.header-culture {
  padding: 5px;
}
.header-culture ul.header-culture-menu {
  border: none;
  border-left: 1px solid #ababac;
  border-right: 1px solid #ababac;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(7, 1fr);
}
.header-culture ul.header-culture-menu li.header-culture-menu-item {
  border: 1px solid #ababac;
  flex-shrink: 0;
}
.header-culture ul.header-culture-menu li.header-culture-menu-item:first-child {
  border-left: 1px solid #ababac;
}
.header-culture ul.header-culture-menu li.header-culture-menu-item > a {
  padding: 0 8px;
}
@media (max-width: 1300px) {
  .header-culture ul.header-culture-menu .header-culture-menu-item-link {
    font-size: 9px;
  }
  .header-nav-search-menu {
    font-size: 16px;
    gap: 16px;
  }
  .header-nav-bottom .wrapper-inner {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .cheers-msg .thank-msg {
    font-size: 16px;
  }
  .page-header .header-nav-bottom-menu {
    gap: 0 18px;
  }
  .header-nav-search-menu {
    gap: 0 15px;
    font-size: 16px;
  }
  .header.content .block-search input {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header-culture ul.header-culture-menu {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .header-culture ul.header-culture-menu li.header-culture-menu-item {
    flex-shrink: 0;
    width: auto;
  }
  .header-culture .header-nav-bottom-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .header-culture .header-nav-bottom-menu .header-nav-bottom-menu-item {
    flex-shrink: 0;
  }
  .header-culture .header-culture-menu-item-link {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .hamburger-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 3%;
  }
  .hamburger-container .hamburger {
    width: 32px;
    height: 24px;
    position: relative;
  }
  .hamburger-container .hamburger span {
    background-color: #fff;
    border-radius: 1px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    translate: 0 -50%;
  }
  .hamburger-container .hamburger span:before,
  .hamburger-container .hamburger span:after {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 1px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .hamburger-container .hamburger span::before {
    top: -10px;
  }
  .hamburger-container .hamburger span::after {
    bottom: -10px;
  }
  .hamburger-container .eco-mega-menu .eco-mega-menu-warpper .menu-item.more {
    font-size: 14px;
  }
  .hamburger-container .eco-mega-menu .eco-mega-menu-warpper .menu-item.more .submenu li a {
    display: block !important;
  }
  .hamburger-container .hamburger-text {
    font-size: 16px;
    line-height: 1;
    padding-top: 5px;
    color: #fff;
    flex: 1;
  }
  .hamburger-container .header-bottom-overstock {
    color: #d51010;
    font-size: 16px;
    font-weight: 700;
    padding-top: 4px;
    line-height: 1;
  }
  .hamburger-container .header-bottom-closeout {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 4px;
    line-height: 1;
  }
  .eco-mega-menu .eco-mega-menu-warpper {
    background-color: #064975;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    padding: 0;
    max-height: 80vh;
    overflow: auto;
  }
  .eco-mega-menu .eco-mega-menu-warpper.active {
    display: block;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 38px;
    padding: 0;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item span {
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    font-size: 14px;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item.more > a {
    font-size: 14px;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item.more > a:after {
    display: none;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item.more .submenu-warpper a {
    display: block;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item a {
    display: block;
    text-align: left;
    padding: 14px 10.5px;
    font-size: unset;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-opener {
    text-align: center;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-opener:before {
    color: #fff;
    content: "+";
    display: flex;
    font-size: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .header-nav-search-menu .header-nav-search-menu-item:has(.overstock) {
    display: none;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper {
    position: static;
    grid-column: span 2;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .container {
    padding: 0;
    margin: 0;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu {
    display: block;
    padding: 0;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu li {
    margin: 0;
    padding: 0;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu li a {
    display: block;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu li span {
    color: #fff;
  }
  .eco-mega-menu .eco-mega-menu-warpper .submenu-warpper .submenu .menu-cat-img {
    display: none;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item:hover .submenu-warpper {
    padding: 0;
    display: none;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item .submenu-warpper {
    padding: 0;
    display: none;
  }
  .eco-mega-menu .eco-mega-menu-warpper li.menu-item .submenu-warpper.active {
    display: block;
  }
}
@media (max-width: 992px) {
  .cms-index-index .page-header {
    margin: 0;
  }
  .header-nav-bottom .wrapper-inner {
    padding: 10px 10px;
  }
  .header-nav-bottom table,
  .header-nav-bottom tbody,
  .header-nav-bottom tr,
  .header-nav-bottom td {
    display: block;
  }
  .cheers-msg,
  .page-header .header-nav-bottom-menu {
    justify-content: center;
  }
  .header-nav-bottom td {
    height: inherit;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header-nav-bottom {
    display: none;
  }
  .header-nav-bottom-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
    padding-top: 0;
  }
  .header-nav-bottom-menu li.header-nav-bottom-menu-item {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
  }
  .cheers-msg,
  .cheers-msg .thank-msg {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }
  .page-header .header-nav-bottom-menu {
    gap: 0;
  }
  .emergency-notification {
    padding: 10px 0 !important;
  }
  .emergency-notification .container {
    padding: 0 3%;
  }
  .emergency-notification .container p {
    line-height: 1;
  }
  .page-header .header.content .block.block-search {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .page-header .minicart-wrapper {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-search-mobile-opener.header-search-button {
    position: relative;
    border: 2px solid #02375b;
    border-radius: 8px;
    padding: 0 12px;
    width: 52px;
    height: 52px;
  }
  .header-search-mobile-opener.header-search-button::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_218_96)'%3E%3Cpath d='M25.7533 24.5855L19.0405 17.98C20.7984 16.0701 21.8785 13.5443 21.8785 10.7649C21.8776 4.81923 16.9804 0 10.9388 0C4.89727 0 0 4.81923 0 10.7649C0 16.7105 4.89727 21.5298 10.9388 21.5298C13.5492 21.5298 15.9433 20.6269 17.8239 19.1258L24.5628 25.7574C24.8911 26.0808 25.4242 26.0808 25.7525 25.7574C25.8306 25.6811 25.8927 25.59 25.9351 25.4894C25.9775 25.3888 25.9994 25.2808 25.9995 25.1716C25.9995 25.0624 25.9778 24.9543 25.9355 24.8537C25.8933 24.753 25.8313 24.6619 25.7533 24.5855ZM10.9388 19.8735C5.82701 19.8735 1.68309 15.7955 1.68309 10.7649C1.68309 5.73431 5.82701 1.65624 10.9388 1.65624C16.0507 1.65624 20.1945 5.73431 20.1945 10.7649C20.1945 15.7955 16.0507 19.8735 10.9388 19.8735Z' fill='%2302375B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_218_96'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 24px;
  }
  .block #search_mini_form {
    border-width: 0;
    left: 50%;
    max-height: 0;
    max-width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 100%;
    translate: -50% 0;
    width: 272px;
    z-index: 9998;
  }
  .block #search_mini_form:has(.active) {
    border-width: 1px;
    max-height: 9999em;
    overflow: visible;
  }
  .block-search .control {
    padding: 0;
  }
  .header.content .block-search .header-search-form-input {
    position: relative;
  }
  .header.content .block-search .header-search-form-input::before {
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
    color: #02375b;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    top: 24px;
    right: 8px;
  }
  .header.content .block-search .header-search-form-input input {
    left: 0;
    position: static;
  }
}
.footer-nav ul {
  float: left;
  width: 25%;
}
.footer-nav ul li {
  font-size: 1.4em;
}
.footer-nav ul li:first-child {
  font-size: 1.8em;
  color: #000;
  text-transform: uppercase;
}
.footer-social-media {
  float: right;
}
.footer-social-media li {
  display: inline-block;
}
.footer-social-media li a {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 2px;
}
.footer-social-media .icon-facebook {
  background-image: url("../images/facebook.png");
}
.footer-social-media .icon-instagram {
  background-image: url("../images/instagram.png");
}
.footer-social-media .icon-linkedin {
  background-image: url("../images/linkedin.png");
}
.footer-social-media .icon-pintrest {
  background-image: url("../images/pinterest.png");
}
.footer-social-media .icon-youtube {
  background-image: url("../images/youtube.png");
}
.footer-newsletter {
  background: #000;
}
.footer-newsletter p {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 5px;
  margin: 0;
  color: #fff;
}
.footer-newsletter .wrapper-inner {
  padding: 15px 7%;
}
.footer-social-media,
.footer-nav {
  padding-top: 40px;
  border-top: 6px solid #efefef;
  float: left;
}
.footer-nav {
  width: 75%;
}
.footer-nav a {
  color: #000;
}
.footer-social-media {
  width: 25%;
}
.page-footer:before,
.page-footer:after {
  content: '';
  display: table;
}
.page-footer:after {
  clear: both;
}
#social-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  background: #00375b;
  color: #666;
  display: none;
}
#social-bar .container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.page-footer {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
footer.page-footer {
  background: #02375b;
  color: #fff;
}
.footer.content,
.footer.content > div {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.footer.content .footer-nav {
  width: 100%;
  margin: 0 auto;
  border: none;
  max-width: 1280px;
  float: none;
  padding: 40px 15px 35px 15px;
}
.footer.content .footer-nav .footer-container {
  display: flex;
}
.footer.content .footer-nav .footer-container .footer-links {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.footer.content .footer-nav .footer-container .footer-right {
  width: 25%;
}
.footer.content .footer-nav .footer-container .footer-links > div {
  width: 33.33%;
}
.footer.content .footer-copyright a {
  color: inherit;
}
.footer.content .footer-copyright {
  display: inline-block;
  clear: both;
  text-align: center;
  background: #041d2e;
  padding: 30px 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.footer.content .footer-nav ul {
  width: 100%;
  padding: 0;
}
.footer.content .footer-nav ul li:first-child,
.footer.content .footer-nav ul li {
  font-size: 18px;
  margin: 2px 0;
  text-transform: none;
}
.footer.content .footer-nav a {
  color: #fff;
  font-size: 16px;
}
.page-footer .social-icons {
  display: flex;
  gap: 0 12px;
}
.page-footer .social-icons a {
  width: 30px;
  height: 30px;
}
.page-footer .footer-logos {
  margin-top: 27px;
}
.footer-column > h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.page-footer .footer-social-media {
  display: none;
}
@media (max-width: 1100px) {
  .footer.content .footer-nav ul li:first-child,
  .footer.content .footer-nav ul li,
  .home-slide-content.content,
  .footer.content .footer-copyright {
    font-size: 16px;
  }
  .footer.content .footer-copyright {
    padding: 32px 3%;
  }
}
@media (max-width: 1023px) {
  .footer-nav {
    width: 100%;
  }
  .footer-social-media {
    width: 100%;
    border-top: none;
    text-align: center;
    padding-top: 10px;
  }
  #emailsignup-form {
    padding-top: 10px;
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #social-bar {
    position: relative;
  }
  .newsletter-signup input[type="submit"] {
    width: 30%;
  }
  .newsletter-signup input[type="email"] {
    width: 70%;
  }
  #emailsignup-form {
    max-width: 80%;
  }
  .footer-nav,
  .footer-social-media {
    padding: 40px 20px;
  }
  .footer-nav {
    padding-bottom: 0;
  }
  .footer-social-media {
    padding-top: 10px;
  }
  .footer-nav ul {
    width: 50%;
    padding-bottom: 20px !important;
  }
  .footer-nav ul:nth-child(2n + 1) {
    clear: left;
  }
  .footer-nav > p {
    margin-bottom: 0;
    display: none;
  }
  .footer.content .footer-nav .footer-container .footer-links > div {
    width: 50%;
  }
  .footer.content .footer-nav .footer-container {
    flex-wrap: wrap;
  }
  .footer.content .footer-nav .footer-container .footer-links,
  .footer.content .footer-nav .footer-container .footer-right {
    width: 100%;
  }
  .footer.content .footer-nav ul li:first-child,
  .footer.content .footer-nav ul li,
  .home-slide-content.content,
  .footer.content .footer-copyright {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  #emailsignup-form {
    max-width: 100%;
  }
}
.header.content {
  padding: 6px 0;
  height: 77px;
}
.main-nav .menu-small,
.main-nav .menu-medium {
  display: none;
}
span.customer-name {
  display: block !important;
}
.nav-toggle {
  display: none;
}
.btn-mobile {
  float: left;
}
.page-main .sidebar-main .block.block-collapsible-nav {
  margin-bottom: 0;
}
.nav-mobile-container {
  max-width: 1280px;
  margin: auto;
}
.nav-mobile-container .navigation-mobile > ul {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: min-height 0.2s ease-in-out 0s;
}
.nav-mobile-container ul {
  padding: 0;
  margin: 0;
}
.nav-mobile-container .navigation-mobile {
  position: absolute;
  outline: 1px solid #191656;
  z-index: 10;
  max-width: 100%;
  width: 300px;
  /* max width 1-column */
  overflow: hidden;
  margin-left: 288px;
  background: #fff;
}
.nav-mobile-container .navigation-mobile > ul > li {
  width: 100%;
}
.nav-mobile-container .navigation-mobile:before {
  content: ' ';
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.nav-mobile-container .navigation-mobile:after {
  content: ' ';
  display: block;
  background: #757575;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.nav-mobile-container .navigation-mobile.col2 {
  width: 600px;
  background: #e1e1e1;
}
.nav-mobile-container .navigation-mobile.col2 > ul > li {
  width: 50%;
}
.nav-mobile-container .navigation-mobile.col2:before {
  width: 50%;
  display: block;
}
.nav-mobile-container .navigation-mobile.col2:after {
  display: none;
}
.nav-mobile-container .navigation-mobile.col3 {
  width: 900px;
}
.nav-mobile-container .navigation-mobile.col3 > ul > li {
  width: 33.333333%;
}
.nav-mobile-container .navigation-mobile.col3:before {
  width: 33.333333%;
  display: block;
}
.nav-mobile-container .navigation-mobile.col3:after {
  width: 33.5%;
  display: block;
}
.nav-mobile-container .level0.parent-active a,
.nav-mobile-container .level0:hover a {
  background: #e1e1e1;
}
.nav-mobile-container .level2 a,
.nav-mobile-container .level1.parent-active a,
.nav-mobile-container .level1:hover a {
  background: #757575;
  color: #fff;
}
.nav-mobile-container .level0:hover > a {
  border-left: 10px solid #ffffff;
}
.nav-mobile-container .level1:hover > a {
  border-left: 10px solid #e1e1e1;
}
.col2 .level0 > .submenu-child > .columns-group {
  display: block !important;
}
.col3 .level0 > .submenu-child > .columns-group {
  max-width: 49.85%;
  display: block !important;
}
.navigation-mobile li.submenu-child,
.level1.submenu {
  margin: 10px 0;
}
.navigation-mobile li {
  position: static;
  margin: 0;
}
.navigation-mobile li a {
  z-index: 10;
  position: relative;
  border-left: 10px solid transparent;
  padding: 5px 20px 5px 10px;
  display: block;
  font-size: 1.7rem;
  box-sizing: content-box;
  font-weight: 600;
}
.navigation-mobile.col2 li ul.submenu {
  left: 50%;
  min-width: 50%;
}
.navigation-mobile.col3 li ul.submenu {
  left: 33.333333%;
  min-width: 66.6%;
}
.navigation-mobile.col3 li ul.submenu.level1 {
  left: 50%;
  min-width: 33.333333%;
}
.navigation-mobile li ul.submenu {
  height: 100%;
  min-width: 100%;
  overflow: visible !important;
  position: absolute;
  top: 0;
  z-index: 11;
}
.touch-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.main-nav {
  display: inline-block;
}
#collapse-button {
  margin-top: -6px;
  margin-bottom: -6px;
  height: 77px;
  padding: 0 8px;
}
#collapse-button > div {
  padding-top: 21px;
}
.header.links li {
  width: 100%;
  text-align: left;
}
.main-nav .btn-menu,
.header-phone-number p a {
  color: #fff;
  font-size: 2.4em;
  font-weight: 600;
  cursor: pointer;
}
.main-nav .btn-menu {
  display: block;
}
.header-icon,
.minicart-wrapper .action.showcart:before,
.block-search .label:before {
  height: 50px;
  width: 50px;
  display: block;
}
.minicart-wrapper .action.showcart:before {
  display: block !important;
}
.block-search .label:before {
  margin-right: 0 !important;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: ' ';
}
.block.block-search {
  float: right;
  margin-top: 21px;
  color: #000;
}
.block-search .label:before,
.block-search .label.active:before {
  content: ' ';
  cursor: pointer;
}
.block-search .control {
  border-top: none;
}
.minicart-wrapper .action.showcart:before {
  background: url('../images/header/cart.png') 0 0 no-repeat;
  background-size: cover;
}
.header-icon.icon-account {
  background: url('../images/header/account.png') 0 0 no-repeat;
  background-size: cover;
  margin: auto;
  cursor: pointer;
}
.header-icon.icon-phone {
  background: url('../images/header/contact.png') 0 0 no-repeat;
  background-size: cover;
}
.block-search .label:before {
  background: url('../images/header/search.png') 0 0 no-repeat;
  background-size: cover;
}
.header-links-additional.loggedin {
  display: none;
}
.loggedin .header-icon.icon-account {
  cursor: pointer;
}
.header-icon img {
  max-width: 40px;
}
.minicart-wrapper {
  margin-right: 15px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -2px;
  right: -7px;
  background: #f4b43f;
  color: #00375b;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  padding-top: 1px;
}
.minicart-wrapper .action.showcart .text {
  color: #fff;
}
.minicart-wrapper {
  color: #000;
}
.block-search {
  width: 32%;
}
.header-links-additional a {
  color: #fff;
}
.header-links-additional > li > a,
.header-links-additional > li > span,
.header-my-account-link,
.minicart-wrapper .action.showcart .text {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 0.9em;
  display: inline-block;
  margin-top: 4px;
}
.customer-menu {
  position: relative;
  top: 4px;
  left: -15px;
}
.customer-welcome.customer-name.loggedin {
  display: none;
}
.btn-menu.collapse-nav.active {
  background: #191656;
}
.nav-sections {
  margin: 0 !important;
}
.breadcrumbs {
  margin: 0;
}
@media (max-width: 1300px) {
  .block-search {
    width: 27%;
  }
  .header-icon,
  .minicart-wrapper .action.showcart:before,
  .block-search .label:before {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1199px) {
  .block-search {
    width: 17%;
  }
  .nav-mobile-container .navigation-mobile {
    margin-left: 0;
    border: 1px solid #191656;
    left: 0;
    outline: none;
  }
  .logo {
    max-width: 180px;
  }
  .header-icon,
  .minicart-wrapper .action.showcart:before,
  .block-search .label:before {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 1080px) {
  .main-nav .menu-large,
  .main-nav .menu-small {
    display: none;
  }
  .main-nav .menu-medium {
    display: block;
  }
}
@media (max-width: 1023px) {
  #collapse-button > div {
    padding-top: 26px;
  }
  .main-nav .btn-menu {
    font-size: 1.8em;
    text-transform: uppercase;
  }
  .main-nav .menu-medium {
    display: block;
  }
  .main-nav .menu-large,
  .main-nav .menu-small {
    display: none;
  }
  .header-my-account-link,
  .header-links-additional > li > a,
  .header-links-additional > li > span,
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .customer-menu {
    position: relative;
    top: -6px;
    left: -4px;
  }
  i.menu-arrow {
    top: -5px;
  }
  i.menu-icon {
    top: -5px;
  }
}
@media (max-width: 783px) {
  .nav-mobile-container .level0:hover > a {
    border-left: 10px solid transparent;
  }
  .nav-mobile-container .level1:hover > a {
    border-left: 10px solid transparent;
  }
  .nav-mobile-container .navigation-mobile > ul {
    margin: 0;
  }
  .nav-mobile-container .navigation-mobile {
    width: 100%;
    height: auto;
    background: #fff;
  }
  .nav-mobile-container .navigation-mobile > ul > li {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .nav-mobile-container .navigation-mobile:before,
  .nav-mobile-container .navigation-mobile:after {
    display: none !important;
  }
  .nav-mobile-container .navigation-mobile li {
    text-align: center;
    overflow: hidden;
  }
  .nav-mobile-container .navigation-mobile li a {
    margin: 0;
    position: static;
  }
  .nav-mobile-container .navigation-mobile li.level0 {
    border-top: 1px solid #00375b;
  }
  .nav-mobile-container .navigation-mobile li.level0:first-child {
    border-top: none;
  }
  .parent-active .submenu-child {
    margin: 0;
  }
  .submenu-child > .parent-active .columns-group {
    display: block !important;
  }
  .submenu-child > .touch-button {
    display: none !important;
  }
  .navigation-mobile li.submenu-child,
  .level1.submenu {
    margin: 0;
  }
  .navigation-mobile li {
    position: relative;
  }
  .minicart-wrapper {
    margin-right: 10px;
  }
  .header-my-account-link {
    display: block;
  }
  .touch-button {
    display: block;
    height: 34px;
    width: 30px;
    cursor: pointer;
    z-index: 25;
    overflow: hidden;
    font-family: 'luma-icons';
  }
  .touch-button:before {
    content: '\e619';
    top: 10px;
    position: relative;
  }
  .touch-button.active:before {
    content: '\e618';
  }
  .touch-button span {
    display: none;
  }
  .navigation-mobile {
    width: 100%;
  }
  .navigation-mobile li ul.submenu {
    left: 0;
    position: relative;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .header-links-additional {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .block.block-search {
    margin-top: 0;
    width: auto;
  }
  .header-nav-bottom img {
    padding: 2px 0;
    vertical-align: middle;
  }
  .block-search .active .control {
    width: 100%;
    position: absolute;
    left: 0;
    top: 63px;
    margin: 0;
    background: #00375b;
  }
}
@media (max-width: 479px) {
  .main-nav .menu-small {
    display: block;
  }
  .main-nav .menu-large,
  .main-nav .menu-medium {
    display: none;
  }
}
@media (max-width: 359px) {
  .logo {
    max-width: 90px;
  }
}
.cms-index-index .column.main {
  padding: 0;
}
.homepage-category-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5% 0 -0.5%;
  padding: 0;
  width: 101%;
  overflow: hidden;
}
.homepage-category-list > li {
  list-style: none;
  background: #000;
  margin: 0 0.5% 1% 0.5%;
  text-align: center;
  flex-basis: calc(32.333333%);
  box-sizing: content-box;
  min-height: 300px;
}
.homepage-category-list h4 {
  font-weight: bold;
  font-size: 1.1em;
  padding: 1em 0;
}
.homepage-category-list a {
  color: #333333;
}
.homepage-category-wrapper {
  overflow: hidden;
  background: #e1e1e1;
}
.homepage-category-wrapper h3 {
  font-size: 2.8rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.homepage-featured-products-wrapper {
  background: #e1e1e1;
  padding: 0 6%;
  margin-bottom: 35px;
}
.homepage-featured-products-wrapper h3 {
  font-size: 2.8rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}
.homepage-top {
  font-size: 2.8rem;
  color: #00375b;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.cms-home .column.main > :not(.homepage-top):not(.homepage-banner-slider):not(.homepage-featured-products-wrapper):not(.homepage-category-wrapper) {
  padding: 0 10px;
}
.homepage-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.homepage-news .homepage-news__entry {
  border: 1px solid #ccc;
  padding: 10px 10px 30px 10px;
  margin: 0 5px;
  flex: 1;
  margin-top: 60px;
  position: relative;
}
.homepage-news .content-title {
  position: absolute;
  top: -48px;
  text-align: center;
  width: 100%;
}
.homepage-news .read-more {
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.homepage-news .event {
  margin-bottom: 30px;
}
.homepage-news .event-name,
.homepage-news .title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #00375b;
}
.homepage-news .event-name {
  text-transform: none;
}
.homepage-news .event-location {
  font-weight: 700;
}
.homepage-news .inner-content {
  font-size: 1.8rem;
}
#pre-div,
.homepage-banner-slider,
.homepage-featured-products-wrapper {
  max-height: 600px;
  overflow: hidden;
}
.homepage-top {
  width: 100vw !important;
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
}
.home-slide-content.content {
  width: 480px;
  text-align: left;
  top: 0;
  position: relative;
  left: 0;
}
.home-slide-container .container {
  padding: 0;
}
.home-slide-content.content h2 {
  text-transform: none;
  font-size: 64px;
  color: #000;
  margin-bottom: 13px;
}
.home-slide-content.content p {
  max-width: 450px;
  font-size: 16px;
}
.home-slide-content {
  width: 100%;
}
.homepage-top .custom-slider .owl-carousel {
  background-color: #FFFFFF;
}
.homepage-top .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
}
.homepage-top .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
  left: 16px !important;
}
.homepage-top .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next {
  right: 16px !important;
}
.homepage-top .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 0C31.0284 0 40 8.97164 40 20C40 31.0284 31.0284 40 20 40C8.97164 40 0 31.0284 0 20C0 8.97164 8.97164 0 20 0ZM13.8216 21.1784L22.155 29.5116C22.3096 29.6666 22.4933 29.7896 22.6955 29.8734C22.8977 29.9572 23.1145 30.0002 23.3334 30C23.5523 30.0002 23.769 29.9572 23.9712 29.8733C24.1735 29.7895 24.3571 29.6666 24.5117 29.5116C25.1634 28.86 25.1634 27.8066 24.5117 27.155L17.3566 20L24.5116 12.845C25.1633 12.1934 25.1633 11.14 24.5116 10.4884C23.86 9.83672 22.8066 9.83672 22.155 10.4884L13.8216 18.8217C13.17 19.4734 13.17 20.5266 13.8216 21.1784Z' fill='%23333333'/%3E%3C/svg%3E");
}
.homepage-top .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 40C8.97164 40 0 31.0284 0 20C0 8.97164 8.97164 0 20 0C31.0284 0 40 8.97164 40 20C40 31.0284 31.0284 40 20 40ZM26.1784 18.8216L17.845 10.4884C17.6904 10.3334 17.5067 10.2104 17.3045 10.1266C17.1023 10.0428 16.8855 9.9998 16.6666 10C16.4477 9.99981 16.231 10.0428 16.0288 10.1267C15.8265 10.2105 15.6429 10.3334 15.4883 10.4884C14.8366 11.14 14.8366 12.1934 15.4883 12.845L22.6434 20L15.4884 27.155C14.8367 27.8066 14.8367 28.86 15.4884 29.5116C16.14 30.1633 17.1934 30.1633 17.845 29.5116L26.1784 21.1783C26.83 20.5266 26.83 19.4734 26.1784 18.8216Z' fill='%23333333'/%3E%3C/svg%3E");
}
.home-slide-content.content {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  color: #000000;
}
.home-slide-content.content .red.solid.button {
  background: #d51010;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 4px;
  box-shadow: 0px 0 10px rgba(213, 16, 16, 0.5);
  margin-top: 20px;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
}
section.home-slideshow {
  height: 80vh;
  min-height: 500px;
}
section.home-slideshow .home-slide {
  height: 100%;
  position: relative;
}
section.home-slideshow .home-figure-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.home-slideshow .home-figure-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top right;
}
section.home-slideshow .home-slide-container {
  z-index: 2;
  position: relative;
}
.categories-eco .elsnertech-category-widget {
  padding: 70px 0;
  margin: 0;
}
.categories-eco .elsnertech-category-widget .widget-title {
  padding: 0;
  border: none;
  color: #00375b;
  font-size: 32px;
}
.categories-eco .elsnertech-category-widget .category-image {
  padding-bottom: 74%;
  background: #f8f8f8;
}
.categories-eco .elsnertech-category-widget .category-name {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
}
.categories-eco .elsnertech-category-widget .category-name > a {
  color: #000;
}
.categories-eco .elsnertech-category-widget .category-card:hover {
  transform: none;
  box-shadow: none;
}
.homepage-about-econoco {
  padding: 80px 0 80px 0 !important;
  position: relative;
}
.homepage-about-econoco p {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  margin-bottom: 1em;
}
.homepage-about-econoco:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 1px;
}
.homepage-about-econoco .flex-row {
  display: flex;
}
.homepage-about-econoco h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.homepage-about-econoco .left {
  font-size: 20px;
  padding-right: 90px;
  width: 70%;
}
.homepage-about-econoco .right {
  width: 30%;
}
.quick-shopping-links {
  background: #eeeeee;
  padding: 38px 0 !important;
  position: relative;
}
.quick-shopping-links:after {
  content: "";
  position: absolute;
  background: #eeeeee;
  width: 1000%;
  left: -200%;
  height: 100%;
  z-index: -1;
  top: 0;
}
section.quick-links > h2 {
  text-align: center;
  margin: 0;
  color: #00375b;
  font-size: 23px;
  font-weight: 600;
}
.about-post {
  margin-bottom: 30px;
}
.about-post:last-child {
  margin-bottom: 0;
}
.about-post .card {
  background: #eeeeee;
}
.about-post .card .image {
  width: 100%;
}
.about-post .card .image > img {
  width: 100%;
}
.about-post .card .card-content {
  padding: 15px 20px;
}
.about-post .card .card-content h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
}
.about-post > h3 {
  margin-top: 0;
  color: #00375b;
  font-size: 20px;
  font-weight: 600;
}
.quick-shopping-column-wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.quick-links .links-container > ul {
  display: block;
  position: static;
  min-width: inherit;
  width: 25%;
  background: transparent;
  border: none;
  padding: 0 25px;
  margin: 0;
  box-shadow: none;
  list-style: disc;
}
section.quick-links .links-container {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
}
section.quick-links .links-container > ul > li {
  font-size: 18px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  section.quick-links .links-container > ul {
    width: 50%;
  }
}
.quick-shopping-column-wrapper > h2 {
  width: 100%;
  color: #00375b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.quick-shopping-column {
  width: 25%;
  padding: 0 20px;
}
.quick-shopping-column > ul {
  padding-left: 20px;
}
.quick-shopping-column > ul > li a {
  color: #333333;
}
.quick-shopping-column > ul > li {
  margin-bottom: 4px;
}
.categories-eco .elsnertech-category-widget .category-name > a {
  font-size: 20px;
}
@media (max-width: 1300px) {
  .homepage-news {
    justify-content: center;
  }
  .homepage-news .homepage-news__entry {
    flex: 0 1 40%;
  }
}
@media (max-width: 1023px) {
  .homepage-category-list {
    width: 98%;
    margin: 0;
    margin: 0 1%;
  }
  .homepage-category-list > li {
    margin: 0 1% 2% 1%;
    flex-basis: calc(48%);
  }
  .homepage-top {
    font-size: 2.4rem;
  }
}
@media (max-width: 1100px) {
  .categories-eco .elsnertech-category-widget .col-3 {
    width: 33.33%;
  }
  .home-slide-content.content h2 {
    font-size: 52px;
  }
  .homepage-about-econoco .left {
    font-size: 18px;
  }
  .categories-eco .elsnertech-category-widget .category-name {
    font-size: 20px;
  }
  .home-slide-content.content p {
    max-width: 340px;
  }
  section.home-slideshow {
    height: 66vh;
  }
  .home-slide-content.content .red.solid.button {
    font-size: 14px;
    min-width: 130px;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .categories-eco .elsnertech-category-widget .category-name > a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  section.home-slideshow {
    height: 40vh;
  }
  .quick-shopping-column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .quick-shopping-column {
    width: 100%;
  }
  .homepage-about-econoco .flex-row {
    flex-wrap: wrap;
  }
  section.home-slideshow .home-slide-container {
    padding-bottom: 90px;
  }
  section.home-slideshow {
    height: 100%;
  }
  .home-slide-content.content p {
    max-width: 100%;
  }
  .homepage-about-econoco .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 80px;
  }
  .homepage-about-econoco .right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .homepage-featured-products-wrapper {
    padding: 0;
  }
  .homepage-category-list > li {
    margin: 0 auto 3% auto;
    flex-basis: calc(100%);
    max-width: 300px;
  }
  .homepage-featured-products {
    max-width: 400px;
    padding: 40px;
    margin: auto;
  }
  .homepage-top {
    font-size: 1.8rem;
  }
  .homepage-top .home-slide-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .homepage-news {
    flex-flow: column wrap;
    align-items: center;
  }
  .homepage-news .homepage-news__entry {
    width: 80%;
  }
  /*Culture menu*/
  ul.header-culture-menu {
    display: block;
  }
  ul.header-culture-menu li {
    width: 100%;
  }
  ul.header-culture-menu .header-culture-menu-item:nth-of-type(3) {
    border: none;
  }
  section.home-slideshow .home-figure-bg {
    position: static;
  }
  .home-slide-content.content {
    font-size: 16px;
    left: 0;
    top: 40px;
    max-width: 100%;
    width: 100%;
  }
  section.home-slideshow .home-slide {
    background: #fdfdfd;
  }
  .home-slide-content.content h2 {
    font-size: 32px;
  }
  .categories-eco .elsnertech-category-widget .widget-title {
    font-size: 26px;
  }
  .categories-eco .elsnertech-category-widget .category-name {
    font-size: 16px;
  }
  .homepage-about-econoco .left {
    font-size: 16px;
  }
  .homepage-about-econoco .about-post {
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .quick-shopping-column-wrapper > h2 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .categories-eco .elsnertech-category-widget .col-3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .footer.content .footer-nav .footer-container .footer-links > div {
    width: 100%;
  }
}
section.quick-links .links-container > ul {
  display: block;
  position: static;
  min-width: inherit;
  width: 25%;
  background: transparent;
  border: none;
  padding: 0 25px;
  margin: 0;
  box-shadow: none;
  list-style: disc;
}
section.quick-links .links-container {
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
  flex-wrap: wrap;
}
section.quick-links .links-container > ul > li {
  font-size: 18px;
  margin-bottom: 7px;
}
@media (max-width: 1366px) {
  .homepage-top .owl-carousel .banner-item .content_slider {
    left: 50%;
    width: 100%;
    max-width: 1120px;
    transform: translateX(-50%);
  }
}
@media (max-width: 1152px) {
  .homepage-top .owl-carousel .banner-item .content_slider {
    max-width: 1024px;
  }
}
@media (max-width: 991px) {
  section.quick-links .links-container > ul {
    width: 50%;
  }
  .home-slide-container .container {
    padding: 0 3%;
  }
  .home-slide-content.content h2 {
    font-size: 44px;
  }
  .home-slide-content.content p {
    max-width: 100%;
  }
  .homepage-top .owl-carousel .banner-item .content_slider {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  section.quick-links .links-container > ul {
    width: 100%;
  }
  .homepage-top .owl-carousel .banner-item .content_slider {
    position: static;
    transform: none;
    background: #fff;
  }
  .homepage-top .home-slide-content.content {
    top: 0;
  }
  .home-slide-content.content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#block-discount,
#block-giftcard,
#block-shipping {
  margin: 0;
  position: relative;
  display: block;
  text-decoration: none;
}
#block-discount .title,
#block-giftcard .title,
#block-shipping .title {
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 0;
}
#block-discount .title strong,
#block-giftcard .title strong,
#block-shipping .title strong {
  font-size: 1.6rem;
}
#block-discount .title:hover:after,
#block-giftcard .title:hover:after,
#block-shipping .title:hover:after {
  color: #333;
}
#block-discount .title:after,
#block-giftcard .title:after,
#block-shipping .title:after {
  font-family: 'luma-icons';
  content: '\e622';
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#block-discount.active .title,
#block-giftcard.active .title,
#block-shipping.active .title {
  margin-bottom: 15px;
}
#block-discount.active .title:after,
#block-giftcard.active .title:after,
#block-shipping.active .title:after {
  content: '\e621';
}
#block-shipping .title {
  padding: 10px 0 10px 0;
}
.cart.table-wrapper .action-towishlist:before {
  overflow: visible;
}
.cart-summary .block > .title:after {
  font-family: 'luma-icons';
  content: '\e622';
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
#mageworx-shipping-fee-form fieldset {
  border: none;
  padding: 0;
}
#mageworx-shipping-fee-form .control > .admin__field .admin__field-label {
  display: inline-block !important;
}
#mageworx-shipping-fee-form .field-note {
  display: none;
}
#mageworx-shipping-fee-form .field-tooltip.toggle.tooltip-inline {
  right: auto;
  top: auto;
  margin-top: -3px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#mageworx-shipping-fee-form .field-tooltip.toggle.tooltip-inline .field-tooltip-content {
  position: absolute;
  top: -8px;
  right: 0;
}
#mageworx-shipping-fee-form .field-tooltip .field-tooltip-action:before {
  overflow: visible;
}
.product-fee-info-options {
  position: relative;
}
.product-fee-info-options .field-tooltip.tooltip-inline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  margin-left: 10px;
}
.mageworx-shipping-fee-container .message.message-success {
  display: none;
}
.cart .product-image-container {
  max-width: 100px;
}
.cart.item .action.action-edit {
  display: none;
}
.checkout-shipping-method .actions-toolbar:after {
  clear: both;
  content: '';
  display: block;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.opc-wrapper .step-content {
  margin: 0 !important;
}
.opc-wrapper .fieldset > .field,
.opc-wrapper .fieldset > .fields > .field {
  margin: 0 0 10px !important;
}
.opc-wrapper .form-login {
  padding-bottom: 0 !important;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.checkout-index-index #maincontent .columns {
  padding: 10px 50px !important;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  padding: 0 0 20px 0 !important;
}
#payment.checkout-payment-method {
  margin-top: -20px;
}
.checkout-container .checkout-shipping-address div.new-address-popup {
  margin: 0 35px 0 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.checkout-payment-method .actions-toolbar .primary {
  float: left !important;
}
.checkout-payment-method .payment-method-title {
  padding: 2px 0 !important;
}
.checkout-payment-method .payment-method-content:after {
  clear: both;
  content: '';
  display: block;
}
.shipping-additional-info {
  margin-top: 7px;
}
.page-main .opc-block-summary .block {
  margin-bottom: 0 !important;
}
.checkout-option-credit-cards {
  display: inline-block;
  padding-left: 6px;
}
.checkout-option-credit-cards div {
  width: 512px;
  height: 512px;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-size: cover;
  margin-bottom: -5px;
  margin-top: -5px;
  vertical-align: middle;
}
.checkout-option-credit-cards .cc-amex {
  background: url(../images/amex_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-credit-cards .cc-discover {
  background: url(../images/discover_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-credit-cards .cc-visa {
  background: url(../images/visa_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-credit-cards .cc-mastercard {
  background: url(../images/mastercard_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-paypal {
  width: 86px;
  height: 86px;
  background: url(../images/paypal.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: -23px;
  vertical-align: middle;
  margin-top: -30px;
}
@media (max-width: 767px) {
  #block-discount.active .content,
  #block-giftcard.active .content {
    padding: 0 20px 20px;
  }
  #block-discount,
  #block-giftcard {
    border-top: 1px solid #c1c1c1;
  }
  #block-discount .title,
  #block-giftcard .title,
  #block-shipping .title {
    padding: 10px 40px 10px 15px;
  }
  #block-discount .title:after,
  #block-giftcard .title:after,
  #block-shipping .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .opc-estimated-wrapper {
    margin: 0 -15px 15px !important;
  }
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  margin: 0 0 0 auto;
}
.mini-cart-custom-message {
  padding-bottom: 25px;
}
.shipbackorder-option label {
  vertical-align: top;
}
.shipbackorder-option > div {
  max-width: 530px;
}
dt.backorder:after {
  display: none !important;
}
#radio-ship-partial,
#radio-ship-all {
  vertical-align: top;
  margin-top: 6px;
}
.opc-wrapper .step-content form .field {
  max-width: 480px;
}
/*-------------------------
Payment Method css
-------------------------------*/
.opc-wrapper .step-title {
  border-color: #e3e3e3;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing {
  max-width: 500px;
}
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #00375b;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
  height: 32px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
  height: 32px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
/*-------------------------
custom radio shiping Method css
-------------------------------*/
#checkout-step-shipping_method .table-checkout-shipping-method input.radio {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #545050;
  position: relative;
}
#checkout-step-shipping_method .table-checkout-shipping-method input.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1a5f95;
  transition: transform 0.2s ease;
  opacity: 0;
}
#checkout-step-shipping_method .table-checkout-shipping-method input.radio[checked="true"]:after {
  opacity: 1;
}
.checkout-payment-method .payment-method-content .cvv-field-area .field-tooltip {
  top: 0;
}
.checkout-payment-method .payment-method-content .card-aux .actions-toolbar {
  margin-top: 1em;
}
.subcategories {
  background: #e1e1e1;
  overflow: hidden;
  margin-bottom: 20px;
}
.subcategories .section-header {
  font-weight: 700;
  text-align: center;
}
.subcategories .block-promo {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 10px 15px;
}
.subcategories a {
  display: block;
}
.subcategories ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5% 0 -0.5%;
  padding: 0;
  width: 101.1%;
  overflow: hidden;
}
.subcategories ul > li {
  list-style: none;
  margin: 0 0.5% 1% 0.5%;
  text-align: center;
  flex-basis: calc(24%);
  box-sizing: content-box;
  background: #fff;
}
.subcategories ul > li img {
  width: 100%;
}
.category-heading.section-header h1 {
  font-size: 30px;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
.category-description {
  font-size: 1.6em;
  padding: 10px;
}
.category-view {
  margin-bottom: 20px;
}
#layered-filter-block .filter-title strong {
  margin-left: 10px;
}
.list.products-list .product-item-description {
  display: none;
}
.owl-carousel .product-item-info,
.products .product-item-info {
  text-align: center;
}
.owl-carousel .product-item-link,
.products .product-item-link {
  color: #00375b;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.owl-carousel .price-box,
.products .price-box {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
}
.owl-carousel .product-item .price-box .price-label,
.products .product-item .price-box .price-label {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
}
.owl-carousel .product-item .tocart,
.products .product-item .tocart {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.owl-carousel a,
.products a {
  color: #000;
  font-weight: 700;
}
.owl-carousel .price-wrapper,
.products .price-wrapper {
  color: #fe0000;
}
.owl-carousel .product-item-photo,
.products .product-item-photo {
  padding: 13px;
}
.owl-carousel .old-price > .price-final_price,
.products .old-price > .price-final_price {
  display: none;
}
.owl-carousel .product-item-link {
  height: 44px;
}
.products-grid:before,
.products-grid:after {
  content: '';
  display: table;
}
.products-grid:after {
  clear: both;
}
.products-grid .product-item {
  width: calc(20%);
}
.list.products .product-item-link {
  margin-bottom: 15px;
}
.grid.products .product-item-photo {
  display: block;
}
.option-note {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.sub-category-header + .filter-content {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .products-grid .product-item:nth-child(5n + 1) {
    clear: left;
  }
}
@media (max-width: 1023px) {
  .products-grid .product-item {
    width: calc(33.33333333%);
  }
  .subcategories ul {
    width: 98%;
    margin: 0 1%;
  }
  .subcategories ul > li {
    margin: 0 1% 2% 1%;
    flex-basis: calc(48%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item {
    width: calc(50%);
  }
  .products-grid .product-item:nth-child(2n + 1) {
    clear: left;
  }
  .subcategories ul > li {
    margin: 0 auto 3% auto;
    flex-basis: calc(100%);
    max-width: 300px;
  }
}
@media (max-width: 479px) {
  .products-grid .product-item {
    width: calc(100%);
  }
}
.box-tocart .control,
.box-tocart .label {
  display: inline;
}
.box-tocart .field.qty {
  float: left;
  margin-right: 20px;
}
.shipping-estimator__icon {
  width: 36px;
  height: 25px;
  background: url('../images/shipping-options-icon.jpg') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.shipping-estimator__label {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
.shipping-estimator__label .small {
  font-size: 1.2rem;
}
.shipping-estimator__show {
  cursor: pointer;
}
body:not(.page-product-configurable) .product-info-price > .price-box {
  display: none !important;
}
.page-product-configurable .product-add-form {
  margin-top: 0;
  padding: 0;
}
.page-product-configurable .product-info-main .product-info-price .price-box {
  margin-top: 20px;
  display: block;
  width: 100%;
}
.page-product-configurable .product-info-price {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.configurable-product__tier-price {
  display: none;
  margin-top: 30px;
  margin-bottom: 15px;
}
.product-specs h3 {
  clear: both;
}
.product-add-form:before,
.product-add-form:after {
  content: '';
  display: table;
}
.product-add-form:after {
  clear: both;
}
.additional-attributes-wrapper {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.additional-attributes-wrapper:before,
.additional-attributes-wrapper:after {
  content: '';
  display: table;
}
.additional-attributes-wrapper:after {
  clear: both;
}
.additional-attributes-wrapper h3 {
  text-align: center;
}
.additional-attributes-wrapper > .additional-attributes-products {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 49%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
div.block.crosssell .owl-stage .owl-item .product-item {
  width: 100% !important;
}
.block.upsell,
.block.related,
.block.crosssell {
  clear: both;
  background: #e1e1e1;
}
.block.upsell .block-title,
.block.related .block-title,
.block.crosssell .block-title {
  text-align: center;
}
.block.crosssell .product-image-container {
  width: 100% !important;
}
.block.crosssell .product-item-info {
  width: 100%;
}
.product-attribute__bullet-copy {
  font-weight: 700;
}
.product-attribute__bullet-copy > ul {
  margin: 0;
  padding: 0 20px;
}
.product-attribute__bullet-copy > ul li {
  margin-bottom: 0;
}
#product-addtocart-button {
  height: 32px;
  line-height: 1em;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0 14px;
  font-weight: 700;
}
#product_addtocart_form .fieldset > .field > .label,
#product_addtocart_form .fieldset > .fields > .field > .label {
  font-weight: normal;
  color: #00375b;
  font-size: 1.45rem;
}
.social-message {
  font-size: 1.45rem;
}
.product__short-description {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  text-transform: uppercase;
}
.box-tocart .control {
  margin-left: 10px;
}
.product-info-top-heading {
  font-size: 1.4rem;
  font-weight: 600;
}
.product-info-top-heading .label__item-sku {
  display: inline-block;
  margin-right: 20px;
}
.product-info-top-heading .rating-summary {
  position: relative;
  top: 3px;
  padding-right: 10px;
}
.product-info-top-heading .label__item-number,
.product-info-top-heading .label__item-sku {
  font-weight: 700;
  color: #00375b;
}
.product-info-title {
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00375b;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  display: inline-block;
}
.tier-price-container {
  background: #f3f3f3;
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  padding-top: 15px;
}
.tier-price-container:before,
.tier-price-container:after {
  content: '';
  display: table;
}
.tier-price-container:after {
  clear: both;
}
.tier-price-container .prices-tier.items {
  width: 70%;
  float: left;
}
.tier-price-container .prices-tier.items .item {
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
}
.tier-price-container .check-stock {
  float: right;
  width: 30%;
}
.tier-price-container .price-container {
  font-weight: 700;
  font-size: 2.8rem;
  color: #fe0000;
}
.social-buttons ul.social {
  margin: 0;
  padding: 0;
}
.block.related,
.category-top-sellers-container,
.block.crosssell {
  background: #e1e1e1;
}
.block.related h3,
.category-top-sellers-container h3,
.block.crosssell h3 {
  text-align: center;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
}
.main #layered-filter-block,
.main .toolbar.toolbar-products {
  padding: 0 15px;
}
.grid.products-grid .product-item-info {
  text-align: center;
}
.product-specs-container {
  overflow: hidden;
  width: 100%;
}
.product-specs-container h3.col.label {
  text-transform: uppercase;
  font-size: 2.8rem;
}
.product-specs-container .col.label {
  text-align: center;
}
.product-specs-container .table > tbody > tr > th,
.product-specs-container .table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
.product-specs-container .table tr > td:first-child {
  background: #f3f3f3;
  font-weight: 700;
}
.product.info.detailed {
  padding-top: 30px;
}
.product-page-content-divider {
  width: 100%;
  border-top: 3px solid #e1e1e1;
  clear: both;
  margin-bottom: 20px;
}
.product.data.items > .item.title > .switch {
  height: 43px;
  line-height: 43px;
  font-size: 1.4rem;
  padding: 0 30px;
}
.no-tabs .data.title {
  font-weight: 700;
  font-size: 2.8rem;
  margin-top: 35px;
  margin-bottom: 15px;
}
.no-tabs .data.title a {
  color: #000;
}
#customer-reviews {
  padding-bottom: 15px;
  border-bottom: 4px solid #e1e1e1;
}
.no-tabs #mageworx_product_attachments,
.no-tabs #description,
.no-tabs #amfaq_product,
.no-tabs #reviews {
  padding-bottom: 35px;
  border-bottom: 4px solid #e1e1e1;
}
.no-tabs #amfaq_product {
  padding-bottom: 25px;
}
.no-tabs #tab-label-amfaq_product,
.no-tabs #tab-label-mageworx_product_attachments {
  display: none;
}
.no-tabs #tab-label-amfaq_product .counter,
.no-tabs #tab-label-mageworx_product_attachments .counter {
  display: none;
}
.no-tabs #tab-label-description,
.no-tabs #tab-label-reviews-title {
  text-transform: uppercase;
}
.no-tabs .amfaq-product-tab .block-title,
.no-tabs .product-attachment-container .block-title {
  margin-top: 35px;
}
.no-tabs #tab-label-reviews {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-attachment-container {
  padding: 0 !important;
  margin-top: 0 !important;
}
.fieldset .review-legend.legend {
  display: none;
}
.product.data.items {
  background: #e1e1e1;
}
.product.data.items .data.switch {
  color: #00375b;
  font-weight: 700;
  text-transform: uppercase;
}
.product.data.items > .item.title > .switch {
  outline: none;
  border: none !important;
  background: transparent !important;
}
.label.rating-label {
  display: none;
}
.review-content {
  margin-top: 15px;
}
.product-review__voting span {
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 3px 11px;
  margin: 7px 0;
  text-transform: uppercase;
  margin-right: 6px;
  cursor: pointer;
  color: #00375b;
  font-size: 1.4rem;
  font-weight: 700;
}
.product-review__voting span.voted {
  background: #00375b;
  border: 1px solid #00375b;
  color: #fff;
}
.btn-review {
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  background: #fe0000;
  text-transform: uppercase;
  font-size: 1.45rem;
}
.review-details .review-describe-yourself,
.review-details .review-ratings {
  margin-bottom: 10px;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno {
  margin-right: 30px;
}
.block.review-list {
  margin-bottom: 35px !important;
}
.review-toolbar {
  margin: 0 !important;
}
.block.upsell,
.block.related,
.block.crosssell {
  padding: 20px 20px 0 20px !important;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.45rem;
}
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next,
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
  height: 42px !important;
  right: -20px !important;
  width: 24px !important;
}
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next:before,
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev:before {
  width: 24px;
  height: 42px;
  background-size: contain;
}
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
  right: auto !important;
  left: -20px !important;
}
.block.crosssell .owl-carousel .product-item-link,
.block.crosssell .owl-carousel .products .product-item-link {
  font-size: 14px;
}
.product-min-quantity__qty {
  display: inline;
}
.product-min-quantity {
  color: #00375b;
  margin-bottom: 10px;
  font-size: 1.45rem;
}
.product.pricing {
  margin-bottom: 10px;
}
.tier-price-container .prices-tier.items .item .tier-qty {
  display: table-cell;
  min-width: 50px;
}
.tier-price-container .prices-tier.items .item .tier-price {
  display: table-cell;
}
.tier-qty {
  padding: 0;
  padding-left: 0;
  line-height: 2.8rem;
  display: inline-block;
  vertical-align: top;
  color: #00375b;
}
.tier-price {
  line-height: 2.8rem;
  display: inline-block;
}
.tier-price-container {
  align-items: center;
  background: #f3f3f3;
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  padding: 1em;
}
.tier-price-container:before,
.tier-price-container:after {
  display: none;
}
.tier-price-container .prices-tier.items {
  float: none;
  margin: 0;
  width: auto;
}
.tier-price-container .prices-tier.items .item {
  float: none;
  width: auto;
}
.tier-price-container .prices-tier.items .item .tier-qty {
  min-width: auto;
}
.tier-price-container .check-stock {
  float: none;
  width: auto;
}
.check-stock__show {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 1em;
  text-decoration: none;
}
.check-stock__outstock {
  color: red;
}
.check-stock__instock {
  color: #00375b;
}
.check-stock__arrival {
  color: #00375b;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
.short-description__product-specs {
  line-height: 2.8rem;
  text-decoration: underline;
  color: #00375b;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.short-description__product-specs {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.shipping-estimator {
  color: #000;
  margin-bottom: 20px;
}
.short-description__read-more {
  color: #47a9ff;
}
.short-description__read-more::after {
  content: '>';
  margin-left: 3px;
}
.product-info-main {
  margin-bottom: 20px;
}
.social-buttons .social-message {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  font-weight: 700;
  padding-right: 10px;
  line-height: 30px;
  font-weight: normal;
  color: #00375b;
}
.social-buttons {
  margin-bottom: 10px;
  font-weight: normal;
}
.box-tocart .action.tocart {
  width: auto;
}
.product-add-form {
  margin-top: 15px;
}
.amfaq-rating-yesno > div {
  text-align: center;
  font-weight: 600;
}
.amfaq-rating-yesno > div:after {
  content: 'votes';
  display: block;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  font-weight: bold;
  cursor: auto;
  font-size: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #cccccc;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  color: #00375b;
}
.amfaq-rating .amfaq-rating-yesno-vote:before {
  font-family: 'luma-icons';
  content: '\e622';
  text-indent: 0;
  font-size: 2rem;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.amfaq-rating .amfaq-rating-yesno-vote:first-child:before {
  content: '\e621';
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno {
  border: none;
  border-right: 2px solid #e1e1e1;
}
.product-question__question-label {
  width: 100%;
}
.amfaq_questions .am-title {
  color: #00375b;
  font-weight: 600;
}
.amfaq_questions .am-title .product-question__question-label {
  color: #000;
  font-weight: 700;
}
.amfaq_questions .am-title,
.product-question__answer-label {
  font-weight: 700;
  font-size: 1.6rem;
  cursor: default;
}
.product-question__answer-label,
.product-question__question-label {
  display: block;
  padding-bottom: 5px;
}
.amfaq-question-footer-wrapper {
  margin-left: 110px;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno {
  border-radius: 0 !important;
}
.product-attachment-container .block-title strong,
.amfaq-product-tab .block-title strong,
.review-list .block-title strong,
.product-attachment-container .block-title strong {
  font-weight: 700 !important;
  text-transform: uppercase;
}
.product-info-links {
  position: relative;
}
.product-info-links > div {
  width: 50%;
  float: left;
}
.image-download-assembly-guide {
  width: 125px;
  height: 73px;
  background: url('../images/assembly-guide.png') 0 0 no-repeat;
  background-size: cover;
  display: block;
  float: right;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  top: -2px !important;
}
.product.media {
  margin-top: 6px;
}
@media (max-width: 1350px) {
  .no-tabs .data.content,
  .no-tabs .data.title {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .tier-price-container .price-container {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .tier-price-container .price-container {
    font-size: 2.2rem;
  }
  .label__item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fotorama--fullscreen .fotorama__stage {
    top: auto;
  }
}
@media (max-width: 767px) {
  .product-info-main > *:not(.tier-price-container) {
    padding: 0 15px;
  }
  .additional-attributes-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .additional-attributes-wrapper > .additional-attributes-products {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .review-items {
    padding: 0 15px;
  }
}
.content-item:before,
.content-item:after {
  content: '';
  display: table;
}
.content-item:after {
  clear: both;
}
.content-type-events h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-events .event-location {
  color: #333;
  font-size: 1.4rem;
}
.content-type-events .event-location > div {
  font-weight: 700;
}
.content-type-events .timestamp {
  color: #666;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
}
.content-type-events .block-content {
  padding: 0 15px;
}
.content-type-events .event-title {
  color: #000;
  font-size: 2.4rem;
}
.content-type-events .event-title a {
  color: #000;
}
.content-type-events .content-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.content-type-news h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-news .block-content {
  padding: 0 0 0 30px;
}
.content-type-news .news__title {
  font-size: 2.4rem;
  border-top: 1px solid #d4d4d4;
}
.content-type-news .news__title a {
  color: #00a2ff;
}
.content-type-news .news__title h2 {
  color: #00a2ff;
  font-size: 2rem;
  font-weight: 600;
}
.content-type-news .date {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.content-type-news .readmore {
  text-transform: uppercase;
  text-align: right;
}
.content-type-news .readmore a {
  color: #2c5ca4;
  font-weight: 600;
  font-size: 1.3rem;
  border-bottom: 1px dotted #2c5ca4;
}
.content-type-news .news__image {
  max-width: 200px;
  display: block;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.content-type-news-entry h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-news-entry .entry-date {
  position: absolute;
  right: 20px;
  top: -27px;
  font-size: 1.3rem;
}
.content-type-news-entry a.ct-link {
  color: #000;
}
.content-type-news-entry .entry-image {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.content-type-brochures h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-brochures .entry-image {
  max-width: 200px;
  float: left;
  padding-right: 10px;
}
.content-type-news h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-news .block-content {
  padding: 0 0 0 30px;
}
.content-type-news .news__title {
  font-size: 2.4rem;
  border-top: 1px solid #d4d4d4;
}
.content-type-news .news__title a {
  color: #00a2ff;
}
.content-type-news .news__title h2 {
  color: #00a2ff;
  font-size: 2rem;
  font-weight: 600;
}
.content-type-news .date {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 1.4rem;
}
.content-type-news .readmore {
  text-transform: uppercase;
  text-align: right;
}
.content-type-news .readmore a {
  color: #2c5ca4;
  font-weight: 600;
  font-size: 1.3rem;
  border-bottom: 1px dotted #2c5ca4;
}
.content-type-news .news__image {
  max-width: 200px;
  display: block;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.content-type-events-mondo h1 {
  font-weight: 700;
  color: #121212;
  font-size: 3em;
  font-family: Palanquin;
}
.content-type-events-mondo .event-title,
.content-type-events-mondo .event-details,
.content-type-events-mondo .event-location {
  font-weight: 700;
}
.content-type-events-mondo .event-summary {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-type-brochures .content-item:nth-child(2n+1) {
    clear: left;
  }
}
.check-stock__modal-container {
  width: 240px;
  max-width: 100%;
}
.check-stock__modal-container .check-stock__inventory-table td,
.check-stock__modal-container .check-stock__inventory-table th {
  text-align: center;
}
.check-stock__modal-container .no_product_arrival_message {
  margin-top: 7px;
}
.check-stock__inventory {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.check-stock__inventory .check-stock__inventory-item {
  border-top: 1px solid #e1e1e1;
  padding: 3px 0;
}
.jBox-content {
  font-size: 1.4em;
}
.shipping-estimator__form.form-inline {
  margin: 15px 0;
}
.shipping-estimator__form.form-inline .form-group {
  float: left;
}
.shipping-estimator__form.form-inline .form-group input {
  width: auto;
  width: 70px;
  margin-right: 20px;
}
.shipping-estimator__results .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.shipping-estimator__results table tr td:first-child {
  width: 40%;
}
.shipping-estimator__title {
  background: #f2f2f2;
  border-bottom: 2px solid #dfdfdf;
  padding: 10px 15px;
}
.shipping-estimator__title h3 {
  margin: 0;
}
.shipping-estimator__btn-submit,
.shipping-estimator__btn-submit:hover,
.shipping-estimator__btn-submit:active,
.shipping-estimator__btn-submit:focus {
  background: #fe0000;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: none;
}
.shipping-estimator__content {
  padding-top: 20px;
}
.livesearch.search-autocomplete {
  box-shadow: 0 12px 36px #000000;
}
.livesearch.popover-container {
  grid-row-gap: 0;
}
.livesearch.suggestions-container {
  background-color: #fafafa;
}
.livesearch.suggestions-header {
  font-size: 1.25em;
  text-transform: uppercase;
}
.livesearch.suggestion {
  font-size: 1.25em;
  line-height: 1.5;
}
.livesearch.product-result:hover {
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 3px #000000;
}
.livesearch.product-name {
  font-size: 1.375em;
}
.livesearch.product-price {
  font-size: 1.25em;
}
.livesearch.view-all-footer {
  font-size: 1.375em;
}
@font-face {
  font-family: majesti;
  src: url(../fonts/Majesti-Banner-Heavy.otf);
}
@font-face {
  font-family: arial-mt;
  src: url(../fonts/arialbd.ttf);
}
body.page-layout-eco-culture .page-wrapper:has(.page-header) {
  padding-top: 291.77px;
}
.career-opportunities-banner-title,
.career-opportunities-points-heading-title,
.career-opportunities-social-title,
.career-opportunities-benefits-heading-title,
.company-culture-heading-title {
  font-family: "articulat-heavy-cf", sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
}
h2,
p {
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.career-opportunities-container {
  background-color: #f1f2f2;
  font-family: arial-mt, Arial, Helvetica, sans-serif;
  padding-bottom: 3em;
}
@media (max-width: 1300px) {
  .career-opportunities-container {
    margin-left: -15px;
    width: 100vw;
  }
}
.career-opportunities-banner {
  background-color: #061735;
  color: #fff;
  overflow: hidden;
  padding: 4em 2em;
  position: relative;
}
@media (max-width: 540px) {
  .career-opportunities-banner-title,
  .career-opportunities-banner-content {
    position: relative;
    z-index: 2;
  }
}
.career-opportunities-banner-title {
  border-bottom: 3px solid #ffb200;
  color: #ffb200;
  font-size: 4em;
  margin: 0 0 0.375em;
  padding-bottom: 0.375em;
}
@media (max-width: 880px) {
  .career-opportunities-banner-title {
    font-size: 3em;
  }
}
@media (max-width: 640px) {
  .career-opportunities-banner-title {
    font-size: 2.5em;
  }
}
.career-opportunities-banner-content {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin-right: 22em;
}
@media (max-width: 880px) {
  .career-opportunities-banner-content {
    margin-right: 16em;
  }
}
@media (max-width: 640px) {
  .career-opportunities-banner-content {
    margin-right: 12em;
  }
}
@media (max-width: 540px) {
  .career-opportunities-banner-content {
    margin-right: 0;
  }
}
.career-opportunities-banner-image {
  border: 3px solid #ffb200;
  border-radius: 100%;
  display: block;
  height: 24em;
  position: absolute;
  right: -3em;
  top: 1em;
}
@media (max-width: 880px) {
  .career-opportunities-banner-image {
    height: 20em;
  }
}
@media (max-width: 640px) {
  .career-opportunities-banner-image {
    height: 16em;
  }
}
@media (max-width: 540px) {
  .career-opportunities-banner-image {
    border: 0;
    bottom: -3em;
    height: 17em;
    opacity: 0.5;
    top: inherit;
    z-index: 0;
  }
}
.career-opportunities-points-heading {
  background-color: #f1f2f2;
  padding: 1em 4%;
  position: relative;
  text-align: center;
  z-index: 2;
}
.career-opportunities-points-heading-title {
  color: #666;
  font-size: 2em;
  margin: 0;
}
.career-opportunities-points-container {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
  margin-bottom: 4em;
  position: relative;
  z-index: 1;
}
.career-opportunities-points-curve {
  background-color: #d1d3d4;
  clip-path: url(#curved-bottom);
}
@media (max-width: 840px) {
  .career-opportunities-points-curve {
    clip-path: none;
  }
}
.career-opportunities-points-curve-border {
  bottom: -19px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80%;
  z-index: 2;
}
@media (max-width: 1032px) {
  .career-opportunities-points-curve-border {
    bottom: -16px;
  }
}
@media (max-width: 960px) {
  .career-opportunities-points-curve-border {
    bottom: -12px;
  }
}
@media (max-width: 840px) {
  .career-opportunities-points-curve-border {
    display: none;
  }
}
.career-opportunities-points-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 840px) {
  .career-opportunities-points-columns {
    grid-template-columns: 1fr;
  }
}
.career-opportunities-points-column {
  font-family: Arial, Helvetica, sans-serif;
  padding: 2em 2em 3em;
}
@media (max-width: 840px) {
  .career-opportunities-points-column {
    padding: 1.5em;
  }
}
.career-opportunities-points-column h3 {
  font-size: 1.125em;
  margin: 0 0 1em;
}
.career-opportunities-points-column ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.career-opportunities-points-column li {
  line-height: 1.5;
}
.career-opportunities-points-column:nth-of-type(1) {
  border-right: 1px solid #808285;
}
@media (max-width: 840px) {
  .career-opportunities-points-column:nth-of-type(1) {
    border-bottom: 1px solid #808285;
    border-right: 0;
  }
}
.career-opportunities-points-column:nth-of-type(3) {
  background-color: #cc0001;
  color: #fff;
}
.career-opportunities-social {
  margin: 0 auto 4em;
  max-width: 60em;
  padding: 0 4%;
}
.career-opportunities-social-item {
  align-items: center;
  display: grid;
  grid-gap: 3em;
  grid-template-columns: 14em 1fr;
}
.career-opportunities-social-item:nth-of-type(1) {
  border-bottom: 1px solid #808285;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media (max-width: 640px) {
  .career-opportunities-social-item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .career-opportunities-social-image {
    max-width: 14em;
  }
}
.career-opportunities-social-content {
  font-family: Arial, Helvetica, sans-serif;
}
.career-opportunities-social-content p {
  line-height: 1.5;
  margin: 0;
}
.career-opportunities-social-title {
  font-size: 2em;
  margin: 0 0 0.5em;
}
.career-opportunities-benefits-heading {
  background-color: #061735;
  color: #fff;
  margin-bottom: 3em;
  padding: 1em 4%;
  text-align: center;
}
.career-opportunities-benefits-heading-title {
  font-size: 2em;
  margin: 0;
}
.career-opportunities-benefits-heading-title strong {
  color: #ffb200;
  font-weight: 900;
}
.career-opportunities-benefits-container {
  display: grid;
  grid-gap: 3em;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  max-width: 60em;
  padding: 0 4%;
}
@media (max-width: 900px) {
  .career-opportunities-benefits-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .career-opportunities-benefits-container {
    grid-template-columns: 1fr;
    max-width: 20em;
  }
}
.career-opportunities-benefits-item {
  background-color: #061735;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.career-opportunities-benefits-item-link,
.career-opportunities-benefits-item-container {
  align-items: center;
  color: #fff;
  display: grid;
  height: 15em;
  min-height: 100%;
  padding: 2em 1em;
  text-decoration: none;
}
.career-opportunities-benefits-item-link:hover .career-opportunities-benefits-item-content,
.career-opportunities-benefits-item-container:hover .career-opportunities-benefits-item-content {
  display: none;
}
.career-opportunities-benefits-item-link:hover .career-opportunities-benefits-item-content-hover,
.career-opportunities-benefits-item-container:hover .career-opportunities-benefits-item-content-hover {
  display: block;
}
.career-opportunities-benefits-item-content {
  min-height: 154px;
  text-align: center;
}
.career-opportunities-benefits-item-content-hover {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 1.5;
  text-align: left;
}
.career-opportunities-benefits-item-content-hover ul {
  margin: 0.5em 0 0;
  padding-left: 2em;
}
.career-opportunities-benefits-item-content-hover li {
  margin: 0;
}
.career-opportunities-benefits-item-image {
  height: 6em;
  max-width: 6em;
}
.career-opportunities-benefits-item-title {
  height: 53px;
  margin-bottom: 0;
}
.career-opportunities-benefits-disclaimer {
  color: #032850;
  margin: 3em auto 0;
  max-width: 60em;
  padding: 0 4%;
  text-align: center;
}
.career-opportunities-benefits-disclaimer p {
  font-size: 0.875em;
  line-height: 1.2;
}
.career-opportunities-form {
  border: 0;
}
.career-opportunities-form-container {
  background-color: #f1f2f2;
  padding: 3em 0;
}
.career-opportunities-form-title {
  color: #333;
  font-family: "articulat-heavy-cf", sans-serif;
  font-size: 2em;
  font-weight: 900;
  margin: auto;
  width: 800px;
}
.company-culture-container {
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  max-width: 80em;
}
.company-culture-heading {
  background-color: #061735;
  color: #fff;
  padding: 2em 4%;
  text-align: center;
}
.company-culture-heading-title {
  font-size: 2em;
  margin: 0;
}
.company-culture-heading-title strong {
  color: #ffb200;
  font-weight: 900;
}
.company-culture-saying {
  background-color: #000;
  color: #fff;
  padding: 2em 4%;
}
.company-culture-saying span {
  font-style: italic;
  font-weight: 700;
}
.company-culture-history {
  display: grid;
  grid-gap: 3em;
  grid-template-columns: repeat(2, 1fr);
  padding: 3em 4%;
}
@media (max-width: 880px) {
  .company-culture-history {
    grid-gap: 1.25em;
    grid-template-columns: 1fr;
  }
}
.company-culture-history h2 {
  font-family: arial-mt, Arial, Helvetica, sans-serif;
  font-size: 2em;
}
.company-culture-history p {
  line-height: 1.5;
}
.company-culture-history * + * {
  margin-top: 1.25em;
}
.company-culture-bottom {
  padding: 3em 4%;
}
.company-culture-bottom-container {
  align-items: center;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 6em 1fr;
}
.company-culture-bottom-content {
  line-height: 1.5;
}
.company-culture-bottom:nth-of-type(odd) {
  background-color: #ccc;
}
.green-initiative-container {
  font-family: arial-mt, Arial, Helvetica, sans-serif;
  margin: auto;
  max-width: 80em;
}
.green-initiative-top {
  background-color: #061735;
  color: #fff;
  padding: 3em 4%;
  text-align: center;
}
.green-initiative-top-title {
  font-size: 2em;
  font-weight: 900;
  margin: 0;
}
.green-initiative-top-title strong {
  color: #ffb200;
  font-weight: 900;
}
.green-initiative-points {
  background-color: #f1f2f2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .green-initiative-points {
    grid-template-columns: 1fr;
  }
}
.green-initiative-points-item {
  align-items: center;
  background-color: #808285;
  color: #fff;
  display: grid;
  grid-gap: 1.5em;
  grid-template-columns: 5em 1fr;
  font-weight: 700;
  padding: 2em 3em;
}
@media (max-width: 480px) {
  .green-initiative-points-item {
    grid-template-columns: 4em 1fr;
    padding: 2em 1.5em;
  }
}
.green-initiative-points-item:nth-of-type(4n),
.green-initiative-points-item:nth-of-type(4n-1) {
  background-color: #f1f2f2;
  color: #666;
}
.green-initiative-points-item:nth-of-type(4n) .green-initiative-points-item-image,
.green-initiative-points-item:nth-of-type(4n-1) .green-initiative-points-item-image {
  fill: #666;
}
@media (max-width: 900px) {
  .green-initiative-points-item:nth-of-type(4n),
  .green-initiative-points-item:nth-of-type(4n-1) {
    background-color: inherit;
    color: inherit;
  }
  .green-initiative-points-item:nth-of-type(4n) .green-initiative-points-item-image,
  .green-initiative-points-item:nth-of-type(4n-1) .green-initiative-points-item-image {
    fill: #fff;
  }
}
.green-initiative-points-item:nth-of-type(odd) {
  border-right: 1px solid #68696c;
}
@media (max-width: 900px) {
  .green-initiative-points-item:nth-of-type(odd) {
    background-color: #808285;
    border-right: 0;
    color: #fff;
  }
}
@media (max-width: 900px) {
  .green-initiative-points-item:nth-of-type(even) {
    background-color: #f1f2f2;
    color: #666;
  }
  .green-initiative-points-item:nth-of-type(even) .green-initiative-points-item-image {
    fill: #666;
  }
}
.green-initiative-points-item-image {
  fill: #fff;
}
.green-initiative-points-item-content {
  line-height: 1.5;
}
.green-initiative-points-item-content p {
  margin: 0;
}
.green-initiative-points-item-content ul {
  margin-bottom: 0;
  margin-left: 1em;
  padding: 0;
}
.green-initiative-points-item-content li {
  margin: 0;
}
.green-initiative-points-item-content * + * {
  margin-top: 0.5em;
}
.green-initiative-bottom {
  background-color: #f1f2f2;
  padding: 3em 4%;
}
.green-initiative-bottom-heading {
  border-bottom: 1px solid #666;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.green-initiative-bottom-heading-title,
.green-initiative-bottom-heading-content {
  font-size: 1.5em;
  margin: 0;
}
.green-initiative-bottom-heading-title {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.green-initiative-bottom-heading-content {
  font-family: Arial, Helvetica, sans-serif;
}
.green-initiative-bottom-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(20em, 1fr));
  margin: auto;
  max-width: 48em;
}
@media (max-width: 768px) {
  .green-initiative-bottom-columns {
    grid-gap: 1.5em;
    grid-template-columns: 1fr;
    max-width: 30em;
  }
}
.green-initiative-bottom-column {
  padding: 0 4em;
}
.green-initiative-bottom-column:nth-of-type(1) {
  border-right: 1px solid #666;
}
@media (max-width: 768px) {
  .green-initiative-bottom-column:nth-of-type(1) {
    border-right: 0;
  }
}
.green-initiative-bottom-column p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}
.green-initiative-bottom-column p + p {
  margin-top: 1em;
}
@keyframes pulse-animation-red {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 0, 1, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(204, 0, 1, 0);
  }
}
@keyframes pulse-animation-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation-dark {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.road-to-100-banner {
  background-size: cover;
  padding: 8.5em 4%;
  text-align: center;
}
@media (max-width: 768px) {
  .road-to-100-banner {
    padding: 5em 4%;
  }
}
.road-to-100-banner-title {
  color: #ffb200;
  font-family: arial-mt, Arial, Helvetica, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
}
.road-to-100-slider-container {
  margin-top: -50px;
  position: relative;
  transform: translateX(-50px);
  width: 100vw;
}
.road-to-100-slider-container .custom-slider {
  padding-bottom: 0;
}
.road-to-100-slider-container .banner-image {
  display: block;
  height: 20em;
  position: relative;
}
.road-to-100-slider-container .banner-image:before {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.road-to-100-slider-container .banner-image img {
  min-width: 100vw;
  z-index: 0;
}
.road-to-100-slider-container .content_slider {
  top: 50% !important;
  transform: translateY(-50%);
}
.road-to-100-slider-container .banner-title {
  color: #ffb200 !important;
  font-size: 5em !important;
  font-weight: 900;
}
@media (max-width: 960px) {
  .road-to-100-slider-container .banner-title {
    font-size: 4em !important;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .road-to-100-slider-container .banner-title {
    font-size: 3em !important;
  }
}
.road-to-100-container {
  border-top: 1px solid #032850;
  margin: auto;
  max-width: 80em;
  position: relative;
}
.road-to-100-item {
  background-color: #061735;
  color: #fff;
  padding: 2em 5%;
  position: relative;
}
.road-to-100-item-container {
  align-items: center;
  display: grid;
  grid-gap: 1.5em;
  grid-template-columns: 14.25em 7.5em 1fr;
}
@media (max-width: 1024px) {
  .road-to-100-item-container {
    grid-template-columns: 1fr;
    margin: auto;
    max-width: 32em;
  }
}
.road-to-100-item-with-image .road-to-100-item-container {
  grid-template-columns: 14.25em 7.5em 1fr 16.25em;
}
@media (max-width: 1024px) {
  .road-to-100-item-with-image .road-to-100-item-container {
    grid-template-columns: 1fr;
  }
}
.road-to-100-item:after {
  border-left: 4px dashed #cc0001;
  content: '';
  display: block;
  height: 100%;
  left: 19.5em;
  margin-left: 5%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .road-to-100-item:after {
    display: none;
  }
}
.road-to-100-item:nth-of-type(even) {
  background-color: #f1f2f2;
  color: #666;
}
.road-to-100-item:nth-of-type(even) .road-to-100-year {
  color: #666;
}
.road-to-100-item:nth-of-type(even):hover .road-to-100-circle {
  animation: pulse-animation-red 2s infinite;
}
.road-to-100-item:first-of-type:after {
  height: 50%;
  top: 50%;
}
.road-to-100-item:last-of-type:after {
  bottom: 50%;
  height: 50%;
  top: inherit;
}
.road-to-100-item .his-event {
  display: none;
}
@media (max-width: 1024px) {
  .road-to-100-item .his-event {
    border-top: 1px solid #ccc;
    display: block;
    font-size: 0.875em;
    margin-top: 1.25em;
    padding-top: 1.25em;
  }
}
.road-to-100-item .his-event strong {
  color: #cc0001;
}
.road-to-100-item:hover .eco-event {
  display: none;
}
@media (max-width: 1024px) {
  .road-to-100-item:hover .eco-event {
    display: block;
  }
}
.road-to-100-item:hover .his-event {
  display: block;
}
.road-to-100-item:hover .road-to-100-circle {
  animation: pulse-animation-white 2s infinite;
}
.road-to-100-year {
  color: #ffb200;
  font-family: majesti, Times New Roman, serif;
  font-size: 6em;
  margin: 0;
  text-align: center;
}
.road-to-100-circle {
  background-color: #cc0001;
  border-radius: 100%;
  display: block;
  height: 7.5em;
  position: relative;
  width: 7.5em;
  z-index: 1;
}
@media (max-width: 1024px) {
  .road-to-100-circle {
    display: none;
  }
}
.road-to-100-event {
  font-family: arial-mt, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media (max-width: 1152px) {
  .road-to-100-event {
    font-size: 1em;
  }
}
.road-to-100-figure {
  margin: 0;
  text-align: center;
}
.road-to-100-image {
  border: 2px solid #ffb200;
  border-radius: 100%;
  height: 16em;
  object-fit: cover;
  overflow: hidden;
  width: 16em;
}
.meet-the-team-header-container,
.team-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}
.team-grid {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.team-grid-item-figure:hover .team-grid-item-image {
  display: none;
}
.team-grid-item-figure:hover .team-grid-item-image-rollover {
  display: block;
}
.team-grid-item-image {
  display: block;
}
.team-grid-item-image-rollover {
  display: none;
}
.team-grid-item-figure {
  border: 1px solid #666;
}
.team-grid-item-member-name {
  font-size: 1.125em;
  margin: 1em 0 0;
}
.team-grid-item-member-name-link {
  color: #666;
}
.team-grid-item-member-name-link:hover {
  color: #333;
}
.team-grid-item-member-position {
  font-size: 1em;
  font-weight: 400;
  margin: 0.5em 0 0;
}
.team-grid-item-member-position-link {
  color: #666;
}
.team-grid-item-member-position-link:hover {
  color: #333;
}
.team-inner-standard-content {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 400px 1fr;
  position: relative;
  z-index: 1;
}
.team-inner-featured-content * + * {
  margin-top: 1.25em;
}
.team-inner-figure:hover .team-inner-image {
  display: none;
}
.team-inner-figure:hover .team-inner-image-rollover {
  display: block;
}
.team-inner-image {
  display: block;
}
.team-inner-image,
.team-inner-image-rollover {
  border: 1px solid #999;
  border-radius: 6px;
  overflow: hidden;
}
.team-inner-image-rollover {
  display: none;
}
.team-inner-member-content {
  align-self: end;
}
.team-inner-member-name {
  font-size: 1.5em;
  margin: 0;
}
.team-inner-member-position {
  font-size: 1.25em;
  font-weight: 400;
  margin: 0;
}
.team-inner-member-description {
  margin-top: 1.25em;
}
.culture-grid {
  display: grid;
  grid-gap: 4em;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1400px) {
  .culture-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .culture-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .culture-grid {
    grid-template-columns: 1fr;
    margin: auto;
    max-width: 22em;
  }
}
.culture-grid-item {
  border: 1px solid #f1f2f2;
  text-align: center;
}
.culture-grid-item-figure {
  border-bottom: 1px solid #f1f2f2;
  display: block;
  margin: 0;
}
.culture-grid-item-content {
  color: #666;
  font-size: 1.2em;
}
.culture-grid-item-content-container {
  background-color: #fff;
  padding: 2em;
  text-align: left;
}
@media (max-width: 1024px) {
  .culture-grid-item-content-container {
    padding: 1.5em;
  }
}
.culture-grid-item-category {
  font-size: 1.2em;
  font-weight: 400;
}
.culture-grid-item-category-link {
  color: #999;
  text-decoration: none;
}
.culture-grid-item-title {
  font-size: 1.75em;
  line-height: 1.4;
}
.culture-grid-item-title-link {
  color: #333;
  text-decoration: none;
}
.culture-grid-item-date {
  color: #333;
  font-weight: 700;
  margin-top: 2em;
}
.culture-grid .toolbar-bottom {
  grid-column: span 4;
}
@media (max-width: 1400px) {
  .culture-grid .toolbar-bottom {
    grid-column: span 3;
  }
}
@media (max-width: 960px) {
  .culture-grid .toolbar-bottom {
    grid-column: span 2;
  }
}
.culture-grid .toolbar-amount {
  text-align: center;
}
.hall-of-fame-grid {
  display: flex;
}
@media (max-width: 1400px) {
  .hall-of-fame-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .hall-of-fame-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .hall-of-fame-grid {
    grid-template-columns: 1fr;
    margin: auto;
    max-width: 22em;
  }
}
.hall-of-fame-grid-item {
  background-color: #b0b0af;
  margin-inline: auto;
  max-width: 24em;
  padding: 2em;
}
.hall-of-fame-grid-item > h2 {
  font-weight: 400;
  margin-bottom: 0.5em;
  text-align: center;
}
.hall-of-fame-grid-item-figure {
  border-bottom: 1px solid #f1f2f2;
  display: block;
  margin: 0;
}
.hall-of-fame-grid-item-content {
  color: #666;
  font-size: 1.2em;
}
.hall-of-fame-grid-item-content-container {
  background-color: transparent;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}
@media (max-width: 1024px) {
  .hall-of-fame-grid-item-content-container {
    padding: 1.5em;
  }
}
.hall-of-fame-grid-item-title {
  font-size: 1.75em;
  line-height: 1.4;
}
.culture-article {
  background-color: #fff;
  border-radius: 8px;
  bottom: inherit;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  left: 50%;
  max-height: calc(94vh);
  max-width: 80em;
  overflow: auto;
  padding: 1em 3em 2em;
  position: absolute;
  top: 4em;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999999;
}
.culture-article-close {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 100%;
  cursor: pointer;
  float: right;
  height: 4em;
  overflow: hidden;
  position: relative;
  width: 4em;
}
.culture-article-close:before,
.culture-article-close:after {
  background-color: #999;
  content: '';
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
}
.culture-article-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.culture-article-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.culture-article-header {
  position: absolute;
  right: 0;
  top: 0;
}
.culture-article-gallery {
  position: relative;
}
.culture-article-gallery-arrow {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 3em;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 1.5em;
  will-change: opacity;
  z-index: 2;
}
.culture-article-gallery-arrow:hover {
  opacity: 0.7;
}
.culture-article-gallery-arrow-prev {
  right: 101%;
}
.culture-article-gallery-arrow-next {
  left: 101%;
}
.culture-article-gallery-link {
  border: 1px solid #999;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.culture-article-gallery-img {
  display: block;
}
.culture-inner-content * + * {
  margin-top: 1.25em;
}
.culture-inner-content img + img {
  margin-top: 0;
}
.culture-inner-content .owl-carousel .owl-item {
  margin-top: 0;
}
.culture-inner-content .owl-carousel .owl-prev {
  transform: translateX(24px);
}
.culture-inner-content .owl-carousel .owl-next {
  transform: translateX(-24px);
}
.modal-overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999998;
}
/* Global */
.jBox-wrapper {
  text-align: left;
  box-sizing: border-box;
}
.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
  box-sizing: border-box;
}
.jBox-container {
  background: #fff;
}
.jBox-content {
  padding: 8px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
}
/* jBox Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}
.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px;
}
.jBox-Mouse {
  pointer-events: none;
}
/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden;
}
.jBox-pointer-top {
  top: 0;
}
.jBox-pointer-bottom {
  bottom: 0;
}
.jBox-pointer-left {
  left: 0;
}
.jBox-pointer-right {
  right: 0;
}
.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}
.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px;
}
.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}
.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}
.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}
/* jBox Modal */
.jBox-Modal .jBox-container {
  border-radius: 4px;
}
.jBox-Modal .jBox-content {
  padding: 15px 20px;
}
.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}
.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}
.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute;
}
.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}
.jBox-closeButton path {
  transition: fill .2s;
}
.jBox-closeButton path {
  fill: #aaa;
}
.jBox-closeButton:hover path {
  fill: #888;
}
.jBox-closeButton:active path {
  fill: #666;
}
/* Close button in overlay */
.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}
.jBox-overlay .jBox-closeButton path,
.jBox-overlay .jBox-closeButton:active path {
  fill: #ddd;
}
.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}
/* Close button in title */
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}
/* Close button in box */
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}
.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}
.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 5px;
}
.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px;
}
/* Overlay */
.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}
/* Footer */
.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}
/* Block scrolling */
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}
/* Draggable */
.jBox-draggable {
  cursor: move;
}
/* Spinner */
@keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}
.jBox-loading .jBox-content {
  opacity: .2;
}
.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}
.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  animation: jBoxLoading .6s linear infinite;
}
/* Animations */
[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
  animation-fill-mode: both;
}
@keyframes jBox-tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.8) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.jBox-animated-tada {
  animation: jBox-tada 1s;
}
@keyframes jBox-tadaSmall {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(2deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.jBox-animated-tadaSmall {
  animation: jBox-tadaSmall 1s;
}
@keyframes jBox-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.jBox-animated-flash {
  animation: jBox-flash 0.5s;
}
@keyframes jBox-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-6px);
  }
  40%,
  80% {
    transform: translateX(6px);
  }
}
.jBox-animated-shake {
  animation: jBox-shake 0.4s;
}
@keyframes jBox-pulseUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.jBox-animated-pulseUp {
  animation: jBox-pulseUp 0.25s;
}
@keyframes jBox-pulseDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.jBox-animated-pulseDown {
  animation: jBox-pulseDown 0.25s;
}
@keyframes jBox-popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.jBox-animated-popIn {
  animation: jBox-popIn 0.25s;
}
@keyframes jBox-popOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}
.jBox-animated-popOut {
  animation: jBox-popOut 0.25s;
}
@keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jBox-animated-fadeIn {
  animation: jBox-fadeIn 0.2s;
}
@keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.jBox-animated-fadeOut {
  animation: jBox-fadeOut 0.2s;
}
@keyframes jBox-slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}
.jBox-animated-slideUp {
  animation: jBox-slideUp 0.4s;
}
@keyframes jBox-slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.jBox-animated-slideRight {
  animation: jBox-slideRight 0.4s;
}
@keyframes jBox-slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}
.jBox-animated-slideDown {
  animation: jBox-slideDown 0.4s;
}
@keyframes jBox-slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.jBox-animated-slideLeft {
  animation: jBox-slideLeft 0.4s;
}
.jBox-closeButton {
  z-index: 1;
}
.jBox-countdown {
  border-radius: 3px 3px 0 0;
  z-index: 0;
  background: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.jBox-countdown_inner {
  border-radius: 3px 3px 0 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
}
