@charset "UTF-8";
/*!
 * 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: #fff;
  --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: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1440px;
  --breakpoint-xxl: 1620px;
  --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 {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 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: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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] {
  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: 0.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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .single-content .container .inner .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #D8DFE3;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-24, .col-xxl-23, .col-xxl-22, .col-xxl-21, .col-xxl-20, .col-xxl-19, .col-xxl-18, .col-xxl-17, .col-xxl-16, .col-xxl-15, .col-xxl-14, .col-xxl-13, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .footer .textwidget .part, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .footer .textwidget .part, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24, .footer .textwidget .part {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.1666666667%;
}

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

.offset-15 {
  margin-left: 62.5%;
}

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

.offset-17 {
  margin-left: 70.8333333333%;
}

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

.offset-19 {
  margin-left: 79.1666666667%;
}

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

.offset-21 {
  margin-left: 87.5%;
}

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

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 25;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

  .order-sm-15 {
    order: 15;
  }

  .order-sm-16 {
    order: 16;
  }

  .order-sm-17 {
    order: 17;
  }

  .order-sm-18 {
    order: 18;
  }

  .order-sm-19 {
    order: 19;
  }

  .order-sm-20 {
    order: 20;
  }

  .order-sm-21 {
    order: 21;
  }

  .order-sm-22 {
    order: 22;
  }

  .order-sm-23 {
    order: 23;
  }

  .order-sm-24 {
    order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }

  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }

  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }

  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }

  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4, .footer .textwidget .part {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 25;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

  .order-md-15 {
    order: 15;
  }

  .order-md-16 {
    order: 16;
  }

  .order-md-17 {
    order: 17;
  }

  .order-md-18 {
    order: 18;
  }

  .order-md-19 {
    order: 19;
  }

  .order-md-20 {
    order: 20;
  }

  .order-md-21 {
    order: 21;
  }

  .order-md-22 {
    order: 22;
  }

  .order-md-23 {
    order: 23;
  }

  .order-md-24 {
    order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.1666666667%;
  }

  .offset-md-2 {
    margin-left: 8.3333333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.6666666667%;
  }

  .offset-md-5 {
    margin-left: 20.8333333333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.1666666667%;
  }

  .offset-md-8 {
    margin-left: 33.3333333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.6666666667%;
  }

  .offset-md-11 {
    margin-left: 45.8333333333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.1666666667%;
  }

  .offset-md-14 {
    margin-left: 58.3333333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.6666666667%;
  }

  .offset-md-17 {
    margin-left: 70.8333333333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.1666666667%;
  }

  .offset-md-20 {
    margin-left: 83.3333333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.6666666667%;
  }

  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 25;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

  .order-lg-15 {
    order: 15;
  }

  .order-lg-16 {
    order: 16;
  }

  .order-lg-17 {
    order: 17;
  }

  .order-lg-18 {
    order: 18;
  }

  .order-lg-19 {
    order: 19;
  }

  .order-lg-20 {
    order: 20;
  }

  .order-lg-21 {
    order: 21;
  }

  .order-lg-22 {
    order: 22;
  }

  .order-lg-23 {
    order: 23;
  }

  .order-lg-24 {
    order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }

  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }

  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }

  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }

  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 25;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

  .order-xl-15 {
    order: 15;
  }

  .order-xl-16 {
    order: 16;
  }

  .order-xl-17 {
    order: 17;
  }

  .order-xl-18 {
    order: 18;
  }

  .order-xl-19 {
    order: 19;
  }

  .order-xl-20 {
    order: 20;
  }

  .order-xl-21 {
    order: 21;
  }

  .order-xl-22 {
    order: 22;
  }

  .order-xl-23 {
    order: 23;
  }

  .order-xl-24 {
    order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1620px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 25;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .order-xxl-13 {
    order: 13;
  }

  .order-xxl-14 {
    order: 14;
  }

  .order-xxl-15 {
    order: 15;
  }

  .order-xxl-16 {
    order: 16;
  }

  .order-xxl-17 {
    order: 17;
  }

  .order-xxl-18 {
    order: 18;
  }

  .order-xxl-19 {
    order: 19;
  }

  .order-xxl-20 {
    order: 20;
  }

  .order-xxl-21 {
    order: 21;
  }

  .order-xxl-22 {
    order: 22;
  }

  .order-xxl-23 {
    order: 23;
  }

  .order-xxl-24 {
    order: 24;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-3 {
    margin-left: 12.5%;
  }

  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xxl-6 {
    margin-left: 25%;
  }

  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-9 {
    margin-left: 37.5%;
  }

  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xxl-12 {
    margin-left: 50%;
  }

  .offset-xxl-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xxl-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-15 {
    margin-left: 62.5%;
  }

  .offset-xxl-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xxl-18 {
    margin-left: 75%;
  }

  .offset-xxl-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xxl-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-21 {
    margin-left: 87.5%;
  }

  .offset-xxl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xxl-23 {
    margin-left: 95.8333333333%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #D8DFE3;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #D8DFE3;
}
.table tbody + tbody {
  border-top: 4px solid #D8DFE3;
}

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

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

.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(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 0.075);
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #D8DFE3;
}

.table-dark {
  color: #fff;
  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: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.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: 991.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: 1199.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: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1619.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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 + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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: flex;
  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: inline-flex;
  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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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;
  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") #fff 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;
  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 {
  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;
  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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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;
  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") #fff 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;
  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 {
  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;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

  .dropdown-menu-xxl-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.5rem 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: #fff;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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: -2px;
}
.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 {
  flex-direction: column;
  align-items: flex-start;
  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: -2px;
}
.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;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

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

.custom-control-inline {
  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: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  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: #fff;
  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: #fff;
  border: #adb5bd solid 2px;
}
.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.25rem;
}
.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='%23fff' 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='%23fff' 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='%23fff'/%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 + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  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 + 4px);
  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: #fff;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.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.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  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 + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  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 + 4px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
}
.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.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    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: #D8DFE3;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    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: #D8DFE3;
  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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    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: #D8DFE3;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #D8DFE3;
  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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #D8DFE3;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #D8DFE3;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #D8DFE3 #D8DFE3 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1619.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1620px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 2px) calc(0.25rem - 2px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 2px) calc(0.25rem - 2px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 2px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 2px);
  border-bottom-left-radius: calc(0.25rem - 2px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -2px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 2px solid #D8DFE3;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #D8DFE3;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #D8DFE3;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

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

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -2px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -2px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -2px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -2px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -2px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -2px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1620px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -2px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -2px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  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 {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #D8DFE3;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 2px solid #D8DFE3;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 768px) {
  .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: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 2px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 2px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 2px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 2px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 2px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #fff !important;
}

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

.border, #searchStructure #drawingTool, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .box-section.right, .wpcf7-form .request-form #chemdraw-form .ChemdrawWeb, .wpcf7-form select.wpcf7-select, .wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea, .woocommerce-account select, .woocommerce-account input.input-text, .woocommerce-account textarea.input-textarea, form.checkout select, form.checkout input.input-text, form.checkout textarea.input-textarea, .order-history-page .my_account_orders .tbody, .border-box-right, .border-box-left, .border-box, .section.styled select.tabs-select-menu, .sub-nav .msg-nav .nav-header .table .table-cell .select-holder select.msg-selectbox, #product-selection-guide .row .entry-content .section .content .material-selection {
  border: 2px solid #D8DFE3 !important;
}

.border-top, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td {
  border-top: 2px solid #D8DFE3 !important;
}

.border-right, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td {
  border-right: 2px solid #D8DFE3 !important;
}

.border-bottom, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a, .sidebar.sidebar-white .reset, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td {
  border-bottom: 2px solid #D8DFE3 !important;
}

.border-left, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:first-child {
  border-left: 2px solid #D8DFE3 !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: #fff !important;
}

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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 {
  display: flex !important;
}

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

@media (min-width: 768px) {
  .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: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1620px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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 {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1620px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-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: 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: sticky) {
  .sticky-top {
    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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 768px) {
  .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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !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: 992px) {
  .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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !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: 1200px) {
  .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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !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: 1440px) {
  .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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
@media (min-width: 1620px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-auto,
.mx-xxl-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;
  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: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

  .text-xxl-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: #fff !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: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 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;
    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: 2px 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: 1200px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 2px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #D8DFE3 !important;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #D8DFE3;
  }
}
/******************************************
  Solomons Added Color Globals begin
*******************************************/
/* There are 2 different types of these, not sure if we want both... */
/* For Top Bar Bg color & default link text color */
/* For Bottom Header Menu BG Color */
/* For Bottom Footer section BG Color */
/* Header Boxes BG Color on homepage slider and other areas of site. */
/* Button Style BG Colors: */
/******************************************
  Solomons Added Color Globals END!
*******************************************/
/**** LESS MIXINS ****/
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu, .wc-product-images-wrapper .wc-product-images.wc-has-image > a:before, .wc-product-images-wrapper .wc-product-images.wc-has-image > a:after, .three-boxes .box-col .bottom p.body {
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.opacity5, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators li, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:after, .sub-nav .msg-nav .nav-header p, .placeholder, #brochureRequestModal .modal-body .brochures-dropdown button, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield input[type=text]::placeholder, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select::placeholder, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .btn-group::placeholder {
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.opacity9, .three-boxes .box-relative:hover .bottom {
  zoom: 1;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.opaque, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown.open ul.dropdown-menu, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators li.active, .wc-product-images-wrapper .wc-product-images.wc-has-image:hover > a:after, .three-boxes .box-relative:hover .bottom p.body, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay > p.overlay-title, .sub-nav .msg-nav .nav-header p.title, .modal .close {
  zoom: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.circle-radius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.transition-all-200, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu, .checkbox-group label:after, .wc-product-images-wrapper .wc-product-images.wc-has-image > a:before, .wc-product-images-wrapper .wc-product-images.wc-has-image > a:after, .wc-product-images-wrapper .wc-product-images, .three-boxes .box-col .bottom, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay > p.overlay-title, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay, .sub-nav .flat-style ul li a, .remove-product, .content.saved-products .border-box a.remove-saved-product, .content.saved-products .list-item a.remove-saved-product {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.transition-all-150, .three-boxes .box-col .bottom p.body, .btn-blue-outline {
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.transition-bg-500, .sidebar.sidebar-white #psg-accordion .card, .sidebar.sidebar-white #psg-accordion .card + .card {
  -webkit-transition: background 500ms cubic-bezier(0.42, 0.5, 0.3, 0.5);
  -moz-transition: background 500ms cubic-bezier(0.42, 0, 0.3, 1);
  -o-transition: background 500ms cubic-bezier(0.42, 0, 0.3, 1);
  transition: background 500ms cubic-bezier(0.42, 0, 0.3, 1);
}

.ease, .social-wrapper ul.social-links li.social-btn a span.fa-stack i.soc-icon {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.no-ease {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.translate {
  -webkit-transform: translate(3em, 0);
  -moz-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
}

.break-word, .list-items .item.attr-checkbox-title, .list-items .item.attr-label-title, .list-items .attr-label-title p.item, .attr-label-title .list-items p.item, .table.list-items > .table-cell.attr-checkbox-title, .table.list-items > .table-cell.attr-label-title, .attr-label-title .table.list-items > p.table-cell, #woocommerce_wrapper_container .wc-product-summary .wc-product-title, .sidebar.sidebar-white .reset .list-items .attr-checkbox-title, .sidebar.sidebar-white .reset .list-items .attr-label-title p, .attr-label-title .sidebar.sidebar-white .reset .list-items p, .sidebar.sidebar-white .reset .list-items .attr-label-title, .section.styled .content .section .list-item .column .title, .content.list-view .section .list-item .column .title, .grid-box-wrapper .grid-box .body-box .box-title, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td, #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th span:first-of-type, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th span:first-of-type, #product-selection-guide .row .entry-content .section .content .material-selection th:first-of-type, #product-selection-guide .row .entry-content .section .content .material-selection td:first-of-type, #product-selection-guide .row.left .sidebar .card-body .list-items .item:last-child, #product-selection-guide .row.right .sidebar .card-body .list-items .item:last-child, .wc-product-meta p.title, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p.title {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.placeholder, #brochureRequestModal .modal-body .brochures-dropdown button, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield input[type=text]::placeholder, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select::placeholder, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .btn-group::placeholder {
  color: #a1b4be;
  font-weight: 700;
}

.upper, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a, .woocommerce-account .addresses-ship .request-new-shipping, .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .attr-checkbox-title, .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .attr-label-title, .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .attr-label-title p, .attr-label-title .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper p, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce div.product .attr-price p.price, .woocommerce div.product .attr-price span.price, #woocommerce_wrapper_container #product-specifics .product-attributes-section span, #woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages > p, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p, .wpcf7-form .request-form .response div.wpcf7-response-output, .wpcf7-form input.wpcf7-submit, .sidebar .library-callout ul.link-list li a, .sidebar .library-callout ul#menu-product-lines li a, .sidebar.sidebar-white #psg-accordion .card-header .card-title a, .sidebar.sidebar-white #psg-accordion .card-header .card-title h4, a.tech-library-link, .order-history-page .my_account_orders .tbody .order .column a, .order-history-page .my_account_orders .thead p, #library .library-press-releases .press-release p a.pdf-link, #press-release-year .library-press-releases .press-release p a.pdf-link, .member-page .library-press-releases .press-release p a.pdf-link, #library .library-news .news-article p.title, #press-release-year .library-news .news-article p.title, .member-page .library-news .news-article p.title, #library .entry-content.technical_reports .section p.section-title, #press-release-year .entry-content.technical_reports .section p.section-title, .member-page .entry-content.technical_reports .section p.section-title, .section.styled .content .section .list-item a, .section.styled .content .border-box .loop-item .product-info-above p, .saved-blockUI p, .content.list-view .section .list-item a, .content.list-view .section .list-item .column.product-title p, .content.list-view .section .list-item .column.product-item-data p, .content.list-view .section .list-item .column.product-prices p, .content.row-view .border-box .loop-item .product-info-above p, .thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper a, .print-link, .continue-shopping-link, .long-arrow-link, .sub-nav .flat-style ul li a, .sub-nav .app-nav .nav-header .nav-target p, #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th span, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th span, .btn-blue-outline, .btn-blue, .btn-purple, .btn-gray, .btn-orange, #searchStructure button.chemdraw-search, #searchStructure button.chemdraw-smiles-search, .wpcf7-form .request-form #chemdraw-form button.chemdraw-search, .wpcf7-form .request-form #chemdraw-form button.chemdraw-smiles-search, .woocommerce-account input[type=submit], .btn-white, .btn-green {
  text-transform: uppercase;
}

.link, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link, #psg-accordion .card .accordion-body a, #accordion .card .accordion-body a, .arrow-link {
  margin-top: 15px;
  white-space: nowrap;
}
.link:after, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link:after, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link:after, #psg-accordion .card .accordion-body a:after, #accordion .card .accordion-body a:after, .arrow-link:after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
}
.link a.underline, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link a.underline, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link a.underline, #psg-accordion .card .accordion-body a a.underline, #accordion .card .accordion-body a a.underline, .arrow-link a.underline {
  text-decoration: underline;
}

.thin {
  font-weight: 100;
}

.light, .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2.subtitle, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield_html {
  font-weight: 300;
}

.black, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:hover, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:focus, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield input[type=text], #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .btn-group, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield label, #library .library-press-releases .press-release p a.pdf-link:hover, #press-release-year .library-press-releases .press-release p a.pdf-link:hover, .member-page .library-press-releases .press-release p a.pdf-link:hover, .section.styled .content .border-box .loop-item .product-info-above p, .content.row-view .border-box .loop-item .product-info-above p {
  font-weight: 900;
}

.italic, .section.styled .tab-content .department-members .member p.position {
  font-style: italic;
}

.no-appearance, .search-input, .wpcf7-form select.wpcf7-select, .wpcf7-form input, .wpcf7-form textarea, .woocommerce-account select, .woocommerce-account input[type=text], .woocommerce-account input[type=password], .woocommerce-account textarea, .woocommerce-account input[type=email], .woocommerce-account input[type=tel], form.checkout select, form.checkout input[type=text], form.checkout input[type=password], form.checkout textarea, form.checkout input[type=email], form.checkout input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.bold {
  font-weight: 700;
}

.dkblue, .sidebar h1.dkblue, .sidebar h2.dkblue, .sidebar h3.dkblue, .sidebar h4.dkblue, .sidebar h5.dkblue {
  color: #24439C;
}

.bg-dkblue {
  background-color: #24439C;
  color: #FFFFFF;
}
.bg-dkblue p, .bg-dkblue a, .bg-dkblue a:hover, .bg-dkblue span, .bg-dkblue h1, .bg-dkblue h2, .bg-dkblue h3, .bg-dkblue h4, .bg-dkblue h5 {
  color: #FFFFFF;
}

.dkgray, .section.styled .content .section .list-item .column p.dkgray, .content.list-view .section .list-item .column p.dkgray {
  color: #414042;
}

.remove-product, .content.saved-products .border-box a.remove-saved-product, .content.saved-products .list-item a.remove-saved-product {
  color: #DF0250 !important;
  font-size: 20px !important;
  font-weight: 400;
}
.remove-product:before, .content.saved-products .border-box a.remove-saved-product:before, .content.saved-products .list-item a.remove-saved-product:before {
  padding: 0 3px;
  font-family: FontAwesome;
  content: "";
  display: inline-block;
}
.remove-product:hover:before, .content.saved-products .border-box a.remove-saved-product:hover:before, .content.saved-products .list-item a.remove-saved-product:hover:before, .remove-product:active:before, .content.saved-products .border-box a.remove-saved-product:active:before, .content.saved-products .list-item a.remove-saved-product:active:before, .remove-product:focus:before, .content.saved-products .border-box a.remove-saved-product:focus:before, .content.saved-products .list-item a.remove-saved-product:focus:before {
  content: "";
}

.medium, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a, .order-history-page .my_account_orders .thead p, #library .library-news .news-article p.title, #press-release-year .library-news .news-article p.title, .member-page .library-news .news-article p.title {
  font-weight: 500;
}

.mediumtext, .wpcf7-form .request-form .response div.wpcf7-response-output, .sidebar .library-callout .press_releases-wrapper ul.link-list li a, .sidebar .library-callout .events_calendar-wrapper ul.link-list li a {
  font-size: 14px;
}
.mediumtext p, .wpcf7-form .request-form .response div.wpcf7-response-output p, .sidebar .library-callout .press_releases-wrapper ul.link-list li a p, .sidebar .library-callout .events_calendar-wrapper ul.link-list li a p, .mediumtext span, .wpcf7-form .request-form .response div.wpcf7-response-output span, .sidebar .library-callout .press_releases-wrapper ul.link-list li a span, .sidebar .library-callout .events_calendar-wrapper ul.link-list li a span, .mediumtext a, .wpcf7-form .request-form .response div.wpcf7-response-output a, .sidebar .library-callout .press_releases-wrapper ul.link-list li a a, .sidebar .library-callout .events_calendar-wrapper ul.link-list li a a {
  font-size: 14px;
}

.btn-green {
  background: #00AB79;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
}
.btn-green.half-padding {
  padding: 0.3rem 0.75rem;
}
.btn-green.active, .btn-green:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-green:hover, .btn-green:focus, .btn-green.active {
  background-color: #008860;
  color: #FFFFFF;
  outline: none;
}

.btn-white {
  background: #FFFFFF;
  color: #624271;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
}
.btn-white.half-padding {
  padding: 0.3rem 0.75rem;
}
.btn-white.active, .btn-white:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-white:hover, .btn-white:focus, .btn-white.active {
  background-color: #e6e6e6;
  color: #624271;
  outline: none;
}

.btn-orange, #searchStructure button.chemdraw-search, #searchStructure button.chemdraw-smiles-search, .wpcf7-form .request-form #chemdraw-form button.chemdraw-search, .wpcf7-form .request-form #chemdraw-form button.chemdraw-smiles-search, .woocommerce-account input[type=submit] {
  background: #E89F32;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
}
.btn-orange.half-padding, #searchStructure button.half-padding.chemdraw-search, #searchStructure button.half-padding.chemdraw-smiles-search, .wpcf7-form .request-form #chemdraw-form button.half-padding.chemdraw-search, .wpcf7-form .request-form #chemdraw-form button.half-padding.chemdraw-smiles-search, .woocommerce-account input.half-padding[type=submit] {
  padding: 0.3rem 0.75rem;
}
.btn-orange.active, #searchStructure button.active.chemdraw-search, #searchStructure button.active.chemdraw-smiles-search, .wpcf7-form .request-form #chemdraw-form button.active.chemdraw-search, .wpcf7-form .request-form #chemdraw-form button.active.chemdraw-smiles-search, .woocommerce-account input.active[type=submit], .btn-orange:focus, #searchStructure button.chemdraw-search:focus, #searchStructure button.chemdraw-smiles-search:focus, .wpcf7-form .request-form #chemdraw-form button.chemdraw-search:focus, .wpcf7-form .request-form #chemdraw-form button.chemdraw-smiles-search:focus, .woocommerce-account input[type=submit]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-orange:hover, #searchStructure button.chemdraw-search:hover, #searchStructure button.chemdraw-smiles-search:hover, .wpcf7-form .request-form #chemdraw-form button.chemdraw-search:hover, .wpcf7-form .request-form #chemdraw-form button.chemdraw-smiles-search:hover, .woocommerce-account input[type=submit]:hover, .btn-orange:focus, #searchStructure button.chemdraw-search:focus, #searchStructure button.chemdraw-smiles-search:focus, .wpcf7-form .request-form #chemdraw-form button.chemdraw-search:focus, .wpcf7-form .request-form #chemdraw-form button.chemdraw-smiles-search:focus, .woocommerce-account input[type=submit]:focus, .btn-orange.active, #searchStructure button.active.chemdraw-search, #searchStructure button.active.chemdraw-smiles-search, .wpcf7-form .request-form #chemdraw-form button.active.chemdraw-search, .wpcf7-form .request-form #chemdraw-form button.active.chemdraw-smiles-search, .woocommerce-account input.active[type=submit] {
  background: #d08617;
  color: #FFFFFF;
  outline: none;
}

.btn-gray {
  background: #F1F4F6;
  color: #24439C;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
  /*
  &.save-for-later {
    &.not-saved {
      &:before {
        content: url('../img/saveforlatericon.png');
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 12px;
        height: 12px;
      }
    }
  }
  */
}
.btn-gray.smalltext {
  font-size: 10px;
}
.btn-gray.half-padding {
  padding: 0.3rem 0.75rem;
}
.btn-gray.active, .btn-gray:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray.active {
  background: #d2dce2;
  color: #24439C;
  outline: none;
}

.btn-purple {
  background: #624271;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
}
.btn-purple.smalltext {
  font-size: 10px;
}
.btn-purple.half-padding {
  padding: 0.3rem 0.75rem;
}
.btn-purple.active, .btn-purple:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple.active {
  background: #462f51;
  color: #FFFFFF;
  outline: none;
}

.btn-blue {
  background: #24439C;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
}
.btn-blue.smalltext {
  font-size: 10px;
}
.btn-blue.half-padding {
  padding: 0.3rem 0.75rem;
}
.btn-blue.active, .btn-blue:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.active {
  background: #1a3173;
  color: #FFFFFF;
  outline: none;
}

.btn-blue-outline {
  background: none;
  color: #24439C;
  font-size: 12px;
  line-height: 2.5em;
  padding: 0.3rem 1.5rem;
  border: 1px solid #24439C;
}
.btn-blue-outline.smalltext {
  font-size: 10px;
}
.btn-blue-outline.half-padding {
  padding: 0.3rem 0.75rem;
}
.btn-blue-outline.active, .btn-blue-outline:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-blue-outline:hover, .btn-blue-outline:focus, .btn-blue-outline.active {
  color: #FFFFFF;
  background: #24439C;
  outline: none;
}

.roboto, .information-block .container .information-block-content .icons .icons-container .icon-wrapper .body a, .information-block .container .information-block-content .footer-content .title p, .information-block .container .information-block-content .featured-content .featured-wrapper-1 .tag, .information-block .container .information-block-content .featured-content .featured-link p, .information-block .container .information-block-content .main-content .copy .paragraph p, .information-block .container .information-block-content .main-content .title h6, .information-block .container .information-block-content .main-content .eyebrow p, .information-block .container .information-block-content p, .information-block .container .information-block-content h6, .information-block .container .information-block-content a, .newsroom-template .newsroom-featured .featured-content-block .description, .newsroom-template .newsroom-featured .featured-content-block .title, .newsroom-template .newsroom-featured .featured-content-block .category, .single-content .container .inner p, .single-content .container .inner h1,
.single-content .container .inner h2,
.single-content .container .inner h3,
.single-content .container .inner h4,
.single-content .container .inner h5, .modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li label,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li a:not(.btn), .modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .panel-details button#panel-reset, .modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li label,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li a:not(.btn), .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper p, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce div.product .attr-price p.price, .woocommerce div.product .attr-price span.price, .num-wrapper-outer .num-wrapper input.btn-qty, .num-wrapper-outer .num-wrapper .qty, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .list-group-item, #woocommerce_wrapper_container #product-specifics .product-attributes-section a, #woocommerce_wrapper_container #product-specifics .product-attributes-section span, #woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options, #woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages > p, #woocommerce_wrapper_container #product-general .product-header, #woocommerce_wrapper_container h3, .request-form.catalog-brochures, #catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .btn, .wpcf7-form .request-form .response div.wpcf7-response-output, .sidebar #modify-account-box p, .sidebar .emergency-contact-callout p, .sidebar .emergency-contact-callout span, .sidebar .emergency-contact-callout h1, .sidebar .emergency-contact-callout h2, .sidebar .emergency-contact-callout h3, .sidebar .emergency-contact-callout h4, .sidebar .emergency-contact-callout h5, .sidebar .company-information-callout p, .sidebar .company-information-callout span, .sidebar .company-information-callout h1, .sidebar .company-information-callout h2, .sidebar .company-information-callout h3, .sidebar .company-information-callout h4, .sidebar .company-information-callout h5, .sidebar .library-callout ul.link-list li a, .sidebar .library-callout ul#menu-product-lines li a, .sidebar .library-callout p, .sidebar .bg-dkblue.top p, .sidebar .bg-dkblue.top, .sidebar .added-content p, .container-fixed > .row .entry-content ul, .archive-container > .row .entry-content ul, #content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h5, .content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn, .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .meta-row, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row, p, h1, h2, h3, h4, h5, body, .wc-product-meta p, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p {
  font-family: "Roboto", sans-serif;
}

.roboto-condensed, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption h2, #content .entry-content .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption h2, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption #content .entry-content h2, .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2, #content .entry-content .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2, .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left #content .entry-content h2, #woocommerce_wrapper_container .wc-product-summary .wc-product-title, .sidebar .emergency-contact-callout .header h1, .sidebar .emergency-contact-callout .header h2, .sidebar .emergency-contact-callout .header h3, .sidebar .emergency-contact-callout .header h4, .sidebar .emergency-contact-callout .header h5, .sidebar .company-information-callout .header h1, .sidebar .company-information-callout .header h2, .sidebar .company-information-callout .header h3, .sidebar .company-information-callout .header h4, .sidebar .company-information-callout .header h5, .sidebar p, .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar span, #content .entry-content .sidebar h1, .sidebar #content .entry-content h1, #content .entry-content .sidebar h2, .sidebar #content .entry-content h2, #content .entry-content .sidebar h3, .sidebar #content .entry-content h3, #content .entry-content .sidebar h4, .sidebar #content .entry-content h4, #content .entry-content .sidebar h5, .sidebar #content .entry-content h5, #content .entry-content h1.roboto-condensed, #content .entry-content h2.roboto-condensed, #content .entry-content h3.roboto-condensed, #content .entry-content h4.roboto-condensed, #content .entry-content h5.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.narrow-center, .row.narrow-center {
  max-width: 850px;
  margin: 0 auto;
}

.narrow-wide-center, .row.narrow-wide-center {
  max-width: 950px;
  margin: 0 auto;
}

.narrow-large-center, .row.narrow-large-center {
  max-width: 1190px !important;
  margin: 0 auto !important;
}

.narrow-xlarge-center {
  max-width: 1440px !important;
  margin: 0 auto !important;
}

.equal-md-height, .row.equal-md-height {
  display: block;
  float: left;
}
.equal-md-height > div[class^=col-md-], .equal-md-height > div[class*=" col-md-"] {
  display: block;
  float: left;
  padding: 0;
}

.wc-product-meta, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta {
  margin: 10px 0;
}
.wc-product-meta p, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p {
  font-weight: 700;
  color: #24439C;
  font-size: 16px;
  margin: 0;
}
.wc-product-meta p.title, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p.title {
  font-size: 12px;
  font-weight: 500;
  color: #414042;
  margin: 15px 0;
}
.wc-product-meta p.title a, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p.title a {
  color: #414042;
}
.wc-product-meta p.title a:focus, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p.title a:focus, .wc-product-meta p.title a:hover, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p.title a:hover, .wc-product-meta p.title a:active, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p.title a:active {
  color: #414042;
}
.wc-product-meta p span, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p span {
  color: #383C3A;
  font-weight: 500;
}
.wc-product-meta p a, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p a {
  color: #24439C;
}
.wc-product-meta p a:focus, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p a:focus, .wc-product-meta p a:hover, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p a:hover, .wc-product-meta p a:active, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p a:active {
  color: #24439C;
}

.button-wrapper a, .border-box .button-wrapper a, .wc-product-buttons .button-wrapper a {
  margin: 5px auto;
  width: 100%;
  min-height: 39px;
}

.footer-link, footer #menu-footer-main-navigation a {
  color: #383C3A;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-link, .menuMain .navbar-default .navbar-nav > li > a:focus, .menuMain .navbar-default .navbar-nav > li > a, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a {
  color: #383C3A;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.menu-link-hover, .menuMain .navbar-default .navbar-nav > li > a:hover, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:hover, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:focus, footer #menu-footer-main-navigation a:hover, footer #menu-footer-main-navigation a:active {
  font-weight: 700;
  text-decoration: none;
  color: #24439C;
}

/**** END OF LESS MIXINS ****/
.boxshadow {
  box-shadow: 2px 2px 2px 2px rgba(84, 84, 84, 0.2);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(84, 84, 84, 0.2);
  -moz-box-shadow: 2px 2px 2px 2px rgba(84, 84, 84, 0.2);
}

.boxshadow-top {
  box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
  -webkit-box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
  -moz-box-shadow: 1px 10px 10px 2px rgba(84, 84, 84, 0.2);
}

.one-edge-shadow {
  -webkit-box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
  box-shadow: 0 3px 0 0 rgba(84, 84, 84, 0.1);
}

.text-shadow {
  text-shadow: 1px 1px 1px #000000;
}

body {
  font-size: 14px;
}
body > .header-notice {
  background-color: #24439C;
  color: #FFFFFF;
  padding: 15px 20px;
}
body > .header-notice p {
  margin: 0 auto;
  max-width: 1096px;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.mobile {
  height: auto;
}
body.mobile .sbs-callout {
  display: none;
}

*:focus {
  outline: none;
}

body {
  color: #383C3A;
}
body.error-500-body .container-fixed .row .entry-content {
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 700;
}
body.error-500-body .container-fixed .row .entry-content .left-side {
  margin: 0 auto;
  max-width: 386px;
}
body.error-500-body .container-fixed .row .entry-content .right-side {
  margin: 0 auto;
  max-width: 390px;
}
body.error-500-body .container-fixed .row .entry-content .right-side .title {
  color: #24439C;
}
body.error-500-body .container-fixed .row .entry-content .right-side p, body.error-500-body .container-fixed .row .entry-content .right-side a {
  font-size: 24px;
  font-weight: 700;
}
body.error-500-body .container-fixed .row .entry-content .right-side p {
  padding: 10px 0;
}
body.error-500-body .container-fixed .row .entry-content .right-side a {
  color: #24439C;
}
body.error-500-body .container-fixed .row .entry-content .right-side a:hover {
  text-decoration: underline;
}
body.error-500-body .container-fixed .row .entry-content .right-side h3.title {
  font-weight: 700;
  padding-bottom: 10px;
}
body.error-500-body #header {
  background: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 40px 0;
}
body.error-500-body #header a {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.header-wrapper a, .footer-wrapper a {
  color: #383C3A;
}
.header-wrapper a:hover, .footer-wrapper a:hover {
  color: #24439C;
  text-decoration: none;
}

a {
  color: #383C3A;
}
a:hover {
  color: #24439C;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

ul, ol {
  padding: 0;
  font-size: 11px;
  line-height: 1em;
}
input, button, select, textarea {
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

body.modal-open .menuMain.scroll-menu .navbar .nav.navbar-nav {
  margin: 0 7.5px;
}

.dropdown-menu {
  z-index: 1039;
}

.border-left, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:first-child {
  border-left: 2px solid #D8DFE3;
}
.border-left.border-light, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-light:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-light:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-light:first-child {
  border-left-width: 1px !important;
}
.border-left.border-heavy, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-heavy:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-heavy:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-heavy:first-child {
  border-left-width: 5px !important;
}
.border-left.border-spacing, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-spacing:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-spacing:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-spacing:first-child {
  padding-left: 15px;
  margin-left: 15px;
}

.border-right, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td {
  border-right: 2px solid #D8DFE3;
}
.border-right.border-light, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td.border-light {
  border-right-width: 1px !important;
}
.border-right.border-heavy, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td.border-heavy {
  border-right-width: 5px !important;
}
.border-right.border-spacing, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td.border-spacing {
  padding-right: 15px;
  margin-right: 15px;
}

.border-top, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td {
  border-top: 2px solid #D8DFE3;
}
.border-top.border-heavy, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.border-heavy.menu-item.search, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-heavy:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-heavy:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-heavy, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-heavy {
  border-top-width: 5px !important;
}
.border-top.border-spacing, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.border-spacing.menu-item.search, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-spacing:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-spacing:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td.border-spacing, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td.border-spacing {
  padding-top: 15px;
  margin-top: 15px;
}

.border-bottom, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a, .sidebar.sidebar-white .reset, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td {
  border-bottom: 2px solid #D8DFE3;
}
.border-bottom.border-heavy, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a.border-heavy, .sidebar.sidebar-white .border-heavy.reset, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-heavy {
  border-bottom-width: 5px !important;
}
.border-bottom.border-medium, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a.border-medium, .sidebar.sidebar-white .border-medium.reset, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-medium {
  border-bottom-width: 3px !important;
}
.border-bottom.border-spacing, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a.border-spacing, .sidebar.sidebar-white .border-spacing.reset, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-spacing {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.border, #searchStructure #drawingTool, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .box-section.right, .wpcf7-form .request-form #chemdraw-form .ChemdrawWeb, .wpcf7-form select.wpcf7-select, .wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea, .woocommerce-account select, .woocommerce-account input.input-text, .woocommerce-account textarea.input-textarea, form.checkout select, form.checkout input.input-text, form.checkout textarea.input-textarea, .order-history-page .my_account_orders .tbody, .border-box-right, .border-box-left, .border-box, .section.styled select.tabs-select-menu, .sub-nav .msg-nav .nav-header .table .table-cell .select-holder select.msg-selectbox, #product-selection-guide .row .entry-content .section .content .material-selection {
  border: 2px solid #D8DFE3;
}
.border.border-heavy, #searchStructure .border-heavy#drawingTool, .woocommerce .border-heavy.woocommerce-error, .woocommerce .border-heavy.woocommerce-info, .woocommerce .border-heavy.woocommerce-message, .border-heavy.box-section.right, .wpcf7-form .request-form #chemdraw-form .border-heavy.ChemdrawWeb, .wpcf7-form select.border-heavy.wpcf7-select, .wpcf7-form input.border-heavy.wpcf7-text, .wpcf7-form textarea.border-heavy.wpcf7-textarea, .woocommerce-account select.border-heavy, .woocommerce-account input.border-heavy.input-text, .woocommerce-account textarea.border-heavy.input-textarea, form.checkout select.border-heavy, form.checkout input.border-heavy.input-text, form.checkout textarea.border-heavy.input-textarea, .order-history-page .my_account_orders .border-heavy.tbody, .border-heavy.border-box-right, .border-heavy.border-box-left, .border-heavy.border-box, .section.styled select.border-heavy.tabs-select-menu, .sub-nav .msg-nav .nav-header .table .table-cell .select-holder select.border-heavy.msg-selectbox, #product-selection-guide .row .entry-content .section .content .border-heavy.material-selection {
  border-width: 5px !important;
}
.border.border-spacing, #searchStructure .border-spacing#drawingTool, .woocommerce .border-spacing.woocommerce-error, .woocommerce .border-spacing.woocommerce-info, .woocommerce .border-spacing.woocommerce-message, .border-spacing.box-section.right, .wpcf7-form .request-form #chemdraw-form .border-spacing.ChemdrawWeb, .wpcf7-form select.border-spacing.wpcf7-select, .wpcf7-form input.border-spacing.wpcf7-text, .wpcf7-form textarea.border-spacing.wpcf7-textarea, .woocommerce-account select.border-spacing, .woocommerce-account input.border-spacing.input-text, .woocommerce-account textarea.border-spacing.input-textarea, form.checkout select.border-spacing, form.checkout input.border-spacing.input-text, form.checkout textarea.border-spacing.input-textarea, .order-history-page .my_account_orders .border-spacing.tbody, .border-spacing.border-box-right, .border-spacing.border-box-left, .border-spacing.border-box, .section.styled select.border-spacing.tabs-select-menu, .sub-nav .msg-nav .nav-header .table .table-cell .select-holder select.border-spacing.msg-selectbox, #product-selection-guide .row .entry-content .section .content .border-spacing.material-selection {
  padding: 15px;
  margin: 15px;
}

#menuSub .header-sub {
  background-color: #CED7DC;
}
#menuSub .header-sub .container {
  background-color: #E8EDF0;
}
#menuSub .header-sub .container .nav.nav-tabs li {
  border-left: 1px solid #CED7DC;
  border-right: 1px solid #CED7DC;
}
#menuSub .header-sub .container .nav.nav-tabs li a {
  color: #98a9b3;
  background-color: #E8EDF0;
  text-transform: uppercase;
  border-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 15px;
  line-height: 47px;
  height: 47px;
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 400;
  font-weight: 700;
}
#menuSub .header-sub .container .nav.nav-tabs li a:hover {
  background-color: #f1f4f6;
}
#menuSub .header-sub .container .nav.nav-tabs li.active {
  background-color: #24439C;
}
#menuSub .header-sub .container .nav.nav-tabs li.active a {
  background-color: transparent;
  color: #FFFFFF;
  border: 0;
}
#menuSub .content-sub {
  background-color: #FFFFFF;
}
#menuSub .content-sub.selected {
  border-top: 5px solid #24439C;
  border-bottom: 1px solid fade(#CED7DC, 75%);
}
#menuSub .content-sub .tab-pane {
  padding: 70px;
}
#menuSub .content-sub .tab-pane.has-content#searchStructure {
  padding: 40px;
}
#menuSub .content-sub .tab-pane#searchGuide {
  padding: 40px;
  float: left;
  width: 100%;
  /*
          .guide-category {
            margin-bottom: 15px;
            .img-holder {
              display: block;
              height: 80px;
              //height: 200px;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center center;
              margin-left: 5px;
              margin-right: 5px;
              .msg-links {
                  position: absolute;
                  display: block;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  -webkit-transform: translate(-50%, -50%);
                  -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                  -o-transform: translate(-50%, -50%);
                  font-weight: bold;
                  font-size: 16px;
                  text-transform: uppercase;
                  color: white;
                  text-align: center;
              }
            }
            img {
              width: 100%;
            }
            .msg-links {
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                font-weight: bold;
                font-size: 16px;
                text-transform: uppercase;
                color: white;
                width: 100%;
                height: 100%;
                padding: 35% 7.5px 0 7.5px;
                text-align: center;
            }
          }
  */
}
#menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 30px;
}
#menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item a .image {
  display: block;
  position: relative;
  height: 140px;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
#menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item a .copy {
  display: block;
  float: left;
  width: 50%;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
#menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item a:hover .copy {
  color: #24439C;
}
#menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item:last-child {
  margin-bottom: 0;
}
#menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item .guide-label {
  display: block;
}

.search-scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
  z-index: 1038;
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal .close {
  position: fixed;
  right: 30px;
  top: 0;
  font-size: 60px;
  color: #FFFFFF;
  z-index: 1;
  text-shadow: 0 0 3px #000000;
}

#createAccountModal.modal .close, #modifyAccountModal.modal .close, #shippingRequestModal.modal .close, #bulkInquiryModal.modal .close {
  position: static;
  font-size: inherit;
  color: #24439C;
  text-shadow: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=$msopacity);
}
#createAccountModal.modal .close > span, #modifyAccountModal.modal .close > span, #shippingRequestModal.modal .close > span, #bulkInquiryModal.modal .close > span {
  border-bottom: 2px solid #24439C;
}
#createAccountModal.modal .modal-header, #modifyAccountModal.modal .modal-header, #shippingRequestModal.modal .modal-header, #bulkInquiryModal.modal .modal-header {
  border-width: 1px;
}
#createAccountModal.modal .modal-header .modal-title, #modifyAccountModal.modal .modal-header .modal-title, #shippingRequestModal.modal .modal-header .modal-title, #bulkInquiryModal.modal .modal-header .modal-title {
  font-size: 14px;
}
#createAccountModal.modal .modal-footer, #modifyAccountModal.modal .modal-footer, #shippingRequestModal.modal .modal-footer, #bulkInquiryModal.modal .modal-footer {
  border-width: 1px;
}
#createAccountModal.modal .gform_wrapper, #modifyAccountModal.modal .gform_wrapper, #shippingRequestModal.modal .gform_wrapper, #bulkInquiryModal.modal .gform_wrapper {
  float: left;
  width: 100%;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.email-address, #createAccountModal.modal .gform_wrapper form .gform_body ul li.full-name, #createAccountModal.modal .gform_wrapper form .gform_body ul li.company-name, #createAccountModal.modal .gform_wrapper form .gform_body ul li.phone, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.email-address, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.full-name, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.company-name, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.phone, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.email-address, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.full-name, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.company-name, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.phone, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.email-address, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.full-name, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.company-name, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.phone {
  padding: 0 7.5px;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.email-address input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.full-name input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.company-name input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.phone input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.email-address input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.full-name input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.company-name input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.phone input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.email-address input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.full-name input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.company-name input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.phone input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.email-address input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.full-name input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.company-name input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.phone input {
  width: 100%;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.address, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address {
  padding-right: 0 !important;
  margin-top: 0;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2 {
  padding: 0 7.5px;
  display: block;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1 input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2 input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1 input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2 input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1 input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2 input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_line_1 input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_line_2 input {
  width: 100%;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_city, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_state, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_zip, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_country, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_city, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_state, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_zip, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_country, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_city, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_state, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_zip, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_country, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_city, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_state, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_zip, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_country {
  display: block;
  float: left;
  width: 50%;
  padding: 0 7.5px;
  margin-right: 0;
  margin-left: 0;
  box-sizing: border-box;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_city input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_city select, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_state input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_state select, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_zip input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_zip select, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_country input, #createAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_country select, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_city input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_city select, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_state input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_state select, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_zip input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_zip select, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_country input, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.address .address_country select, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_city input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_city select, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_state input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_state select, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_zip input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_zip select, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_country input, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.address .address_country select, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_city input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_city select, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_state input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_state select, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_zip input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_zip select, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_country input, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.address .address_country select {
  width: 100%;
}
#createAccountModal.modal .gform_wrapper form .gform_body ul li.terms-acceptance, #modifyAccountModal.modal .gform_wrapper form .gform_body ul li.terms-acceptance, #shippingRequestModal.modal .gform_wrapper form .gform_body ul li.terms-acceptance, #bulkInquiryModal.modal .gform_wrapper form .gform_body ul li.terms-acceptance {
  text-align: left;
  float: left;
  width: 100%;
  margin: 5px 10px 30px 10px !important;
}

.loading_sugg {
  background-position-x: 98% !important;
}

#toplineMenu {
  -moz-box-shadow: inset 0px -4px 5px -2px #CED7DC;
  -webkit-box-shadow: inset 0px -4px 5px -2px #CED7DC;
  box-shadow: inset 0px -4px 5px -2px #CED7DC;
  position: static;
  width: 100%;
}
#toplineMenu .inner-menu-wrapper {
  height: 34px;
  width: 100%;
}
#toplineMenu .inner-menu-wrapper .textwidget {
  color: #DF0250;
}
#toplineMenu .inner-menu-wrapper .topline-content {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  white-space: nowrap;
}
#toplineMenu .inner-menu-wrapper .topline-content span {
  color: #DF0250;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
}
#toplineMenu .inner-menu-wrapper p, #toplineMenu .inner-menu-wrapper a, #toplineMenu .inner-menu-wrapper h1, #toplineMenu .inner-menu-wrapper h2, #toplineMenu .inner-menu-wrapper h3, #toplineMenu .inner-menu-wrapper h4, #toplineMenu .inner-menu-wrapper h5, #toplineMenu .inner-menu-wrapper div {
  font-size: 10px;
  font-weight: 700;
  color: #383C3A;
}
#toplineMenu .inner-menu-wrapper a:hover {
  color: #24439C;
}
#toplineMenu .inner-menu-wrapper i {
  font-size: 16px;
  line-height: 1.5em;
}
#toplineMenu .inner-menu-wrapper ul, #toplineMenu .inner-menu-wrapper ol {
  margin: 0;
}
#toplineMenu .inner-menu-wrapper ul.list-inline li, #toplineMenu .inner-menu-wrapper ol.list-inline li {
  padding-left: 15px;
  padding-right: 15px;
}
#toplineMenu .inner-menu-wrapper ul.list-inline li.list-inline-item:not(:last-child), #toplineMenu .inner-menu-wrapper ol.list-inline li.list-inline-item:not(:last-child) {
  margin-right: 0;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart {
  width: 100%;
  display: inline-block;
  background-color: #383C3A;
  padding: 0;
  margin-left: 0;
  color: #FFFFFF;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart a, #toplineMenu .inner-menu-wrapper .wc-header-shopping-cart p, #toplineMenu .inner-menu-wrapper .wc-header-shopping-cart i {
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart i {
  min-width: 20px;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart .wc-menu-cart, #toplineMenu .inner-menu-wrapper .wc-header-shopping-cart .loginout, #toplineMenu .inner-menu-wrapper .wc-header-shopping-cart .myaccount {
  white-space: nowrap;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul {
  height: 100%;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li.dropdown > a {
  cursor: pointer;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li.dropdown > a:after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 5px;
  background-size: 5px 3px;
  margin-left: 7px;
  margin-top: 1px;
  background-image: url("../img/arrow-down-white.svg");
  background-repeat: no-repeat;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li.dropdown ul.dropdown-menu {
  padding: 15px 10px;
  min-width: 200px;
  zoom: 1;
  top: 31px !important;
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  -webkit-box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.6);
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li.dropdown ul.dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto !important;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li.dropdown ul.dropdown-menu > li > a {
  color: #383C3A;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  height: auto;
  padding: 5px 15px 5px 0;
  letter-spacing: 0.1em;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li.dropdown ul.dropdown-menu > li > a:hover {
  color: #24439C;
  text-decoration: none;
  font-weight: 700;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li > a {
  height: 100%;
}
#toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li > a .ga.ga-user, #toplineMenu .inner-menu-wrapper .wc-header-shopping-cart > ul > li > a .ga.ga-cart {
  margin: 4px 0 0;
}
.ga.ga-user:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url("../img/user.svg");
  background-repeat: no-repeat;
}
.ga.ga-cart:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url("../img/cart.svg");
  background-repeat: no-repeat;
}

#product-selection-guide .row#placeholder-row .sidebar {
  height: 512px;
}
#product-selection-guide .row#placeholder-row .entry-content .border-box {
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 12.5px -7.5px 0 0;
}
#product-selection-guide .row#placeholder-row .entry-content .border-box:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 171px;
  height: 98px;
  z-index: 1;
  opacity: 0.3;
  background-image: url("../img/gelest_logo.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#product-selection-guide .row.left .sidebar, #product-selection-guide .row.right .sidebar {
  padding-bottom: 0;
}
#product-selection-guide .row.left .sidebar .card-body .list-items, #product-selection-guide .row.right .sidebar .card-body .list-items {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: table;
  table-layout: fixed;
}
#product-selection-guide .row.left .sidebar .card-body .list-items > div, #product-selection-guide .row.right .sidebar .card-body .list-items > div {
  font-weight: 700;
}
#product-selection-guide .row.left .sidebar .card-body .list-items .item, #product-selection-guide .row.right .sidebar .card-body .list-items .item {
  display: table-cell;
  vertical-align: middle;
}
#product-selection-guide .row.left .sidebar .card-body .list-items .item:last-child, #product-selection-guide .row.right .sidebar .card-body .list-items .item:last-child {
  float: none;
  text-align: inherit;
}
#product-selection-guide .row.left .sidebar .card-body .list-items .item.attr-checkbox-title, #product-selection-guide .row.left .sidebar .card-body .list-items .attr-label-title p.item, .attr-label-title #product-selection-guide .row.left .sidebar .card-body .list-items p.item, #product-selection-guide .row.left .sidebar .card-body .list-items .item.attr-label-title, #product-selection-guide .row.right .sidebar .card-body .list-items .item.attr-checkbox-title, #product-selection-guide .row.right .sidebar .card-body .list-items .attr-label-title p.item, .attr-label-title #product-selection-guide .row.right .sidebar .card-body .list-items p.item, #product-selection-guide .row.right .sidebar .card-body .list-items .item.attr-label-title {
  width: 100%;
  padding-left: 40px;
}
#product-selection-guide .row .entry-content {
  padding: 0 7px 0 15px;
}
#product-selection-guide .row .entry-content .post-body-content {
  padding: 30px;
}
#product-selection-guide .row .entry-content .post-body-content p {
  margin-bottom: 0;
}
#product-selection-guide .row .entry-content .section .content {
  margin-right: -7.5px;
  padding-bottom: 20px !important;
  border-bottom: 5px solid #df0250;
}
#product-selection-guide .row .entry-content .section .content #search_box {
  margin: 15px 0;
  float: right;
}
#product-selection-guide .row .entry-content .section .content #search_box input {
  font-size: 18px;
  padding: 5px 10px;
  border: 2px solid #D8DFE3;
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content #search_box input::-webkit-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content #search_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content #search_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content #search_box input:-ms-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content #search_box input::placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content .material-selection {
  table-layout: fixed;
  border-collapse: collapse;
}
#product-selection-guide .row .entry-content .section .content .material-selection th, #product-selection-guide .row .entry-content .section .content .material-selection td {
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
#product-selection-guide .row .entry-content .section .content .material-selection th.product-code-td a, #product-selection-guide .row .entry-content .section .content .material-selection th.product-empirical-td a, #product-selection-guide .row .entry-content .section .content .material-selection td.product-code-td a, #product-selection-guide .row .entry-content .section .content .material-selection td.product-empirical-td a {
  font-weight: 700;
  text-decoration: underline;
  color: #24439C;
}
#product-selection-guide .row .entry-content .section .content .material-selection th.product-image-td, #product-selection-guide .row .entry-content .section .content .material-selection th.product-code-td, #product-selection-guide .row .entry-content .section .content .material-selection td.product-image-td, #product-selection-guide .row .entry-content .section .content .material-selection td.product-code-td {
  width: auto;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot, #product-selection-guide .row .entry-content .section .content .material-selection thead {
  border-collapse: separate;
  border: 2px solid #24439C;
  background-color: #24439C;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th {
  padding: 20px 0;
  text-align: center;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th span, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th span {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: 700;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.product-image-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.product-image-column {
  width: auto;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.product-code-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.product-code-column {
  width: auto;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.product-empirical-column, #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.pa_cas-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.product-empirical-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.pa_cas-column {
  width: auto;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.sortable a:hover, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.sortable a:hover {
  border-bottom: 1px solid white;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.sortable.sorted a, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.sortable.sorted a {
  border-bottom: 1px solid white;
}
#product-selection-guide .row .entry-content .section .content .material-selection thead {
  border-bottom: 9px solid #F1F4F6;
}
#product-selection-guide .row .entry-content .section .content .material-selection tfoot {
  border-top: 9px solid #F1F4F6;
}
#product-selection-guide .row .entry-content .section .content .material-selection tbody {
  background-color: #FFFFFF;
}
#product-selection-guide .row .entry-content .section .content .material-selection tbody tr.filtered:nth-of-type(even) {
  background-color: #f1f4f6;
}
#product-selection-guide .row .entry-content .section .content .material-selection tbody tr td {
  position: relative;
}
#product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
}
#product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td:after {
  display: none;
}
#product-selection-guide .row .entry-content .section.styled .content {
  padding: 0;
}

.sub-nav .msg-nav {
  position: relative;
}
.sub-nav .msg-nav .nav-header {
  margin-top: -1px;
  background-color: #624271;
  padding: 15px 30px;
  width: 100%;
  z-index: 6;
}
.sub-nav .msg-nav .nav-header p {
  color: #FFFFFF;
}
.sub-nav .msg-nav .nav-header .table {
  padding-top: 15px;
  display: block;
  margin-bottom: 0;
}
.sub-nav .msg-nav .nav-header .table .table-cell {
  padding-left: 0;
  padding-bottom: 5px;
  padding-top: 0;
  float: none;
  display: inline-block;
  text-align: center;
}
.sub-nav .msg-nav .nav-header .table .table-cell .title {
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}
.sub-nav .msg-nav .nav-header .table .table-cell .psg-text {
  float: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1em;
}
.sub-nav .msg-nav .nav-header .table .table-cell .select-holder {
  float: none;
  position: relative;
  min-width: 80%;
}
.sub-nav .msg-nav .nav-header .table .table-cell .select-holder:after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
}
.sub-nav .msg-nav .nav-header .table .table-cell .select-holder select.msg-selectbox {
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.sub-nav .msg-nav .nav-header .table .table-cell:last-of-type {
  padding-top: 10px;
  padding-bottom: 0;
}
.sub-nav .app-nav {
  position: relative;
}
.sub-nav .app-nav .nav-header {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  color: #FFFFFF;
  background-color: #CED7DC;
  z-index: 6;
}
.sub-nav .app-nav .nav-header .nav-logo {
  width: 100%;
  height: 28px;
  background: transparent url("../img/gelest-logo-sm.png") no-repeat center right;
}
.sub-nav .app-nav .nav-header .nav-target {
  position: absolute;
  background-color: #24439C;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.sub-nav .app-nav .nav-header .nav-target p {
  margin: 0;
  letter-spacing: 0.1em;
}
.sub-nav .app-nav .nav-header .nav-target p a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 700;
}
.sub-nav .app-nav .nav-header .nav-target p a:after {
  content: "";
  background: url("../img/app-arrow.png") no-repeat center center;
  position: absolute;
  padding-left: 30px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.sub-nav .app-nav .nav-header p {
  margin: 0;
}
.sub-nav .app-nav .nav-body {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 15px;
  z-index: 11;
}
.sub-nav .app-nav .nav-body.show {
  box-shadow: 0 0px 5px 1px #CED7DC;
  -webkit-box-shadow: 0 0px 5px 1px #CED7DC;
  -moz-box-shadow: 0 0px 5px 1px #CED7DC;
  border: 1px solid #D8DFE3;
  border-top: 5px solid #24439C;
}
.sub-nav .app-nav .nav-body p {
  line-height: 1em;
  margin-bottom: 15px;
}
.sub-nav .app-nav .nav-body p a {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sub-nav .app-nav .nav-body p a.close-subnav {
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  color: #24439C;
}
.sub-nav .flat-style {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.sub-nav .flat-style ul {
  margin: 0;
  padding: 10px;
  border-bottom: 5px solid #24439C;
}
.sub-nav .flat-style ul li {
  padding: 15px;
}
.sub-nav .flat-style ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #98a9b3;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.sub-nav .flat-style ul li a:hover {
  color: #24439C;
}
.sub-nav .flat-style ul li.active a {
  color: #24439C;
}

.nav-body {
  display: none;
}

.table {
  display: table;
  height: 100%;
}
.table .table-cell {
  display: table-cell;
}
.table .table-cell.top {
  vertical-align: top;
}
.table .table-cell.middle {
  vertical-align: middle;
}
.table .table-cell.bottom {
  vertical-align: bottom;
}

.bg-white {
  background-color: #FFFFFF;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^=bottom] {
  min-width: 590px;
  border: none;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
.popover.bs-popover-top .arrow:after, .popover.bs-popover-auto[x-placement^=top] .arrow:after,
.popover.bs-popover-bottom .arrow:after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.85) !important;
  border-bottom-color: rgba(0, 0, 0, 0.85) !important;
}
.popover.bs-popover-top .popover-body, .popover.bs-popover-auto[x-placement^=top] .popover-body,
.popover.bs-popover-bottom .popover-body,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body {
  padding: 10px 15px;
}
.popover.bs-popover-top .popover-body .content-item:first-child .content, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item:first-child .content,
.popover.bs-popover-bottom .popover-body .content-item:first-child .content,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item:first-child .content {
  padding-top: 0;
}
.popover.bs-popover-top .popover-body .content-item:last-child .content, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item:last-child .content,
.popover.bs-popover-bottom .popover-body .content-item:last-child .content,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item:last-child .content {
  padding-bottom: 0;
  border-bottom: none;
}
.popover.bs-popover-top .popover-body .content-item .content, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content,
.popover.bs-popover-bottom .popover-body .content-item .content,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.popover.bs-popover-top .popover-body .content-item .content .image .thumbnail, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .image .thumbnail,
.popover.bs-popover-bottom .popover-body .content-item .content .image .thumbnail,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .image .thumbnail {
  width: 38px;
  height: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.popover.bs-popover-top .popover-body .content-item .content .title, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .title,
.popover.bs-popover-bottom .popover-body .content-item .content .title,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .title {
  width: 115px;
  color: #00AB79;
}
.popover.bs-popover-top .popover-body .content-item .content .description, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .description,
.popover.bs-popover-bottom .popover-body .content-item .content .description,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .description {
  color: #FFFFFF;
}
.popover.bs-popover-top .popover-body .content-item .content .description p, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .description p,
.popover.bs-popover-bottom .popover-body .content-item .content .description p,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .description p {
  font-size: 12px;
}
.popover.bs-popover-top .popover-body .content-item .content .link, .popover.bs-popover-top .popover-body .content-item .content .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption .popover.bs-popover-top .popover-body .content-item .content p.link, .popover.bs-popover-top .popover-body .content-item .content .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption .popover.bs-popover-top .popover-body .content-item .content p.arrow-link, .popover.bs-popover-top .popover-body .content-item .content #psg-accordion .card .accordion-body a, #psg-accordion .card .accordion-body .popover.bs-popover-top .popover-body .content-item .content a, .popover.bs-popover-top .popover-body .content-item .content #accordion .card .accordion-body a, #accordion .card .accordion-body .popover.bs-popover-top .popover-body .content-item .content a, .popover.bs-popover-top .popover-body .content-item .content .arrow-link, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .link, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content #psg-accordion .card .accordion-body a, #psg-accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content a, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content #accordion .card .accordion-body a, #accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content a, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .arrow-link,
.popover.bs-popover-bottom .popover-body .content-item .content .link,
.popover.bs-popover-bottom .popover-body .content-item .content .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link,
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption .popover.bs-popover-bottom .popover-body .content-item .content p.link,
.popover.bs-popover-bottom .popover-body .content-item .content .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link,
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption .popover.bs-popover-bottom .popover-body .content-item .content p.arrow-link,
.popover.bs-popover-bottom .popover-body .content-item .content #psg-accordion .card .accordion-body a,
#psg-accordion .card .accordion-body .popover.bs-popover-bottom .popover-body .content-item .content a,
.popover.bs-popover-bottom .popover-body .content-item .content #accordion .card .accordion-body a,
#accordion .card .accordion-body .popover.bs-popover-bottom .popover-body .content-item .content a,
.popover.bs-popover-bottom .popover-body .content-item .content .arrow-link,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .link,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content #psg-accordion .card .accordion-body a,
#psg-accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content a,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content #accordion .card .accordion-body a,
#accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content a,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .arrow-link {
  margin-top: 20px;
}
.popover.bs-popover-top .popover-body .content-item .content .link a, .popover.bs-popover-top .popover-body .content-item .content #psg-accordion .card .accordion-body a a, #psg-accordion .card .accordion-body .popover.bs-popover-top .popover-body .content-item .content a a, .popover.bs-popover-top .popover-body .content-item .content #accordion .card .accordion-body a a, #accordion .card .accordion-body .popover.bs-popover-top .popover-body .content-item .content a a, .popover.bs-popover-top .popover-body .content-item .content .arrow-link a, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .link a, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content #psg-accordion .card .accordion-body a a, #psg-accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content a a, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content #accordion .card .accordion-body a a, #accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content a a, .popover.bs-popover-auto[x-placement^=top] .popover-body .content-item .content .arrow-link a,
.popover.bs-popover-bottom .popover-body .content-item .content .link a,
.popover.bs-popover-bottom .popover-body .content-item .content #psg-accordion .card .accordion-body a a,
#psg-accordion .card .accordion-body .popover.bs-popover-bottom .popover-body .content-item .content a a,
.popover.bs-popover-bottom .popover-body .content-item .content #accordion .card .accordion-body a a,
#accordion .card .accordion-body .popover.bs-popover-bottom .popover-body .content-item .content a a,
.popover.bs-popover-bottom .popover-body .content-item .content .arrow-link a,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .link a,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content #psg-accordion .card .accordion-body a a,
#psg-accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content a a,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content #accordion .card .accordion-body a a,
#accordion .card .accordion-body .popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content a a,
.popover.bs-popover-auto[x-placement^=bottom] .popover-body .content-item .content .arrow-link a {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  background-color: white;
  border-radius: 50%;
  background-image: url("../img/arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.popover.bs-popover-top:hover, .popover.bs-popover-auto[x-placement^=top]:hover,
.popover.bs-popover-bottom:hover,
.popover.bs-popover-auto[x-placement^=bottom]:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  border: none;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
.popover.bs-popover-right .arrow:after, .popover.bs-popover-auto[x-placement^=right] .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.85) !important;
}
.popover.bs-popover-right .popover-body, .popover.bs-popover-auto[x-placement^=right] .popover-body {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: white;
}

.page.page-template-application .archive-container {
  margin-bottom: 50px;
}
.page.page-template-application .grid-box-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.page.page-template-application .grid-box-wrapper .grid-section.left, .page.page-template-application .grid-box-wrapper .grid-section.right {
  padding: 0;
}
.page .grid-box-wrapper {
  width: auto;
  float: none;
  padding: 0;
}
.page .grid-box-wrapper.table {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.page .grid-box-wrapper.table.more-grid-boxes {
  margin-top: 0;
}
.page .grid-box-wrapper .grid-section {
  margin: 0 auto;
  float: none;
}
.page .grid-box-wrapper .grid-section.left {
  padding: 0 5px 0 7.5px;
}
.page .grid-box-wrapper .grid-section.right {
  padding: 0 7.5px 0 5px;
}
.page .grid-box-wrapper .grid-section .grid-box-padding {
  margin: 10px 0;
  padding: 0;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .box {
  position: relative;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(56, 60, 58, 0.5);
  cursor: pointer;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay > p.overlay-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  letter-spacing: 0.025em;
  height: 0;
  line-height: 0;
  font-weight: 700;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box {
  visibility: hidden;
  background-color: #24439C;
  height: 100%;
  position: absolute;
  width: 50%;
  left: -50%;
  margin: 0 0 0 -18px;
  padding: 0 30px 0 48px;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box:before, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box:after {
  content: "";
  position: absolute;
  right: -18px;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box:before {
  bottom: 80%;
  height: 20%;
  border-left: 18px solid #24439C;
  border-bottom: 18px solid transparent;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box:after {
  top: 20%;
  height: 80%;
  border-left: 18px solid #24439C;
  border-top: 18px solid transparent;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box {
  vertical-align: middle;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box .box-title, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box .box-body, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box .box-link span {
  color: #FFFFFF;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box .box-link span {
  font-weight: 700;
}
.page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box .box-link span:hover {
  text-decoration: underline;
}

.single-product .save-for-later {
  position: relative;
}
.single-product .save-for-later .save-product-icon {
  position: absolute;
  top: 13px;
  left: 24px;
}
.single-product .save-for-later .save-product-icon.saved {
  color: #E1125B;
}

@media (min-width: 992px) {
  .page .grid-box-wrapper .grid-section .grid-box-padding .overlay:hover {
    background-color: rgba(56, 60, 58, 0);
  }
  .page .grid-box-wrapper .grid-section .grid-box-padding .overlay:hover .body-box {
    left: 0;
  }
  .page .grid-box-wrapper .grid-section .grid-box-padding .overlay:hover > p.overlay-title {
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box {
    visibility: visible;
  }
}
#singleApplication p.wp-caption-text {
  font-size: 13px;
  margin-top: 10px;
}

.grid-box-wrapper .grid-section.xtra {
  margin: 0 auto;
  float: none;
}
.grid-box-wrapper.table {
  margin: 0;
}
.grid-box-wrapper .bottom-border {
  padding-bottom: 40px;
  border-bottom: 5px solid #CED7DC;
}
.grid-box-wrapper .grid-box {
  padding: 0;
  max-width: 544px;
  background-color: #FFFFFF;
  float: none;
}
.grid-box-wrapper .grid-box.row.bs {
  margin: 0 auto;
}
.grid-box-wrapper .grid-box .img-box {
  padding: 0;
}
.grid-box-wrapper .grid-box .img-box:before, .grid-box-wrapper .grid-box .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
}
.grid-box-wrapper .grid-box .img-box:before {
  bottom: 80%;
  border-right: 15px solid transparent;
  border-left: 0;
  border-bottom: 18px solid #ffffff;
}
.grid-box-wrapper .grid-box .img-box:after {
  top: 20%;
  border-right: 15px solid transparent;
  border-left: 0;
  border-top: 18px solid #ffffff;
}
.grid-box-wrapper .grid-box .img-box.img-left:before, .grid-box-wrapper .grid-box .img-box.img-left:after {
  right: 0;
  left: auto;
}
.grid-box-wrapper .grid-box .img-box.img-left:before {
  border-left: 15px solid transparent;
  border-right: 0;
}
.grid-box-wrapper .grid-box .img-box.img-left:after {
  border-left: 15px solid transparent;
  border-right: 0;
}
.grid-box-wrapper .grid-box .body-box .box-title {
  color: #24439C;
  text-align: center;
  font-size: 19px;
}
.grid-box-wrapper .grid-box .body-box .box-body {
  display: none;
}
.grid-box-wrapper .grid-box .body-box .box-link {
  text-align: center;
}
.grid-box-wrapper .grid-box .body-box .box-link a {
  color: #24439C;
  text-decoration: none;
}
.grid-box-wrapper .grid-box .body-box .box-link a:hover {
  text-decoration: underline;
}
.grid-box-wrapper .grid-box .table-cell {
  float: none;
  vertical-align: middle;
}
.grid-box-wrapper.grids-2 .grid-box.grid-box-1 .body-box {
  order: 25;
}
.grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:before, .grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:after {
  right: 0;
  left: auto;
}
.grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:before {
  border-left: 15px solid transparent;
  border-right: 0;
}
.grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:after {
  border-left: 15px solid transparent;
  border-right: 0;
}

.body-box {
  padding: 5px 15px;
  margin: auto;
}
.body-box p {
  font-size: 14px;
}
.body-box .box-title {
  letter-spacing: 0.05em;
  font-size: 16px;
}
.body-box .box-body {
  font-weight: 400;
}
.body-box .box-link a {
  text-decoration: underline;
  font-weight: 700;
}
.body-box .box-link a:hover {
  text-decoration: none;
}

#get_quote {
  margin: 0;
  background: url("../img/get-a-quote.jpg") no-repeat;
  background-size: cover;
}
#get_quote h1, #get_quote h2, #get_quote h3, #get_quote h4, #get_quote h5, #get_quote p {
  font-weight: 300;
  margin: 0 0 10px;
}
#get_quote h1 b, #get_quote h1 strong, #get_quote h2 b, #get_quote h2 strong, #get_quote h3 b, #get_quote h3 strong, #get_quote h4 b, #get_quote h4 strong, #get_quote h5 b, #get_quote h5 strong, #get_quote p b, #get_quote p strong {
  font-weight: 700;
}
#get_quote p {
  font-size: 30px;
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 30px;
}
#get_quote .quote-content {
  padding: 35px 30px;
  color: #FFFFFF;
}
#get_quote .quote-content .quote-btn {
  margin: 40px 0 0;
}
#get_quote .quote-content .quote-btn button {
  text-transform: uppercase;
}

#page-404 .error404 {
  padding: 30px 50px;
  position: relative;
}
#page-404 .error404 .entry-title {
  line-height: 1.5em;
}

#pre_footer {
  margin: 20px 15px;
}
#pre_footer a {
  font-weight: bold;
}
#pre_footer .border-box {
  margin: 0;
}
#pre_footer .border-box .section {
  padding: 10px 20px;
}
#pre_footer .border-box .section p {
  font-size: 14px;
  line-height: 1.35em;
}
#pre_footer .border-box .section a {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

/* This class takes into account the padding of 7.5px on each side (15px) 1076 + 15 = 1091px */
.container-fixed {
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
}

.container-large {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
}

.container-fixed-large {
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
}

.callouts {
  overflow: hidden;
}
.callouts .row {
  margin: 0;
}
.callouts .row .row-md-height {
  margin: -15px 0 0;
}
.callouts .row .row-md-height .col-md-height {
  margin: 15px;
}
.callouts .border-box {
  margin: 0;
}

.color-link {
  color: #24439C;
}
.color-link:hover {
  text-decoration: underline;
}

.gmap-location-icon {
  display: inline-block;
  vertical-align: bottom;
}
.gmap-location-icon:before {
  content: url("../img/gmap-location.png");
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.gmap-location-icon .arrow-link {
  margin: 0;
  line-height: 2em;
}
.gmap-location-icon a.arrow-link {
  color: #24439C;
}
.gmap-location-icon a.arrow-link:hover {
  text-decoration: underline;
}
.gmap-location-icon a {
  font-style: italic;
  font-weight: 700;
}

.arrow-link.gmap-location-icon {
  margin: auto;
}

.long-arrow-link {
  color: #24439C;
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
  font-size: 12px;
}
.long-arrow-link:after {
  font-family: FontAwesome;
  content: "";
  color: #24439C;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
}
.long-arrow-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.continue-shopping-link {
  color: #24439C;
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
}
.continue-shopping-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.cart-buttons-wrapper .cart-print, .cart-buttons-wrapper .cart-continue, .cart-buttons-wrapper .cart-update, .cart-buttons-wrapper .cart-checkout {
  width: 100%;
  float: left;
  margin: 0 auto;
  text-align: center;
}
.cart-buttons-wrapper .cart-print, .cart-buttons-wrapper .cart-continue {
  white-space: nowrap;
}

.cart-print .print-link {
  padding-left: 0;
}
.cart-print .print-link:before {
  position: relative;
  content: url("../img/print.png");
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 26px;
  height: 22px;
}

.print-link {
  color: #24439C;
  display: inline-block;
  padding-left: 25px;
  text-decoration: underline;
  font-size: 12px;
}
.print-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 22px;
  background: transparent url("../img/print.png") no-repeat top left;
}
.print-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

/*** Text Sizes! ***/
.xlargetext, .xlargetext p, .xlargetext span, .xlargetext a {
  font-size: 20px;
}
.xlargetext .fa, .xlargetext p .fa, .xlargetext span .fa, .xlargetext a .fa {
  padding-right: 15px;
  font-size: 30px;
  font-weight: 900;
  vertical-align: middle;
}

.largetext, .largetext p, .largetext span, .largetext a {
  font-size: 18px;
}

.home .box-section .largetext p {
  margin: 8px 20px 0;
  font-size: 20px;
}
.home .box-section .largetext p a.color-link {
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

.smalltext, .smalltext p, .smalltext span, .smalltext a {
  font-size: 10px;
}

.phone-number a {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.phone-number a:hover {
  font-weight: 700;
}

.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption h2 {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, .page .grid-box-wrapper .grid-section .grid-box-padding .overlay .body-box .inner-box .box-body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-items *, .table.list-items *, #woocommerce_wrapper_container .wc-product-summary .wc-product-title, .sidebar .library-callout ul.link-list li a, .sidebar .library-callout ul#menu-product-lines li a, #library .library-news .news-article p.title, #press-release-year .library-news .news-article p.title, .member-page .library-news .news-article p.title, .section.styled .tab-content .team-members .member .member-profile .description, .section.styled .tab-content .team-members .member .member-profile .position, .section.styled .tab-content .team-members .border-box .button-wrapper a, .content.list-view .section .list-item.cart-item p a, .content.list-view .section .list-item.cart-item p, .wc-product-meta p span, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta p span, .body-box .box-body, .long-arrow-link, .continue-shopping-link, .print-link {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.no-pad {
  padding: 0px !important;
}

.no-margin {
  margin: 0px;
}

.rule {
  border-bottom: 1px solid #dee3e6;
  margin: 20px auto;
}

body {
  background-color: #F1F4F6;
}

.container {
  max-width: 1076px;
  width: 100%;
  margin: 0 auto;
}

.container#bodyArea {
  background-color: #ffffff;
  padding: 60px 10px;
}

.border-top-blue {
  border-top: 5px solid #24439C;
}

/***** Mobile  Navigation *****/
img.m-logo {
  margin: 10px;
  float: left;
}

.thumbnail-slider {
  position: relative;
}
.thumbnail-slider .outer {
  max-width: 1240px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.thumbnail-slider .outer .arrow-prev, .thumbnail-slider .outer .arrow-next {
  position: absolute;
  font-size: 70px;
  top: 0;
  bottom: 0;
}
.thumbnail-slider .outer .arrow-prev a, .thumbnail-slider .outer .arrow-next a {
  display: inline-block;
  vertical-align: middle;
  height: 0;
}
.thumbnail-slider .outer .arrow-prev a.go-next:before, .thumbnail-slider .outer .arrow-next a.go-next:before {
  content: "";
  display: inline-block;
  line-height: 1;
  width: 14px;
  height: 29px;
}
.thumbnail-slider .outer .arrow-prev a.go-prev:before, .thumbnail-slider .outer .arrow-next a.go-prev:before {
  content: "";
  display: inline-block;
  line-height: 1;
  width: 14px;
  height: 29px;
}
.thumbnail-slider .outer .arrow-prev {
  left: 0;
}
.thumbnail-slider .outer .arrow-next {
  right: 0;
}
.thumbnail-slider.thumbnail-gelest_application .outer .arrow-prev {
  left: 40px;
}
.thumbnail-slider.thumbnail-gelest_application .outer .arrow-prev a:before {
  background: transparent url("../img/large-arrows.png") no-repeat 0 0;
}
.thumbnail-slider.thumbnail-gelest_application .outer .arrow-prev a:hover:before {
  background-position: 0 -29px;
}
.thumbnail-slider.thumbnail-gelest_application .outer .arrow-next {
  right: 40px;
}
.thumbnail-slider.thumbnail-gelest_application .outer .arrow-next a:before {
  background: transparent url("../img/large-arrows.png") no-repeat -14px 0;
}
.thumbnail-slider.thumbnail-gelest_application .outer .arrow-next a:hover:before {
  background-position: -14px -29px;
}
.thumbnail-slider.thumbnail-product .outer .arrow-prev a {
  margin-top: -40px;
}
.thumbnail-slider.thumbnail-product .outer .arrow-prev a:before {
  background: transparent url("../img/large-arrows-red.png") no-repeat 0 0;
  vertical-align: middle;
}
.thumbnail-slider.thumbnail-product .outer .arrow-prev a:hover:before {
  background-position: 0 -29px;
}
.thumbnail-slider.thumbnail-product .outer .arrow-next a {
  margin-top: -40px;
}
.thumbnail-slider.thumbnail-product .outer .arrow-next a:before {
  background: transparent url("../img/large-arrows-red.png") no-repeat -14px 0;
  vertical-align: middle;
}
.thumbnail-slider.thumbnail-product .outer .arrow-next a:hover:before {
  background-position: -14px -29px;
}
.thumbnail-slider .slide-wrapper {
  position: relative;
  max-width: 1085px;
  width: 100%;
  white-space: nowrap;
  height: 280px;
  overflow: hidden;
  margin: 0 auto 20px;
  display: block;
}
.thumbnail-slider .slide-wrapper .header {
  text-align: center;
}
.thumbnail-slider .slide-wrapper .header > p {
  letter-spacing: 0.05em;
  padding: 0 25px 10px;
}
.thumbnail-slider .slide-wrapper .header > p a {
  display: inline-block;
}
.thumbnail-slider .slide-wrapper .header > p a.go-prev-small {
  padding-right: 5px;
}
.thumbnail-slider .slide-wrapper .header > p a.go-next-small {
  padding-left: 5px;
}
.thumbnail-slider .slide-wrapper .wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper {
  margin: 0;
  width: 100%;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box {
  position: absolute;
  width: 170px;
  height: 170px;
  padding: 0;
  margin: 0;
  /*
            a {
              color: $dkblue;
              font-size: 12px;
                padding: 10px 0;
                margin: 0 auto;
                display: block;
            }
  */
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box .border-box-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box .border-box-inner:hover {
  -webkit-box-shadow: 0px 0px 8px 0px #a4acb0;
  -moz-box-shadow: 0px 0px 8px 0px #a4acb0;
  box-shadow: 0px 0px 8px 0px #a4acb0;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box .border-box-inner:hover p span {
  text-decoration: underline;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box img {
  margin: 0 auto;
  position: absolute;
  max-height: 120px;
  display: block;
  left: 0;
  right: 0;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box p {
  white-space: normal;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .border-box p span {
  display: block;
  color: #24439C;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper {
  position: absolute;
  width: 170px;
  height: 170px;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper .wc-product-images-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper p {
  float: left;
  width: 100%;
  white-space: normal;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper a {
  color: #24439C;
  font-size: 10px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  outline: 0;
}
.thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper a:focus, .thumbnail-slider .slide-wrapper .wrapper .inner-wrapper .product-wrapper a:active {
  outline: 0;
}

.page-id-24534 .featured-item {
  margin-bottom: 40px;
}

#team_members {
  margin: 30px auto;
}

.content.row-view .border-box {
  margin: 5px 0 10px;
}
.content.row-view .border-box.last {
  margin-bottom: 0;
}
.content.row-view .border-box .loop-item {
  padding: 5px 10px;
}
.content.row-view .border-box .loop-item .main {
  padding: 10px 30px;
}
.content.row-view .border-box .loop-item .product-info-above p, .content.row-view .border-box .loop-item .product-info-below p {
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.5em;
}
.content.row-view .border-box .loop-item .product-info-above p {
  color: #E89F32;
  font-size: 10px;
}
.content.row-view .border-box .loop-item .product-info-below p {
  color: #DF0250;
  font-size: 12px;
  font-weight: 700;
}
.content.row-view.redesign .border-box {
  border-radius: 6px;
  border-width: 1px !important;
  -webkit-box-shadow: 0px 0px 10px #0000001A;
  -moz-box-shadow: 0px 0px 10px #0000001A;
  box-shadow: 0px 0px 10px #0000001A;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -ms-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
}
.content.row-view.redesign .border-box .loop-item .wc-product-images-wrapper .wc-product-images {
  border-radius: 3px;
  box-shadow: none;
}
.content.row-view.redesign .border-box .loop-item .main .wc-product-meta, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta {
  margin: 0px;
}
.content.row-view.redesign .border-box .loop-item .main .wc-product-meta .code, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .code, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .code {
  color: #24439C;
}
.content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .label, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .meta-row .label, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .label {
  font-weight: 700;
  font-size: 12px;
  color: #383C3A;
}
.content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .value, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .meta-row .value, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .value {
  font-size: 14px;
  color: #383C3A;
  font-weight: normal;
}
.content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .value a, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .meta-row .value a, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .value a {
  color: #24439C;
  text-decoration: underline;
  font-weight: 700;
}
.content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .border-left, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .meta-row .border-left, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .border-left, #product-selection-guide .row .entry-content .section .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .material-selection tbody tr:first-child td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .material-selection tbody tr:first-child .border-box .loop-item .main .wc-product-meta .meta-row td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .material-selection tbody tr.first td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .material-selection tbody tr.first .border-box .loop-item .main .wc-product-meta .meta-row td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .material-selection tbody tr:last-child td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .material-selection tbody tr:last-child .border-box .loop-item .main .wc-product-meta .meta-row td:first-child {
  border: none !important;
}
.content.row-view.redesign .border-box .loop-item .product-capsule-right {
  direction: rtl;
}
.content.row-view.redesign .border-box .loop-item .product-capsule-right .ellipsis {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 16px;
  height: 5px;
  background-image: url(../img/ellipsis.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -ms-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
}
.content.row-view.redesign .border-box .loop-item .product-capsule-right .badge {
  border: 1px solid #D8DFE3;
  border-radius: 6px;
  background: white;
  font-size: 12px;
  color: #98a9b3;
  line-height: 13px;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-images-wrapper .wc-brochure-images {
  border-right: none;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-images-wrapper .wc-brochure-images .img-container img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-height: 150px;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-loop-info .title {
  font-weight: 700;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-loop-info .description {
  font-size: 14px;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn {
  color: white !important;
  background-color: #24439C;
  white-space: nowrap;
  border: 1px solid #24439C;
  border-radius: 6px;
  font-size: 14px !important;
  letter-spacing: unset;
  font-weight: 700;
  line-height: 14px;
  height: 35px;
  width: 162px;
  padding-top: 10px;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn:hover {
  background-color: #1f3a87;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn.pdf {
  color: #24439C !important;
  background-color: white;
  border: 1px solid #D8DFE3;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn.pdf:hover {
  border: 1px solid #24439C;
}
.content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .ellipsis {
  bottom: 5px;
}
.content.row-view.redesign .border-box:hover {
  -webkit-box-shadow: 0px 0px 30px #0000001A;
  -moz-box-shadow: 0px 0px 30px #0000001A;
  box-shadow: 0px 0px 30px #0000001A;
}
.content.row-view.redesign .border-box:hover .loop-item .product-capsule-right .ellipsis {
  background-image: url(../img/ellipsis_active.svg);
}
.content.row-view.redesign .hidden {
  display: none;
}
.content.row-view.redesign .load-more-container {
  margin-top: 75px;
}
.content.row-view.redesign .load-more-container .load-more-button {
  margin: 0 auto;
  padding: 7px 16px 8px;
  width: 162px;
  height: 35px;
  border: 1px solid #D8DFE3;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.content.row-view.redesign .load-more-container .load-more-button:hover {
  border-color: #1f3a87;
}
.content.row-view.redesign .load-more-container .load-more-button a {
  font-family: "Roboto", sans-serif;
  color: #24439C;
  background-color: transparent;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: unset;
  font-weight: 700;
  line-height: 14px;
  width: 100%;
  text-decoration: none;
}
.content.row-view.redesign .load-more-container .load-more-button a:hover, .content.row-view.redesign .load-more-container .load-more-button a:focus {
  text-decoration: none;
}
.content.list-view .section {
  margin: 5px 0 50px;
}
.content.list-view .section .section-header {
  margin-bottom: 15px;
}
.content.list-view .section .section-header p {
  letter-spacing: 0.05em;
  margin: 0;
}
.content.list-view .section .section-header p.body {
  font-size: 14px;
}
.content.list-view .section > p {
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.content.list-view .section .list-items-group {
  width: 100%;
}
.content.list-view .section .list-item {
  margin: 5px 0;
  padding: 5px;
  background: #FFFFFF;
  border: 2px solid #D8DFE3;
  display: block;
}
.content.list-view .section .list-item .column {
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}
.content.list-view .section .list-item .column.first {
  float: left;
  padding-right: 10px;
  /* This bit needed so that link works when width is small cause of float */
  position: relative;
  z-index: 10;
}
.content.list-view .section .list-item .column.first a {
  margin: 0;
  padding: 0;
}
.content.list-view .section .list-item .column.last {
  text-align: right;
}
.content.list-view .section .list-item .column.wide {
  width: 55%;
}
.content.list-view .section .list-item .column.product-title, .content.list-view .section .list-item .column.product-item-data, .content.list-view .section .list-item .column.product-qty {
  padding: 6px 0;
}
.content.list-view .section .list-item .column.product-prices p {
  font-size: 12px;
}
.content.list-view .section .list-item .column.product-prices p span {
  color: #24439C;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.content.list-view .section .list-item .column.product-prices p.price-each {
  font-size: 10px;
}
.content.list-view .section .list-item .column.product-link {
  padding: 4px 5px;
}
.content.list-view .section .list-item .column p {
  color: #383C3A;
  margin: 0;
}
.content.list-view .section .list-item .column p.sku {
  line-height: 2em;
  /* white-space: nowrap; */
}
.content.list-view .section .list-item .column.product-item-data p {
  white-space: nowrap;
  color: #414042;
  font-size: 12px;
}
.content.list-view .section .list-item .column.product-title p {
  color: #414042;
  font-size: 12px;
}
.content.list-view .section .list-item .column .title {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: inherit;
}
.content.list-view .section .list-item a {
  display: inline-block;
  margin: 5px 0;
  color: #24439C;
  text-decoration: none;
  font-size: 10px;
}
.content.list-view .section .list-item a.arrow:after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
}
.content.list-view .section .list-item a.cart-title-link {
  color: #414042;
  margin: auto;
  font-size: 12px;
}
.content.saved-products {
  padding: 0 50px;
  position: relative;
}
.content.saved-products .border-box, .content.saved-products .list-item {
  position: relative;
}
.content.saved-products .border-box a.remove-saved-product, .content.saved-products .list-item a.remove-saved-product {
  position: absolute;
  top: 0;
  left: -35px;
  margin: auto;
  text-align: center;
}

.saved-blockUI p {
  margin: auto;
  padding: 5px;
  font-size: 12px;
  letter-spacing: 0.025em;
}

.section.styled {
  width: 100%;
  /* Below class will get used on product search pages for bottom border, etc. */
}
.section.styled.inverse {
  padding: 0 20px;
}
.section.styled.inverse .header.red p.title, .section.styled.inverse .header.blue p.title, .section.styled.inverse .header.green p.title, .section.styled.inverse .header.orange p.title {
  background-color: transparent;
}
.section.styled.inverse .header.red p.title a, .section.styled.inverse .header.blue p.title a, .section.styled.inverse .header.green p.title a, .section.styled.inverse .header.orange p.title a {
  background-color: transparent;
}
.section.styled.inverse .header.red {
  border-bottom: 5px solid #DF0250;
}
.section.styled.inverse .header.red p.title {
  color: #DF0250;
}
.section.styled.inverse .header.blue {
  border-bottom: 5px solid #24439C;
}
.section.styled.inverse .header.blue p.title {
  color: #24439C;
}
.section.styled.inverse .header.green {
  border-bottom: 5px solid #00AB79;
}
.section.styled.inverse .header.green p.title {
  color: #00AB79;
}
.section.styled.inverse .header.orange {
  border-bottom: 5px solid #E89F32;
}
.section.styled.inverse .header.orange p.title {
  color: #E89F32;
}
.section.styled.inverse .header p.title {
  line-height: 1.4em;
  padding: 10px 0;
  margin: 0;
}
.section.styled.inverse .content {
  padding: 10px 0 0;
}
.section.styled.inverse .content .section {
  margin: 0;
}
.section.styled.inverse .content .section a.list-item.red {
  color: #383C3A;
  background-color: #FFFFFF;
  outline: none;
}
.section.styled.inverse .content .section a.list-item.red:focus {
  outline: none;
}
.section.styled.inverse .content .section a.list-item.red.active {
  color: #FFFFFF;
  background-color: #DF0250;
}
.section.styled.inverse .content .section a.list-item.blue {
  color: #383C3A;
  background-color: #FFFFFF;
  outline: none;
}
.section.styled.inverse .content .section a.list-item.blue:focus {
  outline: none;
}
.section.styled.inverse .content .section a.list-item.blue.active {
  color: #FFFFFF;
  background-color: #24439C;
}
.section.styled.inverse .content .section a.list-item.green {
  color: #383C3A;
  background-color: #FFFFFF;
  outline: none;
}
.section.styled.inverse .content .section a.list-item.green:focus {
  outline: none;
}
.section.styled.inverse .content .section a.list-item.green.active {
  color: #FFFFFF;
  background-color: #00AB79;
}
.section.styled.inverse .content .section a.list-item.orange {
  color: #383C3A;
  background-color: #FFFFFF;
  outline: none;
}
.section.styled.inverse .content .section a.list-item.orange:focus {
  outline: none;
}
.section.styled.inverse .content .section a.list-item.orange.active {
  color: #FFFFFF;
  background-color: #E89F32;
}
.section.styled h1, .section.styled h2, .section.styled h3, .section.styled h4, .section.styled h5 {
  font-family: "Roboto", serif;
  font-weight: 500;
  margin: 0;
}
.section.styled .nav-tabs {
  margin: 20px 0;
}
.section.styled .nav-tabs li {
  list-style: none !important;
  margin: 0 !important;
}
.section.styled .nav-tabs.red {
  border-bottom: 5px solid #DF0250;
}
.section.styled .nav-tabs.blue {
  border-bottom: 5px solid #24439C;
}
.section.styled .nav-tabs.green {
  border-bottom: 5px solid #00AB79;
}
.section.styled .nav-tabs.orange {
  border-bottom: 5px solid #E89F32;
}
.section.styled .nav-tabs.facets {
  display: flex;
  border-bottom: 0;
  margin-bottom: 0;
}
.section.styled .nav-tabs .header {
  width: auto;
}
.section.styled .nav-tabs .header.red, .section.styled .nav-tabs .header.blue, .section.styled .nav-tabs .header.green, .section.styled .nav-tabs .header.orange {
  border-bottom: 0;
}
.section.styled .nav-tabs .header .title {
  margin: 5px 5px 0 0;
  padding: 0;
}
.section.styled .nav-tabs .header .title a {
  padding: 8px 10px;
  width: 190px;
  text-align: center;
  display: inline-block;
}
.section.styled .nav-tabs .header .title a.facet {
  width: 140px;
}
.section.styled .tab-content .team-members .border-box {
  margin-bottom: 20px;
}
.section.styled .tab-content .team-members .member {
  padding: 20px;
}
.section.styled .tab-content .team-members .member .member-profile {
  padding: 5px 15px;
}
.section.styled .tab-content .team-members .member .member-profile .position {
  font-weight: 700;
  font-size: 14px;
}
.section.styled .tab-content .team-members .member .member-profile .description {
  line-height: 1.3em;
}
.section.styled .tab-content .team-members .member .member-profile .name {
  letter-spacing: 0.01em;
}
.section.styled .tab-content p {
  letter-spacing: 0.05em;
}
.section.styled .tab-content p.dept-email a {
  font-size: 14px;
  color: #24439C;
  font-weight: 700;
}
.section.styled .tab-content p.dept-email a:hover {
  text-decoration: underline;
}
.section.styled .tab-content #management, .section.styled .tab-content #key-personnel {
  padding: 15px 0;
}
.section.styled .tab-content #management .row.narrow-center, .section.styled .tab-content #key-personnel .row.narrow-center {
  max-width: 950px;
}
.section.styled .tab-content .department {
  padding: 15px 15px 0;
}
.section.styled .tab-content .department p {
  margin: 0;
}
.section.styled .tab-content .department-members {
  padding: 15px;
}
.section.styled .tab-content .department-members .member {
  padding-bottom: 15px;
}
.section.styled .tab-content .department-members .member p {
  font-size: 14px;
  margin: 0;
}
.section.styled .tab-content .department-members .member p.name {
  font-weight: 700;
}
.section.styled .tab-content .team-departments-left, .section.styled .tab-content .team-departments-right {
  padding-left: 15px;
  padding-right: 15px;
}
.section.styled .header .links, .section.styled .footer .links {
  right: 0;
  bottom: 10px;
  position: absolute;
  margin: auto;
}
.section.styled .header .links.nav-tabs, .section.styled .footer .links.nav-tabs {
  border: 0;
  bottom: 0;
}
.section.styled .header .links.nav-tabs > li > a, .section.styled .footer .links.nav-tabs > li > a {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
}
.section.styled .header .links.nav-tabs > li > a:hover, .section.styled .footer .links.nav-tabs > li > a:hover {
  background: none;
  border: 0;
}
.section.styled .header .links.nav-tabs > li.active > a, .section.styled .header .links.nav-tabs > li.active a:hover, .section.styled .header .links.nav-tabs > li.active a:focus, .section.styled .footer .links.nav-tabs > li.active > a, .section.styled .footer .links.nav-tabs > li.active a:hover, .section.styled .footer .links.nav-tabs > li.active a:focus {
  color: inherit;
  background: none;
  border: 0;
}
.section.styled.mobile-small {
  margin: 0 15px;
}
.section.styled.mobile-small .tab-content .row.table-row {
  margin-left: 0;
  margin-right: 0;
}
.section.styled select.tabs-select-menu {
  text-indent: 0.01px;
  width: 100%;
  text-overflow: "";
  margin-left: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 15px;
  font-weight: 700;
  background: url("../img/select-down.png") no-repeat right center #FFFFFF;
  color: #383C3A;
}
.section.styled .header {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.section.styled .header select.tabs-select-menu {
  width: 70%;
  margin-bottom: 5px;
}
.section.styled .header.red p.title, .section.styled .header.blue p.title, .section.styled .header.green p.title, .section.styled .header.orange p.title {
  color: #FFFFFF;
}
.section.styled .header.red p.title a, .section.styled .header.blue p.title a, .section.styled .header.green p.title a, .section.styled .header.orange p.title a {
  color: #FFFFFF;
}
.section.styled .header.red {
  border-bottom: 5px solid #DF0250;
}
.section.styled .header.red p.title {
  background-color: #DF0250;
}
.section.styled .header.blue {
  border-bottom: 5px solid #24439C;
}
.section.styled .header.blue p.title {
  background-color: #24439C;
}
.section.styled .header.blue.same p.title {
  background-color: #16285e;
}
.section.styled .header.blue.same.active p.title {
  background-color: #24439C;
}
.section.styled .header.green {
  border-bottom: 5px solid #00AB79;
}
.section.styled .header.green p.title {
  background-color: #00AB79;
}
.section.styled .header.orange {
  border-bottom: 5px solid #E89F32;
}
.section.styled .header.orange p.title {
  background-color: #E89F32;
}
.section.styled .header p.title {
  letter-spacing: 0.05em;
  line-height: 2em;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 0 -5px;
  font-weight: 700;
}
.section.styled .header p.links a {
  font-weight: 700;
}
.section.styled .content {
  padding: 15px 0 0;
}
.section.styled .content.icon-view {
  margin: 0 -5px;
}
.section.styled .content.icon-view .product-wrapper {
  padding: 5px;
}
.section.styled .content.icon-view .product-wrapper p {
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  letter-spacing: 0.05em;
}
.section.styled .content.icon-view .product-wrapper p.sku {
  margin: 10px auto 5px;
}
.section.styled .content.icon-view .product-wrapper p.permalink {
  margin: 0 auto 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.section.styled .content.icon-view .product-wrapper p.permalink a {
  color: #24439C;
}
.section.styled .content.icon-view .wc-product-images-wrapper {
  width: 100%;
}
.section.styled .content.slider {
  margin-bottom: 0;
}
.section.styled .content .thumbnail-slider {
  padding: 0;
}
.section.styled .content .thumbnail-slider .slide-wrapper {
  max-width: 360px;
  width: 100%;
  margin: 20px auto;
}
.section.styled .content .events {
  padding: 15px 0 30px;
}
.section.styled .content .events .event-info {
  margin: 0 -7.5px;
  clear: both;
}
.section.styled .content .events .date {
  color: #DF0250;
}
.section.styled .content .events .date p {
  color: #DF0250;
  font-weight: bold;
}
.section.styled .content .events p {
  letter-spacing: 0.025em;
}
.section.styled .content .events a {
  letter-spacing: 0.025em;
  color: #24439C;
  text-decoration: underline;
}
.section.styled .content .border-box {
  margin: 5px 0 10px;
}
.section.styled .content .border-box.last {
  margin-bottom: 0;
}
.section.styled .content .border-box .loop-item {
  padding: 5px 10px;
}
.section.styled .content .border-box .loop-item .main {
  padding: 10px 30px;
}
.section.styled .content .border-box .loop-item .product-info-above p, .section.styled .content .border-box .loop-item .product-info-below p {
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.5em;
}
.section.styled .content .border-box .loop-item .product-info-above p {
  color: #E89F32;
  font-size: 10px;
}
.section.styled .content .border-box .loop-item .product-info-below {
  display: none;
}
.section.styled .content .border-box .loop-item .product-info-below p {
  color: #DF0250;
  font-size: 12px;
  font-weight: 700;
}
.section.styled .content .section {
  margin: 25px 0 50px;
}
.section.styled .content .section .section-header {
  margin-bottom: 15px;
}
.section.styled .content .section .section-header p {
  letter-spacing: 0.05em;
  margin: 0;
}
.section.styled .content .section .section-header p.body {
  font-size: 14px;
}
.section.styled .content .section > p {
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.section.styled .content .section .list-items-group {
  width: 100%;
}
.section.styled .content .section .list-item {
  margin: 5px 0;
  padding: 5px;
  background: #FFFFFF;
  border: 2px solid #D8DFE3;
  display: block;
}
.section.styled .content .section .list-item .column {
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}
.section.styled .content .section .list-item .column.first {
  float: left;
  padding-right: 10px;
  /* This bit needed so that link works when width is small cause of float */
  position: relative;
  z-index: 10;
}
.section.styled .content .section .list-item .column.first a {
  margin: 0;
  padding: 0;
}
.section.styled .content .section .list-item .column.last {
  text-align: right;
}
.section.styled .content .section .list-item .column.wide {
  width: 55%;
}
.section.styled .content .section .list-item .column.product-title {
  padding: 6px 10px;
}
.section.styled .content .section .list-item .column.product-link {
  padding: 4px 5px;
}
.section.styled .content .section .list-item .column p {
  color: #383C3A;
  margin: 0;
}
.section.styled .content .section .list-item .column p.sku {
  line-height: 2em;
  /* white-space: nowrap; */
}
.section.styled .content .section .list-item .column .title {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section.styled .content .section .list-item a {
  display: inline-block;
  margin: 5px 0;
  color: #24439C;
  text-decoration: none;
  font-size: 10px;
}
.section.styled .content .section .list-item a.arrow:after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
}
.section.styled .footer {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
}
.section.styled .footer ul.pagination li {
  margin: 0;
}
.section.styled .footer p.pagination-text {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}
.section.styled .footer.red {
  border-top: 5px solid #DF0250;
}
.section.styled .footer.blue {
  border-top: 5px solid #24439C;
}
.section.styled .footer.green {
  border-top: 5px solid #00AB79;
}
.section.styled .footer .links {
  right: 0;
  bottom: 10px;
  position: absolute;
  margin: auto;
}
.section.styled .footer .links.nav-tabs {
  bottom: initial;
  top: 10px;
}

/* Library Template Pages */
#library .entry-content.faqs, #library .entry-content.content {
  padding-top: 35px;
}
#library .entry-content.faqs h3, #library .entry-content.content h3 {
  padding: 15px 0;
}
#library .entry-content.faqs .library-faqs, #library .entry-content.content .library-faqs {
  padding: 20px 0;
}
#library .entry-content.faqs .library-faqs .static-section h2.header, #library .entry-content.content .library-faqs .static-section h2.header {
  margin-top: 0;
  color: #24439C;
}
#library .entry-content.faqs .library-faqs a, #library .entry-content.content .library-faqs a {
  color: #24439C;
  font-weight: 700;
  display: inline;
  text-decoration: none;
}
#library .entry-content.faqs .library-faqs a:hover, #library .entry-content.content .library-faqs a:hover {
  text-decoration: underline;
}
#library .entry-content.faqs .library-content .bottom-container, #library .entry-content.content .library-content .bottom-container {
  padding: 40px 0;
  float: left;
  width: 100%;
}
#library .entry-content .no-sidebar {
  padding: 0;
}
#library .entry-content.content .content-title {
  margin: 20px 0 40px;
}
#library .entry-content.content .content-title p {
  padding: 15px 0;
  margin: 0;
}
#library .entry-content.content .content-title p a {
  color: #24439C;
  font-weight: 700;
}

.pagination-center {
  width: 100%;
  text-align: center;
}

.pagination li {
  list-style: none !important;
  margin: 0 !important;
}

.pagination > li.page-item.disabled {
  cursor: not-allowed;
}

.pagination > li.page-item > a.page-link:hover, .pagination > li.page-item > span:hover, .pagination > li.page-item > a.page-link:focus, .pagination > li.page-item > span:focus {
  color: #24439C;
  background-color: #E8EDF0;
}

.pagination > li.page-item.active > a.page-link, .pagination > li.page-item.active > span, .pagination > li.page-item.active > a.page-link:hover, .pagination > li.page-item.active > span:hover, .pagination > li.page-item.active > a.page-link:focus, .pagination > li.page-item.active > span:focus {
  background-color: #24439C;
  border-color: #24439C;
  color: #FFFFFF;
}

.pagination > li.page-item > a.page-link, .pagination > li.page-item > span {
  color: #24439C;
  font-weight: 700;
}

.pagination-sm > li.page-item > a.page-link, .pagination-sm > li.page-item > span {
  border: 0 !important;
  font-size: 12px;
}

#psg-accordion .card, #accordion .card {
  position: relative;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  padding-left: 40px;
}
#psg-accordion .card .accordion-heading a.accordion-toggle, #accordion .card .accordion-heading a.accordion-toggle {
  color: #383C3A !important;
}
#psg-accordion .card .accordion-heading a.accordion-toggle:hover, #psg-accordion .card .accordion-heading a.accordion-toggle:focus, #psg-accordion .card .accordion-heading a.accordion-toggle:active, #psg-accordion .card .accordion-heading a.accordion-toggle:visited, #accordion .card .accordion-heading a.accordion-toggle:hover, #accordion .card .accordion-heading a.accordion-toggle:focus, #accordion .card .accordion-heading a.accordion-toggle:active, #accordion .card .accordion-heading a.accordion-toggle:visited {
  color: #383C3A !important;
}
#psg-accordion .card .accordion-heading a.accordion-toggle:before, #accordion .card .accordion-heading a.accordion-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  background: url("../img/expand-collapse.png") 0 0;
}
#psg-accordion .card .accordion-heading a.accordion-toggle.collapsed:before, #accordion .card .accordion-heading a.accordion-toggle.collapsed:before {
  background: url("../img/expand-collapse.png") 0 -21px;
}
#psg-accordion .card .accordion-body, #accordion .card .accordion-body {
  padding: 15px 0;
}
#psg-accordion .card .accordion-body p, #accordion .card .accordion-body p {
  margin: 0;
}
#psg-accordion .card .accordion-body a, #accordion .card .accordion-body a {
  text-decoration: underline;
  font-weight: 700;
  color: #24439C;
  display: block;
  padding: 15px 0;
  letter-spacing: 0.05em;
}

#library, #press-release-year, .member-page {
  /* Events Calendar Page */
}
#library .entry-content, #press-release-year .entry-content, .member-page .entry-content {
  /* Technical Reports Page */
}
#library .entry-content h3, #press-release-year .entry-content h3, .member-page .entry-content h3 {
  margin: 0;
  padding: 30px 0;
}
#library .entry-content .library-form h3, #press-release-year .entry-content .library-form h3, .member-page .entry-content .library-form h3 {
  padding: 15px 0;
}
#library .entry-content .publication, #library .entry-content .patent, #press-release-year .entry-content .publication, #press-release-year .entry-content .patent, .member-page .entry-content .publication, .member-page .entry-content .patent {
  margin-bottom: 30px;
}
#library .entry-content .view-all-publications, #library .entry-content .view-all-patents, #press-release-year .entry-content .view-all-publications, #press-release-year .entry-content .view-all-patents, .member-page .entry-content .view-all-publications, .member-page .entry-content .view-all-patents {
  color: #24439C;
  font-weight: 700;
}
#library .entry-content .view-all-publications a, #library .entry-content .view-all-patents a, #press-release-year .entry-content .view-all-publications a, #press-release-year .entry-content .view-all-patents a, .member-page .entry-content .view-all-publications a, .member-page .entry-content .view-all-patents a {
  color: #24439C;
  font-weight: 700;
}
#library .entry-content .view-all-publications a:hover, #library .entry-content .view-all-patents a:hover, #press-release-year .entry-content .view-all-publications a:hover, #press-release-year .entry-content .view-all-patents a:hover, .member-page .entry-content .view-all-publications a:hover, .member-page .entry-content .view-all-patents a:hover {
  text-decoration: underline;
}
#library .entry-content.technical_reports .section, #press-release-year .entry-content.technical_reports .section, .member-page .entry-content.technical_reports .section {
  margin: 30px auto;
}
#library .entry-content.technical_reports .section .sub-section, #press-release-year .entry-content.technical_reports .section .sub-section, .member-page .entry-content.technical_reports .section .sub-section {
  padding-left: 15px;
}
#library .entry-content.technical_reports .section .sub-section .sub-item, #press-release-year .entry-content.technical_reports .section .sub-section .sub-item, .member-page .entry-content.technical_reports .section .sub-section .sub-item {
  padding-bottom: 5px;
}
#library .entry-content.technical_reports .section .sub-section .sub-item a, #press-release-year .entry-content.technical_reports .section .sub-section .sub-item a, .member-page .entry-content.technical_reports .section .sub-section .sub-item a {
  font-weight: 700;
}
#library .entry-content.technical_reports .section .sub-section .sub-item a:hover, #press-release-year .entry-content.technical_reports .section .sub-section .sub-item a:hover, .member-page .entry-content.technical_reports .section .sub-section .sub-item a:hover {
  text-decoration: underline;
}
#library .entry-content.technical_reports .section p.title, #press-release-year .entry-content.technical_reports .section p.title, .member-page .entry-content.technical_reports .section p.title {
  margin: 0;
}
#library .entry-content.technical_reports .section.featured .featured-item, #press-release-year .entry-content.technical_reports .section.featured .featured-item, .member-page .entry-content.technical_reports .section.featured .featured-item {
  padding: 0 0 20px 0;
}
#library .entry-content.technical_reports .section.featured p.title, #press-release-year .entry-content.technical_reports .section.featured p.title, .member-page .entry-content.technical_reports .section.featured p.title {
  font-weight: 700;
  letter-spacing: 0.05em;
}
#library .entry-content.technical_reports .section.newsletter .newsletter-item, #press-release-year .entry-content.technical_reports .section.newsletter .newsletter-item, .member-page .entry-content.technical_reports .section.newsletter .newsletter-item {
  padding-bottom: 5px;
}
#library .entry-content.technical_reports .section.newsletter .newsletter-item a, #press-release-year .entry-content.technical_reports .section.newsletter .newsletter-item a, .member-page .entry-content.technical_reports .section.newsletter .newsletter-item a {
  font-weight: 700;
}
#library .entry-content.technical_reports .section.newsletter .newsletter-item a:hover, #press-release-year .entry-content.technical_reports .section.newsletter .newsletter-item a:hover, .member-page .entry-content.technical_reports .section.newsletter .newsletter-item a:hover {
  text-decoration: underline;
}
#library .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item, #library .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item, #press-release-year .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item, #press-release-year .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item, .member-page .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item, .member-page .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item {
  padding-bottom: 5px;
}
#library .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item a, #library .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item a, #press-release-year .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item a, #press-release-year .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item a, .member-page .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item a, .member-page .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item a {
  font-weight: 700;
}
#library .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item a:hover, #library .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item a:hover, #press-release-year .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item a:hover, #press-release-year .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item a:hover, .member-page .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-applied-technology-item a:hover, .member-page .entry-content.technical_reports .section.silicon-chemistry .sub-section .silicon-articles-item a:hover {
  text-decoration: underline;
}
#library .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item, #library .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item, #press-release-year .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item, #press-release-year .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item, .member-page .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item, .member-page .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item {
  padding-bottom: 5px;
}
#library .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item a, #library .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item a, #press-release-year .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item a, #press-release-year .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item a, .member-page .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item a, .member-page .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item a {
  font-weight: 700;
}
#library .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item a:hover, #library .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item a:hover, #press-release-year .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item a:hover, #press-release-year .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item a:hover, .member-page .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-applied-chemistry-item a:hover, .member-page .entry-content.technical_reports .section.metal-chemistry .sub-section .metal-articles-item a:hover {
  text-decoration: underline;
}
#library .entry-content.technical_reports .section p.section-title, #press-release-year .entry-content.technical_reports .section p.section-title, .member-page .entry-content.technical_reports .section p.section-title {
  font-weight: 700;
  letter-spacing: 0.025em;
}
#library .entry-content.technical_reports .section p.sub-section-title, #press-release-year .entry-content.technical_reports .section p.sub-section-title, .member-page .entry-content.technical_reports .section p.sub-section-title {
  margin: 15px 0 5px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#library .entry-content.technical_reports .section a, #press-release-year .entry-content.technical_reports .section a, .member-page .entry-content.technical_reports .section a {
  color: #24439C;
}
#library .entry-content.technical_reports .section a:hover, #press-release-year .entry-content.technical_reports .section a:hover, .member-page .entry-content.technical_reports .section a:hover {
  text-decoration: underline;
}
#library .library-events-calendar .library-events-upcoming .events-wrapper h3, #press-release-year .library-events-calendar .library-events-upcoming .events-wrapper h3, .member-page .library-events-calendar .library-events-upcoming .events-wrapper h3 {
  padding: 0;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
}
#library .library-events-calendar .library-events-upcoming .events-wrapper h3 .date, #press-release-year .library-events-calendar .library-events-upcoming .events-wrapper h3 .date, .member-page .library-events-calendar .library-events-upcoming .events-wrapper h3 .date {
  font-weight: 700;
  color: #DF0250;
}
#library .library-events-calendar .library-events-upcoming .events-wrapper h3 a, #press-release-year .library-events-calendar .library-events-upcoming .events-wrapper h3 a, .member-page .library-events-calendar .library-events-upcoming .events-wrapper h3 a {
  color: #24439C;
  font-weight: 400;
}
#library .library-events-calendar .library-events-upcoming .events-wrapper h3 a:hover, #press-release-year .library-events-calendar .library-events-upcoming .events-wrapper h3 a:hover, .member-page .library-events-calendar .library-events-upcoming .events-wrapper h3 a:hover {
  text-decoration: underline;
}
#library .library-events-calendar .library-events-upcoming .events-wrapper .bs div:last-child h3, #press-release-year .library-events-calendar .library-events-upcoming .events-wrapper .bs div:last-child h3, .member-page .library-events-calendar .library-events-upcoming .events-wrapper .bs div:last-child h3 {
  padding-bottom: 15px;
}
#library .library-events-calendar .library-events-previous .events-wrapper h3, #press-release-year .library-events-calendar .library-events-previous .events-wrapper h3, .member-page .library-events-calendar .library-events-previous .events-wrapper h3 {
  padding: 0;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
}
#library .library-events-calendar .library-events-previous .events-wrapper h3 .date, #press-release-year .library-events-calendar .library-events-previous .events-wrapper h3 .date, .member-page .library-events-calendar .library-events-previous .events-wrapper h3 .date {
  font-weight: 700;
  color: #DF0250;
}
#library .library-events-calendar .library-events-previous .events-wrapper h3 a, #press-release-year .library-events-calendar .library-events-previous .events-wrapper h3 a, .member-page .library-events-calendar .library-events-previous .events-wrapper h3 a {
  color: #24439C;
  font-weight: 400;
}
#library .library-events-calendar .library-events-previous .events-wrapper h3 a:hover, #press-release-year .library-events-calendar .library-events-previous .events-wrapper h3 a:hover, .member-page .library-events-calendar .library-events-previous .events-wrapper h3 a:hover {
  text-decoration: underline;
}
#library .library-events-calendar .library-events-previous .events-wrapper .bs div:last-child h3, #press-release-year .library-events-calendar .library-events-previous .events-wrapper .bs div:last-child h3, .member-page .library-events-calendar .library-events-previous .events-wrapper .bs div:last-child h3 {
  padding-bottom: 15px;
}
#library .library-news .news-article, #press-release-year .library-news .news-article, .member-page .library-news .news-article {
  padding: 15px 0;
}
#library .library-news .news-article p.title, #press-release-year .library-news .news-article p.title, .member-page .library-news .news-article p.title {
  color: #DF0250;
  letter-spacing: 0.025em;
  margin: 0;
}
#library .library-news .news-article h3, #press-release-year .library-news .news-article h3, .member-page .library-news .news-article h3 {
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
}
#library .library-press-releases .press-release, #press-release-year .library-press-releases .press-release, .member-page .library-press-releases .press-release {
  padding: 15px 0;
}
#library .library-press-releases .press-release p span.title, #press-release-year .library-press-releases .press-release p span.title, .member-page .library-press-releases .press-release p span.title {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
  font-weight: 700;
}
#library .library-press-releases .press-release p a.pdf-link, #press-release-year .library-press-releases .press-release p a.pdf-link, .member-page .library-press-releases .press-release p a.pdf-link {
  display: inline-block;
  color: #24439C;
  text-decoration: underline;
  font-weight: 700;
}
#library .library-press-releases .press-release p.body-content, #press-release-year .library-press-releases .press-release p.body-content, .member-page .library-press-releases .press-release p.body-content {
  margin: 0;
}

/* Search Page Specific */
.page.page-template-page-search .container-fixed > .row .entry-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page.page-template-page-search .grid-box-wrapper .grid-section.left {
  padding: 0 7.5px;
}
.page.page-template-page-search .grid-box-wrapper .grid-section.right {
  padding: 0 7.5px;
}

.read-more-less {
  float: left;
  width: 100%;
}
.read-more-less .expand-collapse-link {
  color: #24439C;
  font-weight: 700;
  text-decoration: underline;
}

.read-more-less-container {
  display: none;
}

.page-template-page-search .section.styled .header {
  margin-bottom: 10px;
}
.page-template-page-search .section.styled .content .section {
  margin: 0;
}
.page-template-page-search .section.styled .tab-content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-page-search .section.styled .tab-pane .content {
  padding-top: 0;
}
.page-template-page-search .section.styled .tab-pane .content .title a {
  color: #24439C;
  font-weight: bold;
  font-size: 16px;
}
.page-template-page-search .section.styled .tab-pane .content .title a:hover {
  text-decoration: underline;
}
.page-template-page-search .section.styled .footer {
  margin-top: 15px;
}

a.product-guide-link {
  color: #003e7e;
}

.border-box {
  background-color: #FFFFFF;
  padding: 10px 0;
  font-size: 14px;
}
.border-box.inline {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.border-box.inline .border-box-inner {
  padding: 10px 0;
}
.border-box .section {
  padding: 0 20px;
  border: none;
}
.border-box .section.styled {
  padding: 15px 40px 0;
  margin: 0 5px;
}
.border-box .section.styled a {
  letter-spacing: 0.01em;
}
.border-box .section .phone {
  background: url("../img/pre-footer-icons.png") no-repeat 0 0;
  height: 45px;
  min-width: 47px;
  background-position-x: center;
}
.border-box .section .email {
  background: url("../img/pre-footer-icons.png") no-repeat 0 -45px;
  height: 45px;
  min-width: 47px;
  background-position-x: center;
}
.border-box .section .tools {
  background: url("../img/pre-footer-icons.png") no-repeat 0 -90px;
  height: 45px;
  min-width: 47px;
  background-position-x: center;
}
.border-box .section.heavy-padding {
  padding: 40px;
}
.border-box .section .phone, .border-box .section .email, .border-box .section .tools {
  padding-bottom: 15px;
}
.border-box .section h1, .border-box .section h2, .border-box .section h4, .border-box .section h5 {
  font-family: "Roboto Condensed", serif;
}
.border-box .section h3 {
  font-family: "Roboto Condensed", serif;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin: 10px 0 15px;
}

@media (min-width: 768px) {
  .border-box .section {
    border-right: 2px solid #D8DFE3;
    border-right-width: 1px;
  }
  .border-box .section .copy {
    margin-top: 10px;
    text-align: center;
  }
  .border-box .section:last-child {
    border: none;
  }
}
@media (min-width: 992px) {
  .border-box .section .copy {
    text-align: left;
    margin-top: 0;
  }

  .save-product-icon {
    position: absolute;
    top: 19px;
    left: 19px;
  }

  .single-product .save-for-later {
    position: relative;
  }
  .single-product .save-for-later .save-product-icon {
    position: absolute;
    top: 14px;
    left: 22px;
  }
}
.border-box-left {
  border-right: 0;
}

.border-box-right {
  border-left: 0;
}

/* Archive Pages */
body.post-type-archive .archive-container {
  margin-bottom: 35px;
}
body.post-type-archive .archive-container > .row .entry-content p, body.post-type-archive .archive-container > .row .entry-content span {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.4em;
}
body.post-type-archive .archive-container > .row .entry-content .btn.btn-white, body.post-type-archive .archive-container > .row .entry-content .btn.btn-gray, body.post-type-archive .archive-container > .row .entry-content .btn.btn-purple, body.post-type-archive .archive-container > .row .entry-content .btn.btn-green, body.post-type-archive .archive-container > .row .entry-content .btn.btn-orange, body.post-type-archive .archive-container > .row .entry-content #searchStructure button.btn.chemdraw-search, #searchStructure body.post-type-archive .archive-container > .row .entry-content button.btn.chemdraw-search, body.post-type-archive .archive-container > .row .entry-content #searchStructure button.btn.chemdraw-smiles-search, #searchStructure body.post-type-archive .archive-container > .row .entry-content button.btn.chemdraw-smiles-search, body.post-type-archive .archive-container > .row .entry-content .wpcf7-form .request-form #chemdraw-form button.btn.chemdraw-search, .wpcf7-form .request-form #chemdraw-form body.post-type-archive .archive-container > .row .entry-content button.btn.chemdraw-search, body.post-type-archive .archive-container > .row .entry-content .wpcf7-form .request-form #chemdraw-form button.btn.chemdraw-smiles-search, .wpcf7-form .request-form #chemdraw-form body.post-type-archive .archive-container > .row .entry-content button.btn.chemdraw-smiles-search, body.post-type-archive .archive-container > .row .entry-content .woocommerce-account input.btn[type=submit], .woocommerce-account body.post-type-archive .archive-container > .row .entry-content input.btn[type=submit], body.post-type-archive .archive-container > .row .entry-content .btn.btn-default {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.post-type-archive .thumbnail-slider {
  padding-bottom: 50px;
}

/* Archive Application Page */
body.post-type-archive-gelest_application #archive_content .no-content {
  margin-top: 40px;
}

/* Single Application Specific Page */
#singleApplication .section.styled .nav-tabs {
  margin: 0;
}
#singleApplication .the-content h3 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.3em;
}
#singleApplication .the-content p {
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}

/* Order History Specific Page CSS Rules */
.order-history-page .my_account_orders .thead {
  background-color: #24439C;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-align: center;
}
.order-history-page .my_account_orders .thead p {
  margin: 0;
  font-size: 12px;
  padding: 5px 0;
  letter-spacing: 0.025em;
}
.order-history-page .my_account_orders .tbody {
  text-align: center;
  background-color: #FFFFFF;
}
.order-history-page .my_account_orders .tbody .order .column {
  border: 0;
}
.order-history-page .my_account_orders .tbody .order .column > * {
  font-size: 16px;
  display: inline-block;
  padding: 20px 0;
  margin: 0;
  line-height: 0;
}
.order-history-page .my_account_orders .tbody .order .column a {
  text-decoration: underline;
  color: #24439C;
  font-weight: 700;
}
.order-history-page .my_account_orders .tbody .order .column.order-actions a {
  font-size: 14px;
  color: #00AB79;
}
.order-history-page .my_account_orders .tbody .order:first-of-type .column:first-of-type > * {
  padding-top: 40px;
}
.order-history-page .my_account_orders .tbody .order:last-of-type .column:last-of-type > * {
  padding-bottom: 40px;
}

/*  Currently, below just being used on Search Page /product-search/ */
.entry-content .search-body-copy {
  margin: 30px auto;
  margin-bottom: 80px;
}
.entry-content .search-body-copy h1, .entry-content .search-body-copy h2, .entry-content .search-body-copy h3, .entry-content .search-body-copy h4, .entry-content .search-body-copy h5 {
  margin-top: 0;
}
.entry-content.page ul {
  font-size: 16px;
  padding: 0px 10px 5px;
}
.entry-content .page-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-content .page-content p.title {
  line-height: 0;
}
.entry-content .page-content p.body {
  line-height: 2em;
  letter-spacing: 0.05em;
}

a.tech-library-link {
  display: inline-block;
  padding: 5px 0 5px 45px;
  color: #24439C;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
a.tech-library-link:before {
  content: url("../img/open-book.png");
  position: absolute;
  left: 0;
}

/* Regular Pages */
#content .entry-content .container {
  margin: 50px auto;
}
#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h5 {
  font-weight: 700;
}
#content .entry-content p {
  letter-spacing: 0.025em;
}
#content .entry-content .page-content p.body {
  line-height: 2em;
  letter-spacing: 0.05em;
}

.container-fixed > .row .entry-content, .archive-container > .row .entry-content {
  letter-spacing: 0.05em;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-fixed > .row .entry-content.form, .archive-container > .row .entry-content.form {
  padding-top: 30px;
}
.container-fixed > .row .entry-content .the-content, .archive-container > .row .entry-content .the-content {
  padding-bottom: 60px;
}
.container-fixed > .row .entry-content .the-content p:last-child, .archive-container > .row .entry-content .the-content p:last-child {
  margin-bottom: 0;
}
.container-fixed > .row .entry-content .the-content ul li:last-child, .container-fixed > .row .entry-content .the-content ol li:last-child, .archive-container > .row .entry-content .the-content ul li:last-child, .archive-container > .row .entry-content .the-content ol li:last-child {
  margin-bottom: 0;
}
.container-fixed > .row .entry-content ul, .archive-container > .row .entry-content ul {
  font-size: 12px;
}
.container-fixed > .row .entry-content ul li, .archive-container > .row .entry-content ul li {
  list-style: disc outside none;
  margin: 20px;
}
.container-fixed > .row .sidebar > div, .archive-container > .row .sidebar > div {
  margin-bottom: 10px;
}
.container-fixed > .row .literature-wrapper, .archive-container > .row .literature-wrapper {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.container-fixed > .row .literature-wrapper .literature-wrapper-inner, .archive-container > .row .literature-wrapper .literature-wrapper-inner {
  width: 171px;
}
.container-fixed > .row .literature-wrapper .literature-wrapper-inner .attr-label-title, .archive-container > .row .literature-wrapper .literature-wrapper-inner .attr-label-title {
  padding: 0 10px;
}
.container-fixed > .row .literature-wrapper:first-child, .archive-container > .row .literature-wrapper:first-child {
  margin-left: -5px;
}

.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-page .sidebar .contact-us-callout {
  top: 0 !important;
}
.woocommerce-page #library > .row .entry-content.page ul.table {
  padding: 0;
}
.woocommerce-page #library > .row .entry-content.page ul.table .table-cell {
  margin-bottom: 20px;
  overflow: initial;
}
.woocommerce-page .woocommerce-cart-form {
  float: left;
  width: 100%;
}

.sidebar {
  padding-bottom: 10px;
}
.sidebar .contact-us-callout h3 {
  display: inline-block;
}
.sidebar.sidebar-white {
  background-color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
}
.sidebar.sidebar-white .top {
  padding: 40px 0;
  float: left;
  width: 100%;
}
.sidebar.sidebar-white .contact-us-callout.bottom {
  position: relative;
}
.sidebar.sidebar-white .added-content {
  background: #F1F4F6;
  margin-bottom: 0 !important;
}
.sidebar.sidebar-white .reset {
  padding: 20px 0 20px 40px;
  margin: 0;
  line-height: 1.7em;
}
.sidebar.sidebar-white .reset .list-items {
  display: table;
  table-layout: fixed;
}
.sidebar.sidebar-white .reset .list-items .attr-checkbox {
  display: table-cell;
  vertical-align: middle;
}
.sidebar.sidebar-white .reset .list-items .attr-checkbox-title, .sidebar.sidebar-white .reset .list-items .attr-label-title p, .attr-label-title .sidebar.sidebar-white .reset .list-items p, .sidebar.sidebar-white .reset .list-items .attr-label-title {
  display: table-cell;
  float: none;
  text-align: inherit;
  vertical-align: middle;
}
.sidebar.sidebar-white #psg-accordion {
  margin-bottom: 0;
  margin: 0;
}
.sidebar.sidebar-white #psg-accordion .card, .sidebar.sidebar-white #psg-accordion .card + .card {
  margin: 0;
  padding: 10px 0 10px 40px;
  background: #e4e9ed;
}
.sidebar.sidebar-white #psg-accordion .card:last-of-type, .sidebar.sidebar-white #psg-accordion .card + .card:last-of-type {
  padding: 10px 0 20px 40px;
}
.sidebar.sidebar-white #psg-accordion .card.opened, .sidebar.sidebar-white #psg-accordion .card + .card.opened {
  background: #FFFFFF;
}
.sidebar.sidebar-white #psg-accordion .card-header {
  padding: 0;
  color: #383C3A;
  background-color: transparent;
  border: 0;
}
.sidebar.sidebar-white #psg-accordion .card-header .card-title a, .sidebar.sidebar-white #psg-accordion .card-header .card-title h4 {
  color: #24439C;
  line-height: 1em;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sidebar.sidebar-white #psg-accordion .card-header .card-title a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sidebar.sidebar-white #psg-accordion .card-header .card-title a span {
  display: block;
  color: #24439C;
  font-size: 12px;
  font-weight: 700;
  padding-right: 25px;
}
.sidebar.sidebar-white #psg-accordion .card-header .card-title a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  margin: 3px 0;
  background: transparent url("../img/msg-arrows.png") no-repeat;
  background-position: 0 -6px;
  right: 25px;
  top: 0;
  bottom: 0;
}
.sidebar.sidebar-white #psg-accordion .card-header .card-title a.collapsed:after {
  background-position: 0 0;
}
.sidebar.sidebar-white #psg-accordion .card-body {
  padding: 0;
  border: 0;
}
.sidebar .added-content {
  float: left;
  width: 100%;
}
.sidebar .added-content p {
  margin-bottom: 0;
  color: #383C3A;
  font-size: 16px;
}
.sidebar .added-content p.phone-number {
  color: #24439C;
  text-align: center;
  font-weight: 700;
}
.sidebar.sidebar-transparent {
  background: transparent;
}
.sidebar .bottom {
  margin-bottom: 10px !important;
}
.sidebar .bg-dkblue.top {
  padding: 5px 25px;
}
.sidebar .bg-dkblue.top p {
  font-size: 16px;
}
.sidebar .bg-dkblue.bottom {
  padding: 0 20px;
}
.sidebar .btn {
  margin: 20px 0;
  width: 75%;
}
.sidebar p {
  margin: 20px 0;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5 {
  margin: 10px 0;
}
.sidebar p, .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar span {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0;
  letter-spacing: 0.05em;
}
.sidebar p a, .sidebar h1 a, .sidebar h2 a, .sidebar h3 a, .sidebar h4 a, .sidebar h5 a, .sidebar span a {
  color: #FFFFFF;
  font-size: inherit;
}
.sidebar p a:hover, .sidebar h1 a:hover, .sidebar h2 a:hover, .sidebar h3 a:hover, .sidebar h4 a:hover, .sidebar h5 a:hover, .sidebar span a:hover {
  font-weight: 300;
  color: #FFFFFF;
}
.sidebar p.no-bottom-margin, .sidebar h1.no-bottom-margin, .sidebar h2.no-bottom-margin, .sidebar h3.no-bottom-margin, .sidebar h4.no-bottom-margin, .sidebar h5.no-bottom-margin, .sidebar span.no-bottom-margin {
  margin-bottom: 0;
}
.sidebar p strong, .sidebar p b, .sidebar h1 strong, .sidebar h1 b, .sidebar h2 strong, .sidebar h2 b, .sidebar h3 strong, .sidebar h3 b, .sidebar h4 strong, .sidebar h4 b, .sidebar h5 strong, .sidebar h5 b, .sidebar span strong, .sidebar span b {
  font-weight: 700;
}
.sidebar h1.bold, .sidebar h2.bold, .sidebar h3.bold, .sidebar h4.bold, .sidebar h5.bold {
  font-weight: 700;
}
.sidebar p {
  font-size: 23px;
}
.sidebar .content {
  padding: 20px 40px;
  text-align: center;
}
.sidebar .content.no-bottom-padding {
  padding-bottom: 0;
}
.sidebar .logo-box {
  text-align: center;
  padding-bottom: 85px;
}
.sidebar .logo-box .content {
  text-align: left;
}
.sidebar .logo-box > div:after {
  content: url("../img/gelest-logo-box.png");
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
}
.sidebar .library-callout {
  background-color: #FFFFFF;
}
.sidebar .library-callout p {
  color: #383C3A;
  letter-spacing: 0.05em;
}
.sidebar .library-callout p.title {
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
  font-weight: 700;
}
.sidebar .library-callout .technical_reports-wrapper .content {
  padding: 20px 30px;
}
.sidebar .library-callout .technical_reports-wrapper .content ul.link-list {
  padding: 5px 0;
}
.sidebar .library-callout .press_releases-wrapper ul.link-list li a, .sidebar .library-callout .events_calendar-wrapper ul.link-list li a {
  line-height: 2em;
}
.sidebar .library-callout ul.link-list, .sidebar .library-callout ul#menu-product-lines {
  list-style-type: none;
}
.sidebar .library-callout ul.link-list li, .sidebar .library-callout ul#menu-product-lines li {
  line-height: 1.5em;
  text-align: left;
  margin-left: 10px;
}
.sidebar .library-callout ul.link-list li a, .sidebar .library-callout ul#menu-product-lines li a {
  font-size: 12px;
  font-weight: 700;
  color: #24439C;
  line-height: 3em;
}
.sidebar .library-callout ul.link-list li a:hover, .sidebar .library-callout ul#menu-product-lines li a:hover {
  text-decoration: underline;
}
.sidebar .library-callout ul.link-list li.child, .sidebar .library-callout ul#menu-product-lines li.child {
  padding-left: 5px;
}
.sidebar .library-callout ul.link-list li.child a, .sidebar .library-callout ul#menu-product-lines li.child a {
  font-size: 10px;
}
.sidebar .library-callout ul#menu-product-lines li {
  border-bottom: 1px solid #d8dbdd;
}
.sidebar .library-callout ul.link-list {
  border-bottom: 1px solid #d8dbdd;
}
.sidebar .product-line-callout {
  margin-top: 10px;
}
.sidebar .psg-callout {
  background: transparent url("../img/static/app-sidebar/psg-callout.jpg") no-repeat center center;
  background-size: cover;
}
.sidebar .psg-callout .psg-wrapper .select-style {
  width: 75%;
  margin: 0 auto;
}
.sidebar .sbs-callout {
  background: transparent url("../img/static/app-sidebar/search-by-structure.jpg") no-repeat center center;
  background-size: cover;
}
.sidebar .quote-callout {
  background: transparent url("../img/static/app-sidebar/product-synthesis.jpg") no-repeat center center;
  background-size: cover;
}
.sidebar .quote-callout .quote-wrapper .content {
  text-align: center;
}
.sidebar .company-information-callout {
  width: 100%;
}
.sidebar .emergency-contact-callout p {
  font-size: 16px;
}
.sidebar .emergency-contact-callout, .sidebar .company-information-callout {
  background: #FFFFFF;
  display: none;
}
.sidebar .emergency-contact-callout .email, .sidebar .company-information-callout .email {
  font-weight: 700;
}
.sidebar .emergency-contact-callout p, .sidebar .company-information-callout p {
  font-size: 16px;
}
.sidebar .emergency-contact-callout p, .sidebar .emergency-contact-callout span, .sidebar .emergency-contact-callout h1, .sidebar .emergency-contact-callout h2, .sidebar .emergency-contact-callout h3, .sidebar .emergency-contact-callout h4, .sidebar .emergency-contact-callout h5, .sidebar .company-information-callout p, .sidebar .company-information-callout span, .sidebar .company-information-callout h1, .sidebar .company-information-callout h2, .sidebar .company-information-callout h3, .sidebar .company-information-callout h4, .sidebar .company-information-callout h5 {
  color: #383C3A;
}
.sidebar .emergency-contact-callout p.title, .sidebar .company-information-callout p.title {
  font-weight: 700;
  letter-spacing: 0.025em;
}
.sidebar .emergency-contact-callout p.title i.fa, .sidebar .company-information-callout p.title i.fa {
  float: right;
  font-size: 18px;
}
.sidebar .emergency-contact-callout p.title a, .sidebar .company-information-callout p.title a {
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.sidebar .emergency-contact-callout p.title span.desc, .sidebar .company-information-callout p.title span.desc {
  font-size: 12px;
}
.sidebar .emergency-contact-callout .bg-dkblue h1, .sidebar .emergency-contact-callout .bg-dkblue h2, .sidebar .emergency-contact-callout .bg-dkblue h3, .sidebar .emergency-contact-callout .bg-dkblue h4, .sidebar .emergency-contact-callout .bg-dkblue h5, .sidebar .emergency-contact-callout .bg-dkblue a, .sidebar .company-information-callout .bg-dkblue h1, .sidebar .company-information-callout .bg-dkblue h2, .sidebar .company-information-callout .bg-dkblue h3, .sidebar .company-information-callout .bg-dkblue h4, .sidebar .company-information-callout .bg-dkblue h5, .sidebar .company-information-callout .bg-dkblue a {
  color: #FFFFFF;
}
.sidebar .emergency-contact-callout a, .sidebar .company-information-callout a {
  color: #24439C;
}
.sidebar .emergency-contact-callout a:hover, .sidebar .company-information-callout a:hover {
  color: #24439C;
  text-decoration: underline;
}
.sidebar .emergency-contact-callout a.btn, .sidebar .company-information-callout a.btn {
  margin: 10px auto;
  width: 100%;
  color: #FFFFFF;
}
.sidebar .emergency-contact-callout a.btn:hover, .sidebar .company-information-callout a.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.sidebar .emergency-contact-callout .body-content, .sidebar .company-information-callout .body-content {
  padding: 0 50px;
}
.sidebar .emergency-contact-callout .body-content .contact-info p, .sidebar .emergency-contact-callout .body-content .contact-more p, .sidebar .emergency-contact-callout .body-content .contact-other p, .sidebar .company-information-callout .body-content .contact-info p, .sidebar .company-information-callout .body-content .contact-more p, .sidebar .company-information-callout .body-content .contact-other p {
  font-size: 14px;
  font-weight: 400;
}
.sidebar .emergency-contact-callout .body-content .contact-info p.title, .sidebar .emergency-contact-callout .body-content .contact-info p .title, .sidebar .emergency-contact-callout .body-content .contact-more p.title, .sidebar .emergency-contact-callout .body-content .contact-more p .title, .sidebar .emergency-contact-callout .body-content .contact-other p.title, .sidebar .emergency-contact-callout .body-content .contact-other p .title, .sidebar .company-information-callout .body-content .contact-info p.title, .sidebar .company-information-callout .body-content .contact-info p .title, .sidebar .company-information-callout .body-content .contact-more p.title, .sidebar .company-information-callout .body-content .contact-more p .title, .sidebar .company-information-callout .body-content .contact-other p.title, .sidebar .company-information-callout .body-content .contact-other p .title {
  font-size: 16px;
  font-weight: 700;
}
.sidebar #create-account-box {
  background-color: #E8EDF0;
  margin-top: 60px;
  padding: 20px 40px;
  border-radius: 5px;
}
.sidebar #create-account-box p {
  font-size: 14px;
  margin-bottom: 20px;
}
.sidebar #modify-account-box {
  background-color: #E8EDF0;
  margin: 15px 0;
  padding: 20px 40px;
  border-radius: 5px;
}
.sidebar #modify-account-box p {
  color: #383C3A;
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sidebar .quote-callout .quote-wrapper .content {
    text-align: left;
  }
}
.single-gelest_application .row .entry-content ul, .single-gelest_application .row .entry-content ol {
  margin: 25px 0;
}
.single-gelest_application .row .entry-content ul li, .single-gelest_application .row .entry-content ol li {
  font-size: 13px;
  line-height: 1.4em;
  margin: 5px 50px 10px 50px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

/* Catalogs/Brochures Specific Page and Section */
#catalogsDropDownNav {
  background-color: #F1F4F6;
  height: 115px;
}
#catalogsDropDownNav .brochures-dropdown {
  padding: 0px 24px;
  top: 34px;
  width: 100%;
}
#catalogsDropDownNav .brochures-dropdown button {
  width: 100%;
  color: #24439C;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: unset;
  text-align: left;
  background: url(../img/page-nav-caret.svg) no-repeat #fff 95%;
  border: 1px solid #24439C;
  border-radius: 4px;
}
#catalogsDropDownNav .brochures-dropdown button:after {
  content: none;
}
#catalogsDropDownNav .brochures-dropdown button:focus {
  box-shadow: none !important;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu {
  border: 1px solid #D8DFE3;
  border-radius: 4px;
  max-height: 410px !important;
  width: 100%;
  overflow: auto;
  top: 35px !important;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 16px;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #D8DFE3 !important;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #D8DFE3 !important;
  border-radius: 20px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu a:hover {
  text-decoration: none;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu.show {
  border: 1px solid #24439C;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-color: #98A9B3;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu .dropdown-menu-item {
  color: #98A9B3;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px !important;
  font-weight: normal !important;
  letter-spacing: unset !important;
  white-space: nowrap;
}
#catalogsDropDownNav .brochures-dropdown .dropdown-menu .dropdown-menu-item:hover {
  color: #383C3A;
  text-decoration: none;
}
#catalogsDropDownNav .brochures-dropdown.show button {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.catalogs-brochures {
  width: 100%;
}
.catalogs-brochures .border-bottom.border-spacing, .catalogs-brochures .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a.border-spacing, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .catalogs-brochures ul.navbar-nav > li.dropdown.open > a.border-spacing, .catalogs-brochures #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td.border-spacing, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child .catalogs-brochures td.border-spacing, .catalogs-brochures .sidebar.sidebar-white .border-spacing.reset, .sidebar.sidebar-white .catalogs-brochures .border-spacing.reset {
  padding-bottom: 40px;
}

form.checkout input[type=text], form.checkout input[type=password], form.checkout textarea, form.checkout input[type=email], form.checkout input[type=tel] {
  font-size: 18px;
  width: 100%;
}
form.checkout input[type=text]::-webkit-input-placeholder, form.checkout input[type=password]::-webkit-input-placeholder, form.checkout textarea::-webkit-input-placeholder, form.checkout input[type=email]::-webkit-input-placeholder, form.checkout input[type=tel]::-webkit-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
form.checkout input[type=text]:-moz-placeholder, form.checkout input[type=password]:-moz-placeholder, form.checkout textarea:-moz-placeholder, form.checkout input[type=email]:-moz-placeholder, form.checkout input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
form.checkout input[type=text]::-moz-placeholder, form.checkout input[type=password]::-moz-placeholder, form.checkout textarea::-moz-placeholder, form.checkout input[type=email]::-moz-placeholder, form.checkout input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
form.checkout input[type=text]:-ms-input-placeholder, form.checkout input[type=password]:-ms-input-placeholder, form.checkout textarea:-ms-input-placeholder, form.checkout input[type=email]:-ms-input-placeholder, form.checkout input[type=tel]:-ms-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
form.checkout input[type=text]::placeholder, form.checkout input[type=password]::placeholder, form.checkout textarea::placeholder, form.checkout input[type=email]::placeholder, form.checkout input[type=tel]::placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
form.checkout input.input-text, form.checkout textarea.input-textarea {
  padding: 10px 15px;
  font-weight: 700;
}
form.checkout textarea.input-textarea {
  max-width: 100%;
  min-height: 85px;
}
form.checkout select {
  text-indent: 0.01px;
  width: 100%;
  text-overflow: "";
  margin-left: 0px;
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 700;
  background: url("../img/select-down.png") no-repeat right center #FFFFFF;
  color: #ced8dd;
  font-weight: 700;
}
form.checkout select option {
  color: #383C3A;
}
form.checkout select option:first-child {
  color: #ced8dd;
}

.woocommerce-account input[type=text], .woocommerce-account input[type=password], .woocommerce-account textarea, .woocommerce-account input[type=email], .woocommerce-account input[type=tel] {
  font-size: 18px;
  width: 100%;
}
.woocommerce-account input[type=text]::-webkit-input-placeholder, .woocommerce-account input[type=password]::-webkit-input-placeholder, .woocommerce-account textarea::-webkit-input-placeholder, .woocommerce-account input[type=email]::-webkit-input-placeholder, .woocommerce-account input[type=tel]::-webkit-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.woocommerce-account input[type=text]:-moz-placeholder, .woocommerce-account input[type=password]:-moz-placeholder, .woocommerce-account textarea:-moz-placeholder, .woocommerce-account input[type=email]:-moz-placeholder, .woocommerce-account input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.woocommerce-account input[type=text]::-moz-placeholder, .woocommerce-account input[type=password]::-moz-placeholder, .woocommerce-account textarea::-moz-placeholder, .woocommerce-account input[type=email]::-moz-placeholder, .woocommerce-account input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.woocommerce-account input[type=text]:-ms-input-placeholder, .woocommerce-account input[type=password]:-ms-input-placeholder, .woocommerce-account textarea:-ms-input-placeholder, .woocommerce-account input[type=email]:-ms-input-placeholder, .woocommerce-account input[type=tel]:-ms-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.woocommerce-account input[type=text]::placeholder, .woocommerce-account input[type=password]::placeholder, .woocommerce-account textarea::placeholder, .woocommerce-account input[type=email]::placeholder, .woocommerce-account input[type=tel]::placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.woocommerce-account input.input-text, .woocommerce-account textarea.input-textarea {
  padding: 10px 15px;
  font-weight: 700;
}
.woocommerce-account textarea.input-textarea {
  max-width: 100%;
}
.woocommerce-account input[type=submit] {
  margin: 30px 15px;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-size: 12px;
}
.woocommerce-account .form-control-wrap {
  display: inline-block;
  width: 100%;
  margin: 10px;
}
.woocommerce-account select {
  text-indent: 0.01px;
  width: 100%;
  text-overflow: "";
  margin-left: 0px;
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 700;
  background: url("../img/select-down.png") no-repeat right center #FFFFFF;
  color: #ced8dd;
  font-weight: 700;
}
.woocommerce-account select option {
  color: #383C3A;
}
.woocommerce-account select option:first-child {
  color: #ced8dd;
}
.woocommerce-account .form-fields legend {
  border: 0;
}
.woocommerce-account form.edit-account {
  margin-top: 15px;
}
.woocommerce-account form.edit-account .form-fields > .row p {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account form.edit-account .form-fields > .row p span.form-control-wrap {
  margin-left: 0;
}
.woocommerce-account form.edit-account legend {
  color: #24439C;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Handle all Global Form Fields for Contact Form 7 in here! */
.wpcf7-form input, .wpcf7-form textarea {
  font-size: 18px;
  width: 100%;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #a1b4be;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 700;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea {
  padding: 10px 15px;
  font-weight: 700;
}
.wpcf7-form textarea.wpcf7-textarea {
  max-width: 100%;
}
.wpcf7-form input.wpcf7-submit {
  font-size: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin: 10px;
}
.wpcf7-form select.wpcf7-select {
  text-indent: 0.01px;
  width: 100%;
  text-overflow: "";
  margin-left: 0px;
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 700;
  background: url("../img/select-down.png") no-repeat right center #FFFFFF;
  font-weight: 700;
}
.wpcf7-form select.wpcf7-select option {
  color: #383C3A;
}
.wpcf7-form select.wpcf7-select option:first-child {
  color: #ced8dd;
}
.wpcf7-form .form-fields {
  padding: 30px 15px;
}
.wpcf7-form .request-form .response div.wpcf7-response-output {
  margin: 15px 5px 0 25px;
  padding: 10px;
  line-height: 1.5em;
  background-color: #FFFFFF;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.wpcf7-form .request-form #chemdraw-submit {
  text-align: center;
}
.wpcf7-form .request-form #chemdraw-form {
  position: relative;
  display: inline-block;
}
.wpcf7-form .request-form #chemdraw-form .ChemdrawWeb {
  position: relative;
  overflow: hidden;
  height: 300px !important;
  display: inline-block;
  margin: 10px;
  width: 100%;
  background: #FFFFFF;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar {
  width: 80%;
  background-color: #E8EDF0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton {
  background-color: #E8EDF0;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down-hovering, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-up-hovering {
  background-color: #CED7DC;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down .gwt-Image:last-child, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down-hovering .gwt-Image:last-child, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-up-hovering .gwt-Image:last-child {
  visibility: hidden;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton {
  background-color: #E8EDF0;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down-hovering, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton.gwt-PushButton-up-hovering {
  background-color: #CED7DC;
}
.wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down .gwt-Image:last-child, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down-hovering .gwt-Image:last-child, .wpcf7-form .request-form #chemdraw-form .CDW_ToolBar .gwt-PushButton.gwt-PushButton-up-hovering .gwt-Image:last-child {
  visibility: hidden;
}
.wpcf7-form .request-form #chemdraw-form button.get-InChI {
  display: none;
}
.wpcf7-form .request-form #chemdraw-form button.chemdraw-search, .wpcf7-form .request-form #chemdraw-form button.chemdraw-smiles-search {
  margin: 30px 15px;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.library-form .wpcf7-form .request-form h3 {
  font-weight: 700;
}
.library-form .wpcf7-form .request-form .response div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.library-form .wpcf7-form input.wpcf7-submit {
  width: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.library-form .wpcf7-form .form-fields {
  padding: 0;
  margin: 0 -10px;
}
.library-form .wpcf7-form .request-form {
  margin: 0 -15px;
}
.library-form .container {
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #DFDFDD;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

#brochureRequestModal .modal-dialog {
  max-width: 950px;
}
#brochureRequestModal .modal-close {
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: transparent;
  position: fixed;
  right: 45px;
  top: 35px;
  font-size: 60px;
  color: #F7F8F9;
  z-index: 1;
  text-shadow: 0 0 3px #000000;
}
#brochureRequestModal .modal-content {
  background-color: #F7F8F9;
  border-radius: 6px;
}
#brochureRequestModal .modal-header {
  border-bottom: none;
}
#brochureRequestModal .modal-body {
  border-top: none;
}
#brochureRequestModal .modal-body button {
  top: 0;
}
#brochureRequestModal .modal-body .brochures-selected .badge {
  color: #fff;
  background-color: #24439C;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield {
  margin-bottom: 25px;
  margin-top: 0px;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield label {
  display: inline-block !important;
  font-size: 14px;
  max-width: 95%;
  letter-spacing: unset;
  line-height: 18px;
  font-weight: 700;
  color: #383C3A;
  margin-bottom: 0px !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield input[type=text], #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .btn-group {
  border: 1px solid #D8DFE3;
  max-height: 46px;
  font-size: 16px !important;
  background-color: white !important;
  line-height: 18px;
  font-weight: normal;
  border-radius: 6px;
  margin-top: 5px !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield input[type=text]::placeholder, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select::placeholder, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .btn-group::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select {
  background: url("../img/dropdown-caret.svg") no-repeat;
  background-position: 95%;
  border: 1px solid #D8DFE3;
  border-radius: 6px;
  cursor: pointer;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select:after {
  content: none;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select::-webkit-scrollbar {
  width: 16px;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select::-webkit-scrollbar-track {
  background-color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #D8DFE3 !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield select::-webkit-scrollbar-thumb {
  background-color: #D8DFE3 !important;
  border-radius: 20px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield.gchoice_checkbox label {
  max-width: 100%;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .ginput_complex span {
  margin-top: 0px;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield.gfield_left_half {
  padding-right: 16px !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield.gfield_right_half {
  padding-right: 16px !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .ginput_container .address_state {
  margin-top: 0px;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_phone, #brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_email {
  margin-top: 0px !important;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gfield_html {
  font-size: 32px;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_body .gchoice label {
  padding: 0px 10px 10px;
  font-weight: normal;
  vertical-align: top;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_footer .top_label {
  padding: 0;
  margin: 0;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_footer input[type=submit] {
  text-transform: none;
  color: white !important;
  background-color: #00AB79;
  border: none;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 14px !important;
  letter-spacing: unset;
  font-weight: 700;
  line-height: 25px;
  height: 55px;
  max-width: 230px;
  width: 100%;
}
#brochureRequestModal .modal-body .gform_wrapper form .gform_footer input[type=submit]:hover {
  border: none;
  background-color: #008860;
}
#brochureRequestModal .modal-body .ginput_container_checkbox {
  margin: 0;
}
#brochureRequestModal .modal-body .checkbox-control.disclaimer {
  margin-bottom: 25px;
  padding: 12px 0px 0px;
}
#brochureRequestModal .modal-body .checkbox-control.disclaimer label {
  line-height: 18px !important;
  font-weight: normal !important;
  letter-spacing: unset !important;
  cursor: pointer;
}
#brochureRequestModal .modal-body .checkbox-control.disclaimer:hover .checkbox-group label:after {
  opacity: 0.3;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group input[type=checkbox] {
  visibility: hidden;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group input[type=checkbox]:checked + label {
  color: #383C3A;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group label {
  color: #383C3A;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px !important;
  font-weight: normal !important;
  letter-spacing: unset !important;
  text-indent: 30px;
  white-space: nowrap;
  border-radius: 3px;
  border: 1px solid #98A9B3 !important;
  width: 15px;
  height: 15px;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group label:after {
  border-radius: 2px;
  width: 11px;
  height: 11px;
  top: 1px;
  left: 1px;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group label:hover {
  cursor: pointer;
  color: #383C3A;
}
#brochureRequestModal .modal-body .checkbox-control .checkbox-group label:hover:after {
  opacity: 0.3;
}
#brochureRequestModal .modal-body .brochures-dropdown {
  background-color: white;
}
#brochureRequestModal .modal-body .brochures-dropdown button {
  color: #98A9B3;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: unset;
  text-align: left;
  background: url("../img/dropdown-caret.svg") no-repeat;
  background-position: 95%;
}
#brochureRequestModal .modal-body .brochures-dropdown button:after {
  content: none;
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-menu {
  border: 1px solid #D8DFE3;
  border-radius: 4px;
  max-height: 410px !important;
  max-width: 680px;
  width: 100%;
  overflow: auto;
  top: -5px !important;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 16px;
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #D8DFE3 !important;
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #D8DFE3 !important;
  border-radius: 20px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-menu h6 {
  border-top: 1px solid #D8DFE3;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #24439C;
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-menu h6:first-of-type {
  border-top: none !important;
}
#brochureRequestModal .modal-body .brochures-dropdown .dropdown-divider {
  margin: 0;
  padding: 10px 0px;
  overflow: unset;
}
#brochureRequestModal .modal-footer {
  border-top: none;
}

#catalogs-brochures .navigation-row {
  border-bottom: 1px solid #D8DFE3;
  padding-top: 20px;
}
#catalogs-brochures .nav-tabs {
  border-bottom: unset;
  display: flex;
  /* flex-wrap: wrap; */
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
}
#catalogs-brochures .nav-tabs .nav-item {
  flex-basis: unset;
}
#catalogs-brochures .nav-tabs .nav-item .nav-link {
  width: fit-content;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  color: #98a9b3;
}
#catalogs-brochures .nav-tabs .nav-item .nav-link:hover {
  color: black;
  text-decoration: none;
}
#catalogs-brochures .nav-tabs .nav-item .nav-link.active {
  color: black;
  border-bottom: 4px solid #24439C;
  border-bottom-width: thick;
  background-color: unset;
}
#catalogs-brochures .catalogs-row.active {
  padding: 20px 0px 52px;
}
#catalogs-brochures .catalogs-row .catalog {
  margin-top: 30px;
}
#catalogs-brochures p.title {
  color: #383C3A;
  font-weight: 700;
}
#catalogs-brochures .content.row-view .border-box {
  scroll-margin-top: 65px;
  margin: 30px 0 30px;
}
#catalogs-brochures .content.row-view .border-box.last {
  margin-bottom: 0;
}
#catalogs-brochures .content.row-view.redesign .border-box {
  border-radius: 6px;
  border-width: 1px !important;
  height: fit-content;
  -webkit-box-shadow: 0px 0px 10px #0000001A;
  -moz-box-shadow: 0px 0px 10px #0000001A;
  box-shadow: 0px 0px 10px #0000001A;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -ms-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item .wc-product-images-wrapper .wc-product-images {
  border-radius: 3px;
  box-shadow: none;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-images-wrapper .wc-brochure-images {
  border-right: 2px solid #D8DFE3;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-images-wrapper .wc-brochure-images .img-container img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-height: 150px;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-loop-info .title {
  font-weight: 700;
  color: black;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-loop-info .description {
  font-size: 14px;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .btn {
  color: white !important;
  background-color: #24439C;
  white-space: nowrap;
  border: 1px solid #24439C;
  border-radius: 6px;
  font-size: 14px !important;
  letter-spacing: unset;
  font-weight: 700;
  line-height: 14px;
  height: 35px;
  width: 100%;
  padding-top: 10px;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .btn:hover {
  background-color: #1f3a87;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .btn.pdf {
  color: #24439C !important;
  background-color: white;
  border: 1px solid #D8DFE3;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .btn.pdf:hover {
  border: 1px solid #24439C;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .buttons .checkbox {
  align-items: baseline;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .buttons .checkbox .checkbox-group label {
  left: -9px !important;
  border-radius: 6px;
  border: 2px solid #D8DFE3;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .buttons .checkbox .checkbox-group label:after {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 1px;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .wc-brochure-buttons .buttons .checkbox .checkbox-title p {
  font-size: 12px !important;
  color: #383C3A;
  white-space: nowrap;
  font-weight: normal;
  left: -10px;
  font-family: "Roboto", sans-serif;
  line-height: 14px;
  letter-spacing: unset;
}
#catalogs-brochures .content.row-view.redesign .border-box .loop-item.catalogs .ellipsis {
  display: block;
  position: absolute;
  bottom: 30px !important;
  right: 34px !important;
  width: 16px;
  height: 5px;
  background-image: url(../img/ellipsis.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s ease;
  -moz-transition: background-image 0.3s ease;
  -ms-transition: background-image 0.3s ease;
  -o-transition: background-image 0.3s ease;
}
#catalogs-brochures .content.row-view.redesign .border-box:hover {
  -webkit-box-shadow: 0px 0px 30px #0000001A;
  -moz-box-shadow: 0px 0px 30px #0000001A;
  box-shadow: 0px 0px 30px #0000001A;
}
#catalogs-brochures .content.row-view.redesign .border-box:hover .loop-item.catalogs .ellipsis {
  background-image: url(../img/ellipsis_active.svg);
}
#catalogs-brochures .brochure-divider {
  border-top: 3px solid #24439C;
}

.request-form.catalog-brochures .book-icon {
  padding: 55px 0px 30px;
}
.request-form.catalog-brochures h4 {
  padding: 0px 0px 15px;
  color: #24439C;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
.request-form.catalog-brochures .gelest-brochure-request .btn {
  text-transform: none;
  color: white !important;
  background-color: #00AB79;
  border: none;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 14px !important;
  letter-spacing: unset;
  font-weight: 700;
  line-height: 25px;
  height: 35px;
  width: 100%;
  margin-bottom: 120px;
}
.request-form.catalog-brochures .gelest-brochure-request .btn:hover {
  background-color: #008860;
  border: none;
}

.image-border-box-wrapper {
  padding: 0 5px;
  display: inline-block;
}
.image-border-box-wrapper .image-border-box {
  padding: 5px;
  background-color: #D8DFE3;
}
.image-border-box-wrapper .image-border-box .image-border-box-inner {
  padding: 5px;
  background-color: #FFFFFF;
}
.select-style {
  margin: 25px 0;
  padding: 0;
  height: 40px;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  background: #FFFFFF url("../img/purple-arrow-down.png") no-repeat 95% 50%;
}
.select-style select {
  font-size: 18px;
  color: #383C3A;
  padding: 0 60px 0 10px;
  margin: 0 10px;
  letter-spacing: 0.025em;
  height: 100%;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}

.box-section {
  margin: 40px 0;
  background-color: #FFFFFF;
}
.box-section .entry-content {
  padding: 40px;
  font-weight: 500;
}
.box-section .entry-content p, .box-section .entry-content a {
  font-weight: 500;
}
.box-section .image-box {
  margin: -1px 0;
  position: relative;
  height: 100%;
}
.box-section .image-box img {
  width: 100%;
  height: auto;
}
.box-section .image-box .image-box-content {
  position: absolute;
  margin: auto;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  color: #FFFFFF;
}
.box-section .image-box .image-box-content p, .box-section .image-box .image-box-content span, .box-section .image-box .image-box-content a, .box-section .image-box .image-box-content a:hover, .box-section .image-box .image-box-content h1, .box-section .image-box .image-box-content h2, .box-section .image-box .image-box-content h3, .box-section .image-box .image-box-content h4, .box-section .image-box .image-box-content h5 {
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.box-section.left {
  border-right: 0;
}
.box-section.left .image-box {
  /*
        &:before, &:after {
          content: "";
          position: absolute;
          left: 0;
        }
        &:before {
          bottom: 80%;
          border-right: 15px solid transparent;
          border-bottom: 18px solid $white;
        }
        &:after {
          top: 20%;
          border-right: 15px solid transparent;
          border-top: 18px solid $white;
        }
  */
}
.box-section.left .image-box.stand-alone .image-box-content {
  padding-right: 60px;
}
.box-section.right {
  border-left: 0;
}
.box-section.right .image-box.stand-alone .image-box-content {
  padding-left: 60px;
}

@media (min-width: 992px) {
  .box-section.left {
    border: 2px solid #D8DFE3;
  }
  .box-section.left.border-heavy {
    border-width: 5px;
  }
  .box-section.left.border-spacing {
    padding: 15px;
    margin: 15px;
  }
  .box-section.left .image-box:before, .box-section.left .image-box:after {
    content: "";
    position: absolute;
    left: 0;
  }
  .box-section.left .image-box:before {
    bottom: 80%;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #FFFFFF;
  }
  .box-section.left .image-box:after {
    top: 20%;
    border-right: 15px solid transparent;
    border-top: 18px solid #FFFFFF;
  }
}
.tif-img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.ui-datepicker-calendar {
  display: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  float: none;
  margin: 0.4em auto 0.7em;
  display: block;
}

button.ui-datepicker-current {
  display: none;
}

.three-boxes {
  margin: 0 auto 20px;
}
.three-boxes .box-col {
  /* display: inline-block; */
}
.three-boxes .box-relative:hover .bottom {
  min-height: 100%;
  padding: 45px;
}
.three-boxes .box-relative:hover .bottom p.body {
  height: auto;
  padding: 20px 0;
}
.three-boxes .box-col .bottom {
  position: absolute;
  bottom: 0;
  min-height: 35%;
  background-color: #24439C;
  color: #FFFFFF;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 45px;
}
.three-boxes .box-col .bottom:before, .three-boxes .box-col .bottom:after {
  content: "";
  position: absolute;
  top: -18px;
}
.three-boxes .box-col .bottom:before {
  left: 15%;
  border-bottom: 18px solid #24439C;
  border-left: 20px solid transparent;
  border-right: 1000px solid #24439C;
}
.three-boxes .box-col .bottom:after {
  right: 85%;
  border-right: 20px solid transparent;
  border-bottom: 18px solid #24439C;
  border-left: 1000px solid #24439C;
}
.three-boxes .box-col .bottom p, .three-boxes .box-col .bottom a {
  letter-spacing: 0.05em;
  color: #FFFFFF;
  line-height: 1.5em;
}
.three-boxes .box-col .bottom p.body {
  height: 0;
  width: 73%;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
}
.three-boxes .box-col .bottom p.title {
  font-weight: bold;
}
.three-boxes .box-col .bottom p {
  margin: 0;
}
.three-boxes .box-col .bottom .arrow-link {
  font-weight: bold;
}
.three-boxes .box-col .bottom .arrow-link:hover {
  text-decoration: underline;
}

.material-selection {
  width: 100%;
}

.img-relative, .box-relative {
  position: relative;
}

.hide-overflow {
  overflow: hidden;
}

.row.white-sidebar {
  margin-left: 0;
  margin-right: 0;
}
.row.white-sidebar .entry-content > * {
  margin-right: auto;
}
.row.bs {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.table-row {
  margin-left: 15px;
  margin-right: 15px;
}
.row.table-row .row-md-height {
  border-spacing: 15px 0;
  border-collapse: separate;
  margin: 0 0 15px;
}
.row.lit-row {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.row.lit-row > div {
  float: none;
  display: inline-block;
}
.row.hide-overflow {
  overflow: hidden;
}
.row.hide-overflow .contain {
  margin: 0 -15px;
}
.tif-row h1, .tif-row h2, .tif-row h3, .tif-row h4, .tif-row h5 {
  font-family: "Roboto Condensed", serif;
}

/***** Specific Woocommerce Styles *****/
/* Single Product Pages */
#woocommerce_wrapper_container .bg-white {
  background: #FFFFFF;
}
#woocommerce_wrapper_container h3 {
  font-size: 32px;
  line-height: 42px;
  color: #24439C;
  font-weight: 300;
}
#woocommerce_wrapper_container #product-general {
  background-color: #FFFFFF;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F4F6));
  background: -webkit-linear-gradient(top, #FFF, #F1F4F6);
  background: -moz-linear-gradient(top, #FFF, #F1F4F6);
  background: -ms-linear-gradient(top, #FFF, #F1F4F6);
  background: -o-linear-gradient(top, #FFF, #F1F4F6);
}
#woocommerce_wrapper_container #product-general .main-product-buttons {
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
}
#woocommerce_wrapper_container #product-general .product-header .product-name {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  hyphens: auto;
  word-break: break-word;
  color: #24439C;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation.show .nav-toggle {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom: 1px solid #D8DFE3;
  box-shadow: 0px 0px 5px lightgrey;
  background-color: #FFFFFF;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation.show .nav-toggle:after {
  transform: rotate(180deg) !important;
  display: inline-block;
  padding: 0 8px;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation .nav-toggle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: unset;
  line-height: 18px;
  color: #24439C;
  white-space: nowrap;
  padding: 8px 6px 0 9px;
  border: 1px solid #24439C;
  box-shadow: none;
  border-radius: 6px;
  height: 35px;
  width: 225px !important;
  transition: none;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation .nav-toggle:after {
  padding: 0 8px;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation .nav-menu {
  width: 225px !important;
  box-shadow: 0px 0px 5px lightgrey;
  clip-path: inset(0px -5px -5px -5px);
  background-color: #FFFFFF;
  padding: 15px 0px 0px 15px;
  border: 1px solid #24439C;
  border-radius: 6px;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation .nav-menu.show {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  margin-top: -2px;
  border-top: 1px solid #D8DFE3;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation .nav-menu li a {
  display: unset;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: unset;
  line-height: 18px;
  padding: 10px !important;
  color: #98A9B3;
}
#woocommerce_wrapper_container #product-general .product-header .page-navigation .nav-menu li a:hover {
  color: unset;
}
#woocommerce_wrapper_container #product-general .product-header .product-meta .meta-value {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #383C3A;
}
#woocommerce_wrapper_container #product-general .product-header .product-meta .meta-value a {
  text-decoration-line: underline;
  text-decoration-color: #24439C;
  color: #24439C;
  font-weight: 700;
}
#woocommerce_wrapper_container #product-general .product-header .product-meta .meta-title {
  font-weight: 900;
  line-height: 18px;
  color: #383C3A;
}
#woocommerce_wrapper_container #product-general .wc-product-images-wrapper .button-wrapper.save {
  margin: 20px 0;
}
#woocommerce_wrapper_container #product-general .wc-product-images-wrapper .button-wrapper.save a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: normal;
  color: #98A9B3;
  text-transform: unset;
  background: unset;
  text-decoration-line: none;
}
#woocommerce_wrapper_container #product-general .wc-product-images-wrapper .button-wrapper.save i {
  position: unset;
  padding: 0 10px 0;
}
#woocommerce_wrapper_container #product-related {
  padding-bottom: 40px;
}
#woocommerce_wrapper_container #product-related .sds.btn-group .btn {
  font-size: 10px;
}
#woocommerce_wrapper_container #product-related .literature-wrapper {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
#woocommerce_wrapper_container #product-related .literature-wrapper .literature-wrapper-inner {
  width: 171px;
}
#woocommerce_wrapper_container #product-related .literature-wrapper .literature-wrapper-inner .attr-label-title {
  padding: 0 10px;
}
#woocommerce_wrapper_container #product-related .literature-wrapper:first-child {
  margin-left: -5px;
}
#woocommerce_wrapper_container .wc-product-summary {
  padding: 0 15px;
  text-align: center;
}
#woocommerce_wrapper_container .wc-product-summary .wc-product-title {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#woocommerce_wrapper_container .wc-product-summary .wc-product-meta p {
  font-weight: 900;
  font-size: 12px;
}
#woocommerce_wrapper_container .wc-product-summary .wc-product-meta p span {
  color: #383C3A;
  font-weight: 300;
}
#woocommerce_wrapper_container .wc-product-summary .wc-product-meta h2.product-code, #woocommerce_wrapper_container .wc-product-summary .wc-product-meta h2.cas-no {
  font-size: 14px;
}
#woocommerce_wrapper_container .wc-product-summary p {
  margin: 0;
  text-align: left;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form {
  padding: 0;
  /*
  .add-to-cart-wrapper {
    padding-top: 15px;
    width: auto;
    margin-bottom: 15px;
    .woocommerce-variation-add-to-cart {
      width: auto;
      .add-to-cart-button {
        padding: 6px 30px;
      }
    }
    .woocommerce-variation-bulk-inquiry {
      width: 50%;
      padding-left: 5px;
      a {
        &.bulk-inquiry {
          outline: 0;
          &:focus, &:active {
            @include box-shadow(none);
          }
        }
      }
    }
    a {
      @extend .roboto;
      font-weight: 700;
      // color: $dkblue;
      text-decoration: underline;
      font-size: 12px;
      @extend .upper;
    }
  }
  */
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages {
  margin: 0px auto;
  width: 100%;
  min-width: 700px;
  /*
  .woocommerce-variation-add-to-cart {
    margin: 30px auto 15px;
    display: block;
    text-align: center;
  }
  */
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages > p {
  color: #DF0250;
  font-size: 10px;
  font-weight: 700;
  margin: 10px 0;
  padding-bottom: 5px;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options .header-row {
  border-bottom: 1px solid #383C3A;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options .product-meta-row {
  border-bottom: 1px solid #D8DFE3;
  font-size: 16px !important;
  font-weight: unset;
  padding: 10px 0;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options .product-meta-row .add-to-cart button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: unset;
  text-transform: unset;
  height: 35px;
  width: 140px;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options .product-meta-row .add-to-cart button.disabled {
  background-color: #D8DFE3 !important;
  color: #98A9B3;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options .product-meta-row .qty {
  width: 40px;
  height: 40px;
  border: 1px solid #D8DFE3 !important;
  border-radius: 6px;
  text-align: center;
  margin-top: -1px;
  font-size: 16px;
  font-family: "Roboto";
  vertical-align: middle;
  font-weight: 300;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .wc-options .product-meta-row .woocommerce-Price-amount.contact {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #98A9B3;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages .woocommerce-variation-add-to-cart {
  margin: 30px auto 15px;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-in-bulk {
  background-color: #F1F4F6;
  margin: 25px auto;
  padding: 20px 0;
  width: 100%;
  max-width: none;
}
#woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-in-bulk h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #24439C;
}
#woocommerce_wrapper_container .wc-product-summary .button-wrapper a.btn {
  width: 200px;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group button.btn {
  width: 200px;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group button.btn.dropdown-toggle {
  white-space: normal;
  display: flex;
  align-items: center;
  line-height: 1.3em;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group button.btn i {
  margin-right: 3px;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group button.btn .caret {
  margin-left: 3px;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group ul.dropdown-menu {
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group ul.dropdown-menu > li {
  list-style: none !important;
  margin: auto !important;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group ul.dropdown-menu > li > a {
  padding: 0.3rem 1.5rem;
  width: auto;
}
#woocommerce_wrapper_container .wc-product-summary .btn-group ul.dropdown-menu > li > a:hover, #woocommerce_wrapper_container .wc-product-summary .btn-group ul.dropdown-menu > li > a:focus, #woocommerce_wrapper_container .wc-product-summary .btn-group ul.dropdown-menu > li > a:active {
  background-color: #e2e8ec;
  color: #24439C;
}
#woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages {
  font-weight: normal !important;
}
#woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages .wc-options .attr-checkbox-title, #woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages .wc-options .attr-label-title p, .attr-label-title #woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages .wc-options p, #woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages .wc-options .attr-label-title {
  font-size: 16px;
}
#woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages .wc-options .num-wrapper-outer .num-wrapper .qty {
  font-size: 16px;
  font-weight: normal;
}
#woocommerce_wrapper_container .wc-product-summary form.available-packages-form .available-packages .wc-options .attr-price span.price {
  font-size: 16px;
  font-weight: normal;
}
#woocommerce_wrapper_container .main-product-buttons .wc-product-buttons .button-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 5px;
}
#woocommerce_wrapper_container #product-specifics {
  background-color: #FFFFFF;
}
#woocommerce_wrapper_container #product-specifics .main-product-buttons {
  background-color: #FFFFFF;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section {
  float: left;
  width: 100%;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section span {
  font-size: 12px;
  color: #414042;
  font-weight: 300;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section span.wc-attribute-label {
  color: #24439C;
  font-weight: 700;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section a {
  color: #24439C;
  font-size: 12px;
  font-weight: 700;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .wc-product-attributes .wc-attribute-item {
  margin: 0;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .wc-product-attributes .wc-attribute-item.Molecular_Formula .wc-attribute-value {
  text-transform: none;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .info-collapse button:not(.slick-arrow):after {
  float: right;
  content: "";
  background: url("../img/collapse-minus.svg") no-repeat center center;
  display: block;
  width: 28px;
  height: 42px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .info-collapse button:not(.slick-arrow).collapsed:after {
  float: right;
  content: "";
  background: url("../img/expand-plus.svg") no-repeat center center;
  display: block;
  width: 28px;
  height: 42px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes {
  width: 100%;
  margin-bottom: 50px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes button {
  text-align: left !important;
  font-family: "Roboto";
  font-size: 32px;
  line-height: 42px;
  color: #24439C;
  padding-left: unset;
  letter-spacing: unset;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes button:after .extended {
  float: right;
  content: "";
  background: url("../img/collapse-minus.svg") no-repeat center center;
  display: block;
  width: 26px;
  height: 42px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes button.collapsed .extended:after {
  float: right;
  content: "";
  background: url("../img/expand-plus.svg") no-repeat center center;
  display: block;
  width: 26px;
  height: 42px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list-header button {
  border-bottom: 1px solid #D8DFE3;
  font-weight: 100;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list-header button.disabled {
  cursor: unset;
  opacity: unset;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .collapsed + .container.gradient {
  position: relative;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .collapsed + .container.gradient::after {
  height: 80px;
  width: 100%;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .container.extra-attributes {
  margin-top: -2px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .container.collapse:not(.show).extended {
  display: block;
  height: 120px !important;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .container.extended.collapsing {
  height: 120px !important;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .list-group-item {
  border: none;
  padding-left: 0px;
  font-size: 14px;
  line-height: 12px;
  color: #383C3A;
  word-wrap: break-word;
  hyphens: auto;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .attributes-list .list-group-item .attribute-title {
  text-transform: initial !important;
  font-weight: 700;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion {
  text-align: left !important;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .info-collapse .collapse.show, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .info-collapse .collapse.show, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .info-collapse .collapse.show {
  border-bottom: 1px solid #D8DFE3;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-header, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-header, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-header {
  border-top: 1px solid #D8DFE3;
  background-color: unset;
  font-size: 32px;
  line-height: 42px;
  color: #24439C;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-header button, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-header button, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-header button {
  min-height: 95px;
  font-weight: 300;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body {
  padding: unset;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body .attribute-name, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body .attribute-name, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body .attribute-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #383C3A;
  word-break: break-word;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body .attribute-value, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body .attribute-value, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body .attribute-value {
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body li, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body li, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body li {
  text-transform: initial !important;
  font-size: 16px;
  color: #383C3A;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body li .title, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body li .title, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body li .title {
  font-weight: 700 !important;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body .value, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body .value, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body .value {
  text-transform: initial !important;
  font-size: inherit;
  font-size: 16px;
  letter-spacing: normal;
}
#woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .additional-information-accordion .content-body a, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .technical-resources-accordion .content-body a, #woocommerce_wrapper_container #product-specifics .product-attributes-section .full-width-attributes .related-brochures-accordion .content-body a {
  font-size: 16px !important;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper {
  margin-bottom: 80px;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper:last-child {
  margin-bottom: 0;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper .collapse-title h4 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #24439C;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper .collapse-body p.collapse[aria-expanded=false] {
  height: 120px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper .collapse-body p.collapse[aria-expanded=false].show {
  display: block;
  height: auto !important;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper .collapse-body p.collapsing[aria-expanded=false] {
  min-height: 120px !important;
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper .collapse-body > a.collapsed:after {
  content: "[ + ] Expand";
}
#woocommerce_wrapper_container #product-specifics .collapse-wrapper .collapse-body > a:not(.collapsed):after {
  content: "[ - ] Collapse";
}
#woocommerce_wrapper_container #product-specifics a[name=product-attributes] {
  display: inline-block;
}
#woocommerce_wrapper_container #products-related {
  padding-top: 30px;
}

.nav-tabs .nav-row, .nav-tabs .nav-list, .nav-tabs .nav-icon {
  display: inline-block;
  padding: 5px;
  margin: 0;
}
.nav-tabs .nav-row:after, .nav-tabs .nav-list:after, .nav-tabs .nav-icon:after {
  content: "";
  background-image: url("../img/view-icons.png");
  display: inline-block;
  width: 19px;
  height: 16px;
}
.nav-tabs .nav-row:hover:after, .nav-tabs .nav-list:hover:after, .nav-tabs .nav-icon:hover:after {
  background-image: url("../img/view-icons-active.png");
}
.nav-tabs li.active .nav-row:after, .nav-tabs li.active .nav-list:after, .nav-tabs li.active .nav-icon:after {
  background-image: url("../img/view-icons-active.png");
}
.nav-tabs .nav-row:after {
  background-position: 0 0;
}
.nav-tabs .nav-list:after {
  background-position: 19px 0;
}
.nav-tabs .nav-icon:after {
  background-position: 50px 0;
}
.nav-tabs .nav-link {
  border: 0;
}

/* Row Style */
.wc-product-images-wrapper p {
  display: inline-block;
  margin: 0;
  padding: 20px 20px 0;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.wc-product-images-wrapper a {
  color: #24439C;
  text-decoration: none;
}
.wc-product-images-wrapper a:hover {
  text-decoration: underline;
}
.wc-product-images-wrapper .wc-product-images {
  box-shadow: 0px 0px 5px 5px #f1f4f6;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 0;
  min-height: 156px;
  height: auto;
}
.wc-product-images-wrapper .wc-product-images.wc-has-image > a {
  border: 0.5px solid #D8DFE3;
  position: relative;
  width: 100%;
  height: 100%;
}
.wc-product-images-wrapper .wc-product-images.wc-has-image > a:after {
  content: "";
  position: absolute;
  background: no-repeat url(../img/modal/magnify.svg) #383C3A center;
  background-size: 15px;
  width: 40px;
  height: 40px;
  bottom: 10px;
  left: 10px;
  opacity: 0.8;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wc-product-images-wrapper .wc-product-images.wc-has-image > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.wc-product-images-wrapper .wc-product-images.wc-has-image > a img {
  width: auto;
  max-height: none;
}
.wc-product-images-wrapper .wc-product-images.wc-has-image:hover > a:after {
  opacity: 0.8;
}
.wc-product-images-wrapper .wc-product-images.wc-has-image:hover > a:before {
  display: block;
  background-color: gray;
}
.wc-product-images-wrapper .wc-product-images img {
  padding: 0 7.5px;
  margin: 0 auto;
}

#productModal .modal-content {
  border-radius: 6px;
}
#productModal .modal-text {
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
#productModal .modal-close {
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: transparent;
  position: fixed;
  right: 45px;
  top: 35px;
  font-size: 60px;
  color: #F7F8F9;
  z-index: 1;
  text-shadow: 0 0 3px #000000;
}

body.single-product .wc-product-images-wrapper .wc-product-images {
  height: auto;
}
body.single-product .related-product .wc-product-images-wrapper .wc-product-images, body.single-product .related-brochure .wc-product-images-wrapper .wc-product-images {
  height: auto;
}
body.page-template-tpl-account-registration {
  background-color: #FFFFFF;
}
body.page-template-tpl-account-registration #account-registration {
  min-height: 650px;
}
body.page-template-tpl-account-registration #account-registration > .row {
  min-height: 650px;
}
body.page-template-tpl-account-registration #account-registration > .row > .entry-content {
  min-height: 650px;
}
body.page-template-tpl-account-registration #account-registration > .row > .entry-content .account-registration-wrapper {
  height: 100%;
}
body.page-template-tpl-account-registration #account-registration .entry-content .account-registration-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
body.page-template-tpl-account-registration #account-registration .entry-content .left {
  background-color: #F1F4F6;
  z-index: 100;
}
body.page-template-tpl-account-registration #account-registration .entry-content .left hr {
  border-top: 1px solid #CED7DC;
}
body.page-template-tpl-account-registration #account-registration .entry-content.sidebar-left .right, body.page-template-tpl-account-registration #account-registration .entry-content.sidebar-right .right {
  padding-bottom: calc(100px + 1.5rem);
  background-color: #FFFFFF;
}
body.page-template-tpl-account-registration #account-registration #request-account-sidebar > .content.row {
  width: 100%;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
body.page-template-tpl-account-registration #account-registration #request-account-sidebar p {
  font-size: 14px;
  margin-bottom: 0.5em;
}
body.page-template-tpl-account-registration #account-registration #request-account-sidebar p > a {
  font-size: 14px;
  text-decoration: underline;
}
body.page-template-tpl-account-registration #account-registration #request-account-sidebar a {
  font-size: 16px;
  color: #24439C;
}

.border-box .wc-product-buttons .btn-group.sds {
  width: 100%;
}
.border-box .wc-product-buttons .btn-group.sds button.dropdown-toggle {
  width: 100%;
}
.border-box .wc-product-buttons .btn-group.sds button.dropdown-toggle.btn {
  white-space: normal;
  display: flex;
  align-items: center;
  line-height: 1.3em;
  min-height: 39px;
}
.border-box .wc-product-buttons .btn-group.sds button.dropdown-toggle.btn .caret {
  margin-left: 3px;
}
.border-box .wc-product-buttons .btn-group.sds button.dropdown-toggle.btn .fa {
  font-size: 12px;
  margin-right: 3px;
}
.border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu {
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu > li {
  list-style: none !important;
  margin: auto !important;
}
.border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu > li > a {
  padding: 0.3rem 1.5rem;
  width: auto;
}
.border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu > li > a:hover, .border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu > li > a:focus, .border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu > li > a:active {
  background-color: #e2e8ec;
  color: #24439C;
}

.num-wrapper-outer {
  display: table;
}
.num-wrapper-outer .num-wrapper {
  background-color: #D8DFE3;
  padding: 1px;
  display: table-cell;
}
.num-wrapper-outer .num-wrapper .qty {
  width: 30px;
  height: 19px;
  text-align: center;
  margin-top: -1px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.num-wrapper-outer .num-wrapper input.btn-qty {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 0;
  cursor: pointer;
  line-height: 0;
  font-weight: 500;
  padding: 0;
  font-size: 11px;
}
.num-wrapper-outer .num-wrapper input.btn-qty.qtyminus {
  margin: -2px 0 0 2px;
}
.num-wrapper-outer .num-wrapper input.btn-qty.qtyplus {
  margin: -2px 2px 0 0;
}
.num-wrapper-outer .num-wrapper input[type=number] {
  outline: none;
  border: 0;
}
.num-wrapper-outer .num-wrapper input[type=number]:focus {
  outline: none;
  border: 0;
}
.num-wrapper-outer .num-wrapper input[type=number]::-webkit-inner-spin-button,
.num-wrapper-outer .num-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.attr-checkbox {
  width: 25px;
  z-index: 9;
}

.attr-label-title {
  padding-left: 0;
}
.attr-label-title p {
  padding-left: 0;
}

.inventory-disclaimer a {
  color: #24439C;
  text-decoration: none;
}
.inventory-disclaimer a:hover {
  text-decoration: underline;
}
.inventory-disclaimer .bulk-link a {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #24439C;
  text-decoration-line: underline;
}

.checkbox-group {
  width: 22px;
  height: 22px;
  margin: 0;
  position: relative;
}
.checkbox-group label {
  cursor: pointer;
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid #D8DFE3;
}
.checkbox-group label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  background: #24439C;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}
.checkbox-group label:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.checkbox-group input[type=checkbox] {
  visibility: hidden;
}
.checkbox-group input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

p.request-new-shipping-text {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

.woocommerce div.product .attr-price p.price, .woocommerce div.product .attr-price span.price {
  color: #24439C;
  font-weight: 500;
  font-size: 10px;
  padding: 0;
  letter-spacing: 0.1em;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border-top: none;
  margin-bottom: 0 !important;
  font-size: 12px;
}
.woocommerce .cart-buttons-wrapper .bottom-container .additional-fees {
  padding-bottom: 20px;
}

.woocommerce-account .content-title a {
  font-size: 16px;
}
.woocommerce-account .content-title a:after {
  font-size: 18px;
  padding-left: 10px;
}
.woocommerce-account .library-content > .woocommerce {
  padding: 5px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce-account .library-content > .woocommerce form.login {
  padding: 0;
  border: none;
}
.woocommerce-account .library-content > .woocommerce form.login .rm-wrapper {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .attr-checkbox-title, .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .attr-label-title, .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .attr-label-title p, .attr-label-title .woocommerce-account .library-content > .woocommerce form.login .rm-wrapper p {
  color: #24439C;
  padding-left: 7.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.woocommerce-account .library-content > .woocommerce form.login .rm-wrapper .checkbox-group {
  display: block;
}
.woocommerce-account .library-content > .woocommerce form.login input[type=submit] {
  padding: 6px 15%;
  margin: 0 15px 0 0;
}
.woocommerce-account .library-content > .woocommerce form.login .lost_password a {
  color: #24439C;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 14px;
  text-decoration: underline;
}
.woocommerce-account .library-content > .woocommerce form.login > p.form-row {
  padding: 0;
  margin: 25px 0;
}
.woocommerce-account .library-content > .woocommerce h2 {
  color: #24439C;
  margin-bottom: 40px;
}
.woocommerce-account .library-content > .woocommerce h3.section-header {
  color: #24439C;
  padding-left: 7.5px !important;
  padding-bottom: 0 !important;
  line-height: 1.3em;
}
.woocommerce-account.logged-in .library-content > .woocommerce {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
}
.woocommerce-account .address h4.title {
  margin: 15px 0;
}
.woocommerce-account .address .address-box {
  position: relative;
  padding: 20px 20px 10px;
}
.woocommerce-account .address .address-box .set-primary {
  padding-right: 0;
}
.woocommerce-account .address .address-box .set-primary .set-primary-address {
  display: inline-block;
  margin-top: 0;
}
.woocommerce-account .address .address-box .is_primary {
  font-size: 25px;
  color: #007855;
  padding-right: 0;
}
.woocommerce-account .address .address-box .inner-address, .woocommerce-account .address .address-box #primary-shipping {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
}
.woocommerce-account .address .address-box .inner-address.scaleDown, .woocommerce-account .address .address-box #primary-shipping.scaleDown {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.woocommerce-account .addresses-ship .request-new-shipping {
  outline: 0;
  margin: 20px 0 0 15px;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  color: #24439C;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2em;
  white-space: nowrap;
  font-size: 12px;
}
.woocommerce-account .addresses-ship .request-new-shipping:after {
  display: block;
  content: "";
  border-bottom: solid 2px #24439C;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.15s linear;
  -moz-transition: transform 0.15s linear;
  -ms-transition: transform 0.15s linear;
  -o-transition: transform 0.15s linear;
}
.woocommerce-account .addresses-ship .request-new-shipping:hover {
  outline: 0;
}
.woocommerce-account .addresses-ship .request-new-shipping:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.woocommerce-account .addresses-ship .request-new-shipping:focus, .woocommerce-account .addresses-ship .request-new-shipping:active {
  outline: 0;
}

/***** END Specific Woocommerce Styles! *****/
/***** Footer *****/
footer {
  background-color: #FFFFFF;
  padding: 50px 7.5px;
}
footer .section .textwidget > *, footer .section .menu {
  padding: 15px 0;
}
footer .section p {
  margin-bottom: 0;
}
footer .section .textwidget > .section-social {
  margin: 0 -10px;
  padding: 0;
}
footer .section .textwidget .phone-number {
  padding-bottom: 0px;
}
footer .section .textwidget .section-contact {
  padding: 20px 0;
}
footer .section .social-btn .fa-lg {
  font-size: 26px;
}
footer .section .social-btn .fa-stack {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
footer #menu-footer-main-navigation .menu-section {
  white-space: nowrap;
  margin-top: -15px;
  padding-left: 0;
}
footer #menu-footer-main-navigation .menu-item {
  margin: 10px 0;
}
footer #menu-footer-contact-navigation li.menu-item:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  font-size: 20px;
  padding-right: 15px;
  vertical-align: middle;
}
footer #menu-footer-contact-navigation li.menu-item a {
  display: inline-block;
}
footer .nav li {
  margin: 10px 0;
}
footer .nav li a {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2em;
}
footer .nav li a:hover, footer .nav li a:focus {
  background-color: transparent;
}
footer .section-logo a {
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  footer .section .gelest-address p {
    font-size: 14px;
  }
  footer .section .phone-number a {
    font-size: 16px;
  }
  footer .section #menu-footer-contact-navigation li a {
    font-size: 10px;
  }
  footer .section #menu-footer-main-navigation a {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  footer .section .gelest-address p {
    font-size: 16px;
  }
  footer .section .phone-number a {
    font-size: 20px;
  }
  footer .section #menu-footer-contact-navigation li a {
    font-size: 12px;
  }
  footer .section #menu-footer-main-navigation a {
    font-size: 12px;
  }
}
#subfooter {
  float: left;
  width: 100%;
  padding: 10px 0;
  background-color: #222423;
  color: #9e9e9e;
  font-size: 10px;
  text-transform: uppercase;
}
#subfooter p, #subfooter h1, #subfooter h2, #subfooter h3, #subfooter h4, #subfooter h5, #subfooter a, #subfooter span {
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  margin: 0;
  padding: 0;
  line-height: 18px;
  letter-spacing: 0.1em;
}
#subfooter .textwidget {
  display: inline-block;
}
#subfooter h1.part:after, #subfooter p.part:after {
  display: none;
}
#subfooter .part:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
#subfooter .part:last-child:after {
  display: none;
}
#subfooter a {
  color: #9e9e9e;
}
#subfooter a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#subfooter h1 {
  font-weight: 900;
}

.footer-menu h4.widget-title {
  font-size: 14px;
  text-transform: uppercase;
}
.footer-menu ul {
  list-style: none;
  font-size: 12px;
}
.footer-menu ul li a {
  color: #000000;
}

.tif-slider-wrapper.slider-homepage .tifco-box-wrapper .tifco-box-inner .tifco-box {
  max-width: 400px;
  width: 100%;
  padding: 30px;
}
.tif-slider-wrapper .slides-1 .carousel-inner {
  max-height: 275px;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner {
  overflow: inherit;
  left: initial;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box {
  width: auto;
  left: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.5);
  top: auto;
  bottom: 12%;
  padding: 15px 0;
  -ms-transform: initial;
  -webkit-transform: initial;
  transform: initial;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left {
  padding: 5px 30px;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2 {
  line-height: 1.1em;
  letter-spacing: 0.025em;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2.title {
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2.subtitle {
  color: #383C3A;
  margin: 0;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right {
  padding: 0;
  text-align: right;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper {
  padding: 0 20px;
  margin: 0;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper .carousel-indicators {
  text-align: inherit;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .bottom-wrapper {
  padding: 15px 20px;
  background-color: #24439C;
  display: inline-block;
  margin-right: -1px;
  width: auto;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .slider-caption p.headline {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right a {
  border: 0;
}
.tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .carousel-indicators {
  margin: 25px 0;
}
.tif-slider-wrapper .tifco-box-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 16;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .page-caption {
  bottom: auto !important;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: none;
  padding: 20px 30px 10px;
  right: initial;
  background: #24439C;
  color: #FFFFFF;
  z-index: 16;
  font-size: 16px;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .cap-hidden {
  display: none;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side {
  display: none;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
  background-color: transparent;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:before {
  top: 20%;
  height: 80%;
  border-right-width: 16px;
  border-right-style: solid;
  border-top: 18px solid transparent;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:after {
  bottom: 80%;
  height: 20%;
  border-right-width: 16px;
  border-right-style: solid;
  border-bottom: 18px solid transparent;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-home:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-home:after {
  border-right-color: #24439C;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:after {
  border-right-color: #FFFFFF;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:before {
  top: 30%;
  height: 70%;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:after {
  bottom: 70%;
  height: 30%;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption {
  letter-spacing: 0.025em;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link a, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link a {
  font-weight: 700;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption a {
  font-size: 16px;
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption a:hover {
  text-decoration: underline;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption h2 {
  margin: 0 0 15px;
  letter-spacing: 0.025em;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators {
  display: none;
  position: static;
  margin-top: 30px;
  margin-bottom: 0;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators li {
  background-color: #FFFFFF;
  margin: 1px 8px 1px 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
}
.tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin-top: 0;
}
.tif-slider-wrapper .carousel-inner > .carousel-item > img, .tif-slider-wrapper .carousel-inner > .carousel-item > a > img {
  margin: 0 auto;
}
.tif-slider-wrapper .page-image .item {
  min-height: 250px !important;
}
.tif-slider-wrapper .carousel-inner .carousel-item {
  min-height: 400px;
}

@media (min-width: 768px) {
  .tif-slider-wrapper.slider-homepage .tifco-box-wrapper .tifco-box-inner .tifco-box {
    left: 16px;
    max-width: 400px;
    width: 100%;
    padding: 40px 40px 40px 24px;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner {
    overflow: inherit;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box {
    width: auto;
    right: 16px;
    background: rgba(255, 255, 255, 0.5);
    top: auto;
    bottom: 12%;
    padding: 15px 0;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left {
    padding: 5px 30px;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2 {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.1em;
    letter-spacing: 0.025em;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2.title {
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-left h2.subtitle {
    color: #383C3A;
    font-weight: 300;
    margin: 0;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right {
    padding: 0;
    text-align: right;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper {
    padding: 0 20px;
    margin: 0;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper p {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .top-wrapper .carousel-indicators {
    text-align: inherit;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .bottom-wrapper {
    padding: 15px 20px;
    background-color: #24439C;
    display: inline-block;
    margin-right: -1px;
    width: auto;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .slider-caption p.headline {
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right a {
    border: 0;
  }
  .tif-slider-wrapper.slider-archive .tifco-box-wrapper .tifco-box-inner .tifco-box .container-right .carousel-indicators {
    margin: 25px 0;
  }
  .tif-slider-wrapper .tifco-box-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 16;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner {
    position: relative;
    height: 100%;
    width: 90%;
    overflow: hidden;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto;
    max-width: none;
    padding: 20px 30px 10px;
    right: initial;
    background: #24439C;
    color: #FFFFFF;
    z-index: 16;
    font-size: 16px;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .cap-hidden {
    display: none;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side {
    display: block;
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 100%;
    background-color: transparent;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:before {
    top: 20%;
    height: 80%;
    border-right-width: 16px;
    border-right-style: solid;
    border-top: 18px solid transparent;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side:after {
    bottom: 80%;
    height: 20%;
    border-right-width: 16px;
    border-right-style: solid;
    border-bottom: 18px solid transparent;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-home:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-home:after {
    border-right-color: #24439C;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:before, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:after {
    border-right-color: #FFFFFF;
    zoom: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:before {
    top: 30%;
    height: 70%;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .arrow-side.arrow-archive:after {
    bottom: 70%;
    height: 30%;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption {
    letter-spacing: 0.025em;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link {
    margin-top: 15px;
    white-space: nowrap;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link:after, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link:after {
    content: ">";
    display: inline-block;
    padding-left: 5px;
    text-decoration: none;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link a.underline, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link a.underline {
    text-decoration: underline;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.link a, .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption p.arrow-link a {
    font-weight: 700;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption a {
    font-size: 16px;
    margin: 0;
    color: #FFFFFF;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption a:hover {
    text-decoration: underline;
    font-weight: 700;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .slider-caption h2 {
    margin: 0 0 15px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators {
    display: flex;
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators li {
    background-color: #FFFFFF;
    margin: 1px 8px 1px 0;
    zoom: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .tif-slider-wrapper .tifco-box-wrapper .tifco-box-inner .tifco-box .carousel-indicators li.active {
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .tif-slider-wrapper .carousel-inner > .carousel-item > img, .tif-slider-wrapper .carousel-inner > .carousel-item > a > img {
    margin: 0 auto;
  }
  .tif-slider-wrapper .page-image .item {
    min-height: 400px !important;
  }
  .tif-slider-wrapper .carousel-inner .carousel-item img {
    min-height: 400px;
  }
}
/***** Buttons *****/
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #D8DFE3;
}
.form-control:focus {
  border: 1px solid #D8DFE3;
}

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.btn.btn-default {
  border-color: #24439C;
  background: #24439C;
  color: #FFFFFF;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #24439C;
  background: #1a3173;
  color: #FFFFFF;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}

/***  Header Search Section ***/
#searchProduct .search-header {
  width: 80%;
  margin: 0 auto;
}
#searchProduct .search-header .btn {
  display: block;
  margin: 15px auto 0;
  padding: 6px 10%;
}

/***  Chemdraw Search section   ***/
#searchStructure {
  margin: 0 auto;
  text-align: center;
}
#searchStructure > .content {
  padding: 0 0 15px;
}
#searchStructure .CDW_ToolBar {
  width: 80%;
  background-color: #E8EDF0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#searchStructure .CDW_ToolBar .gwt-ToggleButton {
  background-color: #E8EDF0;
}
#searchStructure .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down, #searchStructure .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down-hovering, #searchStructure .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-up-hovering {
  background-color: #CED7DC;
}
#searchStructure .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down .gwt-Image:last-child, #searchStructure .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-down-hovering .gwt-Image:last-child, #searchStructure .CDW_ToolBar .gwt-ToggleButton.gwt-ToggleButton-up-hovering .gwt-Image:last-child {
  visibility: hidden;
}
#searchStructure .CDW_ToolBar .gwt-PushButton {
  background-color: #E8EDF0;
}
#searchStructure .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down, #searchStructure .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down-hovering, #searchStructure .CDW_ToolBar .gwt-PushButton.gwt-PushButton-up-hovering {
  background-color: #CED7DC;
}
#searchStructure .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down .gwt-Image:last-child, #searchStructure .CDW_ToolBar .gwt-PushButton.gwt-PushButton-down-hovering .gwt-Image:last-child, #searchStructure .CDW_ToolBar .gwt-PushButton.gwt-PushButton-up-hovering .gwt-Image:last-child {
  visibility: hidden;
}
#searchStructure button.get-InChI {
  display: none;
}
#searchStructure button.chemdraw-search, #searchStructure button.chemdraw-smiles-search {
  margin: 30px 15px;
  display: inline-block;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.search-input {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border: 3px solid #D8DFE3;
  box-shadow: none;
}

#search-section {
  background: #FFFFFF;
  padding: 25px;
}
#search-section h1, #search-section h2, #search-section h3, #search-section h4, #search-section h5 {
  margin: 10px 0;
}
#search-section .search-left h3:after {
  content: "";
  display: none;
  font-family: "FontAwesome";
  padding-left: 20px;
}
#search-section .search-wrapper {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
#search-section .search-wrapper .search-left, #search-section .search-wrapper .search-right {
  display: inline-block;
}
#search-section .search-wrapper .search-right {
  max-width: 100%;
  width: 100%;
}
#search-section .search-wrapper .search-right .search-bar {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
#search-section .search-wrapper .search-right .search-bar form {
  position: relative;
}
#search-section .search-wrapper .search-right .search-bar form:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  line-height: 1.5em;
  font-size: 18px;
  left: 0;
  bottom: 0;
  top: 0;
}
#search-section .search-wrapper .search-right .search-bar form input.search-input {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  text-indent: 25px;
  border: 0;
  padding: 0;
  font-weight: normal;
  border-bottom: 3px solid #E89F32;
  line-height: 1.5em;
  font-size: 18px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 2px;
}

/***** Social Bar *****/
.social-wrapper {
  position: relative;
  display: inline-block;
}
.social-wrapper ul.social-links {
  margin: 0 auto;
  list-style: none;
}
.social-wrapper ul.social-links li.social-btn {
  display: inline-block;
}
.social-wrapper ul.social-links li.social-btn a {
  font-size: 16px;
}
.social-wrapper ul.social-links li.social-btn a span.fa-stack i.soc-icon {
  color: #414042;
}
.social-wrapper ul.social-links li.social-btn a:hover span.fa-stack i.soc-icon {
  color: #24439C;
}

/***** End Social Bar *****/
/***** Footer Logo Styles *****/
img.footer-logo {
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 20px;
}

/***** Button (Base btn-tif) *****/
.btn-tif {
  border: none;
  background-color: #303B4C;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  text-transform: uppercase;
}
.btn-tif:hover, .btn-tif:focus {
  border: none;
  color: #ffffff;
  background-color: #1c232d;
}

/***** END Button (Base btn-tif) *****/
/* Background pattern from subtlepatterns.com */
.cta-tif {
  background-color: #C8CCCC;
  background-image: url("http://subtlepatterns.com/patterns/squared_metal.png");
  margin: 20px 0;
  padding: 0px 0px 10px 0px;
}
.cta-tif h2 {
  text-align: center;
}
.cta-tif h4 {
  text-align: center;
}

/***** Content Full Height *****/
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.content {
  padding: 12px 3px;
}

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

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

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

/***** END Content Full Height *****/
/***** Custom Bootstrap 5 Column Classes *****/
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-4-5 {
  width: 20%;
  float: left;
}

.table.list-items > .table-cell {
  vertical-align: middle;
}
.table.list-items > .table-cell.attr-checkbox-title, .table.list-items > .table-cell.attr-label-title, .attr-label-title .table.list-items > p.table-cell {
  display: table-cell;
}
.table.list-items > .table-cell:last-child {
  text-align: right;
}

.list-items .item.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.list-items .item:last-child {
  width: auto;
  text-align: right;
  float: right;
}

/***** End Custom Bootstrap 5 Column Classes *****/
/***** RESPONSIVE NAVIGATION BEGIN *****/
.dropdown-menu > .active > a {
  background-color: transparent;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.header-mobile .menuMain {
  display: none;
}
.header-mobile .menuMain.mobile-menu {
  display: block;
}
.header-mobile .menuMain.mobile-menu nav.navbar {
  -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.8);
  width: 100%;
}
.header-mobile .menuMain.mobile-menu nav.navbar .logoMenu {
  padding-left: 5px;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-header {
  padding: 0 0 0 5px;
  box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.8);
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse {
  width: 100%;
  height: 100% !important;
  max-height: none;
  padding: 0 0 60px 0;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.6);
  border-top: 1px solid #969393;
  margin-top: -2px;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav {
  display: block;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li {
  overflow: hidden;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search {
  display: table;
  width: 100%;
  padding: 15px 10px 0;
  margin: 15px 0;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search form {
  display: table-cell;
  vertical-align: middle;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search form input {
  line-height: 1.5em;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search a {
  display: table-cell;
  vertical-align: middle;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > a {
  padding: 20px 15px;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > ul.dropdown-menu {
  display: block;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown.open > ul.dropdown-menu > li {
  width: 100%;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown > a:after {
  display: none;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown > a .caret-arrow {
  display: none;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown > a .caret-arrow:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.dropdown > a .caret-arrow:after {
  display: none;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-nav > li ul.dropdown-menu {
  min-width: initial;
  padding: 10px 15px;
}
.header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-nav > li ul.dropdown-menu li a {
  font-size: 14px;
  padding: 10px 0;
}
.header-mobile .menuMain.mobile-menu nav.navbar.fixed-top .navbar-header {
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0.9);
}

.menuMain {
  padding: 20px 0;
  background: #FFFFFF;
  height: auto;
}
.menuMain .navbar-collapse {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.menuMain .menu-bootstrap-menu a {
  cursor: pointer;
}
.menuMain .navbar-toggler {
  border-radius: 0;
  margin-top: 15px;
}
.menuMain .navbar-toggler:hover {
  background-color: #003e7e;
}
.menuMain .navbar-toggler:hover span {
  background-color: white;
}
.menuMain .logoMenu .scroll-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.menuMain .logoMenu .base-logo {
  width: 110px;
  margin: 0 0 0 20px;
}
.menuMain.scroll-menu, .menuMain.mobile-menu {
  position: fixed;
  margin: 0 auto;
  height: 65px;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1039;
}
.menuMain.mobile-menu .navbar-collapse {
  padding: 0;
}
.menuMain.mobile-menu .navbar-default .navbar-toggler {
  margin-top: 8px;
}
.menuMain.mobile-menu .navbar-default .navbar-collapse {
  margin: 0;
}
.menuMain.mobile-menu .navbar-default .navbar-collapse ul li a {
  font-size: 18px;
  height: auto;
  padding: 10px 15px;
  line-height: 1em;
}
.menuMain.scroll-menu .navbar-collapse {
  padding: 0;
}
.menuMain.scroll-menu .navbar-default .navbar-toggler {
  margin-top: 8px;
}
.menuMain.scroll-menu .navbar-default .navbar-collapse {
  margin: 0;
}
.menuMain.scroll-menu .navbar-default .navbar-collapse ul li {
  margin-left: 5px;
}
.menuMain.scroll-menu .navbar-default .navbar-collapse ul li a {
  height: auto;
  padding: 15px;
  padding-top: 23px;
  padding-bottom: 22px;
}
.menuMain.scroll-menu .navbar-default .navbar-collapse ul li .dropdown-menu li {
  width: auto !important;
  float: none;
}
.menuMain.scroll-menu .navbar-default .navbar-collapse ul li .dropdown-menu li a {
  font-size: 10px !important;
}
.menuMain.scroll-menu .navbar-default .navbar-collapse ul li .dropdown-menu li.active a {
  color: white !important;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.search a {
  line-height: 20px;
  width: 50px;
  height: auto;
  text-align: center;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.search a .fa {
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  line-height: 0;
  margin: auto;
}
.menuMain.scroll-menu .navbar li a {
  height: auto;
  font-size: 12px !important;
}
.menuMain.scroll-menu .navbar .nav.navbar-nav {
  margin: 0;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li {
  margin: 0 0 0 20px;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.search form {
  display: none;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.scroll-cart {
  display: inline-block;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown > a:after {
  display: none;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown > a .caret-arrow {
  display: none !important;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu {
  position: fixed;
  display: none;
  left: 0;
  top: 50px;
  padding: 0;
  height: 0;
  opacity: 0;
  border: 0;
  width: 100%;
  background-color: #414042;
  min-width: initial;
  text-align: center;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li {
  display: inline-block;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a {
  font-size: 10px;
  line-height: 2em;
  height: auto;
  padding: 0 10px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:hover, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:focus {
  color: #FFFFFF;
}
.menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown.open ul.dropdown-menu {
  height: auto;
  display: block;
  padding: 15px;
}
.menuMain .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
}
.menuMain .navbar {
  background-color: transparent;
  background: transparent;
  border: none;
  margin-bottom: 0px;
}
.menuMain .navbar li {
  margin: 15px 0 0 0;
}
.menuMain .navbar li a {
  background-color: transparent;
  font-size: 16px;
}
.menuMain .navbar li .dropdown-menu li a {
  height: 30px;
}
.menuMain .navbar li .dropdown-menu li.active a {
  color: white !important;
  background-color: transparent !important;
}
.menuMain .navbar .nav.navbar-nav {
  margin-top: 0;
}
.menuMain .navbar-default .navbar-nav > li.active a {
  color: #24439C;
  font-weight: 900;
  text-decoration: none;
}
.menuMain .navbar-default .navbar-nav > li > a.dropdown-overlay {
  color: #FFFFFF;
  background-color: #414042;
}
.menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 9px;
  width: 100%;
  height: 0;
  z-index: 1040;
}
.menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:before, .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box;
}
.menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:before {
  right: 50%;
  border-bottom: 5px solid transparent;
  border-right: 9px solid #414042;
}
.menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:after {
  left: 50%;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #414042;
}
.menuMain .navbar-default .navbar-nav > li.dropdown > a:after {
  display: none;
}
.menuMain .navbar-default .navbar-nav > li.dropdown.open .dropdown-menu {
  display: block;
}
.menuMain .navbar-default .navbar-nav > li.search {
  padding-left: 10px;
  padding-right: 10px;
}
.menuMain .navbar-default .navbar-nav > li.search form.product-search-form {
  height: 52px;
}
.menuMain .navbar-default .navbar-nav > li.search form.product-search-form > input {
  height: 52px;
}
.menuMain .navbar-default .navbar-nav > li.search a {
  background-color: #E89F32;
  display: block;
  color: #FFFFFF;
  margin: 0;
  width: 52px;
  height: 52px;
  line-height: 1.5em;
  padding: 15px;
}
.menuMain .navbar-default .navbar-nav > li.search a.bg-gray {
  background-color: #D8DFE3;
}
.menuMain .navbar-default .navbar-nav > li.search a.bg-gray:hover {
  background-color: #bac7ce;
}
.menuMain .navbar-default .navbar-nav > li.search a:hover {
  background-color: #d08617;
  color: #FFFFFF;
}
.menuMain .navbar-default .navbar-nav > li.search a i {
  font-size: 1.3em;
}
.menuMain .navbar-default .navbar-nav > li.scroll-cart {
  display: none;
}
.menuMain .navbar-default .navbar-nav > li ul.dropdown-menu {
  padding: 0 0 10px 40px;
  background-color: #414042;
  min-width: 200%;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  left: 0;
  right: auto;
}
.menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li {
  margin-top: 0;
}
.menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2em;
  height: auto;
  padding: 5px 0;
  letter-spacing: 0.1em;
}
.menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a:hover, .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a:focus {
  color: white;
}
.nav > li {
  list-style: none !important;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

@media (min-width: 768px) {
  /* active menu has no background color change here! */
  .dropdown-menu > .active > a {
    background-color: transparent;
  }
  .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }

  .menuMain {
    padding: 32px 0;
    background: #FFFFFF;
    height: auto;
  }
  .menuMain .menu-bootstrap-menu a {
    cursor: pointer;
  }
  .menuMain .navbar-collapse {
    padding: 0;
  }
  .menuMain .logoMenu .scroll-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menuMain.scroll-menu {
    position: fixed;
    margin: 0 auto;
    height: 65px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1039;
  }
  .menuMain.scroll-menu .navbar-collapse {
    padding: 0;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.search a {
    line-height: 20px;
    width: 50px;
    height: auto;
    text-align: center;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.search a .fa {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    margin: auto;
  }
  .menuMain.scroll-menu .navbar li a {
    height: auto;
    font-size: 12px;
  }
  .menuMain.scroll-menu .navbar .nav.navbar-nav {
    margin: 0;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li {
    margin: 0 0 0 20px;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.scroll-cart {
    display: inline-block;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown > a .caret-arrow {
    display: none !important;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown > a:after {
    display: none;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu {
    position: fixed;
    display: none;
    left: 0;
    top: 50px;
    padding: 0;
    height: 0;
    opacity: 0;
    border: 0;
    width: 100%;
    background-color: #414042;
    min-width: initial;
    text-align: center;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li {
    display: inline-block;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 2em;
    height: auto;
    padding: 0 10px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:hover, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:focus {
    text-decoration: none;
    color: #24439C;
    color: #FFFFFF;
    font-weight: 900;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown.open ul.dropdown-menu {
    display: block;
    height: auto;
    padding: 15px;
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .menuMain .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
  .menuMain.mobile-menu .navbar ul li {
    text-align: left;
  }
  .menuMain .navbar {
    background-color: transparent;
    background: transparent;
    border: none;
    margin-bottom: 0px;
  }
  .menuMain .navbar ul {
    float: none;
  }
  .menuMain .navbar ul li {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .menuMain .navbar ul li a {
    background-color: transparent;
    font-size: 16px;
  }
  .menuMain .navbar ul li .dropdown-menu {
    position: relative;
  }
  .menuMain .navbar ul li .dropdown-menu li a {
    height: 30px;
  }
  .menuMain .navbar .nav.navbar-nav {
    margin-top: 20px;
  }
  .menuMain .navbar-default .navbar-nav > li.active a {
    color: #24439C;
    font-weight: 900;
    text-decoration: none;
  }
  .menuMain .navbar-default .navbar-nav > li > a {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .menuMain .navbar-default .navbar-nav > li > a:hover {
    font-weight: 700;
    text-decoration: none;
    color: #24439C;
  }
  .menuMain .navbar-default .navbar-nav > li > a:focus {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .menuMain .navbar-default .navbar-nav > li > a.dropdown-overlay {
    color: #FFFFFF;
    background-color: #414042;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 9px;
    width: 100%;
    height: 0;
    z-index: 1040;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:before, .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:before {
    right: 50%;
    border-bottom: 5px solid transparent;
    border-right: 9px solid #414042;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:after {
    left: 50%;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #414042;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a:after {
    display: none;
  }
  .menuMain .navbar-default .navbar-nav > li.search {
    padding: 0;
  }
  .menuMain .navbar-default .navbar-nav > li.search form {
    display: none;
  }
  .menuMain .navbar-default .navbar-nav > li.search a {
    background-color: #E89F32;
    display: block;
    color: #FFFFFF;
    margin: 0;
    width: 52px;
    height: 52px;
    line-height: 1.5em;
    padding: 15px;
    margin: 0 auto;
  }
  .menuMain .navbar-default .navbar-nav > li.search a.bg-gray {
    background-color: #D8DFE3;
  }
  .menuMain .navbar-default .navbar-nav > li.search a.bg-gray:hover {
    background-color: #bac7ce;
  }
  .menuMain .navbar-default .navbar-nav > li.search a:hover {
    background-color: #d08617;
    color: #FFFFFF;
  }
  .menuMain .navbar-default .navbar-nav > li.search a i {
    font-size: 1.3em;
  }
  .menuMain .navbar-default .navbar-nav > li.scroll-cart {
    display: none;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu {
    padding: 0 0 15px 0;
    background-color: #414042;
    min-width: 100%;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li {
    margin-top: 0;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2em;
    height: auto;
    padding: 5px 0;
    letter-spacing: 0.1em;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a:hover, .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a:focus {
    color: white;
  }
}
@media (min-width: 992px) {
  /* active menu has no background color change here! */
  .dropdown-menu > .active > a {
    background-color: transparent;
  }
  .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }

  .menuMain {
    padding: 32px 0;
    background: #FFFFFF;
    height: auto;
  }
  .menuMain .navbar-collapse {
    margin-top: 20px;
    border: none;
  }
  .menuMain .menu-bootstrap-menu a {
    cursor: pointer;
  }
  .menuMain .logoMenu .scroll-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menuMain .logoMenu .base-logo {
    width: auto;
    margin: 0 0 0 20px;
  }
  .menuMain.scroll-menu {
    position: fixed;
    margin: 0 auto;
    height: 65px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1039;
  }
  .menuMain.scroll-menu .navbar-collapse {
    padding: 0;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.search a {
    line-height: 20px;
    width: 50px;
    height: auto;
    text-align: center;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.search a .fa {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    margin: auto;
  }
  .menuMain.scroll-menu .navbar li a {
    height: auto;
    font-size: 12px;
  }
  .menuMain.scroll-menu .navbar .nav.navbar-nav {
    margin: 0;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li {
    margin: 0 0 0 20px;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.scroll-cart {
    display: inline-block;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown > a .caret-arrow {
    display: none !important;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown > a:after {
    display: none;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu {
    position: fixed;
    display: none;
    left: 0;
    top: 50px;
    padding: 0;
    height: 0;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0;
    width: 100%;
    background-color: #414042;
    min-width: initial;
    text-align: center;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li {
    display: inline-block;
    width: 100%;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 2em;
    height: auto;
    padding: 0px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:hover, .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:focus {
    font-weight: 700;
    text-decoration: none;
    color: #24439C;
    color: #FFFFFF;
    font-weight: 900;
  }
  .menuMain.scroll-menu .navbar-default .navbar-nav > li.dropdown.open ul.dropdown-menu {
    display: block;
    height: auto;
    padding: 15px;
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .menuMain .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
  .menuMain .navbar {
    background-color: transparent;
    background: transparent;
    border: none;
    margin-bottom: 0px;
  }
  .menuMain .navbar .navbar-collapse ul li {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .menuMain .navbar .navbar-collapse ul li a {
    background-color: transparent;
    height: 60px;
    font-size: 16px;
  }
  .menuMain .navbar .navbar-collapse ul li .dropdown-menu {
    position: absolute;
  }
  .menuMain .navbar .navbar-collapse ul li .dropdown-menu li a {
    height: 30px;
    text-align: left;
  }
  .menuMain .navbar .navbar-collapse ul li .dropdown-menu li.active a {
    color: #383C3A !important;
    background-color: transparent !important;
  }
  .menuMain .navbar .navbar-collapse ul .last-dropdown ul {
    left: auto !important;
    right: 0 !important;
  }
  .menuMain .navbar .nav.navbar-nav {
    margin-top: 0;
  }
  .menuMain .navbar-default .navbar-nav > li.active a {
    color: #24439C;
    font-weight: 900;
    text-decoration: none;
  }
  .menuMain .navbar-default .navbar-nav > li > a {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .menuMain .navbar-default .navbar-nav > li > a:hover {
    font-weight: 700;
    text-decoration: none;
    color: #24439C;
  }
  .menuMain .navbar-default .navbar-nav > li > a:focus {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .menuMain .navbar-default .navbar-nav > li > a.dropdown-overlay {
    color: #FFFFFF;
    background-color: #414042;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 9px;
    width: 100%;
    height: 0;
    z-index: 1040;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:before, .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:before {
    right: 50%;
    border-bottom: 5px solid transparent;
    border-right: 9px solid #414042;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a .caret-arrow:after {
    left: 50%;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #414042;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown > a:after {
    display: none;
  }
  .menuMain .navbar-default .navbar-nav > li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  .menuMain .navbar-default .navbar-nav > li.search {
    padding-left: 10px;
  }
  .menuMain .navbar-default .navbar-nav > li.search a {
    background-color: #E89F32;
    display: block;
    color: #FFFFFF;
    margin: 0;
    width: 52px;
    height: 52px;
    line-height: 1.5em;
    padding: 15px;
    margin: 0 auto;
  }
  .menuMain .navbar-default .navbar-nav > li.search a.bg-gray {
    background-color: #D8DFE3;
  }
  .menuMain .navbar-default .navbar-nav > li.search a.bg-gray:hover {
    background-color: #bac7ce;
  }
  .menuMain .navbar-default .navbar-nav > li.search a:hover {
    background-color: #d08617;
    color: #FFFFFF;
  }
  .menuMain .navbar-default .navbar-nav > li.search a i {
    font-size: 1.3em;
  }
  .menuMain .navbar-default .navbar-nav > li.scroll-cart {
    display: none;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu {
    padding: 10px 0;
    min-width: 200%;
    border: 0;
    background-color: white;
    border-top: 5px solid #414042;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    left: 0;
    right: auto;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li {
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a {
    color: #383C3A;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2em;
    height: auto;
    padding: 10px 15px 10px 0;
    letter-spacing: 0.1em;
  }
  .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a:hover, .menuMain .navbar-default .navbar-nav > li ul.dropdown-menu li a:focus {
    font-weight: 700;
    text-decoration: none;
    color: #24439C;
  }
}
@media (min-width: 1200px) {
  .menuMain .navbar .navbar-collapse ul li {
    margin: 15px 0 0 20px;
  }
  .menuMain .navbar .navbar-collapse ul .last-dropdown ul {
    left: 0 !important;
    right: auto !important;
  }

  .menuMain.scroll-menu .navbar-default .navbar-collapse ul li {
    margin: 0 0 0 15px !important;
  }
}
/***** RESPONSIVE NAVIGATION END *****/
/***** RESPONSIVE MSG HEADER BEGIN *****/
.sub-nav .flat-style {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.sub-nav .flat-style ul {
  margin: 0;
  padding: 10px;
  border-bottom: 5px solid #24439C;
}
.sub-nav .flat-style ul li {
  padding: 15px;
}
.sub-nav .flat-style ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #98a9b3;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.sub-nav .flat-style ul li a:hover {
  color: #24439C;
}
.sub-nav .flat-style ul li.active a {
  color: #24439C;
}
.sub-nav .flat-style ul li.active a:after {
  visibility: hidden;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #24439C;
  z-index: 99;
}

/***** RESPONSIVE MSG HEADER END *****/
/***** RESPONSIVE TOOLS BEGIN *****/
.silane-calc {
  margin-bottom: 60px;
}
.silane-calc .calc-holder {
  background-color: #E8EDF0;
  padding: 30px;
  margin-bottom: 20px;
}
.silane-calc .calc-holder input[type=number] {
  width: 100%;
  height: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 20px;
  border: 2px solid #D8DFE3;
  color: #a1b4be;
}
.silane-calc .calc-holder input[type=number]::-webkit-inner-spin-button,
.silane-calc .calc-holder input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.silane-calc .calc-holder select {
  text-indent: 0.01px;
  width: 100%;
  height: 40px;
  text-overflow: "";
  margin-left: 0px;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0 0 20px;
  background: url("../img/select-down.png") no-repeat right center #ffffff;
  border: 2px solid #D8DFE3;
  color: #a1b4be;
  font-weight: 700;
  margin-bottom: 25px;
}
.silane-calc .calc-holder input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 10px 50px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #00AB79;
}
.silane-calc .calc-holder input[type=submit]:hover {
  background-color: #007855;
}
.silane-calc .calc-holder .result-holder {
  margin: 20px 0;
}
.silane-calc .calc-holder .result-holder .result-label p {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.silane-calc .calc-holder .result-holder .result p {
  margin: 0;
  padding: 10px;
  background-color: white;
  color: #24439C;
  font-weight: bold;
  border: 2px solid gainsboro;
}
.silane-calc .table-holder {
  padding: 25px 15px;
  border: 2px solid gainsboro;
  background-color: white;
}
.silane-calc .table-holder h5 {
  margin-top: 0;
}
.silane-calc .table-holder .left p, .silane-calc .table-holder .right p {
  font-size: 12px;
}

.vinyl-calc .calc-holder {
  background-color: #E8EDF0;
  padding: 30px;
}
.vinyl-calc .calc-holder .calc select {
  text-indent: 0.01px;
  width: 100%;
  height: 40px;
  text-overflow: "";
  margin-left: 0px;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0 0 20px;
  background: url("../img/select-down.png") no-repeat right center #ffffff;
  border: 2px solid #D8DFE3;
  color: #a1b4be;
  font-weight: 700;
  margin-bottom: 25px;
}
.vinyl-calc .calc-holder .calc input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 10px 50px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #00AB79;
}
.vinyl-calc .calc-holder .calc input[type=submit]:hover {
  background-color: #007855;
}
.vinyl-calc .calc-holder .calc .result-holder {
  margin: 20px 0;
}
.vinyl-calc .calc-holder .calc .result-holder .result-label p {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.vinyl-calc .calc-holder .calc .result-holder .result p {
  margin: 0;
  padding: 10px;
  background-color: white;
  color: #24439C;
  font-weight: bold;
  border: 2px solid gainsboro;
}
.vinyl-calc .calc-holder .calc .constant-holder {
  margin-bottom: 45px;
}
.vinyl-calc .calc-holder .calc .constant-holder .constant-label p {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0 0;
}
.vinyl-calc .calc-holder .calc .constant-holder .constant p {
  font-weight: bold;
  color: white;
  margin: 0;
  padding: 10px;
  background-color: #a1b4be;
}
.vinyl-calc .calc-holder .note-holder .note {
  font-weight: bold;
  font-size: 10px;
}

/***** RESPONSIVE TOOLS END *****/
@media only screen and (max-width: 641px) {
  .gform_wrapper form .gform_body ul li select {
    line-height: 2 !important;
    min-height: 2rem;
  }
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #888888;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.icon-bar:first-child {
  margin-top: 0;
}

.navbar-toggler {
  margin-right: 7px;
  padding: 10px 10px;
  margin-bottom: 8px;
  border-width: 1px !important;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}

/* X-Small Devices (Vert Phones) */
.navbar {
  background-color: #ffffff;
  background: #ffffff;
  border: none;
}

#request-account {
  overflow: hidden;
  position: relative;
}
#request-account .container.white {
  background-color: white;
}
#request-account .post-wrapper {
  position: relative;
}
#request-account .post-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1000%;
  height: 100%;
  width: 1000%;
  background-color: white;
}
#request-account .details {
  background-color: #F1F4F6;
  padding-top: 20px;
  padding-bottom: 20px;
}
#request-account .details a, #request-account .details p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
#request-account .details a {
  color: #24439C;
}
#request-account .details a:hover {
  text-decoration: underline;
}
#request-account .request-account-wrapper {
  padding-top: 35px;
}
#request-account .request-account-wrapper .gform_confirmation_message a:not(.btn) {
  color: #24439C;
}
#request-account .request-account-wrapper .gform_confirmation_message a:not(.btn).sm {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
#request-account .request-account-wrapper .gform_confirmation_message a:not(.btn):hover {
  text-decoration: underline;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_next_button.button_simple {
  border: none;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #24439C;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_next_button.button_simple:disabled {
  color: #98a9b3;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_next_button.button_simple:hover {
  text-decoration: underline;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_next_button.button_simple:hover:disabled {
  text-decoration: none;
}
#request-account .request-account-wrapper .gform_wrapper form .inv-recaptcha-holder {
  position: relative;
  z-index: 999;
}
#request-account .request-account-wrapper .gform_wrapper form .validation_error {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_ajax_spinner {
  display: none;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul {
  margin: 0;
  padding-bottom: 50px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li {
  margin-bottom: 20px !important;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.no-margin {
  margin-bottom: 0 !important;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_error {
  margin-top: 0 !important;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_error input[type=checkbox] {
  border-color: #DF0250;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gsection {
  border-bottom: 1px solid #D8DFE3;
  margin: 15px 0 35px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gsection.hidden {
  margin: 0 !important;
  border: none;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gsection .gsection_title {
  display: none;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gf_left_half, #request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gf_right_half {
  padding: 0;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.hidden_label > label {
  display: none !important;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li label {
  display: inline-block !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #383C3A;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li label .gfield_required {
  color: #EB2E1A;
  margin-left: 3px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .validation_message a {
  color: #24439C;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .validation_message a:hover {
  text-decoration: underline;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li #gfield_description_24_10,
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li #gfield_description_25_10 #gfield_description_26_10 {
  margin-bottom: 10px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li #label_24_95_1,
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li #label_25_95_1,
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li #label_26_95_1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .gfield_description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group .gfgf_wrap {
  margin: 0;
  padding: 25px 30px 35px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background-color: #F1F4F6;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group .gfgf_wrap ul {
  padding: 0;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group.numbered {
  position: relative;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group.numbered:before {
  display: block;
  position: absolute;
  top: 30px;
  left: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #24439C;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group.numbered.num-01:before {
  content: "1";
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group.numbered.num-02:before {
  content: "2";
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group.numbered.num-03:before {
  content: "3";
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gfield_wrap_group.numbered .gfgf_wrap {
  padding: 25px 30px 35px 85px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container input[type=text], #request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container select {
  width: 100%;
  height: 46px;
  line-height: 18px !important;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_select select {
  background-image: url(../img/account-request/select-arrow.png);
  background-position: right 25px center;
  color: #383C3A;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_select select option {
  color: #383C3A;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_select select.unselected {
  color: #ced8dd;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul {
  padding: 0;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li {
  margin-bottom: 0 !important;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  padding: 0 !important;
  vertical-align: -5px;
  float: left;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input[type=checkbox]:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #24439C;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li input[type=checkbox]:checked:before {
  display: block;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li label {
  margin: 0 0 0 25px;
  width: calc(100% - 50px);
  vertical-align: top;
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 3px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li label a {
  color: #24439C;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_body ul li .ginput_container_checkbox ul li label a:hover {
  text-decoration: underline;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_footer {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px solid #D8DFE3;
  margin-top: 50px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_footer:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1000%;
  height: 1px;
  width: 1000%;
  background-color: #D8DFE3;
  z-index: 1;
}
#request-account .request-account-wrapper .gform_wrapper form input[type=submit] {
  width: 100%;
  max-width: 145px;
  background-color: #00AB79;
  padding: 17px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
#request-account .request-account-wrapper .gform_wrapper form input[type=submit]:hover {
  background-color: #009267;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_fields {
  overflow: hidden;
  padding-bottom: 25px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer {
  position: relative;
  border-top: 1px solid #D8DFE3;
  padding: 30px 0 40px;
  clear: both;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer .gform_next_button {
  width: 100%;
  max-width: 145px;
  background-color: #24439C;
  padding: 17px 0;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer .gform_next_button:hover {
  background-color: #1f3a87;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer .gform_previous_button {
  background-color: transparent;
  padding: 17px 43px 17px 63px;
  border: 2px solid #D8DFE3;
  background-image: url(../img/account-request/back-arrow.png);
  background-position: left 35px center;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: #98a9b3;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 30px;
}
#request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer .gform_previous_button:hover {
  border-color: #24439C;
  color: #24439C;
  background-image: url(../img/account-request/back-arrow-hover.png);
}

#support {
  background-color: white;
  padding: 60px 0 75px;
}
#support #content .title-wrapper {
  margin-bottom: 45px;
}
#support #content .title-wrapper .block h1 {
  font-weight: 700;
  color: #24439c;
  margin: 0;
}
#support #content .title-wrapper .block p {
  margin: 10px 0 0;
}
#support #content .title-wrapper .block p a {
  color: #24439c;
}
#support #content .support-cards {
  margin-bottom: 35px;
}
#support #content .support-cards .row.flex {
  display: ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#support #content .support-cards .card-block {
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 0 auto 15px;
}
#support #content .support-cards .card-block .wrapper {
  display: ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #F1F4F6;
  min-height: 325px;
  padding: 20px 15px 15px;
}
#support #content .support-cards .card-block .wrapper .copy {
  flex: 1;
}
#support #content .support-cards .card-block .wrapper .copy h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: #24439c;
}
#support #content .support-cards .card-block .wrapper .copy ul {
  padding-left: 18px;
}
#support #content .support-cards .card-block .wrapper .copy ul li {
  font-size: 14px;
  line-height: 24px;
}
#support #content .support-cards .card-block .wrapper .click a {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
#support .modal button.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: #24439c;
  text-shadow: none;
}
#support .modal .modal-dialog {
  max-width: 710px;
}
#support .modal .modal-dialog .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 6px;
}
#support .modal .modal-dialog .modal-content .modal-body {
  padding: 45px;
}
#support .modal .modal-dialog .modal-content .modal-body .header-wrapper {
  margin-bottom: 30px;
}
#support .modal .modal-dialog .modal-content .modal-body .header-wrapper .tag {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #98a9b3;
}
#support .modal .modal-dialog .modal-content .modal-body .header-wrapper h2 {
  color: #24439c;
  font-weight: 700;
  margin: 0;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper {
  margin-bottom: 45px;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group {
  margin: 0;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel {
  padding: 25px 0;
  border-bottom: 1px solid #CED7DC;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-heading {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-heading a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  padding-right: 35px;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-heading a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  padding-top: 22px;
  background-image: url(../img/accordion-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-heading a.collapsed:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-collapse a {
  color: #24439c;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-collapse a:hover {
  color: #1a3173;
  text-decoration: underline;
}
#support .modal .modal-dialog .modal-content .modal-body .body-wrapper .panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 25px 0 0 0;
}
#support .modal .modal-dialog .modal-content .modal-body .footer-wrapper a {
  color: white;
  padding: 20px 40px;
  margin-top: 20px;
}

#support_form {
  background-color: white;
  padding: 60px 0 75px;
}
#support_form #content .form-wrapper {
  margin-bottom: 50px;
}
#support_form #content .form-wrapper .gform_confirmation_message {
  text-align: center;
}
#support_form #content .form-wrapper .gform_confirmation_message h3 {
  font-weight: 700;
  text-align: left;
  margin-top: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li {
  margin-top: 25px;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li.gfield_error {
  max-width: 100% !important;
  padding: 0;
  margin-bottom: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li.gfield_error label {
  color: #383C3A;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li.gfield_error input, #support_form #content .form-wrapper .gform_wrapper form .gform_body ul li.gfield_error select, #support_form #content .form-wrapper .gform_wrapper form .gform_body ul li.gfield_error textarea {
  border: 1px solid red !important;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .validation_message a {
  color: #24439C;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .validation_message a:hover {
  text-decoration: underline;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li label {
  display: inline-block !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container select {
  background: url(../img/form-arrow.png) right 25px center no-repeat white;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_name span {
  margin-top: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address .address_line_1 label,
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address .address_line_2 label {
  display: none !important;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address .address_line_2 {
  display: block;
  margin-top: 16px;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox {
  margin: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox ul {
  margin: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox ul li {
  margin: 0;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox ul li input {
  position: relative;
  vertical-align: top;
  margin-top: 5px !important;
  margin-right: 5px !important;
  width: 22px !important;
  height: 22px;
  border: 1px solid #CED7DC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
  cursor: pointer;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox ul li input:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #24439c;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#support_form #content .form-wrapper .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox ul li input:checked:before {
  display: block;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_footer {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
}
#support_form #content .form-wrapper .gform_wrapper form .gform_footer input[type=submit] {
  background-color: #00AB79;
  padding: 8px 90px;
  margin: 0;
  font-weight: 700;
}
#support_form #content .sidebar-wrapper h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #24439c;
  font-weight: 700;
}
#support_form #content .sidebar-wrapper h1 br {
  display: none;
}
#support_form #content .sidebar-wrapper .group {
  margin-bottom: 20px;
}
#support_form #content .sidebar-wrapper p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

body.page-template-page-landing h2 {
  font-size: 30px;
}
body.page-template-page-landing h3 {
  font-size: 24px;
}

#blogArea {
  margin-top: 60px;
}
#blogArea .blog-area-holder .blog-area-info {
  margin-bottom: 50px;
}
#blogArea .blog-area-holder .blog-area-info .testimonial {
  font-style: italic;
}
#blogArea .blog-area-holder .blog-area-info .name, #blogArea .blog-area-holder .blog-area-info .title {
  margin: 0;
}
#blogArea .blog-area-holder .blog-area-info .name {
  color: #003e7e;
  font-family: "Ruda", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
#blogArea .blog-area-holder .blog-area-info .title {
  color: #656565;
  font-family: "Ruda", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
#blogArea .blog-area-holder .blog-area-info .testimonial-rule {
  width: 200px;
  margin: 20px 0;
}
#blogArea .blog-area-holder .blog-area-info h1 {
  color: #003e7e;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 20px;
}
#blogArea .blog-area-holder .blog-area-info h1 a {
  color: #003e7e;
  text-transform: uppercase;
}
#blogArea .blog-area-holder .blog-area-info .blog-img {
  margin: 40px 0px 40px 0px;
}
#blogArea .blog-area-holder .blog-area-info .blog-img img {
  width: 100%;
  max-height: 400px;
}
#blogArea .blog-area-holder .blog-area-info .read-more {
  margin-top: 30px;
  font-size: 18px;
}
#blogArea .blog-area-holder .blog-area-info .read-more a {
  text-transform: uppercase;
}
#blogArea .blog-area-holder .blog-area-info .blog-rule {
  margin: 60px 0px 15px 0px;
}
#blogArea .blog-area-holder .blog-area-info .blog-pagination, #blogArea .blog-area-holder .blog-area-info .blog-page-numbers {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  color: #656565;
  margin-bottom: 50px;
}
#blogArea .blog-area-holder .blog-area-info .blog-pagination {
  text-align: center;
}
#blogArea .blog-area-holder .blog-area-info .blog-pagination a:hover {
  color: #00AB79;
  text-decoration: none;
}
#blogArea .blog-area-holder .blog-sidebar-area {
  margin-top: 20px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0;
}
#blogArea .blog-area-holder .blog-sidebar-area ul li {
  margin-bottom: 10px;
  font-size: 20px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-case a {
  background: url(../images/icons/blog_icon_2.png) no-repeat left center;
  padding-left: 40px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-case a:hover, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-case a:focus, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-case .active {
  background: url(../images/icons/blog_icon_2_hover.png) no-repeat left center;
  text-decoration: none;
  color: #00AB79;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-video a {
  background: url(../images/icons/blog_icon_3.png) no-repeat left center;
  padding-left: 40px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-video a:hover, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-video a:focus, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-video .active {
  background: url(../images/icons/blog_icon_3_hover.png) no-repeat left center;
  text-decoration: none;
  color: #00AB79;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-testimonials a {
  background: url(../images/icons/blog_icon_4.png) no-repeat left center;
  padding-left: 40px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-testimonials a:hover, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-testimonials a:focus, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-testimonials .active {
  background: url(../images/icons/blog_icon_4_hover.png) no-repeat left center;
  text-decoration: none;
  color: #00AB79;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-demo a {
  background: url(../images/icons/blog_icon_5.png) no-repeat left center;
  padding-left: 40px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-demo a:hover, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-demo a:focus, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-demo .active {
  background: url(../images/icons/blog_icon_5_hover.png) no-repeat left center;
  text-decoration: none;
  color: #00AB79;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-ebook a {
  background: url(../images/icons/blog_icon_6.png) no-repeat left center;
  padding-left: 40px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-ebook a:hover, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-ebook a:focus, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-ebook .active {
  background: url(../images/icons/blog_icon_6_hover.png) no-repeat left center;
  text-decoration: none;
  color: #00AB79;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-support a {
  background: url(../images/icons/blog_icon_1.png) no-repeat left center;
  padding-left: 40px;
}
#blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-support a:hover, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-support a:focus, #blogArea .blog-area-holder .blog-sidebar-area ul .sidebar-support .active {
  background: url(../images/icons/blog_icon_1_hover.png) no-repeat left center;
  text-decoration: none;
  color: #00AB79;
}

.QapTcha .TxtStatus {
  font-size: 14px;
}

.products.row .product.wide-view {
  border: #D8DFE3 2px solid;
  padding: 10px;
  margin-top: 20px;
}
.products.row .product.wide-view .product-image {
  border: #D8DFE3 8px solid;
}
.products.row .product.wide-view span.product-label {
  color: #24439c;
}
.products.row .product.box-view {
  padding: 10px;
  text-align: center;
}
.products.row .product.box-view .product-image {
  border: #D8DFE3 8px solid;
}
.products.row .product.list-view {
  padding: 5px;
  margin-top: 5px;
  border: #D8DFE3 2px solid;
  background: white;
}

/* ChemDraw */
#drawingTool {
  height: 400px;
  border: 1px dotted black;
}

@media (min-width: 320px) {
  #welcomeModal .modal-dialog .modal-content {
    padding: 25px 0px 270px;
  }
  #welcomeModal .modal-dialog .modal-content .gelest-logo {
    padding-top: 20px;
  }
  #welcomeModal .modal-dialog .modal-content .bimax-logo {
    padding-top: 20px;
  }
  #welcomeModal .modal-dialog .modal-body button {
    top: -320px;
  }
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 550px) {
  .grid-box-wrapper .grid-box .body-box {
    padding: 0 30px;
  }

  #woocommerce_wrapper_container .wc-product-summary {
    text-align: left;
  }

  #welcomeModal .modal-dialog .modal-content {
    padding: 25px 0px 270px;
  }
}
@media (min-width: 600px) {
  #subfooter h1.part:after, #subfooter p.part:after {
    display: inline-block;
  }
}
.pull-right-xs {
  float: right;
}

/*  Special Packaging Specific Page */
#library .row > .entry-content h3.dkblue {
  display: none;
}
#library .row > .entry-content .image-gallery {
  margin-bottom: 15px;
  float: left;
}
#library .row > .entry-content .image-gallery .image-cell {
  margin: 7.5px 0;
}
#library .row > .entry-content .image-gallery .image-cell img {
  border: 5px solid #d8dfe3;
}
#library .row > .entry-content .copy-cell {
  margin-bottom: 20px;
}
#library .row > .entry-content .table-cell {
  margin-bottom: 60px;
  overflow: scroll;
}
#library .row > .entry-content .table-cell table {
  width: 700px;
}
#library .row > .entry-content .table-cell table th, #library .row > .entry-content .table-cell table td {
  padding: 0 20px 0 0;
}

.woocommerce-page #library .row > .entry-content h3.dkblue, .your-saved-products #library .row > .entry-content h3.dkblue, .order-history #library .row > .entry-content h3.dkblue {
  display: block;
}

#woocommerce_wrapper_container .wc-product-summary {
  text-align: left;
}

.description-area {
  margin-bottom: 25px;
  margin-top: 25px;
}

.special-packaging-callout {
  padding: 20px 40px;
  background-color: white;
}
.special-packaging-callout h4 {
  color: #383C3A;
  font-weight: bold;
  margin-bottom: 20px;
}
.special-packaging-callout .menu-holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.special-packaging-callout .menu-holder ul li {
  line-height: 1.5em;
  text-align: left;
  margin-left: 10px;
  border-bottom: 1px solid gainsboro;
}
.special-packaging-callout .menu-holder ul li a {
  color: #24439C;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 3em;
}

.product_code_filter {
  display: inline-block;
  margin-bottom: 20px;
}

.comm-banner, .comm-banner-large {
  position: absolute;
  width: auto;
  overflow: hidden;
  left: 0;
  top: 12px;
  background-color: #24439C;
  color: #fff;
  padding: 2px 10px;
  font-weight: 900;
  font-size: 12px;
  text-align: center;
}

.comm-banner-large {
  left: -7.5px;
  width: auto;
  font-size: 15px;
  z-index: 1;
}

h2.cas-no, h2.product-code {
  font-family: Roboto, sans-serif;
  color: #24439C;
  letter-spacing: 0.05em;
  margin: 0;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
h2.cas-no span.cas-number, h2.cas-no span.code, h2.product-code span.cas-number, h2.product-code span.code {
  color: #383c3a;
  font-weight: 300;
}

.section.styled .content .section .list-item .column .title {
  text-transform: inherit;
}

/* =============== NEW PRODUCT PAGE REDESIGN =============== */
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files {
  margin-bottom: 10px;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul {
  position: relative;
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 17px;
  background-image: url("../img/gelest_products_icon_set.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: black;
  top: 50%;
  right: -12.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul li:last-child {
  margin-right: 0;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul li:last-child:after {
  display: none;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .sds-files ul li a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #003e7e;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details {
  margin: 15px auto;
  text-transform: uppercase;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul li {
  margin-bottom: 10px;
  padding-left: 25px;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul li.jump-anchor {
  position: relative;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul li.jump-anchor:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../img/gelest_products_icon_set.png);
  background-position: 0px -17px;
  background-repeat: no-repeat;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul li.jump-anchor a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #98a9b3;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul li.notes {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #dc3131;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .product-details .other-details ul li.notes:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height: 17px;
  background-image: url(../img/gelest_products_icon_set.png);
  background-position: 0 -31px;
  background-repeat: no-repeat;
}
#woocommerce_wrapper_container #product-general .wc-product-summary .smalltext {
  display: inline-block;
  margin: 0;
  padding: 20px 20px 0;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}

#product-specifics .inner {
  padding-top: 90px;
}
#product-specifics .inner .product-description, #product-specifics .inner .product-brochure, #product-specifics .inner .product-stats {
  padding: 70px 0;
  border-bottom: 1px solid gainsboro;
}
#product-specifics .inner .product-description.product-description, #product-specifics .inner .product-brochure.product-description, #product-specifics .inner .product-stats.product-description {
  padding-top: 0;
}
#product-specifics .inner .product-description.product-brochure, #product-specifics .inner .product-brochure.product-brochure, #product-specifics .inner .product-stats.product-brochure {
  padding-bottom: 35px;
}
#product-specifics .inner .product-description.product-brochure .collapse-wrapper .collapse-title, #product-specifics .inner .product-brochure.product-brochure .collapse-wrapper .collapse-title, #product-specifics .inner .product-stats.product-brochure .collapse-wrapper .collapse-title {
  margin-bottom: 15px;
}
#product-specifics .inner .product-description.product-brochure .collapse-wrapper .collapse-title h4, #product-specifics .inner .product-brochure.product-brochure .collapse-wrapper .collapse-title h4, #product-specifics .inner .product-stats.product-brochure .collapse-wrapper .collapse-title h4 {
  text-align: center;
}
#product-specifics .inner .product-description.product-stats, #product-specifics .inner .product-brochure.product-stats, #product-specifics .inner .product-stats.product-stats {
  border-bottom: none;
  padding-bottom: 0;
}
.landing-header {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.landing-header .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#007db9e8",GradientType=0 );
}
.landing-header .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.landing-header .inner .logo {
  margin-bottom: 20px;
}
.landing-header .inner .logo a {
  outline: none;
}
.landing-header .inner .logo a img {
  margin: 0 auto;
}
.landing-header .inner .contact {
  text-align: center;
}
.landing-header .inner .contact .copy .btn-rect {
  display: inline-block;
  position: relative;
  background-color: #00AB79;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  margin-bottom: 5px;
}
.landing-header .inner .contact .copy .btn-rect:hover {
  background-color: #009267;
}
.landing-header .inner .banner {
  margin-top: 30px;
}
.landing-header .inner .banner .copy {
  display: block;
  position: relative;
  background-color: rgba(241, 244, 246, 0.5);
  padding: 30px;
  margin-left: 16px;
  width: calc(100% - 16px);
}
.landing-header .inner .banner .copy h2 {
  font-size: 30px;
}
.landing-header .inner .banner .copy:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 70%;
  bottom: 0;
  left: -16px;
  border-right-width: 16px;
  border-right-style: solid;
  border-right-color: rgba(241, 244, 246, 0.5);
  border-top: 18px solid transparent;
}
.landing-header .inner .banner .copy:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 30%;
  top: 0;
  left: -16px;
  border-right-width: 16px;
  border-right-style: solid;
  border-right-color: rgba(241, 244, 246, 0.5);
  border-bottom: 18px solid transparent;
}
.landing-header .inner .banner .copy .wrapper {
  text-align: center;
}
.landing-header .inner .banner .copy .wrapper h2 {
  margin: 0;
}
.landing-header .inner .banner .copy .wrapper .subtitle {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.75px;
  font-weight: 300;
}

.landing-content {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.landing-content .inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
.landing-content .inner .sidebar {
  margin-top: 30px;
}
.landing-content .inner .sidebar .form-wrapper {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.landing-content .inner .sidebar .form-wrapper .form-heading {
  background-color: #003e7e;
  padding: 15px 30px;
}
.landing-content .inner .sidebar .form-wrapper .form-heading p {
  margin: 0;
}
.landing-content .inner .sidebar .form-wrapper .form-heading p span {
  font-weight: bold;
  letter-spacing: 0;
}
.landing-content .inner .sidebar .form-wrapper .form-body {
  background-color: white;
}
.landing-content .inner .content img {
  margin-bottom: 30px;
}
.landing-content .inner .content p {
  margin-bottom: 30px;
}
.landing-content .inner .content h1, .landing-content .inner .content h2, .landing-content .inner .content h3, .landing-content .inner .content h4 {
  margin-bottom: 30px;
}
.landing-content .inner .content .alignright {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  float: right;
  margin-left: 15px;
}
.landing-content .inner .content .alignleft {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 15px;
}
.landing-content .inner .content .aligncenter {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#pre_footer {
  clear: both;
}
#pre_footer .gform_wrapper .gform_heading {
  display: none;
}
#pre_footer .gform_wrapper .gform_body {
  width: 80%;
  display: inline-block;
  float: left;
}
#pre_footer .gform_wrapper .gform_body li {
  margin-top: 0px;
}
#pre_footer .gform_wrapper .gform_body li .ginput_container_email input {
  width: 100%;
  margin: 0;
  font-weight: normal;
  padding: 2px 10px !important;
}
#pre_footer .gform_wrapper .gform_footer {
  width: 15%;
  display: inline-block;
  margin: 0px;
  margin-left: 4px;
  padding: 0px !important;
}
#pre_footer .gform_wrapper .gform_footer input {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 10px;
  border-color: #24439C;
  background: #24439C;
  color: #FFFFFF;
  line-height: 25px;
}
#pre_footer .gform_wrapper .gform_footer input:hover, #pre_footer .gform_wrapper .gform_footer input:focus {
  border-color: #24439C;
  background: #1a3173;
  color: #FFFFFF;
}

#welcomeModal .modal-dialog {
  max-width: 790px;
  margin: 50px auto;
  width: 100%;
}
#welcomeModal .modal-dialog .modal-content {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05358) 0%, white 35%), url(../img/scientist.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-radius: 0;
}
#welcomeModal .modal-dialog .modal-content .gelest-logo {
  text-align: center;
}
#welcomeModal .modal-dialog .modal-content .bimax-logo {
  text-align: center;
}
#welcomeModal .modal-dialog .modal-content .bimax-logo img {
  width: 200px;
}
#welcomeModal .modal-dialog .modal-content .modal-body {
  text-align: center;
  font-family: "Roboto";
  margin-top: 57px;
  padding-top: 0px;
}
#welcomeModal .modal-dialog .modal-content .modal-body button {
  opacity: 1;
  position: relative;
  right: 0px;
  top: -255px;
  font-size: unset;
  text-shadow: unset;
  zoom: unset;
  z-index: unset;
  outline: none;
}
#welcomeModal .modal-dialog .modal-content .modal-body button:hover {
  opacity: 0.5;
}
#welcomeModal .modal-dialog .modal-content .modal-body .btn-green {
  font-weight: bold;
  padding: 5px 15%;
  margin-top: 38px;
}
#welcomeModal .modal-dialog .modal-content .modal-body h2 {
  margin-bottom: 7px;
  font-size: 32px;
  color: #24439C;
  font-weight: 200;
  font-family: "Roboto Light", sans-serif;
}

body.home .modal-backdrop {
  background-color: #414b56 !important;
  opacity: 0.5 !important;
}

.gform_wrapper form .gform_body ul.top_label li.gfield.gf_right_half {
  padding-left: 0px;
}
.gform_wrapper form .gform_body span.gfield_required {
  display: inline;
}

/* Small devices (iphone horiz) */
@media (min-width: 641px) {
  .gform_wrapper form .gform_body ul.top_label li.gfield.gf_right_half {
    padding-left: 7.5px;
  }

  #pre_footer .gform_wrapper .gform_body li .ginput_container_email input {
    line-height: 2em;
  }
  #pre_footer .gform_wrapper .gform_footer input {
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  #request-account .details {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #request-account .request-account-wrapper {
    padding-top: 65px;
  }
  #request-account .request-account-wrapper .gform_confirmation_message {
    padding-left: 35px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .validation_error {
    padding-left: 35px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_body ul {
    padding-left: 35px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gf_left_half, #request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gf_right_half {
    display: block;
    padding: 0;
    width: 50%;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gf_left_half {
    padding-right: 20px;
    float: left;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_body ul li.gf_right_half {
    float: right;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_footer {
    padding-left: 35px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer {
    padding: 30px 0 40px 35px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1000%;
    height: 1px;
    width: 1000%;
    background-color: #D8DFE3;
    z-index: 1;
  }
  #request-account .request-account-wrapper .gform_wrapper form #gform_page_25_1,
#request-account .request-account-wrapper .gform_wrapper form #gform_page_26_1 {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px - 175px);
    min-height: 505px;
  }
  #request-account .request-account-wrapper .gform_wrapper form #gform_page_25_1 .gform_page_fields,
#request-account .request-account-wrapper .gform_wrapper form #gform_page_26_1 .gform_page_fields {
    flex: 1 1 0;
  }

  #support #content .support-cards .card-block {
    width: 50%;
  }
  #support .modal button.close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    color: white;
    text-shadow: inherit;
  }

  #toplineMenu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    width: auto;
    right: 0;
  }
  #toplineMenu .inner-menu-wrapper {
    width: auto;
  }
  #toplineMenu .inner-menu-wrapper .wc-header-shopping-cart {
    margin-left: 30px;
    width: auto;
  }

  #brochureRequestModal .modal-body {
    padding: 62px 135px !important;
  }

  #welcomeModal .modal-dialog .modal-content {
    padding: 100px 0px 270px;
  }
  #welcomeModal .modal-dialog .modal-content .gelest-logo {
    padding-left: 110px;
    border-right: 1px solid #D5D5D5;
  }
  #welcomeModal .modal-dialog .modal-content .bimax-logo {
    padding-top: 20px;
    padding-right: 95px;
    padding-left: 20px;
  }
  #welcomeModal .modal-dialog .modal-body h2 {
    padding-left: 133px;
    padding-right: 130px;
  }
  #welcomeModal .modal-dialog .modal-body p {
    font-size: 18px;
    padding-right: 95px;
    padding-left: 95px;
  }

  #product-specifics .inner .product-description.product-brochure .collapse-wrapper .collapse-title h4, #product-specifics .inner .product-brochure.product-brochure .collapse-wrapper .collapse-title h4 {
    text-align: left;
  }

  body.single-product .related-product .wc-product-images-wrapper .wc-product-images {
    height: 156px;
  }

  .wc-product-images-wrapper .wc-product-images {
    height: 156px;
  }
  .wc-product-images-wrapper .wc-product-images.wc-has-image > a img {
    width: 100%;
    max-height: 100%;
  }
  .wc-product-images-wrapper .wc-product-images.wc-has-image > a:after {
    content: "";
    position: absolute;
    background: no-repeat url(../img/modal/magnify.svg) #383C3A center;
    width: 40px;
    height: 40px;
    padding: 40px;
    bottom: unset;
    left: unset;
    z-index: 10;
    border-radius: 6px;
    color: #FFFFFF;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }

  .form-control.pagination-select,
.form-control.product_code_filter {
    margin-bottom: 0px;
  }

  .section.styled .nav-tabs li.nav-dropdown {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: transparent;
  }

  #search-section .search-left h3:after {
    display: inline-block;
  }
  #search-section .search-wrapper .search-right {
    width: auto;
  }
  #search-section .search-wrapper .search-right .search-bar form:before {
    display: none;
  }
  #search-section .search-wrapper .search-right .search-bar form input.search-input {
    width: auto;
    text-indent: 0;
  }

  .woocommerce-account form.edit-account .form-fields > .row p {
    padding-left: 7.5px;
  }
  .woocommerce-account form.edit-account .form-fields > .row p:first-child {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .woocommerce-account form.edit-account .form-fields > .row p:first-child > span.form-control-wrap {
    margin-left: 0;
    margin-right: 10px;
  }
  .woocommerce-account form.edit-account .form-fields > .row p > span.form-control-wrap {
    margin-right: 0;
  }

  .border-box .wc-product-buttons .btn-group.sds button.dropdown-toggle.btn .fa {
    position: absolute;
    left: 10px;
    margin-right: 0;
  }
  .border-box .wc-product-buttons .btn-group.sds button.dropdown-toggle:after {
    position: absolute;
    right: 10px;
  }
  .border-box .wc-product-buttons .btn-group.sds ul.dropdown-menu {
    width: 100%;
  }

  .container#bodyArea {
    padding: 60px 20px;
  }

  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

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

  .cart-buttons-wrapper .cart-print, .cart-buttons-wrapper .cart-continue, .cart-buttons-wrapper .cart-update, .cart-buttons-wrapper .cart-checkout {
    width: auto;
    float: none;
  }
  .cart-buttons-wrapper .cart-print {
    text-align: left;
  }
  .cart-buttons-wrapper .cart-continue {
    text-align: left;
  }
  .cart-buttons-wrapper .cart-update, .cart-buttons-wrapper .cart-checkout {
    text-align: right;
  }

  #woocommerce_wrapper_container .main-product-buttons .wc-product-buttons .button-wrapper {
    width: 30%;
  }

  .order-history-page .my_account_orders .tbody .order .column {
    border-right: 2px solid #D8DFE3;
  }
  .order-history-page .my_account_orders .tbody .order .column.border-light {
    border-right-width: 1px;
  }
  .order-history-page .my_account_orders .tbody .order .column.border-heavy {
    border-right-width: 5px;
  }
  .order-history-page .my_account_orders .tbody .order .column.border-spacing {
    padding-right: 15px;
    margin-right: 15px;
  }
  .order-history-page .my_account_orders .tbody .order .column:last-child {
    border: 0;
  }
  .order-history-page .my_account_orders .tbody .order:first-of-type .column > * {
    padding-top: 40px;
  }
  .order-history-page .my_account_orders .tbody .order:last-of-type .column > * {
    padding-bottom: 40px;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }

  /***** Custom Bootstrap 5 Column Classes *****/
  .col-sm-4-5 {
    width: 20%;
    float: left;
  }

  /***** End Custom Bootstrap 5 Column Classes *****/
  .grid-box-wrapper .grid-box .body-box .box-title {
    color: #24439C;
    text-align: left;
    font-size: 19px;
  }
  .grid-box-wrapper .grid-box .body-box .box-body {
    display: inline-block;
  }
  .grid-box-wrapper .grid-box .body-box .box-link {
    text-align: left;
  }
  .grid-box-wrapper .grid-box .body-box .box-link a {
    color: #24439C;
  }
  .grid-box-wrapper .grid-box .table-cell {
    order: -1;
    vertical-align: middle;
  }

  .sub-nav .app-nav .nav-header .nav-target {
    width: 50%;
  }
  .sub-nav .app-nav .nav-body {
    padding: 40px 50px;
  }
  .sub-nav .app-nav .nav-body p a {
    display: inline;
    font-size: 10px;
    line-height: inherit;
    padding: 0;
  }

  #pinlabel {
    background-color: #24439C;
    padding: 0px 0;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
  }
  #pinlabel.hide-this-thing {
    opacity: 0;
  }
  #pinlabel.hide-this-thing .guide-item {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #pinlabel.scroll-to-fixed-fixed {
    opacity: 1;
    padding: 20px 0;
  }
  #pinlabel.scroll-to-fixed-fixed .guide-item {
    height: auto;
  }
  #pinlabel a .pinned .copy {
    color: #fff;
  }
  #pinlabel a .pinned .copy:hover {
    color: #ccc !important;
  }

  .landing-header .inner .logo a img {
    margin: 0;
  }
  .landing-header .inner .contact .copy {
    float: right;
    text-align: center;
  }
  .landing-header .inner .banner {
    text-align: left;
  }
  .landing-header .inner .banner .copy .wrapper {
    text-align: left;
  }

  .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .border-left, .content.row-view.redesign .border-box .loop-item .main #woocommerce_wrapper_container .wc-product-summary .wc-product-meta .meta-row .border-left, #woocommerce_wrapper_container .wc-product-summary .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .border-left, #product-selection-guide .row .entry-content .section .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .material-selection tbody tr:first-child td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .material-selection tbody tr:first-child .border-box .loop-item .main .wc-product-meta .meta-row td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .material-selection tbody tr.first td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .material-selection tbody tr.first .border-box .loop-item .main .wc-product-meta .meta-row td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .border-box .loop-item .main .wc-product-meta .meta-row .material-selection tbody tr:last-child td:first-child, #product-selection-guide .row .entry-content .section .content.row-view.redesign .material-selection tbody tr:last-child .border-box .loop-item .main .wc-product-meta .meta-row td:first-child {
    border-left: 1px solid #D8DFE3 !important;
  }
  .content.row-view.redesign .border-box .loop-item .product-capsule-right .ellipsis {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 16px;
    height: 5px;
    background-image: url(../img/ellipsis.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.3s ease;
    -moz-transition: background-image 0.3s ease;
    -ms-transition: background-image 0.3s ease;
    -o-transition: background-image 0.3s ease;
  }
  .content.row-view.redesign .border-box .loop-item .product-capsule-right .badge {
    border: 1px solid #D8DFE3;
    border-radius: 6px;
    background: white;
    color: #98a9b3;
    line-height: 13px;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-images-wrapper .wc-brochure-images {
    border-right: 1px solid #D8DFE3;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-images-wrapper .wc-brochure-images .img-container img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    max-height: 150px;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-loop-info .title {
    font-weight: 700;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .wc-brochure-loop-info .description {
    font-size: 14px;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn {
    font-family: "Roboto", sans-serif;
    color: white !important;
    background-color: #24439C;
    white-space: nowrap;
    border: 1px solid #24439C;
    border-radius: 6px;
    font-size: 14px !important;
    letter-spacing: unset;
    font-weight: 700;
    line-height: 14px;
    height: 35px;
    width: 162px;
    padding-top: 10px;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn:hover {
    background-color: #1f3a87;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn.pdf {
    color: #24439C !important;
    background-color: white;
    border: 1px solid #D8DFE3;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .btn.pdf:hover {
    border: 1px solid #24439C;
  }
  .content.row-view.redesign .border-box .loop-item.related-brochure .product-capsule-right .ellipsis {
    bottom: 5px;
  }
  .content.row-view.redesign .border-box:hover {
    -webkit-box-shadow: 0px 0px 30px #0000001A;
    -moz-box-shadow: 0px 0px 30px #0000001A;
    box-shadow: 0px 0px 30px #0000001A;
  }
  .content.row-view.redesign .border-box:hover .loop-item .product-capsule-right .ellipsis {
    background-image: url(../img/ellipsis_active.svg);
  }
}
/* end Small devices */
@media (min-width: 768px) and (max-width: 991px) {
  .row.lit-row div[class^=col-sm-], .row.lit-row div[class*=" col-sm-"] {
    width: auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #request-account .details {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  #request-account .request-account-wrapper {
    padding-top: 95px;
  }
  #request-account .request-account-wrapper .gform_confirmation_message {
    padding-left: 70px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .validation_error {
    padding-left: 70px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_body ul {
    padding-left: 70px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_footer {
    padding-left: 70px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_fields {
    padding-bottom: 50px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer {
    padding: 30px 0 40px 70px;
  }
  #request-account .request-account-wrapper .gform_wrapper form .gform_page .gform_page_footer .gform_next_button.button_simple {
    margin-left: 40px;
    margin-top: unset;
  }
  #request-account .request-account-wrapper .gform_wrapper form #gform_page_25_1,
#request-account .request-account-wrapper .gform_wrapper form #gform_page_26_1 {
    height: calc(100vh - 95px - 243px);
  }

  #support #content .title-wrapper .block p {
    text-align: right;
  }
  #support .modal .modal-dialog {
    width: 100%;
  }

  #toplineMenu {
    -moz-box-shadow: inset 0px -4px 5px -2px #CED7DC;
    -webkit-box-shadow: inset 0px -4px 5px -2px #CED7DC;
    box-shadow: inset 0px -4px 5px -2px #CED7DC;
    position: static;
  }

  #library .entry-content .no-sidebar {
    padding: 0 40px;
  }

  body.page-template-tpl-account-registration #account-registration .entry-content.sidebar-left {
    background: linear-gradient(to right, #F1F4F6 0%, #F1F4F6 50%, #FFFFFF 50%, #FFFFFF 100%);
  }
  body.page-template-tpl-account-registration #account-registration .entry-content.sidebar-right {
    background: linear-gradient(to left, #F1F4F6 0%, #F1F4F6 50%, #FFFFFF 50%, #FFFFFF 100%);
  }
  body.page-template-tpl-account-registration #account-registration #request-account-sidebar > .content {
    margin-right: 0;
    margin-left: 0;
  }

  .modal-dialog .modal-body button {
    right: 0px;
    top: -235px;
  }

  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .callouts .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .callouts .row .row-md-height {
    border-spacing: 15px 0;
    border-collapse: separate;
    margin: 0 0 30px;
  }
  .callouts .row .row-md-height .col-md-height {
    margin: 0;
  }

  .section.styled .content .events {
    padding: 15px 0;
  }
  .section.styled .tab-content .team-members .border-box {
    margin-bottom: auto;
  }

  #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.product-image-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.product-image-column {
    width: 60px;
  }
  #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.product-code-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.product-code-column {
    width: 100px;
  }
  #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.product-empirical-column, #product-selection-guide .row .entry-content .section .content .material-selection tfoot tr th.pa_cas-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.product-empirical-column, #product-selection-guide .row .entry-content .section .content .material-selection thead tr th.pa_cas-column {
    width: 135px;
  }

  /*
  body {
    &.slider-archive {
      .tifco-box-wrapper {
        .tifco-box-inner {
          left: 16px;
          .tifco-box {
            left: initial;
          }
        }
      }
    }
  }
  */
  #catalogs-brochures .catalogs-row.term-uncategorized-separate {
    width: 100%;
    margin: 0;
    display: block;
  }

  .loading_sugg {
    background-size: 3% !important;
  }

  #get_quote {
    margin: 0 0 20px;
  }

  #pre_footer {
    margin: 30px 0 40px;
  }
  #pre_footer .border-box {
    margin: 20px 0;
  }

  .sidebar {
    /*
        .library-callout {
          ul.link-list, ul#menu-product-lines {
            li {
              a {
                //font-size: 10px;
                font-size: 14px;
              }
            }
          }
        }
    */
  }
  .sidebar .bottom {
    margin-bottom: 0 !important;
  }

  /****  GRID BOX WRAPPER CSS ****/
  .grid-box-wrapper .grid-box {
    float: left;
  }
  .grid-box-wrapper .grid-box.row.bs {
    margin: 0 -7.5px;
  }
  .grid-box-wrapper .grid-box .body-box {
    padding: 0 45px;
  }

  /****  END OF GRID BOX WRAPPER CSS ****/
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }

  /***** Custom Bootstrap 5 Column Classes *****/
  .col-md-4-5 {
    width: 20%;
    float: left;
  }

  .row.lit-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.lit-row > div {
    float: left;
    display: block;
  }
  .row.equal-md-height {
    display: block;
    float: left;
  }
  .row.equal-md-height > div[class^=col-md-], .row.equal-md-height > div[class*=" col-md-"] {
    display: block;
    float: left;
    padding: 0;
  }
  .row.table-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.white-sidebar {
    margin-right: 7.5px;
  }
  .row.white-sidebar.left {
    margin-left: 7.5px;
  }
  .row.white-sidebar .entry-content > * {
    margin-right: -7.5px;
  }

  .equal-md-height, .row.equal-md-height {
    display: table;
    float: none;
  }
  .equal-md-height > div[class^=col-md-], .equal-md-height > div[class*=" col-md-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 0 15px;
  }

  /***** End Custom Bootstrap 5 Column Classes *****/
  /***** Woocommerce CSS Styling *****/
  #woocommerce_wrapper_container #product-general .wc-product-images-wrapper {
    padding: 0 30px 0 0;
  }
  #woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-packages {
    margin: 0 0 10px;
  }
  #woocommerce_wrapper_container .wc-product-summary .available-packages-form .available-in-bulk {
    margin: 10px 0;
    max-width: 400px;
  }
  .page .grid-box-wrapper {
    width: 100%;
    float: left;
  }
  .page .grid-box-wrapper.table {
    margin-left: 0;
    margin-right: 0;
  }
  .page .grid-box-wrapper .grid-section {
    margin: 0;
    float: left;
  }

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

  .cart-buttons-wrapper {
    /*
    .cart-print {
      width: 20%;
    }
    */
  }
  .cart-buttons-wrapper .cart-continue {
    width: 60%;
  }
  .cart-buttons-wrapper .cart-update {
    width: 15%;
    padding-left: 5%;
  }

  .page.page-template-application .grid-box-wrapper {
    padding-right: 0;
  }

  .grid-box-wrapper .grid-box .body-box .box-title {
    font-size: 16px;
  }
  .grid-box-wrapper.grids-2 .grid-box.grid-box-1 .body-box {
    order: -1;
  }
  .grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:before, .grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:after {
    right: auto;
    left: 0;
  }
  .grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:before {
    border-left: 0;
    border-right: 15px solid transparent;
  }
  .grid-box-wrapper.grids-2 .grid-box.grid-box-1 .img-box:after {
    border-left: 0;
    border-right: 15px solid transparent;
  }

  .sub-nav .msg-nav .nav-header .table {
    display: table;
  }
  .sub-nav .msg-nav .nav-header .table .table-cell {
    display: table-cell;
    text-align: inherit;
  }
  .sub-nav .msg-nav .nav-header .table .table-cell .select-holder {
    float: left;
  }
  .sub-nav .msg-nav .nav-header .table .table-cell .psg-text {
    float: right;
  }

  #menuSub .content-sub .tab-pane#searchGuide {
    padding: 40px 0;
  }
  #menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item {
    display: block;
    position: relative;
    width: 14.2857142857%;
    margin-bottom: 0;
  }
  #menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item a .image {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  #menuSub .content-sub .tab-pane#searchGuide .guide-wrapper .row .guide-item a .copy {
    text-align: center;
    float: none;
    width: auto;
    padding-left: 0;
    margin: 0;
    font-size: 12px;
  }
}
/* end Medium devices */
@media (min-width: 1092px) {
  #catalogs-brochures .cat-wrap {
    padding: 0;
  }
}
@media (min-width: 1115px) {
  .page .grid-box-wrapper .grid-section.left, .page.page-template-page-search .grid-box-wrapper .grid-section.left {
    padding: 0 5px 0 0;
  }
  .page .grid-box-wrapper .grid-section.right, .page.page-template-page-search .grid-box-wrapper .grid-section.right {
    padding: 0 0 0 5px;
  }

  .page-template-application .page .grid-box-wrapper .grid-section.left, .page-template-application .page.page-template-page-search .grid-box-wrapper .grid-section.left {
    padding: 0;
  }
  .page-template-application .page .grid-box-wrapper .grid-section.right, .page-template-application .page.page-template-page-search .grid-box-wrapper .grid-section.right {
    padding: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #support #content .support-cards .card-block {
    flex-basis: 0;
    margin: 0;
  }

  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }

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

  .thumbnail-slider .slide-wrapper .header {
    text-align: left;
  }
  .thumbnail-slider .slide-wrapper .header > p a {
    display: none;
  }

  /***** Custom Bootstrap 5 Column Classes *****/
  .col-lg-4-5 {
    width: 20%;
    float: left;
  }

  /***** End Custom Bootstrap 5 Column Classes *****/
}
/* Extra Large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
  /***** Custom Bootstrap 5 Column Classes *****/
  .col-xl-4-5 {
    width: 20%;
    float: left;
  }

  /***** End Custom Bootstrap 5 Column Classes *****/
}
@media print {
  header nav,
footer,
.header-wrapper,
.sub-nav,
#subfooter,
#pre_footer {
    display: none;
  }

  @page {
    margin: 0.5cm;
  }
  .woocommerce-page .container {
    min-width: auto !important;
  }
}
#technical_library, #catalogs, .page-template-page-search #applications .section {
  padding: 20px 0 5px 0;
}

#simple-page .entry-content img {
  float: none;
  display: block;
  margin: 0 auto;
}
#simple-page .entry-content a {
  color: #24439C;
  font-weight: bold;
}
#simple-page .entry-content a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #simple-page .entry-content img {
    float: left;
    display: block;
    margin: 5px 20px 15px 0;
  }
}
.bg-white {
  background-color: #FFFFFF;
}

#pre_footer .border-box .section a.telephone {
  font-family: "Roboto Condensed", serif;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}

img.iso-images {
  width: 30%;
  display: inline-block;
  margin: 10px 20px 0 0;
}

.simple-page .entry-content a {
  color: #24439C;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* @media (min-width: 768px) and (max-width: 956px) { */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.show {
    display: block !important;
  }

  .navbar-header .collapse, .navbar-toggler {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }
}
/***** RESPONSIVE SUB NAV BEGIN *****/
@media (min-width: 768px) {
  .sub-nav .flat-style ul li {
    padding: 15px 45px;
  }
}
@media (min-width: 992px) {
  .sub-nav .flat-style ul li.active a:after {
    visibility: visible;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #24439C;
    z-index: 99;
  }
}
/***** RESPONSIVE SUB NAV BEGIN *****/
/***** RESPONSIVE EVENTS CALENDAR BEGIN *****/
@media (min-width: 768px) {
  #library .library-events-calendar .library-events-upcoming .events-wrapper h3, .member-page .library-events-calendar .library-events-upcoming .events-wrapper h3 {
    font-size: 18px;
  }
  #library .library-events-calendar .library-events-previous .events-wrapper h3, .member-page .library-events-calendar .library-events-previous .events-wrapper h3 {
    font-size: 18px;
  }
}
/***** RESPONSIVE EVENTS CALENDAR END *****/
/***** RESPONSIVE SELECTION GUIDE MENU BEGIN *****/
@media (min-width: 768px) {
  #menuSub .content-sub #searchGuide .guide-category .img-holder {
    height: 200px !important;
  }
}
/***** RESPONSIVE SELECTION GUIDE MENU END *****/
.lt-ie9 .menuMain .logoMenu {
  width: 200px;
}
.lt-ie9 .menuMain .navbar-collapse {
  float: right;
}
.lt-ie9 .menuMain .navbar-collapse ul li.search {
  display: none;
}
.lt-ie9 #footer .footer-inner-wrapper #footer_sidebar_3 .container {
  width: 500px;
}
.lt-ie9 #footer .footer-inner-wrapper #footer_sidebar_3 #menu-footer-main-navigation .menu-section {
  width: 150px;
}

.pagination-dropdown {
  padding-bottom: 40px;
}

.description-area p {
  font-size: 14px;
}
.description-area p a {
  color: #24439C;
}
.description-area li {
  list-style: none;
}
.description-area li a {
  color: #24439C;
}

.related-literature a.color-link, .related-products a.color-link {
  font-size: 14px;
  display: inline-block;
}

.related-brochures p {
  font-size: 12px;
  font-style: italic;
}

.comm-key .key-box {
  width: 18px;
  height: 18px;
  background: #d4e9f7;
  float: left;
  border: 2px solid #d8dbdd;
  display: inline-block;
  margin-right: 10px;
}
.comm-key span {
  font-weight: 900;
}

.comm-key-bar {
  width: 100%;
  min-height: 44px;
  background: #d4e9f7;
  border: 2px solid #d8dbdd;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}
.comm-key-bar span {
  font-weight: 900;
}

a.product-click-wrapper {
  width: 100%;
  height: 45px;
  overflow: hidden;
  position: absolute;
  border-color: red;
  margin-right: 20px;
  z-index: 776;
}

.tif-pr-20 {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .callouts .wc-product-images-wrapper .wc-product-images.wc-has-image > a:after {
    top: 55px;
    left: 65px;
  }
}
@media (min-width: 768px) {
  .callouts .wc-product-images-wrapper .wc-product-images.wc-has-image > a:after {
    top: 35px;
    left: 45px;
  }
}
h2.gform_submission_error.hide_summary {
  text-align: left;
  margin-left: 15px !important;
  color: #DF0250 !important;
}

.gfield_validation_message {
  padding: 5px !important;
  margin-top: 5px !important;
}

/* Overwrite gravity forms legacy styles */
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0px !important;
}

#field_28_6 {
  padding: 0 !important;
}

.gform_legacy_markup_wrapper div.validation_error {
  border: 2px solid #DF0250 !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  padding: 16px 0 16px 0 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container select {
  border: 2px solid #DF0250 !important;
}

input.gfield-choice-input[name="input_10.1"]:checked:after {
  content: "";
  position: absolute;
  background: #24439C;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  z-index: 999;
  border: 1px solid white;
  border-radius: 2px;
}

.tools-wrapper .img-responsive {
  width: 100%;
}

.flexible-wrapper > div:last-child {
  padding-bottom: 85px;
}

.tif-megamenu .navmenu-top {
  background-color: #383C3A;
  color: #98A9B3;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  font-family: "Roboto";
  padding-top: 5px;
  padding-bottom: 5px;
}
.tif-megamenu .navmenu-top a {
  color: #98A9B3;
  text-decoration: none;
  margin-left: 30px;
}
.tif-megamenu .navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 3px 4px 0 #adadad33;
}
.tif-megamenu .navbar-light {
  font-size: 16px;
  color: #383C3A !important;
  line-height: 16px;
  font-weight: 700;
}
.tif-megamenu .navbar-light .navbar-nav li .nav-link {
  padding-top: 42px;
  padding-bottom: 37px;
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: #383C3A !important;
}
.tif-megamenu .navbar-light .navbar-nav li .nav-link:focus:after {
  content: "";
  height: 1px;
  background-color: #24439C;
  display: block;
  width: 100%;
  top: 35px;
  position: relative;
}
.tif-megamenu .navbar-light .navbar-nav li .nav-link:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #24439C;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  position: relative;
  top: 35px;
  margin-left: 0 !important;
  border: 0 !important;
}
.tif-megamenu .navbar-light .navbar-nav li .nav-link:hover:after {
  width: 100%;
  display: block;
}
.tif-megamenu .navbar-light .navbar-nav li.wc-menu-cart a {
  text-decoration: none;
}
.tif-megamenu .navbar-light .navbar-nav li.wc-menu-cart a .cart-count {
  margin-left: 5px;
  color: #383C3A;
}
.tif-megamenu .navbar-light .navbar-nav li.li-search {
  margin-left: 25px;
}
.tif-megamenu .navbar-light .navbar-nav li.megamenu-li {
  position: static;
}
.tif-megamenu .navbar-light .navbar-nav li .search-icon-wrapper {
  background-color: #E89F32;
  border-radius: 50%;
  margin-top: 35px;
}
.tif-megamenu .navbar-light .navbar-nav li .search-icon-wrapper a {
  padding: 8px;
}
.tif-megamenu .navbar-light .navbar-nav li .menu-cart {
  content: url("../img/menu-cart.svg");
  height: 15px;
  width: 17px;
  margin-left: 25px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .close-megamenu {
  font-size: 12px;
  font-weight: 700;
  color: #D8DFE3;
  vertical-align: middle;
  display: flex;
  cursor: pointer;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .close-megamenu:before {
  content: url("../img/close-button.svg");
  margin-right: 12px;
  height: 15px;
  width: 15px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu a {
  color: #383C3A;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu a:active, .tif-megamenu .navbar-light .navbar-nav li .megamenu a:hover {
  color: #383C3A;
  text-decoration: none;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-parent-after:after {
  content: "";
  height: 10px;
  width: 16px;
  margin-top: -45px;
  margin-right: 20px;
  float: right;
  -webkit-mask: url(../img/megamenu-right-arrow-selected.svg) no-repeat center center;
  mask: url(../img/megamenu-right-arrow-selected.svg) no-repeat center center;
  background-color: #98a9b3;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-parent-after:focus:after {
  background-color: #24439C;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-children a {
  color: #98A9B3 !important;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-children h6 {
  margin-left: 20px;
  white-space: pre-line;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-children p {
  margin-left: 65px;
  white-space: pre-line;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item {
  padding-left: 0px;
  padding-right: 0px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .megamenu-column {
  padding-top: 50px;
  padding-bottom: 70px;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .dropdown-item, .tif-megamenu .navbar-light .navbar-nav li .megamenu .dropdown-item:active, .tif-megamenu .navbar-light .navbar-nav li .megamenu .dropdown-item:hover {
  background-color: unset;
}
.tif-megamenu .navbar-light .navbar-nav li .megamenu .dropdown-item:focus,
.tif-megamenu .navbar-light .navbar-nav li .megamenu .dropdown-item:hover {
  color: #383C3A !important;
}
.tif-megamenu .navbar-light .navbar-nav li .mm-icon {
  max-width: 40px;
  max-height: 40px;
}
.tif-megamenu .navbar-light .navbar-nav li .a-account {
  color: #383C3A !important;
  text-decoration: none;
}
.tif-megamenu .dropdown-item:focus,
.tif-megamenu .dropdown-item:hover {
  text-decoration: none;
}
.tif-megamenu .dropdown-item.active,
.tif-megamenu .dropdown-item:active {
  text-decoration: none;
}
.tif-megamenu .sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: 10px 15px 15px rgba(173, 173, 173, 0.2) !important;
}
.tif-megamenu .navbar-toggler {
  outline: none !important;
}
.tif-megamenu .navbar-tog {
  color: #24439C;
}
.tif-megamenu .tif-mt-10 {
  margin-top: 10px;
}
.tif-megamenu .tif-ml-0 {
  margin-left: 0 !important;
}

#search_modal {
  z-index: 9001;
}
#search_modal .modal-dialog {
  width: 100% !important;
  max-width: none !important;
  transform: none;
}
#search_modal .modal-dialog .modal-content {
  height: auto !important;
  min-height: 100% !important;
  border: none;
  border-radius: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search_modal .modal-dialog .modal-content .modal-body form {
  max-width: 1200px;
  margin: 0 auto !important;
  opacity: 0;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper {
  position: relative;
  border-bottom: 1px solid #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  #search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search {
    font-size: 42px;
  }
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::-webkit-input-placeholder {
  color: #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search:-moz-placeholder {
  color: #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::-moz-placeholder {
  color: #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search:-ms-input-placeholder {
  color: #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::-ms-placeholder {
  color: #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::placeholder {
  color: #98A9B3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper .text-underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 0;
  overflow: hidden;
  color: transparent;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  border-top: 3px solid #98A9B3;
  border-radius: 2px;
  min-width: 0px;
  outline: none;
}
@media (min-width: 992px) {
  #search_modal .modal-dialog .modal-content .modal-body form .search-wrapper .text-underline {
    font-size: 42px;
  }
}
#search_modal .modal-dialog .modal-content .modal-body form .submit-wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  background-image: url("../img/search-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 18px 30px;
  right: unset;
  top: unset;
}
@media (min-width: 992px) {
  #search_modal .modal-dialog .modal-content .modal-body form .submit-wrapper button {
    padding: 36px 40px;
  }
}
#search_modal.show .modal-dialog .modal-content .modal-body form {
  opacity: 1;
  transform: scale(1);
}
#search_modal .tif-p-0 {
  padding: 0;
}
#search_modal .tif-m-0 {
  margin: 0;
}
#search_modal .tif-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
#search_modal .tif-pb-20 {
  padding-bottom: 20px;
}
#search_modal .tif-pt-25 {
  padding-top: 25px;
}

.flexible-wrapper > div:last-child {
  padding-bottom: 85px;
}

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2021 Colophon Foundry
 *
 * Licenced to Blake Harrison Consumer Rating LLC
 */
.tif-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.tif-m-5 {
  margin: 5px !important;
}

.tif-m-10 {
  margin: 10px !important;
}

.tif-m-15 {
  margin: 15px !important;
}

.tif-m-20 {
  margin: 20px !important;
}

.tif-m-25 {
  margin: 25px !important;
}

.tif-m-30 {
  margin: 30px !important;
}

.tif-m-35 {
  margin: 35px !important;
}

.tif-m-40 {
  margin: 40px !important;
}

.tif-m-45 {
  margin: 45px !important;
}

.tif-m-50 {
  margin: 50px !important;
}

.tif-m-55 {
  margin: 55px !important;
}

.tif-m-60 {
  margin: 60px !important;
}

.tif-m-65 {
  margin: 65px !important;
}

.tif-m-70 {
  margin: 70px !important;
}

.tif-m-75 {
  margin: 75px !important;
}

.tif-m-80 {
  margin: 80px !important;
}

.tif-m-85 {
  margin: 85px !important;
}

.tif-m-90 {
  margin: 90px !important;
}

.tif-m-95 {
  margin: 95px !important;
}

.tif-m-100 {
  margin: 100px !important;
}

.tif-m-105 {
  margin: 105px !important;
}

.tif-m-110 {
  margin: 110px !important;
}

.tif-m-115 {
  margin: 115px !important;
}

.tif-m-120 {
  margin: 120px !important;
}

.tif-m-125 {
  margin: 125px !important;
}

.tif-m-130 {
  margin: 130px !important;
}

.tif-m-135 {
  margin: 135px !important;
}

.tif-m-140 {
  margin: 140px !important;
}

.tif-m-145 {
  margin: 145px !important;
}

.tif-m-150 {
  margin: 150px !important;
}

.tif-m-155 {
  margin: 155px !important;
}

.tif-m-160 {
  margin: 160px !important;
}

.tif-m-165 {
  margin: 165px !important;
}

.tif-m-170 {
  margin: 170px !important;
}

.tif-m-175 {
  margin: 175px !important;
}

.tif-m-180 {
  margin: 180px !important;
}

.tif-m-185 {
  margin: 185px !important;
}

.tif-m-190 {
  margin: 190px !important;
}

.tif-m-195 {
  margin: 195px !important;
}

.tif-m-200 {
  margin: 200px !important;
}

.tif-m-205 {
  margin: 205px !important;
}

.tif-m-210 {
  margin: 210px !important;
}

.tif-m-215 {
  margin: 215px !important;
}

.tif-m-220 {
  margin: 220px !important;
}

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

.tif-p-5 {
  padding: 5px !important;
}

.tif-p-10 {
  padding: 10px !important;
}

.tif-p-15 {
  padding: 15px !important;
}

.tif-p-20 {
  padding: 20px !important;
}

.tif-p-25 {
  padding: 25px !important;
}

.tif-p-30 {
  padding: 30px !important;
}

.tif-p-35 {
  padding: 35px !important;
}

.tif-p-40 {
  padding: 40px !important;
}

.tif-p-45 {
  padding: 45px !important;
}

.tif-p-50 {
  padding: 50px !important;
}

.tif-p-55 {
  padding: 55px !important;
}

.tif-p-60 {
  padding: 60px !important;
}

.tif-p-65 {
  padding: 65px !important;
}

.tif-p-70 {
  padding: 70px !important;
}

.tif-p-75 {
  padding: 75px !important;
}

.tif-p-80 {
  padding: 80px !important;
}

.tif-p-85 {
  padding: 85px !important;
}

.tif-p-90 {
  padding: 90px !important;
}

.tif-p-95 {
  padding: 95px !important;
}

.tif-p-100 {
  padding: 100px !important;
}

.tif-p-105 {
  padding: 105px !important;
}

.tif-p-110 {
  padding: 110px !important;
}

.tif-p-115 {
  padding: 115px !important;
}

.tif-p-120 {
  padding: 120px !important;
}

.tif-p-125 {
  padding: 125px !important;
}

.tif-p-130 {
  padding: 130px !important;
}

.tif-p-135 {
  padding: 135px !important;
}

.tif-p-140 {
  padding: 140px !important;
}

.tif-p-145 {
  padding: 145px !important;
}

.tif-p-150 {
  padding: 150px !important;
}

.tif-p-155 {
  padding: 155px !important;
}

.tif-p-160 {
  padding: 160px !important;
}

.tif-p-165 {
  padding: 165px !important;
}

.tif-p-170 {
  padding: 170px !important;
}

.tif-p-175 {
  padding: 175px !important;
}

.tif-p-180 {
  padding: 180px !important;
}

.tif-p-185 {
  padding: 185px !important;
}

.tif-p-190 {
  padding: 190px !important;
}

.tif-p-195 {
  padding: 195px !important;
}

.tif-p-200 {
  padding: 200px !important;
}

.tif-p-205 {
  padding: 205px !important;
}

.tif-p-210 {
  padding: 210px !important;
}

.tif-p-215 {
  padding: 215px !important;
}

.tif-p-220 {
  padding: 220px !important;
}

.tif-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.tif-mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.tif-mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.tif-mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.tif-mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.tif-mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.tif-mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.tif-mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.tif-mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.tif-mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.tif-mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.tif-mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.tif-mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.tif-mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.tif-mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.tif-mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.tif-mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.tif-mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.tif-mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.tif-mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.tif-mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.tif-mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.tif-mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.tif-mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.tif-mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.tif-mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.tif-mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.tif-mx-135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.tif-mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.tif-mx-145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.tif-mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.tif-mx-155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

.tif-mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.tif-mx-165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.tif-mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.tif-mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.tif-mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.tif-mx-185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

.tif-mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.tif-mx-195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

.tif-mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.tif-mx-205 {
  margin-left: 205px !important;
  margin-right: 205px !important;
}

.tif-mx-210 {
  margin-left: 210px !important;
  margin-right: 210px !important;
}

.tif-mx-215 {
  margin-left: 215px !important;
  margin-right: 215px !important;
}

.tif-mx-220 {
  margin-left: 220px !important;
  margin-right: 220px !important;
}

.tif-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tif-px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.tif-px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.tif-px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tif-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.tif-px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.tif-px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.tif-px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.tif-px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.tif-px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.tif-px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.tif-px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.tif-px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.tif-px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.tif-px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.tif-px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.tif-px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.tif-px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.tif-px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.tif-px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.tif-px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.tif-px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.tif-px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.tif-px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.tif-px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.tif-px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.tif-px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.tif-px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.tif-px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.tif-px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.tif-px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.tif-px-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.tif-px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.tif-px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.tif-px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.tif-px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.tif-px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.tif-px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.tif-px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.tif-px-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.tif-px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.tif-px-205 {
  padding-left: 205px !important;
  padding-right: 205px !important;
}

.tif-px-210 {
  padding-left: 210px !important;
  padding-right: 210px !important;
}

.tif-px-215 {
  padding-left: 215px !important;
  padding-right: 215px !important;
}

.tif-px-220 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

.tif-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.tif-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.tif-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.tif-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.tif-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.tif-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.tif-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.tif-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.tif-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.tif-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.tif-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.tif-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.tif-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.tif-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.tif-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.tif-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.tif-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.tif-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.tif-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.tif-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.tif-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.tif-my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.tif-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.tif-my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.tif-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.tif-my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.tif-my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.tif-my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.tif-my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.tif-my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.tif-my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.tif-my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.tif-my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.tif-my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.tif-my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.tif-my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.tif-my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.tif-my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.tif-my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.tif-my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.tif-my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.tif-my-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}

.tif-my-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}

.tif-my-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}

.tif-my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.tif-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.tif-py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.tif-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.tif-py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.tif-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.tif-py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.tif-py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.tif-py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.tif-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.tif-py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.tif-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.tif-py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.tif-py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.tif-py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.tif-py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.tif-py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.tif-py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.tif-py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.tif-py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.tif-py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.tif-py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.tif-py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.tif-py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.tif-py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.tif-py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.tif-py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.tif-py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.tif-py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.tif-py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.tif-py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.tif-py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.tif-py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.tif-py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.tif-py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.tif-py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.tif-py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.tif-py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.tif-py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.tif-py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.tif-py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.tif-py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.tif-py-205 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}

.tif-py-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

.tif-py-215 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}

.tif-py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

.tif-pl-0, .footer .textwidget .part {
  padding-left: 0px !important;
}

.tif-pl-5 {
  padding-left: 5px !important;
}

.tif-pl-10 {
  padding-left: 10px !important;
}

.tif-pl-15 {
  padding-left: 15px !important;
}

.tif-pl-20 {
  padding-left: 20px !important;
}

.tif-pl-25 {
  padding-left: 25px !important;
}

.tif-pl-30 {
  padding-left: 30px !important;
}

.tif-pl-35 {
  padding-left: 35px !important;
}

.tif-pl-40 {
  padding-left: 40px !important;
}

.tif-pl-45 {
  padding-left: 45px !important;
}

.tif-pl-50 {
  padding-left: 50px !important;
}

.tif-pl-55 {
  padding-left: 55px !important;
}

.tif-pl-60 {
  padding-left: 60px !important;
}

.tif-pl-65 {
  padding-left: 65px !important;
}

.tif-pl-70 {
  padding-left: 70px !important;
}

.tif-pl-75 {
  padding-left: 75px !important;
}

.tif-pl-80 {
  padding-left: 80px !important;
}

.tif-pl-85 {
  padding-left: 85px !important;
}

.tif-pl-90 {
  padding-left: 90px !important;
}

.tif-pl-95 {
  padding-left: 95px !important;
}

.tif-pl-100 {
  padding-left: 100px !important;
}

.tif-pl-105 {
  padding-left: 105px !important;
}

.tif-pl-110 {
  padding-left: 110px !important;
}

.tif-pl-115 {
  padding-left: 115px !important;
}

.tif-pl-120 {
  padding-left: 120px !important;
}

.tif-pl-125 {
  padding-left: 125px !important;
}

.tif-pl-130 {
  padding-left: 130px !important;
}

.tif-pl-135 {
  padding-left: 135px !important;
}

.tif-pl-140 {
  padding-left: 140px !important;
}

.tif-pl-145 {
  padding-left: 145px !important;
}

.tif-pl-150 {
  padding-left: 150px !important;
}

.tif-pl-155 {
  padding-left: 155px !important;
}

.tif-pl-160 {
  padding-left: 160px !important;
}

.tif-pl-165 {
  padding-left: 165px !important;
}

.tif-pl-170 {
  padding-left: 170px !important;
}

.tif-pl-175 {
  padding-left: 175px !important;
}

.tif-pl-180 {
  padding-left: 180px !important;
}

.tif-pl-185 {
  padding-left: 185px !important;
}

.tif-pl-190 {
  padding-left: 190px !important;
}

.tif-pl-195 {
  padding-left: 195px !important;
}

.tif-pl-200 {
  padding-left: 200px !important;
}

.tif-pl-205 {
  padding-left: 205px !important;
}

.tif-pl-210 {
  padding-left: 210px !important;
}

.tif-pl-215 {
  padding-left: 215px !important;
}

.tif-pl-220 {
  padding-left: 220px !important;
}

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

.tif-pr-5 {
  padding-right: 5px !important;
}

.tif-pr-10 {
  padding-right: 10px !important;
}

.tif-pr-15 {
  padding-right: 15px !important;
}

.tif-pr-20 {
  padding-right: 20px !important;
}

.tif-pr-25 {
  padding-right: 25px !important;
}

.tif-pr-30 {
  padding-right: 30px !important;
}

.tif-pr-35 {
  padding-right: 35px !important;
}

.tif-pr-40 {
  padding-right: 40px !important;
}

.tif-pr-45 {
  padding-right: 45px !important;
}

.tif-pr-50 {
  padding-right: 50px !important;
}

.tif-pr-55 {
  padding-right: 55px !important;
}

.tif-pr-60 {
  padding-right: 60px !important;
}

.tif-pr-65 {
  padding-right: 65px !important;
}

.tif-pr-70 {
  padding-right: 70px !important;
}

.tif-pr-75 {
  padding-right: 75px !important;
}

.tif-pr-80 {
  padding-right: 80px !important;
}

.tif-pr-85 {
  padding-right: 85px !important;
}

.tif-pr-90 {
  padding-right: 90px !important;
}

.tif-pr-95 {
  padding-right: 95px !important;
}

.tif-pr-100 {
  padding-right: 100px !important;
}

.tif-pr-105 {
  padding-right: 105px !important;
}

.tif-pr-110 {
  padding-right: 110px !important;
}

.tif-pr-115 {
  padding-right: 115px !important;
}

.tif-pr-120 {
  padding-right: 120px !important;
}

.tif-pr-125 {
  padding-right: 125px !important;
}

.tif-pr-130 {
  padding-right: 130px !important;
}

.tif-pr-135 {
  padding-right: 135px !important;
}

.tif-pr-140 {
  padding-right: 140px !important;
}

.tif-pr-145 {
  padding-right: 145px !important;
}

.tif-pr-150 {
  padding-right: 150px !important;
}

.tif-pr-155 {
  padding-right: 155px !important;
}

.tif-pr-160 {
  padding-right: 160px !important;
}

.tif-pr-165 {
  padding-right: 165px !important;
}

.tif-pr-170 {
  padding-right: 170px !important;
}

.tif-pr-175 {
  padding-right: 175px !important;
}

.tif-pr-180 {
  padding-right: 180px !important;
}

.tif-pr-185 {
  padding-right: 185px !important;
}

.tif-pr-190 {
  padding-right: 190px !important;
}

.tif-pr-195 {
  padding-right: 195px !important;
}

.tif-pr-200 {
  padding-right: 200px !important;
}

.tif-pr-205 {
  padding-right: 205px !important;
}

.tif-pr-210 {
  padding-right: 210px !important;
}

.tif-pr-215 {
  padding-right: 215px !important;
}

.tif-pr-220 {
  padding-right: 220px !important;
}

.tif-pt-0 {
  padding-top: 0px !important;
}

.tif-pt-5 {
  padding-top: 5px !important;
}

.tif-pt-10 {
  padding-top: 10px !important;
}

.tif-pt-15 {
  padding-top: 15px !important;
}

.tif-pt-20 {
  padding-top: 20px !important;
}

.tif-pt-25 {
  padding-top: 25px !important;
}

.tif-pt-30 {
  padding-top: 30px !important;
}

.tif-pt-35 {
  padding-top: 35px !important;
}

.tif-pt-40 {
  padding-top: 40px !important;
}

.tif-pt-45 {
  padding-top: 45px !important;
}

.tif-pt-50 {
  padding-top: 50px !important;
}

.tif-pt-55 {
  padding-top: 55px !important;
}

.tif-pt-60 {
  padding-top: 60px !important;
}

.tif-pt-65 {
  padding-top: 65px !important;
}

.tif-pt-70 {
  padding-top: 70px !important;
}

.tif-pt-75 {
  padding-top: 75px !important;
}

.tif-pt-80 {
  padding-top: 80px !important;
}

.tif-pt-85 {
  padding-top: 85px !important;
}

.tif-pt-90 {
  padding-top: 90px !important;
}

.tif-pt-95 {
  padding-top: 95px !important;
}

.tif-pt-100 {
  padding-top: 100px !important;
}

.tif-pt-105 {
  padding-top: 105px !important;
}

.tif-pt-110 {
  padding-top: 110px !important;
}

.tif-pt-115 {
  padding-top: 115px !important;
}

.tif-pt-120 {
  padding-top: 120px !important;
}

.tif-pt-125 {
  padding-top: 125px !important;
}

.tif-pt-130 {
  padding-top: 130px !important;
}

.tif-pt-135 {
  padding-top: 135px !important;
}

.tif-pt-140 {
  padding-top: 140px !important;
}

.tif-pt-145 {
  padding-top: 145px !important;
}

.tif-pt-150 {
  padding-top: 150px !important;
}

.tif-pt-155 {
  padding-top: 155px !important;
}

.tif-pt-160 {
  padding-top: 160px !important;
}

.tif-pt-165 {
  padding-top: 165px !important;
}

.tif-pt-170 {
  padding-top: 170px !important;
}

.tif-pt-175 {
  padding-top: 175px !important;
}

.tif-pt-180 {
  padding-top: 180px !important;
}

.tif-pt-185 {
  padding-top: 185px !important;
}

.tif-pt-190 {
  padding-top: 190px !important;
}

.tif-pt-195 {
  padding-top: 195px !important;
}

.tif-pt-200 {
  padding-top: 200px !important;
}

.tif-pt-205 {
  padding-top: 205px !important;
}

.tif-pt-210 {
  padding-top: 210px !important;
}

.tif-pt-215 {
  padding-top: 215px !important;
}

.tif-pt-220 {
  padding-top: 220px !important;
}

.tif-pb-0 {
  padding-bottom: 0px !important;
}

.tif-pb-5 {
  padding-bottom: 5px !important;
}

.tif-pb-10 {
  padding-bottom: 10px !important;
}

.tif-pb-15 {
  padding-bottom: 15px !important;
}

.tif-pb-20 {
  padding-bottom: 20px !important;
}

.tif-pb-25 {
  padding-bottom: 25px !important;
}

.tif-pb-30 {
  padding-bottom: 30px !important;
}

.tif-pb-35 {
  padding-bottom: 35px !important;
}

.tif-pb-40 {
  padding-bottom: 40px !important;
}

.tif-pb-45 {
  padding-bottom: 45px !important;
}

.tif-pb-50 {
  padding-bottom: 50px !important;
}

.tif-pb-55 {
  padding-bottom: 55px !important;
}

.tif-pb-60 {
  padding-bottom: 60px !important;
}

.tif-pb-65 {
  padding-bottom: 65px !important;
}

.tif-pb-70 {
  padding-bottom: 70px !important;
}

.tif-pb-75 {
  padding-bottom: 75px !important;
}

.tif-pb-80 {
  padding-bottom: 80px !important;
}

.tif-pb-85 {
  padding-bottom: 85px !important;
}

.tif-pb-90 {
  padding-bottom: 90px !important;
}

.tif-pb-95 {
  padding-bottom: 95px !important;
}

.tif-pb-100 {
  padding-bottom: 100px !important;
}

.tif-pb-105 {
  padding-bottom: 105px !important;
}

.tif-pb-110 {
  padding-bottom: 110px !important;
}

.tif-pb-115 {
  padding-bottom: 115px !important;
}

.tif-pb-120 {
  padding-bottom: 120px !important;
}

.tif-pb-125 {
  padding-bottom: 125px !important;
}

.tif-pb-130 {
  padding-bottom: 130px !important;
}

.tif-pb-135 {
  padding-bottom: 135px !important;
}

.tif-pb-140 {
  padding-bottom: 140px !important;
}

.tif-pb-145 {
  padding-bottom: 145px !important;
}

.tif-pb-150 {
  padding-bottom: 150px !important;
}

.tif-pb-155 {
  padding-bottom: 155px !important;
}

.tif-pb-160 {
  padding-bottom: 160px !important;
}

.tif-pb-165 {
  padding-bottom: 165px !important;
}

.tif-pb-170 {
  padding-bottom: 170px !important;
}

.tif-pb-175 {
  padding-bottom: 175px !important;
}

.tif-pb-180 {
  padding-bottom: 180px !important;
}

.tif-pb-185 {
  padding-bottom: 185px !important;
}

.tif-pb-190 {
  padding-bottom: 190px !important;
}

.tif-pb-195 {
  padding-bottom: 195px !important;
}

.tif-pb-200 {
  padding-bottom: 200px !important;
}

.tif-pb-205 {
  padding-bottom: 205px !important;
}

.tif-pb-210 {
  padding-bottom: 210px !important;
}

.tif-pb-215 {
  padding-bottom: 215px !important;
}

.tif-pb-220 {
  padding-bottom: 220px !important;
}

.tif-ml-0 {
  margin-left: 0px !important;
}

.tif-ml-5 {
  margin-left: 5px !important;
}

.tif-ml-10 {
  margin-left: 10px !important;
}

.tif-ml-15 {
  margin-left: 15px !important;
}

.tif-ml-20 {
  margin-left: 20px !important;
}

.tif-ml-25 {
  margin-left: 25px !important;
}

.tif-ml-30 {
  margin-left: 30px !important;
}

.tif-ml-35 {
  margin-left: 35px !important;
}

.tif-ml-40 {
  margin-left: 40px !important;
}

.tif-ml-45 {
  margin-left: 45px !important;
}

.tif-ml-50 {
  margin-left: 50px !important;
}

.tif-ml-55 {
  margin-left: 55px !important;
}

.tif-ml-60 {
  margin-left: 60px !important;
}

.tif-ml-65 {
  margin-left: 65px !important;
}

.tif-ml-70 {
  margin-left: 70px !important;
}

.tif-ml-75 {
  margin-left: 75px !important;
}

.tif-ml-80 {
  margin-left: 80px !important;
}

.tif-ml-85 {
  margin-left: 85px !important;
}

.tif-ml-90 {
  margin-left: 90px !important;
}

.tif-ml-95 {
  margin-left: 95px !important;
}

.tif-ml-100 {
  margin-left: 100px !important;
}

.tif-ml-105 {
  margin-left: 105px !important;
}

.tif-ml-110 {
  margin-left: 110px !important;
}

.tif-ml-115 {
  margin-left: 115px !important;
}

.tif-ml-120 {
  margin-left: 120px !important;
}

.tif-ml-125 {
  margin-left: 125px !important;
}

.tif-ml-130 {
  margin-left: 130px !important;
}

.tif-ml-135 {
  margin-left: 135px !important;
}

.tif-ml-140 {
  margin-left: 140px !important;
}

.tif-ml-145 {
  margin-left: 145px !important;
}

.tif-ml-150 {
  margin-left: 150px !important;
}

.tif-ml-155 {
  margin-left: 155px !important;
}

.tif-ml-160 {
  margin-left: 160px !important;
}

.tif-ml-165 {
  margin-left: 165px !important;
}

.tif-ml-170 {
  margin-left: 170px !important;
}

.tif-ml-175 {
  margin-left: 175px !important;
}

.tif-ml-180 {
  margin-left: 180px !important;
}

.tif-ml-185 {
  margin-left: 185px !important;
}

.tif-ml-190 {
  margin-left: 190px !important;
}

.tif-ml-195 {
  margin-left: 195px !important;
}

.tif-ml-200 {
  margin-left: 200px !important;
}

.tif-ml-205 {
  margin-left: 205px !important;
}

.tif-ml-210 {
  margin-left: 210px !important;
}

.tif-ml-215 {
  margin-left: 215px !important;
}

.tif-ml-220 {
  margin-left: 220px !important;
}

.tif-mr-0 {
  margin-right: 0px !important;
}

.tif-mr-5 {
  margin-right: 5px !important;
}

.tif-mr-10 {
  margin-right: 10px !important;
}

.tif-mr-15 {
  margin-right: 15px !important;
}

.tif-mr-20 {
  margin-right: 20px !important;
}

.tif-mr-25 {
  margin-right: 25px !important;
}

.tif-mr-30 {
  margin-right: 30px !important;
}

.tif-mr-35 {
  margin-right: 35px !important;
}

.tif-mr-40 {
  margin-right: 40px !important;
}

.tif-mr-45 {
  margin-right: 45px !important;
}

.tif-mr-50 {
  margin-right: 50px !important;
}

.tif-mr-55 {
  margin-right: 55px !important;
}

.tif-mr-60 {
  margin-right: 60px !important;
}

.tif-mr-65 {
  margin-right: 65px !important;
}

.tif-mr-70 {
  margin-right: 70px !important;
}

.tif-mr-75 {
  margin-right: 75px !important;
}

.tif-mr-80 {
  margin-right: 80px !important;
}

.tif-mr-85 {
  margin-right: 85px !important;
}

.tif-mr-90 {
  margin-right: 90px !important;
}

.tif-mr-95 {
  margin-right: 95px !important;
}

.tif-mr-100 {
  margin-right: 100px !important;
}

.tif-mr-105 {
  margin-right: 105px !important;
}

.tif-mr-110 {
  margin-right: 110px !important;
}

.tif-mr-115 {
  margin-right: 115px !important;
}

.tif-mr-120 {
  margin-right: 120px !important;
}

.tif-mr-125 {
  margin-right: 125px !important;
}

.tif-mr-130 {
  margin-right: 130px !important;
}

.tif-mr-135 {
  margin-right: 135px !important;
}

.tif-mr-140 {
  margin-right: 140px !important;
}

.tif-mr-145 {
  margin-right: 145px !important;
}

.tif-mr-150 {
  margin-right: 150px !important;
}

.tif-mr-155 {
  margin-right: 155px !important;
}

.tif-mr-160 {
  margin-right: 160px !important;
}

.tif-mr-165 {
  margin-right: 165px !important;
}

.tif-mr-170 {
  margin-right: 170px !important;
}

.tif-mr-175 {
  margin-right: 175px !important;
}

.tif-mr-180 {
  margin-right: 180px !important;
}

.tif-mr-185 {
  margin-right: 185px !important;
}

.tif-mr-190 {
  margin-right: 190px !important;
}

.tif-mr-195 {
  margin-right: 195px !important;
}

.tif-mr-200 {
  margin-right: 200px !important;
}

.tif-mr-205 {
  margin-right: 205px !important;
}

.tif-mr-210 {
  margin-right: 210px !important;
}

.tif-mr-215 {
  margin-right: 215px !important;
}

.tif-mr-220 {
  margin-right: 220px !important;
}

.tif-mt-0 {
  margin-top: 0px !important;
}

.tif-mt-5 {
  margin-top: 5px !important;
}

.tif-mt-10 {
  margin-top: 10px !important;
}

.tif-mt-15 {
  margin-top: 15px !important;
}

.tif-mt-20 {
  margin-top: 20px !important;
}

.tif-mt-25 {
  margin-top: 25px !important;
}

.tif-mt-30 {
  margin-top: 30px !important;
}

.tif-mt-35 {
  margin-top: 35px !important;
}

.tif-mt-40 {
  margin-top: 40px !important;
}

.tif-mt-45 {
  margin-top: 45px !important;
}

.tif-mt-50 {
  margin-top: 50px !important;
}

.tif-mt-55 {
  margin-top: 55px !important;
}

.tif-mt-60 {
  margin-top: 60px !important;
}

.tif-mt-65 {
  margin-top: 65px !important;
}

.tif-mt-70 {
  margin-top: 70px !important;
}

.tif-mt-75 {
  margin-top: 75px !important;
}

.tif-mt-80 {
  margin-top: 80px !important;
}

.tif-mt-85 {
  margin-top: 85px !important;
}

.tif-mt-90 {
  margin-top: 90px !important;
}

.tif-mt-95 {
  margin-top: 95px !important;
}

.tif-mt-100 {
  margin-top: 100px !important;
}

.tif-mt-105 {
  margin-top: 105px !important;
}

.tif-mt-110 {
  margin-top: 110px !important;
}

.tif-mt-115 {
  margin-top: 115px !important;
}

.tif-mt-120 {
  margin-top: 120px !important;
}

.tif-mt-125 {
  margin-top: 125px !important;
}

.tif-mt-130 {
  margin-top: 130px !important;
}

.tif-mt-135 {
  margin-top: 135px !important;
}

.tif-mt-140 {
  margin-top: 140px !important;
}

.tif-mt-145 {
  margin-top: 145px !important;
}

.tif-mt-150 {
  margin-top: 150px !important;
}

.tif-mt-155 {
  margin-top: 155px !important;
}

.tif-mt-160 {
  margin-top: 160px !important;
}

.tif-mt-165 {
  margin-top: 165px !important;
}

.tif-mt-170 {
  margin-top: 170px !important;
}

.tif-mt-175 {
  margin-top: 175px !important;
}

.tif-mt-180 {
  margin-top: 180px !important;
}

.tif-mt-185 {
  margin-top: 185px !important;
}

.tif-mt-190 {
  margin-top: 190px !important;
}

.tif-mt-195 {
  margin-top: 195px !important;
}

.tif-mt-200 {
  margin-top: 200px !important;
}

.tif-mt-205 {
  margin-top: 205px !important;
}

.tif-mt-210 {
  margin-top: 210px !important;
}

.tif-mt-215 {
  margin-top: 215px !important;
}

.tif-mt-220 {
  margin-top: 220px !important;
}

.tif-mb-0 {
  margin-bottom: 0px !important;
}

.tif-mb-5 {
  margin-bottom: 5px !important;
}

.tif-mb-10 {
  margin-bottom: 10px !important;
}

.tif-mb-15 {
  margin-bottom: 15px !important;
}

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

.tif-mb-25 {
  margin-bottom: 25px !important;
}

.tif-mb-30 {
  margin-bottom: 30px !important;
}

.tif-mb-35 {
  margin-bottom: 35px !important;
}

.tif-mb-40 {
  margin-bottom: 40px !important;
}

.tif-mb-45 {
  margin-bottom: 45px !important;
}

.tif-mb-50 {
  margin-bottom: 50px !important;
}

.tif-mb-55 {
  margin-bottom: 55px !important;
}

.tif-mb-60 {
  margin-bottom: 60px !important;
}

.tif-mb-65 {
  margin-bottom: 65px !important;
}

.tif-mb-70 {
  margin-bottom: 70px !important;
}

.tif-mb-75 {
  margin-bottom: 75px !important;
}

.tif-mb-80 {
  margin-bottom: 80px !important;
}

.tif-mb-85 {
  margin-bottom: 85px !important;
}

.tif-mb-90 {
  margin-bottom: 90px !important;
}

.tif-mb-95 {
  margin-bottom: 95px !important;
}

.tif-mb-100 {
  margin-bottom: 100px !important;
}

.tif-mb-105 {
  margin-bottom: 105px !important;
}

.tif-mb-110 {
  margin-bottom: 110px !important;
}

.tif-mb-115 {
  margin-bottom: 115px !important;
}

.tif-mb-120 {
  margin-bottom: 120px !important;
}

.tif-mb-125 {
  margin-bottom: 125px !important;
}

.tif-mb-130 {
  margin-bottom: 130px !important;
}

.tif-mb-135 {
  margin-bottom: 135px !important;
}

.tif-mb-140 {
  margin-bottom: 140px !important;
}

.tif-mb-145 {
  margin-bottom: 145px !important;
}

.tif-mb-150 {
  margin-bottom: 150px !important;
}

.tif-mb-155 {
  margin-bottom: 155px !important;
}

.tif-mb-160 {
  margin-bottom: 160px !important;
}

.tif-mb-165 {
  margin-bottom: 165px !important;
}

.tif-mb-170 {
  margin-bottom: 170px !important;
}

.tif-mb-175 {
  margin-bottom: 175px !important;
}

.tif-mb-180 {
  margin-bottom: 180px !important;
}

.tif-mb-185 {
  margin-bottom: 185px !important;
}

.tif-mb-190 {
  margin-bottom: 190px !important;
}

.tif-mb-195 {
  margin-bottom: 195px !important;
}

.tif-mb-200 {
  margin-bottom: 200px !important;
}

.tif-mb-205 {
  margin-bottom: 205px !important;
}

.tif-mb-210 {
  margin-bottom: 210px !important;
}

.tif-mb-215 {
  margin-bottom: 215px !important;
}

.tif-mb-220 {
  margin-bottom: 220px !important;
}

@media (min-width: 768px) {
  .tif-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tif-m-sm-0 {
    margin: 0px !important;
  }

  .tif-m-sm-5 {
    margin: 5px !important;
  }

  .tif-m-sm-10 {
    margin: 10px !important;
  }

  .tif-m-sm-15 {
    margin: 15px !important;
  }

  .tif-m-sm-20 {
    margin: 20px !important;
  }

  .tif-m-sm-25 {
    margin: 25px !important;
  }

  .tif-m-sm-30 {
    margin: 30px !important;
  }

  .tif-m-sm-35 {
    margin: 35px !important;
  }

  .tif-m-sm-40 {
    margin: 40px !important;
  }

  .tif-m-sm-45 {
    margin: 45px !important;
  }

  .tif-m-sm-50 {
    margin: 50px !important;
  }

  .tif-m-sm-55 {
    margin: 55px !important;
  }

  .tif-m-sm-60 {
    margin: 60px !important;
  }

  .tif-m-sm-65 {
    margin: 65px !important;
  }

  .tif-m-sm-70 {
    margin: 70px !important;
  }

  .tif-m-sm-75 {
    margin: 75px !important;
  }

  .tif-m-sm-80 {
    margin: 80px !important;
  }

  .tif-m-sm-85 {
    margin: 85px !important;
  }

  .tif-m-sm-90 {
    margin: 90px !important;
  }

  .tif-m-sm-95 {
    margin: 95px !important;
  }

  .tif-m-sm-100 {
    margin: 100px !important;
  }

  .tif-m-sm-105 {
    margin: 105px !important;
  }

  .tif-m-sm-110 {
    margin: 110px !important;
  }

  .tif-m-sm-115 {
    margin: 115px !important;
  }

  .tif-m-sm-120 {
    margin: 120px !important;
  }

  .tif-m-sm-125 {
    margin: 125px !important;
  }

  .tif-m-sm-130 {
    margin: 130px !important;
  }

  .tif-m-sm-135 {
    margin: 135px !important;
  }

  .tif-m-sm-140 {
    margin: 140px !important;
  }

  .tif-m-sm-145 {
    margin: 145px !important;
  }

  .tif-m-sm-150 {
    margin: 150px !important;
  }

  .tif-m-sm-155 {
    margin: 155px !important;
  }

  .tif-m-sm-160 {
    margin: 160px !important;
  }

  .tif-m-sm-165 {
    margin: 165px !important;
  }

  .tif-m-sm-170 {
    margin: 170px !important;
  }

  .tif-m-sm-175 {
    margin: 175px !important;
  }

  .tif-m-sm-180 {
    margin: 180px !important;
  }

  .tif-m-sm-185 {
    margin: 185px !important;
  }

  .tif-m-sm-190 {
    margin: 190px !important;
  }

  .tif-m-sm-195 {
    margin: 195px !important;
  }

  .tif-m-sm-200 {
    margin: 200px !important;
  }

  .tif-m-sm-205 {
    margin: 205px !important;
  }

  .tif-m-sm-210 {
    margin: 210px !important;
  }

  .tif-m-sm-215 {
    margin: 215px !important;
  }

  .tif-m-sm-220 {
    margin: 220px !important;
  }

  .tif-p-sm-0 {
    padding: 0px !important;
  }

  .tif-p-sm-5 {
    padding: 5px !important;
  }

  .tif-p-sm-10 {
    padding: 10px !important;
  }

  .tif-p-sm-15 {
    padding: 15px !important;
  }

  .tif-p-sm-20 {
    padding: 20px !important;
  }

  .tif-p-sm-25 {
    padding: 25px !important;
  }

  .tif-p-sm-30 {
    padding: 30px !important;
  }

  .tif-p-sm-35 {
    padding: 35px !important;
  }

  .tif-p-sm-40 {
    padding: 40px !important;
  }

  .tif-p-sm-45 {
    padding: 45px !important;
  }

  .tif-p-sm-50 {
    padding: 50px !important;
  }

  .tif-p-sm-55 {
    padding: 55px !important;
  }

  .tif-p-sm-60 {
    padding: 60px !important;
  }

  .tif-p-sm-65 {
    padding: 65px !important;
  }

  .tif-p-sm-70 {
    padding: 70px !important;
  }

  .tif-p-sm-75 {
    padding: 75px !important;
  }

  .tif-p-sm-80 {
    padding: 80px !important;
  }

  .tif-p-sm-85 {
    padding: 85px !important;
  }

  .tif-p-sm-90 {
    padding: 90px !important;
  }

  .tif-p-sm-95 {
    padding: 95px !important;
  }

  .tif-p-sm-100 {
    padding: 100px !important;
  }

  .tif-p-sm-105 {
    padding: 105px !important;
  }

  .tif-p-sm-110 {
    padding: 110px !important;
  }

  .tif-p-sm-115 {
    padding: 115px !important;
  }

  .tif-p-sm-120 {
    padding: 120px !important;
  }

  .tif-p-sm-125 {
    padding: 125px !important;
  }

  .tif-p-sm-130 {
    padding: 130px !important;
  }

  .tif-p-sm-135 {
    padding: 135px !important;
  }

  .tif-p-sm-140 {
    padding: 140px !important;
  }

  .tif-p-sm-145 {
    padding: 145px !important;
  }

  .tif-p-sm-150 {
    padding: 150px !important;
  }

  .tif-p-sm-155 {
    padding: 155px !important;
  }

  .tif-p-sm-160 {
    padding: 160px !important;
  }

  .tif-p-sm-165 {
    padding: 165px !important;
  }

  .tif-p-sm-170 {
    padding: 170px !important;
  }

  .tif-p-sm-175 {
    padding: 175px !important;
  }

  .tif-p-sm-180 {
    padding: 180px !important;
  }

  .tif-p-sm-185 {
    padding: 185px !important;
  }

  .tif-p-sm-190 {
    padding: 190px !important;
  }

  .tif-p-sm-195 {
    padding: 195px !important;
  }

  .tif-p-sm-200 {
    padding: 200px !important;
  }

  .tif-p-sm-205 {
    padding: 205px !important;
  }

  .tif-p-sm-210 {
    padding: 210px !important;
  }

  .tif-p-sm-215 {
    padding: 215px !important;
  }

  .tif-p-sm-220 {
    padding: 220px !important;
  }

  .tif-mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tif-mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .tif-mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .tif-mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .tif-mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .tif-mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .tif-mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .tif-mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .tif-mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .tif-mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .tif-mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .tif-mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .tif-mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .tif-mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .tif-mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .tif-mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .tif-mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .tif-mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .tif-mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .tif-mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .tif-mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .tif-mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .tif-mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .tif-mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .tif-mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .tif-mx-sm-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .tif-mx-sm-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .tif-mx-sm-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .tif-mx-sm-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .tif-mx-sm-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .tif-mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .tif-mx-sm-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }

  .tif-mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .tif-mx-sm-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .tif-mx-sm-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .tif-mx-sm-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .tif-mx-sm-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .tif-mx-sm-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .tif-mx-sm-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .tif-mx-sm-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }

  .tif-mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .tif-mx-sm-205 {
    margin-left: 205px !important;
    margin-right: 205px !important;
  }

  .tif-mx-sm-210 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }

  .tif-mx-sm-215 {
    margin-left: 215px !important;
    margin-right: 215px !important;
  }

  .tif-mx-sm-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .tif-px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tif-px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .tif-px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tif-px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tif-px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tif-px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .tif-px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .tif-px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .tif-px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .tif-px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .tif-px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .tif-px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .tif-px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .tif-px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .tif-px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .tif-px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .tif-px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .tif-px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .tif-px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .tif-px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .tif-px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .tif-px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .tif-px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .tif-px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .tif-px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .tif-px-sm-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .tif-px-sm-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .tif-px-sm-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .tif-px-sm-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .tif-px-sm-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .tif-px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .tif-px-sm-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }

  .tif-px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .tif-px-sm-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .tif-px-sm-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .tif-px-sm-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .tif-px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .tif-px-sm-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .tif-px-sm-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .tif-px-sm-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }

  .tif-px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .tif-px-sm-205 {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }

  .tif-px-sm-210 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }

  .tif-px-sm-215 {
    padding-left: 215px !important;
    padding-right: 215px !important;
  }

  .tif-px-sm-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .tif-my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tif-my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .tif-my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .tif-my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .tif-my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .tif-my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .tif-my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .tif-my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .tif-my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .tif-my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .tif-my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .tif-my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .tif-my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .tif-my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .tif-my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .tif-my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .tif-my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .tif-my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .tif-my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .tif-my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .tif-my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .tif-my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .tif-my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .tif-my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .tif-my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .tif-my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .tif-my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .tif-my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .tif-my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .tif-my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .tif-my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .tif-my-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }

  .tif-my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .tif-my-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .tif-my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .tif-my-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .tif-my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .tif-my-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .tif-my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .tif-my-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }

  .tif-my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .tif-my-sm-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }

  .tif-my-sm-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }

  .tif-my-sm-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }

  .tif-my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .tif-py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tif-py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .tif-py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tif-py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .tif-py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .tif-py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .tif-py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .tif-py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .tif-py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .tif-py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .tif-py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tif-py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .tif-py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .tif-py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .tif-py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .tif-py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .tif-py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .tif-py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .tif-py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .tif-py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .tif-py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .tif-py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .tif-py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .tif-py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .tif-py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .tif-py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .tif-py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .tif-py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .tif-py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .tif-py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .tif-py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .tif-py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }

  .tif-py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .tif-py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .tif-py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .tif-py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .tif-py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .tif-py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .tif-py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .tif-py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }

  .tif-py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .tif-py-sm-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }

  .tif-py-sm-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }

  .tif-py-sm-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }

  .tif-py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

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

  .tif-pl-sm-5 {
    padding-left: 5px !important;
  }

  .tif-pl-sm-10 {
    padding-left: 10px !important;
  }

  .tif-pl-sm-15 {
    padding-left: 15px !important;
  }

  .tif-pl-sm-20 {
    padding-left: 20px !important;
  }

  .tif-pl-sm-25 {
    padding-left: 25px !important;
  }

  .tif-pl-sm-30 {
    padding-left: 30px !important;
  }

  .tif-pl-sm-35 {
    padding-left: 35px !important;
  }

  .tif-pl-sm-40 {
    padding-left: 40px !important;
  }

  .tif-pl-sm-45 {
    padding-left: 45px !important;
  }

  .tif-pl-sm-50 {
    padding-left: 50px !important;
  }

  .tif-pl-sm-55 {
    padding-left: 55px !important;
  }

  .tif-pl-sm-60 {
    padding-left: 60px !important;
  }

  .tif-pl-sm-65 {
    padding-left: 65px !important;
  }

  .tif-pl-sm-70 {
    padding-left: 70px !important;
  }

  .tif-pl-sm-75 {
    padding-left: 75px !important;
  }

  .tif-pl-sm-80 {
    padding-left: 80px !important;
  }

  .tif-pl-sm-85 {
    padding-left: 85px !important;
  }

  .tif-pl-sm-90 {
    padding-left: 90px !important;
  }

  .tif-pl-sm-95 {
    padding-left: 95px !important;
  }

  .tif-pl-sm-100 {
    padding-left: 100px !important;
  }

  .tif-pl-sm-105 {
    padding-left: 105px !important;
  }

  .tif-pl-sm-110 {
    padding-left: 110px !important;
  }

  .tif-pl-sm-115 {
    padding-left: 115px !important;
  }

  .tif-pl-sm-120 {
    padding-left: 120px !important;
  }

  .tif-pl-sm-125 {
    padding-left: 125px !important;
  }

  .tif-pl-sm-130 {
    padding-left: 130px !important;
  }

  .tif-pl-sm-135 {
    padding-left: 135px !important;
  }

  .tif-pl-sm-140 {
    padding-left: 140px !important;
  }

  .tif-pl-sm-145 {
    padding-left: 145px !important;
  }

  .tif-pl-sm-150 {
    padding-left: 150px !important;
  }

  .tif-pl-sm-155 {
    padding-left: 155px !important;
  }

  .tif-pl-sm-160 {
    padding-left: 160px !important;
  }

  .tif-pl-sm-165 {
    padding-left: 165px !important;
  }

  .tif-pl-sm-170 {
    padding-left: 170px !important;
  }

  .tif-pl-sm-175 {
    padding-left: 175px !important;
  }

  .tif-pl-sm-180 {
    padding-left: 180px !important;
  }

  .tif-pl-sm-185 {
    padding-left: 185px !important;
  }

  .tif-pl-sm-190 {
    padding-left: 190px !important;
  }

  .tif-pl-sm-195 {
    padding-left: 195px !important;
  }

  .tif-pl-sm-200 {
    padding-left: 200px !important;
  }

  .tif-pl-sm-205 {
    padding-left: 205px !important;
  }

  .tif-pl-sm-210 {
    padding-left: 210px !important;
  }

  .tif-pl-sm-215 {
    padding-left: 215px !important;
  }

  .tif-pl-sm-220 {
    padding-left: 220px !important;
  }

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

  .tif-pr-sm-5 {
    padding-right: 5px !important;
  }

  .tif-pr-sm-10 {
    padding-right: 10px !important;
  }

  .tif-pr-sm-15 {
    padding-right: 15px !important;
  }

  .tif-pr-sm-20 {
    padding-right: 20px !important;
  }

  .tif-pr-sm-25 {
    padding-right: 25px !important;
  }

  .tif-pr-sm-30 {
    padding-right: 30px !important;
  }

  .tif-pr-sm-35 {
    padding-right: 35px !important;
  }

  .tif-pr-sm-40 {
    padding-right: 40px !important;
  }

  .tif-pr-sm-45 {
    padding-right: 45px !important;
  }

  .tif-pr-sm-50 {
    padding-right: 50px !important;
  }

  .tif-pr-sm-55 {
    padding-right: 55px !important;
  }

  .tif-pr-sm-60 {
    padding-right: 60px !important;
  }

  .tif-pr-sm-65 {
    padding-right: 65px !important;
  }

  .tif-pr-sm-70 {
    padding-right: 70px !important;
  }

  .tif-pr-sm-75 {
    padding-right: 75px !important;
  }

  .tif-pr-sm-80 {
    padding-right: 80px !important;
  }

  .tif-pr-sm-85 {
    padding-right: 85px !important;
  }

  .tif-pr-sm-90 {
    padding-right: 90px !important;
  }

  .tif-pr-sm-95 {
    padding-right: 95px !important;
  }

  .tif-pr-sm-100 {
    padding-right: 100px !important;
  }

  .tif-pr-sm-105 {
    padding-right: 105px !important;
  }

  .tif-pr-sm-110 {
    padding-right: 110px !important;
  }

  .tif-pr-sm-115 {
    padding-right: 115px !important;
  }

  .tif-pr-sm-120 {
    padding-right: 120px !important;
  }

  .tif-pr-sm-125 {
    padding-right: 125px !important;
  }

  .tif-pr-sm-130 {
    padding-right: 130px !important;
  }

  .tif-pr-sm-135 {
    padding-right: 135px !important;
  }

  .tif-pr-sm-140 {
    padding-right: 140px !important;
  }

  .tif-pr-sm-145 {
    padding-right: 145px !important;
  }

  .tif-pr-sm-150 {
    padding-right: 150px !important;
  }

  .tif-pr-sm-155 {
    padding-right: 155px !important;
  }

  .tif-pr-sm-160 {
    padding-right: 160px !important;
  }

  .tif-pr-sm-165 {
    padding-right: 165px !important;
  }

  .tif-pr-sm-170 {
    padding-right: 170px !important;
  }

  .tif-pr-sm-175 {
    padding-right: 175px !important;
  }

  .tif-pr-sm-180 {
    padding-right: 180px !important;
  }

  .tif-pr-sm-185 {
    padding-right: 185px !important;
  }

  .tif-pr-sm-190 {
    padding-right: 190px !important;
  }

  .tif-pr-sm-195 {
    padding-right: 195px !important;
  }

  .tif-pr-sm-200 {
    padding-right: 200px !important;
  }

  .tif-pr-sm-205 {
    padding-right: 205px !important;
  }

  .tif-pr-sm-210 {
    padding-right: 210px !important;
  }

  .tif-pr-sm-215 {
    padding-right: 215px !important;
  }

  .tif-pr-sm-220 {
    padding-right: 220px !important;
  }

  .tif-pt-sm-0 {
    padding-top: 0px !important;
  }

  .tif-pt-sm-5 {
    padding-top: 5px !important;
  }

  .tif-pt-sm-10 {
    padding-top: 10px !important;
  }

  .tif-pt-sm-15 {
    padding-top: 15px !important;
  }

  .tif-pt-sm-20 {
    padding-top: 20px !important;
  }

  .tif-pt-sm-25 {
    padding-top: 25px !important;
  }

  .tif-pt-sm-30 {
    padding-top: 30px !important;
  }

  .tif-pt-sm-35 {
    padding-top: 35px !important;
  }

  .tif-pt-sm-40 {
    padding-top: 40px !important;
  }

  .tif-pt-sm-45 {
    padding-top: 45px !important;
  }

  .tif-pt-sm-50 {
    padding-top: 50px !important;
  }

  .tif-pt-sm-55 {
    padding-top: 55px !important;
  }

  .tif-pt-sm-60 {
    padding-top: 60px !important;
  }

  .tif-pt-sm-65 {
    padding-top: 65px !important;
  }

  .tif-pt-sm-70 {
    padding-top: 70px !important;
  }

  .tif-pt-sm-75 {
    padding-top: 75px !important;
  }

  .tif-pt-sm-80 {
    padding-top: 80px !important;
  }

  .tif-pt-sm-85 {
    padding-top: 85px !important;
  }

  .tif-pt-sm-90 {
    padding-top: 90px !important;
  }

  .tif-pt-sm-95 {
    padding-top: 95px !important;
  }

  .tif-pt-sm-100 {
    padding-top: 100px !important;
  }

  .tif-pt-sm-105 {
    padding-top: 105px !important;
  }

  .tif-pt-sm-110 {
    padding-top: 110px !important;
  }

  .tif-pt-sm-115 {
    padding-top: 115px !important;
  }

  .tif-pt-sm-120 {
    padding-top: 120px !important;
  }

  .tif-pt-sm-125 {
    padding-top: 125px !important;
  }

  .tif-pt-sm-130 {
    padding-top: 130px !important;
  }

  .tif-pt-sm-135 {
    padding-top: 135px !important;
  }

  .tif-pt-sm-140 {
    padding-top: 140px !important;
  }

  .tif-pt-sm-145 {
    padding-top: 145px !important;
  }

  .tif-pt-sm-150 {
    padding-top: 150px !important;
  }

  .tif-pt-sm-155 {
    padding-top: 155px !important;
  }

  .tif-pt-sm-160 {
    padding-top: 160px !important;
  }

  .tif-pt-sm-165 {
    padding-top: 165px !important;
  }

  .tif-pt-sm-170 {
    padding-top: 170px !important;
  }

  .tif-pt-sm-175 {
    padding-top: 175px !important;
  }

  .tif-pt-sm-180 {
    padding-top: 180px !important;
  }

  .tif-pt-sm-185 {
    padding-top: 185px !important;
  }

  .tif-pt-sm-190 {
    padding-top: 190px !important;
  }

  .tif-pt-sm-195 {
    padding-top: 195px !important;
  }

  .tif-pt-sm-200 {
    padding-top: 200px !important;
  }

  .tif-pt-sm-205 {
    padding-top: 205px !important;
  }

  .tif-pt-sm-210 {
    padding-top: 210px !important;
  }

  .tif-pt-sm-215 {
    padding-top: 215px !important;
  }

  .tif-pt-sm-220 {
    padding-top: 220px !important;
  }

  .tif-pb-sm-0 {
    padding-bottom: 0px !important;
  }

  .tif-pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .tif-pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .tif-pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .tif-pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .tif-pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .tif-pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .tif-pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .tif-pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .tif-pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .tif-pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .tif-pb-sm-55 {
    padding-bottom: 55px !important;
  }

  .tif-pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .tif-pb-sm-65 {
    padding-bottom: 65px !important;
  }

  .tif-pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .tif-pb-sm-75 {
    padding-bottom: 75px !important;
  }

  .tif-pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .tif-pb-sm-85 {
    padding-bottom: 85px !important;
  }

  .tif-pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .tif-pb-sm-95 {
    padding-bottom: 95px !important;
  }

  .tif-pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .tif-pb-sm-105 {
    padding-bottom: 105px !important;
  }

  .tif-pb-sm-110 {
    padding-bottom: 110px !important;
  }

  .tif-pb-sm-115 {
    padding-bottom: 115px !important;
  }

  .tif-pb-sm-120 {
    padding-bottom: 120px !important;
  }

  .tif-pb-sm-125 {
    padding-bottom: 125px !important;
  }

  .tif-pb-sm-130 {
    padding-bottom: 130px !important;
  }

  .tif-pb-sm-135 {
    padding-bottom: 135px !important;
  }

  .tif-pb-sm-140 {
    padding-bottom: 140px !important;
  }

  .tif-pb-sm-145 {
    padding-bottom: 145px !important;
  }

  .tif-pb-sm-150 {
    padding-bottom: 150px !important;
  }

  .tif-pb-sm-155 {
    padding-bottom: 155px !important;
  }

  .tif-pb-sm-160 {
    padding-bottom: 160px !important;
  }

  .tif-pb-sm-165 {
    padding-bottom: 165px !important;
  }

  .tif-pb-sm-170 {
    padding-bottom: 170px !important;
  }

  .tif-pb-sm-175 {
    padding-bottom: 175px !important;
  }

  .tif-pb-sm-180 {
    padding-bottom: 180px !important;
  }

  .tif-pb-sm-185 {
    padding-bottom: 185px !important;
  }

  .tif-pb-sm-190 {
    padding-bottom: 190px !important;
  }

  .tif-pb-sm-195 {
    padding-bottom: 195px !important;
  }

  .tif-pb-sm-200 {
    padding-bottom: 200px !important;
  }

  .tif-pb-sm-205 {
    padding-bottom: 205px !important;
  }

  .tif-pb-sm-210 {
    padding-bottom: 210px !important;
  }

  .tif-pb-sm-215 {
    padding-bottom: 215px !important;
  }

  .tif-pb-sm-220 {
    padding-bottom: 220px !important;
  }

  .tif-ml-sm-0 {
    margin-left: 0px !important;
  }

  .tif-ml-sm-5 {
    margin-left: 5px !important;
  }

  .tif-ml-sm-10 {
    margin-left: 10px !important;
  }

  .tif-ml-sm-15 {
    margin-left: 15px !important;
  }

  .tif-ml-sm-20 {
    margin-left: 20px !important;
  }

  .tif-ml-sm-25 {
    margin-left: 25px !important;
  }

  .tif-ml-sm-30 {
    margin-left: 30px !important;
  }

  .tif-ml-sm-35 {
    margin-left: 35px !important;
  }

  .tif-ml-sm-40 {
    margin-left: 40px !important;
  }

  .tif-ml-sm-45 {
    margin-left: 45px !important;
  }

  .tif-ml-sm-50 {
    margin-left: 50px !important;
  }

  .tif-ml-sm-55 {
    margin-left: 55px !important;
  }

  .tif-ml-sm-60 {
    margin-left: 60px !important;
  }

  .tif-ml-sm-65 {
    margin-left: 65px !important;
  }

  .tif-ml-sm-70 {
    margin-left: 70px !important;
  }

  .tif-ml-sm-75 {
    margin-left: 75px !important;
  }

  .tif-ml-sm-80 {
    margin-left: 80px !important;
  }

  .tif-ml-sm-85 {
    margin-left: 85px !important;
  }

  .tif-ml-sm-90 {
    margin-left: 90px !important;
  }

  .tif-ml-sm-95 {
    margin-left: 95px !important;
  }

  .tif-ml-sm-100 {
    margin-left: 100px !important;
  }

  .tif-ml-sm-105 {
    margin-left: 105px !important;
  }

  .tif-ml-sm-110 {
    margin-left: 110px !important;
  }

  .tif-ml-sm-115 {
    margin-left: 115px !important;
  }

  .tif-ml-sm-120 {
    margin-left: 120px !important;
  }

  .tif-ml-sm-125 {
    margin-left: 125px !important;
  }

  .tif-ml-sm-130 {
    margin-left: 130px !important;
  }

  .tif-ml-sm-135 {
    margin-left: 135px !important;
  }

  .tif-ml-sm-140 {
    margin-left: 140px !important;
  }

  .tif-ml-sm-145 {
    margin-left: 145px !important;
  }

  .tif-ml-sm-150 {
    margin-left: 150px !important;
  }

  .tif-ml-sm-155 {
    margin-left: 155px !important;
  }

  .tif-ml-sm-160 {
    margin-left: 160px !important;
  }

  .tif-ml-sm-165 {
    margin-left: 165px !important;
  }

  .tif-ml-sm-170 {
    margin-left: 170px !important;
  }

  .tif-ml-sm-175 {
    margin-left: 175px !important;
  }

  .tif-ml-sm-180 {
    margin-left: 180px !important;
  }

  .tif-ml-sm-185 {
    margin-left: 185px !important;
  }

  .tif-ml-sm-190 {
    margin-left: 190px !important;
  }

  .tif-ml-sm-195 {
    margin-left: 195px !important;
  }

  .tif-ml-sm-200 {
    margin-left: 200px !important;
  }

  .tif-ml-sm-205 {
    margin-left: 205px !important;
  }

  .tif-ml-sm-210 {
    margin-left: 210px !important;
  }

  .tif-ml-sm-215 {
    margin-left: 215px !important;
  }

  .tif-ml-sm-220 {
    margin-left: 220px !important;
  }

  .tif-mr-sm-0 {
    margin-right: 0px !important;
  }

  .tif-mr-sm-5 {
    margin-right: 5px !important;
  }

  .tif-mr-sm-10 {
    margin-right: 10px !important;
  }

  .tif-mr-sm-15 {
    margin-right: 15px !important;
  }

  .tif-mr-sm-20 {
    margin-right: 20px !important;
  }

  .tif-mr-sm-25 {
    margin-right: 25px !important;
  }

  .tif-mr-sm-30 {
    margin-right: 30px !important;
  }

  .tif-mr-sm-35 {
    margin-right: 35px !important;
  }

  .tif-mr-sm-40 {
    margin-right: 40px !important;
  }

  .tif-mr-sm-45 {
    margin-right: 45px !important;
  }

  .tif-mr-sm-50 {
    margin-right: 50px !important;
  }

  .tif-mr-sm-55 {
    margin-right: 55px !important;
  }

  .tif-mr-sm-60 {
    margin-right: 60px !important;
  }

  .tif-mr-sm-65 {
    margin-right: 65px !important;
  }

  .tif-mr-sm-70 {
    margin-right: 70px !important;
  }

  .tif-mr-sm-75 {
    margin-right: 75px !important;
  }

  .tif-mr-sm-80 {
    margin-right: 80px !important;
  }

  .tif-mr-sm-85 {
    margin-right: 85px !important;
  }

  .tif-mr-sm-90 {
    margin-right: 90px !important;
  }

  .tif-mr-sm-95 {
    margin-right: 95px !important;
  }

  .tif-mr-sm-100 {
    margin-right: 100px !important;
  }

  .tif-mr-sm-105 {
    margin-right: 105px !important;
  }

  .tif-mr-sm-110 {
    margin-right: 110px !important;
  }

  .tif-mr-sm-115 {
    margin-right: 115px !important;
  }

  .tif-mr-sm-120 {
    margin-right: 120px !important;
  }

  .tif-mr-sm-125 {
    margin-right: 125px !important;
  }

  .tif-mr-sm-130 {
    margin-right: 130px !important;
  }

  .tif-mr-sm-135 {
    margin-right: 135px !important;
  }

  .tif-mr-sm-140 {
    margin-right: 140px !important;
  }

  .tif-mr-sm-145 {
    margin-right: 145px !important;
  }

  .tif-mr-sm-150 {
    margin-right: 150px !important;
  }

  .tif-mr-sm-155 {
    margin-right: 155px !important;
  }

  .tif-mr-sm-160 {
    margin-right: 160px !important;
  }

  .tif-mr-sm-165 {
    margin-right: 165px !important;
  }

  .tif-mr-sm-170 {
    margin-right: 170px !important;
  }

  .tif-mr-sm-175 {
    margin-right: 175px !important;
  }

  .tif-mr-sm-180 {
    margin-right: 180px !important;
  }

  .tif-mr-sm-185 {
    margin-right: 185px !important;
  }

  .tif-mr-sm-190 {
    margin-right: 190px !important;
  }

  .tif-mr-sm-195 {
    margin-right: 195px !important;
  }

  .tif-mr-sm-200 {
    margin-right: 200px !important;
  }

  .tif-mr-sm-205 {
    margin-right: 205px !important;
  }

  .tif-mr-sm-210 {
    margin-right: 210px !important;
  }

  .tif-mr-sm-215 {
    margin-right: 215px !important;
  }

  .tif-mr-sm-220 {
    margin-right: 220px !important;
  }

  .tif-mt-sm-0 {
    margin-top: 0px !important;
  }

  .tif-mt-sm-5 {
    margin-top: 5px !important;
  }

  .tif-mt-sm-10 {
    margin-top: 10px !important;
  }

  .tif-mt-sm-15 {
    margin-top: 15px !important;
  }

  .tif-mt-sm-20 {
    margin-top: 20px !important;
  }

  .tif-mt-sm-25 {
    margin-top: 25px !important;
  }

  .tif-mt-sm-30 {
    margin-top: 30px !important;
  }

  .tif-mt-sm-35 {
    margin-top: 35px !important;
  }

  .tif-mt-sm-40 {
    margin-top: 40px !important;
  }

  .tif-mt-sm-45 {
    margin-top: 45px !important;
  }

  .tif-mt-sm-50 {
    margin-top: 50px !important;
  }

  .tif-mt-sm-55 {
    margin-top: 55px !important;
  }

  .tif-mt-sm-60 {
    margin-top: 60px !important;
  }

  .tif-mt-sm-65 {
    margin-top: 65px !important;
  }

  .tif-mt-sm-70 {
    margin-top: 70px !important;
  }

  .tif-mt-sm-75 {
    margin-top: 75px !important;
  }

  .tif-mt-sm-80 {
    margin-top: 80px !important;
  }

  .tif-mt-sm-85 {
    margin-top: 85px !important;
  }

  .tif-mt-sm-90 {
    margin-top: 90px !important;
  }

  .tif-mt-sm-95 {
    margin-top: 95px !important;
  }

  .tif-mt-sm-100 {
    margin-top: 100px !important;
  }

  .tif-mt-sm-105 {
    margin-top: 105px !important;
  }

  .tif-mt-sm-110 {
    margin-top: 110px !important;
  }

  .tif-mt-sm-115 {
    margin-top: 115px !important;
  }

  .tif-mt-sm-120 {
    margin-top: 120px !important;
  }

  .tif-mt-sm-125 {
    margin-top: 125px !important;
  }

  .tif-mt-sm-130 {
    margin-top: 130px !important;
  }

  .tif-mt-sm-135 {
    margin-top: 135px !important;
  }

  .tif-mt-sm-140 {
    margin-top: 140px !important;
  }

  .tif-mt-sm-145 {
    margin-top: 145px !important;
  }

  .tif-mt-sm-150 {
    margin-top: 150px !important;
  }

  .tif-mt-sm-155 {
    margin-top: 155px !important;
  }

  .tif-mt-sm-160 {
    margin-top: 160px !important;
  }

  .tif-mt-sm-165 {
    margin-top: 165px !important;
  }

  .tif-mt-sm-170 {
    margin-top: 170px !important;
  }

  .tif-mt-sm-175 {
    margin-top: 175px !important;
  }

  .tif-mt-sm-180 {
    margin-top: 180px !important;
  }

  .tif-mt-sm-185 {
    margin-top: 185px !important;
  }

  .tif-mt-sm-190 {
    margin-top: 190px !important;
  }

  .tif-mt-sm-195 {
    margin-top: 195px !important;
  }

  .tif-mt-sm-200 {
    margin-top: 200px !important;
  }

  .tif-mt-sm-205 {
    margin-top: 205px !important;
  }

  .tif-mt-sm-210 {
    margin-top: 210px !important;
  }

  .tif-mt-sm-215 {
    margin-top: 215px !important;
  }

  .tif-mt-sm-220 {
    margin-top: 220px !important;
  }

  .tif-mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .tif-mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .tif-mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .tif-mb-sm-15 {
    margin-bottom: 15px !important;
  }

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

  .tif-mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .tif-mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .tif-mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .tif-mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .tif-mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .tif-mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .tif-mb-sm-55 {
    margin-bottom: 55px !important;
  }

  .tif-mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .tif-mb-sm-65 {
    margin-bottom: 65px !important;
  }

  .tif-mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .tif-mb-sm-75 {
    margin-bottom: 75px !important;
  }

  .tif-mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .tif-mb-sm-85 {
    margin-bottom: 85px !important;
  }

  .tif-mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .tif-mb-sm-95 {
    margin-bottom: 95px !important;
  }

  .tif-mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .tif-mb-sm-105 {
    margin-bottom: 105px !important;
  }

  .tif-mb-sm-110 {
    margin-bottom: 110px !important;
  }

  .tif-mb-sm-115 {
    margin-bottom: 115px !important;
  }

  .tif-mb-sm-120 {
    margin-bottom: 120px !important;
  }

  .tif-mb-sm-125 {
    margin-bottom: 125px !important;
  }

  .tif-mb-sm-130 {
    margin-bottom: 130px !important;
  }

  .tif-mb-sm-135 {
    margin-bottom: 135px !important;
  }

  .tif-mb-sm-140 {
    margin-bottom: 140px !important;
  }

  .tif-mb-sm-145 {
    margin-bottom: 145px !important;
  }

  .tif-mb-sm-150 {
    margin-bottom: 150px !important;
  }

  .tif-mb-sm-155 {
    margin-bottom: 155px !important;
  }

  .tif-mb-sm-160 {
    margin-bottom: 160px !important;
  }

  .tif-mb-sm-165 {
    margin-bottom: 165px !important;
  }

  .tif-mb-sm-170 {
    margin-bottom: 170px !important;
  }

  .tif-mb-sm-175 {
    margin-bottom: 175px !important;
  }

  .tif-mb-sm-180 {
    margin-bottom: 180px !important;
  }

  .tif-mb-sm-185 {
    margin-bottom: 185px !important;
  }

  .tif-mb-sm-190 {
    margin-bottom: 190px !important;
  }

  .tif-mb-sm-195 {
    margin-bottom: 195px !important;
  }

  .tif-mb-sm-200 {
    margin-bottom: 200px !important;
  }

  .tif-mb-sm-205 {
    margin-bottom: 205px !important;
  }

  .tif-mb-sm-210 {
    margin-bottom: 210px !important;
  }

  .tif-mb-sm-215 {
    margin-bottom: 215px !important;
  }

  .tif-mb-sm-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 992px) {
  .tif-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tif-m-md-0 {
    margin: 0px !important;
  }

  .tif-m-md-5 {
    margin: 5px !important;
  }

  .tif-m-md-10 {
    margin: 10px !important;
  }

  .tif-m-md-15 {
    margin: 15px !important;
  }

  .tif-m-md-20 {
    margin: 20px !important;
  }

  .tif-m-md-25 {
    margin: 25px !important;
  }

  .tif-m-md-30 {
    margin: 30px !important;
  }

  .tif-m-md-35 {
    margin: 35px !important;
  }

  .tif-m-md-40 {
    margin: 40px !important;
  }

  .tif-m-md-45 {
    margin: 45px !important;
  }

  .tif-m-md-50 {
    margin: 50px !important;
  }

  .tif-m-md-55 {
    margin: 55px !important;
  }

  .tif-m-md-60 {
    margin: 60px !important;
  }

  .tif-m-md-65 {
    margin: 65px !important;
  }

  .tif-m-md-70 {
    margin: 70px !important;
  }

  .tif-m-md-75 {
    margin: 75px !important;
  }

  .tif-m-md-80 {
    margin: 80px !important;
  }

  .tif-m-md-85 {
    margin: 85px !important;
  }

  .tif-m-md-90 {
    margin: 90px !important;
  }

  .tif-m-md-95 {
    margin: 95px !important;
  }

  .tif-m-md-100 {
    margin: 100px !important;
  }

  .tif-m-md-105 {
    margin: 105px !important;
  }

  .tif-m-md-110 {
    margin: 110px !important;
  }

  .tif-m-md-115 {
    margin: 115px !important;
  }

  .tif-m-md-120 {
    margin: 120px !important;
  }

  .tif-m-md-125 {
    margin: 125px !important;
  }

  .tif-m-md-130 {
    margin: 130px !important;
  }

  .tif-m-md-135 {
    margin: 135px !important;
  }

  .tif-m-md-140 {
    margin: 140px !important;
  }

  .tif-m-md-145 {
    margin: 145px !important;
  }

  .tif-m-md-150 {
    margin: 150px !important;
  }

  .tif-m-md-155 {
    margin: 155px !important;
  }

  .tif-m-md-160 {
    margin: 160px !important;
  }

  .tif-m-md-165 {
    margin: 165px !important;
  }

  .tif-m-md-170 {
    margin: 170px !important;
  }

  .tif-m-md-175 {
    margin: 175px !important;
  }

  .tif-m-md-180 {
    margin: 180px !important;
  }

  .tif-m-md-185 {
    margin: 185px !important;
  }

  .tif-m-md-190 {
    margin: 190px !important;
  }

  .tif-m-md-195 {
    margin: 195px !important;
  }

  .tif-m-md-200 {
    margin: 200px !important;
  }

  .tif-m-md-205 {
    margin: 205px !important;
  }

  .tif-m-md-210 {
    margin: 210px !important;
  }

  .tif-m-md-215 {
    margin: 215px !important;
  }

  .tif-m-md-220 {
    margin: 220px !important;
  }

  .tif-p-md-0 {
    padding: 0px !important;
  }

  .tif-p-md-5 {
    padding: 5px !important;
  }

  .tif-p-md-10 {
    padding: 10px !important;
  }

  .tif-p-md-15 {
    padding: 15px !important;
  }

  .tif-p-md-20 {
    padding: 20px !important;
  }

  .tif-p-md-25 {
    padding: 25px !important;
  }

  .tif-p-md-30 {
    padding: 30px !important;
  }

  .tif-p-md-35 {
    padding: 35px !important;
  }

  .tif-p-md-40 {
    padding: 40px !important;
  }

  .tif-p-md-45 {
    padding: 45px !important;
  }

  .tif-p-md-50 {
    padding: 50px !important;
  }

  .tif-p-md-55 {
    padding: 55px !important;
  }

  .tif-p-md-60 {
    padding: 60px !important;
  }

  .tif-p-md-65 {
    padding: 65px !important;
  }

  .tif-p-md-70 {
    padding: 70px !important;
  }

  .tif-p-md-75 {
    padding: 75px !important;
  }

  .tif-p-md-80 {
    padding: 80px !important;
  }

  .tif-p-md-85 {
    padding: 85px !important;
  }

  .tif-p-md-90 {
    padding: 90px !important;
  }

  .tif-p-md-95 {
    padding: 95px !important;
  }

  .tif-p-md-100 {
    padding: 100px !important;
  }

  .tif-p-md-105 {
    padding: 105px !important;
  }

  .tif-p-md-110 {
    padding: 110px !important;
  }

  .tif-p-md-115 {
    padding: 115px !important;
  }

  .tif-p-md-120 {
    padding: 120px !important;
  }

  .tif-p-md-125 {
    padding: 125px !important;
  }

  .tif-p-md-130 {
    padding: 130px !important;
  }

  .tif-p-md-135 {
    padding: 135px !important;
  }

  .tif-p-md-140 {
    padding: 140px !important;
  }

  .tif-p-md-145 {
    padding: 145px !important;
  }

  .tif-p-md-150 {
    padding: 150px !important;
  }

  .tif-p-md-155 {
    padding: 155px !important;
  }

  .tif-p-md-160 {
    padding: 160px !important;
  }

  .tif-p-md-165 {
    padding: 165px !important;
  }

  .tif-p-md-170 {
    padding: 170px !important;
  }

  .tif-p-md-175 {
    padding: 175px !important;
  }

  .tif-p-md-180 {
    padding: 180px !important;
  }

  .tif-p-md-185 {
    padding: 185px !important;
  }

  .tif-p-md-190 {
    padding: 190px !important;
  }

  .tif-p-md-195 {
    padding: 195px !important;
  }

  .tif-p-md-200 {
    padding: 200px !important;
  }

  .tif-p-md-205 {
    padding: 205px !important;
  }

  .tif-p-md-210 {
    padding: 210px !important;
  }

  .tif-p-md-215 {
    padding: 215px !important;
  }

  .tif-p-md-220 {
    padding: 220px !important;
  }

  .tif-mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tif-mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .tif-mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .tif-mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .tif-mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .tif-mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .tif-mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .tif-mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .tif-mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .tif-mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .tif-mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .tif-mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .tif-mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .tif-mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .tif-mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .tif-mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .tif-mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .tif-mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .tif-mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .tif-mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .tif-mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .tif-mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .tif-mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .tif-mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .tif-mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .tif-mx-md-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .tif-mx-md-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .tif-mx-md-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .tif-mx-md-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .tif-mx-md-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .tif-mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .tif-mx-md-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }

  .tif-mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .tif-mx-md-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .tif-mx-md-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .tif-mx-md-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .tif-mx-md-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .tif-mx-md-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .tif-mx-md-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .tif-mx-md-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }

  .tif-mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .tif-mx-md-205 {
    margin-left: 205px !important;
    margin-right: 205px !important;
  }

  .tif-mx-md-210 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }

  .tif-mx-md-215 {
    margin-left: 215px !important;
    margin-right: 215px !important;
  }

  .tif-mx-md-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .tif-px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tif-px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .tif-px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tif-px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tif-px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tif-px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .tif-px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .tif-px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .tif-px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .tif-px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .tif-px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .tif-px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .tif-px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .tif-px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .tif-px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .tif-px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .tif-px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .tif-px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .tif-px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .tif-px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .tif-px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .tif-px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .tif-px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .tif-px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .tif-px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .tif-px-md-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .tif-px-md-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .tif-px-md-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .tif-px-md-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .tif-px-md-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .tif-px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .tif-px-md-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }

  .tif-px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .tif-px-md-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .tif-px-md-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .tif-px-md-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .tif-px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .tif-px-md-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .tif-px-md-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .tif-px-md-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }

  .tif-px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .tif-px-md-205 {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }

  .tif-px-md-210 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }

  .tif-px-md-215 {
    padding-left: 215px !important;
    padding-right: 215px !important;
  }

  .tif-px-md-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .tif-my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tif-my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .tif-my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .tif-my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .tif-my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .tif-my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .tif-my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .tif-my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .tif-my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .tif-my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .tif-my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .tif-my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .tif-my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .tif-my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .tif-my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .tif-my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .tif-my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .tif-my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .tif-my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .tif-my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .tif-my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .tif-my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .tif-my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .tif-my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .tif-my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .tif-my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .tif-my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .tif-my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .tif-my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .tif-my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .tif-my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .tif-my-md-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }

  .tif-my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .tif-my-md-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .tif-my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .tif-my-md-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .tif-my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .tif-my-md-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .tif-my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .tif-my-md-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }

  .tif-my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .tif-my-md-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }

  .tif-my-md-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }

  .tif-my-md-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }

  .tif-my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .tif-py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tif-py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .tif-py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tif-py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .tif-py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .tif-py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .tif-py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .tif-py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .tif-py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .tif-py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .tif-py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tif-py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .tif-py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .tif-py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .tif-py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .tif-py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .tif-py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .tif-py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .tif-py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .tif-py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .tif-py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .tif-py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .tif-py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .tif-py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .tif-py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .tif-py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .tif-py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .tif-py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .tif-py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .tif-py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .tif-py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .tif-py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }

  .tif-py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .tif-py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .tif-py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .tif-py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .tif-py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .tif-py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .tif-py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .tif-py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }

  .tif-py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .tif-py-md-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }

  .tif-py-md-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }

  .tif-py-md-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }

  .tif-py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

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

  .tif-pl-md-5 {
    padding-left: 5px !important;
  }

  .tif-pl-md-10 {
    padding-left: 10px !important;
  }

  .tif-pl-md-15 {
    padding-left: 15px !important;
  }

  .tif-pl-md-20 {
    padding-left: 20px !important;
  }

  .tif-pl-md-25 {
    padding-left: 25px !important;
  }

  .tif-pl-md-30 {
    padding-left: 30px !important;
  }

  .tif-pl-md-35 {
    padding-left: 35px !important;
  }

  .tif-pl-md-40 {
    padding-left: 40px !important;
  }

  .tif-pl-md-45 {
    padding-left: 45px !important;
  }

  .tif-pl-md-50 {
    padding-left: 50px !important;
  }

  .tif-pl-md-55 {
    padding-left: 55px !important;
  }

  .tif-pl-md-60 {
    padding-left: 60px !important;
  }

  .tif-pl-md-65 {
    padding-left: 65px !important;
  }

  .tif-pl-md-70 {
    padding-left: 70px !important;
  }

  .tif-pl-md-75 {
    padding-left: 75px !important;
  }

  .tif-pl-md-80 {
    padding-left: 80px !important;
  }

  .tif-pl-md-85 {
    padding-left: 85px !important;
  }

  .tif-pl-md-90 {
    padding-left: 90px !important;
  }

  .tif-pl-md-95 {
    padding-left: 95px !important;
  }

  .tif-pl-md-100 {
    padding-left: 100px !important;
  }

  .tif-pl-md-105 {
    padding-left: 105px !important;
  }

  .tif-pl-md-110 {
    padding-left: 110px !important;
  }

  .tif-pl-md-115 {
    padding-left: 115px !important;
  }

  .tif-pl-md-120 {
    padding-left: 120px !important;
  }

  .tif-pl-md-125 {
    padding-left: 125px !important;
  }

  .tif-pl-md-130 {
    padding-left: 130px !important;
  }

  .tif-pl-md-135 {
    padding-left: 135px !important;
  }

  .tif-pl-md-140 {
    padding-left: 140px !important;
  }

  .tif-pl-md-145 {
    padding-left: 145px !important;
  }

  .tif-pl-md-150 {
    padding-left: 150px !important;
  }

  .tif-pl-md-155 {
    padding-left: 155px !important;
  }

  .tif-pl-md-160 {
    padding-left: 160px !important;
  }

  .tif-pl-md-165 {
    padding-left: 165px !important;
  }

  .tif-pl-md-170 {
    padding-left: 170px !important;
  }

  .tif-pl-md-175 {
    padding-left: 175px !important;
  }

  .tif-pl-md-180 {
    padding-left: 180px !important;
  }

  .tif-pl-md-185 {
    padding-left: 185px !important;
  }

  .tif-pl-md-190 {
    padding-left: 190px !important;
  }

  .tif-pl-md-195 {
    padding-left: 195px !important;
  }

  .tif-pl-md-200 {
    padding-left: 200px !important;
  }

  .tif-pl-md-205 {
    padding-left: 205px !important;
  }

  .tif-pl-md-210 {
    padding-left: 210px !important;
  }

  .tif-pl-md-215 {
    padding-left: 215px !important;
  }

  .tif-pl-md-220 {
    padding-left: 220px !important;
  }

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

  .tif-pr-md-5 {
    padding-right: 5px !important;
  }

  .tif-pr-md-10 {
    padding-right: 10px !important;
  }

  .tif-pr-md-15 {
    padding-right: 15px !important;
  }

  .tif-pr-md-20 {
    padding-right: 20px !important;
  }

  .tif-pr-md-25 {
    padding-right: 25px !important;
  }

  .tif-pr-md-30 {
    padding-right: 30px !important;
  }

  .tif-pr-md-35 {
    padding-right: 35px !important;
  }

  .tif-pr-md-40 {
    padding-right: 40px !important;
  }

  .tif-pr-md-45 {
    padding-right: 45px !important;
  }

  .tif-pr-md-50 {
    padding-right: 50px !important;
  }

  .tif-pr-md-55 {
    padding-right: 55px !important;
  }

  .tif-pr-md-60 {
    padding-right: 60px !important;
  }

  .tif-pr-md-65 {
    padding-right: 65px !important;
  }

  .tif-pr-md-70 {
    padding-right: 70px !important;
  }

  .tif-pr-md-75 {
    padding-right: 75px !important;
  }

  .tif-pr-md-80 {
    padding-right: 80px !important;
  }

  .tif-pr-md-85 {
    padding-right: 85px !important;
  }

  .tif-pr-md-90 {
    padding-right: 90px !important;
  }

  .tif-pr-md-95 {
    padding-right: 95px !important;
  }

  .tif-pr-md-100 {
    padding-right: 100px !important;
  }

  .tif-pr-md-105 {
    padding-right: 105px !important;
  }

  .tif-pr-md-110 {
    padding-right: 110px !important;
  }

  .tif-pr-md-115 {
    padding-right: 115px !important;
  }

  .tif-pr-md-120 {
    padding-right: 120px !important;
  }

  .tif-pr-md-125 {
    padding-right: 125px !important;
  }

  .tif-pr-md-130 {
    padding-right: 130px !important;
  }

  .tif-pr-md-135 {
    padding-right: 135px !important;
  }

  .tif-pr-md-140 {
    padding-right: 140px !important;
  }

  .tif-pr-md-145 {
    padding-right: 145px !important;
  }

  .tif-pr-md-150 {
    padding-right: 150px !important;
  }

  .tif-pr-md-155 {
    padding-right: 155px !important;
  }

  .tif-pr-md-160 {
    padding-right: 160px !important;
  }

  .tif-pr-md-165 {
    padding-right: 165px !important;
  }

  .tif-pr-md-170 {
    padding-right: 170px !important;
  }

  .tif-pr-md-175 {
    padding-right: 175px !important;
  }

  .tif-pr-md-180 {
    padding-right: 180px !important;
  }

  .tif-pr-md-185 {
    padding-right: 185px !important;
  }

  .tif-pr-md-190 {
    padding-right: 190px !important;
  }

  .tif-pr-md-195 {
    padding-right: 195px !important;
  }

  .tif-pr-md-200 {
    padding-right: 200px !important;
  }

  .tif-pr-md-205 {
    padding-right: 205px !important;
  }

  .tif-pr-md-210 {
    padding-right: 210px !important;
  }

  .tif-pr-md-215 {
    padding-right: 215px !important;
  }

  .tif-pr-md-220 {
    padding-right: 220px !important;
  }

  .tif-pt-md-0 {
    padding-top: 0px !important;
  }

  .tif-pt-md-5 {
    padding-top: 5px !important;
  }

  .tif-pt-md-10 {
    padding-top: 10px !important;
  }

  .tif-pt-md-15 {
    padding-top: 15px !important;
  }

  .tif-pt-md-20 {
    padding-top: 20px !important;
  }

  .tif-pt-md-25 {
    padding-top: 25px !important;
  }

  .tif-pt-md-30 {
    padding-top: 30px !important;
  }

  .tif-pt-md-35 {
    padding-top: 35px !important;
  }

  .tif-pt-md-40 {
    padding-top: 40px !important;
  }

  .tif-pt-md-45 {
    padding-top: 45px !important;
  }

  .tif-pt-md-50 {
    padding-top: 50px !important;
  }

  .tif-pt-md-55 {
    padding-top: 55px !important;
  }

  .tif-pt-md-60 {
    padding-top: 60px !important;
  }

  .tif-pt-md-65 {
    padding-top: 65px !important;
  }

  .tif-pt-md-70 {
    padding-top: 70px !important;
  }

  .tif-pt-md-75 {
    padding-top: 75px !important;
  }

  .tif-pt-md-80 {
    padding-top: 80px !important;
  }

  .tif-pt-md-85 {
    padding-top: 85px !important;
  }

  .tif-pt-md-90 {
    padding-top: 90px !important;
  }

  .tif-pt-md-95 {
    padding-top: 95px !important;
  }

  .tif-pt-md-100 {
    padding-top: 100px !important;
  }

  .tif-pt-md-105 {
    padding-top: 105px !important;
  }

  .tif-pt-md-110 {
    padding-top: 110px !important;
  }

  .tif-pt-md-115 {
    padding-top: 115px !important;
  }

  .tif-pt-md-120 {
    padding-top: 120px !important;
  }

  .tif-pt-md-125 {
    padding-top: 125px !important;
  }

  .tif-pt-md-130 {
    padding-top: 130px !important;
  }

  .tif-pt-md-135 {
    padding-top: 135px !important;
  }

  .tif-pt-md-140 {
    padding-top: 140px !important;
  }

  .tif-pt-md-145 {
    padding-top: 145px !important;
  }

  .tif-pt-md-150 {
    padding-top: 150px !important;
  }

  .tif-pt-md-155 {
    padding-top: 155px !important;
  }

  .tif-pt-md-160 {
    padding-top: 160px !important;
  }

  .tif-pt-md-165 {
    padding-top: 165px !important;
  }

  .tif-pt-md-170 {
    padding-top: 170px !important;
  }

  .tif-pt-md-175 {
    padding-top: 175px !important;
  }

  .tif-pt-md-180 {
    padding-top: 180px !important;
  }

  .tif-pt-md-185 {
    padding-top: 185px !important;
  }

  .tif-pt-md-190 {
    padding-top: 190px !important;
  }

  .tif-pt-md-195 {
    padding-top: 195px !important;
  }

  .tif-pt-md-200 {
    padding-top: 200px !important;
  }

  .tif-pt-md-205 {
    padding-top: 205px !important;
  }

  .tif-pt-md-210 {
    padding-top: 210px !important;
  }

  .tif-pt-md-215 {
    padding-top: 215px !important;
  }

  .tif-pt-md-220 {
    padding-top: 220px !important;
  }

  .tif-pb-md-0 {
    padding-bottom: 0px !important;
  }

  .tif-pb-md-5 {
    padding-bottom: 5px !important;
  }

  .tif-pb-md-10 {
    padding-bottom: 10px !important;
  }

  .tif-pb-md-15 {
    padding-bottom: 15px !important;
  }

  .tif-pb-md-20 {
    padding-bottom: 20px !important;
  }

  .tif-pb-md-25 {
    padding-bottom: 25px !important;
  }

  .tif-pb-md-30 {
    padding-bottom: 30px !important;
  }

  .tif-pb-md-35 {
    padding-bottom: 35px !important;
  }

  .tif-pb-md-40 {
    padding-bottom: 40px !important;
  }

  .tif-pb-md-45 {
    padding-bottom: 45px !important;
  }

  .tif-pb-md-50 {
    padding-bottom: 50px !important;
  }

  .tif-pb-md-55 {
    padding-bottom: 55px !important;
  }

  .tif-pb-md-60 {
    padding-bottom: 60px !important;
  }

  .tif-pb-md-65 {
    padding-bottom: 65px !important;
  }

  .tif-pb-md-70 {
    padding-bottom: 70px !important;
  }

  .tif-pb-md-75 {
    padding-bottom: 75px !important;
  }

  .tif-pb-md-80 {
    padding-bottom: 80px !important;
  }

  .tif-pb-md-85 {
    padding-bottom: 85px !important;
  }

  .tif-pb-md-90 {
    padding-bottom: 90px !important;
  }

  .tif-pb-md-95 {
    padding-bottom: 95px !important;
  }

  .tif-pb-md-100 {
    padding-bottom: 100px !important;
  }

  .tif-pb-md-105 {
    padding-bottom: 105px !important;
  }

  .tif-pb-md-110 {
    padding-bottom: 110px !important;
  }

  .tif-pb-md-115 {
    padding-bottom: 115px !important;
  }

  .tif-pb-md-120 {
    padding-bottom: 120px !important;
  }

  .tif-pb-md-125 {
    padding-bottom: 125px !important;
  }

  .tif-pb-md-130 {
    padding-bottom: 130px !important;
  }

  .tif-pb-md-135 {
    padding-bottom: 135px !important;
  }

  .tif-pb-md-140 {
    padding-bottom: 140px !important;
  }

  .tif-pb-md-145 {
    padding-bottom: 145px !important;
  }

  .tif-pb-md-150 {
    padding-bottom: 150px !important;
  }

  .tif-pb-md-155 {
    padding-bottom: 155px !important;
  }

  .tif-pb-md-160 {
    padding-bottom: 160px !important;
  }

  .tif-pb-md-165 {
    padding-bottom: 165px !important;
  }

  .tif-pb-md-170 {
    padding-bottom: 170px !important;
  }

  .tif-pb-md-175 {
    padding-bottom: 175px !important;
  }

  .tif-pb-md-180 {
    padding-bottom: 180px !important;
  }

  .tif-pb-md-185 {
    padding-bottom: 185px !important;
  }

  .tif-pb-md-190 {
    padding-bottom: 190px !important;
  }

  .tif-pb-md-195 {
    padding-bottom: 195px !important;
  }

  .tif-pb-md-200 {
    padding-bottom: 200px !important;
  }

  .tif-pb-md-205 {
    padding-bottom: 205px !important;
  }

  .tif-pb-md-210 {
    padding-bottom: 210px !important;
  }

  .tif-pb-md-215 {
    padding-bottom: 215px !important;
  }

  .tif-pb-md-220 {
    padding-bottom: 220px !important;
  }

  .tif-ml-md-0 {
    margin-left: 0px !important;
  }

  .tif-ml-md-5 {
    margin-left: 5px !important;
  }

  .tif-ml-md-10 {
    margin-left: 10px !important;
  }

  .tif-ml-md-15 {
    margin-left: 15px !important;
  }

  .tif-ml-md-20 {
    margin-left: 20px !important;
  }

  .tif-ml-md-25 {
    margin-left: 25px !important;
  }

  .tif-ml-md-30 {
    margin-left: 30px !important;
  }

  .tif-ml-md-35 {
    margin-left: 35px !important;
  }

  .tif-ml-md-40 {
    margin-left: 40px !important;
  }

  .tif-ml-md-45 {
    margin-left: 45px !important;
  }

  .tif-ml-md-50 {
    margin-left: 50px !important;
  }

  .tif-ml-md-55 {
    margin-left: 55px !important;
  }

  .tif-ml-md-60 {
    margin-left: 60px !important;
  }

  .tif-ml-md-65 {
    margin-left: 65px !important;
  }

  .tif-ml-md-70 {
    margin-left: 70px !important;
  }

  .tif-ml-md-75 {
    margin-left: 75px !important;
  }

  .tif-ml-md-80 {
    margin-left: 80px !important;
  }

  .tif-ml-md-85 {
    margin-left: 85px !important;
  }

  .tif-ml-md-90 {
    margin-left: 90px !important;
  }

  .tif-ml-md-95 {
    margin-left: 95px !important;
  }

  .tif-ml-md-100 {
    margin-left: 100px !important;
  }

  .tif-ml-md-105 {
    margin-left: 105px !important;
  }

  .tif-ml-md-110 {
    margin-left: 110px !important;
  }

  .tif-ml-md-115 {
    margin-left: 115px !important;
  }

  .tif-ml-md-120 {
    margin-left: 120px !important;
  }

  .tif-ml-md-125 {
    margin-left: 125px !important;
  }

  .tif-ml-md-130 {
    margin-left: 130px !important;
  }

  .tif-ml-md-135 {
    margin-left: 135px !important;
  }

  .tif-ml-md-140 {
    margin-left: 140px !important;
  }

  .tif-ml-md-145 {
    margin-left: 145px !important;
  }

  .tif-ml-md-150 {
    margin-left: 150px !important;
  }

  .tif-ml-md-155 {
    margin-left: 155px !important;
  }

  .tif-ml-md-160 {
    margin-left: 160px !important;
  }

  .tif-ml-md-165 {
    margin-left: 165px !important;
  }

  .tif-ml-md-170 {
    margin-left: 170px !important;
  }

  .tif-ml-md-175 {
    margin-left: 175px !important;
  }

  .tif-ml-md-180 {
    margin-left: 180px !important;
  }

  .tif-ml-md-185 {
    margin-left: 185px !important;
  }

  .tif-ml-md-190 {
    margin-left: 190px !important;
  }

  .tif-ml-md-195 {
    margin-left: 195px !important;
  }

  .tif-ml-md-200 {
    margin-left: 200px !important;
  }

  .tif-ml-md-205 {
    margin-left: 205px !important;
  }

  .tif-ml-md-210 {
    margin-left: 210px !important;
  }

  .tif-ml-md-215 {
    margin-left: 215px !important;
  }

  .tif-ml-md-220 {
    margin-left: 220px !important;
  }

  .tif-mr-md-0 {
    margin-right: 0px !important;
  }

  .tif-mr-md-5 {
    margin-right: 5px !important;
  }

  .tif-mr-md-10 {
    margin-right: 10px !important;
  }

  .tif-mr-md-15 {
    margin-right: 15px !important;
  }

  .tif-mr-md-20 {
    margin-right: 20px !important;
  }

  .tif-mr-md-25 {
    margin-right: 25px !important;
  }

  .tif-mr-md-30 {
    margin-right: 30px !important;
  }

  .tif-mr-md-35 {
    margin-right: 35px !important;
  }

  .tif-mr-md-40 {
    margin-right: 40px !important;
  }

  .tif-mr-md-45 {
    margin-right: 45px !important;
  }

  .tif-mr-md-50 {
    margin-right: 50px !important;
  }

  .tif-mr-md-55 {
    margin-right: 55px !important;
  }

  .tif-mr-md-60 {
    margin-right: 60px !important;
  }

  .tif-mr-md-65 {
    margin-right: 65px !important;
  }

  .tif-mr-md-70 {
    margin-right: 70px !important;
  }

  .tif-mr-md-75 {
    margin-right: 75px !important;
  }

  .tif-mr-md-80 {
    margin-right: 80px !important;
  }

  .tif-mr-md-85 {
    margin-right: 85px !important;
  }

  .tif-mr-md-90 {
    margin-right: 90px !important;
  }

  .tif-mr-md-95 {
    margin-right: 95px !important;
  }

  .tif-mr-md-100 {
    margin-right: 100px !important;
  }

  .tif-mr-md-105 {
    margin-right: 105px !important;
  }

  .tif-mr-md-110 {
    margin-right: 110px !important;
  }

  .tif-mr-md-115 {
    margin-right: 115px !important;
  }

  .tif-mr-md-120 {
    margin-right: 120px !important;
  }

  .tif-mr-md-125 {
    margin-right: 125px !important;
  }

  .tif-mr-md-130 {
    margin-right: 130px !important;
  }

  .tif-mr-md-135 {
    margin-right: 135px !important;
  }

  .tif-mr-md-140 {
    margin-right: 140px !important;
  }

  .tif-mr-md-145 {
    margin-right: 145px !important;
  }

  .tif-mr-md-150 {
    margin-right: 150px !important;
  }

  .tif-mr-md-155 {
    margin-right: 155px !important;
  }

  .tif-mr-md-160 {
    margin-right: 160px !important;
  }

  .tif-mr-md-165 {
    margin-right: 165px !important;
  }

  .tif-mr-md-170 {
    margin-right: 170px !important;
  }

  .tif-mr-md-175 {
    margin-right: 175px !important;
  }

  .tif-mr-md-180 {
    margin-right: 180px !important;
  }

  .tif-mr-md-185 {
    margin-right: 185px !important;
  }

  .tif-mr-md-190 {
    margin-right: 190px !important;
  }

  .tif-mr-md-195 {
    margin-right: 195px !important;
  }

  .tif-mr-md-200 {
    margin-right: 200px !important;
  }

  .tif-mr-md-205 {
    margin-right: 205px !important;
  }

  .tif-mr-md-210 {
    margin-right: 210px !important;
  }

  .tif-mr-md-215 {
    margin-right: 215px !important;
  }

  .tif-mr-md-220 {
    margin-right: 220px !important;
  }

  .tif-mt-md-0 {
    margin-top: 0px !important;
  }

  .tif-mt-md-5 {
    margin-top: 5px !important;
  }

  .tif-mt-md-10 {
    margin-top: 10px !important;
  }

  .tif-mt-md-15 {
    margin-top: 15px !important;
  }

  .tif-mt-md-20 {
    margin-top: 20px !important;
  }

  .tif-mt-md-25 {
    margin-top: 25px !important;
  }

  .tif-mt-md-30 {
    margin-top: 30px !important;
  }

  .tif-mt-md-35 {
    margin-top: 35px !important;
  }

  .tif-mt-md-40 {
    margin-top: 40px !important;
  }

  .tif-mt-md-45 {
    margin-top: 45px !important;
  }

  .tif-mt-md-50 {
    margin-top: 50px !important;
  }

  .tif-mt-md-55 {
    margin-top: 55px !important;
  }

  .tif-mt-md-60 {
    margin-top: 60px !important;
  }

  .tif-mt-md-65 {
    margin-top: 65px !important;
  }

  .tif-mt-md-70 {
    margin-top: 70px !important;
  }

  .tif-mt-md-75 {
    margin-top: 75px !important;
  }

  .tif-mt-md-80 {
    margin-top: 80px !important;
  }

  .tif-mt-md-85 {
    margin-top: 85px !important;
  }

  .tif-mt-md-90 {
    margin-top: 90px !important;
  }

  .tif-mt-md-95 {
    margin-top: 95px !important;
  }

  .tif-mt-md-100 {
    margin-top: 100px !important;
  }

  .tif-mt-md-105 {
    margin-top: 105px !important;
  }

  .tif-mt-md-110 {
    margin-top: 110px !important;
  }

  .tif-mt-md-115 {
    margin-top: 115px !important;
  }

  .tif-mt-md-120 {
    margin-top: 120px !important;
  }

  .tif-mt-md-125 {
    margin-top: 125px !important;
  }

  .tif-mt-md-130 {
    margin-top: 130px !important;
  }

  .tif-mt-md-135 {
    margin-top: 135px !important;
  }

  .tif-mt-md-140 {
    margin-top: 140px !important;
  }

  .tif-mt-md-145 {
    margin-top: 145px !important;
  }

  .tif-mt-md-150 {
    margin-top: 150px !important;
  }

  .tif-mt-md-155 {
    margin-top: 155px !important;
  }

  .tif-mt-md-160 {
    margin-top: 160px !important;
  }

  .tif-mt-md-165 {
    margin-top: 165px !important;
  }

  .tif-mt-md-170 {
    margin-top: 170px !important;
  }

  .tif-mt-md-175 {
    margin-top: 175px !important;
  }

  .tif-mt-md-180 {
    margin-top: 180px !important;
  }

  .tif-mt-md-185 {
    margin-top: 185px !important;
  }

  .tif-mt-md-190 {
    margin-top: 190px !important;
  }

  .tif-mt-md-195 {
    margin-top: 195px !important;
  }

  .tif-mt-md-200 {
    margin-top: 200px !important;
  }

  .tif-mt-md-205 {
    margin-top: 205px !important;
  }

  .tif-mt-md-210 {
    margin-top: 210px !important;
  }

  .tif-mt-md-215 {
    margin-top: 215px !important;
  }

  .tif-mt-md-220 {
    margin-top: 220px !important;
  }

  .tif-mb-md-0 {
    margin-bottom: 0px !important;
  }

  .tif-mb-md-5 {
    margin-bottom: 5px !important;
  }

  .tif-mb-md-10 {
    margin-bottom: 10px !important;
  }

  .tif-mb-md-15 {
    margin-bottom: 15px !important;
  }

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

  .tif-mb-md-25 {
    margin-bottom: 25px !important;
  }

  .tif-mb-md-30 {
    margin-bottom: 30px !important;
  }

  .tif-mb-md-35 {
    margin-bottom: 35px !important;
  }

  .tif-mb-md-40 {
    margin-bottom: 40px !important;
  }

  .tif-mb-md-45 {
    margin-bottom: 45px !important;
  }

  .tif-mb-md-50 {
    margin-bottom: 50px !important;
  }

  .tif-mb-md-55 {
    margin-bottom: 55px !important;
  }

  .tif-mb-md-60 {
    margin-bottom: 60px !important;
  }

  .tif-mb-md-65 {
    margin-bottom: 65px !important;
  }

  .tif-mb-md-70 {
    margin-bottom: 70px !important;
  }

  .tif-mb-md-75 {
    margin-bottom: 75px !important;
  }

  .tif-mb-md-80 {
    margin-bottom: 80px !important;
  }

  .tif-mb-md-85 {
    margin-bottom: 85px !important;
  }

  .tif-mb-md-90 {
    margin-bottom: 90px !important;
  }

  .tif-mb-md-95 {
    margin-bottom: 95px !important;
  }

  .tif-mb-md-100 {
    margin-bottom: 100px !important;
  }

  .tif-mb-md-105 {
    margin-bottom: 105px !important;
  }

  .tif-mb-md-110 {
    margin-bottom: 110px !important;
  }

  .tif-mb-md-115 {
    margin-bottom: 115px !important;
  }

  .tif-mb-md-120 {
    margin-bottom: 120px !important;
  }

  .tif-mb-md-125 {
    margin-bottom: 125px !important;
  }

  .tif-mb-md-130 {
    margin-bottom: 130px !important;
  }

  .tif-mb-md-135 {
    margin-bottom: 135px !important;
  }

  .tif-mb-md-140 {
    margin-bottom: 140px !important;
  }

  .tif-mb-md-145 {
    margin-bottom: 145px !important;
  }

  .tif-mb-md-150 {
    margin-bottom: 150px !important;
  }

  .tif-mb-md-155 {
    margin-bottom: 155px !important;
  }

  .tif-mb-md-160 {
    margin-bottom: 160px !important;
  }

  .tif-mb-md-165 {
    margin-bottom: 165px !important;
  }

  .tif-mb-md-170 {
    margin-bottom: 170px !important;
  }

  .tif-mb-md-175 {
    margin-bottom: 175px !important;
  }

  .tif-mb-md-180 {
    margin-bottom: 180px !important;
  }

  .tif-mb-md-185 {
    margin-bottom: 185px !important;
  }

  .tif-mb-md-190 {
    margin-bottom: 190px !important;
  }

  .tif-mb-md-195 {
    margin-bottom: 195px !important;
  }

  .tif-mb-md-200 {
    margin-bottom: 200px !important;
  }

  .tif-mb-md-205 {
    margin-bottom: 205px !important;
  }

  .tif-mb-md-210 {
    margin-bottom: 210px !important;
  }

  .tif-mb-md-215 {
    margin-bottom: 215px !important;
  }

  .tif-mb-md-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 1200px) {
  .tif-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tif-m-lg-0 {
    margin: 0px !important;
  }

  .tif-m-lg-5 {
    margin: 5px !important;
  }

  .tif-m-lg-10 {
    margin: 10px !important;
  }

  .tif-m-lg-15 {
    margin: 15px !important;
  }

  .tif-m-lg-20 {
    margin: 20px !important;
  }

  .tif-m-lg-25 {
    margin: 25px !important;
  }

  .tif-m-lg-30 {
    margin: 30px !important;
  }

  .tif-m-lg-35 {
    margin: 35px !important;
  }

  .tif-m-lg-40 {
    margin: 40px !important;
  }

  .tif-m-lg-45 {
    margin: 45px !important;
  }

  .tif-m-lg-50 {
    margin: 50px !important;
  }

  .tif-m-lg-55 {
    margin: 55px !important;
  }

  .tif-m-lg-60 {
    margin: 60px !important;
  }

  .tif-m-lg-65 {
    margin: 65px !important;
  }

  .tif-m-lg-70 {
    margin: 70px !important;
  }

  .tif-m-lg-75 {
    margin: 75px !important;
  }

  .tif-m-lg-80 {
    margin: 80px !important;
  }

  .tif-m-lg-85 {
    margin: 85px !important;
  }

  .tif-m-lg-90 {
    margin: 90px !important;
  }

  .tif-m-lg-95 {
    margin: 95px !important;
  }

  .tif-m-lg-100 {
    margin: 100px !important;
  }

  .tif-m-lg-105 {
    margin: 105px !important;
  }

  .tif-m-lg-110 {
    margin: 110px !important;
  }

  .tif-m-lg-115 {
    margin: 115px !important;
  }

  .tif-m-lg-120 {
    margin: 120px !important;
  }

  .tif-m-lg-125 {
    margin: 125px !important;
  }

  .tif-m-lg-130 {
    margin: 130px !important;
  }

  .tif-m-lg-135 {
    margin: 135px !important;
  }

  .tif-m-lg-140 {
    margin: 140px !important;
  }

  .tif-m-lg-145 {
    margin: 145px !important;
  }

  .tif-m-lg-150 {
    margin: 150px !important;
  }

  .tif-m-lg-155 {
    margin: 155px !important;
  }

  .tif-m-lg-160 {
    margin: 160px !important;
  }

  .tif-m-lg-165 {
    margin: 165px !important;
  }

  .tif-m-lg-170 {
    margin: 170px !important;
  }

  .tif-m-lg-175 {
    margin: 175px !important;
  }

  .tif-m-lg-180 {
    margin: 180px !important;
  }

  .tif-m-lg-185 {
    margin: 185px !important;
  }

  .tif-m-lg-190 {
    margin: 190px !important;
  }

  .tif-m-lg-195 {
    margin: 195px !important;
  }

  .tif-m-lg-200 {
    margin: 200px !important;
  }

  .tif-m-lg-205 {
    margin: 205px !important;
  }

  .tif-m-lg-210 {
    margin: 210px !important;
  }

  .tif-m-lg-215 {
    margin: 215px !important;
  }

  .tif-m-lg-220 {
    margin: 220px !important;
  }

  .tif-p-lg-0 {
    padding: 0px !important;
  }

  .tif-p-lg-5 {
    padding: 5px !important;
  }

  .tif-p-lg-10 {
    padding: 10px !important;
  }

  .tif-p-lg-15 {
    padding: 15px !important;
  }

  .tif-p-lg-20 {
    padding: 20px !important;
  }

  .tif-p-lg-25 {
    padding: 25px !important;
  }

  .tif-p-lg-30 {
    padding: 30px !important;
  }

  .tif-p-lg-35 {
    padding: 35px !important;
  }

  .tif-p-lg-40 {
    padding: 40px !important;
  }

  .tif-p-lg-45 {
    padding: 45px !important;
  }

  .tif-p-lg-50 {
    padding: 50px !important;
  }

  .tif-p-lg-55 {
    padding: 55px !important;
  }

  .tif-p-lg-60 {
    padding: 60px !important;
  }

  .tif-p-lg-65 {
    padding: 65px !important;
  }

  .tif-p-lg-70 {
    padding: 70px !important;
  }

  .tif-p-lg-75 {
    padding: 75px !important;
  }

  .tif-p-lg-80 {
    padding: 80px !important;
  }

  .tif-p-lg-85 {
    padding: 85px !important;
  }

  .tif-p-lg-90 {
    padding: 90px !important;
  }

  .tif-p-lg-95 {
    padding: 95px !important;
  }

  .tif-p-lg-100 {
    padding: 100px !important;
  }

  .tif-p-lg-105 {
    padding: 105px !important;
  }

  .tif-p-lg-110 {
    padding: 110px !important;
  }

  .tif-p-lg-115 {
    padding: 115px !important;
  }

  .tif-p-lg-120 {
    padding: 120px !important;
  }

  .tif-p-lg-125 {
    padding: 125px !important;
  }

  .tif-p-lg-130 {
    padding: 130px !important;
  }

  .tif-p-lg-135 {
    padding: 135px !important;
  }

  .tif-p-lg-140 {
    padding: 140px !important;
  }

  .tif-p-lg-145 {
    padding: 145px !important;
  }

  .tif-p-lg-150 {
    padding: 150px !important;
  }

  .tif-p-lg-155 {
    padding: 155px !important;
  }

  .tif-p-lg-160 {
    padding: 160px !important;
  }

  .tif-p-lg-165 {
    padding: 165px !important;
  }

  .tif-p-lg-170 {
    padding: 170px !important;
  }

  .tif-p-lg-175 {
    padding: 175px !important;
  }

  .tif-p-lg-180 {
    padding: 180px !important;
  }

  .tif-p-lg-185 {
    padding: 185px !important;
  }

  .tif-p-lg-190 {
    padding: 190px !important;
  }

  .tif-p-lg-195 {
    padding: 195px !important;
  }

  .tif-p-lg-200 {
    padding: 200px !important;
  }

  .tif-p-lg-205 {
    padding: 205px !important;
  }

  .tif-p-lg-210 {
    padding: 210px !important;
  }

  .tif-p-lg-215 {
    padding: 215px !important;
  }

  .tif-p-lg-220 {
    padding: 220px !important;
  }

  .tif-mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tif-mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .tif-mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .tif-mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .tif-mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .tif-mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .tif-mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .tif-mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .tif-mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .tif-mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .tif-mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .tif-mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .tif-mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .tif-mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .tif-mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .tif-mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .tif-mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .tif-mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .tif-mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .tif-mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .tif-mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .tif-mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .tif-mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .tif-mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .tif-mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .tif-mx-lg-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .tif-mx-lg-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .tif-mx-lg-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .tif-mx-lg-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .tif-mx-lg-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .tif-mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .tif-mx-lg-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }

  .tif-mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .tif-mx-lg-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .tif-mx-lg-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .tif-mx-lg-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .tif-mx-lg-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .tif-mx-lg-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .tif-mx-lg-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .tif-mx-lg-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }

  .tif-mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .tif-mx-lg-205 {
    margin-left: 205px !important;
    margin-right: 205px !important;
  }

  .tif-mx-lg-210 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }

  .tif-mx-lg-215 {
    margin-left: 215px !important;
    margin-right: 215px !important;
  }

  .tif-mx-lg-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .tif-px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tif-px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .tif-px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tif-px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tif-px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tif-px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .tif-px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .tif-px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .tif-px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .tif-px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .tif-px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .tif-px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .tif-px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .tif-px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .tif-px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .tif-px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .tif-px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .tif-px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .tif-px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .tif-px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .tif-px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .tif-px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .tif-px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .tif-px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .tif-px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .tif-px-lg-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .tif-px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .tif-px-lg-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .tif-px-lg-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .tif-px-lg-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .tif-px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .tif-px-lg-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }

  .tif-px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .tif-px-lg-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .tif-px-lg-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .tif-px-lg-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .tif-px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .tif-px-lg-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .tif-px-lg-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .tif-px-lg-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }

  .tif-px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .tif-px-lg-205 {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }

  .tif-px-lg-210 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }

  .tif-px-lg-215 {
    padding-left: 215px !important;
    padding-right: 215px !important;
  }

  .tif-px-lg-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .tif-my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tif-my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .tif-my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .tif-my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .tif-my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .tif-my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .tif-my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .tif-my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .tif-my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .tif-my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .tif-my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .tif-my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .tif-my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .tif-my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .tif-my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .tif-my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .tif-my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .tif-my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .tif-my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .tif-my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .tif-my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .tif-my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .tif-my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .tif-my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .tif-my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .tif-my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .tif-my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .tif-my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .tif-my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .tif-my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .tif-my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .tif-my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }

  .tif-my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .tif-my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .tif-my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .tif-my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .tif-my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .tif-my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .tif-my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .tif-my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }

  .tif-my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .tif-my-lg-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }

  .tif-my-lg-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }

  .tif-my-lg-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }

  .tif-my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .tif-py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tif-py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .tif-py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tif-py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .tif-py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .tif-py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .tif-py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .tif-py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .tif-py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .tif-py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .tif-py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tif-py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .tif-py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .tif-py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .tif-py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .tif-py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .tif-py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .tif-py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .tif-py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .tif-py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .tif-py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .tif-py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .tif-py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .tif-py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .tif-py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .tif-py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .tif-py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .tif-py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .tif-py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .tif-py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .tif-py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .tif-py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }

  .tif-py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .tif-py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .tif-py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .tif-py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .tif-py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .tif-py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .tif-py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .tif-py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }

  .tif-py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .tif-py-lg-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }

  .tif-py-lg-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }

  .tif-py-lg-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }

  .tif-py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

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

  .tif-pl-lg-5 {
    padding-left: 5px !important;
  }

  .tif-pl-lg-10 {
    padding-left: 10px !important;
  }

  .tif-pl-lg-15 {
    padding-left: 15px !important;
  }

  .tif-pl-lg-20 {
    padding-left: 20px !important;
  }

  .tif-pl-lg-25 {
    padding-left: 25px !important;
  }

  .tif-pl-lg-30 {
    padding-left: 30px !important;
  }

  .tif-pl-lg-35 {
    padding-left: 35px !important;
  }

  .tif-pl-lg-40 {
    padding-left: 40px !important;
  }

  .tif-pl-lg-45 {
    padding-left: 45px !important;
  }

  .tif-pl-lg-50 {
    padding-left: 50px !important;
  }

  .tif-pl-lg-55 {
    padding-left: 55px !important;
  }

  .tif-pl-lg-60 {
    padding-left: 60px !important;
  }

  .tif-pl-lg-65 {
    padding-left: 65px !important;
  }

  .tif-pl-lg-70 {
    padding-left: 70px !important;
  }

  .tif-pl-lg-75 {
    padding-left: 75px !important;
  }

  .tif-pl-lg-80 {
    padding-left: 80px !important;
  }

  .tif-pl-lg-85 {
    padding-left: 85px !important;
  }

  .tif-pl-lg-90 {
    padding-left: 90px !important;
  }

  .tif-pl-lg-95 {
    padding-left: 95px !important;
  }

  .tif-pl-lg-100 {
    padding-left: 100px !important;
  }

  .tif-pl-lg-105 {
    padding-left: 105px !important;
  }

  .tif-pl-lg-110 {
    padding-left: 110px !important;
  }

  .tif-pl-lg-115 {
    padding-left: 115px !important;
  }

  .tif-pl-lg-120 {
    padding-left: 120px !important;
  }

  .tif-pl-lg-125 {
    padding-left: 125px !important;
  }

  .tif-pl-lg-130 {
    padding-left: 130px !important;
  }

  .tif-pl-lg-135 {
    padding-left: 135px !important;
  }

  .tif-pl-lg-140 {
    padding-left: 140px !important;
  }

  .tif-pl-lg-145 {
    padding-left: 145px !important;
  }

  .tif-pl-lg-150 {
    padding-left: 150px !important;
  }

  .tif-pl-lg-155 {
    padding-left: 155px !important;
  }

  .tif-pl-lg-160 {
    padding-left: 160px !important;
  }

  .tif-pl-lg-165 {
    padding-left: 165px !important;
  }

  .tif-pl-lg-170 {
    padding-left: 170px !important;
  }

  .tif-pl-lg-175 {
    padding-left: 175px !important;
  }

  .tif-pl-lg-180 {
    padding-left: 180px !important;
  }

  .tif-pl-lg-185 {
    padding-left: 185px !important;
  }

  .tif-pl-lg-190 {
    padding-left: 190px !important;
  }

  .tif-pl-lg-195 {
    padding-left: 195px !important;
  }

  .tif-pl-lg-200 {
    padding-left: 200px !important;
  }

  .tif-pl-lg-205 {
    padding-left: 205px !important;
  }

  .tif-pl-lg-210 {
    padding-left: 210px !important;
  }

  .tif-pl-lg-215 {
    padding-left: 215px !important;
  }

  .tif-pl-lg-220 {
    padding-left: 220px !important;
  }

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

  .tif-pr-lg-5 {
    padding-right: 5px !important;
  }

  .tif-pr-lg-10 {
    padding-right: 10px !important;
  }

  .tif-pr-lg-15 {
    padding-right: 15px !important;
  }

  .tif-pr-lg-20 {
    padding-right: 20px !important;
  }

  .tif-pr-lg-25 {
    padding-right: 25px !important;
  }

  .tif-pr-lg-30 {
    padding-right: 30px !important;
  }

  .tif-pr-lg-35 {
    padding-right: 35px !important;
  }

  .tif-pr-lg-40 {
    padding-right: 40px !important;
  }

  .tif-pr-lg-45 {
    padding-right: 45px !important;
  }

  .tif-pr-lg-50 {
    padding-right: 50px !important;
  }

  .tif-pr-lg-55 {
    padding-right: 55px !important;
  }

  .tif-pr-lg-60 {
    padding-right: 60px !important;
  }

  .tif-pr-lg-65 {
    padding-right: 65px !important;
  }

  .tif-pr-lg-70 {
    padding-right: 70px !important;
  }

  .tif-pr-lg-75 {
    padding-right: 75px !important;
  }

  .tif-pr-lg-80 {
    padding-right: 80px !important;
  }

  .tif-pr-lg-85 {
    padding-right: 85px !important;
  }

  .tif-pr-lg-90 {
    padding-right: 90px !important;
  }

  .tif-pr-lg-95 {
    padding-right: 95px !important;
  }

  .tif-pr-lg-100 {
    padding-right: 100px !important;
  }

  .tif-pr-lg-105 {
    padding-right: 105px !important;
  }

  .tif-pr-lg-110 {
    padding-right: 110px !important;
  }

  .tif-pr-lg-115 {
    padding-right: 115px !important;
  }

  .tif-pr-lg-120 {
    padding-right: 120px !important;
  }

  .tif-pr-lg-125 {
    padding-right: 125px !important;
  }

  .tif-pr-lg-130 {
    padding-right: 130px !important;
  }

  .tif-pr-lg-135 {
    padding-right: 135px !important;
  }

  .tif-pr-lg-140 {
    padding-right: 140px !important;
  }

  .tif-pr-lg-145 {
    padding-right: 145px !important;
  }

  .tif-pr-lg-150 {
    padding-right: 150px !important;
  }

  .tif-pr-lg-155 {
    padding-right: 155px !important;
  }

  .tif-pr-lg-160 {
    padding-right: 160px !important;
  }

  .tif-pr-lg-165 {
    padding-right: 165px !important;
  }

  .tif-pr-lg-170 {
    padding-right: 170px !important;
  }

  .tif-pr-lg-175 {
    padding-right: 175px !important;
  }

  .tif-pr-lg-180 {
    padding-right: 180px !important;
  }

  .tif-pr-lg-185 {
    padding-right: 185px !important;
  }

  .tif-pr-lg-190 {
    padding-right: 190px !important;
  }

  .tif-pr-lg-195 {
    padding-right: 195px !important;
  }

  .tif-pr-lg-200 {
    padding-right: 200px !important;
  }

  .tif-pr-lg-205 {
    padding-right: 205px !important;
  }

  .tif-pr-lg-210 {
    padding-right: 210px !important;
  }

  .tif-pr-lg-215 {
    padding-right: 215px !important;
  }

  .tif-pr-lg-220 {
    padding-right: 220px !important;
  }

  .tif-pt-lg-0 {
    padding-top: 0px !important;
  }

  .tif-pt-lg-5 {
    padding-top: 5px !important;
  }

  .tif-pt-lg-10 {
    padding-top: 10px !important;
  }

  .tif-pt-lg-15 {
    padding-top: 15px !important;
  }

  .tif-pt-lg-20 {
    padding-top: 20px !important;
  }

  .tif-pt-lg-25 {
    padding-top: 25px !important;
  }

  .tif-pt-lg-30 {
    padding-top: 30px !important;
  }

  .tif-pt-lg-35 {
    padding-top: 35px !important;
  }

  .tif-pt-lg-40 {
    padding-top: 40px !important;
  }

  .tif-pt-lg-45 {
    padding-top: 45px !important;
  }

  .tif-pt-lg-50 {
    padding-top: 50px !important;
  }

  .tif-pt-lg-55 {
    padding-top: 55px !important;
  }

  .tif-pt-lg-60 {
    padding-top: 60px !important;
  }

  .tif-pt-lg-65 {
    padding-top: 65px !important;
  }

  .tif-pt-lg-70 {
    padding-top: 70px !important;
  }

  .tif-pt-lg-75 {
    padding-top: 75px !important;
  }

  .tif-pt-lg-80 {
    padding-top: 80px !important;
  }

  .tif-pt-lg-85 {
    padding-top: 85px !important;
  }

  .tif-pt-lg-90 {
    padding-top: 90px !important;
  }

  .tif-pt-lg-95 {
    padding-top: 95px !important;
  }

  .tif-pt-lg-100 {
    padding-top: 100px !important;
  }

  .tif-pt-lg-105 {
    padding-top: 105px !important;
  }

  .tif-pt-lg-110 {
    padding-top: 110px !important;
  }

  .tif-pt-lg-115 {
    padding-top: 115px !important;
  }

  .tif-pt-lg-120 {
    padding-top: 120px !important;
  }

  .tif-pt-lg-125 {
    padding-top: 125px !important;
  }

  .tif-pt-lg-130 {
    padding-top: 130px !important;
  }

  .tif-pt-lg-135 {
    padding-top: 135px !important;
  }

  .tif-pt-lg-140 {
    padding-top: 140px !important;
  }

  .tif-pt-lg-145 {
    padding-top: 145px !important;
  }

  .tif-pt-lg-150 {
    padding-top: 150px !important;
  }

  .tif-pt-lg-155 {
    padding-top: 155px !important;
  }

  .tif-pt-lg-160 {
    padding-top: 160px !important;
  }

  .tif-pt-lg-165 {
    padding-top: 165px !important;
  }

  .tif-pt-lg-170 {
    padding-top: 170px !important;
  }

  .tif-pt-lg-175 {
    padding-top: 175px !important;
  }

  .tif-pt-lg-180 {
    padding-top: 180px !important;
  }

  .tif-pt-lg-185 {
    padding-top: 185px !important;
  }

  .tif-pt-lg-190 {
    padding-top: 190px !important;
  }

  .tif-pt-lg-195 {
    padding-top: 195px !important;
  }

  .tif-pt-lg-200 {
    padding-top: 200px !important;
  }

  .tif-pt-lg-205 {
    padding-top: 205px !important;
  }

  .tif-pt-lg-210 {
    padding-top: 210px !important;
  }

  .tif-pt-lg-215 {
    padding-top: 215px !important;
  }

  .tif-pt-lg-220 {
    padding-top: 220px !important;
  }

  .tif-pb-lg-0 {
    padding-bottom: 0px !important;
  }

  .tif-pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .tif-pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .tif-pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .tif-pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .tif-pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .tif-pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .tif-pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .tif-pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .tif-pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .tif-pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .tif-pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .tif-pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .tif-pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .tif-pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .tif-pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .tif-pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .tif-pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .tif-pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .tif-pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .tif-pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .tif-pb-lg-105 {
    padding-bottom: 105px !important;
  }

  .tif-pb-lg-110 {
    padding-bottom: 110px !important;
  }

  .tif-pb-lg-115 {
    padding-bottom: 115px !important;
  }

  .tif-pb-lg-120 {
    padding-bottom: 120px !important;
  }

  .tif-pb-lg-125 {
    padding-bottom: 125px !important;
  }

  .tif-pb-lg-130 {
    padding-bottom: 130px !important;
  }

  .tif-pb-lg-135 {
    padding-bottom: 135px !important;
  }

  .tif-pb-lg-140 {
    padding-bottom: 140px !important;
  }

  .tif-pb-lg-145 {
    padding-bottom: 145px !important;
  }

  .tif-pb-lg-150 {
    padding-bottom: 150px !important;
  }

  .tif-pb-lg-155 {
    padding-bottom: 155px !important;
  }

  .tif-pb-lg-160 {
    padding-bottom: 160px !important;
  }

  .tif-pb-lg-165 {
    padding-bottom: 165px !important;
  }

  .tif-pb-lg-170 {
    padding-bottom: 170px !important;
  }

  .tif-pb-lg-175 {
    padding-bottom: 175px !important;
  }

  .tif-pb-lg-180 {
    padding-bottom: 180px !important;
  }

  .tif-pb-lg-185 {
    padding-bottom: 185px !important;
  }

  .tif-pb-lg-190 {
    padding-bottom: 190px !important;
  }

  .tif-pb-lg-195 {
    padding-bottom: 195px !important;
  }

  .tif-pb-lg-200 {
    padding-bottom: 200px !important;
  }

  .tif-pb-lg-205 {
    padding-bottom: 205px !important;
  }

  .tif-pb-lg-210 {
    padding-bottom: 210px !important;
  }

  .tif-pb-lg-215 {
    padding-bottom: 215px !important;
  }

  .tif-pb-lg-220 {
    padding-bottom: 220px !important;
  }

  .tif-ml-lg-0 {
    margin-left: 0px !important;
  }

  .tif-ml-lg-5 {
    margin-left: 5px !important;
  }

  .tif-ml-lg-10 {
    margin-left: 10px !important;
  }

  .tif-ml-lg-15 {
    margin-left: 15px !important;
  }

  .tif-ml-lg-20 {
    margin-left: 20px !important;
  }

  .tif-ml-lg-25 {
    margin-left: 25px !important;
  }

  .tif-ml-lg-30 {
    margin-left: 30px !important;
  }

  .tif-ml-lg-35 {
    margin-left: 35px !important;
  }

  .tif-ml-lg-40 {
    margin-left: 40px !important;
  }

  .tif-ml-lg-45 {
    margin-left: 45px !important;
  }

  .tif-ml-lg-50 {
    margin-left: 50px !important;
  }

  .tif-ml-lg-55 {
    margin-left: 55px !important;
  }

  .tif-ml-lg-60 {
    margin-left: 60px !important;
  }

  .tif-ml-lg-65 {
    margin-left: 65px !important;
  }

  .tif-ml-lg-70 {
    margin-left: 70px !important;
  }

  .tif-ml-lg-75 {
    margin-left: 75px !important;
  }

  .tif-ml-lg-80 {
    margin-left: 80px !important;
  }

  .tif-ml-lg-85 {
    margin-left: 85px !important;
  }

  .tif-ml-lg-90 {
    margin-left: 90px !important;
  }

  .tif-ml-lg-95 {
    margin-left: 95px !important;
  }

  .tif-ml-lg-100 {
    margin-left: 100px !important;
  }

  .tif-ml-lg-105 {
    margin-left: 105px !important;
  }

  .tif-ml-lg-110 {
    margin-left: 110px !important;
  }

  .tif-ml-lg-115 {
    margin-left: 115px !important;
  }

  .tif-ml-lg-120 {
    margin-left: 120px !important;
  }

  .tif-ml-lg-125 {
    margin-left: 125px !important;
  }

  .tif-ml-lg-130 {
    margin-left: 130px !important;
  }

  .tif-ml-lg-135 {
    margin-left: 135px !important;
  }

  .tif-ml-lg-140 {
    margin-left: 140px !important;
  }

  .tif-ml-lg-145 {
    margin-left: 145px !important;
  }

  .tif-ml-lg-150 {
    margin-left: 150px !important;
  }

  .tif-ml-lg-155 {
    margin-left: 155px !important;
  }

  .tif-ml-lg-160 {
    margin-left: 160px !important;
  }

  .tif-ml-lg-165 {
    margin-left: 165px !important;
  }

  .tif-ml-lg-170 {
    margin-left: 170px !important;
  }

  .tif-ml-lg-175 {
    margin-left: 175px !important;
  }

  .tif-ml-lg-180 {
    margin-left: 180px !important;
  }

  .tif-ml-lg-185 {
    margin-left: 185px !important;
  }

  .tif-ml-lg-190 {
    margin-left: 190px !important;
  }

  .tif-ml-lg-195 {
    margin-left: 195px !important;
  }

  .tif-ml-lg-200 {
    margin-left: 200px !important;
  }

  .tif-ml-lg-205 {
    margin-left: 205px !important;
  }

  .tif-ml-lg-210 {
    margin-left: 210px !important;
  }

  .tif-ml-lg-215 {
    margin-left: 215px !important;
  }

  .tif-ml-lg-220 {
    margin-left: 220px !important;
  }

  .tif-mr-lg-0 {
    margin-right: 0px !important;
  }

  .tif-mr-lg-5 {
    margin-right: 5px !important;
  }

  .tif-mr-lg-10 {
    margin-right: 10px !important;
  }

  .tif-mr-lg-15 {
    margin-right: 15px !important;
  }

  .tif-mr-lg-20 {
    margin-right: 20px !important;
  }

  .tif-mr-lg-25 {
    margin-right: 25px !important;
  }

  .tif-mr-lg-30 {
    margin-right: 30px !important;
  }

  .tif-mr-lg-35 {
    margin-right: 35px !important;
  }

  .tif-mr-lg-40 {
    margin-right: 40px !important;
  }

  .tif-mr-lg-45 {
    margin-right: 45px !important;
  }

  .tif-mr-lg-50 {
    margin-right: 50px !important;
  }

  .tif-mr-lg-55 {
    margin-right: 55px !important;
  }

  .tif-mr-lg-60 {
    margin-right: 60px !important;
  }

  .tif-mr-lg-65 {
    margin-right: 65px !important;
  }

  .tif-mr-lg-70 {
    margin-right: 70px !important;
  }

  .tif-mr-lg-75 {
    margin-right: 75px !important;
  }

  .tif-mr-lg-80 {
    margin-right: 80px !important;
  }

  .tif-mr-lg-85 {
    margin-right: 85px !important;
  }

  .tif-mr-lg-90 {
    margin-right: 90px !important;
  }

  .tif-mr-lg-95 {
    margin-right: 95px !important;
  }

  .tif-mr-lg-100 {
    margin-right: 100px !important;
  }

  .tif-mr-lg-105 {
    margin-right: 105px !important;
  }

  .tif-mr-lg-110 {
    margin-right: 110px !important;
  }

  .tif-mr-lg-115 {
    margin-right: 115px !important;
  }

  .tif-mr-lg-120 {
    margin-right: 120px !important;
  }

  .tif-mr-lg-125 {
    margin-right: 125px !important;
  }

  .tif-mr-lg-130 {
    margin-right: 130px !important;
  }

  .tif-mr-lg-135 {
    margin-right: 135px !important;
  }

  .tif-mr-lg-140 {
    margin-right: 140px !important;
  }

  .tif-mr-lg-145 {
    margin-right: 145px !important;
  }

  .tif-mr-lg-150 {
    margin-right: 150px !important;
  }

  .tif-mr-lg-155 {
    margin-right: 155px !important;
  }

  .tif-mr-lg-160 {
    margin-right: 160px !important;
  }

  .tif-mr-lg-165 {
    margin-right: 165px !important;
  }

  .tif-mr-lg-170 {
    margin-right: 170px !important;
  }

  .tif-mr-lg-175 {
    margin-right: 175px !important;
  }

  .tif-mr-lg-180 {
    margin-right: 180px !important;
  }

  .tif-mr-lg-185 {
    margin-right: 185px !important;
  }

  .tif-mr-lg-190 {
    margin-right: 190px !important;
  }

  .tif-mr-lg-195 {
    margin-right: 195px !important;
  }

  .tif-mr-lg-200 {
    margin-right: 200px !important;
  }

  .tif-mr-lg-205 {
    margin-right: 205px !important;
  }

  .tif-mr-lg-210 {
    margin-right: 210px !important;
  }

  .tif-mr-lg-215 {
    margin-right: 215px !important;
  }

  .tif-mr-lg-220 {
    margin-right: 220px !important;
  }

  .tif-mt-lg-0 {
    margin-top: 0px !important;
  }

  .tif-mt-lg-5 {
    margin-top: 5px !important;
  }

  .tif-mt-lg-10 {
    margin-top: 10px !important;
  }

  .tif-mt-lg-15 {
    margin-top: 15px !important;
  }

  .tif-mt-lg-20 {
    margin-top: 20px !important;
  }

  .tif-mt-lg-25 {
    margin-top: 25px !important;
  }

  .tif-mt-lg-30 {
    margin-top: 30px !important;
  }

  .tif-mt-lg-35 {
    margin-top: 35px !important;
  }

  .tif-mt-lg-40 {
    margin-top: 40px !important;
  }

  .tif-mt-lg-45 {
    margin-top: 45px !important;
  }

  .tif-mt-lg-50 {
    margin-top: 50px !important;
  }

  .tif-mt-lg-55 {
    margin-top: 55px !important;
  }

  .tif-mt-lg-60 {
    margin-top: 60px !important;
  }

  .tif-mt-lg-65 {
    margin-top: 65px !important;
  }

  .tif-mt-lg-70 {
    margin-top: 70px !important;
  }

  .tif-mt-lg-75 {
    margin-top: 75px !important;
  }

  .tif-mt-lg-80 {
    margin-top: 80px !important;
  }

  .tif-mt-lg-85 {
    margin-top: 85px !important;
  }

  .tif-mt-lg-90 {
    margin-top: 90px !important;
  }

  .tif-mt-lg-95 {
    margin-top: 95px !important;
  }

  .tif-mt-lg-100 {
    margin-top: 100px !important;
  }

  .tif-mt-lg-105 {
    margin-top: 105px !important;
  }

  .tif-mt-lg-110 {
    margin-top: 110px !important;
  }

  .tif-mt-lg-115 {
    margin-top: 115px !important;
  }

  .tif-mt-lg-120 {
    margin-top: 120px !important;
  }

  .tif-mt-lg-125 {
    margin-top: 125px !important;
  }

  .tif-mt-lg-130 {
    margin-top: 130px !important;
  }

  .tif-mt-lg-135 {
    margin-top: 135px !important;
  }

  .tif-mt-lg-140 {
    margin-top: 140px !important;
  }

  .tif-mt-lg-145 {
    margin-top: 145px !important;
  }

  .tif-mt-lg-150 {
    margin-top: 150px !important;
  }

  .tif-mt-lg-155 {
    margin-top: 155px !important;
  }

  .tif-mt-lg-160 {
    margin-top: 160px !important;
  }

  .tif-mt-lg-165 {
    margin-top: 165px !important;
  }

  .tif-mt-lg-170 {
    margin-top: 170px !important;
  }

  .tif-mt-lg-175 {
    margin-top: 175px !important;
  }

  .tif-mt-lg-180 {
    margin-top: 180px !important;
  }

  .tif-mt-lg-185 {
    margin-top: 185px !important;
  }

  .tif-mt-lg-190 {
    margin-top: 190px !important;
  }

  .tif-mt-lg-195 {
    margin-top: 195px !important;
  }

  .tif-mt-lg-200 {
    margin-top: 200px !important;
  }

  .tif-mt-lg-205 {
    margin-top: 205px !important;
  }

  .tif-mt-lg-210 {
    margin-top: 210px !important;
  }

  .tif-mt-lg-215 {
    margin-top: 215px !important;
  }

  .tif-mt-lg-220 {
    margin-top: 220px !important;
  }

  .tif-mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .tif-mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .tif-mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .tif-mb-lg-15 {
    margin-bottom: 15px !important;
  }

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

  .tif-mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .tif-mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .tif-mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .tif-mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .tif-mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .tif-mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .tif-mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .tif-mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .tif-mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .tif-mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .tif-mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .tif-mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .tif-mb-lg-85 {
    margin-bottom: 85px !important;
  }

  .tif-mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .tif-mb-lg-95 {
    margin-bottom: 95px !important;
  }

  .tif-mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .tif-mb-lg-105 {
    margin-bottom: 105px !important;
  }

  .tif-mb-lg-110 {
    margin-bottom: 110px !important;
  }

  .tif-mb-lg-115 {
    margin-bottom: 115px !important;
  }

  .tif-mb-lg-120 {
    margin-bottom: 120px !important;
  }

  .tif-mb-lg-125 {
    margin-bottom: 125px !important;
  }

  .tif-mb-lg-130 {
    margin-bottom: 130px !important;
  }

  .tif-mb-lg-135 {
    margin-bottom: 135px !important;
  }

  .tif-mb-lg-140 {
    margin-bottom: 140px !important;
  }

  .tif-mb-lg-145 {
    margin-bottom: 145px !important;
  }

  .tif-mb-lg-150 {
    margin-bottom: 150px !important;
  }

  .tif-mb-lg-155 {
    margin-bottom: 155px !important;
  }

  .tif-mb-lg-160 {
    margin-bottom: 160px !important;
  }

  .tif-mb-lg-165 {
    margin-bottom: 165px !important;
  }

  .tif-mb-lg-170 {
    margin-bottom: 170px !important;
  }

  .tif-mb-lg-175 {
    margin-bottom: 175px !important;
  }

  .tif-mb-lg-180 {
    margin-bottom: 180px !important;
  }

  .tif-mb-lg-185 {
    margin-bottom: 185px !important;
  }

  .tif-mb-lg-190 {
    margin-bottom: 190px !important;
  }

  .tif-mb-lg-195 {
    margin-bottom: 195px !important;
  }

  .tif-mb-lg-200 {
    margin-bottom: 200px !important;
  }

  .tif-mb-lg-205 {
    margin-bottom: 205px !important;
  }

  .tif-mb-lg-210 {
    margin-bottom: 210px !important;
  }

  .tif-mb-lg-215 {
    margin-bottom: 215px !important;
  }

  .tif-mb-lg-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 1440px) {
  .tif-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tif-m-xl-0 {
    margin: 0px !important;
  }

  .tif-m-xl-5 {
    margin: 5px !important;
  }

  .tif-m-xl-10 {
    margin: 10px !important;
  }

  .tif-m-xl-15 {
    margin: 15px !important;
  }

  .tif-m-xl-20 {
    margin: 20px !important;
  }

  .tif-m-xl-25 {
    margin: 25px !important;
  }

  .tif-m-xl-30 {
    margin: 30px !important;
  }

  .tif-m-xl-35 {
    margin: 35px !important;
  }

  .tif-m-xl-40 {
    margin: 40px !important;
  }

  .tif-m-xl-45 {
    margin: 45px !important;
  }

  .tif-m-xl-50 {
    margin: 50px !important;
  }

  .tif-m-xl-55 {
    margin: 55px !important;
  }

  .tif-m-xl-60 {
    margin: 60px !important;
  }

  .tif-m-xl-65 {
    margin: 65px !important;
  }

  .tif-m-xl-70 {
    margin: 70px !important;
  }

  .tif-m-xl-75 {
    margin: 75px !important;
  }

  .tif-m-xl-80 {
    margin: 80px !important;
  }

  .tif-m-xl-85 {
    margin: 85px !important;
  }

  .tif-m-xl-90 {
    margin: 90px !important;
  }

  .tif-m-xl-95 {
    margin: 95px !important;
  }

  .tif-m-xl-100 {
    margin: 100px !important;
  }

  .tif-m-xl-105 {
    margin: 105px !important;
  }

  .tif-m-xl-110 {
    margin: 110px !important;
  }

  .tif-m-xl-115 {
    margin: 115px !important;
  }

  .tif-m-xl-120 {
    margin: 120px !important;
  }

  .tif-m-xl-125 {
    margin: 125px !important;
  }

  .tif-m-xl-130 {
    margin: 130px !important;
  }

  .tif-m-xl-135 {
    margin: 135px !important;
  }

  .tif-m-xl-140 {
    margin: 140px !important;
  }

  .tif-m-xl-145 {
    margin: 145px !important;
  }

  .tif-m-xl-150 {
    margin: 150px !important;
  }

  .tif-m-xl-155 {
    margin: 155px !important;
  }

  .tif-m-xl-160 {
    margin: 160px !important;
  }

  .tif-m-xl-165 {
    margin: 165px !important;
  }

  .tif-m-xl-170 {
    margin: 170px !important;
  }

  .tif-m-xl-175 {
    margin: 175px !important;
  }

  .tif-m-xl-180 {
    margin: 180px !important;
  }

  .tif-m-xl-185 {
    margin: 185px !important;
  }

  .tif-m-xl-190 {
    margin: 190px !important;
  }

  .tif-m-xl-195 {
    margin: 195px !important;
  }

  .tif-m-xl-200 {
    margin: 200px !important;
  }

  .tif-m-xl-205 {
    margin: 205px !important;
  }

  .tif-m-xl-210 {
    margin: 210px !important;
  }

  .tif-m-xl-215 {
    margin: 215px !important;
  }

  .tif-m-xl-220 {
    margin: 220px !important;
  }

  .tif-p-xl-0 {
    padding: 0px !important;
  }

  .tif-p-xl-5 {
    padding: 5px !important;
  }

  .tif-p-xl-10 {
    padding: 10px !important;
  }

  .tif-p-xl-15 {
    padding: 15px !important;
  }

  .tif-p-xl-20 {
    padding: 20px !important;
  }

  .tif-p-xl-25 {
    padding: 25px !important;
  }

  .tif-p-xl-30 {
    padding: 30px !important;
  }

  .tif-p-xl-35 {
    padding: 35px !important;
  }

  .tif-p-xl-40 {
    padding: 40px !important;
  }

  .tif-p-xl-45 {
    padding: 45px !important;
  }

  .tif-p-xl-50 {
    padding: 50px !important;
  }

  .tif-p-xl-55 {
    padding: 55px !important;
  }

  .tif-p-xl-60 {
    padding: 60px !important;
  }

  .tif-p-xl-65 {
    padding: 65px !important;
  }

  .tif-p-xl-70 {
    padding: 70px !important;
  }

  .tif-p-xl-75 {
    padding: 75px !important;
  }

  .tif-p-xl-80 {
    padding: 80px !important;
  }

  .tif-p-xl-85 {
    padding: 85px !important;
  }

  .tif-p-xl-90 {
    padding: 90px !important;
  }

  .tif-p-xl-95 {
    padding: 95px !important;
  }

  .tif-p-xl-100 {
    padding: 100px !important;
  }

  .tif-p-xl-105 {
    padding: 105px !important;
  }

  .tif-p-xl-110 {
    padding: 110px !important;
  }

  .tif-p-xl-115 {
    padding: 115px !important;
  }

  .tif-p-xl-120 {
    padding: 120px !important;
  }

  .tif-p-xl-125 {
    padding: 125px !important;
  }

  .tif-p-xl-130 {
    padding: 130px !important;
  }

  .tif-p-xl-135 {
    padding: 135px !important;
  }

  .tif-p-xl-140 {
    padding: 140px !important;
  }

  .tif-p-xl-145 {
    padding: 145px !important;
  }

  .tif-p-xl-150 {
    padding: 150px !important;
  }

  .tif-p-xl-155 {
    padding: 155px !important;
  }

  .tif-p-xl-160 {
    padding: 160px !important;
  }

  .tif-p-xl-165 {
    padding: 165px !important;
  }

  .tif-p-xl-170 {
    padding: 170px !important;
  }

  .tif-p-xl-175 {
    padding: 175px !important;
  }

  .tif-p-xl-180 {
    padding: 180px !important;
  }

  .tif-p-xl-185 {
    padding: 185px !important;
  }

  .tif-p-xl-190 {
    padding: 190px !important;
  }

  .tif-p-xl-195 {
    padding: 195px !important;
  }

  .tif-p-xl-200 {
    padding: 200px !important;
  }

  .tif-p-xl-205 {
    padding: 205px !important;
  }

  .tif-p-xl-210 {
    padding: 210px !important;
  }

  .tif-p-xl-215 {
    padding: 215px !important;
  }

  .tif-p-xl-220 {
    padding: 220px !important;
  }

  .tif-mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tif-mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .tif-mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .tif-mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .tif-mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .tif-mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .tif-mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .tif-mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .tif-mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .tif-mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .tif-mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .tif-mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .tif-mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .tif-mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .tif-mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .tif-mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .tif-mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .tif-mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .tif-mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .tif-mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .tif-mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .tif-mx-xl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .tif-mx-xl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .tif-mx-xl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .tif-mx-xl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .tif-mx-xl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .tif-mx-xl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .tif-mx-xl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .tif-mx-xl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .tif-mx-xl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .tif-mx-xl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .tif-mx-xl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }

  .tif-mx-xl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .tif-mx-xl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .tif-mx-xl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .tif-mx-xl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .tif-mx-xl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .tif-mx-xl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .tif-mx-xl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .tif-mx-xl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }

  .tif-mx-xl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .tif-mx-xl-205 {
    margin-left: 205px !important;
    margin-right: 205px !important;
  }

  .tif-mx-xl-210 {
    margin-left: 210px !important;
    margin-right: 210px !important;
  }

  .tif-mx-xl-215 {
    margin-left: 215px !important;
    margin-right: 215px !important;
  }

  .tif-mx-xl-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .tif-px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tif-px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .tif-px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tif-px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tif-px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tif-px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .tif-px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .tif-px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .tif-px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .tif-px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .tif-px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .tif-px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .tif-px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .tif-px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .tif-px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .tif-px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .tif-px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .tif-px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .tif-px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .tif-px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .tif-px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .tif-px-xl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .tif-px-xl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .tif-px-xl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .tif-px-xl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .tif-px-xl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .tif-px-xl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .tif-px-xl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .tif-px-xl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .tif-px-xl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .tif-px-xl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .tif-px-xl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }

  .tif-px-xl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .tif-px-xl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .tif-px-xl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .tif-px-xl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .tif-px-xl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .tif-px-xl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .tif-px-xl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .tif-px-xl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }

  .tif-px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .tif-px-xl-205 {
    padding-left: 205px !important;
    padding-right: 205px !important;
  }

  .tif-px-xl-210 {
    padding-left: 210px !important;
    padding-right: 210px !important;
  }

  .tif-px-xl-215 {
    padding-left: 215px !important;
    padding-right: 215px !important;
  }

  .tif-px-xl-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .tif-my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tif-my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .tif-my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .tif-my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .tif-my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .tif-my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .tif-my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .tif-my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .tif-my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .tif-my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .tif-my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .tif-my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .tif-my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .tif-my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .tif-my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .tif-my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .tif-my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .tif-my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .tif-my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .tif-my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .tif-my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .tif-my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .tif-my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .tif-my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .tif-my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .tif-my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .tif-my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .tif-my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .tif-my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .tif-my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .tif-my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .tif-my-xl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }

  .tif-my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .tif-my-xl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .tif-my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .tif-my-xl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .tif-my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .tif-my-xl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .tif-my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .tif-my-xl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }

  .tif-my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .tif-my-xl-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }

  .tif-my-xl-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }

  .tif-my-xl-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }

  .tif-my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .tif-py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tif-py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .tif-py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tif-py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .tif-py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .tif-py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .tif-py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .tif-py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .tif-py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .tif-py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .tif-py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tif-py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .tif-py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .tif-py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .tif-py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .tif-py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .tif-py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .tif-py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .tif-py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .tif-py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .tif-py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .tif-py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .tif-py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .tif-py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .tif-py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .tif-py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .tif-py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .tif-py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .tif-py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .tif-py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .tif-py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .tif-py-xl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }

  .tif-py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .tif-py-xl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .tif-py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .tif-py-xl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .tif-py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .tif-py-xl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .tif-py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .tif-py-xl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }

  .tif-py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .tif-py-xl-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }

  .tif-py-xl-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }

  .tif-py-xl-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }

  .tif-py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

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

  .tif-pl-xl-5 {
    padding-left: 5px !important;
  }

  .tif-pl-xl-10 {
    padding-left: 10px !important;
  }

  .tif-pl-xl-15 {
    padding-left: 15px !important;
  }

  .tif-pl-xl-20 {
    padding-left: 20px !important;
  }

  .tif-pl-xl-25 {
    padding-left: 25px !important;
  }

  .tif-pl-xl-30 {
    padding-left: 30px !important;
  }

  .tif-pl-xl-35 {
    padding-left: 35px !important;
  }

  .tif-pl-xl-40 {
    padding-left: 40px !important;
  }

  .tif-pl-xl-45 {
    padding-left: 45px !important;
  }

  .tif-pl-xl-50 {
    padding-left: 50px !important;
  }

  .tif-pl-xl-55 {
    padding-left: 55px !important;
  }

  .tif-pl-xl-60 {
    padding-left: 60px !important;
  }

  .tif-pl-xl-65 {
    padding-left: 65px !important;
  }

  .tif-pl-xl-70 {
    padding-left: 70px !important;
  }

  .tif-pl-xl-75 {
    padding-left: 75px !important;
  }

  .tif-pl-xl-80 {
    padding-left: 80px !important;
  }

  .tif-pl-xl-85 {
    padding-left: 85px !important;
  }

  .tif-pl-xl-90 {
    padding-left: 90px !important;
  }

  .tif-pl-xl-95 {
    padding-left: 95px !important;
  }

  .tif-pl-xl-100 {
    padding-left: 100px !important;
  }

  .tif-pl-xl-105 {
    padding-left: 105px !important;
  }

  .tif-pl-xl-110 {
    padding-left: 110px !important;
  }

  .tif-pl-xl-115 {
    padding-left: 115px !important;
  }

  .tif-pl-xl-120 {
    padding-left: 120px !important;
  }

  .tif-pl-xl-125 {
    padding-left: 125px !important;
  }

  .tif-pl-xl-130 {
    padding-left: 130px !important;
  }

  .tif-pl-xl-135 {
    padding-left: 135px !important;
  }

  .tif-pl-xl-140 {
    padding-left: 140px !important;
  }

  .tif-pl-xl-145 {
    padding-left: 145px !important;
  }

  .tif-pl-xl-150 {
    padding-left: 150px !important;
  }

  .tif-pl-xl-155 {
    padding-left: 155px !important;
  }

  .tif-pl-xl-160 {
    padding-left: 160px !important;
  }

  .tif-pl-xl-165 {
    padding-left: 165px !important;
  }

  .tif-pl-xl-170 {
    padding-left: 170px !important;
  }

  .tif-pl-xl-175 {
    padding-left: 175px !important;
  }

  .tif-pl-xl-180 {
    padding-left: 180px !important;
  }

  .tif-pl-xl-185 {
    padding-left: 185px !important;
  }

  .tif-pl-xl-190 {
    padding-left: 190px !important;
  }

  .tif-pl-xl-195 {
    padding-left: 195px !important;
  }

  .tif-pl-xl-200 {
    padding-left: 200px !important;
  }

  .tif-pl-xl-205 {
    padding-left: 205px !important;
  }

  .tif-pl-xl-210 {
    padding-left: 210px !important;
  }

  .tif-pl-xl-215 {
    padding-left: 215px !important;
  }

  .tif-pl-xl-220 {
    padding-left: 220px !important;
  }

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

  .tif-pr-xl-5 {
    padding-right: 5px !important;
  }

  .tif-pr-xl-10 {
    padding-right: 10px !important;
  }

  .tif-pr-xl-15 {
    padding-right: 15px !important;
  }

  .tif-pr-xl-20 {
    padding-right: 20px !important;
  }

  .tif-pr-xl-25 {
    padding-right: 25px !important;
  }

  .tif-pr-xl-30 {
    padding-right: 30px !important;
  }

  .tif-pr-xl-35 {
    padding-right: 35px !important;
  }

  .tif-pr-xl-40 {
    padding-right: 40px !important;
  }

  .tif-pr-xl-45 {
    padding-right: 45px !important;
  }

  .tif-pr-xl-50 {
    padding-right: 50px !important;
  }

  .tif-pr-xl-55 {
    padding-right: 55px !important;
  }

  .tif-pr-xl-60 {
    padding-right: 60px !important;
  }

  .tif-pr-xl-65 {
    padding-right: 65px !important;
  }

  .tif-pr-xl-70 {
    padding-right: 70px !important;
  }

  .tif-pr-xl-75 {
    padding-right: 75px !important;
  }

  .tif-pr-xl-80 {
    padding-right: 80px !important;
  }

  .tif-pr-xl-85 {
    padding-right: 85px !important;
  }

  .tif-pr-xl-90 {
    padding-right: 90px !important;
  }

  .tif-pr-xl-95 {
    padding-right: 95px !important;
  }

  .tif-pr-xl-100 {
    padding-right: 100px !important;
  }

  .tif-pr-xl-105 {
    padding-right: 105px !important;
  }

  .tif-pr-xl-110 {
    padding-right: 110px !important;
  }

  .tif-pr-xl-115 {
    padding-right: 115px !important;
  }

  .tif-pr-xl-120 {
    padding-right: 120px !important;
  }

  .tif-pr-xl-125 {
    padding-right: 125px !important;
  }

  .tif-pr-xl-130 {
    padding-right: 130px !important;
  }

  .tif-pr-xl-135 {
    padding-right: 135px !important;
  }

  .tif-pr-xl-140 {
    padding-right: 140px !important;
  }

  .tif-pr-xl-145 {
    padding-right: 145px !important;
  }

  .tif-pr-xl-150 {
    padding-right: 150px !important;
  }

  .tif-pr-xl-155 {
    padding-right: 155px !important;
  }

  .tif-pr-xl-160 {
    padding-right: 160px !important;
  }

  .tif-pr-xl-165 {
    padding-right: 165px !important;
  }

  .tif-pr-xl-170 {
    padding-right: 170px !important;
  }

  .tif-pr-xl-175 {
    padding-right: 175px !important;
  }

  .tif-pr-xl-180 {
    padding-right: 180px !important;
  }

  .tif-pr-xl-185 {
    padding-right: 185px !important;
  }

  .tif-pr-xl-190 {
    padding-right: 190px !important;
  }

  .tif-pr-xl-195 {
    padding-right: 195px !important;
  }

  .tif-pr-xl-200 {
    padding-right: 200px !important;
  }

  .tif-pr-xl-205 {
    padding-right: 205px !important;
  }

  .tif-pr-xl-210 {
    padding-right: 210px !important;
  }

  .tif-pr-xl-215 {
    padding-right: 215px !important;
  }

  .tif-pr-xl-220 {
    padding-right: 220px !important;
  }

  .tif-pt-xl-0 {
    padding-top: 0px !important;
  }

  .tif-pt-xl-5 {
    padding-top: 5px !important;
  }

  .tif-pt-xl-10 {
    padding-top: 10px !important;
  }

  .tif-pt-xl-15 {
    padding-top: 15px !important;
  }

  .tif-pt-xl-20 {
    padding-top: 20px !important;
  }

  .tif-pt-xl-25 {
    padding-top: 25px !important;
  }

  .tif-pt-xl-30 {
    padding-top: 30px !important;
  }

  .tif-pt-xl-35 {
    padding-top: 35px !important;
  }

  .tif-pt-xl-40 {
    padding-top: 40px !important;
  }

  .tif-pt-xl-45 {
    padding-top: 45px !important;
  }

  .tif-pt-xl-50 {
    padding-top: 50px !important;
  }

  .tif-pt-xl-55 {
    padding-top: 55px !important;
  }

  .tif-pt-xl-60 {
    padding-top: 60px !important;
  }

  .tif-pt-xl-65 {
    padding-top: 65px !important;
  }

  .tif-pt-xl-70 {
    padding-top: 70px !important;
  }

  .tif-pt-xl-75 {
    padding-top: 75px !important;
  }

  .tif-pt-xl-80 {
    padding-top: 80px !important;
  }

  .tif-pt-xl-85 {
    padding-top: 85px !important;
  }

  .tif-pt-xl-90 {
    padding-top: 90px !important;
  }

  .tif-pt-xl-95 {
    padding-top: 95px !important;
  }

  .tif-pt-xl-100 {
    padding-top: 100px !important;
  }

  .tif-pt-xl-105 {
    padding-top: 105px !important;
  }

  .tif-pt-xl-110 {
    padding-top: 110px !important;
  }

  .tif-pt-xl-115 {
    padding-top: 115px !important;
  }

  .tif-pt-xl-120 {
    padding-top: 120px !important;
  }

  .tif-pt-xl-125 {
    padding-top: 125px !important;
  }

  .tif-pt-xl-130 {
    padding-top: 130px !important;
  }

  .tif-pt-xl-135 {
    padding-top: 135px !important;
  }

  .tif-pt-xl-140 {
    padding-top: 140px !important;
  }

  .tif-pt-xl-145 {
    padding-top: 145px !important;
  }

  .tif-pt-xl-150 {
    padding-top: 150px !important;
  }

  .tif-pt-xl-155 {
    padding-top: 155px !important;
  }

  .tif-pt-xl-160 {
    padding-top: 160px !important;
  }

  .tif-pt-xl-165 {
    padding-top: 165px !important;
  }

  .tif-pt-xl-170 {
    padding-top: 170px !important;
  }

  .tif-pt-xl-175 {
    padding-top: 175px !important;
  }

  .tif-pt-xl-180 {
    padding-top: 180px !important;
  }

  .tif-pt-xl-185 {
    padding-top: 185px !important;
  }

  .tif-pt-xl-190 {
    padding-top: 190px !important;
  }

  .tif-pt-xl-195 {
    padding-top: 195px !important;
  }

  .tif-pt-xl-200 {
    padding-top: 200px !important;
  }

  .tif-pt-xl-205 {
    padding-top: 205px !important;
  }

  .tif-pt-xl-210 {
    padding-top: 210px !important;
  }

  .tif-pt-xl-215 {
    padding-top: 215px !important;
  }

  .tif-pt-xl-220 {
    padding-top: 220px !important;
  }

  .tif-pb-xl-0 {
    padding-bottom: 0px !important;
  }

  .tif-pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .tif-pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .tif-pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .tif-pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .tif-pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .tif-pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .tif-pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .tif-pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .tif-pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .tif-pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .tif-pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .tif-pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .tif-pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .tif-pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .tif-pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .tif-pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .tif-pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .tif-pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .tif-pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .tif-pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .tif-pb-xl-105 {
    padding-bottom: 105px !important;
  }

  .tif-pb-xl-110 {
    padding-bottom: 110px !important;
  }

  .tif-pb-xl-115 {
    padding-bottom: 115px !important;
  }

  .tif-pb-xl-120 {
    padding-bottom: 120px !important;
  }

  .tif-pb-xl-125 {
    padding-bottom: 125px !important;
  }

  .tif-pb-xl-130 {
    padding-bottom: 130px !important;
  }

  .tif-pb-xl-135 {
    padding-bottom: 135px !important;
  }

  .tif-pb-xl-140 {
    padding-bottom: 140px !important;
  }

  .tif-pb-xl-145 {
    padding-bottom: 145px !important;
  }

  .tif-pb-xl-150 {
    padding-bottom: 150px !important;
  }

  .tif-pb-xl-155 {
    padding-bottom: 155px !important;
  }

  .tif-pb-xl-160 {
    padding-bottom: 160px !important;
  }

  .tif-pb-xl-165 {
    padding-bottom: 165px !important;
  }

  .tif-pb-xl-170 {
    padding-bottom: 170px !important;
  }

  .tif-pb-xl-175 {
    padding-bottom: 175px !important;
  }

  .tif-pb-xl-180 {
    padding-bottom: 180px !important;
  }

  .tif-pb-xl-185 {
    padding-bottom: 185px !important;
  }

  .tif-pb-xl-190 {
    padding-bottom: 190px !important;
  }

  .tif-pb-xl-195 {
    padding-bottom: 195px !important;
  }

  .tif-pb-xl-200 {
    padding-bottom: 200px !important;
  }

  .tif-pb-xl-205 {
    padding-bottom: 205px !important;
  }

  .tif-pb-xl-210 {
    padding-bottom: 210px !important;
  }

  .tif-pb-xl-215 {
    padding-bottom: 215px !important;
  }

  .tif-pb-xl-220 {
    padding-bottom: 220px !important;
  }

  .tif-ml-xl-0 {
    margin-left: 0px !important;
  }

  .tif-ml-xl-5 {
    margin-left: 5px !important;
  }

  .tif-ml-xl-10 {
    margin-left: 10px !important;
  }

  .tif-ml-xl-15 {
    margin-left: 15px !important;
  }

  .tif-ml-xl-20 {
    margin-left: 20px !important;
  }

  .tif-ml-xl-25 {
    margin-left: 25px !important;
  }

  .tif-ml-xl-30 {
    margin-left: 30px !important;
  }

  .tif-ml-xl-35 {
    margin-left: 35px !important;
  }

  .tif-ml-xl-40 {
    margin-left: 40px !important;
  }

  .tif-ml-xl-45 {
    margin-left: 45px !important;
  }

  .tif-ml-xl-50 {
    margin-left: 50px !important;
  }

  .tif-ml-xl-55 {
    margin-left: 55px !important;
  }

  .tif-ml-xl-60 {
    margin-left: 60px !important;
  }

  .tif-ml-xl-65 {
    margin-left: 65px !important;
  }

  .tif-ml-xl-70 {
    margin-left: 70px !important;
  }

  .tif-ml-xl-75 {
    margin-left: 75px !important;
  }

  .tif-ml-xl-80 {
    margin-left: 80px !important;
  }

  .tif-ml-xl-85 {
    margin-left: 85px !important;
  }

  .tif-ml-xl-90 {
    margin-left: 90px !important;
  }

  .tif-ml-xl-95 {
    margin-left: 95px !important;
  }

  .tif-ml-xl-100 {
    margin-left: 100px !important;
  }

  .tif-ml-xl-105 {
    margin-left: 105px !important;
  }

  .tif-ml-xl-110 {
    margin-left: 110px !important;
  }

  .tif-ml-xl-115 {
    margin-left: 115px !important;
  }

  .tif-ml-xl-120 {
    margin-left: 120px !important;
  }

  .tif-ml-xl-125 {
    margin-left: 125px !important;
  }

  .tif-ml-xl-130 {
    margin-left: 130px !important;
  }

  .tif-ml-xl-135 {
    margin-left: 135px !important;
  }

  .tif-ml-xl-140 {
    margin-left: 140px !important;
  }

  .tif-ml-xl-145 {
    margin-left: 145px !important;
  }

  .tif-ml-xl-150 {
    margin-left: 150px !important;
  }

  .tif-ml-xl-155 {
    margin-left: 155px !important;
  }

  .tif-ml-xl-160 {
    margin-left: 160px !important;
  }

  .tif-ml-xl-165 {
    margin-left: 165px !important;
  }

  .tif-ml-xl-170 {
    margin-left: 170px !important;
  }

  .tif-ml-xl-175 {
    margin-left: 175px !important;
  }

  .tif-ml-xl-180 {
    margin-left: 180px !important;
  }

  .tif-ml-xl-185 {
    margin-left: 185px !important;
  }

  .tif-ml-xl-190 {
    margin-left: 190px !important;
  }

  .tif-ml-xl-195 {
    margin-left: 195px !important;
  }

  .tif-ml-xl-200 {
    margin-left: 200px !important;
  }

  .tif-ml-xl-205 {
    margin-left: 205px !important;
  }

  .tif-ml-xl-210 {
    margin-left: 210px !important;
  }

  .tif-ml-xl-215 {
    margin-left: 215px !important;
  }

  .tif-ml-xl-220 {
    margin-left: 220px !important;
  }

  .tif-mr-xl-0 {
    margin-right: 0px !important;
  }

  .tif-mr-xl-5 {
    margin-right: 5px !important;
  }

  .tif-mr-xl-10 {
    margin-right: 10px !important;
  }

  .tif-mr-xl-15 {
    margin-right: 15px !important;
  }

  .tif-mr-xl-20 {
    margin-right: 20px !important;
  }

  .tif-mr-xl-25 {
    margin-right: 25px !important;
  }

  .tif-mr-xl-30 {
    margin-right: 30px !important;
  }

  .tif-mr-xl-35 {
    margin-right: 35px !important;
  }

  .tif-mr-xl-40 {
    margin-right: 40px !important;
  }

  .tif-mr-xl-45 {
    margin-right: 45px !important;
  }

  .tif-mr-xl-50 {
    margin-right: 50px !important;
  }

  .tif-mr-xl-55 {
    margin-right: 55px !important;
  }

  .tif-mr-xl-60 {
    margin-right: 60px !important;
  }

  .tif-mr-xl-65 {
    margin-right: 65px !important;
  }

  .tif-mr-xl-70 {
    margin-right: 70px !important;
  }

  .tif-mr-xl-75 {
    margin-right: 75px !important;
  }

  .tif-mr-xl-80 {
    margin-right: 80px !important;
  }

  .tif-mr-xl-85 {
    margin-right: 85px !important;
  }

  .tif-mr-xl-90 {
    margin-right: 90px !important;
  }

  .tif-mr-xl-95 {
    margin-right: 95px !important;
  }

  .tif-mr-xl-100 {
    margin-right: 100px !important;
  }

  .tif-mr-xl-105 {
    margin-right: 105px !important;
  }

  .tif-mr-xl-110 {
    margin-right: 110px !important;
  }

  .tif-mr-xl-115 {
    margin-right: 115px !important;
  }

  .tif-mr-xl-120 {
    margin-right: 120px !important;
  }

  .tif-mr-xl-125 {
    margin-right: 125px !important;
  }

  .tif-mr-xl-130 {
    margin-right: 130px !important;
  }

  .tif-mr-xl-135 {
    margin-right: 135px !important;
  }

  .tif-mr-xl-140 {
    margin-right: 140px !important;
  }

  .tif-mr-xl-145 {
    margin-right: 145px !important;
  }

  .tif-mr-xl-150 {
    margin-right: 150px !important;
  }

  .tif-mr-xl-155 {
    margin-right: 155px !important;
  }

  .tif-mr-xl-160 {
    margin-right: 160px !important;
  }

  .tif-mr-xl-165 {
    margin-right: 165px !important;
  }

  .tif-mr-xl-170 {
    margin-right: 170px !important;
  }

  .tif-mr-xl-175 {
    margin-right: 175px !important;
  }

  .tif-mr-xl-180 {
    margin-right: 180px !important;
  }

  .tif-mr-xl-185 {
    margin-right: 185px !important;
  }

  .tif-mr-xl-190 {
    margin-right: 190px !important;
  }

  .tif-mr-xl-195 {
    margin-right: 195px !important;
  }

  .tif-mr-xl-200 {
    margin-right: 200px !important;
  }

  .tif-mr-xl-205 {
    margin-right: 205px !important;
  }

  .tif-mr-xl-210 {
    margin-right: 210px !important;
  }

  .tif-mr-xl-215 {
    margin-right: 215px !important;
  }

  .tif-mr-xl-220 {
    margin-right: 220px !important;
  }

  .tif-mt-xl-0 {
    margin-top: 0px !important;
  }

  .tif-mt-xl-5 {
    margin-top: 5px !important;
  }

  .tif-mt-xl-10 {
    margin-top: 10px !important;
  }

  .tif-mt-xl-15 {
    margin-top: 15px !important;
  }

  .tif-mt-xl-20 {
    margin-top: 20px !important;
  }

  .tif-mt-xl-25 {
    margin-top: 25px !important;
  }

  .tif-mt-xl-30 {
    margin-top: 30px !important;
  }

  .tif-mt-xl-35 {
    margin-top: 35px !important;
  }

  .tif-mt-xl-40 {
    margin-top: 40px !important;
  }

  .tif-mt-xl-45 {
    margin-top: 45px !important;
  }

  .tif-mt-xl-50 {
    margin-top: 50px !important;
  }

  .tif-mt-xl-55 {
    margin-top: 55px !important;
  }

  .tif-mt-xl-60 {
    margin-top: 60px !important;
  }

  .tif-mt-xl-65 {
    margin-top: 65px !important;
  }

  .tif-mt-xl-70 {
    margin-top: 70px !important;
  }

  .tif-mt-xl-75 {
    margin-top: 75px !important;
  }

  .tif-mt-xl-80 {
    margin-top: 80px !important;
  }

  .tif-mt-xl-85 {
    margin-top: 85px !important;
  }

  .tif-mt-xl-90 {
    margin-top: 90px !important;
  }

  .tif-mt-xl-95 {
    margin-top: 95px !important;
  }

  .tif-mt-xl-100 {
    margin-top: 100px !important;
  }

  .tif-mt-xl-105 {
    margin-top: 105px !important;
  }

  .tif-mt-xl-110 {
    margin-top: 110px !important;
  }

  .tif-mt-xl-115 {
    margin-top: 115px !important;
  }

  .tif-mt-xl-120 {
    margin-top: 120px !important;
  }

  .tif-mt-xl-125 {
    margin-top: 125px !important;
  }

  .tif-mt-xl-130 {
    margin-top: 130px !important;
  }

  .tif-mt-xl-135 {
    margin-top: 135px !important;
  }

  .tif-mt-xl-140 {
    margin-top: 140px !important;
  }

  .tif-mt-xl-145 {
    margin-top: 145px !important;
  }

  .tif-mt-xl-150 {
    margin-top: 150px !important;
  }

  .tif-mt-xl-155 {
    margin-top: 155px !important;
  }

  .tif-mt-xl-160 {
    margin-top: 160px !important;
  }

  .tif-mt-xl-165 {
    margin-top: 165px !important;
  }

  .tif-mt-xl-170 {
    margin-top: 170px !important;
  }

  .tif-mt-xl-175 {
    margin-top: 175px !important;
  }

  .tif-mt-xl-180 {
    margin-top: 180px !important;
  }

  .tif-mt-xl-185 {
    margin-top: 185px !important;
  }

  .tif-mt-xl-190 {
    margin-top: 190px !important;
  }

  .tif-mt-xl-195 {
    margin-top: 195px !important;
  }

  .tif-mt-xl-200 {
    margin-top: 200px !important;
  }

  .tif-mt-xl-205 {
    margin-top: 205px !important;
  }

  .tif-mt-xl-210 {
    margin-top: 210px !important;
  }

  .tif-mt-xl-215 {
    margin-top: 215px !important;
  }

  .tif-mt-xl-220 {
    margin-top: 220px !important;
  }

  .tif-mb-xl-0 {
    margin-bottom: 0px !important;
  }

  .tif-mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .tif-mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .tif-mb-xl-15 {
    margin-bottom: 15px !important;
  }

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

  .tif-mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .tif-mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .tif-mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .tif-mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .tif-mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .tif-mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .tif-mb-xl-55 {
    margin-bottom: 55px !important;
  }

  .tif-mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .tif-mb-xl-65 {
    margin-bottom: 65px !important;
  }

  .tif-mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .tif-mb-xl-75 {
    margin-bottom: 75px !important;
  }

  .tif-mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .tif-mb-xl-85 {
    margin-bottom: 85px !important;
  }

  .tif-mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .tif-mb-xl-95 {
    margin-bottom: 95px !important;
  }

  .tif-mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .tif-mb-xl-105 {
    margin-bottom: 105px !important;
  }

  .tif-mb-xl-110 {
    margin-bottom: 110px !important;
  }

  .tif-mb-xl-115 {
    margin-bottom: 115px !important;
  }

  .tif-mb-xl-120 {
    margin-bottom: 120px !important;
  }

  .tif-mb-xl-125 {
    margin-bottom: 125px !important;
  }

  .tif-mb-xl-130 {
    margin-bottom: 130px !important;
  }

  .tif-mb-xl-135 {
    margin-bottom: 135px !important;
  }

  .tif-mb-xl-140 {
    margin-bottom: 140px !important;
  }

  .tif-mb-xl-145 {
    margin-bottom: 145px !important;
  }

  .tif-mb-xl-150 {
    margin-bottom: 150px !important;
  }

  .tif-mb-xl-155 {
    margin-bottom: 155px !important;
  }

  .tif-mb-xl-160 {
    margin-bottom: 160px !important;
  }

  .tif-mb-xl-165 {
    margin-bottom: 165px !important;
  }

  .tif-mb-xl-170 {
    margin-bottom: 170px !important;
  }

  .tif-mb-xl-175 {
    margin-bottom: 175px !important;
  }

  .tif-mb-xl-180 {
    margin-bottom: 180px !important;
  }

  .tif-mb-xl-185 {
    margin-bottom: 185px !important;
  }

  .tif-mb-xl-190 {
    margin-bottom: 190px !important;
  }

  .tif-mb-xl-195 {
    margin-bottom: 195px !important;
  }

  .tif-mb-xl-200 {
    margin-bottom: 200px !important;
  }

  .tif-mb-xl-205 {
    margin-bottom: 205px !important;
  }

  .tif-mb-xl-210 {
    margin-bottom: 210px !important;
  }

  .tif-mb-xl-215 {
    margin-bottom: 215px !important;
  }

  .tif-mb-xl-220 {
    margin-bottom: 220px !important;
  }
}
.module-wrapper .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.app-h1 {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 3.125rem;
}

.app-h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.625rem;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-12, .tif-tag {
  font-size: 0.75rem !important;
}

.tif-bg-image, #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tif-animate {
  transition: all 0.3s ease;
}

.tif-shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.tif-card-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.tif-img-cover {
  object-fit: cover;
}

.embed-responsive {
  --tif-aspect-ratio: 56.25%;
}
.embed-responsive::before {
  padding-top: var(--tif-aspect-ratio);
}

.tif-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tif-border-radius {
  border-radius: 10px;
}

.tif-border-radius-6 {
  border-radius: 6px;
}

[data-layout] {
  background: green;
}

.tif-tag {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #98A9B3;
}

.tif-color-alpha {
  color: #24439C;
}

.tif-color-bravo {
  color: #00AB79;
}

.tif-color-charlie {
  color: #383C3A;
}

.tif-color-delta {
  color: #F7F8F9;
}

.tif-color-echo {
  color: #D8DFE3;
}

.tif-color-foxtrot {
  color: #98A9B3;
}

.tif-color-golf {
  color: #773696;
}

.tif-color-hotel {
  color: #F1F4F6;
}

.tif-color-india {
  color: #707070;
}

.tif-color-black {
  color: #000;
}

.tif-color-white {
  color: #fff;
}

.tif-color-white * {
  color: #fff !important;
}

.tif-bg-color-alpha {
  background-color: #24439C;
}

.tif-bg-color-bravo {
  background-color: #00AB79;
}

.tif-bg-color-charlie {
  background-color: #383C3A;
}

.tif-bg-color-delta {
  background-color: #F7F8F9;
}

.tif-bg-color-echo {
  background-color: #D8DFE3;
}

.tif-bg-color-foxtrot {
  background-color: #98A9B3;
}

.tif-bg-color-golf {
  background-color: #773696;
}

.tif-bg-color-hotel {
  background-color: #F1F4F6;
}

.tif-bg-color-india {
  background-color: #707070;
}

.tif-bg-color-black {
  background-color: #000;
}

.tif-bg-color-white {
  background-color: #fff;
}

.related-links {
  display: inline-block;
  position: relative;
  background-image: url("../img/link-tag.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.related-links.active {
  background-color: #D0F4FB;
  text-decoration: underline;
}

.module-wrapper .primary-button {
  background-color: #24439C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 9px 45px;
  border: 0;
}
.module-wrapper .primary-button:hover {
  background-color: #1A3173;
}
.module-wrapper.about-template {
  background-color: #fff;
}
.module-wrapper.about-template .about-module-button-text {
  background-color: #24439C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 5px 20px;
  border: 0;
}
.module-wrapper.about-template .about-module-button-text:hover {
  background-color: #1A3173;
}
.module-wrapper.about-template .about-module-image-container .about-module-image {
  width: auto;
  min-height: 233px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  min-width: auto;
  height: 233px;
}
@media (min-width: 768px) {
  .module-wrapper.about-template .about-module-image-container .about-module-image {
    height: 361px;
  }
}

/* APPLICATIONS */
.applications-introduction-module .inner {
  border-bottom: 1px solid #D8DFE3;
}
.applications-introduction-module .inner .btn-read-more, .applications-introduction-module .inner .btn-read-less {
  background-color: unset;
  border: 0;
}
.applications-introduction-module .inner .btn-read-more::before {
  content: url(../img/read-more.svg);
  margin-right: 13px;
}
.applications-introduction-module .inner .btn-read-less::before {
  content: url(../img/read-less.svg);
  margin-right: 13px;
}
.applications-introduction-module .content-module ul, .applications-introduction-module .content-module ol {
  padding-left: 18px;
}
.applications-introduction-module .content-module ul li, .applications-introduction-module .content-module ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.applications-introduction-module .content-module ul li:last-child, .applications-introduction-module .content-module ol li:last-child {
  margin-bottom: 0;
}
.applications-introduction-module .content-module a {
  color: #24439c;
}
.applications-introduction-module .content-module a:hover {
  text-decoration: underline;
}

.applications-repeater-module .inner .application {
  margin-top: 4.0625rem;
  padding-bottom: 3.75rem;
}
.applications-repeater-module .inner .application:not(:last-child) {
  border-bottom: 1px solid #D8DFE3;
}
.applications-repeater-module .inner .application:first-child {
  margin-top: 3.125rem;
}
@media (max-width: 991.98px) {
  .applications-repeater-module .inner .application {
    padding-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
}
.applications-repeater-module .inner .application .application-button-text {
  background-color: #24439C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 5px 20px;
  border: 0;
}
.applications-repeater-module .inner .application .application-button-text:hover {
  background-color: #1A3173;
}
.applications-repeater-module .inner .application .application-title {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 300;
  color: #24439C;
}
.applications-repeater-module .inner .application .brand-image {
  max-height: 62px;
  max-width: 171px;
}
.applications-repeater-module .inner .application .application-image {
  width: 535px;
  height: 361px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  color: #24439C;
}
a:hover {
  text-decoration: underline;
}

.applications-use-cases-v1-module .inner {
  border-bottom: 1px solid #D8DFE3;
}
.applications-use-cases-v1-module .title-wrapper .module-title {
  font-size: 2rem;
  font-weight: 300;
}
.applications-use-cases-v1-module .title-wrapper .module-description {
  font-weight: 400;
}
.applications-use-cases-v1-module .card-wrapper .row.custom {
  margin-left: -20px;
  margin-right: -20px;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container {
  padding: 0 20px;
  margin-bottom: 40px;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper {
  position: relative;
  border: 1px solid #D8DFE3;
  border-radius: 6px;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper .card-body {
  padding: 20px 20px 30px;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper .card-body .usecase-description {
  position: relative;
  z-index: 10;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper .card-footer {
  background-color: unset;
  border: none;
  padding: 0 20px 30px;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper.hover {
  transition: all 0.3s ease;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper.hover .hover-arrow {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translate(-5px, 5px);
  opacity: 0;
  transition: all 0.3s ease;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper:hover.hover {
  background-color: #F7F8F9;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper:hover.hover .card-footer p {
  text-decoration: underline;
}
.applications-use-cases-v1-module .card-wrapper .row.custom .card-container .bg-wrapper:hover.hover .hover-arrow {
  transform: none;
  opacity: 1;
}

.applications-use-cases-v2-module .inner .title-wrapper .module-title {
  font-size: 2rem;
  font-weight: 300;
}
.applications-use-cases-v2-module .inner .title-wrapper .module-description {
  font-weight: 400;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #D8DFE3;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item:first-child {
  padding-top: 0;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item:last-child {
  padding-bottom: 0;
  border: none;
}
@media (min-width: 992px) {
  .applications-use-cases-v2-module .inner .list-wrapper .list-item:last-child {
    margin-bottom: 30px;
  }
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item .image-wrapper .image {
  width: 100%;
  height: 250px;
}
@media (min-width: 992px) {
  .applications-use-cases-v2-module .inner .list-wrapper .list-item .image-wrapper .image {
    width: 310px;
    height: 210px;
  }
}
@media (min-width: 992px) {
  .applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -45px;
    width: 1px;
    height: 210px;
    background-color: #D8DFE3;
  }
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper .content-row .content .btn.btn-blue {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 6px;
  text-transform: none;
  padding: 10px 15px;
  letter-spacing: normal;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper .content-row .content .btn.btn-blue:hover, .applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper .content-row .content .btn.btn-blue:focus {
  text-decoration: none;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper .content-row .content .usecase-description a {
  color: #24439C;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper .content-row .content .usecase-description a:hover {
  text-decoration: underline;
}
.applications-use-cases-v2-module .inner .list-wrapper .list-item .content-wrapper .content-row .logo {
  max-width: 200px;
}

.applications-banner-landing-module {
  position: relative;
}
.applications-banner-landing-module .inner div a {
  font-weight: bold;
  text-decoration: underline;
}
.applications-banner-landing-module .inner .category-pill {
  border-radius: 5px;
  color: #fff;
  background-color: #773696;
  padding: 5px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.applications-banner-landing-module .inner h1 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 300;
}
.applications-banner-landing-module .inner h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}
.applications-banner-landing-module .inner .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.applications-banner-landing-module .background-image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .applications-banner-landing-module .background-image {
    width: 100%;
    min-height: 194px;
    z-index: 99;
  }
}

.applications-selected-products-module .inner .module-title {
  font-size: 2rem;
  font-weight: 300;
  color: #24439C;
}
.applications-selected-products-module .inner .section-wrapper .section:first-child {
  margin-top: 2.5rem;
}
.applications-selected-products-module .inner .section-wrapper .section:not(:first-child) {
  margin-top: 4.375rem;
}
.applications-selected-products-module .inner .section-wrapper .section:last-child {
  margin-bottom: 2.5rem;
}
.applications-selected-products-module .inner .section-wrapper .section .section-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #383C3A;
}

.applications-cta-module .cta-title {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 300;
  color: #24439C;
}
.applications-cta-module .cta-button {
  background-color: #00AB79;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: #fff;
  width: 230px;
  height: 34px;
  border-radius: 6px;
  border: 0;
  transition: all 0.3s ease-in;
}
.applications-cta-module .cta-button:hover {
  background-color: #007855;
  transition: all 0.3s ease-in;
}

/* GLOBAL */
.with-you-footer-module .inner .title-wrapper .module-title {
  font-size: 2.4375rem;
  line-height: 2.625rem;
  font-weight: 300;
  color: #24439C;
  font-family: "Roboto";
}
.with-you-footer-module .inner .title-wrapper .module-description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #383C3A;
  font-family: "Roboto";
  padding: 1.25rem 0rem 1rem;
}
.with-you-footer-module .inner .card {
  height: 100%;
  border-radius: 6px;
}
.with-you-footer-module .inner .card .category-title {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #24439C;
  font-family: "Roboto";
}
.with-you-footer-module .inner .card .category-title:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 65px;
  width: 70%;
  height: 1px;
  background: #D8DFE3;
}
.with-you-footer-module .inner .card .sub-category-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  color: #383C3A;
  font-family: "Roboto";
}
.with-you-footer-module .inner .card .subtle-shadow {
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.05);
}
.with-you-footer-module .btn {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 6px;
  text-transform: none;
  padding: 10px 15px;
  letter-spacing: normal;
  width: 190px;
}

.footer {
  background-color: #fff;
}
.footer .parent-item {
  font-size: 14px;
  line-height: 24px;
  color: #383C3A;
  font-weight: 700;
}
.footer .parent-item:hover {
  text-decoration: none;
}
.footer .ul-children {
  margin-top: 17px;
}
.footer .ul-children .children-item {
  list-style: none;
}
.footer .ul-children .children-item:not(:first-child) {
  margin-top: 13px;
}
.footer .ul-children .children-item a {
  font-size: 14px;
  line-height: 24px;
  color: #383C3A;
  font-weight: 400;
}
.footer .ul-children .children-item a:hover {
  text-decoration: none;
  font-weight: 700;
}
.footer .footer-title {
  color: #24439C;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}
.footer .social-icons .social-item:hover {
  text-decoration: none;
}
.footer .social-icons .social-item:hover i::before {
  color: #383C3A;
}
.footer .social-icons .social-item i::before {
  color: #98A9B3;
}
.footer .border-top, .footer #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .footer td, .footer #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .footer td, .footer #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .footer td:before, .footer #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .footer td:before, .footer .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .footer ul.navbar-nav > li.menu-item.search {
  border-top: 1px solid #D8DFE3 !important;
}
@media (min-width: 992px) {
  .footer .border-top-md {
    border-top: 1px solid #D8DFE3 !important;
  }
}
@media (max-width: 1199.98px) {
  .footer .border-top-sm {
    border-top: 1px solid #D8DFE3 !important;
  }
}
@media (min-width: 992px) {
  .footer .pull-md-right {
    float: right;
  }
}
.footer .textwidget {
  display: flex;
  flex-wrap: wrap;
}
.footer .textwidget .part {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .footer .textwidget .part {
    display: inline;
  }
}
.footer .textwidget .part a {
  color: #383C3A;
}
.footer .textwidget .part:hover a {
  font-weight: 700;
  text-decoration: none;
}
.footer .tif-fs-14 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.contact-form-footer-module .inner {
  color: #fff;
}
.contact-form-footer-module .inner .gform_validation_errors,
.contact-form-footer-module .inner .gform_required_legend,
.contact-form-footer-module .inner .validation_message {
  display: none;
}
.contact-form-footer-module .inner form .gform_body .gfield_required {
  color: #fff;
}
.contact-form-footer-module .inner form .gform_body .gfield_error [aria-invalid=true] {
  border: 4px solid red;
  border-radius: 5px;
}
.contact-form-footer-module .inner form .gform_body .gfield_validation_message {
  display: none;
}
.contact-form-footer-module .inner form .gform_footer {
  text-align: center;
}
.contact-form-footer-module .inner form .gform_footer input[type=submit].gform_button {
  background-color: #fff;
  color: #00AB79;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 2.25rem;
  font-family: "Roboto" !important;
  padding: 10px 95px !important;
  border-radius: 15px !important;
  border: 2px solid #fff;
  margin-top: 50px !important;
}
.contact-form-footer-module .inner form .gform_footer input[type=submit].gform_button:hover {
  color: #fff;
  background-color: #00AB79;
}
.contact-form-footer-module .inner p,
.contact-form-footer-module .inner label {
  color: #fff !important;
}
.contact-form-footer-module .inner input {
  border: 0;
  padding: 15px !important;
}
.contact-form-footer-module .inner label {
  text-align: left !important;
  font-size: 0.75rem !important;
}
.contact-form-footer-module .inner .gfield {
  margin-top: 30px !important;
  text-align: left !important;
}
.contact-form-footer-module .inner .gform_title {
  font-size: 2.4375rem !important;
  font-weight: 300 !important;
  line-height: 2.625rem !important;
  font-family: "Roboto" !important;
  color: #fff !important;
}
.contact-form-footer-module .inner .gform_description {
  color: #fff !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  font-family: "Roboto" !important;
}
.contact-form-footer-module .inner .gform_heading {
  text-align: center !important;
}
.contact-form-footer-module .inner .gfield_description span {
  color: #fff !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400 !important;
  font-family: "Roboto" !important;
}
.contact-form-footer-module .inner input,
.contact-form-footer-module .inner select,
.contact-form-footer-module .inner textarea {
  border-radius: 6px !important;
}
.contact-form-footer-module .inner .gform_body {
  text-align: center !important;
}
.contact-form-footer-module .inner .gfield-choice-input {
  width: 30px !important;
  height: 30px !important;
  border-radius: 4px !important;
  display: inline !important;
  appearance: none;
  background-color: #fff;
  padding: 5px 14px !important;
  border: 2px solid #D8DFE3 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}
.contact-form-footer-module .inner .gfield-choice-input:active,
.contact-form-footer-module .inner .gfield-choice-input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.1);
}
.contact-form-footer-module .inner .gfield-choice-input:checked {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  color: #121314;
}
.contact-form-footer-module .inner .gfield-choice-input:checked:after {
  content: url("../img/checkmark.svg");
  font-size: 16px;
  position: absolute;
  left: 17px;
  color: #24439C;
}
.contact-form-footer-module .inner .ginput_container_checkbox label {
  padding-left: 3em;
  display: block !important;
  margin-top: -30px;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
}
.contact-form-footer-module .inner label {
  display: inline !important;
}
.contact-form-footer-module .inner .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 160px !important;
}

.applications-banner-module {
  position: relative;
}
.applications-banner-module .category-pill {
  border-radius: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
}
.applications-banner-module .background-image {
  width: 33.3%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .applications-banner-module .background-image {
    width: 100%;
    min-height: 196px;
    z-index: 99;
  }
}

.applications-2-cards-module .inner .card {
  border-top: 3px solid #24439C;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left: none;
  border-bottom: none;
  border-right: none;
  height: 100%;
  padding-bottom: 2.1875rem;
}
.applications-2-cards-module .inner .card .card-pill {
  padding: 5px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 14px;
  background-color: #24439C;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
.applications-2-cards-module .inner .card .card-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #383C3A;
}
.applications-2-cards-module .inner .card .card-description {
  font-size: 1rem;
  font-weight: 400;
}
.applications-2-cards-module .inner .card .right-arrow {
  margin-top: 35px;
}
.applications-2-cards-module .inner .card .icon {
  max-width: 43px;
  max-height: 43px;
}
.applications-2-cards-module .inner .card.subtle-shadow {
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.05);
}
.applications-2-cards-module .inner .card::before {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #24439C;
  content: "";
  display: block;
  height: 3px;
  margin-top: -3px;
  width: 0;
}
.applications-2-cards-module .inner .card:hover {
  border-top: 3px solid transparent;
}
.applications-2-cards-module .inner .card:hover::before {
  width: 100%;
}
.applications-2-cards-module .inner .card:hover .right-arrow svg {
  transform: rotateY(180deg) rotate(225deg);
  transition: all ease-in-out 0.2s;
}
.applications-2-cards-module .inner .card:hover.subtle-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.applications-2-cards-module .inner .card:hover .card-description {
  color: #383C3A;
}

.page-navigation.dropdown {
  display: block;
  background-color: #fff;
  max-width: 680px;
  margin: 0 auto;
}
.page-navigation.dropdown .nav-toggle {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: unset;
  line-height: 18px;
  color: #24439C;
  white-space: nowrap;
  padding: 15px 6px 0 9px;
  border: 1px solid #24439C;
  box-shadow: none;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  transition: none;
  text-align: left;
}
.page-navigation.dropdown .nav-toggle:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 9px;
  height: 6px;
  margin: 6px 0 0 auto;
  background-image: url(../img/page-nav-caret.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .page-navigation.dropdown .nav-toggle {
    padding: 15px 30px 0 23px;
  }
}
@media (max-width: 1199.98px) {
  .page-navigation.dropdown .nav-toggle {
    padding: 15px 30px 0 10px;
  }
}
.page-navigation.dropdown .nav-toggle:hover {
  text-decoration: none;
}
.page-navigation.dropdown .nav-menu {
  width: 100%;
  box-shadow: 0px 0px 5px lightgrey;
  clip-path: inset(0px -5px -5px -5px);
  background-color: #fff;
  padding: 10px 0 25px 15px;
  border: 1px solid #24439C;
  border-radius: 4px;
}
.page-navigation.dropdown .nav-menu.show {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  margin-top: -2px;
  border-top: 1px solid #D8DFE3;
}
.page-navigation.dropdown .nav-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: unset;
  line-height: 18px;
  color: #98A9B3;
  padding: 5px 0;
  white-space: normal;
}
.page-navigation.dropdown .nav-menu li a:hover {
  color: unset;
  text-decoration: none;
}
.page-navigation.dropdown.show .nav-toggle {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom: 1px solid #D8DFE3;
  box-shadow: 0px 0px 5px lightgrey;
  background-color: #fff;
}
.page-navigation.dropdown.show .nav-toggle:after {
  transform: rotate(180deg) !important;
}

.tif-megamenu .narrow-large-center {
  max-width: 1440px !important;
}

.tif-megamenu.navmenu-top {
  background-color: #383c3a;
  color: #98a9b3;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  font-family: "Roboto";
  padding-top: 5px;
  padding-bottom: 5px;
}
.tif-megamenu.navmenu-top a {
  color: #98a9b3;
  text-decoration: none;
  margin-left: 30px;
}
.tif-megamenu.navmenu-top a:hover {
  color: #fff;
}

.tif-megamenu.navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #d8dfe3;
}
.tif-megamenu.navbar .navbar-brand {
  margin-right: 0px;
}
@media (max-width: 1199.98px) {
  .tif-megamenu.navbar > .container,
.tif-megamenu.navbar .navbar > .container-fluid {
    display: unset;
    justify-content: unset;
  }
}
.tif-megamenu.navbar .border-right, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr .tif-megamenu.navbar td {
  border-right: 1px solid #d8dfe3 !important;
}
.tif-megamenu.navbar .border-top, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .tif-megamenu.navbar td, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .tif-megamenu.navbar td, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .tif-megamenu.navbar td:before, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .tif-megamenu.navbar td:before, .tif-megamenu.navbar .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .tif-megamenu.navbar ul.navbar-nav > li.menu-item.search {
  border-top: 1px solid #d8dfe3 !important;
}
.tif-megamenu.navbar .border-left, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .tif-megamenu.navbar td:first-child, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .tif-megamenu.navbar td:first-child, .tif-megamenu.navbar #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child td:first-child, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:last-child .tif-megamenu.navbar td:first-child {
  border-left: 1px solid #d8dfe3 !important;
}

.tif-megamenu.navbar-light {
  font-size: 16px;
  color: #383c3a !important;
  line-height: 16px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .tif-megamenu.navbar-light {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tif-megamenu.navbar-light .menu-cart {
  content: url("../img/menu-cart.svg");
  height: 15px;
  width: 17px;
  margin-left: 25px;
}
.tif-megamenu.navbar-light .navbar-nav li .nav-link {
  padding-top: 42px;
  padding-bottom: 37px;
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #383c3a !important;
}
.tif-megamenu.navbar-light .navbar-nav li .nav-link:focus:after {
  content: "";
  height: 2px;
  background-color: #24439c;
  display: block;
  width: 100%;
  top: 37px;
  position: relative;
  z-index: 9999;
}
.tif-megamenu.navbar-light .navbar-nav li .nav-link:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #24439c;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  position: relative;
  top: 37px;
  margin-left: 0 !important;
  border: 0 !important;
  z-index: 9999;
}
.tif-megamenu.navbar-light .navbar-nav li .nav-link:hover:after {
  width: 100%;
  display: block;
}
.tif-megamenu.navbar-light .navbar-nav li .nav-link.blue-underline:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #24439c;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  top: 37px;
  margin-left: 0 !important;
  border: 0 !important;
  z-index: 9999;
}
.tif-megamenu.navbar-light .navbar-nav li #myaccountMenu {
  cursor: pointer;
}
.tif-megamenu.navbar-light .navbar-nav li.wc-menu-cart a {
  text-decoration: none;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.tif-megamenu.navbar-light .navbar-nav li.wc-menu-cart a .cart-count {
  margin-left: 5px;
  color: #383c3a;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.tif-megamenu.navbar-light .navbar-nav li.li-search {
  margin-left: 25px;
}
.tif-megamenu.navbar-light .navbar-nav li.megamenu-li {
  position: static;
}
.tif-megamenu.navbar-light .navbar-nav li .search-icon-wrapper {
  background-color: #e89f32;
  border-radius: 50%;
  margin-top: 35px;
}
.tif-megamenu.navbar-light .navbar-nav li .search-icon-wrapper span {
  padding: 8px;
  cursor: pointer;
}
.tif-megamenu.navbar-light .navbar-nav li .search-icon-wrapper img {
  max-width: unset !important;
  position: relative;
  z-index: 9999;
}
.tif-megamenu.navbar-light .navbar-nav li .search-icon-wrapper:hover {
  background-color: #d08617;
}
.tif-megamenu.navbar-light .navbar-nav li .menu-cart {
  content: url("../img/menu-cart.svg");
  height: 15px;
  width: 17px;
  margin-left: 25px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0px;
  margin-top: 3px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .close-megamenu {
  font-size: 12px;
  font-weight: 700;
  color: #d8dfe3;
  vertical-align: middle;
  display: flex;
  margin-bottom: 28px;
  cursor: pointer;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .close-megamenu:before {
  content: url("../img/close-button.svg");
  margin-right: 12px;
  height: 15px;
  width: 15px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .close-megamenu:hover {
  color: #98a9b3;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .close-megamenu:hover:before {
  content: url("../img/close-button-hover.svg");
  margin-right: 12px;
  height: 15px;
  width: 15px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu a {
  color: #383c3a;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu a:active, .tif-megamenu.navbar-light .navbar-nav li .megamenu a:focus, .tif-megamenu.navbar-light .navbar-nav li .megamenu a:hover {
  color: #383c3a;
  text-decoration: none;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu a:active h6, .tif-megamenu.navbar-light .navbar-nav li .megamenu a:focus h6, .tif-megamenu.navbar-light .navbar-nav li .megamenu a:hover h6 {
  color: #383c3a;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #98a9b3;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after h6 {
  margin-left: 20px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after h6:after {
  content: "";
  position: relative;
  width: 16px;
  height: 10px;
  margin-top: 11px;
  margin-right: 28px;
  float: right;
  -webkit-mask: url(../img/megamenu-right-arrow-selected.svg) no-repeat center center;
  mask: url(../img/megamenu-right-arrow-selected.svg) no-repeat center center;
  background-color: #98A9B3;
}
@media (max-width: 1439.98px) {
  .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after h6:after {
    margin-top: 7px;
    margin-right: 15px;
  }
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after p {
  margin-left: 65px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after.active h6, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after:hover h6, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after:focus h6 {
  color: #383c3a;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after.active h6:after, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after:hover h6:after, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after:focus h6:after {
  background-color: #24439C;
}
@media (max-width: 1439.98px) {
  .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after.active h6:after, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after:hover h6:after, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-parent-after:focus h6:after {
    margin-top: 7px;
    margin-right: 15px;
  }
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .e-follow {
  padding-left: 0px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .e-follow h6 {
  margin-left: 20px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .e-follow p {
  margin-left: 65px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children {
  padding-top: 85px !important;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .h6-grandchildren {
  margin-bottom: 22px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children a {
  color: #98a9b3 !important;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children h6 {
  white-space: pre-line;
  color: #98a9b3;
  margin-bottom: 10px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children p {
  white-space: pre-line;
  margin-top: 5px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.megamenu-parent, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.e-follow {
  padding: 0.9375rem 0rem;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.megamenu-parent:first-child, .tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.e-follow:first-child {
  padding-top: 0;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.megamenu-child {
  padding: 0px;
  margin-top: 8px;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.megamenu-child:hover svg path {
  fill: #383C3A;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .dropdown-item.megamenu-child:hover svg circle {
  fill: #383C3A;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .h6-grandchildren {
  color: #383c3a;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .h6-grandchildren:hover {
  color: #24439c;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-children .grandchildren-title {
  font-size: 14px !important;
  font-weight: 400;
  color: #383c3a;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-child:hover h6.grandchildren-title {
  color: #24439C;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-child:hover svg path {
  fill: #383C3A;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-child:hover svg circle {
  fill: #383C3A;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-column {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .megamenu-column::-webkit-scrollbar {
  display: none;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:active,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:hover {
  background-color: unset;
  padding: unset;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item.active,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:focus,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:hover {
  color: #383c3a !important;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item.active svg path,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:focus svg path,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:hover svg path {
  fill: #383C3A;
}
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item.active svg circle,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:focus svg circle,
.tif-megamenu.navbar-light .navbar-nav li .megamenu .dropdown-item:hover svg circle {
  fill: #383C3A;
}
.tif-megamenu.navbar-light .navbar-nav li .mm-icon {
  max-width: 40px;
  max-height: 40px;
}
.tif-megamenu.navbar-light .navbar-nav li .a-account {
  color: #383c3a !important;
  text-decoration: none;
}

.tif-megamenu.dropdown-item:focus,
.tif-megamenu.dropdown-item:hover {
  text-decoration: none;
}

.tif-megamenu.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}

.tif-megamenu.sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: 10px 15px 15px rgba(173, 173, 173, 0.2) !important;
}

.tif-megamenu.navbar-toggler {
  outline: none !important;
}

.tif-megamenu.navbar-tog {
  color: #24439c;
}

.tif-megamenu.tif-mt-10 {
  margin-top: 10px;
}

.tif-megamenu.tif-ml-0 {
  margin-left: 0 !important;
}

.tif-megamenu.tif-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tif-megamenu.tif-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#search_modal {
  z-index: 9001;
}
#search_modal .modal-dialog {
  width: 100% !important;
  max-width: none !important;
  transform: none;
}
#search_modal .modal-dialog .modal-content {
  height: auto !important;
  min-height: 100% !important;
  border: none;
  border-radius: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100vw;
}
#search_modal .modal-dialog .modal-content .modal-body {
  padding: 25px 15px 5px 15px !important;
}
#search_modal .modal-dialog .modal-content .modal-body form {
  max-width: 1200px;
  margin: 0 auto !important;
  opacity: 0;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper {
  position: relative;
  border-bottom: 1px solid #d8dfe3;
  height: 100%;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: "Roboto";
  font-size: 32px !important;
  font-weight: 300;
  line-height: 55px;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  #search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search {
    font-size: 42px;
  }
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::-webkit-input-placeholder {
  color: #98a9b3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search:-moz-placeholder {
  color: #98a9b3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::-moz-placeholder {
  color: #98a9b3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search:-ms-input-placeholder {
  color: #98a9b3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::-ms-placeholder {
  color: #98a9b3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper input#product_search::placeholder {
  color: #98a9b3;
}
#search_modal .modal-dialog .modal-content .modal-body form .search-wrapper .text-underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 0;
  overflow: hidden;
  color: transparent;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  border-top: 3px solid #98a9b3;
  border-radius: 2px;
  min-width: 0px;
  outline: none;
}
@media (min-width: 992px) {
  #search_modal .modal-dialog .modal-content .modal-body form .search-wrapper .text-underline {
    font-size: 42px;
  }
}
#search_modal .modal-dialog .modal-content .modal-body form .submit-wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  background-image: url("../img/search-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 18px 30px;
  right: 65px;
  top: -5px;
}
@media (min-width: 992px) {
  #search_modal .modal-dialog .modal-content .modal-body form .submit-wrapper button {
    padding: 36px 40px;
  }
}
@media (max-width: 991.98px) {
  #search_modal .modal-dialog .modal-content .modal-body form .submit-wrapper button {
    top: 17px;
    right: unset;
  }
}
#search_modal.show .modal-dialog .modal-content .modal-body form {
  opacity: 1;
  transform: scale(1);
}
#search_modal .tif-p-0 {
  padding: 0;
}
#search_modal .tif-m-0 {
  margin: 0;
}
#search_modal .tif-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
#search_modal .tif-pb-20 {
  padding-bottom: 20px;
}
#search_modal .tif-pt-25 {
  padding-top: 25px;
}

.tif-bg-image, #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#nav_modal {
  padding: 0 !important;
  background-color: transparent;
}
#nav_modal .modal-dialog {
  height: 100%;
  max-width: unset;
  background: unset;
  pointer-events: none;
}
#nav_modal .modal-dialog .modal-content {
  height: auto;
  min-height: 100%;
  border: none;
  border-radius: 0;
  background-color: unset;
  pointer-events: none;
}
#nav_modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#nav_modal .modal-dialog .modal-content .modal-body .reset-index {
  position: absolute;
  z-index: 9999;
  top: 15px;
  left: 15px;
}
#nav_modal .modal-dialog .modal-content .modal-body .wcmenucart-contents {
  position: absolute;
  z-index: 9999;
  top: 32px;
  left: -10px;
}
#nav_modal .modal-dialog .modal-content .modal-body .wcmenucart-contents .menu-cart {
  content: url("../img/menu-cart.svg");
  height: 15px;
  width: 17px;
}
#nav_modal .modal-dialog .modal-content .modal-body button.btn-close {
  position: absolute;
  top: 32px;
  right: 30px;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  background-color: transparent;
  background: url("../img/megamenu-close-gray-button.svg") no-repeat center center;
  border: none;
  z-index: 1100;
  pointer-events: all;
  transition: opacity 0.3s ease;
}
#nav_modal .modal-dialog .modal-content .modal-body button.btn-close:hover {
  opacity: 1;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  visibility: hidden;
  width: 100vw;
}
@media (max-width: 1439.98px) {
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper {
    background-color: #fff;
  }
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper.active {
  visibility: visible;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .mobile-login a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383c3a;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .mobile-login a svg {
  margin-right: 10px;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .mobile-login a svg path {
  fill: #383c3a;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu {
  pointer-events: auto;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu ul {
  list-style: none;
  margin: 0;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu ul li {
  margin: 0;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu ul li a img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child {
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1439.98px) {
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child {
    position: absolute;
    top: 0;
    left: 100vw;
    width: 100vw;
    min-height: 100vh;
    overflow-y: scroll;
    transition: transform 0.3s ease;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child.active {
    transform: translateX(-100vw);
  }
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: #fff;
  border-width: 20px 20px 20px 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1439.98px) {
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper {
    border: none;
    background-size: 0;
  }
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul {
  padding-top: 80px;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li a {
  color: #383c3a;
  text-decoration: none;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li.menu-item-has-children::after {
  content: url("../img/megamenu-right-arrow.svg");
  display: flex;
  width: 9px;
  height: 16px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  margin-left: calc(100% - 40px);
  vertical-align: middle;
  margin-top: -10px;
  position: relative;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li.menu-item-has-children:hover:after {
  opacity: 0.5;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li.menu-item-has-children.sub-menu-child::after {
  content: "";
  display: none;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li.menu-item-has-children.sub-menu-child a span::after {
  content: url("../img/megamenu-right-arrow.svg") !important;
  width: 9px;
  height: 16px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  position: absolute;
  right: 0;
  top: 7px;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li.menu-item-has-children.sub-menu-child p.p-children::after {
  content: url("../img/megamenu-right-arrow.svg") !important;
  width: 9px;
  height: 16px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  margin-top: 7px;
  float: right;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper ul li.menu-item-has-children.sub-menu-child:hover:after {
  opacity: 0.5;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li {
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li > a {
  position: relative;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 900;
  padding: 5px 0;
  padding-left: 20px;
  line-height: 24px;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li > a:hover::before {
  opacity: 1;
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.btn-menu a {
  background: blue;
  color: #383c3a;
  font-size: 14px;
  padding: 20px 80px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.05);
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.btn-menu a:hover::before {
  display: none;
}
@media (max-width: 1439.98px) {
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.btn-menu {
    width: 100%;
    text-align: center;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.btn-menu a {
    padding: 20px;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 1439.98px) {
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul {
    background-color: #fff;
    background-image: none;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li {
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.sub-menu-child {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 30px;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.sub-menu-child a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.sub-menu-child p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.mobile-menu-back-wrap {
    background-color: #f7f8f9;
    width: 100vw;
    padding-top: 30px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 30px;
    border-bottom: 1px solid #d8dfe3;
    border-top: 1px solid #d8dfe3;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.mobile-menu-back-wrap .mobile-menu-back {
    position: relative;
    color: #383c3a;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 700;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.mobile-menu-back-wrap .mobile-menu-back::after {
    content: url("../img/megamenu-back-arrow.svg");
    width: 9px;
    height: 6px;
    position: absolute;
    display: block;
    top: 5px;
    left: -20px;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li.mobile-menu-back-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li > a {
    padding-left: 0;
  }
  #nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper > ul > li > a:before {
    display: none;
  }
}
#nav_modal .modal-dialog .modal-content .modal-body .menu-wrapper .menu.menu-child .bg-wrapper.active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
#nav_modal .tif-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
#nav_modal .tif-px-0 {
  padding-left: 0;
  padding-right: 0;
}
#nav_modal .tif-p-35 {
  padding: 35px;
}
#nav_modal .tif-pt-30 {
  padding-top: 30px;
}

.modal {
  z-index: 9000;
}
.modal.slide-left .modal-dialog {
  min-height: 100%;
  margin: 0 auto 0 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.modal.slide-left.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-flow: column;
}
.modal.slide-right .modal-dialog {
  min-height: 100%;
  margin: 0 0 0 auto;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.modal.slide-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-flow: column;
}

.tif-megamenu #mobile_menu_toggle {
  padding: 10px;
  margin-top: 5px;
}
.tif-megamenu #mobile_menu_toggle .hamburger-box {
  width: 16px;
  height: 16px;
}
.tif-megamenu #mobile_menu_toggle .hamburger-box .hamburger-inner,
.tif-megamenu #mobile_menu_toggle .hamburger-box .hamburger-inner::before,
.tif-megamenu #mobile_menu_toggle .hamburger-box .hamburger-inner::after {
  width: 16px;
  height: 2px;
  margin: 0;
}
.tif-megamenu #mobile_menu_toggle .hamburger-box .hamburger-inner {
  top: 0;
}
.tif-megamenu #mobile_menu_toggle .hamburger-box .hamburger-inner::before {
  top: 6px;
}
.tif-megamenu #mobile_menu_toggle .hamburger-box .hamburger-inner::after {
  width: 10px;
  top: 12px;
}
.tif-megamenu #mobile_menu_toggle.is-active .hamburger-box .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.tif-megamenu #mobile_menu_toggle.is-active .hamburger-box .hamburger-inner::after {
  width: 16px;
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.modal#mobile_menu {
  padding: 0 !important;
  z-index: 1010 !important;
}
.modal#mobile_menu .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none;
}
.modal#mobile_menu .modal-dialog .modal-content {
  height: auto !important;
  min-height: 100% !important;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body {
  position: relative;
  overflow: hidden;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper {
  height: 100vh;
  overflow-y: auto;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li:last-child {
  margin-bottom: 0;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li label,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li a:not(.btn) {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #383C3A;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .menu-checkbox {
  cursor: pointer;
  appearance: none;
  border: none;
  border-radius: 0;
  display: block;
  position: relative;
  width: 17px;
  height: 10px;
  -webkit-mask: url(../img/mobile-menu/mobile-menu-arrow.svg) no-repeat center center;
  mask: url(../img/mobile-menu/mobile-menu-arrow.svg) no-repeat center center;
  background-color: #383C3A;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper {
  height: 100vh;
  overflow-y: auto;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .panel-details {
  background-color: #F7F8F9;
  border-bottom: 1px solid #D8DFE3;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .panel-details button#panel-reset {
  display: block;
  position: relative;
  border: none;
  background-color: unset;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #383C3A;
  text-align: left;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .panel-details button#panel-reset::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 20px;
  -webkit-mask: url(../img/mobile-menu/mobile-menu-back-arrow.svg) no-repeat center center;
  mask: url(../img/mobile-menu/mobile-menu-back-arrow.svg) no-repeat center center;
  background-color: #383C3A;
  margin-right: 15px;
  margin-left: -28px;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .panel-details a.landing-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .mobile-menu-template-1 .content-wrapper ul li {
  margin-bottom: 20px;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .mobile-menu-template-1 .content-wrapper ul li label,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .mobile-menu-template-1 .content-wrapper ul li a:not(.btn) {
  flex: unset;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .mobile-menu-template-1 .content-wrapper ul li label p.title,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper .mobile-menu-template-1 .content-wrapper ul li a:not(.btn) p.title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li {
  margin-bottom: 30px;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li:last-child {
  margin-bottom: 0;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li img {
  max-width: 40px;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li label,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul li a:not(.btn) {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #383C3A;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul.last li img {
  display: none;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul.last li label,
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .sub-menu .panel-wrapper ul.last li a:not(.btn) {
  font-size: 16px;
  font-weight: 400;
}
.modal#mobile_menu .modal-dialog .modal-content .modal-body .menu-wrapper ul li .menu-checkbox:checked + .sub-menu {
  right: 0;
}

/* ABOUT PAGES */
.team-bio .team-bio-main-title {
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 42px;
  font-weight: 300;
}
.team-bio .team-bio-name {
  color: #24439C;
  font-weight: 400;
  font-size: 1.5rem;
}
.team-bio .team-bio-title {
  color: #383C3A;
  font-weight: 700;
  font-size: 1rem;
}
.team-bio .team-bio-content p:last-child {
  margin-bottom: 0px;
}

.half-content-block {
  background-color: #fff;
}
.half-content-block .primary-button:hover {
  text-decoration: none;
}
.half-content-block .about-container .about-module .about-module-description, .half-content-block .about-container .about-module .about-module-editor {
  margin: 0;
  margin-bottom: 2.1875rem;
}
.half-content-block .about-container .about-module .about-module-description .date {
  padding-top: 30px;
  font-weight: bold;
}
.half-content-block.default .about-container {
  padding-top: 1.875rem;
}
@media (min-width: 992px) {
  .half-content-block.default .about-container {
    padding-bottom: 4.6875rem;
    padding-top: 4.6875rem;
  }
}
.half-content-block.default .about-container .about-module {
  flex-flow: wrap-reverse;
}
.half-content-block.default .about-container .about-module .about-module-title {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: #24439C;
}
.half-content-block.default .about-container .about-module .about-module-eyebrow {
  font-size: 0.75rem !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #98A9B3;
}
.half-content-block.default hr {
  max-width: 1190px;
  margin: 0 auto;
}
.half-content-block.reversed .about-container {
  padding-top: 1.875rem;
}
@media (min-width: 992px) {
  .half-content-block.reversed .about-container {
    padding-bottom: 4.6875rem;
    padding-top: 4.6875rem;
  }
}
.half-content-block.reversed .about-container .about-module a {
  text-decoration: none;
}
.half-content-block.reversed .about-container .about-module hr {
  max-width: 1190px;
  margin: 0 auto;
  background-color: #D8DFE3;
}
.half-content-block.reversed .about-container .about-module .about-module-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #383C3A;
}
.half-content-block.reversed .border-top, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .half-content-block.reversed td, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .half-content-block.reversed td, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .half-content-block.reversed td:before, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .half-content-block.reversed td:before, .half-content-block.reversed .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .half-content-block.reversed ul.navbar-nav > li.menu-item.search {
  border-top: none !important;
}
.half-content-block.reversed .border-top:before, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .half-content-block.reversed td:before, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .half-content-block.reversed td:before, .half-content-block.reversed .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .half-content-block.reversed ul.navbar-nav > li.menu-item.search:before {
  width: 100%;
  background: linear-gradient(to right, #24439C 50%, #D8DFE3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  height: 1px;
  content: "";
  display: block;
  margin-bottom: 40px;
}
.half-content-block.reversed .border-top:hover:before, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:hover:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .half-content-block.reversed td:hover:before, .half-content-block.reversed #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:hover:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .half-content-block.reversed td:hover:before, .half-content-block.reversed .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:hover:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .half-content-block.reversed ul.navbar-nav > li.menu-item.search:hover:before {
  background-position: left bottom;
}
.half-content-block.alternate .narrow-large-center .row {
  display: block;
}
.half-content-block.alternate .narrow-large-center .row .about-container {
  padding-top: 1.875rem;
}
@media (min-width: 992px) {
  .half-content-block.alternate .narrow-large-center .row .about-container {
    padding-bottom: 4.6875rem;
    padding-top: 4.0625rem;
  }
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module {
  display: flex;
  flex-flow: wrap-reverse;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module .about-module-header {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 300;
  color: #24439C;
  padding-bottom: 4.4375rem;
}
@media (min-width: 992px) {
  .half-content-block.alternate .narrow-large-center .row .about-container .about-module .about-module-header {
    padding-bottom: 6.25rem;
  }
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module .about-module-icon-container {
  width: 40px;
  height: 40px;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module .about-module-icon-container .about-module-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module a {
  text-decoration: none;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module hr {
  background-color: #D8DFE3;
  transition: background-color 0.3s ease-in;
  max-width: 1190px;
  margin: 0 auto;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module .about-module-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #383C3A;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module ul {
  margin-bottom: 2.1875rem;
  padding-left: 15px;
}
.half-content-block.alternate .narrow-large-center .row .about-container .about-module ul li {
  padding: 2px 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #383C3A;
}
.half-content-block.about .about-container a {
  position: relative;
  text-decoration: none;
}
.half-content-block.about .about-container a h6.title {
  transition: color 0.3s ease;
}
.half-content-block.about .about-container a:hover h6.title {
  color: #24439C;
}

.single-banner .single-banner-top {
  background-color: #F7F8F9;
}
.single-banner .single-banner-top .inner .banner-category {
  font-size: 12px;
  font-weight: 700;
  border-top: 1px solid #D8DFE3;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 45px;
  margin-bottom: 40px;
}
.single-banner .single-banner-top .inner .banner-title {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 35px;
}
.single-banner .single-banner-top .inner .banner-author {
  font-size: 16px;
  font-weight: 700;
}
.single-banner .single-banner-bottom {
  background-color: #fff;
}
.single-banner .single-banner-bottom .banner-image {
  margin-top: -200px;
  width: 100%;
  max-width: 950px;
  height: 515px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .single-banner .single-banner-bottom .banner-image {
    margin-top: -100px;
    height: 420px;
  }
}

.single-content .container .inner h1,
.single-content .container .inner h2,
.single-content .container .inner h3,
.single-content .container .inner h4,
.single-content .container .inner h5 {
  margin: 36px 0;
  font-weight: 400;
}
.single-content .container .inner h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.single-content .container .inner blockquote p {
  font-size: 2rem;
  line-height: 2.625rem;
  color: #24439C;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 992px) {
  .single-content .container .inner blockquote p {
    padding: 0rem 1.5625rem;
  }
}
.single-content .container .inner p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.single-content .container .inner .wp-caption {
  width: 100% !important;
}
.single-content .container .inner .wp-caption img {
  width: 100%;
  height: auto;
}
.single-content .container .inner .wp-caption p {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.social-wrapper {
  border-top: 1px solid #D8DFE3;
}
.social-wrapper ul.share-links {
  margin-top: 48px;
}
.social-wrapper ul.share-links li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.social-wrapper ul.share-links li:not(:first-child) {
  margin-left: 36px;
}

#map-area,
.map-area {
  margin: 0 auto;
  background-color: #fff;
}
#map-area #map-canvas,
.map-area #map-canvas {
  min-height: 900px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  #map-area #map-canvas,
.map-area #map-canvas {
    min-height: 700px;
  }
}
#map-area .gm-style img,
.map-area .gm-style img {
  max-width: 100% !important;
}
#map-area .gm-style .title p,
.map-area .gm-style .title p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
#map-area .gm-style .title p.blue,
.map-area .gm-style .title p.blue {
  color: #24439C;
}
#map-area .gm-style .title p.green,
.map-area .gm-style .title p.green {
  color: #00AB79;
}
#map-area .gm-style .title p.purple,
.map-area .gm-style .title p.purple {
  color: #773696;
}
#map-area .gm-style .btn-gray,
.map-area .gm-style .btn-gray {
  background-color: #fff;
  border: 1px solid #D8DFE3;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px 45px;
  letter-spacing: 0;
}
#map-area .gm-style .nav-tabs,
.map-area .gm-style .nav-tabs {
  border-bottom: 0;
}
#map-area .gm-style .nav-link.active,
.map-area .gm-style .nav-link.active {
  display: none;
}
#map-area .gm-style .row,
.map-area .gm-style .row {
  padding-left: 25px;
  padding-right: 25px;
}
#map-area .gm-style .header,
.map-area .gm-style .header {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
#map-area .gm-style .header .title,
.map-area .gm-style .header .title {
  border-bottom: 1px solid #D8DFE3;
  padding-left: 0;
  padding-right: 0;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
#map-area .gm-style .gm-style-iw,
.map-area .gm-style .gm-style-iw {
  padding: 0 !important;
}
#map-area .gm-style-iw-d::-webkit-scrollbar,
.map-area .gm-style-iw-d::-webkit-scrollbar {
  display: none;
}
#map-area .list-items-group .list-item,
.map-area .list-items-group .list-item {
  color: #383C3A;
}
#map-area .list-items-group .list-item:hover,
.map-area .list-items-group .list-item:hover {
  text-decoration: none;
}
#map-area .list-items-group .list-item:hover.blue,
.map-area .list-items-group .list-item:hover.blue {
  color: #24439C;
}
#map-area .list-items-group .list-item:hover.green,
.map-area .list-items-group .list-item:hover.green {
  color: #00AB79;
}
#map-area .list-items-group .list-item:hover.purple,
.map-area .list-items-group .list-item:hover.purple {
  color: #773696;
}
#map-area .list-items-group .list-item.active.blue span,
.map-area .list-items-group .list-item.active.blue span {
  color: #24439C;
}
#map-area .list-items-group .list-item.active.green span,
.map-area .list-items-group .list-item.active.green span {
  color: #00AB79;
}
#map-area .list-items-group .list-item.active.purple span,
.map-area .list-items-group .list-item.active.purple span {
  color: #773696;
}
#map-area .locations,
.map-area .locations {
  height: 900px;
  overflow-y: scroll;
}
@media (max-width: 1199.98px) {
  #map-area .locations,
.map-area .locations {
    height: 700px;
    overflow: hidden;
    width: 50px;
    z-index: 999;
    position: absolute;
    overflow-y: scroll;
    background-color: white;
    transition: all 0.1s;
  }
  #map-area .locations .locations-sidebar-toggle,
.map-area .locations .locations-sidebar-toggle {
    height: 700px;
    margin-left: -10px;
  }
  #map-area .locations .absolute-middle,
.map-area .locations .absolute-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    transition: all 0.1s;
  }
  #map-area .locations.opened,
.map-area .locations.opened {
    width: 90%;
    transition: all 0.1s;
  }
  #map-area .locations.opened .locations-menu,
.map-area .locations.opened .locations-menu {
    display: block;
  }
  #map-area .locations.opened .absolute-middle,
.map-area .locations.opened .absolute-middle {
    transform: translateY(-50%) rotate(180deg);
    left: 10px;
    transition: all 0.1s;
  }
}
#map-area .locations::-webkit-scrollbar,
.map-area .locations::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  #map-area .locations .locations-menu,
.map-area .locations .locations-menu {
    overflow: hidden;
    overflow-y: scroll;
    height: 700px;
    display: none;
  }
}
#map-area .locations .section.styled .header,
.map-area .locations .section.styled .header {
  border-bottom: 1px solid #383C3A !important;
}
#map-area .locations .section.styled .header.blue,
.map-area .locations .section.styled .header.blue {
  color: #24439C;
}
#map-area .locations .section.styled .header.green,
.map-area .locations .section.styled .header.green {
  color: #00AB79;
}
#map-area .locations .section.styled .header.purple,
.map-area .locations .section.styled .header.purple {
  color: #773696;
}
#map-area .locations .section.styled .header .title,
.map-area .locations .section.styled .header .title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
#map-area .locations .section.styled .header .title.blue,
.map-area .locations .section.styled .header .title.blue {
  color: #24439C;
}
#map-area .locations .section.styled .header .title.green,
.map-area .locations .section.styled .header .title.green {
  color: #00AB79;
}
#map-area .locations .section.styled .header .title.purple,
.map-area .locations .section.styled .header .title.purple {
  color: #773696;
}
#map-area .locations .section.styled .content,
.map-area .locations .section.styled .content {
  padding: 0;
}
#map-area .locations .section.styled .content .section a.list-item,
.map-area .locations .section.styled .content .section a.list-item {
  position: relative;
  padding: 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: unset;
  border-bottom: 1px solid #D8DFE3;
  padding-left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 7px;
}
#map-area .locations .section.styled .content .section a.list-item.active,
.map-area .locations .section.styled .content .section a.list-item.active {
  color: #24439C;
}
#map-area .locations .section.styled .content .section a.list-item.active span.column:after,
.map-area .locations .section.styled .content .section a.list-item.active span.column:after {
  color: #24439C;
}
#map-area button.gm-ui-hover-effect,
.map-area button.gm-ui-hover-effect {
  opacity: 1 !important;
}
#map-area button.gm-ui-hover-effect span,
.map-area button.gm-ui-hover-effect span {
  display: none !important;
}
#map-area button.gm-ui-hover-effect:after,
.map-area button.gm-ui-hover-effect:after {
  content: url("../img/map-close.svg");
  top: 22px;
  position: absolute;
  right: 22px;
}
#map-area button.gm-ui-hover-effect img,
.map-area button.gm-ui-hover-effect img {
  display: none !important;
}

.list-content-block {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .list-content-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .list-content-block .tif-pxm-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.list-content-block .card-wrapper .card-container .border-top, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search {
  border-top: none !important;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .list-content-block .card-wrapper .card-container .border-top, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search {
    padding-top: 20px;
  }
}
.list-content-block .card-wrapper .card-container .border-top:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search:before {
  width: 100%;
  background: linear-gradient(to right, #24439C 50%, #D8DFE3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  height: 1px;
  content: "";
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .list-content-block .card-wrapper .card-container .border-top:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:before, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search:before {
    margin-bottom: 40px;
  }
}
.list-content-block .card-wrapper .card-container .border-top:hover:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:hover:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:hover:before, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:hover:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:hover:before, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:hover:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search:hover:before {
  background-position: left bottom;
}
.list-content-block .card-wrapper .card-container .border-top .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:before .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:before .list-content, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search .list-content, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search .list-content {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .list-content-block .card-wrapper .card-container .border-top .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .list-content-block .card-wrapper .card-container td:before .list-content, .list-content-block .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before .list-content, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .list-content-block .card-wrapper .card-container td:before .list-content, .list-content-block .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search .list-content, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .list-content-block .card-wrapper .card-container ul.navbar-nav > li.menu-item.search .list-content {
    margin-bottom: 30px;
  }
}
.list-content-block .card-wrapper .card-container:hover .list-title {
  color: #24439C !important;
}
.list-content-block p.list-title {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.list-content-block p.list-title.bigger {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.list-content-block p.list-tag {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.list-content-block p.list-date {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.list-content-block .list-content p, .list-content-block .list-content li {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.list-content-block .list-content ul {
  padding-left: 18px;
}
@media (min-width: 992px) {
  .list-content-block .list-content ul {
    width: 45%;
    float: left;
  }
  .list-content-block .list-content ul:first-of-type {
    margin-right: 10%;
  }
}
@media (max-width: 1199.98px) {
  .list-content-block .list-content ul {
    margin-bottom: 0px;
  }
}
.list-content-block .list-content ul li {
  line-height: 24px;
}
.list-content-block .list-content ul:only-child {
  width: 90% !important;
}

.icon-text-block .card-container .card-body .block-icon {
  max-width: 40px;
}
.icon-text-block .card-container .card-body .block-title {
  font-size: 1.5rem;
  font-weight: 400;
}
.icon-text-block .card-container .card-body .block-description {
  font-size: 1rem;
  font-weight: 400;
}
.icon-text-block .card-container .card-body .block-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #00AB79;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .information-cards .card-container {
    max-width: 245px;
  }
}
.information-cards .card-container .card-body {
  height: 100%;
  border-radius: 6px;
  padding: 30px 15px !important;
}
.information-cards .card-container .card-body .block-icon {
  max-width: 75px;
}
.information-cards .card-container .card-body .block-title {
  font-size: 1rem;
  font-weight: 700;
}
.information-cards .card-container .card-body .block-description {
  font-size: 1rem;
  font-weight: 400;
}
.information-cards .information-button {
  background-color: #24439C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 7px 32px;
  border: 0;
  text-decoration: none;
}
.information-cards .information-button:hover {
  background-color: #1A3173;
}

.block-grid .inner {
  border-bottom: 1px solid #D8DFE3;
}
.block-grid .title-wrapper .module-tag {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.block-grid .title-wrapper .module-title {
  font-size: 2.8125rem;
  font-weight: 300;
}
.block-grid .title-wrapper .module-description {
  font-size: 1rem;
  font-weight: 400;
}
.block-grid .card-wrapper .row.custom .card-container {
  padding: 0 20px;
}
.block-grid .card-wrapper .row.custom .card-container .bg-wrapper {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.block-grid .card-wrapper .row.custom .card-container .bg-wrapper .card-body {
  padding: 25px 40px 35px 25px;
}
@media (max-width: 991.98px) {
  .block-grid .card-wrapper .row.custom .card-container .bg-wrapper .card-body {
    padding: 25px 40px 50px 15px;
  }
}
.block-grid .card-wrapper .row.custom .card-container .bg-wrapper .card-body .block-title {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #D8DFE3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.block-grid .card-wrapper .row.custom .card-container .bg-wrapper .card-body .block-description {
  font-size: 1rem;
  font-weight: 400;
}

.wysiwyg-block {
  background-color: #F7F8F9;
  padding-top: 3.75rem;
}
.wysiwyg-block .about-container .about-module .wysiwyg-image-container {
  margin-bottom: 60px;
}
.wysiwyg-block .about-container .about-module .wysiwyg-image-container .about-module-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 180px;
  height: 107px;
}
@media (min-width: 768px) {
  .wysiwyg-block .about-container .about-module .wysiwyg-image-container .about-module-image {
    width: 136px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .wysiwyg-block .about-container .about-module .wysiwyg-image-container {
    margin-bottom: 24px;
  }
}
.wysiwyg-block .about-container .about-module .about-module-eyebrow {
  font-size: 0.75rem !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  color: #98a9b3;
}
.wysiwyg-block .about-container .about-module .about-module-title {
  padding: 12px 12px 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 300;
  color: #24439C;
}
.wysiwyg-block .about-container .about-module .about-module-iframe-title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding-top: 12px;
  color: #383C3A;
  margin: 20px 0 39px;
}
.wysiwyg-block .about-container .about-module .about-module-editor {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding-top: 12px;
  color: #383C3A;
  margin-bottom: 54px;
}
.wysiwyg-block .about-container .about-module iframe {
  background-color: #F1F4F6;
  height: 505px;
  width: 100%;
  border: none;
}
@media (min-width: 992px) {
  .wysiwyg-block .about-container .about-module iframe {
    height: 880px;
  }
}
.wysiwyg-block .about-container .about-module .wysiwyg-button {
  margin-bottom: 75px;
}
.wysiwyg-block .about-container .about-module .wysiwyg-button a {
  text-decoration: none;
}
.wysiwyg-block.short {
  padding: 6.6875rem 0rem 6.6875rem;
}
.wysiwyg-block.short .about-container .about-module .about-module-title {
  margin-bottom: 0;
}
.wysiwyg-block.short .about-container .about-module .about-module-editor {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wysiwyg-block.short .about-container .about-module .about-module-editor p {
  margin-bottom: 0;
}
.wysiwyg-block.short .about-container .about-module .wysiwyg-button a {
  text-decoration: none;
}
.wysiwyg-block.short.shorter {
  padding: 4.6875rem 0rem 3.125rem;
}
.wysiwyg-block.short.shorter .about-container .about-module .about-module-title {
  padding-top: 30px;
}
.wysiwyg-block.short.shorter .about-container .about-module .about-module-editor {
  padding: 1.5625rem 2.5rem 0rem !important;
}
.wysiwyg-block.arrow-bg {
  padding-top: 3.125rem;
  position: relative;
}
@media (min-width: 768px) {
  .wysiwyg-block.arrow-bg {
    padding-top: 9rem;
  }
}
.wysiwyg-block.arrow-bg.bg-image {
  margin-top: 3.625rem;
}
@media (min-width: 768px) {
  .wysiwyg-block.arrow-bg.bg-image {
    margin-top: 4.6875rem;
  }
}
.wysiwyg-block.arrow-bg.bg-image::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.wysiwyg-block.arrow-bg::after {
  content: "";
  display: block;
  position: absolute;
  height: 110px;
  width: 100%;
  background: linear-gradient(to bottom right, transparent 50%, #fff 50%) bottom right, linear-gradient(to bottom left, transparent 50%, #fff 50%) bottom left, transparent;
  background-repeat: no-repeat;
  background-size: 70% 30%;
}
@media (min-width: 768px) {
  .wysiwyg-block.arrow-bg::after {
    background-size: 55% 100%;
  }
}
.wysiwyg-block.arrow-bg .about-container .about-module .about-module-eyebrow {
  font-size: 0.75rem !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.wysiwyg-block.arrow-bg .about-container .about-module .about-module-title {
  color: #fff;
  padding-top: 20px;
}
.wysiwyg-block.arrow-bg .about-container .about-module .about-module-editor {
  padding-bottom: 0.625rem;
  color: #fff;
  margin-bottom: 0;
  padding-top: 21px;
}
@media (min-width: 768px) {
  .wysiwyg-block.arrow-bg .about-container .about-module .about-module-editor {
    padding-top: 30px;
  }
}

.timeline-slider {
  background-color: #F7F8F9;
  padding-top: 110px;
  padding-bottom: 54px;
  height: auto;
}
.timeline-slider .about-container .about-module .about-module-title {
  padding: 0 12px 12px;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 300;
  color: #24439C;
}
.timeline-slider .about-container .about-module .about-module-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding-top: 12px;
  color: #383C3A;
  margin-bottom: 65px;
}
.timeline-slider .swiper-container {
  max-width: 100%;
  padding-right: 10px;
}
.timeline-slider .swiper-container .swiper {
  width: 100%;
  padding: 10px;
}
.timeline-slider .swiper-container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  max-width: 290px;
  border: 1px solid #D8DFE3;
  border-radius: 6px;
}
.timeline-slider .swiper-container .swiper .swiper-wrapper .swiper-slide .card-body hr {
  width: 203px;
}
.timeline-slider .swiper-container .swiper .swiper-wrapper .swiper-slide .card-body .card-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #24439C;
  margin-bottom: 0;
  padding: 5px 0 6px;
  width: 200px;
}
.timeline-slider .swiper-container .swiper .swiper-wrapper .swiper-slide .card-body .card-img {
  max-width: 200px;
  max-height: 135px;
}
.timeline-slider .swiper-container .swiper .swiper-wrapper .swiper-slide .card-body .card-description {
  width: 200px;
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #383C3A;
}
.timeline-slider .swiper-container .swiper .swiper-button-next {
  width: 50px;
  background: no-repeat 15px center url("../img/slider-next-arrow.svg") !important;
  display: none;
}
.timeline-slider .swiper-container .swiper .swiper-button-next:after {
  content: "";
}
.timeline-slider .swiper-container .swiper.enable-after .swiper-button-next {
  width: 50px;
  background: no-repeat 15px center url("../img/slider-next-arrow.svg") !important;
  display: block;
}
.timeline-slider .swiper-container .swiper.enable-after .swiper-button-next:after {
  content: "";
}
.timeline-slider .swiper-container .swiper.enable-after:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #F7F8F9 90%);
  width: 15%;
  height: 100%;
}

.testimonial-slider {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 56px 0;
  background: #fff;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding: 90px 0 96px;
  }
}
.testimonial-slider .swiper {
  padding-top: 238px;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper {
    padding-top: initial;
  }
}
.testimonial-slider .swiper .swiper-wrapper {
  transition: all 0.5s ease;
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide {
  width: 80%;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container {
  min-height: 517px;
  background-color: #24439C;
  flex-flow: column;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container {
    min-height: 685px;
    flex-flow: initial;
  }
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy {
  display: block;
  color: #fff;
  padding: 1.875rem 1.5rem 1.875rem 1.375rem;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy {
    margin-top: 3.8125rem;
    padding: 3.4375rem 3.125rem 2.5rem 7.5rem;
    margin-top: initial;
  }
}
@media (min-width: 1440px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy {
    padding: 1.875rem 9.125rem 1.875rem 15.625rem;
  }
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy h3 {
    line-height: 3.125rem;
    font-size: 2.8125rem;
  }
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy .name {
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .copy .title {
  font-weight: 400;
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .image-wrapper {
  display: block;
  position: relative;
  margin: -14.875rem 0rem 0rem 1.375rem;
  width: 281px;
  min-height: 300px;
  box-shadow: 0rem 0rem 1.875rem rgba(0, 0, 0, 0.2);
}
.testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .image-wrapper .image {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .image-wrapper {
    position: absolute;
    top: 50%;
    left: calc(100% - 125px);
    transform: translateY(-50%);
    margin: 0;
    width: 376px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide .content-container .image-wrapper {
    width: 470px;
    height: 500px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .quote {
    margin-left: -0.25rem;
  }
}
.testimonial-slider .swiper-button-next {
  display: block;
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  top: 15%;
  right: 0;
  background-image: url("../img/slider-next-arrow.svg");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  z-index: 2;
  transition: opacity 1s ease-out;
}
@media (min-width: 992px) {
  .testimonial-slider .swiper-button-next {
    top: 48%;
    right: 86px;
  }
}
.testimonial-slider .swiper-button-next:hover {
  opacity: 0.4;
}
.testimonial-slider .swiper-button-next::after {
  display: none;
}

.event-main .about-module-eyebrow {
  font-size: 0.75rem !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  color: #98a9b3;
}
.event-main .about-module-title {
  padding: 0 12px 12px;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 300;
  color: #24439C;
}
.event-main .about-module-editor {
  margin-bottom: 50px;
  color: #383C3A;
  font-size: 16px;
}
.event-main .events-cont {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 35px 20px 30px 45px;
}
@media (max-width: 991.98px) {
  .event-main .events-cont {
    padding: 32px 28px;
  }
}
.event-main .events-cont .events-cont-date {
  color: #24439C;
  font-size: 1.5rem;
}
.event-main .events-cont .events-cont-info {
  font-size: 1rem;
}
.event-main .events-cont .events-cont-btn {
  color: #fff;
  background: #24439C;
  border: 0;
  border-radius: 6px;
  width: 162px;
  height: 34px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
}
.event-main .events-cont .events-cont-btn:hover {
  background-color: #1f3a87;
}
.event-main .events-cont-hide {
  display: none;
}
.event-main .events-cont:hover {
  -webkit-box-shadow: 0px 0px 30px #0000001A;
  -moz-box-shadow: 0px 0px 30px #0000001A;
  box-shadow: 0px 0px 30px #0000001A;
}
.event-main .events-btn-cont {
  text-align: center;
  margin-top: 50px;
}
.event-main .events-btn-cont .events-btn-more {
  width: 162px;
  height: 34px;
  color: #24439C;
  font-size: 0.875rem;
  font-weight: bold;
  border: 1.5px solid #D8DFE3;
  border-radius: 6px;
}

.three-image-boxes {
  overflow: hidden;
  max-width: 1610px;
  padding-bottom: 35px;
}
.three-image-boxes .image {
  height: 361px;
  max-width: 530px;
  background-size: cover;
  background-repeat: no-repeat;
}
.three-image-boxes .image:nth-child(1) {
  transform: translateX(-2%);
  background-position: right;
}
@media (min-width: 1620px) {
  .three-image-boxes .image:nth-child(1) {
    transform: translateX(0%);
  }
}
.three-image-boxes .image:nth-child(2) {
  width: 100%;
  min-width: 530px;
  max-width: unset;
  background-position: center;
}
@media (min-width: 768px) {
  .three-image-boxes .image:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 1620px) {
  .three-image-boxes .image:nth-child(2) {
    margin: 0 5px;
  }
}
.three-image-boxes .image:nth-child(3) {
  transform: translateX(2%);
  background-position: unset;
}
@media (min-width: 1620px) {
  .three-image-boxes .image:nth-child(3) {
    transform: translateX(0%);
  }
}

.newsroom-template .newsroom-featured {
  padding-top: 6.4375rem;
}
@media (min-width: 768px) {
  .newsroom-template .newsroom-featured {
    padding-bottom: 5.3125rem;
  }
}
.newsroom-template .newsroom-featured .featured-content-block .border-top, .newsroom-template .newsroom-featured .featured-content-block #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .newsroom-template .newsroom-featured .featured-content-block td, .newsroom-template .newsroom-featured .featured-content-block #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .newsroom-template .newsroom-featured .featured-content-block td, .newsroom-template .newsroom-featured .featured-content-block #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .newsroom-template .newsroom-featured .featured-content-block td:before, .newsroom-template .newsroom-featured .featured-content-block #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .newsroom-template .newsroom-featured .featured-content-block td:before, .newsroom-template .newsroom-featured .featured-content-block .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .newsroom-template .newsroom-featured .featured-content-block ul.navbar-nav > li.menu-item.search {
  border-top-width: 1px !important;
  position: relative;
}
.newsroom-template .newsroom-featured .featured-content-block .border-top:before, .newsroom-template .newsroom-featured .featured-content-block #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .newsroom-template .newsroom-featured .featured-content-block td:before, .newsroom-template .newsroom-featured .featured-content-block #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .newsroom-template .newsroom-featured .featured-content-block td:before, .newsroom-template .newsroom-featured .featured-content-block .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .newsroom-template .newsroom-featured .featured-content-block ul.navbar-nav > li.menu-item.search:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #24439C;
  transition: all 0.3s ease;
}
.newsroom-template .newsroom-featured .featured-content-block .category {
  margin: 39px 0 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.newsroom-template .newsroom-featured .featured-content-block .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #383C3A;
  margin: 28px 0 0;
}
.newsroom-template .newsroom-featured .featured-content-block .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #383C3A;
  margin: 31px 0 0;
}
.newsroom-template .newsroom-featured .featured-content-block .description .date {
  font-weight: bold;
  margin: 51px 0 0;
}
.newsroom-template .newsroom-featured .featured-content-block:hover .about-module-title {
  color: #24439C !important;
}
.newsroom-template .newsroom-featured .featured-content-block:hover hr {
  background-color: #24439C !important;
  transition: background-color 0.3s ease-in;
}
.newsroom-template .newsroom-featured .featured-content-block:hover .border-top:before, .newsroom-template .newsroom-featured .featured-content-block:hover #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .newsroom-template .newsroom-featured .featured-content-block:hover td:before, .newsroom-template .newsroom-featured .featured-content-block:hover #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .newsroom-template .newsroom-featured .featured-content-block:hover td:before, .newsroom-template .newsroom-featured .featured-content-block:hover .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .newsroom-template .newsroom-featured .featured-content-block:hover ul.navbar-nav > li.menu-item.search:before {
  width: 100%;
}
.newsroom-template .newsroom-featured .about-module-image-container .about-module-image {
  width: 100%;
  min-height: 233px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  min-width: auto;
  height: 235px;
}
@media (min-width: 768px) {
  .newsroom-template .newsroom-featured .about-module-image-container .about-module-image {
    height: 459px;
  }
}
@media (min-width: 1440px) {
  .newsroom-template .newsroom-featured .about-module-image-container .about-module-image {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .newsroom-template .button-container {
    border-top: 1px solid #D8DFE3;
  }
}
.newsroom-template .button-container .ajax-news-button {
  color: #24439C !important;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 8px 47px;
  cursor: pointer;
  border: 1px solid #D8DFE3;
  border-radius: 6px;
}
.newsroom-template .button-container .ajax-news-button:hover {
  border: 1px solid #24439C;
}

a.ajax-news-button.typing-animation {
  border: none !important;
  position: relative;
  color: #fff !important;
  display: none;
}

a.ajax-news-button.typing-animation::after {
  content: url("../img/ajax-load-more.svg");
  position: absolute;
  top: -9px;
  left: 30px;
  height: 50px;
  width: 50px;
  background-color: #fff;
}

.newsroom-footer .inner.blue-divider {
  border-top: 3px solid #24439C;
}
.newsroom-footer .inner .footer-title {
  font-size: 45px;
  line-height: 50px;
  color: #24439C;
  font-weight: 300;
}
.newsroom-footer .inner .footer-text {
  font-size: 16px;
}
.newsroom-footer .inner .footer-text p {
  font-size: 16px;
}

/* HOME PAGE */
@media (max-width: 1199.98px) {
  .home-page-template .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Hero Banner */
.hero-banner-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 650px;
  font-family: "Roboto";
}
.hero-banner-container .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.hero-banner-container .inner-container {
  width: 100%;
  color: #fff;
  height: auto;
}
.hero-banner-container .inner-container_text h1 {
  font-weight: 300;
  font-size: 45px;
}
.hero-banner-container .inner-container_text_tag {
  background: #773696;
  border-radius: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
}
.hero-banner-container .inner-container_search {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  height: 79px;
  display: flex;
}
.hero-banner-container .inner-container_search input {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  transition: 0.4s;
  line-height: 50px;
  width: 100%;
  color: #98A9B3;
}
.hero-banner-container .inner-container_search_mobile {
  display: none;
}
.hero-banner-container .img-container-filter {
  background: rgba(56, 60, 58, 0.4);
  width: 100%;
  height: 100%;
}
.hero-banner-container .inner-container-special {
  position: absolute;
  width: 100%;
  background: rgba(56, 60, 58, 0.4);
  color: #fff;
  bottom: 0;
  font-size: 16px;
}
.hero-banner-container .inner-container-special_desktop_title {
  border-right: 2px solid #00AB79;
  font-weight: bold;
}
.hero-banner-container .inner-container-special_desktop_link a {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .hero-banner-container {
    height: 732px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-container .inner-container-special_desktop_title {
    border-right: none;
  }
  .hero-banner-container .inner-container-special_desktop_title:before {
    content: "";
    position: absolute;
    left: 7.5px;
    bottom: 0;
    height: 1px;
    width: 50px;
    /* or 100px */
    border-bottom: 2px solid #00AB79;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-container {
    height: 742px;
    background-position: right 30% bottom 50%;
  }
  .hero-banner-container .inner-container_search_mobile {
    display: block;
  }
  .hero-banner-container .inner-container_search_desktop {
    display: none;
  }
}

/* Hero Banner End */
.large-slider.ltg {
  background-color: #F7F8F9;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  max-width: 235px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
    max-width: 310px;
    margin-right: 40px;
  }
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 100px;
  }
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper {
  display: block;
  position: relative;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper {
  position: relative;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image {
  position: relative;
  width: 100%;
  height: 330px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image {
    height: 435px;
  }
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 18px;
  height: 18px;
  background-image: url(../img/large-slider-card-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateX(-15px);
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image::after {
    opacity: 0;
  }
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .copy-wrapper {
  margin-top: 20px;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .copy-wrapper h4 {
  font-weight: 400;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover {
  text-decoration: none;
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover .image-wrapper .image::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.large-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover .image-wrapper .image::after {
  opacity: 1;
  transform: translateX(0);
}
.large-slider .inner .slider-wrapper .swiper .swiper-button-next {
  display: none;
  top: calc(50% - 50px);
  right: 125px;
  width: 65px;
  -webkit-mask: url(../img/large-slider-next-arrow.svg) no-repeat center center;
  mask: url(../img/large-slider-next-arrow.svg) no-repeat center center;
  background-color: #fff;
  transition: all 0.3s ease;
}
.large-slider .inner .slider-wrapper .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.large-slider .inner .slider-wrapper .swiper .swiper-button-next:hover {
  background-color: #00AB79;
}
@media (min-width: 768px) {
  .large-slider .inner .slider-wrapper .swiper .swiper-button-next {
    display: block;
  }
}
.large-slider .inner .slider-wrapper .swiper .swiper-button-next::after {
  display: none;
}

.featured-posts .module-tag {
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  color: #383C3A;
}
.featured-posts .module-title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  color: #24439C;
}
.featured-posts .card-wrapper .card-container .border-top, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .featured-posts .card-wrapper .card-container td, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .featured-posts .card-wrapper .card-container td, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .featured-posts .card-wrapper .card-container td:before, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .featured-posts .card-wrapper .card-container td:before, .featured-posts .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .featured-posts .card-wrapper .card-container ul.navbar-nav > li.menu-item.search {
  border-top: none !important;
  padding-top: 20px;
}
.featured-posts .card-wrapper .card-container .border-top:before, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .featured-posts .card-wrapper .card-container td:before, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .featured-posts .card-wrapper .card-container td:before, .featured-posts .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .featured-posts .card-wrapper .card-container ul.navbar-nav > li.menu-item.search:before {
  width: 100%;
  background: linear-gradient(to right, #24439C 50%, #D8DFE3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  height: 1px;
  content: "";
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .featured-posts .card-wrapper .card-container .border-top, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .featured-posts .card-wrapper .card-container td, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .featured-posts .card-wrapper .card-container td, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .featured-posts .card-wrapper .card-container td:before, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .featured-posts .card-wrapper .card-container td:before, .featured-posts .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .featured-posts .card-wrapper .card-container ul.navbar-nav > li.menu-item.search {
    margin-right: 40px;
    padding-top: 30px;
  }
}
.featured-posts .card-wrapper .card-container .border-top:hover:before, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child td:hover:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr:first-child .featured-posts .card-wrapper .card-container td:hover:before, .featured-posts .card-wrapper .card-container #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first td:hover:before, #product-selection-guide .row .entry-content .section .content .material-selection tbody tr.first .featured-posts .card-wrapper .card-container td:hover:before, .featured-posts .card-wrapper .card-container .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse ul.navbar-nav > li.menu-item.search:hover:before, .header-mobile .menuMain.mobile-menu nav.navbar.navbar-default .navbar-collapse .featured-posts .card-wrapper .card-container ul.navbar-nav > li.menu-item.search:hover:before {
  background-position: left bottom;
}
.featured-posts .card-wrapper .card-container:hover .list-title {
  color: #24439C !important;
}
.featured-posts p.list-title {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.featured-posts p.list-title.bigger {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.featured-posts p.list-tag {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.featured-posts p.list-date {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.featured-posts .list-content {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.featured-posts .list-content p,
.featured-posts .list-content li {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.featured-posts .information-button {
  background-color: #24439C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 7px 56px;
  border: 0;
}
.featured-posts .information-button:hover {
  background-color: #1a3173;
  text-decoration: none;
}

.information-block .container {
  width: 100%;
  max-width: 1440px;
}
.information-block .container .information-block-content {
  padding: 75px 0 0;
}
.information-block .container .information-block-content p, .information-block .container .information-block-content h6, .information-block .container .information-block-content a {
  text-decoration: none;
}
.information-block .container .information-block-content .button {
  padding-top: 20px;
}
.information-block .container .information-block-content .button a {
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 20px 61px 20px 28px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("..//img/SVG Icons/gelest-white-arrow-right.svg");
  background-position: 87% 24px;
  background-repeat: no-repeat;
  width: 100%;
  height: 61px;
}
@media (min-width: 992px) {
  .information-block .container .information-block-content .button a {
    max-width: 252px;
    background-position: 87% 24px;
  }
}
.information-block .container .information-block-content .button a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.information-block .container .information-block-content .main-content {
  padding: 0 0 80px;
}
.information-block .container .information-block-content .main-content .eyebrow p {
  font-size: 0.75rem !important;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 6px;
  margin: 0;
}
.information-block .container .information-block-content .main-content .title h6 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 300;
  padding: 0 0 12px;
}
.information-block .container .information-block-content .main-content .copy {
  text-align: left;
}
.information-block .container .information-block-content .main-content .copy .paragraph p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.information-block .container .information-block-content .featured-content {
  padding-bottom: 84px;
}
.information-block .container .information-block-content .featured-content .vertical-tag {
  padding-bottom: 10px;
}
.information-block .container .information-block-content .featured-content .vertical-tag p {
  font-size: 0.75rem !important;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .information-block .container .information-block-content .featured-content .vertical-tag p {
    transform: rotate(180deg);
    position: relative;
    writing-mode: vertical-lr;
  }
}
.information-block .container .information-block-content .featured-content .featured-link {
  padding-top: 20px;
}
.information-block .container .information-block-content .featured-content .featured-link p {
  font-size: 1.5rem !important;
  line-height: 1.875rem;
  padding-right: 10px;
  font-weight: 400;
  margin: 0;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-image-container {
  position: relative;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-image-container .featured-image {
  width: 100%;
  object-fit: cover;
  height: 312px;
}
@media (min-width: 992px) {
  .information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-image-container .featured-image {
    height: 383px;
  }
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-link a {
  text-transform: uppercase;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-link p {
  color: #fff;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0 .contents .featured-link p::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/green-arrow-right.svg") no-repeat bottom right;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0:hover .featured-image-container::after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0:hover .featured-link p {
  color: #fff;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-0:hover .featured-link p::after {
  opacity: 1;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1 .tag {
  font-size: 0.75rem !important;
  line-height: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-top: 59px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .information-block .container .information-block-content .featured-content .featured-wrapper-1 .tag {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1 .contents .featured-image-container {
  position: relative;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1 .contents .featured-image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1 .contents .featured-image-container .featured-image {
  object-fit: cover;
  width: 100%;
  height: 312px;
}
@media (min-width: 992px) {
  .information-block .container .information-block-content .featured-content .featured-wrapper-1 .contents .featured-image-container .featured-image {
    height: 259px;
  }
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1 .contents .featured-link p {
  color: #fff;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1 .contents .featured-link p::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/green-arrow-right.svg") no-repeat bottom right;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1:hover .featured-image-container::after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1:hover .featured-link p {
  color: #fff;
}
.information-block .container .information-block-content .featured-content .featured-wrapper-1:hover .featured-link p::after {
  opacity: 1;
}
.information-block .container .information-block-content .footer-hr {
  border-color: #98A9B3;
}
@media (max-width: 991.98px) {
  .information-block .container .information-block-content .footer-hr {
    transform: rotate(90deg);
    width: 48px;
    margin: 0 auto;
  }
}
.information-block .container .information-block-content .footer-content .title {
  line-height: 1.5rem;
  background-color: #24439C;
  width: 330px;
  text-align: center;
  z-index: 2;
  margin: -28px auto;
}
@media (max-width: 991.98px) {
  .information-block .container .information-block-content .footer-content .title {
    margin: 52px auto 0;
  }
}
.information-block .container .information-block-content .footer-content .title p {
  font-size: 1rem !important;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.information-block .container .information-block-content .icons .icons-container {
  padding: 50px 0 84px;
}
@media (max-width: 991.98px) {
  .information-block .container .information-block-content .icons .icons-container .icon-wrapper {
    height: 178px;
    min-width: initial;
    max-width: 166px;
    margin: 10px;
  }
}
.information-block .container .information-block-content .icons .icons-container .icon-wrapper .image-wrapper .image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.information-block .container .information-block-content .icons .icons-container .icon-wrapper .body a {
  font-size: 1rem !important;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.information-block .container .information-block-content .icons .icons-container .icon-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.information-block .container .information-block-content .icons .icons-container .icon-wrapper:hover:not(.button) a {
  color: #fff;
}
.information-block .container .information-block-content .icons .icons-container .icon-wrapper:hover:not(.button):after {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.information-block .container .information-block-content .icons .icons-container .button {
  padding-top: 0;
}
.information-block .container .information-block-content .icons .icons-container .button a {
  height: 100%;
  padding: 55px 8px 70px;
  background-position: center 125px;
}
.information-block .container .information-block-content .icons .icons-container .button:hover a {
  background-color: rgba(255, 255, 255, 0.2);
}
.information-block .container .information-block-content .button-footer {
  padding-bottom: 84px;
}

.small-slider {
  background-color: #fff;
}
.small-slider .inner .title-wrapper {
  max-width: 290px;
}
.small-slider .inner .title-wrapper .content-wrapper .bg-wrapper {
  border-bottom: 1px solid #D8DFE3;
}
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-prev,
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-next {
  display: block;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 40px;
  height: 20px;
  margin: 0;
  background-color: #00AB79;
  transition: all 0.3s ease;
}
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-prev::after,
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-next::after {
  display: none;
}
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-prev.swiper-button-disabled,
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-prev {
  -webkit-mask: url(../img/slider-small-previous-arrow.svg) no-repeat center center;
  mask: url(../img/slider-small-previous-arrow.svg) no-repeat center center;
  margin-right: 30px;
}
.small-slider .inner .title-wrapper .swiper-control-wrapper .swiper-button-next {
  -webkit-mask: url(../img/slider-small-next-arrow.svg) no-repeat center center;
  mask: url(../img/slider-small-next-arrow.svg) no-repeat center center;
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 145px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
    max-width: 230px;
  }
}
@media (min-width: 992px) {
  .small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide {
    margin-right: 40px;
  }
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image {
  position: relative;
  width: 100%;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image {
    height: 310px;
  }
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 18px;
  height: 18px;
  background-image: url(../img/large-slider-card-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateX(-15px);
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image::after {
    bottom: 40px;
    opacity: 0;
  }
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image .icon {
    opacity: 0;
  }
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image .title {
  position: absolute;
  top: 20px;
  left: 15px;
}
@media (min-width: 992px) {
  .small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper .image-wrapper .image .title {
    top: 35px;
    left: 30px;
  }
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover {
  text-decoration: none;
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover .image-wrapper .image::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover .image-wrapper .image::after {
  opacity: 1;
  transform: translateX(0);
}
.small-slider .inner .slider-wrapper .swiper .swiper-wrapper .swiper-slide a.bg-wrapper:hover .image-wrapper .image .icon {
  opacity: 1;
}

.offset-boxes {
  background-color: #fff;
  background-image: url(../img/offset-boxes-desktop-bg.png);
  background-repeat: no-repeat;
  background-size: 110% 100%;
}
@media (max-width: 991.98px) {
  .offset-boxes {
    background-image: url(../img/offset-boxes-mobile-bg.png);
    background-size: cover;
  }
}
.offset-boxes .module-title {
  font-weight: 300;
  line-height: 50px;
  font-size: 45px;
  color: #24439C;
  max-width: 420px;
}
.offset-boxes .image-link {
  font-weight: 300;
  line-height: 42px;
  font-size: 32px;
  color: #24439C;
  text-decoration: underline solid transparent;
  transition: text-decoration 0.2s ease-in;
}
.offset-boxes .image-link:hover {
  text-decoration: underline solid #24439C;
}
.offset-boxes .wrap .image {
  transition: filter 0.2s ease-in;
}
.offset-boxes .wrap:hover .image {
  filter: brightness(50%);
  transition: filter 0.3s ease-in;
}
@media (min-width: 992px) {
  .offset-boxes .image-2 {
    margin-top: 50px;
    padding: 40px 40px 0px 40px;
  }
}
/* FLEXIBLE PAGES */
.flexible-introduction-module .inner {
  border-bottom: 1px solid #D8DFE3;
}
.flexible-introduction-module .inner .btn-read-more, .flexible-introduction-module .inner .btn-read-less {
  background-color: unset;
  border: 0;
}
.flexible-introduction-module .inner .btn-read-more::before {
  content: url(../img/read-more.svg);
  margin-right: 13px;
}
.flexible-introduction-module .inner .btn-read-less::before {
  content: url(../img/read-less.svg);
  margin-right: 13px;
}
.flexible-introduction-module .content-module ul, .flexible-introduction-module .content-module ol {
  padding-left: 18px;
}
.flexible-introduction-module .content-module ul li, .flexible-introduction-module .content-module ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.flexible-introduction-module .content-module ul li:last-child, .flexible-introduction-module .content-module ol li:last-child {
  margin-bottom: 0;
}
.flexible-introduction-module .content-module a {
  color: #24439c;
}
.flexible-introduction-module .content-module a:hover {
  text-decoration: underline;
}

.flexible-banner-landing-module {
  position: relative;
}
.flexible-banner-landing-module .inner div a {
  font-weight: bold;
  text-decoration: underline;
}
.flexible-banner-landing-module .inner .category-pill {
  border-radius: 5px;
  color: #fff;
  background-color: #773696;
  padding: 5px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.flexible-banner-landing-module .inner h1 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: 300;
}
.flexible-banner-landing-module .inner h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}
.flexible-banner-landing-module .inner .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.flexible-banner-landing-module .background-image {
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .flexible-banner-landing-module .background-image {
    width: 100%;
    min-height: 194px;
    z-index: 99;
  }
}

.flexible-text-block-module .module-title {
  line-height: 42px;
  font-weight: 300;
  font-size: 32px;
  color: #24439C;
}
.flexible-text-block-module .module-text p {
  font-size: 16px;
}

.flexible-image-module .img-fluid.grey-border, .flexible-image-module .single-content .container .inner .wp-caption img.grey-border, .single-content .container .inner .wp-caption .flexible-image-module img.grey-border {
  border: 1px solid #D8DFE3;
}

.flexible-50-block-module .block .block-button-text {
  background-color: #24439C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 5px 20px;
  border: 0;
}
.flexible-50-block-module .block .block-button-text:hover {
  background-color: #1a3173;
}
.flexible-50-block-module .block .block-title {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 300;
  color: #24439C;
}
.flexible-50-block-module .block .block-image {
  max-width: 535px;
  height: 361px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flexible-50-block-module .block .block-image.grey-border {
  border: 1px solid #D8DFE3;
}

.flexible-table-module .table-responsive {
  overflow-y: hidden;
}