@charset "UTF-8";
/*!
 * Newsroom Theme
 * Powered by iPR Software (http://www.iprsoftware.com)
 *
 */ /*! Do not alter CSS file directly - update and compile SCSS */ /*!

/* Custom variables */
/* Rainbow */
/* FONTS */
*:focus {
  outline-style: dashed;
  outline-offset: 4px;
}

/*
  Colors for social button
  version 2016.04.06
*/
/* Vendor plugins */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #2D9AC2;
  --indigo: #6610f2;
  --purple: #7472AF;
  --pink: #B959A4;
  --red: #E1434F;
  --orange: #DF5935;
  --yellow: #B28932;
  --green: #47A472;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #BD483C;
  --secondary: #6c757d;
  --success: #47A472;
  --info: #17a2b8;
  --warning: #B28932;
  --danger: #E1434F;
  --light: #F6F5F0;
  --dark: #465058;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "proxima-nova", sans-serif;
  --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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252B2F;
  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: 10px;
}

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

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

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;
}

dfn {
  font-style: italic;
}

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: #BD483C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #83322a;
  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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

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;
}

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

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-cancel-button,
[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: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.625rem;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(37, 43, 47, 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: 20px;
  font-size: 1.625rem;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 10px;
  line-height: 1;
}

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

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

code {
  font-size: 87.5%;
  color: #B959A4;
  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: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1100px;
  }
}

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

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

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

.col-xl,
.col-xl-auto, .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-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-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, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .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-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%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

.table-hover tbody tr:hover {
  background-color: rgba(37, 43, 47, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(37, 43, 47, 0.075);
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #B5B5B5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dfa09a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 72, 60, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.7rem + 2px);
}
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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.1375rem;
  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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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: 1.1375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.20625rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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.625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.4375rem + 2px);
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(71, 164, 114, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #47A472;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #47A472;
  box-shadow: 0 0 0 0.2rem rgba(71, 164, 114, 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,
.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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #47A472;
}
.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: #47A472;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #98d2b3;
}
.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 {
  background-color: #63bb8c;
}
.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 1px #fff, 0 0 0 0.2rem rgba(71, 164, 114, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #47A472;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(71, 164, 114, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(225, 67, 79, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E1434F;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #E1434F;
  box-shadow: 0 0 0 0.2rem rgba(225, 67, 79, 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,
.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-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E1434F;
}
.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: #E1434F;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f3b1b6;
}
.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 {
  background-color: #e86f78;
}
.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 1px #fff, 0 0 0 0.2rem rgba(225, 67, 79, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E1434F;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(225, 67, 79, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .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 {
    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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  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;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 72, 60, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #BD483C;
  border-color: #BD483C;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a03d33;
  border-color: #963930;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 72, 60, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #BD483C;
  border-color: #BD483C;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #963930;
  border-color: #8d362d;
}
.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(189, 72, 60, 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(108, 117, 125, 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(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #47A472;
  border-color: #47A472;
}
.btn-success:hover {
  color: #fff;
  background-color: #3b895f;
  border-color: #388059;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 164, 114, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #47A472;
  border-color: #47A472;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #388059;
  border-color: #347853;
}
.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(71, 164, 114, 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(23, 162, 184, 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(23, 162, 184, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #B28932;
  border-color: #B28932;
}
.btn-warning:hover {
  color: #fff;
  background-color: #94722a;
  border-color: #8a6a27;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 137, 50, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #B28932;
  border-color: #B28932;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #8a6a27;
  border-color: #806324;
}
.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(178, 137, 50, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #E1434F;
  border-color: #E1434F;
}
.btn-danger:hover {
  color: #fff;
  background-color: #db2331;
  border-color: #d0212e;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 67, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #E1434F;
  border-color: #E1434F;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d0212e;
  border-color: #c51f2c;
}
.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, 67, 79, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F6F5F0;
  border-color: #F6F5F0;
}
.btn-light:hover {
  color: #212529;
  background-color: #e8e5d8;
  border-color: #e3e0d0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 245, 240, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F6F5F0;
  border-color: #F6F5F0;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e3e0d0;
  border-color: #dedac8;
}
.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(246, 245, 240, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #465058;
  border-color: #465058;
}
.btn-dark:hover {
  color: #fff;
  background-color: #353d43;
  border-color: #2f363c;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 80, 88, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #465058;
  border-color: #465058;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f363c;
  border-color: #2a3034;
}
.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(70, 80, 88, 0.5);
}

.btn-outline-primary {
  color: #BD483C;
  background-color: transparent;
  background-image: none;
  border-color: #BD483C;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #BD483C;
  border-color: #BD483C;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 72, 60, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #BD483C;
  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: #BD483C;
  border-color: #BD483C;
}
.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(189, 72, 60, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  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: #47A472;
  background-color: transparent;
  background-image: none;
  border-color: #47A472;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #47A472;
  border-color: #47A472;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 164, 114, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #47A472;
  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: #47A472;
  border-color: #47A472;
}
.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(71, 164, 114, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  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: #B28932;
  background-color: transparent;
  background-image: none;
  border-color: #B28932;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #B28932;
  border-color: #B28932;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 137, 50, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #B28932;
  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: #fff;
  background-color: #B28932;
  border-color: #B28932;
}
.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(178, 137, 50, 0.5);
}

.btn-outline-danger {
  color: #E1434F;
  background-color: transparent;
  background-image: none;
  border-color: #E1434F;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #E1434F;
  border-color: #E1434F;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 67, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E1434F;
  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: #E1434F;
  border-color: #E1434F;
}
.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(225, 67, 79, 0.5);
}

.btn-outline-light {
  color: #F6F5F0;
  background-color: transparent;
  background-image: none;
  border-color: #F6F5F0;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F6F5F0;
  border-color: #F6F5F0;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 245, 240, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F6F5F0;
  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: #F6F5F0;
  border-color: #F6F5F0;
}
.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(246, 245, 240, 0.5);
}

.btn-outline-dark {
  color: #465058;
  background-color: transparent;
  background-image: none;
  border-color: #465058;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #465058;
  border-color: #465058;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 80, 88, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #465058;
  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: #465058;
  border-color: #465058;
}
.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(70, 80, 88, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #BD483C;
  background-color: transparent;
}
.btn-link:hover {
  color: #83322a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.1375rem;
  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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 1.3rem;
  color: #465058;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 43, 47, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-divider {
  height: 0;
  margin: 10px 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: #BD483C;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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 {
  margin-left: 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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(: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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: -1px;
}
.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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  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 + .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: -1px;
}

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

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

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

.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;
  background-color: #BD483C;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 72, 60, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ebc4c0;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: calc(1.5-1rem / 2);
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: calc(1.5-1rem / 2);
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #BD483C;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 {
  background-color: #BD483C;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(189, 72, 60, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(189, 72, 60, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #BD483C;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(189, 72, 60, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.7rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #B5B5B5;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #dfa09a;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(37, 43, 47, 0.075), 0 0 5px rgba(223, 160, 154, 0.5);
}
.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(2.20625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(3.4375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.7rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #dfa09a;
  box-shadow: 0 0 0 0.2rem rgba(189, 72, 60, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #dfa09a;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.7rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.7rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #B5B5B5;
  border-radius: 0 0.25rem 0.25rem 0;
}

.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;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px 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 #dee2e6;
}
.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: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  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: #BD483C;
}

