/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* ----------------------------------------------------
Retina Images
---------------------------------------------------- */
/* ----------------------------------------------------
Links 
---------------------------------------------------- */
/* ----------------------------------------------------
Buttons 
---------------------------------------------------- */
/* ----------------------------------------------------
box-shadow
---------------------------------------------------- */
/* ----------------------------------------------------
transitions
---------------------------------------------------- */
/* ----------------------------------------------------
Font size - REM to PX converter with IE8 fallback
---------------------------------------------------- */
/* ----------------------------------------------------
Horizontal Scroll
---------------------------------------------------- */
/* ----------------------------------------------------
opacity
---------------------------------------------------- */
/* ----------------------------------------------------
content-columns
---------------------------------------------------- */
/* ----------------------------------------------------
Icons
---------------------------------------------------- */
/* ----------------------------------------------------
Layout
---------------------------------------------------- */
/* ----------------------------------------------------
Font Icons by Nucleo
---------------------------------------------------- */
/* ----------------------------------------------------
Base values
---------------------------------------------------- */
/* ----------------------------------------------------
Type
---------------------------------------------------- */
/* ----------------------------------------------------
Colors
---------------------------------------------------- */
/* ----------------------------------------------------
Colors - Utility Palette
---------------------------------------------------- */
/* ----------------------------------------------------
Colors - Usage
---------------------------------------------------- */
/* ----------------------------------------------------
Colors - Type
---------------------------------------------------- */
/* ----------------------------------------------------
Buttons
---------------------------------------------------- */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 31, 31, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #221F1F;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.625rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0070C9;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00457d;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid, .cart-item-photo img, .hero-inline-photo img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, #engineer-carousel, .split-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1.25rem;
  color: #221F1F; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #CECECE; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #CECECE; }
  .table tbody + tbody {
    border-top: 2px solid #CECECE; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #CECECE; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #CECECE; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(34, 31, 31, 0.05); }

.table-hover tbody tr:hover {
  color: #221F1F;
  background-color: rgba(34, 31, 31, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(34, 31, 31, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(21, 19, 19, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(21, 19, 19, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #CECECE; }

.table-dark {
  color: #ffffff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.6; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.6; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #221F1F;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0.125rem; }

.form-control-lg {
  height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-radius: 0.125rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.125rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.125rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #221F1F;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 31, 31, 0.15);
  border-radius: 0.125rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.625rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.6em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.6em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.125rem 0.125rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #221F1F;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #221F1F;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 31, 31, 0.2);
  border-radius: 0.125rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #221F1F; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #CECECE;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #CECECE;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #CECECE !important; }

.border-top {
  border-top: 1px solid #CECECE !important; }

.border-right {
  border-right: 1px solid #CECECE !important; }

.border-bottom {
  border-bottom: 1px solid #CECECE !important; }

.border-left {
  border-left: 1px solid #CECECE !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 0.125rem !important; }

.rounded {
  border-radius: 0.125rem !important; }

.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important; }

.rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important; }

.rounded-left {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important; }

.rounded-lg {
  border-radius: 0.125rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .card-award, .card-brand-promo .card-wrapper, .card-brand-promo .promo-info, .card--product-horizontal .card-wrapper, .card--product-horizontal .product-info, #main-header nav, #main-logo, #main-nav, #main-nav li, #utility-nav,
.utility-search,
.utility-cart,
.utility-close,
.utility-hamburger, #utility-nav a, #order-summary-mobile-btn, #order-summary-btn, .order-line, .qty-controller, ol#step-indicator, .review-section {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none,
  .utility-hamburger {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none,
  .utility-hamburger {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column, .card-award {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between, #order-summary-btn, .order-line, .review-section {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center, #main-logo, #main-nav li, #utility-nav a, #order-summary-mobile-btn, .review-section {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch, #utility-nav,
.utility-search,
.utility-cart,
.utility-close,
.utility-hamburger {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(34, 31, 31, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(34, 31, 31, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(34, 31, 31, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(34, 31, 31, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(34, 31, 31, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(34, 31, 31, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 1.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 1.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 1.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 1.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 1.25rem !important; }

.m-2 {
  margin: 2.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 2.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 2.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 2.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 2.5rem !important; }

.m-3 {
  margin: 3.75rem !important; }

.mt-3,
.my-3 {
  margin-top: 3.75rem !important; }

.mr-3,
.mx-3 {
  margin-right: 3.75rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 3.75rem !important; }

.ml-3,
.mx-3 {
  margin-left: 3.75rem !important; }

.m-4 {
  margin: 5rem !important; }

.mt-4,
.my-4 {
  margin-top: 5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 5rem !important; }

.m-5 {
  margin: 6.25rem !important; }

.mt-5,
.my-5 {
  margin-top: 6.25rem !important; }

.mr-5,
.mx-5 {
  margin-right: 6.25rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 6.25rem !important; }

.ml-5,
.mx-5 {
  margin-left: 6.25rem !important; }

.m-6 {
  margin: 7.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 7.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 7.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 7.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 7.5rem !important; }

.m-7 {
  margin: 8.75rem !important; }

.mt-7,
.my-7 {
  margin-top: 8.75rem !important; }

.mr-7,
.mx-7 {
  margin-right: 8.75rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 8.75rem !important; }

.ml-7,
.mx-7 {
  margin-left: 8.75rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 1.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 1.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 1.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 1.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 1.25rem !important; }

.p-2 {
  padding: 2.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 2.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 2.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 2.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 2.5rem !important; }

.p-3 {
  padding: 3.75rem !important; }

.pt-3,
.py-3 {
  padding-top: 3.75rem !important; }

.pr-3,
.px-3 {
  padding-right: 3.75rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 3.75rem !important; }

.pl-3,
.px-3 {
  padding-left: 3.75rem !important; }

.p-4 {
  padding: 5rem !important; }

.pt-4,
.py-4 {
  padding-top: 5rem !important; }

.pr-4,
.px-4 {
  padding-right: 5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 5rem !important; }

.pl-4,
.px-4 {
  padding-left: 5rem !important; }

.p-5 {
  padding: 6.25rem !important; }

.pt-5,
.py-5 {
  padding-top: 6.25rem !important; }

.pr-5,
.px-5 {
  padding-right: 6.25rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 6.25rem !important; }

.pl-5,
.px-5 {
  padding-left: 6.25rem !important; }

.p-6 {
  padding: 7.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 7.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 7.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 7.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 7.5rem !important; }

.p-7 {
  padding: 8.75rem !important; }

.pt-7,
.py-7 {
  padding-top: 8.75rem !important; }

.pr-7,
.px-7 {
  padding-right: 8.75rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 8.75rem !important; }

.pl-7,
.px-7 {
  padding-left: 8.75rem !important; }

.m-n1 {
  margin: -1.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -1.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -1.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -1.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -1.25rem !important; }

.m-n2 {
  margin: -2.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -2.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -2.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -2.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -2.5rem !important; }

.m-n3 {
  margin: -3.75rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -3.75rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3.75rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3.75rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3.75rem !important; }

.m-n4 {
  margin: -5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -5rem !important; }

.m-n5 {
  margin: -6.25rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -6.25rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -6.25rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -6.25rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -6.25rem !important; }

.m-n6 {
  margin: -7.5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -7.5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -7.5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -7.5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -7.5rem !important; }

.m-n7 {
  margin: -8.75rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -8.75rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -8.75rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -8.75rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -8.75rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 1.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1.25rem !important; }
  .m-sm-2 {
    margin: 2.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2.5rem !important; }
  .m-sm-3 {
    margin: 3.75rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3.75rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3.75rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3.75rem !important; }
  .m-sm-4 {
    margin: 5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 5rem !important; }
  .m-sm-5 {
    margin: 6.25rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6.25rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6.25rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6.25rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6.25rem !important; }
  .m-sm-6 {
    margin: 7.5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 7.5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 7.5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 7.5rem !important; }
  .m-sm-7 {
    margin: 8.75rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 8.75rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 8.75rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 8.75rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 8.75rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 1.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1.25rem !important; }
  .p-sm-2 {
    padding: 2.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2.5rem !important; }
  .p-sm-3 {
    padding: 3.75rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3.75rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3.75rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3.75rem !important; }
  .p-sm-4 {
    padding: 5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 5rem !important; }
  .p-sm-5 {
    padding: 6.25rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6.25rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6.25rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6.25rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6.25rem !important; }
  .p-sm-6 {
    padding: 7.5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 7.5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 7.5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 7.5rem !important; }
  .p-sm-7 {
    padding: 8.75rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 8.75rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 8.75rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 8.75rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 8.75rem !important; }
  .m-sm-n1 {
    margin: -1.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1.25rem !important; }
  .m-sm-n2 {
    margin: -2.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2.5rem !important; }
  .m-sm-n3 {
    margin: -3.75rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3.75rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3.75rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3.75rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3.75rem !important; }
  .m-sm-n4 {
    margin: -5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -5rem !important; }
  .m-sm-n5 {
    margin: -6.25rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6.25rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6.25rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6.25rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6.25rem !important; }
  .m-sm-n6 {
    margin: -7.5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -7.5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -7.5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -7.5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -7.5rem !important; }
  .m-sm-n7 {
    margin: -8.75rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -8.75rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -8.75rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -8.75rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -8.75rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 1.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1.25rem !important; }
  .m-md-2 {
    margin: 2.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2.5rem !important; }
  .m-md-3 {
    margin: 3.75rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3.75rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3.75rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3.75rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3.75rem !important; }
  .m-md-4 {
    margin: 5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 5rem !important; }
  .m-md-5 {
    margin: 6.25rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6.25rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6.25rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6.25rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6.25rem !important; }
  .m-md-6 {
    margin: 7.5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 7.5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 7.5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 7.5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 7.5rem !important; }
  .m-md-7 {
    margin: 8.75rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 8.75rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 8.75rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 8.75rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 8.75rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 1.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1.25rem !important; }
  .p-md-2 {
    padding: 2.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2.5rem !important; }
  .p-md-3 {
    padding: 3.75rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3.75rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3.75rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3.75rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3.75rem !important; }
  .p-md-4 {
    padding: 5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 5rem !important; }
  .p-md-5 {
    padding: 6.25rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6.25rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6.25rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6.25rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6.25rem !important; }
  .p-md-6 {
    padding: 7.5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 7.5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 7.5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 7.5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 7.5rem !important; }
  .p-md-7 {
    padding: 8.75rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 8.75rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 8.75rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 8.75rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 8.75rem !important; }
  .m-md-n1 {
    margin: -1.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1.25rem !important; }
  .m-md-n2 {
    margin: -2.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2.5rem !important; }
  .m-md-n3 {
    margin: -3.75rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3.75rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3.75rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3.75rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3.75rem !important; }
  .m-md-n4 {
    margin: -5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -5rem !important; }
  .m-md-n5 {
    margin: -6.25rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6.25rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6.25rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6.25rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6.25rem !important; }
  .m-md-n6 {
    margin: -7.5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -7.5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -7.5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -7.5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -7.5rem !important; }
  .m-md-n7 {
    margin: -8.75rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -8.75rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -8.75rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -8.75rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -8.75rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 1.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1.25rem !important; }
  .m-lg-2 {
    margin: 2.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2.5rem !important; }
  .m-lg-3 {
    margin: 3.75rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3.75rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3.75rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3.75rem !important; }
  .m-lg-4 {
    margin: 5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 5rem !important; }
  .m-lg-5 {
    margin: 6.25rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6.25rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6.25rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6.25rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6.25rem !important; }
  .m-lg-6 {
    margin: 7.5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 7.5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 7.5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 7.5rem !important; }
  .m-lg-7 {
    margin: 8.75rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 8.75rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 8.75rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 8.75rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 8.75rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 1.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1.25rem !important; }
  .p-lg-2 {
    padding: 2.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2.5rem !important; }
  .p-lg-3 {
    padding: 3.75rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3.75rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3.75rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3.75rem !important; }
  .p-lg-4 {
    padding: 5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 5rem !important; }
  .p-lg-5 {
    padding: 6.25rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6.25rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6.25rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6.25rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6.25rem !important; }
  .p-lg-6 {
    padding: 7.5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 7.5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 7.5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 7.5rem !important; }
  .p-lg-7 {
    padding: 8.75rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 8.75rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 8.75rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 8.75rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 8.75rem !important; }
  .m-lg-n1 {
    margin: -1.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1.25rem !important; }
  .m-lg-n2 {
    margin: -2.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2.5rem !important; }
  .m-lg-n3 {
    margin: -3.75rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3.75rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3.75rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3.75rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3.75rem !important; }
  .m-lg-n4 {
    margin: -5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -5rem !important; }
  .m-lg-n5 {
    margin: -6.25rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6.25rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6.25rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6.25rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6.25rem !important; }
  .m-lg-n6 {
    margin: -7.5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -7.5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -7.5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -7.5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -7.5rem !important; }
  .m-lg-n7 {
    margin: -8.75rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -8.75rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -8.75rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -8.75rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -8.75rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 1.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1.25rem !important; }
  .m-xl-2 {
    margin: 2.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2.5rem !important; }
  .m-xl-3 {
    margin: 3.75rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3.75rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3.75rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3.75rem !important; }
  .m-xl-4 {
    margin: 5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 5rem !important; }
  .m-xl-5 {
    margin: 6.25rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6.25rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6.25rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6.25rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6.25rem !important; }
  .m-xl-6 {
    margin: 7.5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 7.5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 7.5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 7.5rem !important; }
  .m-xl-7 {
    margin: 8.75rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 8.75rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 8.75rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 8.75rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 8.75rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 1.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1.25rem !important; }
  .p-xl-2 {
    padding: 2.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2.5rem !important; }
  .p-xl-3 {
    padding: 3.75rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3.75rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3.75rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3.75rem !important; }
  .p-xl-4 {
    padding: 5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 5rem !important; }
  .p-xl-5 {
    padding: 6.25rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6.25rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6.25rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6.25rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6.25rem !important; }
  .p-xl-6 {
    padding: 7.5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 7.5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 7.5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 7.5rem !important; }
  .p-xl-7 {
    padding: 8.75rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 8.75rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 8.75rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 8.75rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 8.75rem !important; }
  .m-xl-n1 {
    margin: -1.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1.25rem !important; }
  .m-xl-n2 {
    margin: -2.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2.5rem !important; }
  .m-xl-n3 {
    margin: -3.75rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3.75rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3.75rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3.75rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3.75rem !important; }
  .m-xl-n4 {
    margin: -5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -5rem !important; }
  .m-xl-n5 {
    margin: -6.25rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6.25rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6.25rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6.25rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6.25rem !important; }
  .m-xl-n6 {
    margin: -7.5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -7.5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -7.5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -7.5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -7.5rem !important; }
  .m-xl-n7 {
    margin: -8.75rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -8.75rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -8.75rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -8.75rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -8.75rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

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

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

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

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

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

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

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #221F1F !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(34, 31, 31, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #221F1F; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #CECECE; }
  .table .thead-dark th {
    color: inherit;
    border-color: #CECECE; } }

body {
  background-color: #F6F6F6; }
  body.menu-overlay-open {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%; }

.container-fluid, #engineer-carousel, .split-wrapper,
.container-padding {
  position: relative; }
  @media (min-width: 768px) {
    .container-fluid, #engineer-carousel, .split-wrapper,
    .container-padding {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .container-fluid, #engineer-carousel, .split-wrapper,
    .container-padding {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container-fluid, #engineer-carousel, .split-wrapper,
    .container-padding {
      padding-left: 80px;
      padding-right: 80px; } }

.row.reset-margin {
  margin-left: 0;
  margin-right: 0; }

#page-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  position: relative;
  background-color: #ffffff; }
  #page-wrapper::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 2000px) {
    #page-wrapper {
      -webkit-box-shadow: 0 0 40px #ececec;
              box-shadow: 0 0 40px #ececec;
      border-left: 1px solid rgba(206, 206, 206, 0.4);
      border-right: 1px solid rgba(206, 206, 206, 0.4); } }

#main div.pad-top, #main section.pad-top {
  padding-top: 40px; }
  @media (min-width: 576px) {
    #main div.pad-top, #main section.pad-top {
      padding-top: 80px; } }
  @media (min-width: 768px) {
    #main div.pad-top, #main section.pad-top {
      padding-top: 120px; } }

#main div.pad-bottom, #main section.pad-bottom {
  padding-bottom: 40px; }
  @media (min-width: 576px) {
    #main div.pad-bottom, #main section.pad-bottom {
      padding-bottom: 80px; } }
  @media (min-width: 768px) {
    #main div.pad-bottom, #main section.pad-bottom {
      padding-bottom: 120px; } }

.wrapper-fixed, .content-layer-details {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .wrapper-fixed, .content-layer-details {
      padding: 0 20px; } }

.wrapper-fluid {
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .wrapper-fluid {
      padding: 0 20px; } }

.pad-bottom {
  padding-bottom: 40px; }

.mb-half {
  margin-bottom: 20px !important; }

.bg-light-gray {
  background-color: #F6F6F6; }

.bg-light-blue {
  background-color: #A0DEFF; }

.bg-angle-light-gray {
  background: #ffffff url("/images/bg-angle-light-gray.png") no-repeat center bottom; }

button, .btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (prefers-reduced-motion: reduce) {
    button, .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.btn {
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  border: none;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ffffff;
  margin-bottom: 5px;
  white-space: normal;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  /*
    &.help {
        
        font-weight: $weight-regular;
        
    }
    
    &.icon-only {
        
        padding:5px 5px;
        
    }
    
    
    &.input-lg {
        
        line-height: 46px;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        
    }
    
    &.with-icon {
        
        position: relative;
        padding-left: 35px;
        
        svg {
            
            position: absolute;
            left:10px;
            top: 50%;
            margin-top: -10px;
            
        }
        
    }
    
    svg {
        
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 20px;
        fill: $link-color;
        
    }
    */ }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn:hover svg {
    fill: #1B4BB1; }
  .btn:hover {
    cursor: pointer; }

.btn-primary {
  color: #221F1F;
  background-color: #A0DEFF;
  border-color: #A0DEFF; }
  .btn-primary:link, .btn-primary:visited {
    color: #221F1F;
    background-color: #A0DEFF;
    border-color: #A0DEFF; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #221F1F;
    border-color: #221F1F; }
  .btn-primary.disabled, .btn-primary:disabled {
    opacity: .7; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #848484;
    background-image: none;
    border-color: #848484; }

.btn-secondary {
  color: #221F1F;
  background-color: transparent;
  border-color: #221F1F; }
  .btn-secondary:link, .btn-secondary:visited {
    color: #221F1F;
    background-color: transparent;
    border-color: #221F1F; }
  .btn-secondary:hover {
    color: #848484;
    background-color: transparent;
    border-color: #848484; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: .7; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #848484;
    background-color: transparent;
    background-image: none;
    border-color: #848484; }

.btn-tertiary {
  color: #221F1F;
  background-color: #F6F6F6;
  border-color: #F6F6F6; }
  .btn-tertiary:link, .btn-tertiary:visited {
    color: #221F1F;
    background-color: #F6F6F6;
    border-color: #F6F6F6; }
  .btn-tertiary:hover {
    color: #ffffff;
    background-color: #221F1F;
    border-color: #221F1F; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    opacity: .7; }
  .btn-tertiary:active, .btn-tertiary.active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #221F1F;
    background-color: #0070C9;
    background-image: none;
    border-color: #0070C9; }

.btn-white {
  color: #221F1F;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:link, .btn-white:visited {
    color: #221F1F;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:hover {
    color: #221F1F;
    background-color: #eeeeee;
    border-color: #eeeeee; }
  .btn-white.disabled, .btn-white:disabled {
    opacity: .7; }
  .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #221F1F;
    background-color: #eeeeee;
    background-image: none;
    border-color: #eeeeee; }

.btn-xl {
  padding: 15px 30px;
  font-size: 26px;
  border-radius: 2px; }

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 30px;
  font-size: 20px;
  border-radius: 2px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 2px; }

.btn-xs {
  padding: 10px 20px;
  font-size: 11px;
  border-radius: 2px;
  text-transform: uppercase; }
  .btn-xs .icon {
    font-size: 150%;
    vertical-align: bottom;
    padding-right: 5px; }

body {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-weight: 400; }

p, ul, ol {
  margin-bottom: 40px; }

/* ----------------------------------------------------
Typeface
---------------------------------------------------- */
.primary-font, h1, .h1, h2, .h2, .a-z-directory dt, h3, .h3, .a-z-directory dd, .content-layer-control button, #nav-system .nav-categories, h4, .h4, .card-category .category-name, .config-name {
  font-family: proxima-nova, Helvetica, Arial, sans-serif; }

.secondary-font, .meta {
  font-family: Georgia, Times, "Times New Roman", serif; }

/* ----------------------------------------------------
Headers
Header scales from http://type-scale.com/
---------------------------------------------------- */
h1, .h1, h2, .h2, .a-z-directory dt, h3, .h3, .a-z-directory dd, .content-layer-control button, #nav-system .nav-categories, h4, .h4, .card-category .category-name, .config-name {
  color: #221F1F;
  font-weight: 900;
  line-height: 1; }

h1, .h1 {
  margin-bottom: 40px; }

h2, .h2, .a-z-directory dt, h3, .h3, .a-z-directory dd, .content-layer-control button, #nav-system .nav-categories, h4, .h4, .card-category .category-name, .config-name {
  margin-bottom: 40px; }

.h1-xl {
  font-size: 2.1875rem; }
  @media (min-width: 992px) {
    .h1-xl {
      font-size: 3.4375rem; } }
  @media (min-width: 1200px) {
    .h1-xl {
      font-size: 3.75rem; } }

h1, .h1, .h1-size {
  font-size: 1.875rem; }
  @media (min-width: 992px) {
    h1, .h1, .h1-size {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    h1, .h1, .h1-size {
      font-size: 3.5rem; } }

h2, .h2, .a-z-directory dt, .h2-size {
  font-size: 1.625rem; }
  @media (min-width: 992px) {
    h2, .h2, .a-z-directory dt, .h2-size {
      font-size: 1.9375rem; } }
  @media (min-width: 1200px) {
    h2, .h2, .a-z-directory dt, .h2-size {
      font-size: 2.4375rem; } }

h3, .h3, .a-z-directory dd, .content-layer-control button, #nav-system .nav-categories, .h3-size {
  font-size: 1.4375rem; }
  @media (min-width: 992px) {
    h3, .h3, .a-z-directory dd, .content-layer-control button, #nav-system .nav-categories, .h3-size {
      font-size: 1.5625rem; } }
  @media (min-width: 1200px) {
    h3, .h3, .a-z-directory dd, .content-layer-control button, #nav-system .nav-categories, .h3-size {
      font-size: 1.75rem; } }

h4, .h4, .card-category .category-name, .config-name, .h4-size, .card .product-price {
  font-size: 1.25rem; }

/* ----------------------------------------------------
Copy Sizes
---------------------------------------------------- */
.intro-copy {
  font-size: 1.4375rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.7; }
  @media (min-width: 1200px) {
    .intro-copy {
      font-size: 1.625rem; } }

.extra-large-type, #buy-box .price, .review {
  font-size: 1.4375rem;
  line-height: 1.7; }
  @media (min-width: 1200px) {
    .extra-large-type, #buy-box .price, .review {
      font-size: 1.625rem; } }

.large-type, .rd-header {
  font-size: 1.25rem;
  line-height: 1.7; }
  @media (min-width: 1200px) {
    .large-type, .rd-header {
      font-size: 1.4375rem; } }

.default-type, body, .form-table label, .form-table .label, #buy-box .price .original-price, .cart-item-name {
  font-size: 1.0625rem;
  line-height: 1.7; }
  @media (min-width: 1200px) {
    .default-type, body, .form-table label, .form-table .label, #buy-box .price .original-price, .cart-item-name {
      font-size: 1.25rem; } }

.small-type, .card .product-description, .card .original-price, .card-brand-promo .promo-date, .card-promo .card-promo-description, .cart-item, .internal-only #internal-sidebar, .product-configuration .modal-body .row, .product-configuration .row, #nav-system .nav-categories .view-all-btn, .order-summary-cart, .razzle-dazzle, .review footer, .brand-video-caption {
  font-size: 0.875rem;
  line-height: 1.7; }
  @media (min-width: 1200px) {
    .small-type, .card .product-description, .card .original-price, .card-brand-promo .promo-date, .card-promo .card-promo-description, .cart-item, .internal-only #internal-sidebar, .product-configuration .modal-body .row, .product-configuration .row, #nav-system .nav-categories .view-all-btn, .order-summary-cart, .razzle-dazzle, .review footer, .brand-video-caption {
      font-size: 1.0625rem; } }

.extra-small-type, .meta, .cart-item-configuration,
.cart-item-availability,
.cart-item-acessories, .engineer-card a, .in-stock-item .config-link, .order-line, .brand-name, .config-summary {
  font-size: 0.875rem; }

.weight-thin {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

/* ----------------------------------------------------
Styles
---------------------------------------------------- */
.meta {
  font-style: italic; }
  .meta a {
    display: inline-block !important; }

.underscore {
  display: inline-block; }
  .underscore:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #A0DEFF;
    margin: 13.3333333333px auto 20px; }

.content-label {
  font-size: 0.75rem;
  color: #221F1F;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px; }

.weight-thin {
  font-weight: 300; }

.important-message {
  font-size: 1.0625rem;
  color: #e53e30; }

label, .label {
  font-size: 0.875rem;
  font-weight: 700; }

.form-check-input {
  margin-top: .5rem; }

.light-gray-form input, .light-gray-form select, .light-gray-form textarea {
  background-color: #F6F6F6; }

.form-check label {
  font-weight: 400; }

.form-table .form-group {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .form-table .form-group:first-of-type {
    border-top: 1px solid #CECECE;
    padding-top: 20px; }

a[href^="tel"] {
  white-space: nowrap; }

a {
  color: #0074b8; }
  a:link {
    color: #0074b8; }
  a:visited {
    color: #0074b8; }
  a:hover {
    color: #221F1F; }
  a:active {
    color: #221F1F; }

.normal-link {
  color: #0074b8 !important; }
  .normal-link:link {
    color: #0074b8 !important; }
  .normal-link:visited {
    color: #0074b8 !important; }
  .normal-link:hover {
    color: #221F1F !important; }
  .normal-link:active {
    color: #221F1F !important; }

/*--------------------------------

instrumart Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'instrumart';
  src: url("../fonts/instrumart.eot");
  src: url("../fonts/instrumart.eot") format("embedded-opentype"), url("../fonts/instrumart.woff2") format("woff2"), url("../fonts/instrumart.woff") format("woff"), url("../fonts/instrumart.ttf") format("truetype"), url("../fonts/instrumart.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'instrumart';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em; }

.icon-lg {
  font-size: 1.2em; }

/* absolute units */
.icon-16 {
  font-size: 16px; }

.icon-32 {
  font-size: 32px; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee; }

.icon-bg-circle {
  border-radius: 50%; }

/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none; }

.icon-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4; }

.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit; }

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

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

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	icons
-------------------------*/
.icon-phone::before {
  content: "\ea04"; }

.icon-comment::before {
  content: "\ea06"; }

.icon-envelope::before {
  content: "\ea07"; }

.icon-comment-solid::before {
  content: "\ea08"; }

.icon-envelope-solid::before {
  content: "\ea09"; }

.icon-phone-solid::before {
  content: "\ea0b"; }

.icon-building::before {
  content: "\ea0c"; }

.icon-clock::before {
  content: "\ea0d"; }

.icon-search::before {
  content: "\ea0e"; }

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

.icon-file-alt::before {
  content: "\ea10"; }

.icon-angle-thin-left::before {
  content: "\ea11"; }

.icon-angle-thin-right::before {
  content: "\ea12"; }

.icon-angle-up::before {
  content: "\ea13"; }

.icon-cart-open::before {
  content: "\ea14"; }

.icon-check::before {
  content: "\ea15"; }

.icon-angle-down::before {
  content: "\ea16"; }

.icon-angle-right::before {
  content: "\ea17"; }

.icon-angle-left::before {
  content: "\ea18"; }

.icon-facebook::before {
  content: "\ea19"; }

.icon-twitter::before {
  content: "\ea1a"; }

.icon-trash-2::before {
  content: "\ea1c"; }

.icon-plus::before {
  content: "\ea1d"; }

.icon-minus::before {
  content: "\ea1e"; }

.icon-times::before {
  content: "\ea1f"; }

.icon-settings::before {
  content: "\ea20"; }

.sprite {
  background-image: url("/images/sprite-v1.png");
  background-repeat: no-repeat;
  display: inline-block; }
  @media (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13/10), (min-resolution: 1.3dppx) {
    .sprite {
      /* on retina, use image that's scaled by 2 */
      background-image: url("/images/sprite-2x-v1.png");
      background-size: 500px 325px; } }

.preconfigured-badge {
  background-position: -225px 0;
  width: 123px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

.new-england {
  background-position: -134px -68px;
  width: 40px;
  height: 40px;
  margin-bottom: -8px; }

/* ----------------------------------------------------
TrustPilot and Stars
---------------------------------------------------- */
.trustpilot-logo {
  background-position: 0 0;
  width: 112px;
  height: 10px; }

.in-stock {
  background-position: -393px 0;
  width: 107px;
  height: 107px; }

.in-stock.configurable {
  background-position: -393px -108px;
  width: 107px;
  height: 107px; }

.stars-5 {
  background-position: 0 -54px;
  width: 88px;
  height: 18px; }

.stars-4 {
  background-position: 0 -33px;
  width: 88px;
  height: 18px; }

.stars-3 {
  background-position: 0 -51px;
  width: 88px;
  height: 18px; }

.stars-2 {
  background-position: 0 -69px;
  width: 88px;
  height: 18px; }

.stars-1 {
  background-position: 0 -87px;
  width: 88px;
  height: 18px; }

/* ----------------------------------------------------
Flags
---------------------------------------------------- */
.flag-icon {
  width: 32px;
  height: 20px;
  vertical-align: middle; }

.flag-united-states {
  background-position: 0 -110px; }

.flag-canada {
  background-position: 0 -135px; }

.flag-mexico {
  background-position: 0 -160px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 18px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #221F1F; }

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #221F1F;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

#a-z-controls {
  margin-bottom: 0; }
  #a-z-controls a {
    font-size: 1.4375rem;
    font-weight: 700;
    display: inline-block;
    width: 25px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center; }
    #a-z-controls a {
      color: #848484; }
      #a-z-controls a:link {
        color: #848484; }
      #a-z-controls a:visited {
        color: #848484; }
      #a-z-controls a:hover {
        color: #0074b8; }
      #a-z-controls a:active {
        color: #0074b8; }
    #a-z-controls a:hover {
      color: #221F1F;
      text-decoration: none; }
    #a-z-controls a.active {
      color: #221F1F; }
      #a-z-controls a.active:after {
        content: "";
        height: 5px;
        width: 100%;
        background-color: #A0DEFF;
        position: absolute;
        bottom: -21px;
        left: 0; }

.a-z-directory {
  padding-left: 60px;
  position: relative;
  margin-bottom: 80px; }
  .a-z-directory dt {
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0; }
  .a-z-directory dd {
    font-weight: 400; }
    .a-z-directory dd a {
      color: #221F1F; }
      .a-z-directory dd a:link {
        color: #221F1F; }
      .a-z-directory dd a:visited {
        color: #221F1F; }
      .a-z-directory dd a:hover {
        color: #0074b8; }
      .a-z-directory dd a:active {
        color: #0074b8; }

#banner-announcement {
  padding: 40px 80px;
  text-align: center;
  background-color: #1B4BB1;
  color: #ffffff; }
  #banner-announcement strong {
    border-bottom: 5px solid rgba(160, 222, 255, 0.6);
    margin-right: 5px; }
  #banner-announcement .close-banner {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 40px;
    background-color: transparent;
    border: none;
    padding: 10px;
    line-height: 1; }
    @media (min-width: 992px) {
      #banner-announcement .close-banner {
        right: 30px; } }
    #banner-announcement .close-banner:hover {
      color: #A0DEFF; }

.barker {
  padding: 10px;
  max-width: 80%;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 4px;
  text-align: center; }

.barker--img {
  padding: 0; }

.breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .breadcrumb {
      font-size: 0.875rem; } }
  .breadcrumb ol {
    margin: 0;
    padding: 0; }
  .breadcrumb li {
    display: inline-block;
    margin-right: 10px; }
  .breadcrumb a {
    background-color: #F6F6F6;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block; }
    .breadcrumb a {
      color: #221F1F; }
      .breadcrumb a:link {
        color: #221F1F; }
      .breadcrumb a:visited {
        color: #221F1F; }
      .breadcrumb a:hover {
        color: #848484; }
      .breadcrumb a:active {
        color: #848484; }
    @media (min-width: 992px) {
      .breadcrumb a {
        line-height: 40px; } }
    .breadcrumb a:hover {
      text-decoration: none;
      background-color: #eeeeee; }

#buy-box .cta .btn {
  font-size: 1.625rem;
  font-weight: 900; }
  #buy-box .cta .btn span {
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    margin-bottom: 5px; }

#buy-box .price .original-price {
  text-decoration: line-through; }

#buy-box .bullets {
  padding-left: 20px; }

#buy-box .review-cta .sprite {
  vertical-align: middle;
  margin-right: 5px; }

.card a img, .card a .product-name {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (prefers-reduced-motion: reduce) {
    .card a img, .card a .product-name {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.card a:not(.btn) {
  color: #221F1F; }
  .card a:not(.btn):link {
    color: #221F1F; }
  .card a:not(.btn):visited {
    color: #221F1F; }
  .card a:not(.btn):hover {
    color: #221F1F; }
  .card a:not(.btn):active {
    color: #221F1F; }

.card a:not(.btn):hover {
  text-decoration: none; }
  .card a:not(.btn):hover .product-name {
    color: #0074b8; }
  .card a:not(.btn):hover img {
    opacity: .7; }

.card p, .card div {
  margin-bottom: 20px; }
  .card p:last-of-type, .card div:last-of-type {
    margin-bottom: 0; }

.card .product-name {
  font-weight: 700; }

.card .original-price {
  display: block;
  text-decoration: line-through; }

.card .product-availability {
  font-weight: 700;
  color: #058300; }

.card .product-buttons {
  display: block; }

.card-award {
  padding: 40px;
  border: 1px solid #CECECE;
  margin-left: -1px;
  margin-top: -1px; }

.card-award-img {
  padding-right: 40px;
  margin-bottom: 40px; }
  .card-award-img img {
    width: 100%;
    height: auto; }
  .card-award-img a {
    display: block;
    width: 150px; }

.card-brand-promo {
  padding: 40px 0 20px;
  border-bottom: 1px solid #CECECE; }
  .card-brand-promo:first-of-type {
    border-top: 1px solid #CECECE; }
  @media (min-width: 768px) {
    .card-brand-promo {
      padding: 40px 20px 13.3333333333px; } }
  @media (max-width: 991.98px) {
    .card-brand-promo {
      margin: 0; } }
  .card-brand-promo .card-wrapper {
    margin-bottom: 0; }
  .card-brand-promo .img-wrapper {
    padding-right: 20px; }
    @media (min-width: 768px) {
      .card-brand-promo .img-wrapper {
        padding-right: 40px; } }
    .card-brand-promo .img-wrapper img {
      width: 80px;
      height: auto; }
      @media (min-width: 576px) {
        .card-brand-promo .img-wrapper img {
          width: 150px; } }
      @media (min-width: 992px) {
        .card-brand-promo .img-wrapper img {
          width: 200px; } }
  .card-brand-promo .promo-info {
    margin-bottom: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .card-brand-promo .promo-info--left {
    font-size: 1.0625rem; }
  @media (min-width: 768px) {
    .card-brand-promo .promo-info--right {
      text-align: right; } }
  .card-brand-promo .promo-info-left,
  .card-brand-promo .promo-info-right {
    margin-bottom: 0; }
    .card-brand-promo .promo-info-left p:last-of-type, .card-brand-promo .promo-info-left div:last-of-type,
    .card-brand-promo .promo-info-right p:last-of-type,
    .card-brand-promo .promo-info-right div:last-of-type {
      margin-bottom: 0; }
  .card-brand-promo .promo-name {
    margin-bottom: 20px; }
  .card-brand-promo .promo-date {
    color: #28a745; }

.card-category {
  font-size: 1.0625rem;
  padding-bottom: 40px; }
  .card-category a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .card-category a {
      color: #221F1F; }
      .card-category a:link {
        color: #221F1F; }
      .card-category a:visited {
        color: #221F1F; }
      .card-category a:hover {
        color: #0074b8; }
      .card-category a:active {
        color: #0074b8; }
    .card-category a:hover img {
      opacity: .7; }
    .card-category a:hover .category-name {
      color: #0074b8; }
    .card-category a:hover .btn {
      background-color: #0074b8;
      color: #ffffff;
      border-color: #0074b8; }
  .card-category .img-wrapper {
    width: 33%;
    padding: 13.3333333333px;
    background-color: #ffffff;
    margin-right: 10px; }
    @media (min-width: 576px) {
      .card-category .img-wrapper {
        padding: 20px; } }
    @media (min-width: 992px) {
      .card-category .img-wrapper {
        padding: 40px; } }
  .card-category img {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 100%;
    height: auto !important; }
    @media (prefers-reduced-motion: reduce) {
      .card-category img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .card-category .category-info {
    padding-left: 20px;
    width: 66%; }
  .card-category .category-name {
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin-bottom: 20px; }
    @media (prefers-reduced-motion: reduce) {
      .card-category .category-name {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .card-category .btn {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    display: inline-block;
    width: auto; }
    @media (prefers-reduced-motion: reduce) {
      .card-category .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.card--product-horizontal {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .card--product-horizontal {
      padding: 40px 20px; } }
  @media (max-width: 991.98px) {
    .card--product-horizontal {
      margin: 0; } }
  .card--product-horizontal .card-wrapper {
    margin-bottom: 0; }
  .card--product-horizontal .img-wrapper {
    padding-right: 20px; }
    @media (min-width: 768px) {
      .card--product-horizontal .img-wrapper {
        padding-right: 40px; } }
    .card--product-horizontal .img-wrapper img {
      width: 50px;
      height: auto; }
      @media (min-width: 768px) {
        .card--product-horizontal .img-wrapper img {
          width: 70px; } }
  .card--product-horizontal .product-info {
    margin-bottom: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .card--product-horizontal .product-info--left {
    font-size: 1.0625rem; }
  @media (min-width: 768px) {
    .card--product-horizontal .product-info--right {
      text-align: right; } }
  .card--product-horizontal .product-info-left,
  .card--product-horizontal .product-info-right {
    margin-bottom: 0; }
    .card--product-horizontal .product-info-left p:last-of-type, .card--product-horizontal .product-info-left div:last-of-type,
    .card--product-horizontal .product-info-right p:last-of-type,
    .card--product-horizontal .product-info-right div:last-of-type {
      margin-bottom: 0; }
  .card--product-horizontal .product-name {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .card--product-horizontal .product-description {
      display: none; } }

.card-product-small {
  font-size: 0.875rem;
  padding-bottom: 40px; }
  .card-product-small a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .card-product-small a {
      color: #221F1F; }
      .card-product-small a:link {
        color: #221F1F; }
      .card-product-small a:visited {
        color: #221F1F; }
      .card-product-small a:hover {
        color: #0074b8; }
      .card-product-small a:active {
        color: #0074b8; }
  .card-product-small img {
    width: 50px;
    height: auto !important; }
  .card-product-small .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    font-weight: 700; }
  .card-product-small .product-id {
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400; }

.card--product-stacked {
  color: #221F1F;
  text-align: left; }
  .card--product-stacked .card-wrapper {
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #CECECE;
    max-width: 90%; }
    @media (min-width: 768px) {
      .card--product-stacked .card-wrapper {
        margin: 0 auto 80px;
        max-width: 85%; } }
    @media (min-width: 992px) {
      .card--product-stacked .card-wrapper {
        margin: 0 auto 80px;
        max-width: 80%; } }
  .card--product-stacked img {
    width: auto;
    height: 150px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 1200px) {
      .card--product-stacked img {
        height: 180px; } }
  .card--product-stacked div, .card--product-stacked img {
    margin-bottom: 20px; }
  .card--product-stacked:hover img {
    opacity: .7; }
  .card--product-stacked:hover .product-name {
    color: #0074b8; }

.card-promo {
  color: #221F1F;
  text-align: left;
  border-bottom: 2px solid #CECECE;
  padding: 0; }
  @media (min-width: 576px) {
    .card-promo {
      border: 1px solid #CECECE;
      padding: 0;
      margin: -1px 0 0 -1px; } }
  .card-promo .card-wrapper {
    display: block;
    padding: 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .card-promo .card-wrapper {
        padding: 80px; } }
    .card-promo .card-wrapper:hover {
      text-decoration: none; }
      .card-promo .card-wrapper:hover img {
        opacity: .7; }
      .card-promo .card-wrapper:hover .card-promo-name {
        color: #0074b8; }
      .card-promo .card-wrapper:hover .btn {
        background-color: #0074b8;
        border-color: #0074b8;
        color: #ffffff; }
  .card-promo img {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto 40px;
    display: block; }
    @media (prefers-reduced-motion: reduce) {
      .card-promo img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    @media (min-width: 576px) {
      .card-promo img {
        max-width: 60%; } }
  .card-promo .card-promo-name {
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #221F1F;
    margin-bottom: 20px; }
    @media (prefers-reduced-motion: reduce) {
      .card-promo .card-promo-name {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .card-promo .card-promo-description {
    color: #221F1F; }
  .card-promo .btn {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .card-promo .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.cart-item-labels {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 6.6666666667px;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .cart-item-labels {
      display: none; } }

.cart-item-photo {
  max-width: 80px; }

.cart-item {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.cart-item-name {
  font-weight: 700; }
  .cart-item-name a {
    text-decoration: none; }
    .cart-item-name a {
      color: #221F1F; }
      .cart-item-name a:link {
        color: #221F1F; }
      .cart-item-name a:visited {
        color: #221F1F; }
      .cart-item-name a:hover {
        color: #0074b8; }
      .cart-item-name a:active {
        color: #0074b8; }

.cart-item-price,
.cart-item-subtotal {
  margin-bottom: 10px; }

.cart-item-configuration a .icon {
  font-size: 1rem;
  vertical-align: middle;
  margin-top: -1px; }

.cart-item-subtotal {
  font-weight: 700; }

.cart-item-availability {
  color: #e53e30; }
  .cart-item-availability.in-stock {
    color: #058300; }

.cart-item-acessories {
  border-top: 1px solid #CECECE;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .cart-item-delete {
    text-align: right; } }

#comm-bar {
  font-size: 0.875rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #1B4BB1;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 2000px;
  z-index: 100; }
  @media (min-width: 576px) {
    #comm-bar {
      padding-top: 10px;
      padding-bottom: 10px; } }
  #comm-bar ul {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0; }
    #comm-bar ul a {
      padding: 5px 15px; }
  #comm-bar li {
    display: inline-block; }
  #comm-bar a {
    display: inline-block; }
    #comm-bar a {
      color: #ffffff; }
      #comm-bar a:link {
        color: #ffffff; }
      #comm-bar a:visited {
        color: #ffffff; }
      #comm-bar a:hover {
        color: #A0DEFF; }
      #comm-bar a:active {
        color: #A0DEFF; }
    #comm-bar a .icon {
      font-size: 1.25rem;
      vertical-align: middle; }
  #comm-bar .comm-phone span {
    display: none; }
    @media (min-width: 576px) {
      #comm-bar .comm-phone span {
        display: inline-block; } }
  #comm-bar .country-selector {
    margin-left: 10px; }
    #comm-bar .country-selector button {
      background-color: transparent;
      padding: 0;
      border: none; }
      #comm-bar .country-selector button:hover {
        opacity: .7; }
    #comm-bar .country-selector .dropdown-toggle::after {
      display: none; }
    #comm-bar .country-selector .dropdown-menu {
      padding: 10px;
      border-radius: 5px;
      left: auto;
      right: 0; }
      #comm-bar .country-selector .dropdown-menu a {
        font-size: 0.875rem; }
        #comm-bar .country-selector .dropdown-menu a {
          color: #221F1F; }
          #comm-bar .country-selector .dropdown-menu a:link {
            color: #221F1F; }
          #comm-bar .country-selector .dropdown-menu a:visited {
            color: #221F1F; }
          #comm-bar .country-selector .dropdown-menu a:hover {
            color: #848484; }
          #comm-bar .country-selector .dropdown-menu a:active {
            color: #848484; }
      #comm-bar .country-selector .dropdown-menu .flag-icon {
        margin-right: 5px; }

.content-layer-control {
  border-bottom: 1px solid #CECECE; }
  .content-layer-control button {
    color: #221F1F;
    background: none;
    border: none;
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 40px 0 20px; }
    .content-layer-control button:hover {
      color: #0070C9; }
    .content-layer-control button:focus {
      color: #0070C9;
      outline: none;
      border: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .content-layer-control button .icon {
      float: right;
      font-size: 0.4375rem;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: #0070C9; }
      @media (prefers-reduced-motion: reduce) {
        .content-layer-control button .icon {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
    .content-layer-control button[aria-expanded="true"] .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.content-layer-details > .row {
  padding-top: 40px; }

#featured-engineers {
  background-color: #F6F6F6;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  #featured-engineers .row {
    margin-left: 0;
    margin-right: 0; }
  #featured-engineers h2 {
    margin-bottom: 20px; }
  #featured-engineers .slick-slider {
    padding: 0 80px; }
  #featured-engineers .wrapper-fluid {
    padding-left: 0;
    padding-right: 0; }

#engineer-carousel {
  margin-bottom: 40px; }

.engineer-card {
  width: 25%;
  padding: 10px; }
  .engineer-card a {
    display: block;
    text-align: left;
    line-height: 1.4;
    padding-left: 70px;
    position: relative; }
    .engineer-card a .engineer-photo {
      position: absolute;
      left: 0;
      top: -3px;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      overflow: hidden; }
      .engineer-card a .engineer-photo img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
    .engineer-card a .engineer-name {
      text-transform: uppercase;
      font-weight: 700; }
    .engineer-card a .engineer-title {
      text-transform: uppercase;
      font-weight: 400;
      color: #221F1F; }
    .engineer-card a .engineer-years {
      color: #221F1F; }

#filters {
  border-right: 1px solid #CECECE; }
  @media (max-width: 991.98px) {
    #filters {
      display: none; } }
  #filters dl {
    margin: 0 0 40px; }
  #filters dt {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px; }
  #filters label {
    font-weight: 400; }

#main-footer .footer-links {
  background-color: #221F1F;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px; }
  #main-footer .footer-links a {
    color: #ffffff; }
    #main-footer .footer-links a:link {
      color: #ffffff; }
    #main-footer .footer-links a:visited {
      color: #ffffff; }
    #main-footer .footer-links a:hover {
      color: #A0DEFF; }
    #main-footer .footer-links a:active {
      color: #848484; }

#main-footer dl {
  margin-bottom: 40px; }

#main-footer dt {
  font-size: 1.4375rem;
  font-weight: 400;
  color: #A0DEFF;
  margin-bottom: 5px; }

#main-footer dd {
  font-size: 0.875rem; }

#main-footer .contact-info dd {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px; }

#main-footer .contact-info .icon {
  font-size: 1.0625rem;
  position: absolute;
  top: 3px;
  left: 0;
  color: #A0DEFF; }

#main-footer .contact-phone {
  font-size: 1.4375rem;
  font-weight: 700; }

#main-footer .footer-copyright {
  font-size: 0.875rem;
  padding: 40px;
  border-top: 1px solid rgba(206, 206, 206, 0.4);
  text-align: center; }
  #main-footer .footer-copyright a {
    color: #848484; }
    #main-footer .footer-copyright a:link {
      color: #848484; }
    #main-footer .footer-copyright a:visited {
      color: #848484; }
    #main-footer .footer-copyright a:hover {
      color: #0070C9; }
    #main-footer .footer-copyright a:active {
      color: #0070C9; }

#main-header {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background-color: #F6F6F6;
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 150;
  padding-left: 20px;
  padding-right: 20px; }
  @media (prefers-reduced-motion: reduce) {
    #main-header {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .scrolled-down #main-header {
    background-color: #F6F6F6; }
  .menu-overlay-open #main-header {
    background-color: #ffffff !important; }
  #main-header .header-wrapper {
    height: 60px; }
    @media (min-width: 768px) {
      #main-header .header-wrapper {
        height: 80px; } }
    @media (min-width: 992px) {
      #main-header .header-wrapper {
        height: 90px; } }
    @media (min-width: 1200px) {
      #main-header .header-wrapper {
        height: 100px; } }
  #main-header nav {
    padding-right: 0; }
  #main-header ul {
    list-style: none;
    margin-bottom: 0;
    font-size: 0; }
  #main-header a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 700; }
    @media (prefers-reduced-motion: reduce) {
      #main-header a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    #main-header a:hover {
      text-decoration: none; }

#main-logo {
  padding-left: 20px;
  padding-right: 0; }
  #main-logo a {
    display: block;
    width: 140px; }
    @media (min-width: 576px) {
      #main-logo a {
        width: 175px; } }
    @media (min-width: 768px) {
      #main-logo a {
        width: 250px; } }
  #main-logo img {
    width: 100%;
    height: auto; }

#main-nav {
  text-align: center;
  padding-right: 20px; }
  @media (max-width: 991.98px) {
    #main-nav {
      display: none !important; } }
  #main-nav a {
    font-size: 1rem;
    padding: 0 20px; }
    #main-nav a {
      color: #221F1F; }
      #main-nav a:link {
        color: #221F1F; }
      #main-nav a:visited {
        color: #221F1F; }
      #main-nav a:hover {
        color: #0074b8; }
      #main-nav a:active {
        color: #0074b8; }
    @media (min-width: 1200px) {
      #main-nav a {
        font-size: 1.125rem; } }
    #main-nav a .icon {
      font-size: 0.375rem;
      vertical-align: middle; }

#utility-nav {
  padding-right: 0;
  padding-left: 0; }
  #utility-nav a {
    padding: 0 18px; }
    @media (min-width: 576px) {
      #utility-nav a {
        padding: 0 25px; } }
    @media (min-width: 768px) {
      #utility-nav a {
        padding: 0 30px; } }
    @media (min-width: 992px) {
      #utility-nav a {
        padding: 0 35px; } }
  #utility-nav .cart-wrapper {
    position: relative; }

.utility-search a {
  font-size: 1.375rem;
  color: #ffffff;
  background-color: #221F1F; }
  @media (min-width: 576px) {
    .utility-search a {
      font-size: 1.625rem; } }
  .utility-search a:hover {
    background-color: #685f5f; }

.utility-cart .cart-icon-wrapper {
  position: relative; }

.utility-cart a, .utility-cart button {
  font-size: 1.375rem;
  color: #221F1F;
  background-color: #A0DEFF; }
  @media (min-width: 576px) {
    .utility-cart a, .utility-cart button {
      font-size: 1.625rem; } }
  .utility-cart a:hover, .utility-cart button:hover {
    background-color: #77d0ff; }
  .utility-cart a .item-count, .utility-cart button .item-count {
    font-size: 0.6875rem;
    line-height: 16px;
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -6px; }
    @media (min-width: 576px) {
      .utility-cart a .item-count, .utility-cart button .item-count {
        font-size: 0.75rem;
        line-height: 18px;
        position: absolute;
        height: 18px;
        width: 18px;
        margin: -20px 0 0 -6px; } }

.utility-cart .icon {
  vertical-align: middle; }

.utility-hamburger button,
.utility-close button {
  color: #221F1F;
  background-color: #F6F6F6;
  border: none; }
  @media (min-width: 576px) {
    .utility-hamburger button,
    .utility-close button {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 768px) {
    .utility-hamburger button,
    .utility-close button {
      padding-left: 30px;
      padding-right: 30px; } }

.utility-close .icon {
  font-size: 1.625rem;
  vertical-align: middle; }

#main-header.mobile-header {
  position: static; }
  @media (min-width: 992px) {
    #main-header.mobile-header {
      display: none; } }

.checkout-logo {
  width: 270px;
  margin-bottom: 80px; }
  .checkout-logo img {
    width: 100%;
    height: auto; }
  @media (max-width: 991.98px) {
    .checkout-logo {
      display: none; } }

.mobile-header .utility-cart .icon-cart-open {
  font-size: 1.125rem; }

.mobile-header .utility-cart .cart-price {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0 10px; }
  .mobile-header .utility-cart .cart-price .icon {
    font-size: 0.375rem;
    vertical-align: middle;
    margin-left: 5px; }

.mobile-header .utility-cart button {
  background-color: #F6F6F6; }

.mobile-header .utility-cart .item-count {
  background-color: transparent; }

#order-summary-mobile-btn {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  border: none; }

.hero {
  background-size: cover;
  background-repeat: no-repeat; }
  .hero .row {
    position: relative; }
    .hero .row.hero-copy-centered {
      text-align: center;
      min-height: 200px;
      padding-top: 15%;
      padding-bottom: 15%; }
      @media (min-width: 576px) {
        .hero .row.hero-copy-centered {
          min-height: 300px; } }
      @media (min-width: 992px) {
        .hero .row.hero-copy-centered {
          min-height: 400px; } }
  .hero .wrapper-fluid {
    padding-left: 0;
    padding-right: 0; }

.hero-black {
  background-image: url("/images/bg-black-angle.png");
  background-color: #221F1F;
  background-position: center bottom;
  color: #ffffff; }
  .hero-black a {
    color: #A0DEFF; }
    .hero-black a:link {
      color: #A0DEFF; }
    .hero-black a:visited {
      color: #A0DEFF; }
    .hero-black a:hover {
      color: #ffffff; }
    .hero-black a:active {
      color: #ffffff; }
  .hero-black a[href^="tel"]:link {
    color: #ffffff !important; }

.hero-copy {
  padding: 40px 20px;
  position: relative;
  z-index: 2; }
  @media (min-width: 576px) {
    .wrapper-fluid .hero-copy {
      padding: 40px 40px 0; } }
  @media (min-width: 768px) {
    .wrapper-fluid .hero-copy {
      padding: 80px 40px; } }
  .hero-copy p:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .wrapper-fluid .hero-copy p:last-of-type {
        padding-right: 40px; } }

.hero-title {
  font-weight: 900;
  font-size: 2.5rem;
  color: #ffffff; }
  @media (min-width: 768px) {
    .hero-title {
      font-size: 3.125rem; } }
  @media (min-width: 992px) {
    .hero-title {
      font-size: 3.75rem; } }
  @media (min-width: 1200px) {
    .hero-title {
      font-size: 4.375rem; } }

.hero-caption {
  font-size: 0.875rem;
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -10px;
  background-color: rgba(160, 222, 255, 0.5);
  color: #221F1F;
  padding: 23.3333333333px 20px 13.3333333333px;
  z-index: 10; }
  @media (min-width: 576px) {
    .hero-caption {
      font-size: 1.0625rem; } }
  @media (min-width: 768px) {
    .hero-caption {
      text-align: right; } }
  @media (min-width: 992px) {
    .hero-caption {
      width: calc(50% - 20px);
      top: 100%;
      left: calc(50% + 20px);
      text-align: right; } }
  .hero-caption strong {
    font-weight: 900;
    text-transform: uppercase; }
  .hero-caption a {
    color: #0074b8; }
    .hero-caption a:link {
      color: #0074b8; }
    .hero-caption a:visited {
      color: #0074b8; }
    .hero-caption a:hover {
      color: #221F1F; }
    .hero-caption a:active {
      color: #221F1F; }

.hero-inline-photo {
  text-align: center;
  overflow: visible;
  position: relative;
  z-index: 1;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .hero-inline-photo {
      padding-top: 120px; } }
  .hero-inline-photo img {
    display: block;
    margin: 0 auto;
    max-width: 75%; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .hero-inline-photo img {
        max-width: 400px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .hero-inline-photo img {
        width: 160%;
        max-width: none;
        margin-left: -100px; } }
    @media (min-width: 992px) {
      .hero-inline-photo img {
        width: 100%;
        max-width: 700px; } }
  @media (min-width: 992px) {
    .hero-small .hero-inline-photo img {
      max-width: 500px; } }

.hero-split {
  padding: 300px 20px 0;
  background-size: 175% auto;
  background-position: right top; }
  @media (min-width: 576px) {
    .hero-split {
      padding-top: 400px;
      background-size: 150% auto; } }
  @media (min-width: 992px) {
    .hero-split {
      background-size: cover;
      padding-top: 80px;
      padding-bottom: 80px; } }
  .hero-split h1 {
    margin-bottom: 20px; }

.hero-split-copy {
  background-color: #ffffff;
  color: #221F1F;
  padding: 40px;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .hero-split-copy {
      padding: 80px 40px; } }
  .hero-split-copy p:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .hero-split-copy p:last-of-type {
        padding-right: 40px; } }

.hero-split-logo {
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
  min-width: 200px;
  max-width: 50%;
  margin-bottom: 0 !important;
  padding: 40px 40px 0 40px;
  background-color: white;
  height: auto; }
  @media (min-width: 576px) {
    .hero-split-logo {
      max-width: 250px;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .hero-split-logo {
      position: static;
      margin: 0;
      padding: 0 0 20px; } }

.in-stock-item {
  border-bottom: 1px solid #CECECE;
  padding: 20px 0 !important; }
  .in-stock-item:first-of-type {
    border-top: 1px solid #CECECE; }
  .in-stock-item:nth-child(even) {
    background-color: #F6F6F6; }
  .in-stock-item .config-link .icon {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -1px; }
  @media (min-width: 576px) {
    .in-stock-item .item-btn {
      text-align: right; } }
  .in-stock-item .item-availability {
    color: #28a745; }

#internal-sidebar {
  display: none; }

.internal-only #internal-sidebar {
  display: block;
  float: right;
  width: 25%;
  height: 100vh;
  background-color: #F6F6F6;
  border-left: 1px solid #CECECE;
  padding: 40px;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-box-shadow: inset 15px 0px 20px -20px rgba(0, 0, 0, 0.25);
          box-shadow: inset 15px 0px 20px -20px rgba(0, 0, 0, 0.25); }

.internal-only #page-wrapper {
  float: left;
  width: 75%; }

#announcement {
  text-align: center; }

.product-configuration .modal-title .product-number {
  font-weight: 400 !important; }

.product-configuration .modal-body {
  padding-top: 0;
  padding-bottom: 0; }
  .product-configuration .modal-body .row {
    border-bottom: 1px solid #CECECE;
    padding: 13.3333333333px 0; }
    .product-configuration .modal-body .row:last-of-type {
      border-bottom: none; }
    .product-configuration .modal-body .row > div:first-of-type {
      font-weight: 700; }

.modal-header {
  padding: 0 0 20px 0; }
  @media (min-width: 768px) {
    .modal-header {
      padding: 0 0 40px 0; } }
  .modal-header .close .icon {
    color: #221F1F; }

.modal-title {
  margin-bottom: 0; }

.modal-content {
  padding: 20px; }
  @media (min-width: 768px) {
    .modal-content {
      padding: 40px; } }

.modal-body {
  padding: 20px 0; }

.modal-footer {
  padding-top: 40px; }

.product-configuration .row {
  border-bottom: 1px solid #CECECE;
  padding: 13.3333333333px 0; }
  .product-configuration .row > div:first-of-type {
    font-weight: 700; }

.desktop-nav-header {
  text-align: center; }
  @media (max-width: 991.98px) {
    .desktop-nav-header {
      display: none; } }

.mobile-nav-header {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .mobile-nav-header {
      display: none; } }
  .mobile-nav-header .breadcrumb a {
    background-color: #ffffff; }
  .mobile-nav-header h2 {
    margin-bottom: 20px; }

#nav-system {
  background-color: #F6F6F6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 140;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  #nav-system ul {
    list-style: none;
    padding: 0; }
    #nav-system ul a:not(.btn) {
      display: block;
      position: relative; }
      #nav-system ul a:not(.btn) {
        color: #221F1F; }
        #nav-system ul a:not(.btn):link {
          color: #221F1F; }
        #nav-system ul a:not(.btn):visited {
          color: #221F1F; }
        #nav-system ul a:not(.btn):hover {
          color: #0074b8; }
        #nav-system ul a:not(.btn):active {
          color: #0074b8; }
      @media (min-width: 992px) {
        #nav-system ul a:not(.btn) {
          display: inline-block; } }
      #nav-system ul a:not(.btn):hover {
        text-decoration: none; }
      #nav-system ul a:not(.btn) .icon {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -6px;
        font-size: 0.75rem; }
        @media (min-width: 992px) {
          #nav-system ul a:not(.btn) .icon {
            display: none; } }
  #nav-system .nav-system-wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: 100px 20px; }
    @media (min-width: 992px) {
      #nav-system .nav-system-wrapper {
        padding: 180px 20px; } }
  #nav-system #mobile-primary {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      #nav-system #mobile-primary {
        display: none; } }
  #nav-system #desktop-products {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991.98px) {
      #nav-system #desktop-products {
        display: none; } }
  #nav-system .nav-categories {
    padding: 10px;
    margin-bottom: 10px; }
    #nav-system .nav-categories a {
      padding: 5px 15px;
      line-height: 44px; }
      @media (min-width: 992px) {
        #nav-system .nav-categories a.selected {
          background: transparent url("/images/nav-selected-bg.png") no-repeat center right;
          background-size: auto 100%;
          padding-right: 35px; }
          #nav-system .nav-categories a.selected:hover {
            color: #221F1F; } }
    #nav-system .nav-categories li {
      padding: 2px 0; }
    #nav-system .nav-categories .view-all-btn {
      font-weight: 400; }
  #nav-system .nav-subcategories {
    padding: 10px;
    margin-bottom: 10px; }
    #nav-system .nav-subcategories a {
      padding: 5px 15px; }
    #nav-system .nav-subcategories .view-all-btn {
      margin-top: 20px; }
    @media (min-width: 992px) {
      #nav-system .nav-subcategories .nav-header {
        display: none; } }

.nav-selected,
.utility-close {
  background-color: #F6F6F6;
  border-top: 5px solid #A0DEFF; }
  .nav-selected .icon, .utility-close .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.search-overlay h2 {
  font-weight: 300;
  margin-bottom: 20px; }

#order-summary-btn {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none; }

.order-summary-cart {
  background-color: #ffffff;
  border: 1px solid #CECECE;
  padding: 13.3333333333px 20px 0;
  border-radius: 4px; }
  .order-summary-cart .icon.icon-cart-open {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px; }
  .order-summary-cart .icon.icon-angle-down {
    font-size: 0.375rem; }
  @media (max-width: 991.98px) {
    .order-summary-cart {
      padding-top: 0; } }

#order-summary-cart-contents .card-product-small {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #CECECE; }
  @media (max-width: 991.98px) {
    #order-summary-cart-contents .card-product-small:first-of-type {
      border-top: none; } }
  #order-summary-cart-contents .card-product-small img {
    width: 40px; }

@media (max-width: 991.98px) {
  #order-summary-cart-contents.collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.cart-tools {
  margin-bottom: 20px; }

#order-summary {
  background-color: #F6F6F6; }
  #order-summary .cart-tools .btn-tertiary {
    background-color: #ffffff; }
  @media (min-width: 992px) {
    #order-summary.collapse {
      display: block !important; } }

@media (min-width: 992px) {
  .order-summary-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 40px; }
    .page-shopping-cart .order-summary-wrapper {
      top: 165px; } }

.order-line {
  border-bottom: 1px solid #CECECE;
  padding: 13.3333333333px 0; }

.order-line-label {
  font-weight: 700;
  text-align: left; }

.order-line-value {
  text-align: right; }

.shipping-price {
  text-align: right;
  font-weight: 700; }

@media (max-width: 991.98px) {
  .order-summary-cart-header {
    display: none; } }

#page-header {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    #page-header {
      padding-top: 80px;
      padding-bottom: 80px; } }
  #page-header .wrapper-fluid {
    padding-left: 0;
    padding-right: 0; }
  #page-header h1 {
    margin-bottom: 20px; }
  #page-header.page-header--search {
    background-color: #F6F6F6; }

#page-tools {
  position: relative;
  font-size: 1.0625rem;
  margin-bottom: 40px;
  background-color: #ffffff;
  padding-top: 40px; }
  #page-tools.page-tools--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 90; }
    @media (min-width: 768px) {
      #page-tools.page-tools--sticky {
        top: 80px; } }
    @media (min-width: 992px) {
      #page-tools.page-tools--sticky {
        top: 100px; } }
  #page-tools #page-tools--wrapper {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 13.3333333333px 0; }
    @media (max-width: 991.98px) {
      #page-tools #page-tools--wrapper {
        display: none !important; } }
  #page-tools .message-with-thumb {
    padding-left: 120px;
    position: relative; }
    #page-tools .message-with-thumb:after {
      content: "";
      display: block;
      background-color: #ffffff;
      width: 70px;
      height: 70px;
      position: absolute;
      left: 10px;
      top: -21px;
      z-index: 0; }
    #page-tools .message-with-thumb a {
      color: #221F1F; }
  #page-tools .message-thumb {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -33px;
    overflow: hidden;
    z-index: 5; }
    #page-tools .message-thumb img {
      width: 100%;
      height: auto; }
  #page-tools .page-tool {
    margin: 0; }
    #page-tools .page-tool label {
      margin-right: 10px;
      font-weight: 900; }
  #page-tools label, #page-tools .label {
    text-transform: uppercase; }
  #page-tools select {
    background-color: #F6F6F6; }
  @media (min-width: 992px) {
    #page-tools .sort-filter-btn {
      display: none; } }
  #page-tools .sort-filter-btn .hamburger {
    padding: 0 10px 0 0;
    vertical-align: middle; }
  #page-tools .sort-filter-btn .btn {
    font-size: 0.875rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400; }

.featured-photo {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CECECE; }
  .featured-photo img {
    display: block;
    margin: 0 auto; }

.additional-views {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  text-align: center; }
  .additional-views img {
    max-height: 60px;
    width: auto; }
  .additional-views li {
    display: inline-block;
    width: 20%;
    padding: 5px;
    text-align: center; }

.product-list .category-header {
  border-bottom: 1px solid #CECECE; }
  .product-list .category-header:not(:first-of-type) {
    padding-top: 80px; }
  @media (max-width: 991.98px) {
    .product-list .category-header {
      margin: 0; } }

.product-list .card {
  border-bottom: 1px solid #CECECE; }

.promo-wrapper .form-inline {
  display: block;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  padding: 5px 80px 5px 5px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px; }

.promo-wrapper label {
  margin-bottom: 3px; }

.promo-wrapper input {
  font-size: 1rem;
  border: none;
  width: 100%;
  padding: 5px 10px; }

.promo-wrapper button {
  font-size: 1rem;
  color: #0074b8;
  font-weight: 700;
  position: absolute;
  right: 5px;
  top: 50%;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  border: none;
  background-color: transparent;
  display: inline-block; }

.promo-wrapper .icon {
  color: #221F1F;
  vertical-align: middle; }

.qty-controller {
  width: 100%;
  white-space: nowrap;
  margin: 10px 0; }
  .qty-controller button,
  .qty-controller input {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    text-align: center;
    background-color: #F6F6F6;
    color: #221F1F;
    border: none;
    margin: 2px;
    display: inline-block;
    border: 1px solid #eeeeee; }
  .qty-controller button:hover {
    background-color: #eeeeee; }
  .qty-controller input.qty-field {
    text-align: center !important; }
  .qty-controller button {
    font-size: 0.75rem; }
  .qty-controller input {
    font-size: 1rem; }

.razzle-dazzle {
  display: block;
  padding: 40px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  background-color: #F6F6F6;
  position: relative; }

.rd-header {
  display: block;
  padding-right: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

.rd-graphic {
  position: absolute;
  top: -10px;
  left: calc(100% - 65px);
  width: 60px;
  height: auto; }
  @media (min-width: 768px) {
    .rd-graphic {
      top: -5px;
      left: calc(100% - 55px);
      width: 80px; } }

.review footer {
  font-weight: 700; }

.search-wrapper {
  display: block;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  padding: 5px 80px 5px 5px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .search-wrapper {
      margin-bottom: 40px; } }
  .search-wrapper input {
    font-size: 1.25rem;
    border: none;
    width: 100%;
    padding: 10px; }
    @media (min-width: 992px) {
      .search-wrapper input {
        font-size: 1.625rem;
        padding: 20px 10px 20px 20px; } }
  .search-wrapper button {
    position: absolute;
    right: 0;
    top: 50%;
    height: 48px;
    width: 80px;
    line-height: 48px;
    margin-top: -28px;
    border: none;
    background-color: transparent;
    display: inline-block;
    font-size: 1.75rem; }
    @media (min-width: 992px) {
      .search-wrapper button {
        font-size: 2.25rem;
        margin-top: -24px; } }
  .search-wrapper .icon {
    color: #221F1F;
    vertical-align: middle; }

.help-bubble {
  font-size: 0.875rem;
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-bottom: 2px;
  background-color: #A0DEFF;
  color: #221F1F;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 700; }
  @media (min-width: 992px) {
    .help-bubble {
      font-size: 1.25rem;
      left: 40px;
      margin-bottom: 5px;
      padding: 15px 20px;
      border-radius: 5px; } }
  .help-bubble:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #A0DEFF;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -20px; }

.special-promo {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 40px;
  border: 1px dashed #CECECE;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(34, 31, 31, 0.1);
          box-shadow: 0 5px 10px rgba(34, 31, 31, 0.1); }
  .special-promo .content-label {
    display: inline-block;
    background-color: #ffffff;
    padding: 5px;
    position: absolute;
    top: -15px;
    left: 15px; }

ol#step-indicator {
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }
  ol#step-indicator li.step {
    font-size: 0.75rem;
    line-height: 1.2;
    margin: 0 .25%;
    border-top: 5px solid #F6F6F6;
    counter-increment: step-counter;
    position: relative;
    text-align: left;
    padding: 10px 5px 10px 15px;
    width: 19.5%; }
    ol#step-indicator li.step:before {
      content: counter(step-counter) ".";
      font-weight: 700;
      position: absolute;
      top: 10px;
      left: 0;
      text-align: center;
      display: inline-table;
      vertical-align: middle; }
    @media (min-width: 992px) {
      ol#step-indicator li.step {
        font-size: 0.875rem; } }
  ol#step-indicator li.step-complete {
    border-top-color: #A0DEFF; }
  ol#step-indicator a {
    color: #221F1F; }
    ol#step-indicator a:link {
      color: #221F1F; }
    ol#step-indicator a:visited {
      color: #221F1F; }
    ol#step-indicator a:hover {
      color: #221F1F; }
    ol#step-indicator a:active {
      color: #221F1F; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-color: #ffffff;
  border: none;
  width: 48px;
  height: 48px;
  text-align: center; }
  .slick-arrow svg {
    vertical-align: middle; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.page-about .hero {
  background: #848484 url("/images/about/about-us-hero-sm.jpg") no-repeat center center;
  background-size: cover; }
  @media (min-width: 768px) {
    .page-about .hero {
      background-image: url("/images/about/about-us-hero-md.jpg"); } }
  @media (min-width: 992px) {
    .page-about .hero {
      background-image: url("/images/about/about-us-hero-lg.jpg"); } }

.page-about .featured-product {
  margin-bottom: -80px; }

.brand-name {
  display: block;
  margin-bottom: 20px;
  font-weight: 400; }

.brand-video {
  margin-bottom: 40px; }

.brand-video-caption {
  text-align: center;
  margin-bottom: 40px; }

#brand-categories {
  background-color: #F6F6F6; }

.generic-brand-header {
  padding-top: 160px; }
  .generic-brand-header .brand-logo {
    max-width: 300px; }

.full-bleed-split {
  padding-left: 0;
  padding-right: 0; }
  .full-bleed-split .wrapper-fluid {
    padding-left: 0;
    padding-right: 0; }

.homepage #main-header {
  background-color: #ffffff; }

.homepage .hero h1 span {
  color: #A0DEFF; }

.homepage .hero .search-wrapper {
  margin-top: 80px; }
  @media (min-width: 992px) {
    .homepage .hero .search-wrapper {
      margin-top: 120px; } }

.homepage .featured-engineer img {
  display: block;
  max-width: 75%;
  margin: 0 auto; }

@media (min-width: 992px) {
  .homepage .featured-products .product-wrapper {
    border-bottom: none; } }

.page-product-category #main-header {
  background-color: #ffffff; }

.page-product-detail #page-header {
  text-align: center; }

#related-products {
  margin-bottom: 120px; }

#configurator {
  padding-left: 0;
  padding-right: 0; }

.page-product-configurator .config-options {
  background-color: #F6F6F6; }
  .page-product-configurator .config-options dl {
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .page-product-configurator .config-options dl:last-of-type {
        margin-bottom: 0; } }
  .page-product-configurator .config-options dt {
    margin-bottom: 20px !important; }
  .page-product-configurator .config-options dd {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    padding: 10px 10px 10px 40px;
    margin-bottom: 0; }
    @media (prefers-reduced-motion: reduce) {
      .page-product-configurator .config-options dd {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .page-product-configurator .config-options dd.selected {
      background-color: #ffffff;
      border-radius: 4px; }
    .page-product-configurator .config-options dd:hover:not(.selected) {
      background-color: #e9e9e9; }
  .page-product-configurator .config-options label {
    font-size: 1.4375rem;
    font-weight: 400;
    display: block; }

.config-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 165px; }
  .config-summary img {
    width: 60px;
    height: auto;
    margin-bottom: 13.3333333333px; }
  .config-summary:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #F6F6F6;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    left: 50%;
    top: -65px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .config-summary:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid #F6F6F6;
      position: absolute;
      left: -40px;
      top: 80px; } }
  @media (min-width: 768px) {
    .config-summary:before {
      left: -60px; } }
  @media (min-width: 992px) {
    .config-summary:before {
      left: -80px; } }

.config-name {
  font-weight: 700;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 20px;
  margin-bottom: 13.3333333333px; }

.config-price {
  margin-bottom: 13.3333333333px; }

.config-number {
  margin-bottom: 20px; }
  .config-number strong {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word; }

.config-btn {
  margin-bottom: 20px; }

.config-availability {
  font-weight: 700;
  color: #28a745; }

.config-help {
  border-top: 1px solid #CECECE;
  padding-top: 13.3333333333px; }

.added-to-cart {
  background-color: #F6F6F6; }
  .added-to-cart .card--product-horizontal {
    background-color: #ffffff; }
  .added-to-cart .icon-check {
    color: #058300;
    vertical-align: bottom; }
  .added-to-cart .card {
    padding-bottom: 20px; }

.review-section {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .review-section h2 {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .mobile-order-details {
    display: none; } }
