/* Minification failed. Returning unminified contents.
(6399,38): run-time error CSS1030: Expected identifier, found ','
(6399,53): run-time error CSS1031: Expected selector, found ')'
(6399,53): run-time error CSS1025: Expected comma or open brace, found ')'
(6404,40): run-time error CSS1030: Expected identifier, found ','
(6404,55): run-time error CSS1031: Expected selector, found ')'
(6404,55): run-time error CSS1025: Expected comma or open brace, found ')'
(6409,38): run-time error CSS1030: Expected identifier, found ','
(6409,53): run-time error CSS1031: Expected selector, found ')'
(6409,53): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*!
 * Bootstrap Reboot 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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
::after,
::before {
  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: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]):not([data-href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):not([data-href]):focus,
a:not([href]):not([tabindex]):not([data-href]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):not([data-href]):focus {
  outline: 0;
}
code,
kbd,
pre,
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;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -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;
}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */

/*!
 * Bootstrap Grid 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)
 */

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */

.bg-yellow {
  background-color: #FFFAE9;
}
.bg-light-grey {
  background-color: #eee;
}
.color-normal {
  color: #383739;
}
.color-white {
  color: #fff;
}
.color-red {
  color: #D52826;
}
.color-neon {
  color: #BFDD52;
}
.bg-facebook {
  background: #3D5A98;
  color: #fff;
}
.bg-twitter {
  background: #2DAAE1;
  color: #fff;
}
.bg-linkedin {
  background: #0274B3;
  color: #fff;
}
.bg-instagram {
  background: #B3358B;
  color: #fff;
}
.bg-youtube {
  background: #f00;
  color: #fff;
}
.bg-mewe {
  background: #2C488A;
  color: #fff;
}
.bg-telegram {
  background: #2DAAE1;
  color: #fff;
}
.bg-brighteon {
  background: #E01F3A;
  color: #fff;
}
.bg-odysee {
  background: #fa6165;
  color: #fff;
}
.bg-other {
  background: #999;
  color: #fff;
}
.color-green,
.theme-green .color-theme,
body .theme-green .color-theme,
.theme-green .user-content h2 {
  color: #028e3e;
}
.bg-green,
.theme-green .bg-theme,
body .theme-green .bg-theme,
.theme-green .tag-blocks a {
  background-color: #028e3e;
}
.theme-green .bg-theme.semi,
body .theme-green .bg-theme.semi {
  background-color: rgba(2, 142, 62, 0.92);
}
.theme-green .border-theme {
  border-color: #028e3e;
}
.theme-green .head-bg:after {
  background: linear-gradient(0deg, rgba(2, 142, 62, 0.1) 10%, #028e3e 100%);
}
.theme-green .texture-dot:before {
  background-image: linear-gradient(0deg, #028e3e, #028e3e), url(/content/img/texture-dot.png);
}
.theme-green .user-content table tr > *,
body .user-content table.theme-green tr > * {
  border-color: #028e3e !important;
}
.theme-green .user-content table .highlight,
.theme-green .user-content table tr:first-child > *,
body .user-content table.theme-green .highlight,
body .user-content table.theme-green tr:first-child > * {
  background-color: #42ab45;
}
.theme-green table.striped tr:nth-child(2n+1),
table.theme-green.striped tr:nth-child(2n+1) {
  background-color: rgba(2, 142, 62, 0.1);
}
.theme-green ul[style="list-style-type: tick;"] li:before {
  background-color: #028e3e;
}
.theme-green .membership-aside h1 {
  background: #028e3e;
}
.theme-green .membership-aside {
  background: rgba(2, 142, 62, 0.1);
}
.btn-green,
.theme-green .btn-theme {
  background-color: #028e3e !important;
}
.btn-green:hover,
.theme-green .btn-theme:hover {
  background-color: #42ab45 !important;
}
.color-red,
.theme-red .color-theme,
body .theme-red .color-theme,
.theme-red .user-content h2 {
  color: #D52826;
}
.bg-red,
.theme-red .bg-theme,
body .theme-red .bg-theme,
.theme-red .tag-blocks a {
  background-color: #D52826;
}
.theme-red .bg-theme.semi,
body .theme-red .bg-theme.semi {
  background-color: rgba(213, 40, 38, 0.92);
}
.theme-red .border-theme {
  border-color: #D52826;
}
.theme-red .head-bg:after {
  background: linear-gradient(0deg, rgba(213, 40, 38, 0.1) 10%, #D52826 100%);
}
.theme-red .texture-dot:before {
  background-image: linear-gradient(0deg, #D52826, #D52826), url(/content/img/texture-dot.png);
}
.theme-red .user-content table tr > *,
body .user-content table.theme-red tr > * {
  border-color: #D52826 !important;
}
.theme-red .user-content table .highlight,
.theme-red .user-content table tr:first-child > *,
body .user-content table.theme-red .highlight,
body .user-content table.theme-red tr:first-child > * {
  background-color: #dd4342;
}
.theme-red table.striped tr:nth-child(2n+1),
table.theme-red.striped tr:nth-child(2n+1) {
  background-color: rgba(213, 40, 38, 0.1);
}
.theme-red ul[style="list-style-type: tick;"] li:before {
  background-color: #D52826;
}
.theme-red .membership-aside h1 {
  background: #D52826;
}
.theme-red .membership-aside {
  background: rgba(213, 40, 38, 0.1);
}
.btn-red,
.theme-red .btn-theme {
  background-color: #D52826 !important;
}
.btn-red:hover,
.theme-red .btn-theme:hover {
  background-color: #dd4342 !important;
}
.color-blue,
.theme-blue .color-theme,
body .theme-blue .color-theme,
.theme-blue .user-content h2 {
  color: #0059AA;
}
.bg-blue,
.theme-blue .bg-theme,
body .theme-blue .bg-theme,
.theme-blue .tag-blocks a {
  background-color: #0059AA;
}
.theme-blue .bg-theme.semi,
body .theme-blue .bg-theme.semi {
  background-color: rgba(0, 89, 170, 0.92);
}
.theme-blue .border-theme {
  border-color: #0059AA;
}
.theme-blue .head-bg:after {
  background: linear-gradient(0deg, rgba(0, 89, 170, 0.1) 10%, #0059AA 100%);
}
.theme-blue .texture-dot:before {
  background-image: linear-gradient(0deg, #0059AA, #0059AA), url(/content/img/texture-dot.png);
}
.theme-blue .user-content table tr > *,
body .user-content table.theme-blue tr > * {
  border-color: #0059AA !important;
}
.theme-blue .user-content table .highlight,
.theme-blue .user-content table tr:first-child > *,
body .user-content table.theme-blue .highlight,
body .user-content table.theme-blue tr:first-child > * {
  background-color: #006cce;
}
.theme-blue table.striped tr:nth-child(2n+1),
table.theme-blue.striped tr:nth-child(2n+1) {
  background-color: rgba(0, 89, 170, 0.1);
}
.theme-blue ul[style="list-style-type: tick;"] li:before {
  background-color: #0059AA;
}
.theme-blue .membership-aside h1 {
  background: #0059AA;
}
.theme-blue .membership-aside {
  background: rgba(0, 89, 170, 0.1);
}
.btn-blue,
.theme-blue .btn-theme {
  background-color: #0059AA !important;
}
.btn-blue:hover,
.theme-blue .btn-theme:hover {
  background-color: #006cce !important;
}
.color-purple,
.theme-purple .color-theme,
body .theme-purple .color-theme,
.theme-purple .user-content h2 {
  color: #75359F;
}
.bg-purple,
.theme-purple .bg-theme,
body .theme-purple .bg-theme,
.theme-purple .tag-blocks a {
  background-color: #75359F;
}
.theme-purple .bg-theme.semi,
body .theme-purple .bg-theme.semi {
  background-color: rgba(117, 53, 159, 0.92);
}
.theme-purple .border-theme {
  border-color: #75359F;
}
.theme-purple .head-bg:after {
  background: linear-gradient(0deg, rgba(117, 53, 159, 0.1) 10%, #75359F 100%);
}
.theme-purple .texture-dot:before {
  background-image: linear-gradient(0deg, #75359F, #75359F), url(/content/img/texture-dot.png);
}
.theme-purple .user-content table tr > *,
body .user-content table.theme-purple tr > * {
  border-color: #75359F !important;
}
.theme-purple .user-content table .highlight,
.theme-purple .user-content table tr:first-child > *,
body .user-content table.theme-purple .highlight,
body .user-content table.theme-purple tr:first-child > * {
  background-color: #893eba;
}
.theme-purple table.striped tr:nth-child(2n+1),
table.theme-purple.striped tr:nth-child(2n+1) {
  background-color: rgba(117, 53, 159, 0.1);
}
.theme-purple ul[style="list-style-type: tick;"] li:before {
  background-color: #75359F;
}
.theme-purple .membership-aside h1 {
  background: #75359F;
}
.theme-purple .membership-aside {
  background: rgba(117, 53, 159, 0.1);
}
.btn-purple,
.theme-purple .btn-theme {
  background-color: #75359F !important;
}
.btn-purple:hover,
.theme-purple .btn-theme:hover {
  background-color: #893eba !important;
}
.color-grey,
.theme-grey .color-theme,
body .theme-grey .color-theme,
.theme-grey .user-content h2 {
  color: #383739;
}
.bg-grey,
.theme-grey .bg-theme,
body .theme-grey .bg-theme,
.theme-grey .tag-blocks a {
  background-color: #383739;
}
.theme-grey .bg-theme.semi,
body .theme-grey .bg-theme.semi {
  background-color: rgba(56, 55, 57, 0.92);
}
.theme-grey .border-theme {
  border-color: #383739;
}
.theme-grey .head-bg:after {
  background: linear-gradient(0deg, rgba(56, 55, 57, 0.1) 10%, #383739 100%);
}
.theme-grey .texture-dot:before {
  background-image: linear-gradient(0deg, #383739, #383739), url(/content/img/texture-dot.png);
}
.theme-grey .user-content table tr > *,
body .user-content table.theme-grey tr > * {
  border-color: #383739 !important;
}
.theme-grey .user-content table .highlight,
.theme-grey .user-content table tr:first-child > *,
body .user-content table.theme-grey .highlight,
body .user-content table.theme-grey tr:first-child > * {
  background-color: #4a494b;
}
.theme-grey table.striped tr:nth-child(2n+1),
table.theme-grey.striped tr:nth-child(2n+1) {
  background-color: rgba(56, 55, 57, 0.1);
}
.theme-grey ul[style="list-style-type: tick;"] li:before {
  background-color: #383739;
}
.theme-grey .membership-aside h1 {
  background: #383739;
}
.theme-grey .membership-aside {
  background: rgba(56, 55, 57, 0.1);
}
.btn-grey,
.theme-grey .btn-theme {
  background-color: #383739 !important;
}
.btn-grey:hover,
.theme-grey .btn-theme:hover {
  background-color: #4a494b !important;
}
.color-orange,
.theme-orange .color-theme,
body .theme-orange .color-theme,
.theme-orange .user-content h2 {
  color: #F15A29;
}
.bg-orange,
.theme-orange .bg-theme,
body .theme-orange .bg-theme,
.theme-orange .tag-blocks a {
  background-color: #F15A29;
}
.theme-orange .bg-theme.semi,
body .theme-orange .bg-theme.semi {
  background-color: rgba(241, 90, 41, 0.92);
}
.theme-orange .border-theme {
  border-color: #F15A29;
}
.theme-orange .head-bg:after {
  background: linear-gradient(0deg, rgba(241, 90, 41, 0.1) 10%, #F15A29 100%);
}
.theme-orange .texture-dot:before {
  background-image: linear-gradient(0deg, #F15A29, #F15A29), url(/content/img/texture-dot.png);
}
.theme-orange .user-content table tr > *,
body .user-content table.theme-orange tr > * {
  border-color: #F15A29 !important;
}
.theme-orange .user-content table .highlight,
.theme-orange .user-content table tr:first-child > *,
body .user-content table.theme-orange .highlight,
body .user-content table.theme-orange tr:first-child > * {
  background-color: #f3744b;
}
.theme-orange table.striped tr:nth-child(2n+1),
table.theme-orange.striped tr:nth-child(2n+1) {
  background-color: rgba(241, 90, 41, 0.1);
}
.theme-orange ul[style="list-style-type: tick;"] li:before {
  background-color: #F15A29;
}
.theme-orange .membership-aside h1 {
  background: #F15A29;
}
.theme-orange .membership-aside {
  background: rgba(241, 90, 41, 0.1);
}
.btn-orange,
.theme-orange .btn-theme {
  background-color: #F15A29 !important;
}
.btn-orange:hover,
.theme-orange .btn-theme:hover {
  background-color: #f3744b !important;
}
.color-gold,
.theme-gold .color-theme,
body .theme-gold .color-theme,
.theme-gold .user-content h2 {
  color: #B68800;
}
.bg-gold,
.theme-gold .bg-theme,
body .theme-gold .bg-theme,
.theme-gold .tag-blocks a {
  background-color: #B68800;
}
.theme-gold .bg-theme.semi,
body .theme-gold .bg-theme.semi {
  background-color: rgba(182, 136, 0, 0.92);
}
.theme-gold .border-theme {
  border-color: #B68800;
}
.theme-gold .head-bg:after {
  background: linear-gradient(0deg, rgba(182, 136, 0, 0.1) 10%, #B68800 100%);
}
.theme-gold .texture-dot:before {
  background-image: linear-gradient(0deg, #B68800, #B68800), url(/content/img/texture-dot.png);
}
.theme-gold .user-content table tr > *,
body .user-content table.theme-gold tr > * {
  border-color: #B68800 !important;
}
.theme-gold .user-content table .highlight,
.theme-gold .user-content table tr:first-child > *,
body .user-content table.theme-gold .highlight,
body .user-content table.theme-gold tr:first-child > * {
  background-color: #daa300;
}
.theme-gold table.striped tr:nth-child(2n+1),
table.theme-gold.striped tr:nth-child(2n+1) {
  background-color: #F8E4C5;
}
.theme-gold ul[style="list-style-type: tick;"] li:before {
  background-color: #B68800;
}
.theme-gold .membership-aside h1 {
  background: #B68800;
}
.theme-gold .membership-aside {
  background: #F8E4C5;
}
.btn-gold,
.theme-gold .btn-theme {
  background-color: #B68800 !important;
}
.btn-gold:hover,
.theme-gold .btn-theme:hover {
  background-color: #daa300 !important;
}
.color-violet,
.theme-violet .color-theme,
body .theme-violet .color-theme,
.theme-violet .user-content h2 {
  color: #9E1E63;
}
.bg-violet,
.theme-violet .bg-theme,
body .theme-violet .bg-theme,
.theme-violet .tag-blocks a {
  background-color: #9E1E63;
}
.theme-violet .bg-theme.semi,
body .theme-violet .bg-theme.semi {
  background-color: rgba(158, 30, 99, 0.92);
}
.theme-violet .border-theme {
  border-color: #9E1E63;
}
.theme-violet .head-bg:after {
  background: linear-gradient(0deg, rgba(158, 30, 99, 0.1) 10%, #9E1E63 100%);
}
.theme-violet .texture-dot:before {
  background-image: linear-gradient(0deg, #9E1E63, #9E1E63), url(/content/img/texture-dot.png);
}
.theme-violet .user-content table tr > *,
body .user-content table.theme-violet tr > * {
  border-color: #9E1E63 !important;
}
.theme-violet .user-content table .highlight,
.theme-violet .user-content table tr:first-child > *,
body .user-content table.theme-violet .highlight,
body .user-content table.theme-violet tr:first-child > * {
  background-color: #bc2476;
}
.theme-violet table.striped tr:nth-child(2n+1),
table.theme-violet.striped tr:nth-child(2n+1) {
  background-color: rgba(158, 30, 99, 0.1);
}
.theme-violet ul[style="list-style-type: tick;"] li:before {
  background-color: #9E1E63;
}
.theme-violet .membership-aside h1 {
  background: #9E1E63;
}
.theme-violet .membership-aside {
  background: rgba(158, 30, 99, 0.1);
}
.btn-violet,
.theme-violet .btn-theme {
  background-color: #9E1E63 !important;
}
.btn-violet:hover,
.theme-violet .btn-theme:hover {
  background-color: #bc2476 !important;
}
.color-teal,
.theme-teal .color-theme,
body .theme-teal .color-theme,
.theme-teal .user-content h2 {
  color: #008080;
}
.bg-teal,
.theme-teal .bg-theme,
body .theme-teal .bg-theme,
.theme-teal .tag-blocks a {
  background-color: #008080;
}
.theme-teal .bg-theme.semi,
body .theme-teal .bg-theme.semi {
  background-color: rgba(0, 128, 128, 0.92);
}
.theme-teal .border-theme {
  border-color: #008080;
}
.theme-teal .head-bg:after {
  background: linear-gradient(0deg, rgba(0, 128, 128, 0.1) 10%, #008080 100%);
}
.theme-teal .texture-dot:before {
  background-image: linear-gradient(0deg, #008080, #008080), url(/content/img/texture-dot.png);
}
.theme-teal .user-content table tr > *,
body .user-content table.theme-teal tr > * {
  border-color: #008080 !important;
}
.theme-teal .user-content table .highlight,
.theme-teal .user-content table tr:first-child > *,
body .user-content table.theme-teal .highlight,
body .user-content table.theme-teal tr:first-child > * {
  background-color: #00a4a4;
}
.theme-teal table.striped tr:nth-child(2n+1),
table.theme-teal.striped tr:nth-child(2n+1) {
  background-color: rgba(0, 128, 128, 0.1);
}
.theme-teal ul[style="list-style-type: tick;"] li:before {
  background-color: #008080;
}
.theme-teal .membership-aside h1 {
  background: #008080;
}
.theme-teal .membership-aside {
  background: rgba(0, 128, 128, 0.1);
}
.btn-teal,
.theme-teal .btn-theme {
  background-color: #008080 !important;
}
.btn-teal:hover,
.theme-teal .btn-theme:hover {
  background-color: #00a4a4 !important;
}
.theme-purple header .bg-theme {
  background-color: #411414;
}
.theme-purple .head-bg:after {
  background: linear-gradient(165deg, #411414 10%, rgba(65, 20, 20, 0) 80%);
}
.theme-purple .crown-wrapper .page-crown .head-bg:before,
.theme-purple .crown-wrapper .page-crown .head-bg:after {
  max-height: 750px;
}
.space-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.space-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.space-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.space-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.space-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.space-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.space-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.space-0-top {
  margin-top: 0px !important;
}
.space-5-top {
  margin-top: 5px !important;
}
.space-10-top {
  margin-top: 10px !important;
}
.space-20-top {
  margin-top: 20px !important;
}
.space-40-top {
  margin-top: 40px !important;
}
.space-60-top {
  margin-top: 60px !important;
}
.space-80-top {
  margin-top: 80px !important;
}
.space-0-bottom {
  margin-bottom: 0px !important;
}
.space-5-bottom {
  margin-bottom: 5px !important;
}
.space-10-bottom {
  margin-bottom: 10px !important;
}
.space-20-bottom {
  margin-bottom: 20px !important;
}
.space-40-bottom {
  margin-bottom: 40px !important;
}
.space-60-bottom {
  margin-bottom: 60px !important;
}
.space-80-bottom {
  margin-bottom: 80px !important;
}
.space-100-bottom {
  margin-bottom: 100px !important;
}
@media (min-width: 992px) {
  .space-lg-160-top {
    margin-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .space-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .space-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .space-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .space-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .space-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .space-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .space-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (max-width: 576px) {
  .space-xs-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .space-xs-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .space-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .space-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .space-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .space-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .space-xs-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.pad-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.inset-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.inset-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.inset-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 568px) {
  .inset-40-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.space-right {
  margin-right: 10px;
}
.space-150-right {
  margin-right: 150px;
}
.pad-sides {
  padding-left: 5px;
  padding-right: 5px;
}
.display-block {
  display: block;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
}
@media (max-width: 576px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
}
.shadowed {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}
.absfill {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearer {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.max-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .max-image-xs {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    float: none !important;
  }
}
blockquote.boxquote {
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  padding: 0 10px;
  color: #8c8c8c;
}
blockquote.boxquote:before {
  content: '\e925';
  display: block;
  font-size: 30px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anh' !important;
  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;
}
blockquote.boxquote:after {
  content: '\e924';
  display: block;
  font-size: 30px;
  text-align: right;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anh' !important;
  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;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
a.unstyled {
  color: inherit;
}
a.unstyled:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}
a.underline,
.link-underline a {
  color: inherit;
  text-decoration: underline;
}
a.underline:hover,
.link-underline a:hover {
  color: #8c8c8c;
}
.hidden-to-slide {
  display: none;
  position: relative;
}
.hide-scroll {
  visibility: hidden;
  overflow: scroll;
  height: 100px;
  width: 100%;
}
.hide-scroll:not(*:root) {
  visibility: visible;
}
.hide-scroll::-webkit-scrollbar {
  visibility: hidden;
}
.hide-scroll > div {
  width: 100%;
  visibility: visible;
}
.vmiddle {
  vertical-align: middle;
}
.first-link-strong a:first-child {
  font-weight: bolder;
}
body.logged-in .when-logged-out {
  display: none;
}
body.logged-out .when-logged-in {
  display: none;
}
.relative {
  position: relative;
}
.waiting {
  position: relative;
}
.waiting:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.5;
  background: #fff url(/content/img/ajax-loader.gif) 50% 50% no-repeat;
  content: '';
}
.inline-p p {
  display: inline;
}
.first-link-only a + a {
  display: none;
}
.pointer {
  cursor: pointer;
}
.hover-fade:hover {
  opacity: 0.75;
}
@font-face {
  font-family: 'anh';
  src: url('/content/fonts/anh.eot?ndsoim');
  src: url('/content/fonts/anh.eot?ndsoim#iefix') format('embedded-opentype'), url('/content/fonts/anh.ttf?ndsoim') format('truetype'), url('/content/fonts/anh.svg?ndsoim#anh') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="anh-"],
[class*=" anh-"],
.fontanh {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anh' !important;
  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;
}
.anh-g-shower:before {
  content: "\e933";
}
.anh-megaphone-circle:before {
  content: "\e934";
}
.anh-megaphone:before {
  content: "\e935";
}
.anh-smiley:before {
  content: "\e932";
}
.anh-basket-circle:before {
  content: "\e931";
}
.anh-calendar-circle:before {
  content: "\e92f";
}
.anh-paper-circle:before {
  content: "\e930";
}
.anh-bookmark-circle:before {
  content: "\e926";
}
.anh-campaign-circle:before {
  content: "\e927";
}
.anh-leaf-circle:before {
  content: "\e928";
}
.anh-fire-circle:before {
  content: "\e929";
}
.anh-video-circle:before {
  content: "\e92a";
}
.anh-email:before {
  content: "\e92b";
}
.anh-heartbeat-mark:before {
  content: "\e92c";
}
.anh-heartbeat:before {
  content: "\e92d";
}
.anh-marker:before {
  content: "\e92e";
}
.anh-file-doc:before {
  content: "\e921";
}
.anh-file-pdf:before {
  content: "\e922";
}
.anh-file-ppt:before {
  content: "\e923";
}
.anh-quotes-close:before {
  content: "\e924";
}
.anh-quotes-open:before {
  content: "\e925";
}
.anh-arrow-circle:before {
  content: "\e900";
}
.anh-arrow:before {
  content: "\e901";
}
.anh-basket:before {
  content: "\e902";
}
.anh-bookmark:before {
  content: "\e903";
}
.anh-bubble:before {
  content: "\e904";
}
.anh-calendar:before {
  content: "\e905";
}
.anh-camera:before {
  content: "\e906";
}
.anh-chevron-right:before {
  content: "\e907";
}
.anh-cross:before {
  content: "\e908";
}
.anh-facebook:before {
  content: "\e909";
}
.anh-fingerprint:before {
  content: "\e90a";
}
.anh-fire:before {
  content: "\e90b";
}
.anh-flag:before {
  content: "\e90c";
}
.anh-hamburger:before {
  content: "\e90d";
}
.anh-home:before {
  content: "\e90e";
}
.anh-instagram:before {
  content: "\e936";
}
.anh-leaf:before {
  content: "\e90f";
}
.anh-linkedin:before {
  content: "\e910";
}
.anh-paper:before {
  content: "\e911";
}
.anh-payment:before {
  content: "\e912";
}
.anh-pencil:before {
  content: "\e913";
}
.anh-pin:before {
  content: "\e914";
}
.anh-retweet:before {
  content: "\e915";
}
.anh-rings:before {
  content: "\e916";
}
.anh-rss:before {
  content: "\e917";
}
.anh-search:before {
  content: "\e918";
}
.anh-send:before {
  content: "\e919";
}
.anh-star:before {
  content: "\e91a";
}
.anh-tags:before {
  content: "\e91b";
}
.anh-tick-thick:before {
  content: "\e91c";
}
.anh-tick-thin:before {
  content: "\e91d";
}
.anh-ticket:before {
  content: "\e91e";
}
.anh-twitter:before {
  content: "\e91f";
}
.anh-youtube:before {
  content: "\e920";
}
.anh-blocks:before {
  content: "\e937";
}
.anh-user:before {
  content: "\e938";
}
.anh-chevron-left {
  transform: scaleX(-1);
  display: inline-block;
}
.anh-chevron-left:before {
  content: "\e907";
}
body.g-shower [class^="anh-"]:before,
body.g-shower [class*=" anh-"]:before {
  content: "\e933" !important;
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
@media (min-width: 568px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (max-width: 576px) {
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-right-xl {
    float: right;
  }
  .pull-left-xl {
    float: left;
  }
}
@media (min-width: 568px) {
  .visible-xs {
    display: none;
  }
}
@media (min-width: 992px) {
  .row.divide-6-lg {
    position: relative;
  }
  .row.divide-6-lg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    border-radius: 1px;
    background: #fff;
    top: 0;
  }
}
.row.gutter-huge {
  margin-left: -50px;
  margin-right: -50px;
}
.row.gutter-huge > [class*='col-'] {
  padding-left: 50px;
  padding-right: 50px;
}
.row.gutter-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-small > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutter-mid {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.gutter-mid > [class*='col-'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutter-mid.margins-vertical {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}
.row.gutter-mid.margins-vertical > [class*='col-'] {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.row .col-xs-tenth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.row .col-xs-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 568px) {
  .row .col-sm-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col-sm-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .row .col-md-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col-md-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .row .col-lg-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col-lg-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .row .col-xl-tenth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col-xl-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('/content/fonts/Roboto-Bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/content/fonts/Roboto-Medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/content/fonts/Roboto-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/content/fonts/Roboto-Light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.font-serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.font-sans {
  font-family: Roboto, sans-serif;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
h1 {
  font-size: 37px;
  line-height: 1em;
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
.h0 {
  font-size: 50px;
  font-weight: normal;
}
h2,
.font-h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  line-height: 1.1em;
}
h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1em;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
h5 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.text-tiny {
  font-size: 10px;
}
.text-small {
  font-size: 13px;
}
.text-regular {
  font-size: 16px;
}
.text-large {
  font-size: 22px;
}
.text-huge {
  font-size: 60px;
  line-height: 50px;
  vertical-align: middle;
}
.text-huger {
  font-size: 80px;
  line-height: 35px;
  vertical-align: middle;
}
.text-upper {
  text-transform: uppercase;
}
.strong {
  font-weight: bolder;
}
.weak {
  font-weight: lighter;
}
.text-body {
  color: #383739;
}
.text-nearblack {
  color: #231F20;
}
.text-almostblack {
  color: #061804;
}
.text-black {
  color: #000;
}
a {
  color: #D52826;
}
a:hover {
  color: #dd4342;
}
a.plainlink,
.plainlink a {
  color: inherit;
  font-weight: bolder;
  text-decoration: underline;
}
a.plainlink:hover,
.plainlink a:hover {
  color: inherit;
}
a.invisilink,
.invisilink a {
  color: inherit;
  text-decoration: none;
}
a.invisilink:hover,
.invisilink a:hover {
  color: inherit;
  text-decoration: underline;
}
.heading-rule {
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
}
.heading-rule span {
  position: relative;
  padding: 0 10px;
}
.heading-rule span:before,
.heading-rule span:after {
  position: absolute;
  content: '';
  right: 100%;
  width: 2000px;
  border-top: 1px solid #383739;
  top: 0.7em;
}
.heading-rule span:after {
  left: 100%;
  right: auto;
}
.btn {
  border-radius: 2px;
  background: #383739;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  font-size: 13px;
  line-height: 41px;
  border: none;
}
.btn:hover,
.btn:focus {
  background: #525053;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.btn.btn-outline {
  background: transparent;
  border: 1px solid #383739;
  color: inherit;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
  background: rgba(0, 0, 0, 0.1);
}
.btn.btn-outline.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline.btn-outline-white:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.btn.btn-small {
  padding: 0 6px;
  line-height: 2em;
}
.btn.btn-massive {
  width: 100%;
  display: block;
  font-size: 22px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn-icon-double {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3em;
}
.btn.btn-icon-double > .icon {
  font-size: 22px;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  padding-right: 10px;
}
.btn.btn-block {
  width: 100%;
  display: block;
}
.btn span.text-large {
  vertical-align: -5px;
}
.btn.btn-white {
  background: #fff;
  color: #383739;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: #eee;
}
.btn.btn-asym {
  border-radius: 0 8px 0 8px;
}
.btn.btn-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.btn.btn-120 {
  min-width: 120px;
}
.btn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.btn[disabled].btn-outline:hover {
  background: transparent;
}
.btn-round {
  background: #fff;
  width: 60px;
  height: 60px;
  color: #383739;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  border: 0;
  cursor: pointer;
}
.btn-round:hover,
.btn-round:focs {
  background: #f9f9f9;
}
.btn-banner-left {
  background: #f0f0f0;
  padding: 10px 15px;
  margin-right: 80px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.3em;
}
.btn-banner-left input[type=checkbox] {
  vertical-align: -2px;
  margin-left: 5px;
}
.social-buttons a {
  font-size: 20px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 2px;
}
.btn-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: inherit;
  color: #D52826;
  cursor: pointer;
  font-weight: inherit;
}
.btn-link:hover {
  text-decoration: underline;
}
body {
  color: #383739;
}
body:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  position: fixed;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  display: none;
  opacity: 0;
  transition: opacity linear 0.5s;
}
body.shaded:before {
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .shaded .crown-wrapper {
    position: static;
  }
  #bulletin-header {
    display: none;
  }
}
#bulletin-header a:hover {
  text-decoration: none;
}
#bulletin-header .article-row .img-col .article-image {
  width: 90%;
  border-radius: 7px;
}
#bulletin-header .content-col {
  padding-left: 0;
}
#bulletin-header .circle-icon {
  padding-left: 55px;
}
#bulletin-header .circle-icon h3 {
  padding-top: 8px;
}
#bulletin-header .circle {
  position: absolute;
  border-radius: 50%;
  color: white;
  background: white;
}
#bulletin-header .circle .anh-fire {
  color: rgba(56, 55, 57, 0.98);
}
#bulletin-header .circle-article {
  top: 4px;
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  background: white;
}
#bulletin-header .circle-article .icon {
  color: rgba(56, 55, 57, 0.98);
  position: absolute;
  left: 6px;
  top: 5px;
}
#bulletin-header #summary {
  height: 85px;
  line-height: 20px;
  overflow: hidden;
  color: #ccc;
  margin-left: 34px;
}
#bulletin-header #name {
  margin-bottom: 0;
  color: white;
  font-weight: bold;
}
#bulletin-header .text-small {
  margin-left: 34px;
}
#bulletin-header .first-link-strong {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  margin: 0;
}
#bulletin-header .first-link-strong a {
  color: white;
}
.crown-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.crown-wrapper:before {
  position: absolute;
  width: 2050px;
  height: 1500px;
  -webkit-clip-path: url(#headerClip);
  clip-path: url(#headerClip);
  background: radial-gradient(ellipse at 50% 55%, #d5d5d5 52%, #ffffff 66%);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  content: '';
}
@media (max-width: 576px) {
  .crown-wrapper:before {
    display: none;
  }
}
.crown-wrapper .page-crown {
  min-height: 500px;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .crown-wrapper .page-crown {
    padding-bottom: 60px;
  }
}
.crown-wrapper .page-crown .header-logo {
  height: 70px;
  width: auto;
  margin: 10px 0;
}
.crown-wrapper .page-crown .head-bg {
  width: 2050px;
  height: 1500px;
  -webkit-clip-path: url(#headerClip);
  clip-path: url(#headerClip);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.crown-wrapper .page-crown .head-bg:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  max-height: 500px;
  max-width: 1440px;
  max-width: 100vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  margin: auto auto 0 auto;
}
@media (min-width: 1440px) {
  .crown-wrapper .page-crown .head-bg:before {
    max-width: 1440px;
  }
}
.crown-wrapper .page-crown .head-bg svg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.crown-wrapper .page-crown .head-bg:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto auto 0 auto;
  max-height: 500px;
}
@media (max-width: 576px) {
  .crown-wrapper .page-crown .head-bg {
    -webkit-clip-path: url(#headerClipMobile);
    clip-path: url(#headerClipMobile);
  }
}
@media (max-width: 576px) {
  .crown-wrapper .page-crown .gutter-huge {
    /*hack to make row full width*/
    border-right: 1px solid #fff;
  }
}
.crown-wrapper .page-crown .crown-content {
  margin: 40px 0 0 0;
  color: #fff;
  position: relative;
}
.crown-wrapper .page-crown h1 {
  line-height: 1.1em;
  padding: 0;
  margin: 0;
}
.crown-wrapper .page-crown h1 .pull-left {
  max-width: 80%;
  max-width: calc(100% - 80px);
}
.crown-wrapper .page-crown h1 .anh-quotes-close {
  margin: 0 0 0 20px;
  font-size: 60px;
  line-height: 50px;
}
.crown-wrapper .page-crown h1.quoted > * {
  display: inline-block;
  vertical-align: top;
}
.crown-wrapper .page-crown h1.quoted .anh-quotes-open,
.crown-wrapper .page-crown h1.quoted .anh-quotes-close {
  margin: 0;
  font-size: 60px;
  line-height: 50px;
}
.crown-wrapper .page-crown h1.quoted .middle {
  margin: 0 20px 0 0;
  text-align: left;
  max-width: 80%;
  max-width: calc(100% - 100px);
}
.crown-wrapper .page-crown h1.quoted .anh-quotes-open + .middle {
  margin-left: 20px;
  max-width: 70%;
  max-width: calc(100% - 160px);
}
.crown-wrapper header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.crown-wrapper header > .bg-theme {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  pointer-events: none;
}
.crown-wrapper header > .bg-theme .bg-theme {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.7;
}
.crown-wrapper header .container {
  position: relative;
}
@media (max-width: 767px) {
  .crown-wrapper header .nav-icons .hideable {
    display: none;
  }
}
@media (max-width: 359px) {
  .crown-wrapper header .nav-icons .hideable-xxs {
    display: none;
  }
}
@media (max-width: 374px) {
  .crown-wrapper header .nav-icons ul > li {
    margin: 0 2px;
  }
}
.crown-wrapper .headspace {
  height: 100px;
}
@media (min-width: 768px) {
  .clip-unsupported .crown-wrapper:after {
    position: absolute;
    width: 2050px;
    height: 1500px;
    background: url(/content/img/curve-white.png) 0 100% no-repeat;
    background-size: 100% auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    content: '';
  }
  .clip-unsupported .crown-wrapper .head-bg span {
    background: url(/content/img/curve-white.png) 0 100% no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .clip-unsupported .crown-wrapper .head-bg #clipper {
    display: none;
  }
}
.nav-icons {
  float: right;
  color: #fff;
  position: relative;
  z-index: 1;
}
.nav-icons li > a {
  color: inherit;
  font-weight: 500;
}
.nav-icons li > a:hover {
  color: inherit;
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
.nav-icons ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -5px;
  line-height: 90px;
}
.nav-icons ul > li {
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .nav-icons ul > li {
    margin: 0 5px;
  }
}
.nav-icons ul > li:last-child {
  margin-right: 0;
}
.nav-icons ul > li .circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 38px;
  font-size: 18px;
}
.nav-icons ul > li.hidden {
  display: none;
}
.nav-icons ul .circle + .circle {
  margin-left: 0;
}
.natural-language,
.crown-search {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
.natural-language .btn-round,
.crown-search .btn-round {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  background-color: #383739;
}
.natural-language .btn-round:hover,
.crown-search .btn-round:hover {
  background-color: #454446;
}
.crown-search {
  padding: 20px;
}
.crown-search label {
  font-weight: normal;
}
.crown-search .form-group input {
  margin-top: 10px;
}
.natural-language > div {
  font-size: 22px;
  min-height: 6em;
  line-height: 6em;
}
.natural-language > div p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  padding: 0 90px 0 20px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.natural-language > div p a {
  color: #383739 !important;
  border-bottom: 1px dotted #383739;
}
.natural-language > div p a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}
.natural-language ul {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 90px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  z-index: 5;
  transform: translateY(-50%);
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s;
  overflow: auto;
}
.natural-language ul.transition {
  display: block;
}
.natural-language ul.in {
  display: block;
  opacity: 1;
}
.natural-language ul li a {
  color: #383739;
  line-height: 30px;
  padding: 0 40px;
  display: block;
}
.natural-language ul li a:hover {
  background: #DEDCDB;
  text-decoration: none;
}
.natural-language ul li a.selected {
  background: #93C43D;
  color: #fff;
}
.natural-language ul li a.selected:before {
  font-family: 'anh' !important;
  content: "\e91c";
  float: right;
}
.prevent-overlap {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .prevent-overlap {
    margin-bottom: 240px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .prevent-overlap {
    margin-bottom: 260px;
  }
}
.header-overlap {
  margin: -200px 0 0;
  min-height: 200px;
  z-index: 1;
}
.header-overlap-large {
  margin: -340px 0 0;
  min-height: 340px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .header-overlap-large {
    margin: -300px 0 0;
    min-height: 300px;
  }
}
.header-overlap-large h1 {
  color: #fff;
}
.header-overlap-large .overlap-bg {
  background: #fff;
  padding: 20px 20px 0 20px;
  box-shadow: 0 -6px 6px rgba(56, 55, 57, 0.3);
  min-height: 230px;
}
.social-share {
  line-height: 20px;
}
.social-share h4 {
  color: #fff;
  margin: 0;
  line-height: 20px;
  text-indent: 6px;
}
.social-share a {
  font-size: 24px;
  color: #fff;
}
.social-share a:hover {
  color: #fff;
  text-decoration: none;
}
.resources-rhs {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #383739;
}
.bulletin-sidebar {
  margin-top: 40px;
  padding-top: 30px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-top: 3px solid #383739;
  height: 260px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: white !important;
  color: black !important;
}
.bulletin-sidebar .bulletin-slide {
  margin-top: 25px !important;
  color: black !important;
}
.bulletin-sidebar .bulletin-slide a {
  color: black !important;
}
.bulletin-sidebar .bulletin-slide #summary-container {
  height: 85px;
  line-height: 20px;
  overflow: hidden;
}
.bulletin-sidebar .bulletin-slide #summary {
  color: black !important;
}
.bulletin-sidebar .bulletin-slide h3 {
  color: black !important;
}
.bulletin-sidebar .bulletin-slide #name {
  color: #35A565 !important;
  display: block !important;
  margin-bottom: 3px;
}
.bulletin-sidebar .text-small {
  color: #35A565 !important;
}
.bulletin-sidebar .text-small a {
  color: #35A565 !important;
}
.bulletin-sidebar .control .control-container {
  left: 1px !important;
  right: unset;
  bottom: -22px !important;
  color: black !important;
  font-size: 30px;
}
.bulletin-sidebar .control .control-container ul {
  color: black !important;
}
.bulletin-home {
  display: flex;
  flex-direction: row;
  color: #fff;
  width: 100%;
}
@media (min-width: 568px) and (max-width: 767px) {
  .bulletin-home {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bulletin-home {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .bulletin-home {
    flex-direction: column;
  }
}
.bulletin-home .control {
  flex-shrink: 1;
}
.bulletin-home .headlines {
  flex-grow: 1;
  position: relative;
}
.bulletin-home .first-link-strong {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bulletin-home .first-link-strong a {
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 576px) {
  .bulletin-home .first-link-strong a {
    white-space: normal;
  }
}
.bulletin-home .summary {
  margin-bottom: 15px;
}
.bulletin-home .control .control-container {
  text-align: center;
  font-size: 45px;
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bulletin-home .control .control-container {
    font-size: 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bulletin-home .control .control-container {
    font-size: 28px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .bulletin-home .control .control-container {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .bulletin-home .control .control-container {
    font-size: 20px;
  }
}
.bulletin {
  padding: 20px 20px;
  position: relative;
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #383739;
}
.bulletin a {
  font-weight: bolder;
}
.bulletin .bulletin-slide {
  position: absolute;
  top: 0px;
  margin: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms linear;
}
.bulletin .bulletin-slide.active {
  opacity: 1;
  pointer-events: initial;
}
.bulletin .bulletin-slide a {
  color: white;
  font-weight: bolder;
}
.bulletin .bulletin-slide h3 {
  color: white;
  font-size: 20px;
}
.bulletin .bulletin-slide .text-large {
  position: relative;
  top: 4px;
}
.bulletin .bulletin-slide #name {
  display: inline;
  color: white;
  font-weight: bold;
}
.bulletin .bulletin-slide .text-small {
  color: white;
}
.bulletin .bulletin-slide .text-small a {
  color: white;
}
.bulletin .bulletin-slide .text-small p {
  margin: 0;
}
.bulletin .control .control-container a {
  color: inherit;
  text-decoration: none;
}
.bulletin .control ul {
  padding: 0;
  display: inline;
  color: white;
}
.bulletin .control ul li {
  display: inline;
  opacity: 0.5;
  cursor: pointer;
}
.bulletin .control ul li.active {
  opacity: 1 !important;
}
.bulletin .control ul li:before {
  content: '•';
}
.breadcrumb a {
  text-decoration: underline;
  color: inherit;
  opacity: 0.8;
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb a.anh-home {
  vertical-align: text-bottom;
  padding-right: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .breadcrumb {
    clear: both;
  }
}
@media (min-width: 768px) {
  .crown-hang-out {
    margin-bottom: -165px;
  }
}
#care-banner {
  padding: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  min-height: 132px;
  margin-bottom: 20px;
}
#care-banner > .row {
  position: relative;
}
#care-banner a {
  text-decoration: none !important;
}
#care-banner img.pull-left {
  padding-right: 10px;
}
#care-banner h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
#care-banner p {
  display: block;
  line-height: 1;
  font-weight: normal;
  margin: -2px 0 20px 0;
}
#care-banner .nav-item {
  font-weight: bolder;
  color: #fff;
  padding: 5px 0;
  border-radius: 4px;
  text-align: center;
  background: #383739;
  height: 100%;
}
#care-banner .nav-item:hover {
  background: #454446;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #care-banner .nav-item {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #care-banner .nav-item {
    font-size: 15px;
  }
}
#care-banner .nav-item::first-letter {
  font-size: 150%;
  vertical-align: sub;
  font-weight: bolder;
}
.pathfinder-box-arrow {
  background: #fff;
  position: relative;
  display: block;
  background: url(/content/img/pathfinder-banner.png) 0 0 no-repeat;
  background-size: cover;
  padding-top: 39.564%;
}
.pathfinder-box-arrow:hover {
  box-shadow: 0 0 20px #B38B2D;
}
.pathfinder-box-arrow p {
  position: absolute;
  bottom: 8%;
  left: 10.5%;
  color: #fff;
  font-size: 14px;
  line-height: 1.1em;
  right: 32%;
  margin: 0;
}
.pathfinder-box-centred {
  position: relative;
  display: block;
  background-size: cover;
  padding-top: 39.564%;
  overflow: hidden;
  border-radius: 10px;
}
.pathfinder-box-centred.pathfinder-box-solid {
  background: #333;
}
.pathfinder-box-centred p {
  position: absolute;
  bottom: 8%;
  left: 8%;
  right: 8%;
  margin: 0 auto;
  text-align: center;
}
.pathfinder-box-centred h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 20%;
  left: 8%;
  right: 8%;
  text-align: center;
}
.pathfinder-block {
  background: #B68800;
  color: #fff;
  padding: 20px 10px 10px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
}
.pathfinder-block a {
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
  margin: 0 10px;
}
.overlay-banner {
  margin-top: -240px;
  min-height: 240px;
}
@media (max-width: 576px) {
  .overlay-banner {
    margin-top: -120px;
    min-height: 120px;
  }
}
.hero {
  background: #fff;
  padding: 40px 0;
  color: #383739;
}
.heading-fit-width {
  margin: 0 0 20px 0;
  line-height: 1.1em;
  text-align: justify;
  overflow: hidden;
  height: 1.2em;
}
.heading-fit-width:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.heading-fit-width > p {
  display: inline;
  margin: 0;
}
ul.inline-bullet-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.inline-bullet-links li {
  display: inline;
}
ul.inline-bullet-links li a {
  font-weight: normal;
  color: inherit;
  font-size: 18px;
}
ul.inline-bullet-links li + li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #383739;
  margin: 0 10px 3px 7px;
  border-radius: 3px;
  vertical-align: middle;
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  max-height: 100%;
  overflow-y: auto;
  background: rgba(56, 55, 57, 0.98);
  color: #fff;
  opacity: 0;
  z-index: 4;
  transition: opacity 0.3s linear, top 0.3s linear;
  box-shadow: 0 1px 5px #000;
}
#nav.transition {
  display: block;
}
#nav.in {
  display: block;
  opacity: 1;
}
#nav .color-theme {
  color: #383739;
}
#nav .anh-hamburger:before {
  content: '\e908';
}
.site-structure {
  column-count: 2;
  column-gap: 20px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.site-structure ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.site-structure a {
  color: #fff;
  display: block;
}
.site-structure a span {
  float: right;
  line-height: inherit;
}
.site-structure a:hover {
  color: #ccc;
  text-decoration: none;
}
@media (min-width: 568px) {
  .site-structure > ul > li {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
.site-structure > ul > li > a {
  padding: 3px 20px;
  background: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 2px;
}
.site-structure > ul > li > ul {
  padding: 0 0 0 20px;
}
.site-structure > ul > li > ul > li {
  padding: 4px 0;
  line-height: 1.2em;
}
@media (max-width: 576px) {
  .site-structure > ul > li > ul > li {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
.site-structure > ul > li > ul > li > a {
  font-weight: bolder;
}
.site-structure > ul > li > ul > li > ul {
  border-left: 1px solid #fff;
  padding-left: 9px;
  margin: 5px 0;
}
.site-structure > ul > li > ul > li > ul li a {
  color: #ccc;
}
.site-structure > ul > li > ul > li > ul li a:hover {
  color: #999;
}
.article-location ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.article-location a {
  color: inherit;
  display: block;
  padding: 0 3px;
}
.article-location a span {
  float: right;
  line-height: inherit;
}
.article-location a:hover {
  text-decoration: underline;
}
.article-location > ul {
  border: 1px solid #383739;
  border-radius: 3px;
  margin-bottom: 10px;
}
.article-location > ul > li > a {
  padding: 0 20px;
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #383739;
  text-transform: uppercase;
  font-weight: bolder;
}
.article-location > ul > li > a:last-child {
  margin-bottom: 0;
}
.article-location > ul > li:last-child > a:last-child {
  border-bottom: none;
}
.article-location > ul > li > ul {
  padding: 0 20px;
}
.article-location > ul > li > ul > li > a {
  font-weight: bolder;
}
.article-location > ul > li > ul > li > ul {
  border-left: 1px solid #383739;
  padding-left: 9px;
  margin: 5px 0;
}
.article-location > ul > li > ul > li > ul ul {
  padding: 0 0 0 10px;
}
footer {
  background: #383739;
  color: #fff;
  font-size: 13px;
}
footer a {
  color: #8c8c8c;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}
footer p {
  margin: 0;
}
footer .form-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
footer .form-group input,
footer .form-group button {
  background: transparent;
  border-color: #fff;
  color: #fff;
  margin-top: 0;
}
footer .form-group input::placeholder,
footer .form-group button::placeholder {
  color: #ccc;
}
footer .form-group label {
  display: none;
}
footer .footer-logo {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 5px;
}
footer .footer-logo.footer-logo-narrow {
  max-width: 90px;
}
footer.footer-green {
  background: #028e3e;
}
footer.footer-green .footer-info a {
  color: #fff;
}
footer.footer-green .footer-info a:hover {
  text-decoration: underline;
}
footer .anh-heartbeat + .space-10 {
  margin-left: 70px;
}
.block-wrapper {
  position: relative;
  overflow: hidden;
  transition: height 750ms ease-in-out;
  width: 100%;
}
.block-wrapper .related-types {
  display: none;
}
.block-wrapper .block-container {
  margin-left: -5px;
  margin-right: -5px;
  transition: transform 750ms ease-in-out;
  transform: translateY(0);
}
.block-wrapper .block-container:before,
.block-wrapper .block-container:after {
  content: "";
  display: table;
}
.block-wrapper .block-container:after {
  clear: both;
}
.block-wrapper .block-container .block {
  float: left;
  padding: 5px;
}
.block-wrapper .block-container.abs {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.block-wrapper .block-container.above {
  transform: translateY(-100%);
}
.block-wrapper .block-container.below {
  transform: translateY(100%);
}
.block-wrapper .block-container.in {
  transform: translateY(0);
}
.block-wrapper .block-more {
  margin-left: 5px;
  margin-right: 5px;
}
.block {
  width: 100%;
}
.block > div {
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  color: #fff;
}
.block > div .article-icon {
  position: absolute;
  text-align: center;
  line-height: 28px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.block > div > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 40px);
  bottom: auto;
  transition: transform 300ms ease-in-out;
  z-index: -1;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.block > div > div.bottom {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: auto;
  max-height: 40px;
}
.block > div > div.bottom > .bg-theme > div {
  padding: 10px 20px;
}
.block > div > div.bottom > .bg-theme h1 {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block > div > div.bottom > .bg-theme h1 a {
  color: inherit;
}
.block > div > div.bottom > .bg-theme h1 a:hover {
  text-decoration: none;
}
.block > div > div.bottom > .bg-theme h1.wrap {
  white-space: normal;
}
.block > div > div.bottom > .bg-theme p {
  margin: 10px 0;
}
.block > div > div.bottom.scroll {
  overflow: auto;
}
.block > div .tag-blocks {
  margin: 0 -20px -10px -20px;
  padding: 10px 15px 0;
  background: #383739;
  height: 44px;
  overflow: hidden;
}
.block > div .tag-blocks p {
  margin: 0 !important;
}
.block > div .tag-blocks a {
  margin-bottom: 15px;
  opacity: 1;
  font-weight: normal !important;
  color: #fff;
  position: relative;
}
.block > div .tag-blocks a:not(:first-child) {
  background: none;
}
.block > div .tag-blocks a:hover:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.block > div > a {
  text-indent: -1000px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .block-container .block {
    width: 50%;
  }
  .block-container .block.block-double {
    width: 100%;
  }
  .block-container .block.block-double > div {
    padding-top: calc(50% - 5px);
  }
  .block-wrapper-4 .block-container .block {
    width: 25%;
  }
  .block-wrapper-4 .block-container .block.block-double {
    width: 50%;
  }
  .block-wrapper-4 .block-container .block.block-double > div {
    padding-top: calc(50% - 5px);
  }
  .block-wrapper-3 .block-container .block {
    width: 33.3333%;
  }
  .block-wrapper-3 .block-container .block.block-double {
    width: 66.6666%;
  }
  .block-wrapper-3 .block-container .block.block-double > div {
    padding-top: calc(50% - 5px);
  }
}
.event-list-wrapper {
  margin: 15px 0;
}
.event-list-wrapper .block-container {
  margin: 0;
}
.event-list-wrapper article {
  padding: 10px 10px 9px 10px;
  margin: 0 0 9px;
}
.event-list-wrapper article:last-of-type {
  padding-bottom: 13px;
  margin-bottom: 7px;
}
.event-list-wrapper article h4 a {
  color: inherit;
}
.campaign-blocks article {
  margin: 0 0 20px 0;
  padding: 30px 140px 30px 40px;
  min-height: 180px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.campaign-blocks article h1 {
  font-size: 22px;
  margin: 0 0 20px 0;
  line-height: 1em;
}
@media (min-width: 576px) {
  .campaign-blocks article:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(100deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }
}
.campaign-blocks article > a {
  text-indent: -1000px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.campaign-blocks article > a span {
  position: absolute;
  right: 20px;
  font-size: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-indent: 0;
}
.campaign-blocks article > a span:hover {
  text-decoration: none;
}
.campaign-blocks article > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out;
  z-index: -1;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -2;
}
.campaign-blocks article:hover > img {
  transform: scale(1.1);
}
.event-blocks article {
  position: relative;
}
.event-blocks article > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-indent: -2000px;
}
.event-blocks article > div > a:hover {
  background: rgba(56, 55, 57, 0.05);
}
.event-blocks article p:last-child {
  margin: 5px 0 0 0;
  position: relative;
}
.event-blocks article p:last-child a {
  color: inherit;
}
.texture-dot {
  padding-left: 80px;
  position: relative;
}
.texture-dot:before {
  content: '';
  position: absolute;
  top: 3px;
  width: 70px;
  height: 70px;
  left: 0;
  background-color: #fff;
  background-size: cover;
  background-blend-mode: multiply;
  border-radius: 50%;
}
hgroup {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
}
hgroup h1 a {
  font-weight: normal;
  color: #383739;
  border: 1px solid #383739;
  border-radius: 50%;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  bottom: 0;
  right: 0;
  position: absolute;
}
hgroup h1 a:hover {
  color: #383739;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5 {
  margin: 0;
}
hgroup h3:last-child {
  margin-top: 8px;
}
hgroup.circle-icon {
  padding-left: 60px;
  min-height: 45px;
}
hgroup.circle-icon .circle {
  color: #fff;
  background: #383739;
  border-radius: 25px;
  height: 45px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  line-height: 48px;
}
.collapsable {
  transition: max-height 0.5s ease-in-out;
}
.collapsable.collapsing,
.collapsable.collapsed {
  overflow: hidden;
}
.collapsable:before,
.collapsable:after {
  content: "";
  display: table;
}
.collapsable:after {
  clear: both;
}
.collapsable.collapsed {
  max-height: 0 !important;
}
.block-more {
  position: relative;
  height: 21px;
  margin-bottom: 25px;
  border-top: 20px solid #fff;
  clear: both;
  text-align: center;
}
.block-more > a {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  top: -13px;
  color: inherit;
}
.block-more > a + a {
  margin-left: 80px;
}
.block-more.abs-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 8px;
  left: 0;
  right: 0;
}
[class^=col-] > .block-more {
  left: 15px;
  right: 15px;
}
.related-types {
  line-height: 20px;
  margin: 30px -5px 0;
}
.related-types a,
.related-types label {
  color: #383739;
  margin: 0 5px;
}
.related-types a span,
.related-types label span {
  opacity: 0.5;
}
.related-types a:hover,
.related-types label:hover {
  text-decoration: none;
}
.related-types a:hover span.tick,
.related-types label:hover span.tick {
  opacity: 1;
}
.related-types a.selected span,
.related-types label.selected span {
  opacity: 1;
}
.related-types a.selected:hover span.tick,
.related-types label.selected:hover span.tick {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .related-types {
    text-align: right;
  }
}
.sm-circle {
  font-size: 16px;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  width: 2.5em;
  text-align: center;
  background-color: #383739;
  color: #fff;
  border-radius: 50%;
  vertical-align: top;
}
.sm-circle:hover {
  text-decoration: none;
  color: #fff;
  background: #8c8c8c;
}
.sm-circle.white,
.sm-circle-white-wrapper .sm-circle,
footer .sm-circle {
  background: #fff;
  color: #383739;
}
.sm-circle.white:hover,
.sm-circle-white-wrapper .sm-circle:hover,
footer .sm-circle:hover {
  background: #8c8c8c;
  color: #383739;
}
.decircle .sm-circle {
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #383739;
  font-size: inherit;
  line-height: inherit;
}
.decircle .sm-circle:hover {
  background: transparent;
  color: #8c8c8c;
}
.separate-words {
  word-spacing: 6px;
}
.circle-image {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.circle-image img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out;
}
a:hover .circle-image img {
  transform: scale(1.1);
}
a.plain {
  color: inherit;
}
a.plain:hover {
  text-decoration: none;
}
dl {
  border-left: 3px solid #383739;
  padding-left: 15px;
}
dl dt {
  display: inline;
  font-weight: bolder;
}
dl dd {
  display: inline;
}
.subscribe-rhs form {
  position: relative;
}
.subscribe-rhs button {
  position: absolute;
  top: 10px;
  right: 3px;
  border: none !important;
  padding: 0;
  display: block;
  line-height: 500px;
  overflow: hidden;
  height: 40px;
  width: 35px;
}
.subscribe-rhs button:before {
  float: right;
  font-size: 30px;
  line-height: 40px;
  font-family: 'anh' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e907";
  color: #383739;
}
.subscribe-rhs button:active {
  outline: none;
}
.rhs > section + section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #383739;
}
#comment-new {
  display: none;
}
#comment-new.in {
  display: block;
}
#comment-new.in + p {
  display: none;
}
#comment-new.in.reply + p {
  display: block;
}
section.comments {
  position: relative;
}
section.comments ul {
  list-style: none;
  padding: 0;
}
section.comments ul li {
  padding-top: 10px;
  margin: 0;
  padding-left: 80px;
  border-bottom: 1px solid #ccc;
  word-break: break-word;
}
section.comments ul li .avatar {
  height: 35px;
  width: 35px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}
section.comments ul li.bg-light-grey {
  padding-left: 10px;
  padding-right: 10px;
}
section.comments ul li.indent-0 {
  padding-left: 0;
}
section.comments ul li.indent-1 {
  padding-left: 20px;
}
section.comments ul li.indent-2 {
  padding-left: 40px;
}
section.comments ul li.indent-3 {
  padding-left: 60px;
}
section.comments #comment-new.reply {
  position: absolute;
  width: 100%;
}
.e-alert-include {
  border: 0;
  width: 100%;
  max-width: 650px;
  overflow: auto;
  height: 700px;
  display: block;
  margin: 0 auto;
}
.tag-blocks {
  font-size: 13px;
}
.tag-blocks span {
  display: none;
}
.tag-blocks a {
  color: #fff;
  opacity: 0.4;
  background: #0059AA;
  padding: 4px 5px;
  display: inline-block;
  margin-bottom: 3px;
}
.tag-blocks a:first-child {
  opacity: 0.8;
}
.tag-blocks a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  body #at4-share,
  body #at4-soc {
    top: 370px !important;
  }
}
@media (min-width: 768px) {
  body #at4-share:before,
  body #at4-share:after {
    content: '';
    display: block;
    height: 21px;
    width: 100%;
    background: url(/content/img/share-curve.svg) 0 0 no-repeat;
  }
  body #at4-share div.at4-arrow {
    background-position-y: 100% !important;
  }
  body #at4-share:after {
    border-top: 20px solid #393739;
    margin-top: -20px;
    height: 41px;
    background-position: 0 100%;
  }
}
.permission-error-box {
  margin: 20px 0;
  border: 3px solid;
  padding: 1em 1em 0 1em;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
}
.permission-fade {
  margin-top: -90px;
  height: 30px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
  position: relative;
}
.permission-fade:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: '';
  background: #fff;
  height: 20px;
}
.voucher-list li {
  margin-bottom: 4px;
}
.voucher {
  display: inline-block;
  vertical-align: middle;
}
.voucher > code {
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  padding: 1px 5px 0;
  background: #fff;
}
.voucher .btn {
  float: left;
  border-radius: 0 3px 3px 0;
  transition: background-color 0.3s linear;
  user-select: none;
}
.voucher .btn.copied {
  background-color: #028e3e;
}
div.at-share-close-control.ats-gray {
  background: #393739 !important;
}
.at4-arrow.at-right {
  float: none !important;
  margin: 0 auto !important;
}
a[data-href] {
  cursor: pointer;
}
.promo-box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  background-position: 50% 50%;
  background-size: cover;
  padding: 40px 40px 20px 40px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 576px) {
  .promo-box {
    margin: -120px -15px 20px;
    padding: 100px 20px 40px;
    margin-top: 40px;
  }
}
.promo-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  bottom: 0;
  width: 60%;
  background: linear-gradient(135deg, #000000 0, #000000 50%, rgba(0, 0, 0, 0.3) 100%);
  transform: skewX(20deg);
}
@media (min-width: 568px) and (max-width: 767px) {
  .promo-box:before {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .promo-box:before {
    transform: none;
    background: rgba(56, 55, 57, 0.7);
    left: 0;
    right: 0;
    width: auto;
  }
}
.promo-box > div {
  position: relative;
  min-height: 200px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .promo-box > div {
    width: 40%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .promo-box > div {
    width: 60%;
  }
}
.promo-box > div .btn {
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-color: #fff;
}
.promo-box > div .btn:hover {
  text-decoration: none;
}
.promo-box > div p {
  margin: 40px 0;
}
.promo-box > div.footer {
  min-height: 0;
  margin: 0;
}
.promo-box > div.footer p {
  margin: 0;
}
.promo-box a {
  color: #fff;
}
.banner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  padding: 20px;
  position: relative;
  color: #fff;
  background-color: #028e3e;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
}
.banner:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(127deg, #028e3e 0%, rgba(2, 142, 62, 0) 100%);
}
.banner > div {
  position: relative;
}
@media (min-width: 568px) {
  .banner > div {
    display: flex;
    flex-direction: row;
  }
  .banner > div .grow {
    flex-grow: 1;
  }
  .banner > div .btn {
    margin: 25px 0 0 20px;
  }
}
@media (max-width: 576px) {
  .banner > div {
    text-align: center;
  }
  .banner > div .large-icon-heading {
    display: inline-block;
  }
}
.banner > div .btn {
  background: #fff;
  color: #028e3e;
  min-width: 100px;
}
.banner > div .btn:hover {
  opacity: 0.8;
}
.large-icon-heading {
  padding-left: 130px;
  position: relative;
  text-align: left;
}
.large-icon-heading:before {
  content: '';
  left: 110px;
  height: 100%;
  position: absolute;
  width: 1px;
  background: #fff;
}
.large-icon-heading .icon-wrap {
  position: absolute;
  height: 100px;
  width: 100px;
  left: 0;
  line-height: 100px;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  font-size: 90px;
}
.large-icon-heading h1 {
  color: #F3E709;
  font-weight: 300;
  margin: 0 0 5px 0;
  font-size: 30px;
}
.large-icon-heading h1 strong {
  color: #fff;
  font-weight: 800;
  font-size: 37px;
}
.large-icon-heading p {
  margin: 0;
}
.vid169 {
  position: relative;
  padding-top: calc(56.25%);
  height: 0;
}
.vid169 iframe,
.vid169 img,
.vid169 video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.vid169 img,
.vid169 video {
  object-fit: cover;
}
@media (max-width: 576px) {
  .article-headline {
    margin: -20px -20px 20px -20px;
  }
}
.article-headline.has-badge {
  min-height: 200px;
  position: relative;
}
.article-headline.has-badge a.badge {
  width: 130px;
  height: 130px;
  line-height: 130px;
  position: absolute;
  text-align: center;
  color: inherit;
  top: 10px;
  right: 10px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(56, 55, 57, 0.5);
  background: #fff;
  outline: none;
}
.article-headline.has-badge a.badge p {
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -5px;
}
.article-headline.has-badge a.badge > span {
  font-size: 40px;
  vertical-align: middle;
  padding-right: 3px;
}
.article-headline.has-badge a.badge:hover {
  background: #f6f6f6;
  color: inherit;
  text-decoration: none;
}
.author-info {
  border-left: 3px solid #383739;
  padding-left: 15px;
  padding-bottom: 10px;
}
.author-info p {
  font-style: italic;
}
.author-info img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
#tags-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #383739;
}
.grecaptcha-badge {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.article-quote {
  border-left: 8px solid #333;
  padding-left: 20px;
  position: relative;
}
.article-quote img {
  width: 190px;
  height: 190px;
  position: absolute;
  left: 20px;
  border-radius: 95px;
  overflow: hidden;
}
.article-quote p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
}
.article-quote footer {
  color: inherit;
  background: transparent;
}
.article-quote img ~ p,
.article-quote img ~ footer {
  margin-left: 210px;
}
.content-sections ul {
  list-style: none;
  padding: 0;
}
.content-sections ul li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.content-sections ul li strong {
  left: 0;
  width: 25px;
  position: absolute;
}
.content-sections ul li a {
  color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.content-sections ul li a:hover {
  text-decoration: none;
  border-color: #383739;
}
.user-content {
  overflow-wrap: break-word;
}
.user-content:after {
  content: '';
  clear: both;
  display: block;
}
.user-content > :first-child {
  margin-top: 0 !important;
}
.user-content h1,
.user-content h2,
.user-content h3 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 30px 0;
  font-size: 30px;
}
.user-content h1:first-child,
.user-content h2:first-child,
.user-content h3:first-child {
  margin-top: 0;
}
.user-content p {
  margin: 0 0 1.5em 0;
}
.user-content h1,
.user-content h3 {
  color: inherit;
  margin: 30px 0;
}
.user-content h4 {
  font-weight: bold;
  margin: 30px 0;
}
.user-content h6.pathfinder {
  font-size: 30px;
  line-height: 1.1em;
  min-height: 68px;
  padding: 10px 0 10px 200px;
  font-weight: normal;
  border-top: 2px solid #72339D;
  border-bottom: 2px solid #72339D;
  margin: 30px 0;
  background: url(/content/img/pathfinders.png) 0 0 no-repeat;
  background-size: 179px 88px;
}
.user-content h6.download {
  background: url(/content/img/download-banner.jpg) 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 15px;
  line-height: 1em;
}
.user-content h6.download a {
  display: block;
  margin: -15px;
  color: inherit;
  padding: 15px 15px 15px 50px;
  background: url(/content/img/icon-map.svg) 10px 50% no-repeat;
}
.user-content h6.download a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.user-content h6.download strong {
  font-weight: inherit;
  color: #BFDD52;
}
.user-content img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.user-content img.left {
  margin-left: 0;
}
.user-content img.right {
  margin-right: 0;
}
.user-content hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
.user-content .tablewrap {
  width: 100%;
  overflow-x: auto;
}
.user-content table {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
  overflow: hidden;
  border-spacing: 0;
  width: 100%;
  border: none !important;
  border-collapse: separate;
  margin-bottom: 1em;
}
.user-content table td,
.user-content table th {
  padding: 8px 10px;
  border-width: 0 !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  vertical-align: top;
}
.user-content table p {
  margin: 0;
}
.user-content table p + p {
  margin-top: 1em;
}
.user-content table ul {
  margin: 0;
}
.user-content table p + ul {
  margin-top: 1em;
}
.user-content table tr:first-child > *:first-child {
  border-top-left-radius: 5px;
}
.user-content table tr:first-child > *:last-child {
  border-top-right-radius: 5px;
}
.user-content table tr:last-child > *:first-child {
  border-bottom-left-radius: 5px;
}
.user-content table tr:last-child > *:last-child {
  border-bottom-right-radius: 5px;
}
.user-content table tr:first-child > * {
  border-top-width: 1px !important;
}
.user-content table tr > *:first-child {
  border-left-width: 1px !important;
}
.user-content table .highlight,
.user-content table tr:first-child > * {
  color: #fff;
}
.user-content table .default,
.user-content table tr:first-child > .default {
  background-color: transparent;
  color: inherit;
}
.user-content table.open {
  box-shadow: none;
}
.user-content table.open tr > * {
  border-color: #333 !important;
  background: transparent !important;
}
.user-content table.open tr:first-child > * {
  border-top: 0 !important;
  color: inherit !important;
}
.user-content table.open tr > :first-child {
  border-left: 0 !important;
  padding-left: 0;
}
.user-content table.open tr > :last-child {
  border-right: 0 !important;
}
.user-content table.open tr:last-child > * {
  border-bottom: 0 !important;
}
.user-content table td.tick:before,
.user-content table th.tick:before {
  content: '\e91c';
  font-family: 'anh' !important;
  line-height: 58px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  width: 90%;
  padding-left: 5%;
}
.user-content table.pips {
  margin-top: 120px;
  overflow: visible;
}
.user-content table.pips tr:first-child > * {
  position: relative;
  width: 120px;
}
.user-content table.pips tr:first-child > *:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
}
.user-content table.pips tr:first-child > :nth-child(2):before {
  background-color: #7CB329;
}
.user-content table.pips tr:first-child > :nth-child(3):before {
  background-color: #408926;
}
.user-content table.pips tr:first-child > :nth-child(4):before {
  background-color: #29AFE5;
}
.user-content table.pips tr:first-child > :nth-child(5):before {
  background-color: #B68800;
}
.user-content table.pips tr:first-child > :first-child {
  width: auto;
}
.user-content ul,
.user-content ol {
  padding: 0 0 0 25px;
}
.user-content ul > li,
.user-content ol > li {
  margin-bottom: 7px;
  padding-left: 10px;
}
.user-content iframe {
  display: block;
  width: 100%;
  height: 464px;
  height: aspect-ratio(1.777777778);
}
.user-content iframe[src*='podbean.com'],
.user-content iframe[src*='soundcloud.com'] {
  height: 100px;
}
.user-content p.figure-right img,
.user-content p.figure-full img,
.user-content p.figure-left img,
.user-content p.figure-right iframe,
.user-content p.figure-full iframe,
.user-content p.figure-left iframe {
  margin: -5px -10px 5px -10px;
  width: calc(100% + 20px);
  max-width: none;
}
.user-content p.figure-right iframe,
.user-content p.figure-left iframe {
  height: 227px;
}
.user-content p.figure-right iframe[src*='podbean.com'],
.user-content p.figure-left iframe[src*='podbean.com'],
.user-content p.figure-right iframe[src*='soundcloud.com'],
.user-content p.figure-left iframe[src*='soundcloud.com'] {
  height: 100px;
}
.user-content p,
.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6,
.user-content table,
.user-content hr {
  clear: both;
}
.user-content p.info-box {
  background: #EAEAEA;
  padding: 5px 10px;
}
@media (min-width: 568px) {
  .user-content p.figure-right {
    float: right;
    width: 48%;
    width: calc(50% - 10px);
    clear: right;
  }
  .user-content p.figure-left {
    float: left;
    width: 48%;
    width: calc(50% - 10px);
    clear: left;
  }
}
.user-content .clearfix {
  clear: both;
}
.user-content blockquote {
  border-left: 8px solid #333;
  position: relative;
  margin: 40px 0;
  font-size: 12px;
  padding-left: 20px;
}
.user-content blockquote:not(.bq-text,.twitter-tweet) {
  padding-left: 230px;
  min-height: 200px;
}
@media (max-width: 567px) {
  .user-content blockquote:not(.bq-text,.twitter-tweet) {
    padding-left: 20px;
    padding-top: 220px;
  }
}
.user-content blockquote:not(.bq-text,.twitter-tweet) img {
  position: absolute;
  left: 20px;
  top: 0;
  height: 190px;
  width: 190px;
  object-fit: cover;
  border-radius: 95px;
}
.user-content blockquote em {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}
.user-content blockquote strong {
  font-weight: bolder;
  display: block;
}
.user-content blockquote:not(.twitter-tweet):after {
  content: '';
  clear: both;
  display: block;
}
.user-content blockquote:not(.twitter-tweet):before {
  content: "\e925";
  font-family: 'anh' !important;
  font-size: 50px;
  color: #f6f6f6;
  z-index: -1;
  float: right;
  line-height: 1em;
}
ul[style="list-style-type: tick;"] {
  list-style: none !important;
  padding: 0;
}
ul[style="list-style-type: tick;"] li {
  padding-left: 65px;
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
}
ul[style="list-style-type: tick;"] li:before {
  content: '\e91c';
  font-family: 'anh' !important;
  line-height: 40px;
  font-size: 30px;
  width: 40px;
  background: #028e3e;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  text-align: center;
}
.lightbox {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: opacity 300ms linear;
  top: 0;
  left: 0;
  z-index: 3;
}
.lightbox > div {
  border-radius: 5px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 800px;
  max-width: 95%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 95%;
}
.lightbox > div .bg-white {
  background: rgba(255, 255, 255, 0.7);
}
.lightbox > div > .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.lightbox > div .light-head {
  background: url(/content/img/headleaf.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 20px;
  color: #fff;
}
.lightbox > div .light-head .close {
  color: #383739;
  float: right;
}
.lightbox.lightbox-message > div {
  width: 350px;
}
.lightbox.lightbox-message > div > .close {
  left: 10px;
  margin: 10px auto;
}
.lightbox.lightbox-message > div p {
  margin: 120px 20px 20px 20px;
  text-align: center;
  border: 2px solid #028e3e;
  position: relative;
  padding: 20px;
}
.lightbox.lightbox-message > div p strong {
  position: absolute;
  top: -60px;
  font-size: 22px;
  display: block;
  width: 100%;
  left: 0;
}
.lightbox.lightbox-message > div p strong + br {
  display: none;
}
.lightbox.lightbox-narrow > div {
  width: 350px;
}
.lightbox.lightbox-mid > div {
  width: 500px;
}
.lightbox.transition {
  display: block;
}
.lightbox.in {
  display: block;
  opacity: 1;
}
.lightbox .inset {
  margin: 20px;
}
.lightbox .form-group label {
  background: transparent;
  z-index: 1;
}
.lightbox .form-group label:before {
  content: '';
  position: absolute;
  top: 9px;
  height: 4px;
  background: #f2f2f2;
  left: 0;
  width: 100%;
}
.lightbox .form-group label span {
  position: relative;
}
.lightbox .form-group input,
.lightbox .form-group textarea {
  background: transparent;
}
ul.resources {
  list-style: none;
  padding: 0;
}
ul.resources li {
  box-shadow: 0 0 5px rgba(56, 55, 57, 0.8);
  position: relative;
  padding: 10px 10px 10px 130px;
  min-height: 120px;
  margin-bottom: 20px;
}
ul.resources li a {
  color: #D52826;
}
ul.resources li a > span {
  background: #f6f6f6;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 100px;
}
ul.resources li a > span > span {
  color: #383739;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
ul.resource-side-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.resource-side-list li {
  background: #eee;
}
ul.resource-side-list li a {
  display: block;
  margin: 3px 0;
  padding: 5px;
  color: inherit;
}
ul.resource-side-list li a:hover {
  background: rgba(56, 55, 57, 0.05);
  text-decoration: none;
  color: inherit;
}
.form-group:before,
.mc-field-group:before,
.form-group:after,
.mc-field-group:after {
  content: "";
  display: table;
}
.form-group:after,
.mc-field-group:after {
  clear: both;
}
.form-group.form-group-inline,
.mc-field-group.form-group-inline {
  display: inline-block;
  width: 250px;
  max-width: 70%;
  max-width: calc(100% - 80px);
  margin-right: 10px;
  position: relative;
}
.form-group.form-group-inline label,
.mc-field-group.form-group-inline label {
  left: 0;
}
.form-group label,
.mc-field-group label {
  display: inline-block;
  background: #fff;
  padding: 0 3px;
  margin: 0 0 0 10px;
  position: absolute;
  font-size: #383739;
}
.form-group input,
.mc-field-group input,
.form-group textarea,
.mc-field-group textarea,
.form-group select,
.mc-field-group select,
.form-group .fakeinput,
.mc-field-group .fakeinput,
.form-group.mc-field-group > input,
.mc-field-group.mc-field-group > input,
.form-group.mc-field-group > select,
.mc-field-group.mc-field-group > select,
.form-group.mc-field-group > textarea,
.mc-field-group.mc-field-group > textarea {
  border: 1px solid #383739;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 39px;
  height: 41px;
  display: block;
  width: 100%;
  margin: 11px 0 20px;
  font-weight: inherit;
  font-family: inherit;
  background-color: transparent;
}
.form-group input.fakeinput,
.mc-field-group input.fakeinput,
.form-group textarea.fakeinput,
.mc-field-group textarea.fakeinput,
.form-group select.fakeinput,
.mc-field-group select.fakeinput,
.form-group .fakeinput.fakeinput,
.mc-field-group .fakeinput.fakeinput,
.form-group.mc-field-group > input.fakeinput,
.mc-field-group.mc-field-group > input.fakeinput,
.form-group.mc-field-group > select.fakeinput,
.mc-field-group.mc-field-group > select.fakeinput,
.form-group.mc-field-group > textarea.fakeinput,
.mc-field-group.mc-field-group > textarea.fakeinput {
  padding-top: 13px;
  padding-bottom: 11px;
  line-height: 17px;
}
.form-group input[readonly],
.mc-field-group input[readonly],
.form-group textarea[readonly],
.mc-field-group textarea[readonly],
.form-group select[readonly],
.mc-field-group select[readonly],
.form-group .fakeinput[readonly],
.mc-field-group .fakeinput[readonly],
.form-group.mc-field-group > input[readonly],
.mc-field-group.mc-field-group > input[readonly],
.form-group.mc-field-group > select[readonly],
.mc-field-group.mc-field-group > select[readonly],
.form-group.mc-field-group > textarea[readonly],
.mc-field-group.mc-field-group > textarea[readonly] {
  cursor: not-allowed;
  color: #999;
}
.form-group input.input-validation-error,
.mc-field-group input.input-validation-error,
.form-group textarea.input-validation-error,
.mc-field-group textarea.input-validation-error,
.form-group select.input-validation-error,
.mc-field-group select.input-validation-error,
.form-group .fakeinput.input-validation-error,
.mc-field-group .fakeinput.input-validation-error,
.form-group.mc-field-group > input.input-validation-error,
.mc-field-group.mc-field-group > input.input-validation-error,
.form-group.mc-field-group > select.input-validation-error,
.mc-field-group.mc-field-group > select.input-validation-error,
.form-group.mc-field-group > textarea.input-validation-error,
.mc-field-group.mc-field-group > textarea.input-validation-error {
  border-color: #D52826;
}
.form-group input:invalid,
.mc-field-group input:invalid,
.form-group textarea:invalid,
.mc-field-group textarea:invalid,
.form-group select:invalid,
.mc-field-group select:invalid,
.form-group .fakeinput:invalid,
.mc-field-group .fakeinput:invalid,
.form-group.mc-field-group > input:invalid,
.mc-field-group.mc-field-group > input:invalid,
.form-group.mc-field-group > select:invalid,
.mc-field-group.mc-field-group > select:invalid,
.form-group.mc-field-group > textarea:invalid,
.mc-field-group.mc-field-group > textarea:invalid {
  box-shadow: none;
}
.form-group input:focus,
.mc-field-group input:focus,
.form-group textarea:focus,
.mc-field-group textarea:focus,
.form-group select:focus,
.mc-field-group select:focus,
.form-group .fakeinput:focus,
.mc-field-group .fakeinput:focus,
.form-group.mc-field-group > input:focus,
.mc-field-group.mc-field-group > input:focus,
.form-group.mc-field-group > select:focus,
.mc-field-group.mc-field-group > select:focus,
.form-group.mc-field-group > textarea:focus,
.mc-field-group.mc-field-group > textarea:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(2, 142, 62, 0.5);
}
.form-group textarea,
.mc-field-group textarea,
.form-group.mc-field-group > textarea,
.mc-field-group.mc-field-group > textarea {
  height: 140px;
  line-height: 1.4;
  padding: 10px;
}
.beside-form-group {
  margin-top: 11px;
}
p.form-group-size {
  min-height: 72px;
  margin: 0;
}
.uglyselect  select {
  -webkit-appearance: none;
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.5em;
}
.field-validation-error {
  color: #D52826;
  font-size: 13px;
  display: block;
  margin-top: -20px;
  line-height: 16px;
  padding-bottom: 4px;
}
.val-msg-wrap .field-validation-error {
  margin: -0.5rem 0 0.5rem;
}
.input-validation-error ~ label {
  color: #D52826;
}
.field-validation-error + .field-validation-error {
  margin-top: 0;
}
.field-validation-error a {
  text-decoration: underline !important;
  cursor: pointer;
}
.checkbox-options label {
  padding-right: 20px;
}
label.checkbox input {
  vertical-align: -1px;
}
form.inline {
  display: inline;
}
.autocomplete-suggestions {
  border: none;
  position: absolute;
  margin-top: -2px;
  z-index: 2;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 3px 10px;
  border-left: 1px solid #383739;
  border-right: 1px solid #383739;
  background: #f6f6f6;
}
.autocomplete-suggestions .autocomplete-suggestion.selected {
  background: #eee;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: 1px solid #383739;
  border-radius: 0 0 3px 3px;
}
.supporter.corporate {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.supporter.corporate li > div {
  margin: 0 0 10px 0;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px 30px 30px 200px;
  color: #fff;
  min-height: 260px;
}
.supporter.corporate li > div:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.supporter.corporate li > div img {
  width: 140px;
  height: auto;
  top: 30px;
  left: 30px;
  position: absolute;
}
.supporter.corporate li > div div > * {
  position: relative;
}
.supporter.corporate li > div .btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  border-color: #fff;
  width: 140px;
  padding: 10px;
  text-align: center;
}
.supporter.corporate li > div .btn:hover {
  text-decoration: none;
}
.supporter.corporate li > div blockquote {
  margin: 0;
  padding-right: 60px;
  position: relative;
}
.supporter.corporate li > div blockquote cite {
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.supporter.corporate li > div blockquote p {
  margin: 0 0 5px 0;
}
.supporter.corporate li > div blockquote:after {
  content: '\e924';
  display: block;
  font-size: 40px;
  text-align: right;
  right: 0;
  top: -5px;
  position: absolute;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anh' !important;
  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;
}
.supporter.corporate li > div h3 {
  margin-right: 20px;
}
.supporter.corporate li > div:after {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: url(/content/img/vclub-gold.png) 50% 50% no-repeat;
  background-size: contain;
  content: '';
}
.supporter.corporate li.sustainability-partner > div:after {
  background-image: url(/content/img/vclub-purple.png);
}
.supporter.corporate li.silver-corporate > div:after {
  background-image: url(/content/img/vclub-silver.png);
}
.supporter.corporate li.bronze-corporate > div:after {
  background-image: url(/content/img/vclub-bronze.png);
}
.supporter.nolevel,
.supporter.member,
.supporter.associate {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: -1px 0 0 0;
}
.supporter.nolevel li,
.supporter.member li,
.supporter.associate li {
  padding: 5px 0 5px 100px;
  min-height: 90px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ccc;
}
.supporter.nolevel li:before,
.supporter.member li:before,
.supporter.associate li:before {
  display: none;
}
.supporter.nolevel li .img,
.supporter.member li .img,
.supporter.associate li .img {
  position: absolute;
  width: 80px;
  height: auto;
  left: 0;
  top: 5px;
}
.supporter.nolevel li .img img,
.supporter.member li .img img,
.supporter.associate li .img img {
  display: block;
  width: 100%;
}
.supporter.nolevel li a,
.supporter.member li a,
.supporter.associate li a {
  color: inherit;
  font-weight: bolder;
}
.supporter.associate li {
  padding-left: 0;
  min-height: 0;
}
.supporter.associate li .img {
  display: none;
}
@media (min-width: 568px) {
  .social-wrap {
    flex-direction: column !important;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 15px;
    right: 15px;
  }
  .social-wrap .twitter-wrap {
    flex-grow: 1;
    display: flex;
    position: relative;
  }
  .social-wrap .twitter-wrap > div > a {
    display: none;
  }
}
@media (max-width: 576px) {
  .twitter-wrap {
    height: 80vh;
    overflow: auto;
  }
}
#top-search {
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
#top-search .lh-reset {
  line-height: 1.4;
}
#top-search .related-types {
  line-height: 80px;
}
@media (max-width: 576px) {
  #top-search .related-types {
    line-height: 1.4;
    padding-top: 20px;
  }
}
#top-search .related-types label {
  cursor: pointer;
}
#top-search,
#top-search-spacer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
}
#top-search.in,
#top-search-spacer.in {
  height: 80px;
}
@media (max-width: 767px) {
  #top-search.in,
  #top-search-spacer.in {
    height: 120px;
  }
}
.belowsearch {
  transition: top 0.3s linear;
}
.belowsearch.move {
  top: 80px !important;
}
@media (max-width: 767px) {
  .belowsearch.move {
    top: 120px !important;
  }
}
.marginsearch {
  transition: margin 0.3s linear;
}
.marginsearch.move {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .marginsearch.move {
    margin-top: 120px !important;
  }
}
.searchresults {
  list-style: none;
  padding: 0;
}
.searchresults > li,
.searchresults > article {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #8c8c8c;
}
.searchresults > li a,
.searchresults > article a {
  color: inherit;
}
.searchresults > li a:hover,
.searchresults > article a:hover {
  color: inherit;
}
.searchresults > li a.color-red,
.searchresults > article a.color-red {
  color: #D52826;
}
.searchresults > li a.color-red:hover,
.searchresults > article a.color-red:hover {
  color: #dd4342;
}
.searchresults > li h4 span,
.searchresults > article h4 span {
  font-size: 26px;
  vertical-align: -6px;
}
.searchresults > li p,
.searchresults > article p {
  margin: 5px 0;
}
.searchresults > li > img,
.searchresults > article > img {
  float: left;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.searchresults > li > img + div,
.searchresults > article > img + div {
  margin-left: 170px;
}
.searchresults > li:after,
.searchresults > article:after {
  content: '';
  clear: both;
  display: block;
}
.filter {
  margin: -200px 0 60px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 20px 20px 0 20px;
}
.filter h4,
.filter p {
  margin: 0;
}
.shop-basket {
  position: relative;
}
.shop-basket .hover {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s linear;
}
.shop-basket .hover > div {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #ccc;
  width: 240px;
  color: #383739;
  text-align: left;
  margin-top: 5px;
}
.shop-basket.in .hover,
.shop-basket:hover .hover {
  pointer-events: all;
  opacity: 1;
}
.shop-basket p {
  text-transform: none;
}
ul.basket-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.basket-content li {
  border-bottom: 1px solid #ccc;
  padding: 10px 25px 10px 60px;
  margin: 0;
  text-transform: none;
  position: relative;
  min-height: 70px;
  text-align: left;
  display: block;
  line-height: 50px;
  vertical-align: middle;
}
ul.basket-content li a {
  color: inherit;
}
ul.basket-content li img {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  height: 50px;
}
ul.basket-content li .remove {
  background: #D52826;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 7px;
  line-height: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  border: 0;
  padding: 0;
  font-size: 9px;
}
ul.basket-content li .remove:hover {
  opacity: 0.8;
}
ul.basket-content li span {
  display: inline-block;
  line-height: 1.3em;
}
ul.stripe-list {
  padding: 0;
  list-style: none;
}
ul.stripe-list li {
  padding: 5px;
}
ul.stripe-list li:before,
ul.stripe-list li:after {
  content: "";
  display: table;
}
ul.stripe-list li:after {
  clear: both;
}
ul.stripe-list li:nth-child(odd) {
  background-color: #f6f6f6;
}
.membership-summary {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  color: #fff;
  background-color: #12120B;
  background-image: linear-gradient(147deg, #2D2E1C 0%, #000 100%);
  border-radius: 3px;
  padding: 20px 20px 20px 20px;
}
.membership-summary a {
  position: relative;
  text-decoration: none;
  color: inherit;
  margin: -20px;
  padding: 20px 120px 20px 20px;
  display: block;
}
.membership-summary a .icon-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-left: 1px solid #BFDD52;
  width: 80px;
  text-align: center;
}
.membership-summary a .icon-wrap span {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.membership-summary a:hover {
  text-decoration: none;
  color: inherit;
  border-color: #BFDD52;
}
.membership-summary a:hover .icon-wrap span {
  color: #BFDD52;
}
.membership-summary h1 {
  font-size: 20px;
}
.membership-summary p:last-child {
  margin-bottom: 0;
}
.membership-summary ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.membership-summary ul li {
  overflow: hidden;
  padding: 20px;
  margin: 5px 0;
}
.membership-summary ul li a {
  border: 1px solid #333;
  border-radius: 3px;
}
.membership-summary .highlight {
  color: #BFDD52;
  margin: 0;
}
.profile-image {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.profile-image img {
  border-radius: 75px;
  object-fit: cover;
  width: 150px;
  height: 150px;
  border-width: 5px;
  border-style: solid;
}
.profile-image input {
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.membership-aside {
  border-radius: 5px;
  padding: 10px;
  background: #F8E4C5;
  color: #46300E;
  overflow: hidden;
}
.membership-aside h1 {
  margin: -10px -10px 10px -10px;
  font-size: 1em;
  padding: 10px;
  text-align: center;
  background: #B68800;
  font-weight: normal;
  color: #fff;
}
.membership-aside .inset {
  background: #fff;
  padding: 1px 10px;
  margin: 20px 0 0 0;
  border-radius: 5px;
}
.membership-aside .inset p {
  margin: 10px 0;
}
.membership-aside .inset a {
  color: inherit;
  display: block;
  margin: 5px -5px;
  background: #F4F4F4;
  padding: 5px;
  border-radius: 2px;
}
.membership-aside .inset a:hover {
  background: #eee;
  text-decoration: none;
}
.membership-aside .inset .max-image {
  margin: 5px -5px;
  border-radius: 2px;
  max-width: calc(100% + 10px);
}
.benefit-key {
  padding: 5px 0 5px 39px;
  min-height: 34px;
  position: relative;
}
.benefit-key .benefit-key-dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: 5px;
}
.benefit-tier {
  width: 100%;
  float: left;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  margin-bottom: 10px;
  padding: 22px;
}
.benefit-tier .benefit {
  float: right;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 16px;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 1.6em;
  cursor: default;
}
.pager {
  list-style: none;
  text-align: center;
  padding: 0;
  line-height: 36px;
  vertical-align: middle;
}
.pager li {
  display: inline;
}
.pager li a {
  color: #383739;
}
.pager li a:hover {
  text-decoration: none;
}
.pager li.mid {
  margin: 0 -2px;
}
.pager li.mid > a,
.pager li.mid > span {
  display: inline-block;
  background: #f6f6f6;
  font-weight: bolder;
  min-width: 32px;
  text-align: center;
}
.pager li.mid > a {
  font-weight: lighter;
}
.pager li.mid > a:hover {
  text-decoration: none;
  background: #ccc;
}
.pager li:first-child,
.pager li:last-child {
  float: right;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  background: #fff;
  border: 2px solid #383739;
  opacity: 0.3;
  word-spacing: 8px;
  border-radius: 2px;
  padding: 5px 0 5px 10px;
  line-height: 1em;
}
.pager li:first-child > a span,
.pager li:last-child > a span,
.pager li:first-child > span span,
.pager li:last-child > span span {
  display: inline-block;
  font-size: 22px;
  vertical-align: -4px;
}
.pager li:first-child > a,
.pager li:last-child > a {
  opacity: 1;
}
.pager li:first-child > a:hover,
.pager li:last-child > a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.pager li:first-child {
  float: left;
}
.pager li:first-child > a,
.pager li:first-child > span {
  padding: 5px 10px 5px 0;
}
.pager li:first-child > a span,
.pager li:first-child > span span {
  transform: scaleX(-1);
}
.block-container .pager {
  clear: both;
  margin: 0 5px;
  padding-top: 20px;
}
.icon-links a,
.icon-links a:hover {
  text-decoration: none;
  color: inherit;
}
.icon-links a img {
  width: 110px;
  height: 110px;
  margin: 0 0 10px;
  object-fit: contain;
  background-position: 50% 50%;
  max-width: 100%;
  border-radius: 10px;
  border: 10px solid #fff;
}
.icon-links a:hover img {
  background: #eee;
  border-color: #eee;
}
.headed-feature-list {
  margin: 40px 0;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
.headed-feature-list:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(2, 142, 62, 0.1) 10%, #028e3e 100%);
}
.headed-feature-list h3 {
  background: #383739;
  color: #fff;
  padding: 40px 0;
  position: relative;
  line-height: 1.2;
}
.headed-feature-list h3 img {
  float: left;
  padding-right: 20px;
  width: 90px;
  height: auto;
}
.headed-feature-list .hfl-container {
  width: 95%;
  width: calc(100% - 40px);
  overflow: hidden;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.headed-feature-list ul {
  position: relative;
  font-size: 22px;
  list-style: none;
  padding: 0;
}
.headed-feature-list ul li {
  margin: 5px 0;
  padding-left: 30px;
  position: relative;
}
.headed-feature-list ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anh' !important;
  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;
  content: "\e90f";
  position: absolute;
  left: 0;
  top: 3px;
}
.social-buttons-home a {
  color: #fff;
  margin: 0 5px;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.3em;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
.social-buttons-home a:hover {
  text-decoration: none;
  background: #383739;
}
.anh-mewe::before,
.anh-telegram::before,
.anh-brighteon::before,
.anh-odysee::before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  background: 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
}
.sm-circle .anh-mewe::before,
.sm-circle .anh-telegram::before,
.sm-circle .anh-brighteon::before,
.sm-circle .anh-odysee::before {
  filter: invert(1);
  width: 1.5em;
  height: 1.5em;
  margin: 0.5em;
}
.anh-mewe::before {
  background-image: url(/content/img/social-mewe.svg);
}
.anh-telegram::before {
  background-image: url(/content/img/social-telegram.svg);
}
.anh-brighteon::before {
  background-image: url(/content/img/social-brighteon.svg);
}
.anh-odysee::before {
  background-image: url(/content/img/social-odysee.svg);
}
@media print {
  @page {
    margin: 0.5cm;
  }
  @page :footer {
    display: none;
  }
  @page :header {
    display: none;
  }
  body {
    font-size: 12pt;
    font-weight: 400;
  }
  body,
  * {
    color: #000 !important;
  }
  .border-theme {
    border-color: #000 !important;
  }
  .container {
    max-width: none;
    padding: 0;
  }
  #top-search,
  .crown-wrapper,
  footer {
    display: none;
  }
  article {
    margin-top: 0 !important;
  }
  .overlap-bg {
    padding: 0 !important;
    box-shadow: none !important;
  }
  .rhs {
    display: none;
  }
  .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row > * {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .noprint {
    display: none !important;
  }
  .article-headline img {
    width: 73%;
    max-width: 500px;
    display: block;
    margin: 0 auto 20px 0;
  }
  img.print-logo {
    max-width: 25%;
    height: auto;
  }
  .user-content img {
    max-width: 500px !important;
  }
  .user-content iframe {
    display: none !important;
  }
  .user-content a {
    color: #000;
  }
  .user-content a:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
  }
  .space-60-bottom {
    margin-bottom: 40px !important;
  }
  body:after {
    content: 'Copyright © Alliance for Natural Health International.';
  }
  .user-content .figure-left,
  .user-content .figure-right {
    display: block !important;
    width: 49% !important;
  }
  .user-content .figure-right {
    float: right !important;
    clear: right !important;
  }
  .user-content .figure-left {
    float: left !important;
    clear: left !important;
  }
  .user-content .info-box {
    background: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .user-content .info-box img {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 5px 0 !important;
  }
  .user-content table {
    box-shadow: none !important;
  }
  .user-content blockquote {
    min-height: none !important;
  }
  #article-body .user-content table tr > * {
    border-color: #ccc !important;
    background: transparent !important;
  }
}