.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: 10px 20px;
}
.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.25625rem;
  padding-bottom: 0.25625rem;
  margin-right: 20px;
  font-size: 1.625rem;
  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.625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@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 .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .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;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.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 .dropdown-menu-right {
  right: 0;
  left: auto;
}
.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-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(37, 43, 47, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(37, 43, 47, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(37, 43, 47, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(37, 43, 47, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(37, 43, 47, 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(37, 43, 47, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(37, 43, 47, 0.5);
  border-color: rgba(37, 43, 47, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37, 43, 47, 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(37, 43, 47, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(37, 43, 47, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(37, 43, 47, 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;charset=utf8,%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: 1px solid rgba(37, 43, 47, 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(37, 43, 47, 0.03);
  border-bottom: 1px solid rgba(37, 43, 47, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

.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::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: -1px;
  line-height: 1.25;
  color: #BD483C;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #83322a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 72, 60, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: #BD483C;
  border-color: #BD483C;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.625rem;
  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: 1.1375rem;
  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;
}
.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: #BD483C;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #963930;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #47A472;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #388059;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #fff;
  background-color: #B28932;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #8a6a27;
}

.badge-danger {
  color: #fff;
  background-color: #E1434F;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d0212e;
}

.badge-light {
  color: #212529;
  background-color: #F6F5F0;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e3e0d0;
}

.badge-dark {
  color: #fff;
  background-color: #465058;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2f363c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .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: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #62251f;
  background-color: #f2dad8;
  border-color: #edccc8;
}
.alert-primary hr {
  border-top-color: #e7bab5;
}
.alert-primary .alert-link {
  color: #3b1613;
}

.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: #25553b;
  background-color: #daede3;
  border-color: #cbe6d8;
}
.alert-success hr {
  border-top-color: #badecb;
}
.alert-success .alert-link {
  color: #163122;
}

.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: #5d471a;
  background-color: #f0e7d6;
  border-color: #e9dec6;
}
.alert-warning hr {
  border-top-color: #e2d3b4;
}
.alert-warning .alert-link {
  color: #35290f;
}

.alert-danger {
  color: #752329;
  background-color: #f9d9dc;
  border-color: #f7cace;
}
.alert-danger hr {
  border-top-color: #f4b4ba;
}
.alert-danger .alert-link {
  color: #4e171b;
}

.alert-light {
  color: #807f7d;
  background-color: #fdfdfc;
  border-color: #fcfcfb;
}
.alert-light hr {
  border-top-color: #f1f1ec;
}
.alert-light .alert-link {
  color: #666564;
}

.alert-dark {
  color: #242a2e;
  background-color: #dadcde;
  border-color: #cbced0;
}
.alert-dark hr {
  border-top-color: #bec1c4;
}
.alert-dark .alert-link {
  color: #0e1011;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #BD483C;
  transition: width 0.6s ease;
}

.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 {
  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 {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #465058;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(37, 43, 47, 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:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #BD483C;
  border-color: #BD483C;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #62251f;
  background-color: #edccc8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #62251f;
  background-color: #e7bab5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #62251f;
  border-color: #62251f;
}

.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: #25553b;
  background-color: #cbe6d8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #25553b;
  background-color: #badecb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #25553b;
  border-color: #25553b;
}

.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: #5d471a;
  background-color: #e9dec6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #5d471a;
  background-color: #e2d3b4;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #5d471a;
  border-color: #5d471a;
}

.list-group-item-danger {
  color: #752329;
  background-color: #f7cace;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #752329;
  background-color: #f4b4ba;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #752329;
  border-color: #752329;
}

.list-group-item-light {
  color: #807f7d;
  background-color: #fcfcfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #807f7d;
  background-color: #f1f1ec;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #807f7d;
  border-color: #807f7d;
}

.list-group-item-dark {
  color: #242a2e;
  background-color: #cbced0;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #242a2e;
  background-color: #bec1c4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #242a2e;
  border-color: #242a2e;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 43, 47, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #252B2F;
}
.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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 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: 1px solid #e9ecef;
}
.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: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  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: 1.1375rem;
  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: #252B2F;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "proxima-nova", sans-serif;
  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: 1.1375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 43, 47, 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 + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(37, 43, 47, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  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 + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(37, 43, 47, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  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 + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(37, 43, 47, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  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: 1px 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 + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(37, 43, 47, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  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 {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #963930 !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: #47A472 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #388059 !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: #B28932 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #B5B5B5 !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: #BD483C !important;
}

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

.border-success {
  border-color: #47A472 !important;
}

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

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

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

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

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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 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;
}

.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: 576px) {
  .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;
  }
  .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: 768px) {
  .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;
  }
  .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: 1024px) {
  .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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .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;
  }
}
.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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.mt-3,
.my-3 {
  margin-top: 20px !important;
}

.mr-3,
.mx-3 {
  margin-right: 20px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 20px !important;
}

.ml-3,
.mx-3 {
  margin-left: 20px !important;
}

.m-4 {
  margin: 30px !important;
}

.mt-4,
.my-4 {
  margin-top: 30px !important;
}

.mr-4,
.mx-4 {
  margin-right: 30px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}

.ml-4,
.mx-4 {
  margin-left: 30px !important;
}

.m-5 {
  margin: 60px !important;
}

.mt-5,
.my-5 {
  margin-top: 60px !important;
}

.mr-5,
.mx-5 {
  margin-right: 60px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 60px !important;
}

.ml-5,
.mx-5 {
  margin-left: 60px !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: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

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

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

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

.p-3 {
  padding: 20px !important;
}

.pt-3,
.py-3 {
  padding-top: 20px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 20px !important;
}

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

.p-4 {
  padding: 30px !important;
}

.pt-4,
.py-4 {
  padding-top: 30px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}

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

.p-5 {
  padding: 60px !important;
}

.pt-5,
.py-5 {
  padding-top: 60px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 60px !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 20px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important;
  }
  .m-sm-5 {
    margin: 60px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 60px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 60px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 60px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 20px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important;
  }
  .p-sm-5 {
    padding: 60px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 60px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 60px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 60px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 60px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 20px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important;
  }
  .m-md-5 {
    margin: 60px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 60px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 60px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 60px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 20px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important;
  }
  .p-md-5 {
    padding: 60px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 60px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 60px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 60px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 60px !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: 1024px) {
  .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: 5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 20px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important;
  }
  .m-lg-5 {
    margin: 60px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 60px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 60px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 60px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 20px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important;
  }
  .p-lg-5 {
    padding: 60px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 60px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 60px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 60px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 60px !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: 5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 20px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important;
  }
  .m-xl-5 {
    margin: 60px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 60px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 60px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 60px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 60px !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: 5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 20px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important;
  }
  .p-xl-5 {
    padding: 60px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 60px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 60px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 60px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 60px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .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;
  }
}
.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-normal {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

.text-success {
  color: #47A472 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1px solid #999;
    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: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! lightgallery - v1.6.2 - 2017-10-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


/* Gallery */
.ipr_gallery {
  max-width: 100%;
  width: 700px;
  margin-bottom: 30px;
}
.ipr_gallery .icon-play, .ipr_gallery .icon-pause, .ipr_gallery .icon-fullscreen, .ipr_gallery .icon-play {
  width: 30px;
  height: 30px;
}
.ipr_gallery .icon-tiles {
  width: 32px;
  height: 30px;
}
.ipr_gallery .icon-left, .ipr_gallery .icon-right {
  width: 12px;
  height: 18px;
}
.ipr_gallery * {
  box-sizing: border-box;
}
.ipr_gallery-wrapper {
  position: relative;
}
.ipr_gallery .article-iframe {
  overflow: hidden;
  border-width: 0;
}
.ipr_gallery .bx-wrapper {
  position: relative;
  box-shadow: none;
  margin: 0;
}
@media (min-width: 768px) {
  .ipr_gallery .bx-wrapper .bx-viewport {
    max-height: 100%;
  }
}
.ipr_gallery .bx-controls-direction {
  display: none;
}
.ipr_gallery .bx-controls-direction .bx-prev,
.ipr_gallery .bx-controls-direction .bx-next {
  position: absolute;
  top: 45%;
  height: 32px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-indent: -9999px;
  outline: none;
}
.ipr_gallery .bx-controls-direction .bx-prev {
  left: 0;
}
.ipr_gallery .bx-controls-direction .bx-next {
  right: 0;
}
.ipr_gallery .bx-controls-direction .bx-prev:before,
.ipr_gallery .bx-controls-direction .bx-next:before {
  font-family: "FontAwesome";
  float: left;
  text-indent: 0;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  width: 100%;
}
.ipr_gallery .bx-controls-direction .bx-prev:before {
  content: "\f053";
}
.ipr_gallery .bx-controls-direction .bx-next:before {
  content: "\f054";
}
.ipr_gallery-container {
  text-align: center;
  height: 100%;
}
.ipr_gallery-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
}
.ipr_gallery-controls-item {
  opacity: 0.7;
  text-align: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: 8px;
}
.ipr_gallery-controls-item svg {
  fill: white;
}
.ipr_gallery-controls-item[data-control=fullscreen] {
  left: 14px;
}
.ipr_gallery-controls-item[data-control=play] {
  left: 50%;
  transform: translateX(-50%);
}
.play .ipr_gallery-controls-item[data-control=play] {
  display: none;
}
.ipr_gallery-controls-item[data-control=pause] {
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.play .ipr_gallery-controls-item[data-control=pause] {
  display: block;
}
.ipr_gallery-controls-item[data-control=play], .ipr_gallery-controls-item[data-control=play] {
  display: none;
}
.ipr_gallery-controls-item[data-control=tiles] {
  right: 14px;
  bottom: 6px;
}
.ipr_gallery-controls-item:hover {
  opacity: 1;
}
.ipr_gallery-control-item.control-counter {
  background-color: #000 !important;
  cursor: default;
}
.ipr_gallery-control-item-on, .ipr_gallery-control-item:hover {
  background-color: #333;
}
.ipr_gallery-item {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .ipr_gallery-item {
    height: 100%;
  }
}
.cke_editable .ipr_gallery-item {
  opacity: 1;
  display: none;
}
.cke_editable .ipr_gallery-item:first-child {
  display: block;
}
.ipr_gallery-item.active {
  opacity: 1;
}
.ipr_gallery-item-image {
  position: relative;
}
@media (min-width: 768px) {
  .ipr_gallery-item-image {
    height: 0;
    padding: 0 0 56%;
  }
}
.ipr_gallery-item-image-heightDefinition {
  text-align: center;
}
@media (min-width: 768px) {
  .ipr_gallery-item-image-heightDefinition {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.ipr_gallery-item-image-centerPlace {
  display: inline-block;
  border: 1px white solid;
  height: 100%;
  position: relative;
  vertical-align: bottom;
  min-width: 250px;
  background: rgb(238, 238, 238);
}
.ipr_gallery-item-image-centerPlace img {
  display: inline;
}
@media (min-width: 768px) {
  .ipr_gallery-item-image-centerPlace img {
    height: 100% !important;
    width: auto !important;
  }
}
.ipr_gallery-item-text {
  text-align: left;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
.ipr_gallery-item-text-title {
  padding: 13px 0 10px;
}
.cke_editable .ipr_gallery-item-text-title {
  font-size: 100%;
}
.ipr_gallery-item-text-description {
  font-size: 85%;
  line-height: 1.5;
}
.ipr_gallery-item-text-description p:last-child {
  margin-bottom: 0;
}
.ipr_gallery-directionControl {
  line-height: 32px;
  margin: 0 !important;
  border-top-width: 0;
  padding: 6px 0;
  white-space: nowrap;
  color: white;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.ipr_gallery-directionControl-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.ipr_gallery-directionControl .directionControl-prev,
.ipr_gallery-directionControl .directionControl-next {
  display: inline-block;
  background: #4a4a4a;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ipr_gallery-directionControl .directionControl-prev svg,
.ipr_gallery-directionControl .directionControl-next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #fff;
}
.ipr_gallery-directionControl .directionControl-prev svg {
  transform: translate(-63%, -50%);
}
.ipr_gallery-directionControl .directionControl-next svg {
  transform: translate(-37%, -50%);
}
.ipr_gallery-directionControl .directionControl-counter {
  font-size: 85%;
  color: #fff;
}
.ipr_gallery-showInfo .ipr_gallery-item-text {
  display: block;
}
.ipr_gallery-item-text-description a, .ipr_gallery-item-text-description a:hover, .ipr_gallery-item-text-description a:visited, .ipr_gallery-showInfo .ipr_gallery-item-text a, .ipr_gallery-showInfo .ipr_gallery-item-text a:hover, .ipr_gallery-showInfo .ipr_gallery-item-text a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}
.ipr_gallery-list {
  display: none;
  height: 0;
  padding: 0 0 56%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.ipr_gallery-list-heightDefinition {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: white;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ipr_gallery-list-item {
  flex: 0 0 33.33%;
}
.ipr_gallery-list-item-spacer {
  padding: 15px;
}
.ipr_gallery-list-item img {
  cursor: pointer;
  border: 3px rgba(0, 0, 0, 0) solid;
  max-width: 100%;
}
.ipr_gallery-list-item.active img {
  border-color: #093691;
}
.ipr_gallery-showTales .ipr_gallery-list {
  display: block;
}
.ipr_gallery-contextMenu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 0;
  color: #666;
  border: 1px #999 solid;
}
.ipr_gallery-contextMenu.opened {
  display: block;
}
.ipr_gallery-contextMenu-item a {
  color: #666;
  text-decoration: none !important;
  display: block;
  font-size: 90%;
  padding: 5px 15px;
  cursor: pointer;
}
.ipr_gallery-contextMenu-item a:hover {
  background: #eee;
}
.ipr_gallery:-ms-fullscreen {
  width: 100% !important;
  background: white;
  margin-bottom: 0 !important;
}
.ipr_gallery:-webkit-full-screen {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: white;
}
.ipr_gallery:-moz-full-screen {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: white;
}
.ipr_gallery:full-screen {
  width: 100% !important;
  margin-bottom: 0 !important;
  background: white;
}
:-ms-fullscreen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:-webkit-full-screen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: auto;
  margin: 0 auto;
}
:-moz-full-screen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:full-screen .ipr_gallery-wrapper {
  max-height: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
:-ms-fullscreen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:-webkit-full-screen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:-moz-full-screen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:full-screen .ipr_gallery-bx-wrapper {
  flex: 0 50 100%;
  display: flex;
}
:-ms-fullscreen .ipr_gallery-directionControl {
  flex: 0 50 10%;
}
:-webkit-full-screen .ipr_gallery-directionControl {
  flex: 0 50 10%;
}
:-moz-full-screen .ipr_gallery-directionControl {
  flex: 50 50 0%;
}
:full-screen .ipr_gallery-directionControl {
  flex: 50 50 0%;
}
:-ms-fullscreen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:-webkit-full-screen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:-moz-full-screen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:full-screen .ipr_gallery-bx-viewport {
  height: 100% !important;
}
:-ms-fullscreen .ipr_gallery-container {
  height: 100%;
}
:-webkit-full-screen .ipr_gallery-container {
  height: 100%;
}
:-moz-full-screen .ipr_gallery-container {
  height: 100%;
}
:full-screen .ipr_gallery-container {
  height: 100%;
}
:-ms-fullscreen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:-webkit-full-screen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:-moz-full-screen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:full-screen .ipr_gallery-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:-ms-fullscreen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-webkit-full-screen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-moz-full-screen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
  max-width: 9999px;
}
:full-screen .ipr_gallery-item-img {
  height: 100% !important;
  max-height: 100% !important;
}
:-ms-fullscreen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:-webkit-full-screen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:-moz-full-screen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:full-screen .ipr_gallery-item-text {
  bottom: 60px;
  min-width: 480px;
}
:-ms-fullscreen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
:-webkit-full-screen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
:-moz-full-screen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
:full-screen .ipr_gallery-item-image {
  height: 100%;
  padding: 0;
}
.ipr_gallery :-ms-fullscreen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-webkit-full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-moz-full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :full-screen .bx-prev {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-ms-fullscreen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-webkit-full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-moz-full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :full-screen .bx-next {
  width: 50px !important;
  height: 48px !important;
}
.ipr_gallery :-ms-fullscreen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-webkit-full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-moz-full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :full-screen .bx-prev:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-ms-fullscreen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-webkit-full-screen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :-moz-full-screen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
.ipr_gallery :full-screen .bx-next:before {
  font-size: 32px !important;
  line-height: 50px !important;
}
:-ms-fullscreen .ipr_gallery-control {
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  position: fixed;
}
:-webkit-full-screen .ipr_gallery-control {
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  position: fixed;
}
:-moz-full-screen .ipr_gallery-control {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}
:full-screen .ipr_gallery-control {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}
:-ms-fullscreen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:-webkit-full-screen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:-moz-full-screen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
:full-screen .ipr_gallery-control-item {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}

/*
:-ms-fullscreen .control-fullscreen {
  display: none;
}
:-webkit-full-screen .control-fullscreen {
  display: none;
}
:-moz-full-screen .control-fullscreen {
  display: none;
}
:full-screen .control-fullscreen {
  display: none;
}
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .control-fullscreen {
    display: none;
  }
}
/* Site styles */
img, video {
  max-width: 100%;
  height: auto;
}

audio {
  max-width: 100%;
}

ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

.lightgallery [rel=gallery], .lightgallery a {
  cursor: zoom-in;
}

.bg-shaded {
  background-color: #f8f8f8;
}

.mtop-100 {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .mtop-100 {
    margin-top: 50px;
  }
}

.mbottom-100 {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .mbottom-100 {
    margin-bottom: 50px;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.section-head .item-link {
  text-transform: uppercase;
}

.section {
  padding: 40px 0;
}
.section-heading {
  margin-bottom: 40px;
  text-align: center;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .section-heading {
    font-size: 48px;
  }
}
.section-cta {
  margin-top: 40px;
  text-align: center;
}

.read-more .icon-wrapper {
  margin-left: 10px;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: 100%;
}

#content {
  flex: 1 0 auto;
}

@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.section-title {
  font-size: 30px;
  font-weight: 500;
  font-family: "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 48px;
  }
}

.page-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  width: 100%;
  word-break: break-word;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 30px;
  }
}

.page-subtitle {
  font-size: 25px;
  font-weight: 400;
}

.item-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.44px;
  color: #BD483C;
}
.item-link:hover, .item-link:focus {
  color: #BD483C;
}

.btn {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.behr-btn {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  border-radius: 35px;
  background-color: #BD483C;
  /* background-image: linear-gradient(to top, #f64e3d 0%, #BD483C 100%); */
  padding: 20px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.4px;
  display: inline-block;
}
.behr-btn:hover, .behr-btn:focus {
  color: #fff;
  text-decoration: none;
}
.behr-btn-sm {
  padding: 10px 45px;
  line-height: 30px;
}
.behr-btn-sm img {
  max-height: 30px;
}
.behr-btn-secondary {
  background: #465058;
  color: #fff;
}
.behr-btn-secondary:hover, .behr-btn-secondary:focus {
  color: #fff;
  background: #373E44;
}
.behr-btn-transp {
  background: none;
  border-color: #465058;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  /* z-index: 1; */
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1.1);
}

.breadcrumb-wrapper {
  background-color: #465058;
}
.breadcrumb-wrapper .breadcrumb {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-wrapper .breadcrumb li {
  padding-right: 5px;
  padding-left: 5px;
}
.breadcrumb-wrapper .breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb-wrapper .breadcrumb .divider {
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumb-wrapper.breadcrumb-home-page {
  background-color: transparent;
  margin-bottom: -50px;
  position: relative;
  z-index: 99;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.prPaging {
  margin-bottom: 100px;
  padding-top: 50px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

.prPaging .right {
  float: right;
  color: #006399;
  margin-top: -8px;
}

.prPaging .next.page_nav {
  background: url(../images/icon-long-arrow-right.png) no-repeat;
  background-color: #BD483C;
  background-position: center;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

.prPaging span.active, .prPaging a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.prPaging a {
  color: #465058;
  background-color: #eff0f1;
}

.prPaging span.active {
  color: #fff;
  background-color: #BD483C;
}

.share-links .addthis_toolbox.addthis_32x32_style .at-icon-wrapper {
  background-color: #fff !important;
}
.share-links .addthis_toolbox.addthis_32x32_style .at-icon-wrapper .at-icon.at-icon-print {
  fill: #363434;
}
.share-links .addthis_toolbox.addthis_32x32_style .at-icon-wrapper .at-icon.at-icon-twitter {
  fill: #00c0ff;
}
.share-links .addthis_toolbox.addthis_32x32_style .at-icon-wrapper .at-icon.at-icon-facebook {
  fill: #2143a4;
}
.share-links .addthis_toolbox.addthis_32x32_style .at-icon-wrapper .at-icon.at-icon-pinterest_share {
  fill: #f55646;
}
.share-links .addthis_toolbox.addthis_32x32_style .at-icon-wrapper .at-icon.at-icon-email {
  fill: #ccc;
}
.share-links .addthis_toolbox.addthis_32x32_style li {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
.share-links .addthis_toolbox.addthis_32x32_style li .addthis_button_download img {
  width: 40px;
}
@media (max-width: 1439.98px) {
  .share-links .addthis_toolbox.addthis_32x32_style li .addthis_button_download {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .share-links .addthis_toolbox.addthis_32x32_style li {
    float: none;
  }
}
@media (max-width: 1439.98px) {
  .share-links .addthis_toolbox.addthis_32x32_style {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .share-links.d-none {
    display: none;
  }
}

.aside-block {
  margin-bottom: 40px;
}
.aside-block .widget-title {
  font-size: 22px;
}
.aside-block .widget-title img {
  margin-top: -2px;
}

.pageForm {
  padding: 30px 0;
}

.errors {
  padding: 15px;
  color: #E1434F;
  background: rgba(225, 67, 79, 0.1);
  border: 1px #E1434F solid;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.container-sm {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439.98px) {
  .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-xs {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439.98px) {
  .container-xs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row:has(.column.full) {
  margin-left: 0;
  margin-right: 0;
}

.column.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

header h1, header h2, header h3, header h4, header h5,
header .h1, header .h2, header .h3, header .h4, header .h5,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog .h1,
.blog .h2,
.blog .h3,
.blog .h4,
.blog .h5 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .top-nav {
  display: flex;
  justify-content: space-between !important;
  background-color: #465058;
  padding: 5px 0;
}
.site-header .top-nav .container-fluid {
  display: flex;
  justify-content: space-between;
}
.site-header .top-nav_links {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.site-header .top-nav_links ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0;
}
@media (max-width: 1023.98px) {
  .site-header .top-nav_links ul {
    flex: 1;
    justify-content: center;
  }
}
.site-header .top-nav_links ul li {
  /*
  &:first-child {
    a {
      color: $white;
    }
  }
  */
}
.site-header .top-nav_links ul li a {
  display: block;
  padding: 10px 0;
  color: #a0a2a3;
}
@media (max-width: 1023.98px) {
  .site-header .top-nav_links ul li a {
    padding: 5px;
  }
}
@media (max-width: 1023.98px) {
  .site-header .top-nav_links {
    flex: 1;
  }
}
.site-header .dropdown-language .dropdown-toggle {
  color: #252B2F;
}
.site-header .dropdown-language .dropdown-toggle:hover, .site-header .dropdown-language .dropdown-toggle:focus {
  text-decoration: none;
  color: #BD483C;
}
.site-header .dropdown-language .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.site-header .dropdown-language .dropdown-item {
  padding: 0.5rem 1rem;
}
.site-header .dropdown-language .dropdown-item:hover, .site-header .dropdown-language .dropdown-item:focus {
  background-color: rgba(78, 78, 78, 0.15);
}
.site-header .social-media ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.site-header .social-media ul li {
  list-style-type: none;
}
.site-header .social-media ul li a {
  color: #b6b6b6;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .site-header .social-media {
    display: none;
  }
}
.site-header .main-nav {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.13);
}
.site-header .main-nav .navbar {
  padding: 0;
  justify-content: space-beteeen;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-header .main-nav .navbar {
    height: 90px;
  }
}
.site-header .main-nav .navbar-brand {
  margin: 0;
  padding: 0;
}
.site-header .main-nav .navbar-brand img {
  width: 178px;
  height: auto;
}
@media (min-width: 1024px) {
  .site-header .main-nav .navbar-brand img {
    width: 241px;
  }
}
.site-header .main-nav .navbar .navbar-collapse.collapsing {
  transition: all 0.3s ease-out;
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .navbar .navbar-collapse.collapsing {
    opacity: 0 !important;
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .navbar .navbar-collapse.collapse.show {
    transition: all 0.3s ease-out;
    display: block;
    opacity: 1 !important;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    background-color: #fff;
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .site-header .main-nav .navbar .navbar-collapse {
    height: 100%;
    justify-content: center;
    padding-right: 50px;
  }
}
.site-header .main-nav .navbar .navbar-nav {
  font-family: "alternate-gothic-atf", sans-serif;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .site-header .main-nav .navbar .navbar-nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 1440px) {
  .site-header .main-nav .navbar .navbar-nav {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .navbar .navbar-nav {
    padding: 15px 0;
  }
}
.site-header .main-nav .navbar .navbar-nav .nav-item {
  position: static !important;
}
.site-header .main-nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #252B2F;
  border-radius: 0 !important;
}
.site-header .main-nav .navbar .navbar-nav .nav-item .nav-link:focus {
  box-shadow: none;
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .navbar .navbar-nav .nav-item .nav-link {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-header .main-nav .navbar .navbar-nav .nav-item {
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border-bottom: 1px solid #B5B5B5 !important;
    border-bottom-width: 1px !important;
  }
}
@media (min-width: 1024px) {
  .site-header .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border-top: 5px solid #BD483C;
    border-top-width: 5px !important;
  }
}
.site-header .main-nav .navbar .navbar-nav .nav-item:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item:focus .nav-link {
  background-color: #BD483C;
  color: #fff;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-1:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item-1:focus .nav-link {
  background-color: #E1434F;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-1 .dropdown-menu {
  border-top-color: #E1434F;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-2:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item-2:focus .nav-link {
  background-color: #B28932;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-2 .dropdown-menu {
  border-top-color: #B28932;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-3:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item-3:focus .nav-link {
  background-color: #47A472;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-3 .dropdown-menu {
  border-top-color: #47A472;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-4:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item-4:focus .nav-link {
  background-color: #2D9AC2;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-4 .dropdown-menu {
  border-top-color: #2D9AC2;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-5:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item-5:focus .nav-link {
  background-color: #7472AF;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-5 .dropdown-menu {
  border-top-color: #7472AF;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-6:hover .nav-link, .site-header .main-nav .navbar .navbar-nav .nav-item-6:focus .nav-link {
  background-color: #B959A4;
}
.site-header .main-nav .navbar .navbar-nav .nav-item-6 .dropdown-menu {
  border-top-color: #B959A4;
}
.site-header .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: none;
}
.site-header .main-nav .navbar-light .navbar-toggler {
  border: 0;
  padding: 0;
}
.site-header .main-nav .navbar-light .navbar-toggler-icon {
  background-image: none;
}
.site-header .main-nav .navbar-light .navbar-toggler-icon i {
  font-size: 30px;
  color: #252B2F;
}
.site-header .main-nav .dropdown .nav-link {
  text-align: left;
}
.site-header .main-nav .dropdown .dropdown-menu {
  padding: 15px 0;
  margin: 0;
  border-width: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .dropdown .dropdown-menu {
    padding: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .site-header .main-nav .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
  }
}
.site-header .main-nav .dropdown .dropdown-menu:after {
  content: "";
  display: block;
  clear: both;
}
.site-header .main-nav .dropdown .dropdown-menu .dropdown-item {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.site-header .main-nav .dropdown .dropdown-menu .dropdown-item:hover, .site-header .main-nav .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #F6F5F0;
  color: #252B2F;
}
@media (max-width: 1023.98px) {
  .site-header .main-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 30px;
  }
}
@media (min-width: 1024px) {
  .site-header .main-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 30px;
  }
}
.site-header .main-nav .dropdown .dropdown-menu.show {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .site-header .main-nav .dropdown .dropdown-menu.show {
    top: calc(100% - 22px);
  }
}
.site-header .main-nav .dropdown:hover .dropdown-menu, .site-header .main-nav .dropdown:focus .dropdown-menu {
  border-radius: 0;
  top: calc(100% - 22px);
}
@media (min-width: 1024px) {
  .site-header .main-nav .dropdown:hover .dropdown-menu, .site-header .main-nav .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1439.98px) {
  .site-header .main-nav {
    /*for animation*/
  }
  .site-header .main-nav .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(180deg);
  }
  .site-header .main-nav .dropdown-toggle:after {
    transition: 0.7s;
  }
}
@media (min-width: 1440px) {
  .site-header .main-nav .search-btn-link {
    border-left: 1px solid #B5B5B5;
  }
}
@media (max-width: 1439.98px) {
  .site-header .main-nav .search-box {
    background-color: #465058;
    position: relative;
    width: 100%;
    z-index: 999;
  }
}
@media (min-width: 1440px) {
  .site-header .main-nav .search-box {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .site-header .main-nav .search-box .input-group {
    border: 1px solid #B5B5B5;
    padding: 0 !important;
  }
}
.site-header .main-nav .search-box .input-group-append {
  margin-left: 0;
}
.site-header .main-nav .search-btn {
  cursor: pointer;
  color: #252B2F;
}
@media (min-width: 1024px) {
  .site-header .main-nav .search-btn {
    padding-left: 40px;
  }
}
.site-header .main-nav .search-btn i {
  font-size: 24px;
}
.site-header .main-nav .search-input {
  border-radius: 0 !important;
  height: 48px;
  border: 1px solid #fff;
}
.site-header .main-nav .search-input:focus {
  box-shadow: none;
}
.site-header .main-nav .search-trigger {
  width: 48px;
  height: 48px;
  padding: 10px 15px;
  margin-left: -48px;
  background: #fff;
  color: #252B2F;
  border-radius: 0 !important;
  border: 0;
  background-image: url(../fonts/search-icon-black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 14px;
}
.site-header .main-nav .search-close-trigger {
  background-color: #fff;
  color: #252B2F;
  line-height: 46px;
  font-size: 32px;
  padding: 0 10px;
}
.site-header .main-nav .search-close-trigger i {
  border-right: 1px solid #B5B5B5;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .site-header .subscribe-form.desktop {
    min-width: 320px;
  }
}
@media (min-width: 1440px) {
  .site-header .subscribe-form.desktop {
    min-width: 350px;
  }
}

.subscribe-form .email-input {
  border-top-left-radius: 23px !important;
  border-bottom-left-radius: 23px !important;
}
.subscribe-form .email-input:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
  /*border-color: #ced4da;*/
}
.subscribe-form .form-control::-webkit-input-placeholder {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-form .has-envelope .form-control {
  padding-left: 2.375rem;
}
.subscribe-form .has-envelope .form-control-signup {
  position: absolute;
  z-index: 9;
  display: block;
  width: 2.375rem;
  height: 100%;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.subscribe-form .btn-subsribe {
  background-color: #444f57;
  color: #fff;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}
.subscribe-form .btn-subsribe i {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .subscribe-form {
    margin-top: 15px;
  }
}

.subscribe-form.desktop {
  display: block;
}

.subscribe-form.mobile {
  display: none;
}

@media (max-width: 1023.98px) {
  .subscribe-form.desktop {
    display: none;
  }
  .subscribe-form.mobile {
    display: block;
    margin: 0 -20px;
    padding: 15px 0;
    background: #F6F5F0;
  }
  .subscribe-form.mobile .input-group {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.skip-link {
  color: #fff;
  background-color: #BD483C;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 20px !important;
}
.skip-link:hover, .skip-link:focus {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

.en-us_active .en-us,
.en-ca_active .en-ca,
.fr-ca_active .fr-ca,
.es_active .es,
.zh_active .zh {
  font-weight: bold;
}

.headerBanner {
  background: #014655;
  color: #fff;
}
.headerBanner .container,
.headerBanner .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.headerBanner-link .behr-btn {
  background: none;
  border: 2px #fff solid;
  padding: 5px 25px;
  white-space: nowrap;
}
.headerBanner-link .behr-btn:hover, .headerBanner-link .behr-btn:focus {
  background: #373E44;
}
.headerBanner-text {
  flex: 100 100 100%;
  padding-left: 60px;
  font-size: 18px;
}
.headerBanner-image {
  padding-left: 15px;
}
.headerBanner-image img {
  height: 48px;
}

.hero {
  position: relative;
}
.hero .hero-bxslider-item.textonly {
  background: #8b9ea6;
  opacity: 1;
  height: 40vw;
}
@media (max-width: 767.98px) {
  .hero .hero-bxslider-item.textonly {
    height: 58vw;
  }
}
.hero .hero-image {
  width: 100%;
  height: auto;
  display: block;
}
.hero .hero-image.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .hero .hero-image {
    display: none;
  }
  .hero .hero-image.mobile {
    display: block;
  }
}
.hero-caption {
  position: absolute;
  bottom: 60px;
  color: #fff;
  max-width: 600px;
  z-index: 9;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .hero-caption {
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .hero-caption {
    left: 60px;
  }
}
@media (max-width: 1023.98px) {
  .hero-caption {
    bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-caption {
    left: 50px;
    right: 50px;
  }
}
.hero-caption a:hover, .hero-caption a:focus {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .hero-caption-date {
    font-size: 14px;
  }
}
.hero-caption-text {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-top: 20px;
}
@media (max-width: 1023.98px) {
  .hero-caption-text {
    line-height: 1.3;
    font-size: 32px;
  }
}
@media (max-width: 530px) {
  .hero-caption-text {
    font-size: 18px;
  }
}
.hero .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.hero .bx-wrapper .bx-pager, .hero .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 4px;
  border-radius: 0;
  color: #fff;
  background: #fff;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a:hover, .hero .bx-wrapper .bx-pager.bx-default-pager a.active, .hero .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #BD483C;
}

.bx-wrapper .bx-controls-direction .bx-prev {
  left: 10px;
  width: 32px;
  height: 80px;
  background: url(../images/left_arrow.png) no-repeat;
  background-size: cover;
}

.bx-wrapper .bx-controls-direction .bx-next {
  right: 10px;
  width: 32px;
  height: 80px;
  background: url(../images/right_arrow.png) no-repeat;
  background-size: cover;
}

.bx-wrapper .bx-loading {
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
}

.direct-link {
  background-color: #f8f8f8;
  padding: 40px 0;
}
@media (min-width: 1440px) {
  .direct-link {
    margin-top: 100px;
  }
}
.direct-link-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.direct-link-info li {
  list-style-type: none !important;
}
@media (max-width: 1023.98px) {
  .direct-link-info {
    height: auto;
    margin-bottom: 40px;
  }
}
.direct-link-info .behr-btn {
  background: none;
  border: 2px #465058 solid;
  color: #465058;
}
.direct-link-info .partnership-link {
  background: #465058;
  color: #fff;
  margin-bottom: 20px;
}
.direct-link-info .partnership-link:hover, .direct-link-info .partnership-link:focus {
  background: #373E44;
}
.direct-link-info a {
  width: 70%;
  padding: 15px 20px;
  font-size: 16px;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .direct-link-info a {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .direct-link-info a {
    width: 100%;
  }
}

.contact-block {
  font-weight: 400;
  margin-top: 15px;
}
.contact-block-person-name {
  font-weight: 700;
}
.contact-block p {
  margin-bottom: 5px;
}
.contact-block p a {
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #BD483C;
}
.contact-block p a:hover, .contact-block p a:focus {
  color: #BD483C;
}
.contact-block-title {
  font-weight: 700;
  letter-spacing: -0.36px;
}
.contact-block-title img {
  margin-top: -5px;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .contact-block-title {
    margin-top: 20px;
  }
}

.related-nav-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #BD483C;
}
.related-nav-list li a:hover, .related-nav-list li a:focus {
  color: #BD483C;
}

.footer {
  background-color: #465058;
  color: #fff;
  padding: 40px;
}
@media print {
  .footer {
    display: none;
  }
}
.footer-logo {
  margin: 0 0 20px;
}
.footer-logo img {
  width: 135px;
  height: auto;
}
.footer h2 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 24px;
  margin: 0 0 20px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin: 0 0 20px;
}
.footer-links a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover, .footer-links a:focus {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer-social {
    margin-left: auto;
    margin-right: 20px;
  }
}
.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  grid-gap: 20px;
}
.footer-social a {
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.footer-social a:hover, .footer-social a:focus {
  opacity: 0.75;
}
.footer-copyright {
  font-size: 12px;
}
.footer-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .footer-col {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .footer-col-3 {
    border-left: 1px solid #fff;
    padding-left: 30px;
  }
}
.footer-container {
  max-width: 1200px;
}
.footer *:focus {
  outline-color: #fff;
}

.fa-glassdoor {
  background-image: url(../fonts/glassdoor.svg);
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Component styles */
.instagram {
  margin-top: 50px;
  margin-bottom: 50px;
}
.instagram-title {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .instagram-title {
    font-size: 36px;
  }
}
.instagram-content:not(.owl-carousel) {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.instagram-content:not(.owl-carousel) .instagram-content-wrapper {
  flex: 0 0 20%;
  max-width: 50%;
}
@media (max-width: 1023.98px) {
  .instagram-content:not(.owl-carousel) .instagram-content-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .instagram-content:not(.owl-carousel) .instagram-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.instagram-item {
  background-size: cover !important;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.instagram-item-link {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.instagram-item-link:hover, .instagram-item-link:focus {
  text-decoration: none;
}
.instagram-item-overlay {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
}
@media (max-width: 1439.98px) {
  .instagram-item-overlay {
    font-size: 14px;
  }
}
.instagram-item:hover .instagram-item-link, .instagram-item:focus .instagram-item-link {
  display: block;
  cursor: pointer;
}
.instagram-header {
  margin-bottom: 30px;
}
.instagram-header-link {
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
}
.instagram .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.instagram .owl-nav .owl-prev, .instagram .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  z-index: 100;
}
.instagram .owl-nav .owl-prev i, .instagram .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #BD483C;
}
.instagram .owl-nav .owl-prev {
  left: 15px;
}
.instagram .owl-nav .owl-next {
  right: 15px;
}

.resource-gallery {
  margin-top: 100px;
  margin-bottom: 50px;
}
.resource-gallery .gallery-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .resource-gallery .gallery-title {
    font-size: 30px;
  }
}
.resource-gallery img {
  vertical-align: middle;
  max-width: 100%;
}
.resource-gallery .masonry {
  display: flex;
  width: 100%;
}
.resource-gallery a {
  color: #333;
}
.resource-gallery .masonry--h {
  flex-flow: row wrap;
}
.resource-gallery .masonry--h,
.resource-gallery .masonry--v {
  margin-left: -8px;
  counter-reset: brick;
}
.resource-gallery .masonry-brick {
  overflow: hidden;
  margin: 0 0 8px 8px;
  color: white;
  position: relative;
}
.resource-gallery .content-overlay {
  background: rgba(54, 54, 54, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 9;
  transition: all 0.4s ease-in-out 0s;
}
.resource-gallery .download-content {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 80%;
  left: 50%;
  opacity: 0;
  z-index: 99;
  color: #BD483C;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.resource-gallery .download-content .icon-wrap {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #BD483C;
  color: #fff;
  margin-left: 5px;
  text-align: center;
}
.resource-gallery .download-content .icon-wrap i {
  margin-top: 8px;
  font-size: 20px;
}
.resource-gallery .masonry-brick-item {
  display: block;
  height: 100%;
}
.resource-gallery .masonry-brick-item:hover .content-overlay, .resource-gallery .masonry-brick-item:focus .content-overlay {
  opacity: 1;
}
.resource-gallery .masonry-brick-item:hover .download-content, .resource-gallery .masonry-brick-item:focus .download-content {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.resource-gallery .masonry-brick--h {
  flex: auto;
  min-width: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .resource-gallery {
    /* Horizontal masonry bricks on desktop-sized screen */
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+1) {
    width: 250px;
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+2) {
    width: 325px;
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+3) {
    width: 180px;
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+4) {
    width: 380px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .resource-gallery {
    /* Horizontal masonry bricks on tabled-sized screen */
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+1) {
    width: 200px;
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+2) {
    width: 250px;
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+3) {
    width: 120px;
  }
  .resource-gallery .masonry-brick--h:nth-child(4n+4) {
    width: 280px;
  }
}
.resource-gallery .masonry-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.resource-gallery .d-none {
  display: none;
}

/* Page styles */
.hero-gradient {
  background-image: linear-gradient(90deg, #df5935 0%, #b28932 100%);
  color: #fff;
  padding: 50px 0;
}
.hero-gradient.has-media {
  padding-bottom: 240px;
}
.hero-gradient *:focus {
  outline-color: #fff;
}
@media print {
  .hero-gradient {
    background-image: none;
    color: #252B2F;
  }
}

.topic-about .hero-gradient {
  background-image: linear-gradient(90deg, rgb(225, 67, 79) 0%, rgb(220, 84, 58) 100%);
}

.topic-culture .hero-gradient {
  background-image: linear-gradient(90deg, rgb(215, 54, 66) 0%, rgb(185, 89, 164) 100%);
}

.topic-community .hero-gradient {
  background-image: linear-gradient(90deg, rgb(188, 136, 47) 0%, rgb(120, 160, 68) 100%);
}

.topic-sustainability .hero-gradient {
  background-image: linear-gradient(90deg, rgb(120, 160, 68) 0%, rgb(71, 164, 114) 100%);
}

.topic-diversity .hero-gradient {
  background-image: linear-gradient(90deg, rgb(45, 154, 194) 0%, rgb(116, 114, 175) 100%);
}

.hero-media {
  margin-top: -240px;
}
.hero-media-figure {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.21);
  background-color: #fff;
}
.hero-media-figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1200/675;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-hero-banner {
  position: relative;
}
.article-hero-banner .dropdown-language {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .article-hero-banner .dropdown-language {
    top: 20px;
  }
}
.article-hero-banner .dropdown-language .btn {
  font-size: 16px;
}
.article-hero-banner .dropdown-language .dropdown-item {
  font-size: 16px;
}

.article-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .article-title {
    font-size: 60px;
  }
}

@media (max-width: 1023.98px) {
  .topic-newsroom .article-title {
    text-align: center;
  }
}

.article-headline {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .article-headline {
    font-size: 42px;
  }
}

.article-topic {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .article-topic {
    font-size: 24px;
  }
}
.article-topic a {
  color: #fff;
}
@media print {
  .article-topic a {
    color: #252B2F;
  }
}
.article-topic a:hover, .article-topic a:focus {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.article-subheadline {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .article-subheadline {
    font-size: 30px;
  }
}

.article-meta {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-byline {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .article-byline {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.article-share {
  font-size: 30px;
}
@media (min-width: 768px) {
  .article-share {
    margin-left: auto;
  }
}
@media print {
  .article-share {
    display: none;
  }
}
.article-share a {
  color: #252B2F;
  transition: all 0.3s ease-out;
  display: block;
}
.article-share a:hover, .article-share a:focus {
  transform: translateY(-4px);
}
.article-share-list {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  padding-right: 20px;
  margin: 0;
}

.article-tags {
  display: flex;
  grid-gap: 20px;
}
.article-tags p, .article-tags ul {
  margin: 0;
}
.article-tags ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 40px;
}
.article-tags li {
  white-space: nowrap;
}

.article-content {
  padding-bottom: 60px;
}

.article-topicPage .article-hero {
  margin-bottom: 60px;
}

.article-wrapper .attachments {
  margin: 20px -5px 0;
  /*
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  */
}
.article-wrapper .attachments-item {
  width: 50%;
  padding: 5px;
}
.article-wrapper .attachments-sizer {
  width: 50%;
}
.article-wrapper .contact-block-title {
  margin-top: 20px;
}
.article-wrapper .contact-block-title:first-child {
  margin-top: 0px;
  margin-bottom: 15px;
}

@media print {
  .article-related {
    display: none;
  }
}

.attachments .attachments-sizer {
  width: 50%;
}
.attachments .attachments-item {
  width: 50%;
  padding: 10px;
}

.article-header .page-title {
  color: #465058;
}
.article-header .page-subtitle {
  color: #465058;
  margin-top: 10px;
}
.article-info {
  display: block;
  margin: 1rem 0;
}
.article-img img {
  width: 100%;
}
.article hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.article .share-links .at-svc-facebook svg {
  fill: #3b5998 !important;
}
.article .share-links .at-svc-twitter svg {
  fill: #00aced !important;
}
.article .share-links .at-svc-pinterest_share svg {
  fill: #cb2027 !important;
}
.article .share-links .at-svc-email svg {
  fill: #7f7978 !important;
}

@media (max-width: 767.98px) {
  .press_contacts-related_sites-wrap {
    display: none;
  }
}
.media-wrap {
  display: block;
  margin-bottom: 25px;
}
.media-wrap img {
  width: 100%;
  height: auto;
}
.media-wrap .media-heading {
  margin: 15px 0;
}
.media-wrap .media-heading a {
  color: #465058;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.33px;
}

.attachments-main .attachments-sizer {
  width: 33.333%;
}

.article-slider {
  margin: 30px 0;
  display: flex;
  visibility: hidden;
  transition: all 0.3s linear;
}
.article-slider.owl-loaded {
  display: block;
  visibility: visible;
}
.article-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.article-slider .owl-nav .owl-prev, .article-slider .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  z-index: 100;
}
.article-slider .owl-nav .owl-prev i, .article-slider .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #BD483C;
}
.article-slider .owl-nav .owl-prev.disabled, .article-slider .owl-nav .owl-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.article-slider .owl-nav .owl-prev {
  left: 15px;
}
.article-slider .owl-nav .owl-next {
  right: 15px;
}

.article-body-container ol, .article-body-container ul {
  padding-left: 40px;
}
.article-body-container ul li {
  list-style-type: disc;
}
.article-body-container ul li li {
  list-style-type: circle;
}
.article-body-container ul li li li {
  list-style-type: square;
}
.article-body-container ol li {
  list-style-type: decimal;
}
.article-body-container ol li li {
  list-style-type: lower-alpha;
}
.article-body-container ol li li li {
  list-style-type: lower-roman;
}
.article-body-container li {
  margin: 0 0 10px;
}
.article-body-container li::marker {
  color: #BD483C;
}
.article-body-container blockquote {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .article-body-container blockquote {
    font-size: 24px;
  }
}
.article-body-container h1, .article-body-container h2, .article-body-container h3, .article-body-container h4, .article-body-container h5, .article-body-container h6 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.article-body-container h1 {
  font-size: 42px;
  letter-spacing: 2px;
}
.article-body-container h2 {
  font-size: 30px;
}
.article-body-container h3 {
  font-size: 24px;
}
.article-body-container h4 {
  font-size: 20px;
}
.article-body-container h5 {
  font-size: 18px;
}
.article-body-container h6 {
  font-size: 14px;
}

.textImage {
  max-width: 100%;
}
.textImage img {
  max-width: 100%;
  height: auto;
}
.textImage-left {
  margin: 0 30px 10px 0 !important;
}
.textImage-right {
  margin: 0 0 10px 30px !important;
}
.textImage-center {
  margin: 30px auto !important;
}

.simplebox {
  background-color: #4e4e4e;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .simplebox.align-left {
    float: left;
    margin: 0 30px 10px 0;
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .simplebox.align-right {
    float: right;
    margin: 0 0 10px 30px;
    max-width: 40%;
  }
}
.simplebox.align-center {
  text-align: center;
}

.index-header {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .index-header {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.index-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .index-title {
    font-size: 60px;
  }
}

.index-subheadline {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .index-subheadline {
    font-size: 24px;
  }
}

.index-body {
  position: relative;
}

.index-nav {
  position: sticky;
  top: 68px;
  z-index: 90;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .index-nav {
    top: 90px;
  }
}
@media (min-width: 1024px) {
  .index-nav-mobile {
    display: none;
  }
}
.index-nav .navbar-nav {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #F6F5F0;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
.index-nav .navbar-nav .nav-item {
  text-align: center;
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .nav-item {
    flex: 1;
    position: relative;
  }
}
.index-nav .navbar-nav .nav-link {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1023.98px) {
  .index-nav .navbar-nav .nav-link {
    background-color: #465058;
    color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .nav-link {
    color: #465058;
    opacity: 0.7;
  }
  .index-nav .navbar-nav .nav-link:hover, .index-nav .navbar-nav .nav-link:focus {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .nav-item.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    border-radius: 20px;
    background-color: #BD483C;
    position: absolute;
    top: -24px;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
  }
}
@media (max-width: 1023.98px) {
  .index-nav .navbar-nav .topic-culture .nav-link {
    background-color: #DF5935;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .topic-culture.active:before {
    background-color: #DF5935;
  }
}
@media (max-width: 1023.98px) {
  .index-nav .navbar-nav .topic-community .nav-link {
    background-color: #B28932;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .topic-community.active:before {
    background-color: #B28932;
  }
}
@media (max-width: 1023.98px) {
  .index-nav .navbar-nav .topic-sustainability .nav-link {
    background-color: #47A472;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .topic-sustainability.active:before {
    background-color: #47A472;
  }
}
@media (max-width: 1023.98px) {
  .index-nav .navbar-nav .topic-diversity .nav-link {
    background-color: #7472AF;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .topic-diversity.active:before {
    background-color: #7472AF;
  }
}
@media (max-width: 1023.98px) {
  .index-nav .navbar-nav .topic-all .nav-link {
    background-color: #D73642;
  }
}
@media (min-width: 1024px) {
  .index-nav .navbar-nav .topic-all.active:before {
    background-color: #D73642;
  }
}

@media (max-width: 1023.98px) {
  .index-nav-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
}

.navbar-toggler-topics {
  display: flex;
  align-items: center;
}
.navbar-toggler-topics .navbar-toggler-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.navbar-toggler-topics .navbar-toggler-label {
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
}

.navbar-toggler-topics[aria-expanded=true] {
  display: none;
}

.navbar-toggler-topics.close-btn {
  display: none;
}
.navbar-toggler-topics.close-btn[aria-expanded=true] {
  display: block;
}

.topic-header {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 12px solid #BD483C;
  padding-top: 10px;
}
.topic-header.topic-all {
  border-color: #D73642;
}
.topic-header.topic-culture {
  border-color: #DF5935;
}
.topic-header.topic-community {
  border-color: #B28932;
}
.topic-header.topic-sustainability {
  border-color: #47A472;
}
.topic-header.topic-diversity {
  border-color: #7472AF;
}

.index-cta {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .index-cta {
    padding-bottom: 60px;
  }
}
.index-cta .btn {
  font-size: 18px;
  font-weight: 600;
}

.index-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .index-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.index-item {
  margin-bottom: 30px;
  flex: 0 0 33.33%;
}
@media (max-width: 1023.98px) {
  .index-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .index-item {
    flex: 0 0 100%;
  }
}
.index-item-wrapper {
  padding: 15px;
}
.index-item-image {
  margin: 0 0 15px;
  position: relative;
}
.index-item-type {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  display: inline-block;
  color: #BD483C;
  background-color: #fff;
  text-transform: uppercase;
}
.index-item-title {
  line-height: 20px;
  word-break: break-word;
}
.index-item-title a {
  color: #465058;
  font-size: 18px;
  font-weight: 400;
}
.index-item-date {
  font-size: 14px;
  font-weight: 400;
}
.index.news-index {
  padding-top: 30px;
}

.read-more {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  color: #BD483C;
  margin-top: 20px;
}

.icon-wrapper {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  background-color: #BD483C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.blog-index-bg-image {
  position: absolute;
  top: -130px;
  left: -418px;
  width: 600px;
  z-index: -1;
}
.blog-index .section-head img {
  width: 290px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .blog-index .section-head img {
    width: 190px;
  }
}
.blog-index .index-item {
  flex: 0 0 25%;
}
@media (max-width: 1023.98px) {
  .blog-index .index-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .blog-index .index-item {
    flex: 0 0 100%;
  }
}

.index-slider {
  display: flex;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .index-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.index-slider.owl-loaded {
  display: block;
  visibility: visible;
}
.index-slider .owl-nav {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
.index-slider .owl-nav .owl-prev, .index-slider .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  z-index: 100;
}
.index-slider .owl-nav .owl-prev i, .index-slider .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #BD483C;
}
.index-slider .owl-nav .owl-prev.disabled, .index-slider .owl-nav .owl-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.index-slider .owl-nav .owl-prev {
  left: 0;
}
@media (min-width: 768px) {
  .index-slider .owl-nav .owl-prev {
    left: -15px;
  }
}
.index-slider .owl-nav .owl-next {
  right: 0;
}
@media (min-width: 768px) {
  .index-slider .owl-nav .owl-next {
    right: -15px;
  }
}

.search-form {
  background: #f8f8f8;
  padding: 30px 0;
  width: 100%;
}
.search-form label {
  margin-right: 10px;
  margin-left: 10px;
}
.search-form label:first-child {
  margin-right: 0px;
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  .search-form label:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .search-form label {
    margin-left: 0;
  }
}
.search-form input {
  margin-right: 0px;
  height: 48px;
  border: 1px solid #231f20;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px;
  width: 320px;
}
@media (max-width: 767.98px) {
  .search-form input {
    width: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .search-form input {
    margin-bottom: 15px;
  }
}
.search-form .fa-search {
  font-size: 20px;
}
.search-form button {
  margin-left: -2px;
  height: 48px;
  background-color: #BD483C;
  color: #fff;
  border: 0;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 60px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .search-form button {
    margin-bottom: 15px;
  }
}
.search-form .input-medium {
  border: 1px solid #231f20;
  height: 48px;
  margin: 0 15px;
}
@media (max-width: 1023.98px) {
  .search-form .input-medium {
    margin-bottom: 15px;
    width: 100%;
  }
}
.search-form .form-inline {
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .search-form .form-inline .input-group {
    width: 100%;
  }
  .search-form .form-inline label {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.pg-filter {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1023.98px) {
  .pg-filter {
    display: block;
    width: 100%;
  }
}
.pg-filter label:first-child {
  margin-right: 10px;
}

.mediakit .page-title {
  font-size: 130px;
  font-weight: 700;
  line-height: 132.08px;
  text-align: center;
}
.mediakit .page-title .sub-txt {
  display: inline-block;
  font-size: 50px;
  line-height: 54.06px;
  text-transform: uppercase;
  margin-left: 10px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .mediakit .page-title .sub-txt {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .mediakit .page-title {
    font-size: 78px;
  }
}
.mediakit .page-subtitle {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.overview-box-contact {
  display: block;
  color: #BD483C;
}
.overview-box-contact:hover, .overview-box-contact:focus {
  color: #BD483C;
}
@media (max-width: 767.98px) {
  .overview-box {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.about-wrapper .block-video {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .about-wrapper .share-links {
    display: none;
  }
}

.about-index .section-head {
  padding: 20px 0;
}
.about-index .index-wrapper {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.about-index .index-item {
  flex: 0 0 50%;
}
@media (max-width: 767.98px) {
  .about-index .index-item {
    flex: 0 0 100%;
  }
}
.about-index .index-item-title a {
  color: #BD483C;
}
.about-index .index-item-title a:hover, .about-index .index-item-title a:focus {
  color: #BD483C;
}

.app-store {
  margin: 20px 0;
}
.app-store a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.about-bottom {
  background-color: #f8f8f8;
  padding: 50px 0;
}
.about-bottom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .about-bottom-link {
    display: block;
    text-align: center;
  }
}
.about-bottom-link-item {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  border-radius: 23px;
  background-color: #BD483C;
  background-image: linear-gradient(to top, #231f20 0%, #52484b 100%);
  color: #fff;
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
  margin: 15px;
}
@media (max-width: 767.98px) {
  .about-bottom-link-item {
    display: inline-block;
  }
}
.about-bottom-link-item:hover, .about-bottom-link-item:focus {
  color: #fff;
  text-decoration: none;
}

.timeline .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.timeline .owl-nav .owl-prev, .timeline .owl-nav .owl-next {
  position: absolute;
  height: 40px;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  z-index: 100;
}
.timeline .owl-nav .owl-prev i, .timeline .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #BD483C;
}
.timeline .owl-nav .owl-prev {
  left: 15px;
}
.timeline .owl-nav .owl-next {
  right: 15px;
}
.timeline .owl-dots {
  display: flex;
  justify-content: center;
}
.timeline .owl-dot.active .btn-link {
  font-weight: bold;
  color: #465058;
}

.page_75 h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 60px 0;
}
.page_75 h3 {
  font-size: 32px;
  margin: 0 0 60px 0;
}
.page_75 .breadcrumb-wrapper {
  background-color: transparent;
  margin-bottom: -50px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1023.98px) {
  .page_75 .breadcrumb-wrapper {
    display: none;
  }
}
.page_75-slider {
  position: relative;
  margin-bottom: 60px;
}
.page_75-slider .bx-wrapper {
  border-width: 0;
}
.page_75-slider_title {
  z-index: 1;
  text-shadow: 0 0 2px #000;
}
.page_75 .hero-bxslider-item {
  padding-bottom: 40%;
  background-size: cover;
}
.page_75-lr {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page_75-lr_item {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .page_75-lr_image {
    flex: 0 0 50%;
  }
  .page_75-lr_image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50%;
       object-position: 50%;
  }
}
.page_75-lr_text {
  padding: 60px;
}
@media (min-width: 768px) {
  .page_75-lr_text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.page_75-lr_text h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .page_75-lr_item:nth-child(2n) .page_75-lr_image {
    order: 2;
  }
  .page_75-lr_item:nth-child(2n) .page_75-lr_text {
    order: 1;
  }
}
.page_75-body {
  margin-bottom: 60px;
}
.page_75-body h2 {
  text-align: center;
}
.page_75-body video, .page_75-body iframe {
  width: 100%;
  height: 40vw;
}
.page_75-timeline {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 60px;
}
.page_75-recent {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 60px;
}
.page_75-recent .index {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .page_75-recent .index-item {
    flex: 0 0 30%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .page_75-recent .index-item {
    flex: 0 0 100%;
  }
}
.page_75-recent .index-item-title {
  margin-bottom: 0;
}
.page_75-recent .index-item-date,
.page_75-recent .read-more {
  display: none;
}
.page_75-instagram {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 60px;
}
.page_75-instagram .instagram {
  display: flex;
}
@media (max-width: 1023.98px) {
  .page_75-instagram .instagram {
    flex-wrap: wrap;
  }
}
.page_75-instagram .instagram-content-wrapper {
  padding: 10px;
}
@media (min-width: 1024px) {
  .page_75-instagram .instagram-content-wrapper {
    flex: 0 0 16.66%;
  }
}
@media (max-width: 1023.98px) {
  .page_75-instagram .instagram-content-wrapper {
    flex: 0 0 33.33%;
  }
}
.page_75-instagram .instagram-item {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.page_75-instagram .instagram-item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.promo-banner {
  background-color: #014655;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1em 0 1.25em;
}

.promo-text {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1pt;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1pt;
  border-width: 2px;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background-color: #fff;
  color: #465058;
}

/*
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url("../fonts/ProximaNovaCond-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNovaCond-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
*/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Medium.woff2") format("woff2"), url("../fonts/ProximaNova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.textImage {
  max-width: 100%;
  overflow: hidden;
}
.textImage img {
  max-width: 100%;
  height: auto;
}
.textImage img[data-src] {
  cursor: pointer;
  transition: all 0.3s;
}

.textImage-left,
.textImage-right {
  max-width: 50%;
}

/* .textImage-left + p + p,
.textImage-right + p + p,
.textImage-left + p + ul,
.textImage-right + p +ul,
.textImage-left + p + ol,
.textImage-right + p + ol {
	clear: both;
} */
.textImage-left + ul,
.textImage-right + ol {
  display: table;
}

.textImage-left {
  margin: 0 20px 20px 0 !important;
  float: left;
}
@media (max-width: 1023.98px) {
  .textImage-left {
    float: none !important;
    max-width: 100%;
    margin: 0 0 20px !important;
  }
}

.textImage-right {
  margin: 0 0 20px 20px !important;
  float: right;
}
@media (max-width: 1023.98px) {
  .textImage-right {
    float: none !important;
    max-width: 100%;
    margin: 0 0 20px !important;
  }
}

@media (min-width: 1440px) {
  .textImage-center {
    margin-left: -120px !important;
    margin-right: -120px !important;
    max-width: calc(100% + 240px);
  }
}

.textImage-captionBody {
  font-style: normal;
  font-weight: 500;
  padding-top: 10px !important;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.75;
}

/* Page blocks */
.blog_carousel {
  position: relative;
}
@media (max-width: 1023.98px) {
  .blog_carousel .blog_carousel-bxslider-item {
    height: 60vw;
  }
}
@media (max-width: 767.98px) {
  .blog_carousel .blog_carousel-bxslider-item {
    height: 100vw;
  }
}
.blog_carousel .blog_carousel-bxslider-item.textonly {
  background: #8b9ea6;
  opacity: 1;
  height: 40vw;
}
@media (max-width: 767.98px) {
  .blog_carousel .blog_carousel-bxslider-item.textonly {
    height: 58vw;
  }
}
.blog_carousel .blog_carousel-image {
  width: 100%;
  height: auto;
}
@media (max-width: 1023.98px) {
  .blog_carousel .blog_carousel-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.blog_carousel-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog_carousel-caption.content_top {
  justify-content: flex-start;
  padding-top: 50px;
}
.blog_carousel-caption.content_bottom {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.blog_carousel-wrapper {
  background: rgba(0, 0, 0, 0.5);
  border: 1px #fff solid;
  padding: 30px 20px 50px;
  border-radius: 20px;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (min-width: 1024px) {
  .blog_carousel-wrapper {
    min-width: 300px;
    max-width: 650px;
    font-size: 24px;
  }
}
@media (max-width: 1023.98px) {
  .blog_carousel-wrapper {
    font-size: 18px;
    min-width: 200px;
    max-width: 70vw;
  }
}
.blog_carousel-title {
  display: block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.blog_carousel-description {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.blog_carousel-link {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
.blog_carousel-link:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 28px;
  margin: 0 auto 10px;
}
.blog_carousel .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.blog_carousel .bx-wrapper .bx-pager, .blog_carousel .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.blog_carousel .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  color: #fff;
  background: #fff;
}
.blog_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover, .blog_carousel .bx-wrapper .bx-pager.bx-default-pager a.active, .blog_carousel .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #BD483C;
}
.blog_carousel .bx-wrapper .bx-controls-direction .bx-prev,
.blog_carousel .bx-wrapper .bx-controls-direction .bx-next {
  width: 25px;
  height: 50px;
  background-size: contain;
}
.blog_carousel .bx-wrapper .bx-controls-direction .bx-prev {
  background: url(../fonts/angle-left-white.svg) no-repeat;
  left: 30px;
}
@media (max-width: 767.98px) {
  .blog_carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 5px;
  }
}
.blog_carousel .bx-wrapper .bx-controls-direction .bx-next {
  background: url(../fonts/angle-right-white.svg) no-repeat;
  right: 30px;
}
@media (max-width: 767.98px) {
  .blog_carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 5px;
  }
}
.blog_carousel .bx-wrapper .bx-loading {
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
}
.blog_carousel .overlay {
  opacity: 0.1;
}

.blog_menu {
  background: #F6F5F0;
}
@media (max-width: 1023.98px) {
  .blog_menu {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .blog_menu {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 1023.98px) {
  .blog_menu .container {
    display: none;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .blog_menu-show .container {
    display: block;
    flex: 0 0 100%;
  }
}
.blog_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .blog_menu ul {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .blog_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.blog_menu ul li a {
  display: block;
  text-transform: uppercase;
  color: #B5B5B5;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .blog_menu ul li a {
    padding: 7px 10px;
  }
}
@media (min-width: 1024px) {
  .blog_menu ul li a {
    padding: 20px;
  }
}
.blog_menu ul li a:hover, .blog_menu ul li a:focus {
  color: #465058;
}
@media (min-width: 1024px) {
  .blog_menu li[data-widget-item=logo] a {
    display: inline-block;
    background: url("../images/inside-behr-logo.png") no-repeat 50% 50%;
    background-size: contain;
    display: block;
    width: 240px;
    height: 64px;
    text-indent: -10000px;
    font-size: 0;
  }
}
@media (max-width: 1023.98px) {
  .blog_menu li[data-widget-item=logo] a {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .blog_menu .nav-root {
    display: block;
    background: url("../images/inside-behr-logo.png") no-repeat 50% 50%;
    background-size: contain;
    display: block;
    width: 240px;
    height: 64px;
    text-indent: -10000px;
    font-size: 0;
  }
}
@media (max-width: 1023.98px) {
  .blog_menu-mobile_toggle {
    display: block;
    border-width: 0;
    background: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    color: #B5B5B5;
    text-transform: uppercase;
  }
  .blog_menu-mobile_toggle .fa {
    margin-left: 5px;
  }
}

.blog_tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch;
  justify-content: center;
  row-gap: 10px;
}
.blog_tiles[data-align=start] {
  justify-content: flex-start;
}
.blog_tiles[data-newsload=panel] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog_tiles-item {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blog_tiles-item {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 1023.98px) {
  .blog_tiles-item {
    flex: 0 0 100%;
  }
}
.blog_tiles-category {
  text-align: center;
  margin-bottom: 18px;
}
.blog_tiles-category > a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  color: #465058;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.blog_tiles-pointer {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 21px;
  background-image: url('data:image/svg+xml,       <svg width="448px" height="512px" viewBox="0 0 448 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">        <g fill="%23ffffff">          <path d="M443.7 266.8l-165.9 176C274.5 446.3 269.1 448 265.5 448c-3.986 0-7.988-1.375-11.16-4.156c-6.773-5.938-7.275-16.06-1.118-22.59L393.9 272H16.59c-9.171 0-16.59-7.155-16.59-15.1S7.421 240 16.59 240h377.3l-140.7-149.3c-6.157-6.531-5.655-16.66 1.118-22.59c6.789-5.906 17.27-5.469 23.45 1.094l165.9 176C449.4 251.3 449.4 260.7 443.7 266.8z"/>        </g>      </svg>    ');
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.blog_tiles-category .blog_tiles-pointer {
  margin-top: -6px;
}
.blog_tiles-body {
  position: relative;
  flex: 100 100 100%;
}
.blog_tiles-image {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.blog_tiles-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.blog_tiles-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  top: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 12px;
  border: 1px #fff solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog_tiles-title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.blog_tiles-description {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}
.blog_tiles-link {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.blog_tiles-link:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 28px;
  margin: 0 auto 10px;
}
.blog_tiles-text_wrapper {
  display: block;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.15);
  border-radius: 20px;
}
.blog_tiles-text_wrapper:hover, .blog_tiles-text_wrapper:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.4);
  transition: all 0.3s ease;
}
.blog_tiles-text_wrapper:hover *, .blog_tiles-text_wrapper:focus * {
  transition: all 0.3s ease;
}
.blog_tiles-text_wrapper:hover .blog_tiles-text, .blog_tiles-text_wrapper:focus .blog_tiles-text {
  top: 20px;
}
.blog_tiles-text_wrapper:hover .blog_tiles-link, .blog_tiles-text_wrapper:focus .blog_tiles-link {
  margin-top: 17px;
}
.blog_tiles-text_wrapper:hover .blog_tiles-description, .blog_tiles-text_wrapper:focus .blog_tiles-description {
  margin-top: 35px;
}
.blog_tiles-text_wrapper:hover .blog_tiles-link, .blog_tiles-text_wrapper:focus .blog_tiles-link, .blog_tiles-text_wrapper:hover .blog_tiles-description, .blog_tiles-text_wrapper:focus .blog_tiles-description {
  max-height: 300px;
}
.blog_tiles-text_wrapper:hover .blog_tiles-image img, .blog_tiles-text_wrapper:focus .blog_tiles-image img {
  filter: blur(10px);
}

.blog_intro {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 50px;
}
.blog_intro p:last-child, .blog_intro ul:last-child, .blog_intro ol:last-child {
  margin-bottom: 0;
}

.blog_authors {
  margin-bottom: 50px;
}
.blog_authors-item {
  background: #F6F5F0;
}
@media (min-width: 1024px) {
  .blog_authors-item {
    box-shadow: 0 45px 0 0 #fff inset, 0 -45px 0 0 #fff inset;
  }
}
@media (max-width: 1023.98px) {
  .blog_authors-item {
    box-shadow: 0 14vw 0 0 #fff inset;
  }
}
.blog_authors .container {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media (max-width: 1023.98px) {
  .blog_authors .container {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blog_authors-image {
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1024px) {
  .blog_authors-image {
    flex: 0 0 450px;
    width: 450px;
    height: 450px;
  }
}
.blog_authors-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .blog_authors-image {
    width: 100%;
  }
}
.blog_authors .bx-wrapper {
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
  border-width: 0;
}
.blog_authors-text {
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .blog_authors-text {
    text-align: center;
    padding-bottom: 30px;
  }
}
.blog_authors .bx-wrapper .bx-controls-direction .bx-prev,
.blog_authors .bx-wrapper .bx-controls-direction .bx-next {
  width: 25px;
  height: 50px;
  background-size: contain;
}
.blog_authors .bx-wrapper .bx-controls-direction .bx-prev {
  background: url(../fonts/angle-left-black.svg) no-repeat;
  left: 30px;
}
@media (max-width: 767.98px) {
  .blog_authors .bx-wrapper .bx-controls-direction .bx-prev {
    left: 5px;
    top: 23vw;
  }
}
.blog_authors .bx-wrapper .bx-controls-direction .bx-next {
  background: url(../fonts/angle-right-black.svg) no-repeat;
  right: 30px;
}
@media (max-width: 767.98px) {
  .blog_authors .bx-wrapper .bx-controls-direction .bx-next {
    right: 5px;
    top: 23vw;
  }
}
.blog_authors-category {
  font-family: "alternate-gothic-atf", sans-serif;
  color: #BD483C;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog_authors-title {
  margin-bottom: 15px;
  font-weight: 700;
}
.blog_authors-description {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 30px;
}
.blog_authors-link {
  height: 54px;
  margin: 0;
}
.blog_authors-link .behr-btn {
  display: inline-flex;
}

.blog_showcase {
  margin-bottom: 50px;
}
.blog_showcase > h2 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog_showcase .container {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767.98px) {
  .blog_showcase .container {
    flex-wrap: wrap;
  }
}
.blog_showcase-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blog_showcase-item {
    flex: 100 100 33.33%;
  }
}
@media (max-width: 767.98px) {
  .blog_showcase-item {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
}
.blog_showcase-image {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px;
}
.blog_showcase-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_showcase-text {
  text-align: center;
}
.blog_showcase-text .behr-btn {
  display: inline-block;
}

.blog_career {
  position: relative;
  margin-bottom: 60px;
}
.blog_career-banner {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .blog_career-banner {
    /*
    height: 300px;
    img {
      object-fit: cover;
      object-position: 50% 50%;
      height: 100%;
      width: 100%;
      max-width: 10000px;
    }
    */
  }
}
.blog_career-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.blog_career-text .container {
  text-align: center;
  padding-bottom: 60px;
}
.blog_career-text .behr-btn {
  background: none;
  border-color: #fff;
  border: 2px solid #fff;
  display: inline-block;
}
.blog_career-text .behr-btn:hover, .blog_career-text .behr-btn:focus {
  background: #252B2F;
}
.blog_career-title {
  font-family: "alternate-gothic-atf", sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog_hero {
  position: relative;
}
.blog_hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.3);
}
.blog_hero img + .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog_hero img + .container .blog_pagetitle,
.blog_hero img + .container .blog_articletitle {
  color: #fff;
}
.blog_hero.content_top img + .container {
  justify-content: flex-start;
  padding-top: 150px;
}
.blog_hero.content_botton img + .container {
  justify-content: flex-end;
  padding-bottom: 150px;
}
.blog_hero .blog_pagetitle {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  max-width: 768px;
  text-align: center;
}
.blog_hero .blog_articletitle {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  max-width: 768px;
  text-align: center;
}
.blog_hero .blog_pageCategory {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 15px 20px 10px;
  background: #BD483C;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #fff;
}
.blog_hero .blog_pageCategory a {
  text-decoration: none;
  color: #fff;
}
.blog_hero.inside img {
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.blog_more {
  text-align: center;
  margin-bottom: 50px;
}
.blog_more-loading {
  display: none;
}
.behr-btn.loading .blog_more-loading {
  display: inline-block;
}
.blog_more .behr-btn.disable {
  opacity: 0.2;
  cursor: default;
  color: #fff !important;
  background: #465058 !important;
}

.blog_article-share {
  padding: 30px 0 20px;
}
.blog_article-content {
  font-size: 18px;
  line-height: 28px;
}
.blog_article-content::after {
  display: block;
  clear: both;
  content: "";
}
.blog_article-content h1, .blog_article-content h2, .blog_article-content h3, .blog_article-content h4, .blog_article-content h5, .blog_article-content h6,
.blog_article-content .h1, .blog_article-content .h2, .blog_article-content .h3, .blog_article-content .h4, .blog_article-content .h5, .blog_article-content .h6 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
}
.blog_article-content .simplebox {
  background-color: #F6F5F0;
  padding: 20px;
}
.blog_article-content .simplebox-content p:last-child {
  margin-bottom: 0;
}
.blog_article-related {
  background: #F6F5F0;
  padding: 50px 0;
}
.blog_article-related_title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}
.blog_article-tags {
  font-size: 18px;
  line-height: 24px;
  margin: 30px 0 50px;
}
.blog_article-tags a {
  font-weight: 700;
}

.article-card {
  margin-bottom: 40px;
}
.article-card-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.35);
  transition: all 0.3s ease-out;
}
.article-card-wrapper:hover, .article-card-wrapper:focus {
  border: 1px solid #BD483C;
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.5);
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.article-card.topic-culture .article-card-wrapper:hover, .article-card.topic-culture .article-card-wrapper:focus {
  border-color: #DF5935;
}
.article-card.topic-community .article-card-wrapper:hover, .article-card.topic-community .article-card-wrapper:focus {
  border-color: #B28932;
}
.article-card.topic-sustainability .article-card-wrapper:hover, .article-card.topic-sustainability .article-card-wrapper:focus {
  border-color: #47A472;
}
.article-card.topic-diversity .article-card-wrapper:hover, .article-card.topic-diversity .article-card-wrapper:focus {
  border-color: #7472AF;
}
.article-card-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.article-card-body {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 20px;
}
.article-card-topic {
  background-color: #BD483C;
  color: #fff;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: -20px -20px 20px;
  padding: 3px;
}
.article-card-releases .article-card-topic {
  background-color: #DF5935;
}
.article-card-releases .article-card-wrapper:hover, .article-card-releases .article-card-wrapper:focus {
  border-color: #DF5935;
}
.article-card-news .article-card-topic {
  background-color: #2D9AC2;
}
.article-card-news .article-card-wrapper:hover, .article-card-news .article-card-wrapper:focus {
  border-color: #2D9AC2;
}
.article-card-headline {
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.4;
  color: #465058;
}
.article-card-cta .btn {
  font-size: 16px;
  font-weight: 600;
}
.article-card-overlay .article-card-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-card-overlay .article-card-body {
  border: 1px solid #fff;
  border-top: 6px solid #BD483C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-card-overlay .article-card-headline {
  font-size: 20px;
}
.article-card-overlay .article-card-cta {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.article-card-overlay .article-card-wrapper:hover .article-card-cta, .article-card-overlay .article-card-wrapper:focus .article-card-cta {
  visibility: visible;
  height: 46px;
}
.article-card.topic-culture .article-card-overlay .article-card-body {
  border-top-color: #DF5935;
}
.article-card.topic-culture .article-card-topic {
  background-color: #DF5935;
}
.article-card.topic-community .article-card-overlay .article-card-body {
  border-top-color: #B28932;
}
.article-card.topic-community .article-card-topic {
  background-color: #B28932;
}
.article-card.topic-sustainability .article-card-overlay .article-card-body {
  border-top-color: #47A472;
}
.article-card.topic-sustainability .article-card-topic {
  background-color: #47A472;
}
.article-card.topic-diversity .article-card-overlay .article-card-body {
  border-top-color: #7472AF;
}
.article-card.topic-diversity .article-card-topic {
  background-color: #7472AF;
}

.article-item-stacked {
  display: flex;
  flex-direction: column;
}

.article-card-stacked {
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
}
.article-card-stacked .article-card-wrapper {
  height: 100%;
}

.bio-card {
  margin-bottom: 40px;
}
.bio-card .article-card-body {
  border-top: 1px solid #fff;
  text-align: left;
}
.bio-card .article-card-image img {
  filter: saturate(0);
  transition: all 0.3s ease-out;
}
.bio-card .article-card-wrapper:hover .article-card-image img, .bio-card .article-card-wrapper:focus .article-card-image img {
  filter: saturate(1);
}

.bio-list {
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 6 */
}
.bio-list .bio-card .article-card-wrapper:hover, .bio-list .bio-card .article-card-wrapper:focus {
  border-width: 2px;
}
.bio-list .bio-card-1 .article-card-wrapper:hover, .bio-list .bio-card-1 .article-card-wrapper:focus, .bio-list .bio-card-7 .article-card-wrapper:hover, .bio-list .bio-card-7 .article-card-wrapper:focus, .bio-list .bio-card-13 .article-card-wrapper:hover, .bio-list .bio-card-13 .article-card-wrapper:focus {
  border-color: #E1434F;
}
.bio-list .bio-card-2 .article-card-wrapper:hover, .bio-list .bio-card-2 .article-card-wrapper:focus, .bio-list .bio-card-8 .article-card-wrapper:hover, .bio-list .bio-card-8 .article-card-wrapper:focus, .bio-list .bio-card-14 .article-card-wrapper:hover, .bio-list .bio-card-14 .article-card-wrapper:focus {
  border-color: #DF5935;
}
.bio-list .bio-card-3 .article-card-wrapper:hover, .bio-list .bio-card-3 .article-card-wrapper:focus, .bio-list .bio-card-9 .article-card-wrapper:hover, .bio-list .bio-card-9 .article-card-wrapper:focus, .bio-list .bio-card-15 .article-card-wrapper:hover, .bio-list .bio-card-15 .article-card-wrapper:focus {
  border-color: #B28932;
}
.bio-list .bio-card-4 .article-card-wrapper:hover, .bio-list .bio-card-4 .article-card-wrapper:focus, .bio-list .bio-card-10 .article-card-wrapper:hover, .bio-list .bio-card-10 .article-card-wrapper:focus, .bio-list .bio-card-16 .article-card-wrapper:hover, .bio-list .bio-card-16 .article-card-wrapper:focus {
  border-color: #47A472;
}
.bio-list .bio-card-5 .article-card-wrapper:hover, .bio-list .bio-card-5 .article-card-wrapper:focus, .bio-list .bio-card-11 .article-card-wrapper:hover, .bio-list .bio-card-11 .article-card-wrapper:focus, .bio-list .bio-card-17 .article-card-wrapper:hover, .bio-list .bio-card-17 .article-card-wrapper:focus {
  border-color: #2D9AC2;
}
.bio-list .bio-card-6 .article-card-wrapper:hover, .bio-list .bio-card-6 .article-card-wrapper:focus, .bio-list .bio-card-12 .article-card-wrapper:hover, .bio-list .bio-card-12 .article-card-wrapper:focus, .bio-list .bio-card-18 .article-card-wrapper:hover, .bio-list .bio-card-18 .article-card-wrapper:focus {
  border-color: #7472AF;
}

.article-card-name {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #252B2F;
}

.article-card-position {
  color: #465058;
  margin-bottom: 0;
}

#newsroom-hero-slider {
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.35);
}
#newsroom-hero-slider .article-card {
  margin-bottom: 0;
  height: 100%;
}
#newsroom-hero-slider .article-card-wrapper {
  box-shadow: none;
}
#newsroom-hero-slider .article-card-headline {
  font-size: 20px;
}
#newsroom-hero-slider .article-card-cta .btn {
  font-size: 18px;
}
#newsroom-hero-slider .carousel-control-prev, #newsroom-hero-slider .carousel-control-next {
  border: none;
  background-color: transparent;
  opacity: 1;
}
#newsroom-hero-slider .carousel-control-prev-icon, #newsroom-hero-slider .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  margin-top: -50px;
}

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.index-loading img {
  height: 30px;
}

.btn .index-loading {
  display: none;
}

.btn.loading .index-loading {
  display: inline-block;
  vertical-align: middle;
}

.btn.disable {
  opacity: 0.5;
  cursor: not-allowed;
}

.hero-utils a, .hero-utils a:hover, .hero-utils a:focus {
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.hero-utils ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .hero-utils ul {
    justify-content: flex-end;
  }
}
.hero-utils i {
  display: block;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
}
.hero-utils span {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .hero-utils span {
    font-size: 18px;
  }
}
.hero-utils a:hover span,
.hero-utils a:focus span {
  text-decoration: underline;
}

/* Filter Box */
.filter-box {
  padding: 20px;
  margin-bottom: 40px;
}
.filter-box .form-control, .filter-box .custom-select {
  border-radius: 0;
  border-color: #fff;
  font-size: 16px;
}

@media (max-width: 1023.98px) {
  .filter-field {
    margin-bottom: 20px;
  }
}

/* Timeline */
.decade {
  background-color: #F6F5F0;
  width: 100%;
  min-height: 100px;
}
@media (min-width: 1024px) {
  .decade {
    display: flex;
  }
}
.decade-image {
  background-color: #465058;
}
@media (min-width: 1024px) {
  .decade-image {
    flex: 0 0 50%;
    width: 50%;
  }
}
.decade-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .decade-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.decade-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.decade-body-content {
  padding-left: 40px;
  border-left: 1px solid #B5B5B5;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .decade-body-content {
    font-size: 24px;
  }
}
.decade-body-content h2 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  color: #BD483C;
  position: relative;
  margin: 30px 0 15px;
}
.decade-body-content h2:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #BD483C;
  position: absolute;
  left: -53px;
}
@media (min-width: 768px) {
  .decade-body-content h2:before {
    left: -67px;
  }
}
@media (min-width: 1024px) {
  .decade-body-content h2 {
    font-size: 42px;
  }
  .decade-body-content h2:before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    left: -75px;
  }
}
.decade-body-content p + h2 {
  margin-top: 60px;
}
.decade-footer {
  display: flex;
  justify-content: space-between;
}
.decade-footer .btn {
  font-size: 18px;
  font-weight: 600;
}
.decade-nav {
  justify-content: center;
  align-items: center;
  border-bottom: none;
  margin-bottom: 20px;
}
.decade-nav .nav-link {
  border: none;
  background-color: transparent;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  transition: all 0.3s ease-out;
}
.decade-nav .nav-link:hover, .decade-nav .nav-link:focus {
  color: #BD483C;
}
@media (min-width: 1024px) {
  .decade-nav .nav-link.active {
    background-color: #BD483C;
    color: #fff;
    font-size: 42px;
    border-radius: 0 !important;
  }
}

/* Brush Banner */
.brush-banner {
  background-image: url(../images/paintbrush.jpeg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 1440/290;
  margin-bottom: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1023.98px) {
  .brush-banner .article-title {
    padding-top: 100px;
    margin-bottom: 20px;
  }
}

.cb-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #BD483C;
  border-color: #BD483C;
}
.cb-btn:hover, .cb-btn:focus {
  background-color: #83322a;
  border-color: #83322a;
  color: #fff;
  text-decoration: none;
}

.brush-content {
  padding-bottom: 60px;
}
.brush-content .cb-btn {
  margin: 0 0 10px;
}
.brush-content p + h2, .brush-content .cb-btn + h2 {
  margin-top: 60px;
}
.brush-content p + .cb-btn {
  margin-top: 60px;
}
.brush-content .column .display {
  margin-top: 60px;
  margin-bottom: 30px;
}
.brush-content .column .display:first-child {
  margin-top: 0;
}
.brush-content span {
  display: block;
}
.brush-content .form-group span {
  display: inline;
}
@media (max-width: 1023.98px) {
  .brush-content #body-container {
    margin-bottom: 60px;
  }
}

.menu {
  padding: 0 !important;
}
.menu li {
  list-style-type: none !important;
}

.social-media ul {
  display: flex;
  list-style: none;
  grid-gap: 20px;
  padding: 0;
}
.social-media ul li {
  list-style-type: none;
  font-size: 24px;
}
.social-media a {
  color: #465058;
}
.social-media a:hover, .social-media a:focus {
  color: #BD483C;
}

/* Search Results */
@media (min-width: 1024px) {
  .search-form .form-inline .input-group {
    min-width: 80%;
  }
}

.result-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .result-item {
    margin-bottom: 60px;
  }
}

.result-image {
  flex: 0 0 100%;
  margin: 0 0 20px;
  order: 1;
}
@media (min-width: 1024px) {
  .result-image {
    flex: 0 0 300px;
    order: 2;
    margin: 0 0 0 20px;
  }
}

.result-body {
  order: 2;
  flex: 1;
}
@media (min-width: 1024px) {
  .result-body {
    order: 1;
  }
}

.result-title {
  font-size: 24px;
  font-weight: 600;
}
.result-title a {
  color: #252B2F;
}
.result-title a:hover, .result-title a:focus {
  color: #BD483C;
  text-decoration: none;
}

/* Homepage */
.hero-carousel {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .hero-carousel {
    margin-bottom: 80px;
  }
}
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
  background-color: transparent;
  border: none;
  opacity: 1;
}
@media (max-width: 1023.98px) {
  .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    align-items: flex-start;
  }
}
.hero-carousel .carousel-control-prev-icon {
  background-image: url(../fonts/carousel-pager-prev.svg);
  width: 40px;
  height: 40px;
}
@media (max-width: 1023.98px) {
  .hero-carousel .carousel-control-prev-icon {
    margin-top: 100%;
  }
}
.hero-carousel .carousel-control-next-icon {
  background-image: url(../fonts/carousel-pager-next.svg);
  width: 40px;
  height: 40px;
}
@media (max-width: 1023.98px) {
  .hero-carousel .carousel-control-next-icon {
    margin-top: 100%;
  }
}
.hero-carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 20px;
  background-color: #B5B5B5;
}
@media (min-width: 1024px) {
  .hero-carousel .carousel-indicators li {
    background-color: #F6F5F0;
  }
}
.hero-carousel .carousel-indicators li.active {
  background-color: #BD483C;
}

.hero-slide {
  position: relative;
}

.hero-slide-image {
  background-color: #465058;
}
.hero-slide-image img {
  width: 100%;
  height: auto;
}

.hero-slide-body {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero-slide-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 580px;
    padding: 40px;
  }
}

.hero-slide-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #252B2F;
}
@media (min-width: 1024px) {
  .hero-slide-title {
    font-size: 42px;
  }
}

.hero-slide-desc {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .hero-slide-desc {
    font-size: 24px;
  }
}

.hero-slide-cta {
  font-size: 16px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .hero-slide-cta {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.section-offset {
  background: linear-gradient(to top, #F6F5F0, #F6F5F0 55%, #fff 55%);
  padding: 60px 0;
  text-align: center;
}

.section-title-offset {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-title-offset {
    font-size: 36px;
  }
}

.cta-banner {
  position: relative;
  background-color: #465058;
  color: #fff;
}
.cta-banner-image {
  min-height: 365px;
  display: flex;
  flex-direction: column;
}
.cta-banner-image img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-banner-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  text-align: center;
}
.cta-banner-title {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .cta-banner-title {
    font-size: 36px;
  }
}

.team-carousel {
  display: flex;
}
.team-carousel .team-card {
  min-width: 75%;
  margin-right: 30px;
}
.team-carousel .owl-dots {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  padding-top: 40px;
}
.team-carousel .owl-dots .owl-dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #B5B5B5 !important;
}
.team-carousel .owl-dots .owl-dot.active {
  background: #BD483C !important;
}

.team-card {
  max-width: 1008px;
  background-color: #F6F5F0;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.24);
}
@media (min-width: 1024px) {
  .team-card {
    display: flex;
    align-items: center;
  }
}
.team-card-image {
  width: 100%;
  aspect-ratio: 1/1;
}
.team-card-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}
@media (max-width: 1023.98px) {
  .team-card-image {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .team-card-image {
    max-width: 377px;
  }
}
.team-card-body {
  padding: 20px;
}
@media (min-width: 1024px) {
  .team-card-body {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .team-card-body .team-card-cta a.btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team-card-name {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .team-card-name {
    font-size: 36px;
  }
}

.owl-item .team-card {
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

.owl-item.center .team-card {
  opacity: 1;
}

/* Wordmarks */
.itd-wordmark-image {
  height: 18px;
  margin: -5px 5px 0;
}

.mlmc-wordmark-image {
  height: 18px;
  margin: -6px 5px 0;
}

/* Infographic */
.infographic-grid-item img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 1024px) {
  .infographic-grid-item img {
    height: 100px;
  }
}
@media (max-width: 1023.98px) {
  .infographic-grid-item-lg img {
    height: 100px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
}

/* CTA Fold */
.cta-fold {
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.24);
}
@media (min-width: 1024px) {
  .cta-fold {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .cta-fold-image {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .cta-fold-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.cta-fold-body {
  padding: 20px;
}
@media (min-width: 1024px) {
  .cta-fold-body {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .cta-fold-alt .cta-fold-image {
    order: 2;
  }
}

/* Quote Block */
.section-quote {
  padding-top: 60px;
}

.quote-icon {
  width: 83px;
  height: 83px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  margin-bottom: 40px;
}

.quote-image {
  text-align: center;
}
@media (max-width: 1023.98px) {
  .quote-image {
    margin-bottom: 20px;
  }
}
.quote-image img {
  border-radius: 8px;
}

.quote-body .text-right {
  text-transform: uppercase;
  font-size: 16px;
}

/* Annotations */
.annotations {
  text-align: center;
  font-style: italic;
  font-size: 15px;
}
.annotations:before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background-color: #B5B5B5;
  margin: 20px auto;
}

/* Career Banners */
.prefooter-banner {
  color: #fff;
  margin-top: 60px;
}
.prefooter-banner a {
  color: white;
}
.prefooter-banner-body {
  padding: 20px;
  max-width: 600px;
}
.prefooter-banner-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .prefooter-banner-title {
    font-size: 48px;
  }
}
.prefooter-banner .btn-outline-white {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  border-width: 2px;
  border-radius: 0.25rem;
}
.prefooter-banner-dei {
  background-image: url(../images/gradient-yellow-purple.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prefooter-banner-sustainability {
  background-image: linear-gradient(90deg, rgb(71, 164, 114) 0%, rgb(120, 160, 68) 100%);
}
.prefooter-banner-sustainability .prefooter-banner-image {
  text-align: center;
}
@media (max-width: 1023.98px) {
  .prefooter-banner-sustainability .prefooter-banner-image {
    padding-top: 60px;
  }
}
.prefooter-banner-sustainability .prefooter-banner-image img {
  width: 177px;
}
@media (max-width: 1023.98px) {
  .prefooter-banner-sustainability .prefooter-banner-image img {
    width: 90px;
  }
}
.prefooter-banner-sustainability .prefooter-banner-body {
  padding-top: 60px;
  padding-bottom: 60px;
}
.prefooter-banner-culture {
  background-image: url(../fonts/gradient-orange-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prefooter-banner-anniversary {
  background-color: #014655;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 390/605;
  margin: 0 -15px;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .prefooter-banner-anniversary {
    aspect-ratio: 390/505;
  }
}
@media (min-width: 1024px) {
  .prefooter-banner-anniversary {
    aspect-ratio: 1440/386;
    justify-content: center;
  }
}
.prefooter-banner-anniversary .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.prefooter-banner-anniversary .background-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 1024px) {
  .prefooter-banner-anniversary .background-overlay img {
    -o-object-position: center;
       object-position: center;
  }
}
.prefooter-banner-anniversary .background-overlay + .prefooter-banner-body {
  padding: 40px;
}
@media (min-width: 1024px) {
  .prefooter-banner-anniversary .background-overlay + .prefooter-banner-body {
    margin-left: 25%;
    max-width: 500px;
    padding: 0;
  }
}

/* Info Box */
.infobox {
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
.infobox-body {
  padding: 40px;
}
.infobox-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Quadrant */
.quadrant-body {
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .quadrant-row .quadrant-col:first-child, .quadrant-row .quadrant-col:nth-child(2) {
    border-bottom: 1px solid #B5B5B5;
  }
}
@media (min-width: 768px) {
  .quadrant-row .quadrant-col:nth-child(odd) {
    border-right: 1px solid #B5B5B5;
  }
}
.quadrant-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 2px;
  background-image: linear-gradient(90deg, rgb(216, 46, 74) 0%, rgb(225, 102, 47) 11%, rgb(169, 144, 50) 26%, rgb(69, 165, 116) 47%, rgb(37, 158, 196) 64%, rgb(198, 68, 153) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
@media (min-width: 1024px) {
  .quadrant-title {
    font-size: 75px;
  }
}

/* Brands */
.brand-logo {
  margin-bottom: 20px;
}

.bold-heading {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.cta-link {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shadow {
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.24);
}

.simple-highlight-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .simple-highlight-title {
    font-size: 42px;
  }
}

/* Pyramid */
.pyramid-mobile {
  position: relative;
}
@media (min-width: 1024px) {
  .pyramid-mobile {
    display: none;
  }
}
.pyramid-mobile .mobile-tap {
  position: absolute;
  left: 10px;
  z-index: 10;
  top: 5px;
}

.pyramid-step-toggle {
  display: block;
  margin: 0 0 10px;
  background-color: #B5B5B5;
}
.pyramid-step-toggle img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pyramid-info {
  font-size: 16px;
  padding: 10px 0;
}
.pyramid-info p {
  margin: 0 0 5px;
}

.pyramid-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .pyramid-desktop {
    display: block;
  }
}

.pyramid-step {
  background-repeat: no-repeat;
  height: 81px;
  margin: 0 0 20px;
  background-position: left;
  background-size: contain;
}

@keyframes fadeInSlideIn {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.step-body {
  text-align: left;
  border-bottom: 1px solid #B5B5B5;
  padding: 10px 0;
  font-size: 16px;
  opacity: 0;
}
.step-body.slide-in {
  animation: fadeInSlideIn 1s ease-out;
  animation-iteration-count: 1;
  opacity: 1;
}
.step-body p {
  margin: 0 0 5px;
}
.step-body.step-1 {
  margin-left: 360px;
}
.step-body.step-2 {
  margin-left: 400px;
  animation-delay: 0.5s;
}
.step-body.step-3 {
  margin-left: 460px;
  animation-delay: 1s;
}
.step-body.step-4 {
  margin-left: 520px;
  animation-delay: 1.5s;
}
.step-body.step-5 {
  margin-left: 580px;
  border-bottom: none;
  animation-delay: 2s;
}

/* Article Photo Gallery */
.photo-gallery {
  margin: 20px 0;
}
.photo-gallery-nav {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 40px;
  padding-left: 0 !important;
}
.photo-gallery-nav .nav-item {
  flex: 0 0 120px;
  max-width: 25%;
  list-style-type: none !important;
}
.photo-gallery-nav .nav-item .nav-link {
  padding: 0;
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.photo-gallery-nav .nav-item .nav-link:hover, .photo-gallery-nav .nav-item .nav-link:focus, .photo-gallery-nav .nav-item .nav-link.active {
  opacity: 1;
}
.photo-gallery-nav .nav-item .nav-link img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* Media Gallery */
.media-card {
  position: relative;
}
.media-card-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  max-width: 75%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .media-card-overlay {
    bottom: 40px;
    padding: 40px;
    font-size: 20px;
  }
}
.media-card-title {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .media-card-title {
    font-size: 48px;
  }
}
.media-card-cta {
  margin-top: 20px;
}

.gallery-breadcrumb .breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  padding: 40px 0 0;
}
.gallery-breadcrumb .breadcrumb-item {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gallery-breadcrumb .breadcrumb-item.active a {
  color: #465058;
}
.gallery-breadcrumb .breadcrumb-item.active a:hover, .gallery-breadcrumb .breadcrumb-item.active a:focus {
  text-decoration: none;
}

.album-cover {
  position: relative;
  margin: 0 0 40px;
}
.album-cover-wrapper {
  display: block;
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.24);
  transition: all 0.3s ease-out;
}
.album-cover-wrapper:hover, .album-cover-wrapper:focus {
  border: 1px solid #BD483C;
}
.album-cover-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
}
.album-cover-title {
  margin: 0;
  color: #252B2F;
}
.album-cover-cta {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.album-cover-wrapper:hover .album-cover-cta, .album-cover-wrapper:focus .album-cover-cta {
  visibility: visible;
  opacity: 1;
  padding-left: 10px;
}
.album-cover-wrapper:hover .album-cover-overlay, .album-cover-wrapper:focus .album-cover-overlay {
  border-left: 1px solid #BD483C;
  border-bottom: 1px solid #BD483C;
}

.file-card {
  background-color: #fff;
  margin: 0 0 40px;
}
.file-card-wrapper {
  transition: all 0.3s ease-out;
}
.file-card-wrapper:hover, .file-card-wrapper:focus {
  text-decoration: none;
  display: block;
  border: 1px solid #BD483C;
}
.file-card-body {
  padding: 20px;
  display: flex;
}
.file-card-title {
  font-weight: 600;
  color: #252B2F;
  word-wrap: break-word;
  max-width: 85%;
  padding-right: 20px;
}

.bg-light .file-card {
  box-shadow: 0 2px 10px rgba(37, 43, 47, 0.24);
}

/*!
 * CB Content Stylesheet
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.cb-grid {
  display: flex;
  flex-wrap: wrap;
}

.cb-grid-gap--1x {
  margin-left: -10px;
  margin-right: -10px;
}
.cb-grid-gap--1x .cb-col {
  padding-left: 10px;
  padding-right: 10px;
}

.cb-grid-gap--2x {
  margin-left: -20px;
  margin-right: -20px;
}
.cb-grid-gap--2x .cb-col {
  padding-left: 20px;
  padding-right: 20px;
}

.cb-grid-gap--3x {
  margin-left: -40px;
  margin-right: -40px;
}
.cb-grid-gap--3x .cb-col {
  padding-left: 40px;
  padding-right: 40px;
}

.cb-grid-gap--4x {
  margin-left: -60px;
  margin-right: -60px;
}
.cb-grid-gap--4x .cb-col {
  padding-left: 60px;
  padding-right: 60px;
}

.cb-grid-gap--5x {
  margin-left: -80px;
  margin-right: -80px;
}
.cb-grid-gap--5x .cb-col {
  padding-left: 80px;
  padding-right: 80px;
}

.cb-container--1x {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.cb-container--2x {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.cb-container--3x {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.cb-container--4x {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.cb-container--5x {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.ipr_contentArea .cb-stretch {
  position: static !important;
  width: 100% !important;
}

.cb-falign--center {
  align-items: center;
}

.cb-fjustify--center {
  justify-content: center;
}

.cb-falign--right {
  align-items: flex-end;
}

.cb-fjustify--right {
  justify-content: flex-end;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
}
.column.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.row:has(.column.full) {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .row:not(.no-gutters) {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .column {
    position: relative;
  }
  .column.full {
    width: 100%;
  }
  .column.two-third {
    width: 66.7%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.two-fourth {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.two-fifth {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.two-sixth {
    width: 83.3%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.half {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.third {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.fourth {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.fifth {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.sixth {
    width: 16.6%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column.flow-opposite {
    order: 2;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.cb-font-size-10 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-10 {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-10 {
    font-size: 10px;
  }
}
.cb-font-size-11 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-11 {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-11 {
    font-size: 11px;
  }
}
.cb-font-size-12 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-12 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-12 {
    font-size: 12px;
  }
}
.cb-font-size-13 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-13 {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-13 {
    font-size: 13px;
  }
}
.cb-font-size-14 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-14 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-14 {
    font-size: 14px;
  }
}
.cb-font-size-15 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-15 {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-15 {
    font-size: 15px;
  }
}
.cb-font-size-16 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-16 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-16 {
    font-size: 16px;
  }
}
.cb-font-size-17 {
  font-size: 17px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-17 {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-17 {
    font-size: 17px;
  }
}
.cb-font-size-18 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-18 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-18 {
    font-size: 18px;
  }
}
.cb-font-size-19 {
  font-size: 19px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-19 {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-19 {
    font-size: 19px;
  }
}
.cb-font-size-20 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-20 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-20 {
    font-size: 20px;
  }
}
.cb-font-size-21 {
  font-size: 21px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-21 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-21 {
    font-size: 21px;
  }
}
.cb-font-size-24 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-24 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-24 {
    font-size: 24px;
  }
}
.cb-font-size-25 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-25 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-25 {
    font-size: 25px;
  }
}
.cb-font-size-28 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-28 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-28 {
    font-size: 28px;
  }
}
.cb-font-size-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-30 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-30 {
    font-size: 30px;
  }
}
.cb-font-size-32 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-32 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-32 {
    font-size: 32px;
  }
}
.cb-font-size-36 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-36 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-36 {
    font-size: 36px;
  }
}
.cb-font-size-40 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-40 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-40 {
    font-size: 40px;
  }
}
.cb-font-size-42 {
  font-size: 42px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-42 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-42 {
    font-size: 42px;
  }
}
.cb-font-size-44 {
  font-size: 44px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-44 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-44 {
    font-size: 44px;
  }
}
.cb-font-size-48 {
  font-size: 48px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-48 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-48 {
    font-size: 48px;
  }
}
.cb-font-size-50 {
  font-size: 50px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-50 {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-50 {
    font-size: 50px;
  }
}
.cb-font-size-52 {
  font-size: 52px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-52 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-52 {
    font-size: 52px;
  }
}
.cb-font-size-54 {
  font-size: 54px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-54 {
    font-size: 54px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-54 {
    font-size: 54px;
  }
}
.cb-font-size-60 {
  font-size: 60px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-60 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-60 {
    font-size: 60px;
  }
}
.cb-font-size-64 {
  font-size: 64px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-64 {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-64 {
    font-size: 64px;
  }
}
.cb-font-size-70 {
  font-size: 70px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-70 {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-70 {
    font-size: 70px;
  }
}
.cb-font-size-80 {
  font-size: 80px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-80 {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-80 {
    font-size: 80px;
  }
}
.cb-font-size-90 {
  font-size: 90px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-90 {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-90 {
    font-size: 90px;
  }
}
.cb-font-size-100 {
  font-size: 100px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-100 {
    font-size: 100px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-100 {
    font-size: 100px;
  }
}
.cb-line-height-1 {
  line-height: 1;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1 {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1 {
    line-height: 1;
  }
}
.cb-line-height-1-1 {
  line-height: 1.1;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-1 {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-1 {
    line-height: 1.1;
  }
}
.cb-line-height-1-2 {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-2 {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-2 {
    line-height: 1.2;
  }
}
.cb-line-height-1-4 {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-4 {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-4 {
    line-height: 1.4;
  }
}
.cb-line-height-1-5 {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-5 {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-5 {
    line-height: 1.5;
  }
}
.cb-line-height-1-6 {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-6 {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-6 {
    line-height: 1.6;
  }
}
.cb-line-height-1-7 {
  line-height: 1.7;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-7 {
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-7 {
    line-height: 1.7;
  }
}
.cb-line-height-1-8 {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-8 {
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-8 {
    line-height: 1.8;
  }
}
.cb-line-height-2 {
  line-height: 2;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-2 {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-2 {
    line-height: 2;
  }
}
.cb-font-weight-100 {
  font-weight: 100;
}

.cb-font-weight-200 {
  font-weight: 200;
}

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

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

.cb-font-weight-500 {
  font-weight: 500;
}

.cb-font-weight-600 {
  font-weight: 600;
}

.cb-font-weight-700 {
  font-weight: 700;
}

.cb-font-weight-800 {
  font-weight: 800;
}

.cb-font-weight-900 {
  font-weight: 900;
}

.cb-text-decoration-overline {
  text-decoration: overline;
}

.cb-text-decoration-underline {
  text-decoration: underline;
}

.cb-text-decoration-line-through {
  text-decoration: line-through;
}

.cb-text-transform-uppercase {
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.cb-text-transform-lowercase {
  -webkit-text-decoration: lowercase;
          text-decoration: lowercase;
}

.cb-text-transform-capitalize {
  -webkit-text-decoration: capitalize;
          text-decoration: capitalize;
}

.cb-letter-spacing-0-5 {
  letter-spacing: 0.5pt;
}

.cb-letter-spacing-1 {
  letter-spacing: 1pt;
}

.cb-letter-spacing-1-5 {
  letter-spacing: 1.5pt;
}

.cb-letter-spacing-2 {
  letter-spacing: 2pt;
}

.cb-letter-spacing-2-5 {
  letter-spacing: 2.5pt;
}

.cb-letter-spacing-3 {
  letter-spacing: 3pt;
}

.cb-dropcap::first-letter {
  font-weight: 700;
  font-size: 72px;
  line-height: 76px;
  color: inherit;
  float: left;
  margin: 0 10px -5px 0;
}

img, video {
  max-width: 100%;
  height: auto;
  border: 0;
}

audio, iframe {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

figure {
  margin: 0;
}

.cb-caption, .cb-img-caption {
  font-size: 16px;
  margin-top: 20px;
}

.cb-img-credit, .cb-credit {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
}

.cb-image {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
}
.cb-image.cb-float--center {
  text-align: center;
}
@media (min-width: 768px) {
  .cb-image.cb-float--center--md {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .cb-image.cb-float--center--lg {
    text-align: center;
  }
}

.cb-video {
  margin-bottom: 1.5em;
}
.cb-video video {
  width: 100%;
  height: auto;
}
.cb-video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.cb-video-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cb-video-inline .vjs-control-bar {
  display: none;
}

.cb-audio {
  margin-bottom: 1.5em;
  background-color: #EBE9E3;
  padding: 20px;
  display: flex;
  align-items: center;
}

.cb-audiocover {
  width: 200px;
  max-width: 30%;
  margin-right: 20px;
}

.cb-audiodownload {
  margin-left: 20px;
}

.cb-audiodownload .cb-btn {
  background-color: #EBE9E3;
  color: #252B2F;
  border-color: #252B2F;
}

.cb-audiodownload .cb-btn:hover,
.cb-audioddownload .cb-btn:focus {
  background-color: #252B2F;
  color: #EBE9E3;
  border-color: #252B2F;
}

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
  align-items: center;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #252B2F;
  border: 1px solid #252B2F;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: #252B2F;
}

.audioplayer-playing .audioplayer-playpause {
  background: #252B2F;
  border: 1px solid #252B2F;
}

.audioplayer-playing .audioplayer-playpause:hover {
  background: #252B2F;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #EBE9E3;
}

.audioplayer-playing .audioplayer-playpause a {
  background-image: url(../fonts/icon-pause.svg);
  width: 15px !important;
  height: 20px !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border: none !important;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #EBE9E3;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 16px;
  color: #252B2F;
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #B5B5B5;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #B5B5B5;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background-color: #252B2F;
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #252B2F;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #252B2F;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #252B2F;
}

.audioplayer-volume {
  display: flex;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #252B2F;
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #252B2F;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 12px;
  top: 0;
  width: 6px;
  height: 6px;
  border: 6px double #252B2F;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #252B2F;
  opacity: 0.5;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #252B2F;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #B5B5B5;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #252B2F;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 767px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
.cb-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 20px;
  text-decoration: none;
  vertical-align: middle;
  border: solid;
  background-color: #BD483C;
  color: #ffffff;
  border-color: #BD483C;
}
.cb-btn:hover, .cb-btn:focus {
  background-color: #a03d33;
  color: #ffffff;
  border-color: #a03d33;
  text-decoration: none;
}
.cb-btn--default {
  border-radius: 4px;
}
.cb-btn--squared {
  border-radius: 0;
}
.cb-btn--pill {
  border-radius: 50px;
}
.cb-btn--xs {
  font-size: 16px;
  padding: 2.5px 10px;
}
.cb-btn--sm {
  font-size: 16px;
  padding: 5px 15px;
}
.cb-btn--md {
  font-size: 20px;
  padding: 10px 20px;
}
.cb-btn--lg {
  font-size: 20px;
  padding: 20px 40px;
}
.cb-btn--block {
  display: block;
  width: 100%;
}

.cb-quote blockquote {
  padding-top: 100px;
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-gray.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 83px;
}
.cb-quote.blockquote-red blockquote {
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-red.svg);
}
.cb-quote.blockquote-orange blockquote {
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-orange.svg);
}
.cb-quote.blockquote-yellow blockquote {
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-yellow.svg);
}
.cb-quote.blockquote-green blockquote {
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-green.svg);
}
.cb-quote.blockquote-blue blockquote {
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-blue.svg);
}
.cb-quote.blockquote-purple blockquote {
  background-image: url(/media/themes/65b2e4033d63322203044755/fonts/quote-icon-purple.svg);
}

.cb-quote-author {
  padding: 20px 0;
}
.cb-quote-author:before {
  content: "- ";
}

.cb-quote.cb-float--left blockquote,
.cb-quote.cb-float--left--md blockquote,
.cb-quote.cb-float--left--lg blockquote,
.cb-quote.cb-float--right blockquote,
.cb-quote.cb-float--right--md blockquote,
.cb-quote.cb-float--right--lg blockquote {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cb-quote blockquote {
    margin-bottom: 60px;
  }
  .cb-quote.cb-float--left blockquote,
  .cb-quote.cb-float--left--md blockquote,
  .cb-quote.cb-float--left--lg blockquote,
  .cb-quote.cb-float--right blockquote,
  .cb-quote.cb-float--right--md blockquote,
  .cb-quote.cb-float--right--lg blockquote {
    margin-bottom: 0;
  }
}
.cb-quote.cb-float--left blockquote,
.cb-quote.cb-float--left--md blockquote,
.cb-quote.cb-float--left--lg blockquote,
.cb-quote.cb-float--left .cb-quote-author,
.cb-quote.cb-float--left--md .cb-quote-author,
.cb-quote.cb-float--left--lg .cb-quote-author {
  border-right: 1px solid #B5B5B5;
  padding-right: 40px;
}

.cb-quote.cb-float--right blockquote,
.cb-quote.cb-float--right--md blockquote,
.cb-quote.cb-float--right--lg blockquote,
.cb-quote.cb-float--right .cb-quote-author,
.cb-quote.cb-float--right--md .cb-quote-author,
.cb-quote.cb-float--right--lg .cb-quote-author {
  border-left: 1px solid #B5B5B5;
  padding-left: 40px;
}

.cb-quote.cb-float--center blockquote,
.cb-quote.cb-float--center--md blockquote,
.cb-quote.cb-float--center--lg blockquote,
.cb-quote.cb-float--center .cb-quote-author,
.cb-quote.cb-float--center--md .cb-quote-author,
.cb-quote.cb-float--center--lg .cb-quote-author {
  text-align: center;
}

@media (min-width: 1024px) {
  .cb-quote blockquote {
    margin-bottom: 60px;
  }
  .cb-quote.cb-float--left blockquote,
  .cb-quote.cb-float--left--md blockquote,
  .cb-quote.cb-float--left--lg blockquote,
  .cb-quote.cb-float--right blockquote,
  .cb-quote.cb-float--right--md blockquote,
  .cb-quote.cb-float--right--lg blockquote {
    margin-bottom: 0;
  }
}
.cb-callout--left {
  float: left;
  margin: 0 2em 2em 0;
}
@media (min-width: 768px) {
  .cb-callout--left--md {
    float: left;
    margin: 0 2em 2em 0;
  }
}
@media (min-width: 1024px) {
  .cb-callout--left--lg {
    float: left;
    margin: 0 2em 2em 0;
  }
}
.cb-callout--center {
  margin-left: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-callout--center--md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-callout--center--lg {
    margin-left: auto;
    margin-right: auto;
  }
}
.cb-callout--right {
  float: right;
  margin: 0 0 2em 2em;
}
@media (min-width: 768px) {
  .cb-callout--right--md {
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media (min-width: 1024px) {
  .cb-callout--right--lg {
    float: right;
    margin: 0 0 2em 2em;
  }
}

.cb-hr {
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #ccc;
}
.cb-hr--1x {
  height: 1px;
}
.cb-hr--2x {
  height: 2px;
}
.cb-hr--3x {
  height: 3px;
}
.cb-hr--4x {
  height: 5px;
}
.cb-hr--5x {
  height: 10px;
}
.cb-hr--left {
  margin-right: auto;
}
.cb-hr--center {
  margin-left: auto;
  margin-right: auto;
}
.cb-hr--right {
  margin-left: auto;
}

.cb-spacer {
  height: 1.5em;
}
.cb-spacer--1x {
  height: 1.5em;
}
.cb-spacer--2x {
  height: 2em;
}
.cb-spacer--3x {
  height: 2.5em;
}
.cb-spacer--4x {
  height: 3em;
}
.cb-spacer--5x {
  height: 3.5em;
}

.cb-10w {
  width: 10%;
}

.cb-10fw {
  flex: 0 0 10%;
  max-width: 10%;
}

.cb-10mw {
  max-width: 10%;
}

.cb-20w {
  width: 20%;
}

.cb-20fw {
  flex: 0 0 20%;
  max-width: 20%;
}

.cb-20mw {
  max-width: 20%;
}

.cb-25w {
  width: 25%;
}

.cb-25fw {
  flex: 0 0 25%;
  max-width: 25%;
}

.cb-25mw {
  max-width: 25%;
}

.cb-30w {
  width: 30%;
}

.cb-30fw {
  flex: 0 0 30%;
  max-width: 30%;
}

.cb-30mw {
  max-width: 30%;
}

.cb-33w {
  width: 33%;
}

.cb-33fw {
  flex: 0 0 33%;
  max-width: 33%;
}

.cb-33mw {
  max-width: 33%;
}

.cb-40w {
  width: 40%;
}

.cb-40fw {
  flex: 0 0 40%;
  max-width: 40%;
}

.cb-40mw {
  max-width: 40%;
}

.cb-50w {
  width: 50%;
}

.cb-50fw {
  flex: 0 0 50%;
  max-width: 50%;
}

.cb-50mw {
  max-width: 50%;
}

.cb-60w {
  width: 60%;
}

.cb-60fw {
  flex: 0 0 60%;
  max-width: 60%;
}

.cb-60mw {
  max-width: 60%;
}

.cb-66w {
  width: 66%;
}

.cb-66fw {
  flex: 0 0 66%;
  max-width: 66%;
}

.cb-66mw {
  max-width: 66%;
}

.cb-70w {
  width: 70%;
}

.cb-70fw {
  flex: 0 0 70%;
  max-width: 70%;
}

.cb-70mw {
  max-width: 70%;
}

.cb-75w {
  width: 75%;
}

.cb-75fw {
  flex: 0 0 75%;
  max-width: 75%;
}

.cb-75mw {
  max-width: 75%;
}

.cb-80w {
  width: 80%;
}

.cb-80fw {
  flex: 0 0 80%;
  max-width: 80%;
}

.cb-80mw {
  max-width: 80%;
}

.cb-90w {
  width: 90%;
}

.cb-90fw {
  flex: 0 0 90%;
  max-width: 90%;
}

.cb-90mw {
  max-width: 90%;
}

.cb-100w {
  width: 100%;
}

.cb-100fw {
  flex: 0 0 100%;
  max-width: 100%;
}

.cb-100mw {
  max-width: 100%;
}

@media (min-width: 768px) {
  .cb-10w--md {
    width: 10%;
  }
  .cb-10fw--md {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .cb-10mw--md {
    max-width: 10%;
  }
  .cb-20w--md {
    width: 20%;
  }
  .cb-20fw--md {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cb-20mw--md {
    max-width: 20%;
  }
  .cb-25w--md {
    width: 25%;
  }
  .cb-25fw--md {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cb-25mw--md {
    max-width: 25%;
  }
  .cb-30w--md {
    width: 30%;
  }
  .cb-30fw--md {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cb-30mw--md {
    max-width: 30%;
  }
  .cb-33w--md {
    width: 33%;
  }
  .cb-33fw--md {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .cb-33mw--md {
    max-width: 33%;
  }
  .cb-40w--md {
    width: 40%;
  }
  .cb-40fw--md {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cb-40mw--md {
    max-width: 40%;
  }
  .cb-50w--md {
    width: 50%;
  }
  .cb-50fw--md {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cb-50mw--md {
    max-width: 50%;
  }
  .cb-60w--md {
    width: 60%;
  }
  .cb-60fw--md {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cb-60mw--md {
    max-width: 60%;
  }
  .cb-66w--md {
    width: 66%;
  }
  .cb-66fw--md {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .cb-66mw--md {
    max-width: 66%;
  }
  .cb-70w--md {
    width: 70%;
  }
  .cb-70fw--md {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cb-70mw--md {
    max-width: 70%;
  }
  .cb-75w--md {
    width: 75%;
  }
  .cb-75fw--md {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cb-75mw--md {
    max-width: 75%;
  }
  .cb-80w--md {
    width: 80%;
  }
  .cb-80fw--md {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .cb-80mw--md {
    max-width: 80%;
  }
  .cb-90w--md {
    width: 90%;
  }
  .cb-90fw--md {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .cb-90mw--md {
    max-width: 90%;
  }
  .cb-100w--md {
    width: 100%;
  }
  .cb-100fw--md {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cb-100mw--md {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .cb-10w--lg {
    width: 10%;
  }
  .cb-10fw--lg {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .cb-10mw--lg {
    max-width: 10%;
  }
  .cb-20w--lg {
    width: 20%;
  }
  .cb-20fw--lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cb-20mw--lg {
    max-width: 20%;
  }
  .cb-25w--lg {
    width: 25%;
  }
  .cb-25fw--lg {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cb-25mw--lg {
    max-width: 25%;
  }
  .cb-30w--lg {
    width: 30%;
  }
  .cb-30fw--lg {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cb-30mw--lg {
    max-width: 30%;
  }
  .cb-33w--lg {
    width: 33%;
  }
  .cb-33fw--lg {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .cb-33mw--lg {
    max-width: 33%;
  }
  .cb-40w--lg {
    width: 40%;
  }
  .cb-40fw--lg {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cb-40mw--lg {
    max-width: 40%;
  }
  .cb-50w--lg {
    width: 50%;
  }
  .cb-50fw--lg {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cb-50mw--lg {
    max-width: 50%;
  }
  .cb-60w--lg {
    width: 60%;
  }
  .cb-60fw--lg {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cb-60mw--lg {
    max-width: 60%;
  }
  .cb-66w--lg {
    width: 66%;
  }
  .cb-66fw--lg {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .cb-66mw--lg {
    max-width: 66%;
  }
  .cb-70w--lg {
    width: 70%;
  }
  .cb-70fw--lg {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cb-70mw--lg {
    max-width: 70%;
  }
  .cb-75w--lg {
    width: 75%;
  }
  .cb-75fw--lg {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cb-75mw--lg {
    max-width: 75%;
  }
  .cb-80w--lg {
    width: 80%;
  }
  .cb-80fw--lg {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .cb-80mw--lg {
    max-width: 80%;
  }
  .cb-90w--lg {
    width: 90%;
  }
  .cb-90fw--lg {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .cb-90mw--lg {
    max-width: 90%;
  }
  .cb-100w--lg {
    width: 100%;
  }
  .cb-100fw--lg {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cb-100mw--lg {
    max-width: 100%;
  }
}
.cb-p--0 {
  padding: 0;
}
@media (min-width: 768px) {
  .cb-p--0--md {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .cb-p--0--lg {
    padding: 0;
  }
}

.cb-pt--0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .cb-pt--0--md {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pt--0--lg {
    padding-top: 0;
  }
}

.cb-pb--0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cb-pb--0--md {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pb--0--lg {
    padding-bottom: 0;
  }
}

.cb-ptb--0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cb-ptb--0--md {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cb-pl--0 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .cb-pl--0--md {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pl--0--lg {
    padding-left: 0;
  }
}

.cb-pr--0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .cb-pr--0--md {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pr--0--lg {
    padding-right: 0;
  }
}

.cb-plr--0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cb-plr--0--md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-plr--0--lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.cb-p--1x {
  padding: 1.5em;
}
@media (min-width: 768px) {
  .cb-p--1x--md {
    padding: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-p--1x--lg {
    padding: 1.5em;
  }
}

.cb-pt--1x {
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .cb-pt--1x--md {
    padding-top: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--1x--lg {
    padding-top: 1.5em;
  }
}

.cb-pb--1x {
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .cb-pb--1x--md {
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--1x--lg {
    padding-bottom: 1.5em;
  }
}

.cb-ptb--1x {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .cb-ptb--1x--md {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--1x--lg {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.cb-pl--1x {
  padding-left: 1.5em;
}
@media (min-width: 768px) {
  .cb-pl--1x--md {
    padding-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--1x--lg {
    padding-left: 1.5em;
  }
}

.cb-pr--1x {
  padding-right: 1.5em;
}
@media (min-width: 768px) {
  .cb-pr--1x--md {
    padding-right: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--1x--lg {
    padding-right: 1.5em;
  }
}

.cb-plr--1x {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 768px) {
  .cb-plr--1x--md {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--1x--lg {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.cb-p--2x {
  padding: 2em;
}
@media (min-width: 768px) {
  .cb-p--2x--md {
    padding: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-p--2x--lg {
    padding: 2em;
  }
}

.cb-pt--2x {
  padding-top: 2em;
}
@media (min-width: 768px) {
  .cb-pt--2x--md {
    padding-top: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--2x--lg {
    padding-top: 2em;
  }
}

.cb-pb--2x {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-pb--2x--md {
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--2x--lg {
    padding-bottom: 2em;
  }
}

.cb-ptb--2x {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-ptb--2x--md {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--2x--lg {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.cb-pl--2x {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .cb-pl--2x--md {
    padding-left: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--2x--lg {
    padding-left: 2em;
  }
}

.cb-pr--2x {
  padding-right: 2em;
}
@media (min-width: 768px) {
  .cb-pr--2x--md {
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--2x--lg {
    padding-right: 2em;
  }
}

.cb-plr--2x {
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 768px) {
  .cb-plr--2x--md {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--2x--lg {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.cb-p--3x {
  padding: 2.5em;
}
@media (min-width: 768px) {
  .cb-p--3x--md {
    padding: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-p--3x--lg {
    padding: 2.5em;
  }
}

.cb-pt--3x {
  padding-top: 2.5em;
}
@media (min-width: 768px) {
  .cb-pt--3x--md {
    padding-top: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--3x--lg {
    padding-top: 2.5em;
  }
}

.cb-pb--3x {
  padding-bottom: 2.5em;
}
@media (min-width: 768px) {
  .cb-pb--3x--md {
    padding-bottom: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--3x--lg {
    padding-bottom: 2.5em;
  }
}

.cb-ptb--3x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 768px) {
  .cb-ptb--3x--md {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--3x--lg {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.cb-pl--3x {
  padding-left: 2.5em;
}
@media (min-width: 768px) {
  .cb-pl--3x--md {
    padding-left: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--3x--lg {
    padding-left: 2.5em;
  }
}

.cb-pr--3x {
  padding-right: 2.5em;
}
@media (min-width: 768px) {
  .cb-pr--3x--md {
    padding-right: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--3x--lg {
    padding-right: 2.5em;
  }
}

.cb-plr--3x {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media (min-width: 768px) {
  .cb-plr--3x--md {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--3x--lg {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

.cb-p--4x {
  padding: 3em;
}
@media (min-width: 768px) {
  .cb-p--4x--md {
    padding: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-p--4x--lg {
    padding: 3em;
  }
}

.cb-pt--4x {
  padding-top: 3em;
}
@media (min-width: 768px) {
  .cb-pt--4x--md {
    padding-top: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--4x--lg {
    padding-top: 3em;
  }
}

.cb-pb--4x {
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-pb--4x--md {
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--4x--lg {
    padding-bottom: 3em;
  }
}

.cb-ptb--4x {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-ptb--4x--md {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--4x--lg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.cb-pl--4x {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .cb-pl--4x--md {
    padding-left: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--4x--lg {
    padding-left: 3em;
  }
}

.cb-pr--4x {
  padding-right: 3em;
}
@media (min-width: 768px) {
  .cb-pr--4x--md {
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--4x--lg {
    padding-right: 3em;
  }
}

.cb-plr--4x {
  padding-left: 3em;
  padding-right: 3em;
}
@media (min-width: 768px) {
  .cb-plr--4x--md {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--4x--lg {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.cb-p--5x {
  padding: 3.5em;
}
@media (min-width: 768px) {
  .cb-p--5x--md {
    padding: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-p--5x--lg {
    padding: 3.5em;
  }
}

.cb-pt--5x {
  padding-top: 3.5em;
}
@media (min-width: 768px) {
  .cb-pt--5x--md {
    padding-top: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--5x--lg {
    padding-top: 3.5em;
  }
}

.cb-pb--5x {
  padding-bottom: 3.5em;
}
@media (min-width: 768px) {
  .cb-pb--5x--md {
    padding-bottom: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--5x--lg {
    padding-bottom: 3.5em;
  }
}

.cb-ptb--5x {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
@media (min-width: 768px) {
  .cb-ptb--5x--md {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--5x--lg {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

.cb-pl--5x {
  padding-left: 3.5em;
}
@media (min-width: 768px) {
  .cb-pl--5x--md {
    padding-left: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--5x--lg {
    padding-left: 3.5em;
  }
}

.cb-pr--5x {
  padding-right: 3.5em;
}
@media (min-width: 768px) {
  .cb-pr--5x--md {
    padding-right: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--5x--lg {
    padding-right: 3.5em;
  }
}

.cb-plr--5x {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
@media (min-width: 768px) {
  .cb-plr--5x--md {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--5x--lg {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}

.cb-m--auto {
  margin: auto;
}
@media (min-width: 768px) {
  .cb-m--auto--md {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .cb-m--auto--lg {
    margin: auto;
  }
}

.cb-mt--auto {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cb-mt--auto--md {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mt--auto--lg {
    margin-top: auto;
  }
}

.cb-mb--auto {
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-mb--auto--md {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mb--auto--lg {
    margin-bottom: auto;
  }
}

.cb-mtb--auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-mtb--auto--md {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--auto--lg {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.cb-ml--auto {
  margin-left: auto;
}
@media (min-width: 768px) {
  .cb-ml--auto--md {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .cb-ml--auto--lg {
    margin-left: auto;
  }
}

.cb-mr--auto {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cb-mr--auto--md {
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mr--auto--lg {
    margin-right: auto;
  }
}

.cb-mlr--auto {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cb-mlr--auto--md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--auto--lg {
    margin-left: auto;
    margin-right: auto;
  }
}

.cb-m--0 {
  margin: 0;
}
@media (min-width: 768px) {
  .cb-m--0--md {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cb-m--0--lg {
    margin: 0;
  }
}

.cb-mt--0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cb-mt--0--md {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mt--0--lg {
    margin-top: 0;
  }
}

.cb-mb--0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-mb--0--md {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mb--0--lg {
    margin-bottom: 0;
  }
}

.cb-mtb--0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-mtb--0--md {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--0--lg {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cb-ml--0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cb-ml--0--md {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .cb-ml--0--lg {
    margin-left: 0;
  }
}

.cb-mr--0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cb-mr--0--md {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mr--0--lg {
    margin-right: 0;
  }
}

.cb-mlr--0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cb-mlr--0--md {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--0--lg {
    margin-left: 0;
    margin-right: 0;
  }
}

.cb-m--1x {
  margin: 1.5em;
}
@media (min-width: 768px) {
  .cb-m--1x--md {
    margin: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-m--1x--lg {
    margin: 1.5em;
  }
}

.cb-mt--1x {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .cb-mt--1x--md {
    margin-top: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--1x--lg {
    margin-top: 1.5em;
  }
}

.cb-mb--1x {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .cb-mb--1x--md {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--1x--lg {
    margin-bottom: 1.5em;
  }
}

.cb-mtb--1x {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .cb-mtb--1x--md {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--1x--lg {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.cb-ml--1x {
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  .cb-ml--1x--md {
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--1x--lg {
    margin-left: 1.5em;
  }
}

.cb-mr--1x {
  margin-right: 1.5em;
}
@media (min-width: 768px) {
  .cb-mr--1x--md {
    margin-right: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--1x--lg {
    margin-right: 1.5em;
  }
}

.cb-mlr--1x {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
@media (min-width: 768px) {
  .cb-mlr--1x--md {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--1x--lg {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

.cb-m--2x {
  margin: 2em;
}
@media (min-width: 768px) {
  .cb-m--2x--md {
    margin: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-m--2x--lg {
    margin: 2em;
  }
}

.cb-mt--2x {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .cb-mt--2x--md {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--2x--lg {
    margin-top: 2em;
  }
}

.cb-mb--2x {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-mb--2x--md {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--2x--lg {
    margin-bottom: 2em;
  }
}

.cb-mtb--2x {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-mtb--2x--md {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--2x--lg {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.cb-ml--2x {
  margin-left: 2em;
}
@media (min-width: 768px) {
  .cb-ml--2x--md {
    margin-left: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--2x--lg {
    margin-left: 2em;
  }
}

.cb-mr--2x {
  margin-right: 2em;
}
@media (min-width: 768px) {
  .cb-mr--2x--md {
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--2x--lg {
    margin-right: 2em;
  }
}

.cb-mlr--2x {
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 768px) {
  .cb-mlr--2x--md {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--2x--lg {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.cb-m--3x {
  margin: 2.5em;
}
@media (min-width: 768px) {
  .cb-m--3x--md {
    margin: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-m--3x--lg {
    margin: 2.5em;
  }
}

.cb-mt--3x {
  margin-top: 2.5em;
}
@media (min-width: 768px) {
  .cb-mt--3x--md {
    margin-top: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--3x--lg {
    margin-top: 2.5em;
  }
}

.cb-mb--3x {
  margin-bottom: 2.5em;
}
@media (min-width: 768px) {
  .cb-mb--3x--md {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--3x--lg {
    margin-bottom: 2.5em;
  }
}

.cb-mtb--3x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media (min-width: 768px) {
  .cb-mtb--3x--md {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--3x--lg {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

.cb-ml--3x {
  margin-left: 2.5em;
}
@media (min-width: 768px) {
  .cb-ml--3x--md {
    margin-left: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--3x--lg {
    margin-left: 2.5em;
  }
}

.cb-mr--3x {
  margin-right: 2.5em;
}
@media (min-width: 768px) {
  .cb-mr--3x--md {
    margin-right: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--3x--lg {
    margin-right: 2.5em;
  }
}

.cb-mlr--3x {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
@media (min-width: 768px) {
  .cb-mlr--3x--md {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--3x--lg {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
}

.cb-m--4x {
  margin: 3em;
}
@media (min-width: 768px) {
  .cb-m--4x--md {
    margin: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-m--4x--lg {
    margin: 3em;
  }
}

.cb-mt--4x {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .cb-mt--4x--md {
    margin-top: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--4x--lg {
    margin-top: 3em;
  }
}

.cb-mb--4x {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-mb--4x--md {
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--4x--lg {
    margin-bottom: 3em;
  }
}

.cb-mtb--4x {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-mtb--4x--md {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--4x--lg {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.cb-ml--4x {
  margin-left: 3em;
}
@media (min-width: 768px) {
  .cb-ml--4x--md {
    margin-left: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--4x--lg {
    margin-left: 3em;
  }
}

.cb-mr--4x {
  margin-right: 3em;
}
@media (min-width: 768px) {
  .cb-mr--4x--md {
    margin-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--4x--lg {
    margin-right: 3em;
  }
}

.cb-mlr--4x {
  margin-left: 3em;
  margin-right: 3em;
}
@media (min-width: 768px) {
  .cb-mlr--4x--md {
    margin-left: 3em;
    margin-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--4x--lg {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.cb-m--5x {
  margin: 3.5em;
}
@media (min-width: 768px) {
  .cb-m--5x--md {
    margin: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-m--5x--lg {
    margin: 3.5em;
  }
}

.cb-mt--5x {
  margin-top: 3.5em;
}
@media (min-width: 768px) {
  .cb-mt--5x--md {
    margin-top: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--5x--lg {
    margin-top: 3.5em;
  }
}

.cb-mb--5x {
  margin-bottom: 3.5em;
}
@media (min-width: 768px) {
  .cb-mb--5x--md {
    margin-bottom: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--5x--lg {
    margin-bottom: 3.5em;
  }
}

.cb-mtb--5x {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
@media (min-width: 768px) {
  .cb-mtb--5x--md {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--5x--lg {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
}

.cb-ml--5x {
  margin-left: 3.5em;
}
@media (min-width: 768px) {
  .cb-ml--5x--md {
    margin-left: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--5x--lg {
    margin-left: 3.5em;
  }
}

.cb-mr--5x {
  margin-right: 3.5em;
}
@media (min-width: 768px) {
  .cb-mr--5x--md {
    margin-right: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--5x--lg {
    margin-right: 3.5em;
  }
}

.cb-mlr--5x {
  margin-left: 3.5em;
  margin-right: 3.5em;
}
@media (min-width: 768px) {
  .cb-mlr--5x--md {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--5x--lg {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .cb-text--left--md {
    text-align: left;
  }
  .cb-text--center--md {
    text-align: center;
  }
  .cb-text--right--md {
    text-align: right;
  }
  .cb-text--justify--md {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .cb-text--left--lg {
    text-align: left;
  }
  .cb-text--center--lg {
    text-align: center;
  }
  .cb-text--right--lg {
    text-align: right;
  }
  .cb-text--justify--lg {
    text-align: justify;
  }
}
.cb-float--left {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.cb-float--center {
  margin: 0 auto 1.5em;
}

.cb-float--right {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

@media (min-width: 768px) {
  .cb-float--left--md {
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
  .cb-float--center--md {
    margin: 0 auto 1.5em;
  }
  .cb-float--right--md {
    float: right;
    margin: 0 0 1.5em 1.5em;
  }
}
@media (min-width: 1024px) {
  .cb-float--left--lg {
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
  .cb-float--center--lg {
    margin: 0 auto 1.5em;
  }
  .cb-float--right--lg {
    float: right;
    margin: 0 0 1.5em 1.5em;
  }
}
.cb-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cb-bw--0 {
  border-width: 0;
}
.cb-bw--1x {
  border-width: 1px;
}
.cb-bw--2x {
  border-width: 2px;
}
.cb-bw--3x {
  border-width: 3px;
}
.cb-bw--4x {
  border-width: 4px;
}
.cb-bw--5x {
  border-width: 5px;
}

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

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

.cb-bg--white--hover:hover, .cb-bg--white--hover:focus {
  background-color: #ffffff !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #ffffff !important;
}

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

.cb-c--white--hover:hover, .cb-c--white--hover:focus {
  color: #ffffff !important;
}

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

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--white--hover:hover, .cb-bc--white--hover:focus {
  border-color: #ffffff !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--white > th {
  background-color: #ffffff !important;
}

.cb-table-row--white > :not(caption) > * > * {
  background-color: #ffffff !important;
}

.cb-table-row-alt--white > tbody > tr:nth-of-type(even) > * {
  background-color: #ffffff !important;
}

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

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

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

.cb-bg--light--hover:hover, .cb-bg--light--hover:focus {
  background-color: #EBE9E3 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #EBE9E3 !important;
}

.cb-c--light {
  color: #EBE9E3 !important;
}

.cb-c--light--hover:hover, .cb-c--light--hover:focus {
  color: #EBE9E3 !important;
}

.cb-bc--light {
  border-color: #EBE9E3 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--light--hover:hover, .cb-bc--light--hover:focus {
  border-color: #EBE9E3 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--light > th {
  background-color: #EBE9E3 !important;
}

.cb-table-row--light > :not(caption) > * > * {
  background-color: #EBE9E3 !important;
}

.cb-table-row-alt--light > tbody > tr:nth-of-type(even) > * {
  background-color: #EBE9E3 !important;
}

.cb-table-bc--light {
  border-color: #EBE9E3 !important;
}

.cb-bg--gray {
  background-color: #B5B5B5 !important;
}

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

.cb-bg--gray--hover:hover, .cb-bg--gray--hover:focus {
  background-color: #B5B5B5 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #B5B5B5 !important;
}

.cb-c--gray {
  color: #B5B5B5 !important;
}

.cb-c--gray--hover:hover, .cb-c--gray--hover:focus {
  color: #B5B5B5 !important;
}

.cb-bc--gray {
  border-color: #B5B5B5 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--gray--hover:hover, .cb-bc--gray--hover:focus {
  border-color: #B5B5B5 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--gray > th {
  background-color: #B5B5B5 !important;
}

.cb-table-row--gray > :not(caption) > * > * {
  background-color: #B5B5B5 !important;
}

.cb-table-row-alt--gray > tbody > tr:nth-of-type(even) > * {
  background-color: #B5B5B5 !important;
}

.cb-table-bc--gray {
  border-color: #B5B5B5 !important;
}

.cb-bg--primary {
  background-color: #BD483C !important;
}

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

.cb-bg--primary--hover:hover, .cb-bg--primary--hover:focus {
  background-color: #BD483C !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #BD483C !important;
}

.cb-c--primary {
  color: #BD483C !important;
}

.cb-c--primary--hover:hover, .cb-c--primary--hover:focus {
  color: #BD483C !important;
}

.cb-bc--primary {
  border-color: #BD483C !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--primary--hover:hover, .cb-bc--primary--hover:focus {
  border-color: #BD483C !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--primary > th {
  background-color: #BD483C !important;
}

.cb-table-row--primary > :not(caption) > * > * {
  background-color: #BD483C !important;
}

.cb-table-row-alt--primary > tbody > tr:nth-of-type(even) > * {
  background-color: #BD483C !important;
}

.cb-table-bc--primary {
  border-color: #BD483C !important;
}

.cb-bg--dark {
  background-color: #465058 !important;
}

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

.cb-bg--dark--hover:hover, .cb-bg--dark--hover:focus {
  background-color: #465058 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #465058 !important;
}

.cb-c--dark {
  color: #465058 !important;
}

.cb-c--dark--hover:hover, .cb-c--dark--hover:focus {
  color: #465058 !important;
}

.cb-bc--dark {
  border-color: #465058 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--dark--hover:hover, .cb-bc--dark--hover:focus {
  border-color: #465058 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--dark > th {
  background-color: #465058 !important;
}

.cb-table-row--dark > :not(caption) > * > * {
  background-color: #465058 !important;
}

.cb-table-row-alt--dark > tbody > tr:nth-of-type(even) > * {
  background-color: #465058 !important;
}

.cb-table-bc--dark {
  border-color: #465058 !important;
}

.cb-bg--black {
  background-color: #252B2F !important;
}

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

.cb-bg--black--hover:hover, .cb-bg--black--hover:focus {
  background-color: #252B2F !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #252B2F !important;
}

.cb-c--black {
  color: #252B2F !important;
}

.cb-c--black--hover:hover, .cb-c--black--hover:focus {
  color: #252B2F !important;
}

.cb-bc--black {
  border-color: #252B2F !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--black--hover:hover, .cb-bc--black--hover:focus {
  border-color: #252B2F !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--black > th {
  background-color: #252B2F !important;
}

.cb-table-row--black > :not(caption) > * > * {
  background-color: #252B2F !important;
}

.cb-table-row-alt--black > tbody > tr:nth-of-type(even) > * {
  background-color: #252B2F !important;
}

.cb-table-bc--black {
  border-color: #252B2F !important;
}

.cb-bg--blue {
  background-color: #2D9AC2 !important;
}

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

.cb-bg--blue--hover:hover, .cb-bg--blue--hover:focus {
  background-color: #2D9AC2 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #2D9AC2 !important;
}

.cb-c--blue {
  color: #2D9AC2 !important;
}

.cb-c--blue--hover:hover, .cb-c--blue--hover:focus {
  color: #2D9AC2 !important;
}

.cb-bc--blue {
  border-color: #2D9AC2 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--blue--hover:hover, .cb-bc--blue--hover:focus {
  border-color: #2D9AC2 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--blue > th {
  background-color: #2D9AC2 !important;
}

.cb-table-row--blue > :not(caption) > * > * {
  background-color: #2D9AC2 !important;
}

.cb-table-row-alt--blue > tbody > tr:nth-of-type(even) > * {
  background-color: #2D9AC2 !important;
}

.cb-table-bc--blue {
  border-color: #2D9AC2 !important;
}

.cb-bg--indigo {
  background-color: #6610f2 !important;
}

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

.cb-bg--indigo--hover:hover, .cb-bg--indigo--hover:focus {
  background-color: #6610f2 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #6610f2 !important;
}

.cb-c--indigo {
  color: #6610f2 !important;
}

.cb-c--indigo--hover:hover, .cb-c--indigo--hover:focus {
  color: #6610f2 !important;
}

.cb-bc--indigo {
  border-color: #6610f2 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--indigo--hover:hover, .cb-bc--indigo--hover:focus {
  border-color: #6610f2 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--indigo > th {
  background-color: #6610f2 !important;
}

.cb-table-row--indigo > :not(caption) > * > * {
  background-color: #6610f2 !important;
}

.cb-table-row-alt--indigo > tbody > tr:nth-of-type(even) > * {
  background-color: #6610f2 !important;
}

.cb-table-bc--indigo {
  border-color: #6610f2 !important;
}

.cb-bg--purple {
  background-color: #7472AF !important;
}

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

.cb-bg--purple--hover:hover, .cb-bg--purple--hover:focus {
  background-color: #7472AF !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #7472AF !important;
}

.cb-c--purple {
  color: #7472AF !important;
}

.cb-c--purple--hover:hover, .cb-c--purple--hover:focus {
  color: #7472AF !important;
}

.cb-bc--purple {
  border-color: #7472AF !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--purple--hover:hover, .cb-bc--purple--hover:focus {
  border-color: #7472AF !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--purple > th {
  background-color: #7472AF !important;
}

.cb-table-row--purple > :not(caption) > * > * {
  background-color: #7472AF !important;
}

.cb-table-row-alt--purple > tbody > tr:nth-of-type(even) > * {
  background-color: #7472AF !important;
}

.cb-table-bc--purple {
  border-color: #7472AF !important;
}

.cb-bg--pink {
  background-color: #B959A4 !important;
}

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

.cb-bg--pink--hover:hover, .cb-bg--pink--hover:focus {
  background-color: #B959A4 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #B959A4 !important;
}

.cb-c--pink {
  color: #B959A4 !important;
}

.cb-c--pink--hover:hover, .cb-c--pink--hover:focus {
  color: #B959A4 !important;
}

.cb-bc--pink {
  border-color: #B959A4 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--pink--hover:hover, .cb-bc--pink--hover:focus {
  border-color: #B959A4 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--pink > th {
  background-color: #B959A4 !important;
}

.cb-table-row--pink > :not(caption) > * > * {
  background-color: #B959A4 !important;
}

.cb-table-row-alt--pink > tbody > tr:nth-of-type(even) > * {
  background-color: #B959A4 !important;
}

.cb-table-bc--pink {
  border-color: #B959A4 !important;
}

.cb-bg--red {
  background-color: #E1434F !important;
}

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

.cb-bg--red--hover:hover, .cb-bg--red--hover:focus {
  background-color: #E1434F !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #E1434F !important;
}

.cb-c--red {
  color: #E1434F !important;
}

.cb-c--red--hover:hover, .cb-c--red--hover:focus {
  color: #E1434F !important;
}

.cb-bc--red {
  border-color: #E1434F !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--red--hover:hover, .cb-bc--red--hover:focus {
  border-color: #E1434F !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--red > th {
  background-color: #E1434F !important;
}

.cb-table-row--red > :not(caption) > * > * {
  background-color: #E1434F !important;
}

.cb-table-row-alt--red > tbody > tr:nth-of-type(even) > * {
  background-color: #E1434F !important;
}

.cb-table-bc--red {
  border-color: #E1434F !important;
}

.cb-bg--orange {
  background-color: #DF5935 !important;
}

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

.cb-bg--orange--hover:hover, .cb-bg--orange--hover:focus {
  background-color: #DF5935 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #DF5935 !important;
}

.cb-c--orange {
  color: #DF5935 !important;
}

.cb-c--orange--hover:hover, .cb-c--orange--hover:focus {
  color: #DF5935 !important;
}

.cb-bc--orange {
  border-color: #DF5935 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--orange--hover:hover, .cb-bc--orange--hover:focus {
  border-color: #DF5935 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--orange > th {
  background-color: #DF5935 !important;
}

.cb-table-row--orange > :not(caption) > * > * {
  background-color: #DF5935 !important;
}

.cb-table-row-alt--orange > tbody > tr:nth-of-type(even) > * {
  background-color: #DF5935 !important;
}

.cb-table-bc--orange {
  border-color: #DF5935 !important;
}

.cb-bg--yellow {
  background-color: #B28932 !important;
}

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

.cb-bg--yellow--hover:hover, .cb-bg--yellow--hover:focus {
  background-color: #B28932 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #B28932 !important;
}

.cb-c--yellow {
  color: #B28932 !important;
}

.cb-c--yellow--hover:hover, .cb-c--yellow--hover:focus {
  color: #B28932 !important;
}

.cb-bc--yellow {
  border-color: #B28932 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--yellow--hover:hover, .cb-bc--yellow--hover:focus {
  border-color: #B28932 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--yellow > th {
  background-color: #B28932 !important;
}

.cb-table-row--yellow > :not(caption) > * > * {
  background-color: #B28932 !important;
}

.cb-table-row-alt--yellow > tbody > tr:nth-of-type(even) > * {
  background-color: #B28932 !important;
}

.cb-table-bc--yellow {
  border-color: #B28932 !important;
}

.cb-bg--green {
  background-color: #47A472 !important;
}

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

.cb-bg--green--hover:hover, .cb-bg--green--hover:focus {
  background-color: #47A472 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #47A472 !important;
}

.cb-c--green {
  color: #47A472 !important;
}

.cb-c--green--hover:hover, .cb-c--green--hover:focus {
  color: #47A472 !important;
}

.cb-bc--green {
  border-color: #47A472 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--green--hover:hover, .cb-bc--green--hover:focus {
  border-color: #47A472 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--green > th {
  background-color: #47A472 !important;
}

.cb-table-row--green > :not(caption) > * > * {
  background-color: #47A472 !important;
}

.cb-table-row-alt--green > tbody > tr:nth-of-type(even) > * {
  background-color: #47A472 !important;
}

.cb-table-bc--green {
  border-color: #47A472 !important;
}

.cb-bg--teal {
  background-color: #20c997 !important;
}

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

.cb-bg--teal--hover:hover, .cb-bg--teal--hover:focus {
  background-color: #20c997 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #20c997 !important;
}

.cb-c--teal {
  color: #20c997 !important;
}

.cb-c--teal--hover:hover, .cb-c--teal--hover:focus {
  color: #20c997 !important;
}

.cb-bc--teal {
  border-color: #20c997 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--teal--hover:hover, .cb-bc--teal--hover:focus {
  border-color: #20c997 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--teal > th {
  background-color: #20c997 !important;
}

.cb-table-row--teal > :not(caption) > * > * {
  background-color: #20c997 !important;
}

.cb-table-row-alt--teal > tbody > tr:nth-of-type(even) > * {
  background-color: #20c997 !important;
}

.cb-table-bc--teal {
  border-color: #20c997 !important;
}

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

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

.cb-bg--cyan--hover:hover, .cb-bg--cyan--hover:focus {
  background-color: #17a2b8 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #17a2b8 !important;
}

.cb-c--cyan {
  color: #17a2b8 !important;
}

.cb-c--cyan--hover:hover, .cb-c--cyan--hover:focus {
  color: #17a2b8 !important;
}

.cb-bc--cyan {
  border-color: #17a2b8 !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--cyan--hover:hover, .cb-bc--cyan--hover:focus {
  border-color: #17a2b8 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--cyan > th {
  background-color: #17a2b8 !important;
}

.cb-table-row--cyan > :not(caption) > * > * {
  background-color: #17a2b8 !important;
}

.cb-table-row-alt--cyan > tbody > tr:nth-of-type(even) > * {
  background-color: #17a2b8 !important;
}

.cb-table-bc--cyan {
  border-color: #17a2b8 !important;
}

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

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

.cb-bg--white--hover:hover, .cb-bg--white--hover:focus {
  background-color: #fff !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #fff !important;
}

.cb-c--white {
  color: #fff !important;
}

.cb-c--white--hover:hover, .cb-c--white--hover:focus {
  color: #fff !important;
}

.cb-bc--white {
  border-color: #fff !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--white--hover:hover, .cb-bc--white--hover:focus {
  border-color: #fff !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--white > th {
  background-color: #fff !important;
}

.cb-table-row--white > :not(caption) > * > * {
  background-color: #fff !important;
}

.cb-table-row-alt--white > tbody > tr:nth-of-type(even) > * {
  background-color: #fff !important;
}

.cb-table-bc--white {
  border-color: #fff !important;
}

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

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

.cb-bg--gray--hover:hover, .cb-bg--gray--hover:focus {
  background-color: #6c757d !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #6c757d !important;
}

.cb-c--gray {
  color: #6c757d !important;
}

.cb-c--gray--hover:hover, .cb-c--gray--hover:focus {
  color: #6c757d !important;
}

.cb-bc--gray {
  border-color: #6c757d !important;
}

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--gray--hover:hover, .cb-bc--gray--hover:focus {
  border-color: #6c757d !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--gray > th {
  background-color: #6c757d !important;
}

.cb-table-row--gray > :not(caption) > * > * {
  background-color: #6c757d !important;
}

.cb-table-row-alt--gray > tbody > tr:nth-of-type(even) > * {
  background-color: #6c757d !important;
}

.cb-table-bc--gray {
  border-color: #6c757d !important;
}

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

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

.cb-bg--gray-dark--hover:hover, .cb-bg--gray-dark--hover:focus {
  background-color: #343a40 !important;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #343a40 !important;
}

.cb-c--gray-dark {
  color: #343a40 !important;
}

.cb-c--gray-dark--hover:hover, .cb-c--gray-dark--hover:focus {
  color: #343a40 !important;
}

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

.cb-bc--transparent {
  border-color: transparent !important;
}

.cb-bc--gray-dark--hover:hover, .cb-bc--gray-dark--hover:focus {
  border-color: #343a40 !important;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent !important;
}

.cb-table-header--gray-dark > th {
  background-color: #343a40 !important;
}

.cb-table-row--gray-dark > :not(caption) > * > * {
  background-color: #343a40 !important;
}

.cb-table-row-alt--gray-dark > tbody > tr:nth-of-type(even) > * {
  background-color: #343a40 !important;
}

.cb-table-bc--gray-dark {
  border-color: #343a40 !important;
}

.cBuilder .text-large {
  font-size: 24px;
}
.cBuilder .heading-bold {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.cBuilder .heading-bold-uppercase {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cBuilder .heading-light {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.audioplayer {
  font-family: "proxima-nova", sans-serif;
}

.audioplayer > div {
  display: none;
}

.audioplayer > .audioplayer,
.audioplayer > .audioplayer > div {
  display: flex;
}

.ipr_contentArea .audioplayer > div {
  display: flex;
}

.ipr_contentArea .audioplayer-playing .audioplayer-playpause a {
  background-image: none;
}

.cb-callout {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}

.cb-callout-content {
  padding: 2em;
}

[data-action=ipr_sidebarOpenPanel]:hover {
  outline: 1px solid #04c077;
  outline-offset: 5px;
  border-radius: 5px;
}

#ipr_sideToolBar_settings_title .ipr_form-responsiveChoice,
#ipr_sideToolBar_settings_title .ipr_form-group p,
#ipr_sideToolBar_settings_title .ipr_buttongroup,
#ipr_sideToolBar_settings_subheadline .ipr_settingsTabs-panelBody .ipr_form-group:last-child,
#ipr_sideToolBar_settings_taxonomy2 .ipr_optionsList,
#ipr_sideToolBar_settings_multimedia .ipr_optionsList {
  display: none;
}

.ipr_contentArea-container .ipr_cb-code {
  min-height: 60px;
  background: #eee;
  position: relative;
  border-radius: 10px;
  padding: 20px;
}
.ipr_contentArea-container .ipr_cb-code:after {
  content: "Embed Code (launch preview to see code rendered)";
  font-family: monospace;
}

.ipr_panelBar h1, .ipr_panelBar h2, .ipr_panelBar h3, .ipr_panelBar h4, .ipr_panelBar h5, .ipr_panelBar .h1, .ipr_panelBar .h2, .ipr_panelBar .h3, .ipr_panelBar .h4, .ipr_panelBar .h5 {
  font-size: inherit;
}

.ipr_addFile-selectedLink_path {
  background: none !important;
  color: white !important;
}

.ipr_addFile-selectedLink_path::-moz-placeholder, .ipr_form-input::-moz-placeholder {
  color: white !important;
}

.ipr_addFile-selectedLink_path::placeholder,
.ipr_form-input::placeholder {
  color: white !important;
}

.is-builder .instagram-content:not(.owl-carousel) {
  flex-wrap: nowrap;
  overflow: hidden;
}

.btn, .prefooter-banner .btn-outline-white {
  border-radius: 50px;
  font-size: 1rem;
}

.btn-primary {
  background-color: #465058;
  border-color: #465058;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #373e44;
  border-color: #373e44;
}/*# sourceMappingURL=theme.css.map */