@charset "UTF-8";

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import everything from autoload */

@font-face {
  font-family: 'Karbon';
  src: url(/app/themes/ucla/dist/fonts/KarbonWeb-Light.woff) format("woff"), url(/app/themes/ucla/dist/fonts/KarbonWeb-Light.eot) format("eot");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Karbon';
  src: url(/app/themes/ucla/dist/fonts/KarbonWeb-Regular.woff) format("woff"), url(/app/themes/ucla/dist/fonts/KarbonWeb-Regular.eot) format("eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Karbon';
  src: url(/app/themes/ucla/dist/fonts/KarbonWeb-Medium.woff) format("woff"), url(/app/themes/ucla/dist/fonts/KarbonWeb-Medium.eot) format("eot");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Karbon';
  src: url(/app/themes/ucla/dist/fonts/KarbonWeb-Semibold.woff) format("woff"), url(/app/themes/ucla/dist/fonts/KarbonWeb-Semibold.eot) format("eot");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(/app/themes/ucla/dist/fonts/proximanova-reg.woff2) format("woff2"), url(/app/themes/ucla/dist/fonts/proximanova-reg.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(/app/themes/ucla/dist/fonts/proximanova-bold.woff2) format("woff2"), url(/app/themes/ucla/dist/fonts/proximanova-bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

/** Import Bootstrap functions */

/* Base Colors */

/** workaround for build:production compilation
    see https://github.com/roots/sage/issues/2017 */

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

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

.hidden {
  visibility: hidden;
}

.visbile {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f3bb2a;
  --yellow: #ffeb03;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3183be;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffeb03;
  --danger: #dc3545;
  --light: #f2f2f2;
  --dark: #343a40;
  --primary-accessible: #2a7cb7;
  --yellow: #ffeb03;
  --orange: #f3bb2a;
  --lightblue: #0a93dd;
  --darkblue: #0054a6;
  --grey: #717171;
  --grey-accessible: #686868;
  --lightgrey: #e2e2e2;
  --darkgrey: #434343;
  --light-accessible: #f4f4f4;
  --lighter: #faf8f8;
  --greylighter: #f0f0f0;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-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: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #717171;
  text-align: left;
  background-color: white;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3183be;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #215981;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

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

.figure,
.wp-caption {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #717171;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  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: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.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.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: white;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #b2d0e7;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #fff79f;
}

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
  background-color: #eeeeee;
}

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

.table-hover .table-primary-accessible:hover {
  background-color: #b0cee5;
}

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

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff9b8;
}

.table-hover .table-yellow:hover {
  background-color: #fff79f;
}

.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fff79f;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fcecc3;
}

.table-hover .table-orange:hover {
  background-color: #fbe4ab;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #fbe4ab;
}

.table-lightblue,
.table-lightblue > th,
.table-lightblue > td {
  background-color: #bae1f5;
}

.table-hover .table-lightblue:hover {
  background-color: #a4d7f2;
}

.table-hover .table-lightblue:hover > td,
.table-hover .table-lightblue:hover > th {
  background-color: #a4d7f2;
}

.table-darkblue,
.table-darkblue > th,
.table-darkblue > td {
  background-color: #b8cfe6;
}

.table-hover .table-darkblue:hover {
  background-color: #a5c2df;
}

.table-hover .table-darkblue:hover > td,
.table-hover .table-darkblue:hover > th {
  background-color: #a5c2df;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #d7d7d7;
}

.table-hover .table-grey:hover {
  background-color: #cacaca;
}

.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #cacaca;
}

.table-grey-accessible,
.table-grey-accessible > th,
.table-grey-accessible > td {
  background-color: #d5d5d5;
}

.table-hover .table-grey-accessible:hover {
  background-color: #c8c8c8;
}

.table-hover .table-grey-accessible:hover > td,
.table-hover .table-grey-accessible:hover > th {
  background-color: #c8c8c8;
}

.table-lightgrey,
.table-lightgrey > th,
.table-lightgrey > td {
  background-color: #f7f7f7;
}

.table-hover .table-lightgrey:hover {
  background-color: #eaeaea;
}

.table-hover .table-lightgrey:hover > td,
.table-hover .table-lightgrey:hover > th {
  background-color: #eaeaea;
}

.table-darkgrey,
.table-darkgrey > th,
.table-darkgrey > td {
  background-color: #cacaca;
}

.table-hover .table-darkgrey:hover {
  background-color: #bdbdbd;
}

.table-hover .table-darkgrey:hover > td,
.table-hover .table-darkgrey:hover > th {
  background-color: #bdbdbd;
}

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

.table-hover .table-light-accessible:hover {
  background-color: #efefef;
}

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

.table-lighter,
.table-lighter > th,
.table-lighter > td {
  background-color: #fefdfd;
}

.table-hover .table-lighter:hover {
  background-color: #f6ecec;
}

.table-hover .table-lighter:hover > td,
.table-hover .table-lighter:hover > th {
  background-color: #f6ecec;
}

.table-greylighter,
.table-greylighter > th,
.table-greylighter > td {
  background-color: #fbfbfb;
}

.table-hover .table-greylighter:hover {
  background-color: #eeeeee;
}

.table-hover .table-greylighter:hover > td,
.table-hover .table-greylighter:hover > th {
  background-color: #eeeeee;
}

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

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

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

.table .thead-dark th {
  color: white;
  background-color: #212529;
  border-color: #32383e;
}

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

.table-dark {
  color: white;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8dbee2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.15rem + 2px);
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.comment-form .input-group-sm > input.form-control-plaintext[type="text"],
.comment-form .input-group-sm > input.form-control-plaintext[type="email"],
.comment-form .input-group-sm > input.form-control-plaintext[type="url"],
.comment-form .input-group-sm > textarea.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext[type="submit"],
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.comment-form .input-group-sm > .input-group-append > input.form-control-plaintext[type="submit"],
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.comment-form .input-group-lg > input.form-control-plaintext[type="text"],
.comment-form .input-group-lg > input.form-control-plaintext[type="email"],
.comment-form .input-group-lg > input.form-control-plaintext[type="url"],
.comment-form .input-group-lg > textarea.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext[type="submit"],
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.comment-form .input-group-lg > .input-group-append > input.form-control-plaintext[type="submit"] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input:valid[type="text"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="email"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="url"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="url"] ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.comment-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover,
.comment-form input:hover[type="submit"],
.btn:focus,
.comment-form input:focus[type="submit"] {
  text-decoration: none;
}

.btn:focus,
.comment-form input:focus[type="submit"],
.btn.focus,
.comment-form input.focus[type="submit"] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.btn:disabled,
.comment-form input:disabled[type="submit"] {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"] {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.btn:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"] {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3183be;
  border-color: #3183be;
}

.btn-primary:hover {
  color: #fff;
  background-color: #296ea0;
  border-color: #276795;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3183be;
  border-color: #3183be;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #276795;
  border-color: #24608b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
}

.btn-secondary,
.comment-form input[type="submit"] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.comment-form input:hover[type="submit"] {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.btn-secondary.focus,
.comment-form input.focus[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-warning:hover {
  color: #212529;
  background-color: #dcca00;
  border-color: #cfbf00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cfbf00;
  border-color: #c2b300;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-primary-accessible {
  color: #fff;
  background-color: #2a7cb7;
  border-color: #2a7cb7;
}

.btn-primary-accessible:hover {
  color: #fff;
  background-color: #236798;
  border-color: #20608e;
}

.btn-primary-accessible:focus,
.btn-primary-accessible.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
}

.btn-primary-accessible.disabled,
.btn-primary-accessible:disabled {
  color: #fff;
  background-color: #2a7cb7;
  border-color: #2a7cb7;
}

.btn-primary-accessible:not(:disabled):not(.disabled):active,
.btn-primary-accessible:not(:disabled):not(.disabled).active,
.show > .btn-primary-accessible.dropdown-toggle {
  color: #fff;
  background-color: #20608e;
  border-color: #1e5983;
}

.btn-primary-accessible:not(:disabled):not(.disabled):active:focus,
.btn-primary-accessible:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-accessible.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #dcca00;
  border-color: #cfbf00;
}

.btn-yellow:focus,
.btn-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-yellow.disabled,
.btn-yellow:disabled {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #cfbf00;
  border-color: #c2b300;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-orange {
  color: #212529;
  background-color: #f3bb2a;
  border-color: #f3bb2a;
}

.btn-orange:hover {
  color: #212529;
  background-color: #eaac0d;
  border-color: #dea30c;
}

.btn-orange:focus,
.btn-orange.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #212529;
  background-color: #f3bb2a;
  border-color: #f3bb2a;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #212529;
  background-color: #dea30c;
  border-color: #d19a0c;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
}

.btn-lightblue {
  color: #fff;
  background-color: #0a93dd;
  border-color: #0a93dd;
}

.btn-lightblue:hover {
  color: #fff;
  background-color: #087bb8;
  border-color: #0873ac;
}

.btn-lightblue:focus,
.btn-lightblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
}

.btn-lightblue.disabled,
.btn-lightblue:disabled {
  color: #fff;
  background-color: #0a93dd;
  border-color: #0a93dd;
}

.btn-lightblue:not(:disabled):not(.disabled):active,
.btn-lightblue:not(:disabled):not(.disabled).active,
.show > .btn-lightblue.dropdown-toggle {
  color: #fff;
  background-color: #0873ac;
  border-color: #076aa0;
}

.btn-lightblue:not(:disabled):not(.disabled):active:focus,
.btn-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightblue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
}

.btn-darkblue {
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
}

.btn-darkblue:hover {
  color: #fff;
  background-color: #004180;
  border-color: #003a73;
}

.btn-darkblue:focus,
.btn-darkblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
}

.btn-darkblue.disabled,
.btn-darkblue:disabled {
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
}

.btn-darkblue:not(:disabled):not(.disabled):active,
.btn-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #003a73;
  border-color: #003466;
}

.btn-darkblue:not(:disabled):not(.disabled):active:focus,
.btn-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkblue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
}

.btn-grey {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-grey:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #585858;
}

.btn-grey:focus,
.btn-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}

.btn-grey.disabled,
.btn-grey:disabled {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #585858;
  border-color: #515151;
}

.btn-grey:not(:disabled):not(.disabled):active:focus,
.btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}

.btn-grey-accessible {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.btn-grey-accessible:hover {
  color: #fff;
  background-color: #555555;
  border-color: #4f4f4f;
}

.btn-grey-accessible:focus,
.btn-grey-accessible.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-grey-accessible.disabled,
.btn-grey-accessible:disabled {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.btn-grey-accessible:not(:disabled):not(.disabled):active,
.btn-grey-accessible:not(:disabled):not(.disabled).active,
.show > .btn-grey-accessible.dropdown-toggle {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #484848;
}

.btn-grey-accessible:not(:disabled):not(.disabled):active:focus,
.btn-grey-accessible:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-accessible.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-lightgrey {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn-lightgrey:hover {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #c9c9c9;
}

.btn-lightgrey:focus,
.btn-lightgrey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}

.btn-lightgrey.disabled,
.btn-lightgrey:disabled {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn-lightgrey:not(:disabled):not(.disabled):active,
.btn-lightgrey:not(:disabled):not(.disabled).active,
.show > .btn-lightgrey.dropdown-toggle {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c2c2c2;
}

.btn-lightgrey:not(:disabled):not(.disabled):active:focus,
.btn-lightgrey:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightgrey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}

.btn-darkgrey {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.btn-darkgrey:hover {
  color: #fff;
  background-color: #303030;
  border-color: #2a2a2a;
}

.btn-darkgrey:focus,
.btn-darkgrey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}

.btn-darkgrey.disabled,
.btn-darkgrey:disabled {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.btn-darkgrey:not(:disabled):not(.disabled):active,
.btn-darkgrey:not(:disabled):not(.disabled).active,
.show > .btn-darkgrey.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #232323;
}

.btn-darkgrey:not(:disabled):not(.disabled):active:focus,
.btn-darkgrey:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkgrey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}

.btn-light-accessible {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-light-accessible:hover {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}

.btn-light-accessible:focus,
.btn-light-accessible.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-light-accessible.disabled,
.btn-light-accessible:disabled {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-light-accessible:not(:disabled):not(.disabled):active,
.btn-light-accessible:not(:disabled):not(.disabled).active,
.show > .btn-light-accessible.dropdown-toggle {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d4d4d4;
}

.btn-light-accessible:not(:disabled):not(.disabled):active:focus,
.btn-light-accessible:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-accessible.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-lighter {
  color: #212529;
  background-color: #faf8f8;
  border-color: #faf8f8;
}

.btn-lighter:hover {
  color: #212529;
  background-color: #eae2e2;
  border-color: #e5dada;
}

.btn-lighter:focus,
.btn-lighter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
}

.btn-lighter.disabled,
.btn-lighter:disabled {
  color: #212529;
  background-color: #faf8f8;
  border-color: #faf8f8;
}

.btn-lighter:not(:disabled):not(.disabled):active,
.btn-lighter:not(:disabled):not(.disabled).active,
.show > .btn-lighter.dropdown-toggle {
  color: #212529;
  background-color: #e5dada;
  border-color: #dfd3d3;
}

.btn-lighter:not(:disabled):not(.disabled):active:focus,
.btn-lighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
}

.btn-greylighter {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-greylighter:hover {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
}

.btn-greylighter:focus,
.btn-greylighter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-greylighter.disabled,
.btn-greylighter:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-greylighter:not(:disabled):not(.disabled):active,
.btn-greylighter:not(:disabled):not(.disabled).active,
.show > .btn-greylighter.dropdown-toggle {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d0d0d0;
}

.btn-greylighter:not(:disabled):not(.disabled):active:focus,
.btn-greylighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-greylighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-primary {
  color: #3183be;
  background-color: transparent;
  background-image: none;
  border-color: #3183be;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3183be;
  border-color: #3183be;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3183be;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3183be;
  border-color: #3183be;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffeb03;
  background-color: transparent;
  background-image: none;
  border-color: #ffeb03;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffeb03;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary-accessible {
  color: #2a7cb7;
  background-color: transparent;
  background-image: none;
  border-color: #2a7cb7;
}

.btn-outline-primary-accessible:hover {
  color: #fff;
  background-color: #2a7cb7;
  border-color: #2a7cb7;
}

.btn-outline-primary-accessible:focus,
.btn-outline-primary-accessible.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
}

.btn-outline-primary-accessible.disabled,
.btn-outline-primary-accessible:disabled {
  color: #2a7cb7;
  background-color: transparent;
}

.btn-outline-primary-accessible:not(:disabled):not(.disabled):active,
.btn-outline-primary-accessible:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-accessible.dropdown-toggle {
  color: #fff;
  background-color: #2a7cb7;
  border-color: #2a7cb7;
}

.btn-outline-primary-accessible:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-accessible:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-accessible.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(42, 124, 183, 0.5);
}

.btn-outline-yellow {
  color: #ffeb03;
  background-color: transparent;
  background-image: none;
  border-color: #ffeb03;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
  color: #ffeb03;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffeb03;
  border-color: #ffeb03;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 235, 3, 0.5);
}

.btn-outline-orange {
  color: #f3bb2a;
  background-color: transparent;
  background-image: none;
  border-color: #f3bb2a;
}

.btn-outline-orange:hover {
  color: #212529;
  background-color: #f3bb2a;
  border-color: #f3bb2a;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #f3bb2a;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #f3bb2a;
  border-color: #f3bb2a;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 187, 42, 0.5);
}

.btn-outline-lightblue {
  color: #0a93dd;
  background-color: transparent;
  background-image: none;
  border-color: #0a93dd;
}

.btn-outline-lightblue:hover {
  color: #fff;
  background-color: #0a93dd;
  border-color: #0a93dd;
}

.btn-outline-lightblue:focus,
.btn-outline-lightblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
}

.btn-outline-lightblue.disabled,
.btn-outline-lightblue:disabled {
  color: #0a93dd;
  background-color: transparent;
}

.btn-outline-lightblue:not(:disabled):not(.disabled):active,
.btn-outline-lightblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightblue.dropdown-toggle {
  color: #fff;
  background-color: #0a93dd;
  border-color: #0a93dd;
}

.btn-outline-lightblue:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightblue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 147, 221, 0.5);
}

.btn-outline-darkblue {
  color: #0054a6;
  background-color: transparent;
  background-image: none;
  border-color: #0054a6;
}

.btn-outline-darkblue:hover {
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
}

.btn-outline-darkblue:focus,
.btn-outline-darkblue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
}

.btn-outline-darkblue.disabled,
.btn-outline-darkblue:disabled {
  color: #0054a6;
  background-color: transparent;
}

.btn-outline-darkblue:not(:disabled):not(.disabled):active,
.btn-outline-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
}

.btn-outline-darkblue:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkblue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 84, 166, 0.5);
}

.btn-outline-grey {
  color: #717171;
  background-color: transparent;
  background-image: none;
  border-color: #717171;
}

.btn-outline-grey:hover {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-outline-grey:focus,
.btn-outline-grey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}

.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
  color: #717171;
  background-color: transparent;
}

.btn-outline-grey:not(:disabled):not(.disabled):active,
.btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #fff;
  background-color: #717171;
  border-color: #717171;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}

.btn-outline-grey-accessible {
  color: #686868;
  background-color: transparent;
  background-image: none;
  border-color: #686868;
}

.btn-outline-grey-accessible:hover {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-grey-accessible:focus,
.btn-outline-grey-accessible.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-outline-grey-accessible.disabled,
.btn-outline-grey-accessible:disabled {
  color: #686868;
  background-color: transparent;
}

.btn-outline-grey-accessible:not(:disabled):not(.disabled):active,
.btn-outline-grey-accessible:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey-accessible.dropdown-toggle {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-grey-accessible:not(:disabled):not(.disabled):active:focus,
.btn-outline-grey-accessible:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey-accessible.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-outline-lightgrey {
  color: #e2e2e2;
  background-color: transparent;
  background-image: none;
  border-color: #e2e2e2;
}

.btn-outline-lightgrey:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn-outline-lightgrey:focus,
.btn-outline-lightgrey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}

.btn-outline-lightgrey.disabled,
.btn-outline-lightgrey:disabled {
  color: #e2e2e2;
  background-color: transparent;
}

.btn-outline-lightgrey:not(:disabled):not(.disabled):active,
.btn-outline-lightgrey:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightgrey.dropdown-toggle {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn-outline-lightgrey:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightgrey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightgrey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}

.btn-outline-darkgrey {
  color: #434343;
  background-color: transparent;
  background-image: none;
  border-color: #434343;
}

.btn-outline-darkgrey:hover {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.btn-outline-darkgrey:focus,
.btn-outline-darkgrey.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}

.btn-outline-darkgrey.disabled,
.btn-outline-darkgrey:disabled {
  color: #434343;
  background-color: transparent;
}

.btn-outline-darkgrey:not(:disabled):not(.disabled):active,
.btn-outline-darkgrey:not(:disabled):not(.disabled).active,
.show > .btn-outline-darkgrey.dropdown-toggle {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}

.btn-outline-darkgrey:not(:disabled):not(.disabled):active:focus,
.btn-outline-darkgrey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darkgrey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}

.btn-outline-light-accessible {
  color: #f4f4f4;
  background-color: transparent;
  background-image: none;
  border-color: #f4f4f4;
}

.btn-outline-light-accessible:hover {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-light-accessible:focus,
.btn-outline-light-accessible.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-light-accessible.disabled,
.btn-outline-light-accessible:disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-light-accessible:not(:disabled):not(.disabled):active,
.btn-outline-light-accessible:not(:disabled):not(.disabled).active,
.show > .btn-outline-light-accessible.dropdown-toggle {
  color: #212529;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-light-accessible:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-accessible:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light-accessible.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 244, 244, 0.5);
}

.btn-outline-lighter {
  color: #faf8f8;
  background-color: transparent;
  background-image: none;
  border-color: #faf8f8;
}

.btn-outline-lighter:hover {
  color: #212529;
  background-color: #faf8f8;
  border-color: #faf8f8;
}

.btn-outline-lighter:focus,
.btn-outline-lighter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
}

.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
  color: #faf8f8;
  background-color: transparent;
}

.btn-outline-lighter:not(:disabled):not(.disabled):active,
.btn-outline-lighter:not(:disabled):not(.disabled).active,
.show > .btn-outline-lighter.dropdown-toggle {
  color: #212529;
  background-color: #faf8f8;
  border-color: #faf8f8;
}

.btn-outline-lighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 248, 248, 0.5);
}

.btn-outline-greylighter {
  color: #f0f0f0;
  background-color: transparent;
  background-image: none;
  border-color: #f0f0f0;
}

.btn-outline-greylighter:hover {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-greylighter:focus,
.btn-outline-greylighter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-greylighter.disabled,
.btn-outline-greylighter:disabled {
  color: #f0f0f0;
  background-color: transparent;
}

.btn-outline-greylighter:not(:disabled):not(.disabled):active,
.btn-outline-greylighter:not(:disabled):not(.disabled).active,
.show > .btn-outline-greylighter.dropdown-toggle {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outline-greylighter:not(:disabled):not(.disabled):active:focus,
.btn-outline-greylighter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-greylighter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3183be;
  background-color: transparent;
}

.btn-link:hover {
  color: #215981;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3183be;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"] {
  z-index: 1;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"] {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group input[type="submit"] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group .btn-group + input[type="submit"],
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child,
.comment-form .btn-group > input:first-child[type="submit"] {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

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

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.btn-group-vertical > .btn + .btn-group,
.comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-form .btn-group-vertical > .btn-group + input[type="submit"],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"] {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"] {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #3183be;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
          box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b5d5ec;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3183be;
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #3183be;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 131, 190, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(49, 131, 190, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3183be;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 131, 190, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.15rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #8dbee2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(141, 190, 226, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(141, 190, 226, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.15rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #8dbee2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #8dbee2;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.15rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

.nav-link,
.banner .banner-main .banner-main-wrapper .nav li a {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.banner .banner-main .banner-main-wrapper .nav li a:hover,
.nav-link:focus,
.banner .banner-main .banner-main-wrapper .nav li a:focus {
  text-decoration: none;
}

.nav-link.disabled,
.banner .banner-main .banner-main-wrapper .nav li a.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li,
.banner .banner-main .banner-main-wrapper .nav .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li a:hover,
.banner .banner-main .banner-main-wrapper .nav li .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li a:focus,
.banner .banner-main .banner-main-wrapper .nav li .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li a.disabled,
.banner .banner-main .banner-main-wrapper .nav li .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li a.active,
.banner .banner-main .banner-main-wrapper .nav li .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li.show .nav-link,
.banner .banner-main .banner-main-wrapper .nav .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .nav-tabs .nav-item.show a,
.nav-tabs .banner .banner-main .banner-main-wrapper .nav li.show a,
.banner .banner-main .banner-main-wrapper .nav .nav-tabs li.show a {
  color: #495057;
  background-color: white;
  border-color: #dee2e6 #dee2e6 white;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .nav-pills a {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .banner .banner-main .banner-main-wrapper .nav li a.active,
.banner .banner-main .banner-main-wrapper .nav li .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .banner-main .banner-main-wrapper .nav li .show > a,
.banner .banner-main .banner-main-wrapper .nav li .nav-pills .show > a {
  color: #fff;
  background-color: #3183be;
}

.nav-fill .nav-item,
.nav-fill .banner .banner-main .banner-main-wrapper .nav li,
.banner .banner-main .banner-main-wrapper .nav .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified .banner .banner-main .banner-main-wrapper .nav li,
.banner .banner-main .banner-main-wrapper .nav .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link,
.navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
  .banner .banner-main .banner-main-wrapper .nav li .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
  .banner .banner-main .banner-main-wrapper .nav li .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
  .banner .banner-main .banner-main-wrapper .nav li .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
  .banner .banner-main .banner-main-wrapper .nav li .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a:hover,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a:focus,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a.disabled,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li .show > a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li .active > a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a.show,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a.active,
.banner .banner-main .banner-main-wrapper .nav li .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a:hover,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a:focus,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a.disabled,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li .show > a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li .active > a,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a.show,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .banner-main .banner-main-wrapper .nav li a.active,
.banner .banner-main .banner-main-wrapper .nav li .navbar-dark .navbar-nav a.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

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

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3183be;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #215981;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(49, 131, 190, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3183be;
  border-color: #3183be;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #3183be;
}

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

.badge-warning {
  color: #212529;
  background-color: #ffeb03;
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

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

.badge-light {
  color: #212529;
  background-color: #f2f2f2;
}

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

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

.badge-primary-accessible {
  color: #fff;
  background-color: #2a7cb7;
}

.badge-primary-accessible[href]:hover,
.badge-primary-accessible[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #20608e;
}

.badge-yellow {
  color: #212529;
  background-color: #ffeb03;
}

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

.badge-orange {
  color: #212529;
  background-color: #f3bb2a;
}

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

.badge-lightblue {
  color: #fff;
  background-color: #0a93dd;
}

.badge-lightblue[href]:hover,
.badge-lightblue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0873ac;
}

.badge-darkblue {
  color: #fff;
  background-color: #0054a6;
}

.badge-darkblue[href]:hover,
.badge-darkblue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003a73;
}

.badge-grey {
  color: #fff;
  background-color: #717171;
}

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

.badge-grey-accessible {
  color: #fff;
  background-color: #686868;
}

.badge-grey-accessible[href]:hover,
.badge-grey-accessible[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4f4f4f;
}

.badge-lightgrey {
  color: #212529;
  background-color: #e2e2e2;
}

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

.badge-darkgrey {
  color: #fff;
  background-color: #434343;
}

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

.badge-light-accessible {
  color: #212529;
  background-color: #f4f4f4;
}

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

.badge-lighter {
  color: #212529;
  background-color: #faf8f8;
}

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

.badge-greylighter {
  color: #212529;
  background-color: #f0f0f0;
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.9rem;
}

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

.alert-primary {
  color: #194463;
  background-color: #d6e6f2;
  border-color: #c5dced;
}

.alert-primary hr {
  border-top-color: #b2d0e7;
}

.alert-primary .alert-link {
  color: #0f283a;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #857a02;
  background-color: #fffbcd;
  border-color: #fff9b8;
}

.alert-warning hr {
  border-top-color: #fff79f;
}

.alert-warning .alert-link {
  color: #534c01;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-light hr {
  border-top-color: #eeeeee;
}

.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-primary-accessible {
  color: #16405f;
  background-color: #d4e5f1;
  border-color: #c3daeb;
}

.alert-primary-accessible hr {
  border-top-color: #b0cee5;
}

.alert-primary-accessible .alert-link {
  color: #0c2436;
}

.alert-yellow {
  color: #857a02;
  background-color: #fffbcd;
  border-color: #fff9b8;
}

.alert-yellow hr {
  border-top-color: #fff79f;
}

.alert-yellow .alert-link {
  color: #534c01;
}

.alert-orange {
  color: #7e6116;
  background-color: #fdf1d4;
  border-color: #fcecc3;
}

.alert-orange hr {
  border-top-color: #fbe4ab;
}

.alert-orange .alert-link {
  color: #53400e;
}

.alert-lightblue {
  color: #054c73;
  background-color: #cee9f8;
  border-color: #bae1f5;
}

.alert-lightblue hr {
  border-top-color: #a4d7f2;
}

.alert-lightblue .alert-link {
  color: #032c42;
}

.alert-darkblue {
  color: #002c56;
  background-color: #ccdded;
  border-color: #b8cfe6;
}

.alert-darkblue hr {
  border-top-color: #a5c2df;
}

.alert-darkblue .alert-link {
  color: #001223;
}

.alert-grey {
  color: #3b3b3b;
  background-color: #e3e3e3;
  border-color: #d7d7d7;
}

.alert-grey hr {
  border-top-color: #cacaca;
}

.alert-grey .alert-link {
  color: #222222;
}

.alert-grey-accessible {
  color: #363636;
  background-color: #e1e1e1;
  border-color: #d5d5d5;
}

.alert-grey-accessible hr {
  border-top-color: #c8c8c8;
}

.alert-grey-accessible .alert-link {
  color: #1d1d1d;
}

.alert-lightgrey {
  color: #767676;
  background-color: #f9f9f9;
  border-color: #f7f7f7;
}

.alert-lightgrey hr {
  border-top-color: #eaeaea;
}

.alert-lightgrey .alert-link {
  color: #5d5d5d;
}

.alert-darkgrey {
  color: #232323;
  background-color: #d9d9d9;
  border-color: #cacaca;
}

.alert-darkgrey hr {
  border-top-color: #bdbdbd;
}

.alert-darkgrey .alert-link {
  color: #0a0a0a;
}

.alert-light-accessible {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-light-accessible hr {
  border-top-color: #efefef;
}

.alert-light-accessible .alert-link {
  color: #666666;
}

.alert-lighter {
  color: #828181;
  background-color: #fefefe;
  border-color: #fefdfd;
}

.alert-lighter hr {
  border-top-color: #f6ecec;
}

.alert-lighter .alert-link {
  color: #686868;
}

.alert-greylighter {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-greylighter hr {
  border-top-color: #eeeeee;
}

.alert-greylighter .alert-link {
  color: #646464;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #3183be;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #717171;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3183be;
  border-color: #3183be;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #194463;
  background-color: #c5dced;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #194463;
  background-color: #b2d0e7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #194463;
  border-color: #194463;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #857a02;
  background-color: #fff9b8;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857a02;
  background-color: #fff79f;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857a02;
  border-color: #857a02;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-primary-accessible {
  color: #16405f;
  background-color: #c3daeb;
}

.list-group-item-primary-accessible.list-group-item-action:hover,
.list-group-item-primary-accessible.list-group-item-action:focus {
  color: #16405f;
  background-color: #b0cee5;
}

.list-group-item-primary-accessible.list-group-item-action.active {
  color: #fff;
  background-color: #16405f;
  border-color: #16405f;
}

.list-group-item-yellow {
  color: #857a02;
  background-color: #fff9b8;
}

.list-group-item-yellow.list-group-item-action:hover,
.list-group-item-yellow.list-group-item-action:focus {
  color: #857a02;
  background-color: #fff79f;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #857a02;
  border-color: #857a02;
}

.list-group-item-orange {
  color: #7e6116;
  background-color: #fcecc3;
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
  color: #7e6116;
  background-color: #fbe4ab;
}

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7e6116;
  border-color: #7e6116;
}

.list-group-item-lightblue {
  color: #054c73;
  background-color: #bae1f5;
}

.list-group-item-lightblue.list-group-item-action:hover,
.list-group-item-lightblue.list-group-item-action:focus {
  color: #054c73;
  background-color: #a4d7f2;
}

.list-group-item-lightblue.list-group-item-action.active {
  color: #fff;
  background-color: #054c73;
  border-color: #054c73;
}

.list-group-item-darkblue {
  color: #002c56;
  background-color: #b8cfe6;
}

.list-group-item-darkblue.list-group-item-action:hover,
.list-group-item-darkblue.list-group-item-action:focus {
  color: #002c56;
  background-color: #a5c2df;
}

.list-group-item-darkblue.list-group-item-action.active {
  color: #fff;
  background-color: #002c56;
  border-color: #002c56;
}

.list-group-item-grey {
  color: #3b3b3b;
  background-color: #d7d7d7;
}

.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action:focus {
  color: #3b3b3b;
  background-color: #cacaca;
}

.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}

.list-group-item-grey-accessible {
  color: #363636;
  background-color: #d5d5d5;
}

.list-group-item-grey-accessible.list-group-item-action:hover,
.list-group-item-grey-accessible.list-group-item-action:focus {
  color: #363636;
  background-color: #c8c8c8;
}

.list-group-item-grey-accessible.list-group-item-action.active {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}

.list-group-item-lightgrey {
  color: #767676;
  background-color: #f7f7f7;
}

.list-group-item-lightgrey.list-group-item-action:hover,
.list-group-item-lightgrey.list-group-item-action:focus {
  color: #767676;
  background-color: #eaeaea;
}

.list-group-item-lightgrey.list-group-item-action.active {
  color: #fff;
  background-color: #767676;
  border-color: #767676;
}

.list-group-item-darkgrey {
  color: #232323;
  background-color: #cacaca;
}

.list-group-item-darkgrey.list-group-item-action:hover,
.list-group-item-darkgrey.list-group-item-action:focus {
  color: #232323;
  background-color: #bdbdbd;
}

.list-group-item-darkgrey.list-group-item-action.active {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}

.list-group-item-light-accessible {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.list-group-item-light-accessible.list-group-item-action:hover,
.list-group-item-light-accessible.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

.list-group-item-light-accessible.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-lighter {
  color: #828181;
  background-color: #fefdfd;
}

.list-group-item-lighter.list-group-item-action:hover,
.list-group-item-lighter.list-group-item-action:focus {
  color: #828181;
  background-color: #f6ecec;
}

.list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #828181;
  border-color: #828181;
}

.list-group-item-greylighter {
  color: #7d7d7d;
  background-color: #fbfbfb;
}

.list-group-item-greylighter.list-group-item-action:hover,
.list-group-item-greylighter.list-group-item-action:focus {
  color: #7d7d7d;
  background-color: #eeeeee;
}

.list-group-item-greylighter.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #3183be !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-accessible {
  background-color: #2a7cb7 !important;
}

a.bg-primary-accessible:hover,
a.bg-primary-accessible:focus,
button.bg-primary-accessible:hover,
button.bg-primary-accessible:focus {
  background-color: #20608e !important;
}

.bg-yellow {
  background-color: #ffeb03 !important;
}

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

.bg-orange {
  background-color: #f3bb2a !important;
}

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

.bg-lightblue {
  background-color: #0a93dd !important;
}

a.bg-lightblue:hover,
a.bg-lightblue:focus,
button.bg-lightblue:hover,
button.bg-lightblue:focus {
  background-color: #0873ac !important;
}

.bg-darkblue {
  background-color: #0054a6 !important;
}

a.bg-darkblue:hover,
a.bg-darkblue:focus,
button.bg-darkblue:hover,
button.bg-darkblue:focus {
  background-color: #003a73 !important;
}

.bg-grey {
  background-color: #717171 !important;
}

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

.bg-grey-accessible {
  background-color: #686868 !important;
}

a.bg-grey-accessible:hover,
a.bg-grey-accessible:focus,
button.bg-grey-accessible:hover,
button.bg-grey-accessible:focus {
  background-color: #4f4f4f !important;
}

.bg-lightgrey {
  background-color: #e2e2e2 !important;
}

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

.bg-darkgrey {
  background-color: #434343 !important;
}

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

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

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

.bg-lighter {
  background-color: #faf8f8 !important;
}

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

.bg-greylighter {
  background-color: #f0f0f0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #3183be !important;
}

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

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

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

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

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

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

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

.border-primary-accessible {
  border-color: #2a7cb7 !important;
}

.border-yellow {
  border-color: #ffeb03 !important;
}

.border-orange {
  border-color: #f3bb2a !important;
}

.border-lightblue {
  border-color: #0a93dd !important;
}

.border-darkblue {
  border-color: #0054a6 !important;
}

.border-grey {
  border-color: #717171 !important;
}

.border-grey-accessible {
  border-color: #686868 !important;
}

.border-lightgrey {
  border-color: #e2e2e2 !important;
}

.border-darkgrey {
  border-color: #434343 !important;
}

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

.border-lighter {
  border-color: #faf8f8 !important;
}

.border-greylighter {
  border-color: #f0f0f0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

.flex-column {
  -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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

.w-33 {
  width: 33.333% !important;
}

.w-66 {
  width: 66.666% !important;
}

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

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

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

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

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

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

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

.h-33 {
  height: 33.333% !important;
}

.h-66 {
  height: 66.666% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-t1 {
  margin: 0.25rem !important;
}

.mt-t1,
.my-t1 {
  margin-top: 0.25rem !important;
}

.mr-t1,
.mx-t1 {
  margin-right: 0.25rem !important;
}

.mb-t1,
.my-t1 {
  margin-bottom: 0.25rem !important;
}

.ml-t1,
.mx-t1 {
  margin-left: 0.25rem !important;
}

.m-t2 {
  margin: 0.5rem !important;
}

.mt-t2,
.my-t2 {
  margin-top: 0.5rem !important;
}

.mr-t2,
.mx-t2 {
  margin-right: 0.5rem !important;
}

.mb-t2,
.my-t2 {
  margin-bottom: 0.5rem !important;
}

.ml-t2,
.mx-t2 {
  margin-left: 0.5rem !important;
}

.m-t3 {
  margin: 0.75rem !important;
}

.mt-t3,
.my-t3 {
  margin-top: 0.75rem !important;
}

.mr-t3,
.mx-t3 {
  margin-right: 0.75rem !important;
}

.mb-t3,
.my-t3 {
  margin-bottom: 0.75rem !important;
}

.ml-t3,
.mx-t3 {
  margin-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 8rem !important;
}

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

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

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

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

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-t1 {
  padding: 0.25rem !important;
}

.pt-t1,
.py-t1 {
  padding-top: 0.25rem !important;
}

.pr-t1,
.px-t1 {
  padding-right: 0.25rem !important;
}

.pb-t1,
.py-t1 {
  padding-bottom: 0.25rem !important;
}

.pl-t1,
.px-t1 {
  padding-left: 0.25rem !important;
}

.p-t2 {
  padding: 0.5rem !important;
}

.pt-t2,
.py-t2 {
  padding-top: 0.5rem !important;
}

.pr-t2,
.px-t2 {
  padding-right: 0.5rem !important;
}

.pb-t2,
.py-t2 {
  padding-bottom: 0.5rem !important;
}

.pl-t2,
.px-t2 {
  padding-left: 0.5rem !important;
}

.p-t3 {
  padding: 0.75rem !important;
}

.pt-t3,
.py-t3 {
  padding-top: 0.75rem !important;
}

.pr-t3,
.px-t3 {
  padding-right: 0.75rem !important;
}

.pb-t3,
.py-t3 {
  padding-bottom: 0.75rem !important;
}

.pl-t3,
.px-t3 {
  padding-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-t1 {
    margin: 0.25rem !important;
  }

  .mt-sm-t1,
  .my-sm-t1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-t1,
  .mx-sm-t1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-t1,
  .my-sm-t1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-t1,
  .mx-sm-t1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-t2 {
    margin: 0.5rem !important;
  }

  .mt-sm-t2,
  .my-sm-t2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-t2,
  .mx-sm-t2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-t2,
  .my-sm-t2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-t2,
  .mx-sm-t2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-t3 {
    margin: 0.75rem !important;
  }

  .mt-sm-t3,
  .my-sm-t3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-t3,
  .mx-sm-t3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-t3,
  .my-sm-t3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-t3,
  .mx-sm-t3 {
    margin-left: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-8 {
    margin: 8rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-auto {
    padding: auto !important;
  }

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

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

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

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

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

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

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

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

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

  .p-sm-t1 {
    padding: 0.25rem !important;
  }

  .pt-sm-t1,
  .py-sm-t1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-t1,
  .px-sm-t1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-t1,
  .py-sm-t1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-t1,
  .px-sm-t1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-t2 {
    padding: 0.5rem !important;
  }

  .pt-sm-t2,
  .py-sm-t2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-t2,
  .px-sm-t2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-t2,
  .py-sm-t2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-t2,
  .px-sm-t2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-t3 {
    padding: 0.75rem !important;
  }

  .pt-sm-t3,
  .py-sm-t3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-t3,
  .px-sm-t3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-t3,
  .py-sm-t3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-t3,
  .px-sm-t3 {
    padding-left: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-8 {
    padding: 8rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-t1 {
    margin: 0.25rem !important;
  }

  .mt-md-t1,
  .my-md-t1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-t1,
  .mx-md-t1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-t1,
  .my-md-t1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-t1,
  .mx-md-t1 {
    margin-left: 0.25rem !important;
  }

  .m-md-t2 {
    margin: 0.5rem !important;
  }

  .mt-md-t2,
  .my-md-t2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-t2,
  .mx-md-t2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-t2,
  .my-md-t2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-t2,
  .mx-md-t2 {
    margin-left: 0.5rem !important;
  }

  .m-md-t3 {
    margin: 0.75rem !important;
  }

  .mt-md-t3,
  .my-md-t3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-t3,
  .mx-md-t3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-t3,
  .my-md-t3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-t3,
  .mx-md-t3 {
    margin-left: 0.75rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-auto {
    padding: auto !important;
  }

  .pt-md-auto,
  .py-md-auto {
    padding-top: auto !important;
  }

  .pr-md-auto,
  .px-md-auto {
    padding-right: auto !important;
  }

  .pb-md-auto,
  .py-md-auto {
    padding-bottom: auto !important;
  }

  .pl-md-auto,
  .px-md-auto {
    padding-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-t1 {
    padding: 0.25rem !important;
  }

  .pt-md-t1,
  .py-md-t1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-t1,
  .px-md-t1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-t1,
  .py-md-t1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-t1,
  .px-md-t1 {
    padding-left: 0.25rem !important;
  }

  .p-md-t2 {
    padding: 0.5rem !important;
  }

  .pt-md-t2,
  .py-md-t2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-t2,
  .px-md-t2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-t2,
  .py-md-t2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-t2,
  .px-md-t2 {
    padding-left: 0.5rem !important;
  }

  .p-md-t3 {
    padding: 0.75rem !important;
  }

  .pt-md-t3,
  .py-md-t3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-t3,
  .px-md-t3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-t3,
  .py-md-t3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-t3,
  .px-md-t3 {
    padding-left: 0.75rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-t1 {
    margin: 0.25rem !important;
  }

  .mt-lg-t1,
  .my-lg-t1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-t1,
  .mx-lg-t1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-t1,
  .my-lg-t1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-t1,
  .mx-lg-t1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-t2 {
    margin: 0.5rem !important;
  }

  .mt-lg-t2,
  .my-lg-t2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-t2,
  .mx-lg-t2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-t2,
  .my-lg-t2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-t2,
  .mx-lg-t2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-t3 {
    margin: 0.75rem !important;
  }

  .mt-lg-t3,
  .my-lg-t3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-t3,
  .mx-lg-t3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-t3,
  .my-lg-t3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-t3,
  .mx-lg-t3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }

  .m-lg-5 {
    margin: 5rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-auto {
    padding: auto !important;
  }

  .pt-lg-auto,
  .py-lg-auto {
    padding-top: auto !important;
  }

  .pr-lg-auto,
  .px-lg-auto {
    padding-right: auto !important;
  }

  .pb-lg-auto,
  .py-lg-auto {
    padding-bottom: auto !important;
  }

  .pl-lg-auto,
  .px-lg-auto {
    padding-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-t1 {
    padding: 0.25rem !important;
  }

  .pt-lg-t1,
  .py-lg-t1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-t1,
  .px-lg-t1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-t1,
  .py-lg-t1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-t1,
  .px-lg-t1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-t2 {
    padding: 0.5rem !important;
  }

  .pt-lg-t2,
  .py-lg-t2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-t2,
  .px-lg-t2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-t2,
  .py-lg-t2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-t2,
  .px-lg-t2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-t3 {
    padding: 0.75rem !important;
  }

  .pt-lg-t3,
  .py-lg-t3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-t3,
  .px-lg-t3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-t3,
  .py-lg-t3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-t3,
  .px-lg-t3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }

  .p-lg-5 {
    padding: 5rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-t1 {
    margin: 0.25rem !important;
  }

  .mt-xl-t1,
  .my-xl-t1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-t1,
  .mx-xl-t1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-t1,
  .my-xl-t1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-t1,
  .mx-xl-t1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-t2 {
    margin: 0.5rem !important;
  }

  .mt-xl-t2,
  .my-xl-t2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-t2,
  .mx-xl-t2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-t2,
  .my-xl-t2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-t2,
  .mx-xl-t2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-t3 {
    margin: 0.75rem !important;
  }

  .mt-xl-t3,
  .my-xl-t3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-t3,
  .mx-xl-t3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-t3,
  .my-xl-t3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-t3,
  .mx-xl-t3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-auto {
    padding: auto !important;
  }

  .pt-xl-auto,
  .py-xl-auto {
    padding-top: auto !important;
  }

  .pr-xl-auto,
  .px-xl-auto {
    padding-right: auto !important;
  }

  .pb-xl-auto,
  .py-xl-auto {
    padding-bottom: auto !important;
  }

  .pl-xl-auto,
  .px-xl-auto {
    padding-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-t1 {
    padding: 0.25rem !important;
  }

  .pt-xl-t1,
  .py-xl-t1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-t1,
  .px-xl-t1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-t1,
  .py-xl-t1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-t1,
  .px-xl-t1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-t2 {
    padding: 0.5rem !important;
  }

  .pt-xl-t2,
  .py-xl-t2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-t2,
  .px-xl-t2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-t2,
  .py-xl-t2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-t2,
  .px-xl-t2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-t3 {
    padding: 0.75rem !important;
  }

  .pt-xl-t3,
  .py-xl-t3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-t3,
  .px-xl-t3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-t3,
  .py-xl-t3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-t3,
  .px-xl-t3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3183be !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #276795 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffeb03 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #cfbf00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f2f2f2 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-primary-accessible {
  color: #2a7cb7 !important;
}

a.text-primary-accessible:hover,
a.text-primary-accessible:focus {
  color: #20608e !important;
}

.text-yellow {
  color: #ffeb03 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #cfbf00 !important;
}

.text-orange {
  color: #f3bb2a !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #dea30c !important;
}

.text-lightblue {
  color: #0a93dd !important;
}

a.text-lightblue:hover,
a.text-lightblue:focus {
  color: #0873ac !important;
}

.text-darkblue {
  color: #0054a6 !important;
}

a.text-darkblue:hover,
a.text-darkblue:focus {
  color: #003a73 !important;
}

.text-grey {
  color: #717171 !important;
}

a.text-grey:hover,
a.text-grey:focus {
  color: #585858 !important;
}

.text-grey-accessible {
  color: #686868 !important;
}

a.text-grey-accessible:hover,
a.text-grey-accessible:focus {
  color: #4f4f4f !important;
}

.text-lightgrey {
  color: #e2e2e2 !important;
}

a.text-lightgrey:hover,
a.text-lightgrey:focus {
  color: #c9c9c9 !important;
}

.text-darkgrey {
  color: #434343 !important;
}

a.text-darkgrey:hover,
a.text-darkgrey:focus {
  color: #2a2a2a !important;
}

.text-light-accessible {
  color: #f4f4f4 !important;
}

a.text-light-accessible:hover,
a.text-light-accessible:focus {
  color: #dbdbdb !important;
}

.text-lighter {
  color: #faf8f8 !important;
}

a.text-lighter:hover,
a.text-lighter:focus {
  color: #e5dada !important;
}

.text-greylighter {
  color: #f0f0f0 !important;
}

a.text-greylighter:hover,
a.text-greylighter:focus {
  color: #d7d7d7 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "ProximaNova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Karbon", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}

img {
  display: block;
}

iframe {
  border: none;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

a {
  color: #2a7cb7;
}

p {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* -------------------------------------------- */

.row {
  position: relative;
}

.row:not(.no-gutters) .cols,
.row:not(.no-gutters) section.b-contact-form .wpcf7,
section.b-contact-form .row:not(.no-gutters) .wpcf7 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* -------------------------------------------- */

section {
  position: relative;
  overflow: hidden;
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
}

section .container {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.on-event-page section .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.border-top {
  border-top: none !important;
}

section.border-top .container:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  height: 0;
  border-top: 1px solid #e2e2e2 !important;
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.no-border section.border-top .container:before {
  display: none;
}

section.extra-spacing .container,
section.image-mask .container,
section.background-image .container,
section.yellow-bg .container,
section.blue-bg .container,
section.light-bg .container,
section.black-bg .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  section.extra-spacing .container,
  section.image-mask .container,
  section.background-image .container,
  section.yellow-bg .container,
  section.blue-bg .container,
  section.light-bg .container,
  section.black-bg .container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  section.extra-spacing .container,
  section.image-mask .container,
  section.background-image .container,
  section.yellow-bg .container,
  section.blue-bg .container,
  section.light-bg .container,
  section.black-bg .container {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

section.image-mask .container {
  min-height: 70rem;
}

@media (min-width: 768px) {
  section.image-mask .container {
    min-height: 70rem;
  }
}

@media (min-width: 992px) {
  section.image-mask .container {
    min-height: 80rem;
  }
}

section.background-image {
  background-position: center center;
  background-size: cover;
}

section.background-image .container {
  min-height: 49rem;
}

@media (min-width: 768px) {
  section.background-image .container {
    min-height: 56rem;
  }
}

@media (min-width: 992px) {
  section.background-image .container {
    min-height: 65rem;
  }
}

section.yellow-bg {
  background: -webkit-gradient(linear, left top, right top, from(#f3bb2a), color-stop(80%, #ffeb03));
  background: -webkit-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: -o-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: linear-gradient(to right, #f3bb2a 0%, #ffeb03 80%);
}

section.yellow-bg.flip-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#f3bb2a), color-stop(80%, #ffeb03));
  background: -webkit-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: -o-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: linear-gradient(to right, #f3bb2a 0%, #ffeb03 80%);
}

@media (min-width: 768px) {
  section.yellow-bg.flip-gradient {
    background: -webkit-gradient(linear, right top, left top, from(#f3bb2a), color-stop(80%, #ffeb03));
    background: -webkit-linear-gradient(right, #f3bb2a 0%, #ffeb03 80%);
    background: -o-linear-gradient(right, #f3bb2a 0%, #ffeb03 80%);
    background: linear-gradient(to left, #f3bb2a 0%, #ffeb03 80%);
  }
}

section.yellow-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f3bb2a;
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  will-change: opacity;
}

section.yellow-bg.show-gradient:before {
  opacity: 0;
}

section.blue-bg {
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  color: #fff;
}

section.blue-bg.flip-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
}

@media (min-width: 768px) {
  section.blue-bg.flip-gradient {
    background: -webkit-gradient(linear, right top, left top, from(#0054a6), to(#0a93dd));
    background: -webkit-linear-gradient(right, #0054a6 0%, #0a93dd 100%);
    background: -o-linear-gradient(right, #0054a6 0%, #0a93dd 100%);
    background: linear-gradient(to left, #0054a6 0%, #0a93dd 100%);
  }
}

section.blue-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0054a6;
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  will-change: opacity;
}

section.blue-bg.show-gradient:before {
  opacity: 0;
}

section.light-bg {
  background: #f2f2f2;
}

section.black-bg {
  background: black;
}

section.white-bg {
  background: #fff;
}

/* -------------------------------------------- */

#tribe-events-pg-template {
  margin: 0;
  max-width: unset;
  padding: 0 !important;
}

/* -------------------------------------------- */

::-moz-selection {
  background: #ffeb03;
  color: black;
}

::selection {
  background: #ffeb03;
  color: black;
}

::-moz-selection {
  background: #ffeb03;
  color: black;
}

/* -------------------------------------------- */

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* -------------------------------------------- */

.wrap {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .wrap {
    padding-top: 11rem;
  }
}

.wrap.has-submenu {
  padding-top: 10rem;
}

@media (min-width: 768px) {
  .wrap.has-submenu {
    padding-top: 16rem;
  }
}

@media (min-width: 992px) {
  .wrap.has-submenu {
    padding-top: 11rem;
  }
}

/* -------------------------------------------- */

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.slick-arrows .cta {
  cursor: pointer;
}

.slick-arrows .cta:first-child {
  margin-right: 0.5rem;
}

.slick-disabled {
  opacity: 0.5;
}

.slick-dots li {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-right: 1.5rem;
  background: #e2e2e2;
  display: inline-block;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active {
  background: #ffeb03;
}

.b-people-grid.slider .grid-card-row {
  display: none;
}

.b-people-grid.slider .grid-card-row.slick-initialized {
  display: block;
}

/* -------------------------------------------- */

.external-links {
  z-index: 30;
  margin-top: 4rem;
}

.external-links .icon {
  outline: none;
  border: none;
  position: relative;
  margin-right: 0.5rem;
  z-index: 30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  background: #f2f2f2;
  color: #717171;
  margin-right: 0.5rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.external-links .icon img,
.external-links .icon svg {
  width: auto;
  height: 1.6rem;
}

.external-links .icon img path,
.external-links .icon svg path {
  fill: #717171;
}

.external-links .icon:last-child {
  margin-right: 0;
}

.external-links .icon:hover {
  background: #717171;
  color: white;
}

.external-links .icon:hover img path,
.external-links .icon:hover svg path {
  fill: white;
}

/* -------------------------------------------- */

.event-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute;
  right: 1.5rem;
  width: 7rem;
  text-align: center;
}

.event-box .event-date {
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  background: #ffeb03;
  line-height: 1;
  padding: 1rem;
  color: #434343;
}

.event-box .event-date span.date-number {
  font-size: 2.8rem;
}

.event-box .event-details {
  color: #717171;
}

.event-box:hover {
  text-decoration: none;
}

.event-box ul.social-shares {
  margin-top: 2rem;
}

.event-box ul.social-shares li.social-share {
  cursor: pointer;
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  color: white;
  line-height: 1;
}

.event-box ul.social-shares li.social-share:not(:last-child) {
  margin-bottom: 0.5rem;
}

.event-box ul.social-shares li.social-share svg {
  margin-right: 0.3rem;
}

.event-box ul.social-shares li.social-share.facebook {
  background: #4a6aa6;
}

.event-box ul.social-shares li.social-share.twitter {
  background: #2baee7;
}

.event-box ul.social-shares li.social-share.linkedin {
  background: #1c76af;
}

/* -------------------------------------------- */

.malinky-load-more {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.malinky-load-more a {
  padding: 1.5rem;
  border: 1px solid #e2e2e2;
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.malinky-load-more a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.malinky-ajax-pagination-loading {
  display: none !important;
}

/* -------------------------------------------- */

form.post-password-form {
  margin: 10rem auto 10rem;
  text-align: center;
}

form.post-password-form p {
  margin-bottom: 2.5rem;
}

form.post-password-form input[type="password"] {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #faf8f8;
  border-radius: 0.3rem;
  padding: 1.5rem;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1.5rem;
}

form.post-password-form input[type="password"]:active,
form.post-password-form input[type="password"]:focus {
  background-color: #fff;
}

form.post-password-form input[type="submit"] {
  display: block;
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #0a93dd;
  color: #fff;
  padding: 1.5rem 3.5rem;
  margin: 0 auto 3rem;
  border-radius: 5rem;
  cursor: pointer;
}

/* -------------------------------------------- */

body.error404 main {
  margin: 10rem auto 10rem;
}

body.error404 main .page-header {
  text-align: center;
}

body.error404 main .alert {
  background-color: transparent;
  border: 0;
  color: #434343;
  text-align: center;
}

body.error404 main form {
  margin-top: 5rem;
}

body.error404 main form label {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 100%;
  width: 40rem;
}

body.error404 main form label input[type="search"] {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #faf8f8;
  border-radius: 0.3rem;
  padding: 1.5rem;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1.5rem;
}

body.error404 main form label input[type="search"]:active,
body.error404 main form label input[type="search"]:focus {
  background-color: #fff;
}

body.error404 main form input[type="submit"] {
  display: block;
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #0a93dd;
  color: #fff;
  padding: 1.5rem 3.5rem;
  margin: 0 auto 3rem;
  border-radius: 5rem;
  cursor: pointer;
}

.image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  .image-container {
    padding-bottom: 60%;
  }
}

.image-container img,
.image-container svg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  height: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
}

.block-foreground {
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
}

.block-background {
  position: relative;
}

#arrow-right .cls-1,
#arrow-right .cls-2 {
  fill: none;
  stroke: #434343;
  stroke-linecap: round;
  stroke-width: 1px;
}

#arrow-right .cls-2 {
  stroke-linejoin: round;
}

.aspect-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.aspect-16-9 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.is-type-video .wp-block-embed__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 1.5rem;
}

.is-type-video .wp-block-embed__wrapper iframe,
.is-type-video .wp-block-embed__wrapper object,
.is-type-video .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

figcaption {
  margin-top: 1em;
  font-size: 75%;
  font-style: italic;
}

.entry-content {
  overflow-wrap: break-word;
}

/* -------------------------------------------- */

/* stylelint-disable no-descending-specificity */

.banner {
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.banner .banner-main {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.banner .banner-main .banner-main-wrapper {
  height: 5rem;
  padding: 0.5rem 1.5rem;
  overflow: hidden !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.4rem 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner .banner-main .banner-main-wrapper {
    height: 5.8rem;
    padding: 0.8rem 1.5rem;
  }
}

.banner .banner-main .banner-main-wrapper.shown {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  overflow: auto;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper.shown {
    height: 11rem;
    padding: 1.5rem 1.5rem;
  }

  .banner .banner-main .banner-main-wrapper.shown .search-button {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.15s, visibility 0s;
    -o-transition: opacity 0.15s, visibility 0s;
    transition: opacity 0.15s, visibility 0s;
  }

  .banner .banner-main .banner-main-wrapper.shown .calendar-button {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.15s, visibility 0s;
    -o-transition: opacity 0.15s, visibility 0s;
    transition: opacity 0.15s, visibility 0s;
  }

  .banner .banner-main .banner-main-wrapper.shown .nav-secondary {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.15s, visibility 0s;
    -o-transition: opacity 0.15s, visibility 0s;
    transition: opacity 0.15s, visibility 0s;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper.shown .nav-bars {
    display: none;
  }
}

.banner .banner-main .banner-main-wrapper.open {
  height: 100vh;
}

.banner .banner-main .banner-main-wrapper.open .nav-bars span {
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

.banner .banner-main .banner-main-wrapper.open .nav-bars span:nth-child(1) {
  opacity: 0;
}

.banner .banner-main .banner-main-wrapper.open .nav-bars span:nth-child(2) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banner .banner-main .banner-main-wrapper.open .nav-bars span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.banner .banner-main .banner-main-wrapper.open .nav-bars span:nth-child(4) {
  opacity: 0;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper.open .nav-bars {
    display: none;
  }
}

.banner .banner-main .banner-main-wrapper .brand {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: inline-block;
}

.banner .banner-main .banner-main-wrapper .brand img {
  width: 19.5rem;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .brand img {
    width: 21.5rem;
  }
}

@media (min-width: 1200px) {
  .banner .banner-main .banner-main-wrapper .brand img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 767.98px) {
  .banner .banner-main .banner-main-wrapper .brand {
    width: 50%;
  }
}

.ie11 .banner .banner-main .banner-main-wrapper .brand img {
  height: 42px;
}

.banner .banner-main .banner-main-wrapper .nav-bars {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  height: 1.4rem;
  width: 2rem;
  margin-top: 1.2rem;
  float: right;
  cursor: pointer;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .nav-bars {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 992px) {
  .banner .banner-main .banner-main-wrapper .nav-bars {
    display: none;
  }
}

.banner .banner-main .banner-main-wrapper .nav-bars span {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #3183be;
  border-radius: 2px;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

.banner .banner-main .banner-main-wrapper .nav-bars span:nth-child(1) {
  top: 0;
}

.banner .banner-main .banner-main-wrapper .nav-bars span:nth-child(2),
.banner .banner-main .banner-main-wrapper .nav-bars span:nth-child(3) {
  top: 0.7rem;
}

.banner .banner-main .banner-main-wrapper .nav-bars span:nth-child(4) {
  top: 1.4rem;
}

.banner .banner-main .banner-main-wrapper .calendar-button {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .calendar-button {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    margin-left: auto;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .banner .banner-main .banner-main-wrapper .calendar-button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner .banner-main .banner-main-wrapper .calendar-button a {
  display: block;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  border-radius: 0.3rem;
  margin-right: -.5rem;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .calendar-button a {
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.banner .banner-main .banner-main-wrapper .calendar-button a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #3183be;
}

.banner .banner-main .banner-main-wrapper .calendar-button a img {
  width: 2rem;
  margin: -0.5rem 0 0 0.5rem;
  display: inline-block;
}

.banner .banner-main .banner-main-wrapper .calendar-button a span {
  margin-right: 1rem;
  font-family: "Karbon", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2a7cb7;
  letter-spacing: 0.02rem;
}

@media (max-width: 767.98px) {
  .banner .banner-main .banner-main-wrapper .calendar-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .banner .banner-main .banner-main-wrapper .calendar-button a span {
    margin-left: 1rem;
  }

  .banner .banner-main .banner-main-wrapper .calendar-button a img {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
  }
}

.banner .banner-main .banner-main-wrapper .search-button {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-bottom: 1.5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: opacity 0.15s, visibility 0s 0.15s;
  -o-transition: opacity 0.15s, visibility 0s 0.15s;
  transition: opacity 0.15s, visibility 0s 0.15s;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .search-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-left: 2.5rem;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .banner .banner-main .banner-main-wrapper .search-button {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.banner .banner-main .banner-main-wrapper .search-button a img {
  display: inline-block;
  height: 1.7rem;
  width: 1.7rem;
  -webkit-transform: translateY(-15%);
       -o-transform: translateY(-15%);
          transform: translateY(-15%);
}

.banner .banner-main .banner-main-wrapper .search-button a span {
  margin-right: 1rem;
  font-family: "Karbon", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3183be;
  letter-spacing: 0.02rem;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .search-button a span {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner .banner-main .banner-main-wrapper .search-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .banner .banner-main .banner-main-wrapper .search-button a span {
    margin-left: 1rem;
  }

  .banner .banner-main .banner-main-wrapper .search-button a img {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-right: 0.5rem;
  }
}

.banner .banner-main .banner-main-wrapper .nav {
  display: block;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.banner .banner-main .banner-main-wrapper .nav li {
  display: block;
}

.banner .banner-main .banner-main-wrapper .nav li a {
  padding: 0;
  font-size: 1.6rem;
  font-family: "Karbon", sans-serif;
  font-weight: bold;
  color: #434343;
  letter-spacing: 0.02rem;
}

.banner .banner-main .banner-main-wrapper .nav li a:hover {
  color: black;
}

.banner .banner-main .banner-main-wrapper .nav li.active a {
  color: #2a7cb7;
}

.banner .banner-main .banner-main-wrapper .nav-primary {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .nav-primary {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.banner .banner-main .banner-main-wrapper .nav-primary .nav li {
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .nav-primary .nav li {
    margin: 0 1.5rem 0 0;
  }
}

@media (min-width: 992px) {
  .banner .banner-main .banner-main-wrapper .nav-primary .nav li {
    margin: 0 2.5rem 0 0;
  }
}

.banner .banner-main .banner-main-wrapper .nav-secondary {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .nav-secondary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    margin-left: auto;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .banner .banner-main .banner-main-wrapper .nav-secondary {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.banner .banner-main .banner-main-wrapper .nav-secondary .nav li {
  margin: 1rem 0;
}

.banner .banner-main .banner-main-wrapper .nav-secondary .nav li a {
  color: #717171;
}

@media (min-width: 768px) {
  .banner .banner-main .banner-main-wrapper .nav-secondary .nav li {
    margin: 0 0 0 2rem;
  }
}

@media (min-width: 992px) {
  .banner .banner-main .banner-main-wrapper .nav-secondary .nav li {
    margin: 0 0 0 2.5rem;
  }
}

.banner .banner-main .banner-main-wrapper .nav-secondary .nav li.active a {
  color: #2a7cb7;
}

@media (max-width: 767.98px) {
  .banner .banner-main .banner-main-wrapper .nav-primary,
  .banner .banner-main .banner-main-wrapper .nav-secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 49%;
    margin-bottom: 3rem;
  }
}

.banner .banner-local {
  width: 100%;
  position: fixed;
  z-index: 999;
}

@media (max-width: 991.98px) {
  .banner .banner-local > .container {
    max-width: unset;
  }
}

.banner .banner-local .banner-local-wrapper {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  width: 30rem;
  height: 5rem;
  max-height: 5rem;
  overflow: hidden;
  margin-left: -1.5rem;
  font-family: "Karbon", sans-serif;
  font-weight: bold;
  -webkit-transition: max-height 0.25s, height 0.25s;
  -o-transition: max-height 0.25s, height 0.25s;
  transition: max-height 0.25s, height 0.25s;
}

@media (max-width: 991.98px) {
  .banner .banner-local .banner-local-wrapper {
    width: 100%;
    margin-left: -15px;
  }
}

@media (max-width: 991.98px) {
  .banner .banner-local .banner-local-wrapper .inner-container {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .banner .banner-local .banner-local-wrapper .inner-container {
    max-width: 576px;
  }
}

@media (max-width: 575.98px) {
  .banner .banner-local .banner-local-wrapper .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.banner .banner-local .banner-local-wrapper .banner-local-top {
  height: 0;
  overflow: hidden;
}

.banner .banner-local .banner-local-wrapper .banner-local-top .crumbs {
  font-size: 1.2rem;
  color: #fff;
  padding: 1.5rem 1.5rem 0;
}

.banner .banner-local .banner-local-wrapper .banner-local-top .crumbs a {
  color: #fff;
}

.banner .banner-local .banner-local-wrapper .banner-local-top .crumbs a:hover {
  text-decoration: none;
}

.banner .banner-local .banner-local-wrapper .banner-local-top .crumbs span {
  margin: 0 0.5rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-top.hidden {
  height: 0 !important;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle {
  height: 5rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle nav {
  padding: 1.5rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle nav .nav li a {
  color: #fff;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle nav .nav li a:hover {
  text-decoration: none;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle nav .nav li.parent {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle nav .nav li.active a {
  color: #ffeb03;
}

.banner .banner-local .banner-local-wrapper .banner-local-middle .local-dropdown {
  width: 2.7rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 1rem;
  -webkit-transform: translateY(-3.5rem);
       -o-transform: translateY(-3.5rem);
          transform: translateY(-3.5rem);
  padding: 0.5rem 0.6rem 0.5rem 0.4rem;
}

@media (min-width: 768px) {
  .banner .banner-local .banner-local-wrapper .banner-local-middle .local-dropdown {
    margin-right: 2rem;
  }
}

.banner .banner-local .banner-local-wrapper .banner-local-middle .local-dropdown img {
  -webkit-transform: rotate3d(0, 0, 0, 180deg);
          transform: rotate3d(0, 0, 0, 180deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
  width: 100%;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom {
  height: 0;
  overflow: hidden;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.5rem 1.5rem;
  font-size: 1.6rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li {
  margin-bottom: 1rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li a {
  color: #fff;
  display: block;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li a.nav-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-left: -1rem;
  margin-top: 1.5rem;
  opacity: 0.6;
  cursor: default;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li a:hover {
  text-decoration: none;
}

.ie11 .banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.back::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAABmJLR0QA/wD/AP+gvaeTAAAAsElEQVQokZXQvQ3CMBCG4c8iKZiCKjgSdJmHRViABRiB0BCGQdSIAoiggA3QS8FFMuHH4RrLvu8eS+eAiaSBpJlz7q6OBfQkTSXtBWx5VmmNTgCwtLmNgAK42cMiBhlQWv4KFE0jB2prVED6BUiBteVqIG8HQmgFJB+AyvqnNyAIegu8QEBi9wbwsaW1oX4AHIHhTyCAxsDFBnd2noFRJyCAMvsZ4ABkfwEB5IF5bAcP54YJ5fHggDsAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.back {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.back::before {
  content: url("data:image/svg+xml; utf8, <svg enable-background='new 0 0 17 9.5' version='1.1' viewBox='0 0 17 9.5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'><style type='text/css'>.st0{fill%3A%23FFFFFF%3B}</style><path class='st0' d='m9.2 9.1c-0.4 0.4-1 0.4-1.4 0l-7.4-7.3c-0.4-0.4-0.4-1 0-1.4s1-0.4 1.4 0l6.7 6.7 6.7-6.7c0.4-0.4 1-0.4 1.4 0s0.4 1 0 1.4l-7.4 7.3z'/></svg>");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.parent {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-left: -1rem;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.parent a {
  color: #ffeb03;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.active a {
  color: #ffeb03;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.has-children > a::after {
  content: url("data:image/svg+xml; utf8, <svg enable-background='new 0 0 17 9.5' version='1.1' viewBox='0 0 17 9.5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'><style type='text/css'>.st0{fill%3A%23FFFFFF%3B}</style><path class='st0' d='m9.2 9.1c-0.4 0.4-1 0.4-1.4 0l-7.4-7.3c-0.4-0.4-0.4-1 0-1.4s1-0.4 1.4 0l6.7 6.7 6.7-6.7c0.4-0.4 1-0.4 1.4 0s0.4 1 0 1.4l-7.4 7.3z'/></svg>");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ie11 .banner .banner-local .banner-local-wrapper .banner-local-bottom .nav li.has-children > a::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAABmJLR0QA/wD/AP+gvaeTAAAAsElEQVQokZXQvQ3CMBCG4c8iKZiCKjgSdJmHRViABRiB0BCGQdSIAoiggA3QS8FFMuHH4RrLvu8eS+eAiaSBpJlz7q6OBfQkTSXtBWx5VmmNTgCwtLmNgAK42cMiBhlQWv4KFE0jB2prVED6BUiBteVqIG8HQmgFJB+AyvqnNyAIegu8QEBi9wbwsaW1oX4AHIHhTyCAxsDFBnd2noFRJyCAMvsZ4ABkfwEB5IF5bAcP54YJ5fHggDsAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .child-nav {
  visibility: hidden;
  position: absolute;
  top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  -webkit-transform: translateX(100vw);
       -o-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: visibility 0s 0.25s, -webkit-transform 0.25s;
  transition: visibility 0s 0.25s, -webkit-transform 0.25s;
  -o-transition: visibility 0s 0.25s, -o-transform 0.25s;
  transition: transform 0.25s, visibility 0s 0.25s;
  transition: transform 0.25s, visibility 0s 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

@media (min-width: 576px) {
  .banner .banner-local .banner-local-wrapper .banner-local-bottom .child-nav {
    -webkit-transform: translateX(30rem);
         -o-transform: translateX(30rem);
            transform: translateX(30rem);
  }
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .child-nav li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .child-nav li a {
  color: #fff;
  display: inline-block;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .child-nav li.active a {
  color: #ffeb03;
}

.banner .banner-local .banner-local-wrapper .banner-local-bottom .child-nav.shown {
  visibility: visible;
  -webkit-transition: visibility 0s;
  -o-transition: visibility 0s;
  transition: visibility 0s;
}

.banner .banner-local .banner-local-wrapper > * {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

.banner .banner-local .banner-local-wrapper.sub-1 > * {
  -webkit-transform: translateX(-100vw);
       -o-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

@media (min-width: 576px) {
  .banner .banner-local .banner-local-wrapper.sub-1 > * {
    -webkit-transform: translateX(-30rem);
         -o-transform: translateX(-30rem);
            transform: translateX(-30rem);
  }
}

.banner .banner-local.shown .banner-local-wrapper {
  -webkit-transition: max-height 0.25s, -webkit-transform 0.25s;
  transition: max-height 0.25s, -webkit-transform 0.25s;
  -o-transition: max-height 0.25s, -o-transform 0.25s;
  transition: max-height 0.25s, transform 0.25s;
  transition: max-height 0.25s, transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

@media (min-width: 768px) {
  .banner .banner-local.shown .banner-local-wrapper {
    height: auto;
    max-height: 50vh;
  }
}

@media (min-width: 768px) {
  .banner .banner-local.shown .banner-local-wrapper .banner-local-top,
  .banner .banner-local.shown .banner-local-wrapper .banner-local-bottom {
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .banner .banner-local.shown .banner-local-wrapper .banner-local-middle .local-dropdown img {
    display: none;
  }
}

.banner .banner-local.open .banner-local-wrapper {
  height: auto;
  max-height: 100vh;
}

.banner .banner-local.open .banner-local-top,
.banner .banner-local.open .banner-local-bottom {
  height: auto;
  overflow: visible;
}

.banner .banner-local.open .banner-local-middle .local-dropdown {
  -webkit-transform: translateY(-7.5rem);
       -o-transform: translateY(-7.5rem);
          transform: translateY(-7.5rem);
}

.banner .banner-local.open .banner-local-middle .local-dropdown img {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

@media (min-width: 992px) {
  .banner .banner-local.open .banner-local-middle .local-dropdown img {
    display: none;
  }
}

.banner .banner-search {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 2.8rem 0;
}

.banner .banner-search.shown {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
}

.banner .banner-search form {
  width: 100%;
}

.banner .banner-search form .search-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.banner .banner-search form .search-wrapper img,
.banner .banner-search form .search-wrapper svg {
  position: absolute;
  left: 1rem;
  top: 2.1rem;
  height: 1.5rem;
}

.banner .banner-search form .search-wrapper img *,
.banner .banner-search form .search-wrapper svg * {
  stroke: #717171;
}

.banner .banner-search form .search-wrapper input[type="text"] {
  border: 1px solid #d9d9d9;
  background-color: #faf8f8;
  border-radius: 0.3rem;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  font-family: "Karbon", sans-serif;
}

.banner .banner-search form .search-wrapper input[type="submit"] {
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #0a93dd;
  color: #fff;
  padding: 1.5rem 3.5rem;
  margin: 0 1.5rem;
  border-radius: 5rem;
  cursor: pointer;
  display: none;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.banner .banner-search form .search-wrapper input[type="submit"]:hover {
  background: #0054a6;
}

@media (min-width: 576px) {
  .banner .banner-search form .search-wrapper input[type="submit"] {
    display: block;
  }
}

.banner .banner-search .search-close {
  position: relative;
  height: 1.4rem;
  width: 2rem;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
  display: block;
  margin-left: 1.5rem;
}

@media (min-width: 576px) {
  .banner .banner-search .search-close {
    margin-left: 0;
  }
}

.banner .banner-search .search-close span {
  position: absolute;
  width: 75%;
  height: 0.2rem;
  background-color: #3183be;
  border-radius: 2px;
  top: 0.7rem;
  left: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banner .banner-search .search-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.banner__dark-mode .banner-main {
  background-color: #2A2A2A;
}

.banner__dark-mode .banner-main .banner-main-wrapper .nav li a,
.banner__dark-mode .banner-main .banner-main-wrapper .nav-secondary .nav li a {
  color: #fff;
}

.apply-button {
  margin-right: 3rem;
}

.apply-button .cta.pill-cta {
  padding: 1rem 1.5rem !important;
  margin-top: 0;
  border-radius: 4rem !important;
}

.apply-button .cta.pill-cta span {
  color: white !important;
  text-transform: none;
  margin-right: 0 !important;
}

.single article.post header {
  margin: 0 0 2.5rem;
}

.single article.post header .featured-image {
  overflow: hidden;
  height: 21rem;
  position: relative;
}

@media (min-width: 576px) {
  .single article.post header .featured-image {
    height: 43rem;
  }
}

@media (min-width: 992px) {
  .single article.post header .featured-image {
    height: 65rem;
  }
}

.single article.post header .featured-image img {
  bottom: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: unset;
  height: unset;
}

.single article.post header .caption {
  font-size: 1.2rem;
  font-style: italic;
  text-align: right;
  margin: 1rem 0 0;
}

@media (min-width: 768px) {
  .single article.post header .caption {
    max-width: 50%;
  }
}

.single article.post header .entry-title {
  color: #3183be;
  font-size: 5.8rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 8rem 0 2rem;
}

.single article.post header .author {
  font-weight: 700;
  font-size: 2.4rem;
  color: #434343;
}

.single article.post .entry-content {
  font-size: 2rem;
}

.single article.post .entry-content p,
.single article.post .entry-content ul {
  margin-bottom: 1em;
}

.single article.post .entry-content blockquote {
  margin: 5rem 2rem;
  color: #0054a6;
  font-size: 2.8rem;
  font-family: "Karbon", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

@media (min-width: 768px) {
  .single article.post .entry-content blockquote {
    margin: 10rem 10rem 10rem -10rem;
  }
}

.single article.post .entry-content blockquote:before {
  content: "\201C";
  font-weight: 700;
  font-size: 5.6rem;
  position: absolute;
  left: -35px;
  top: -35px;
}

.single article.post .entry-content blockquote:after {
  content: "\201D";
  font-weight: 700;
  font-size: 5.6rem;
  position: absolute;
  right: 0;
}

.single article.post .entry-content figure {
  margin: 1rem 0;
}

.single article.post .share-and-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}

.single article.post .share-and-tags.footer {
  margin: 5rem 0 10rem;
}

.single article.post .share-and-tags .tw-share-button,
.single article.post .share-and-tags .fb-share-button {
  display: block;
  margin: 0.5rem 1rem 0 0;
}

.single article.post .share-and-tags .tw-share-button a,
.single article.post .share-and-tags .fb-share-button a {
  color: #717171;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  padding: 0.5rem;
}

.single article.post .share-and-tags .tw-share-button a:hover,
.single article.post .share-and-tags .fb-share-button a:hover {
  color: #434343;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.single article.post .share-and-tags .tag a {
  margin: -0.5rem 1rem 1.5rem 0;
  padding: 1rem;
  font-size: 1.8rem;
  color: white;
  text-transform: lowercase;
  display: inline-block;
  white-space: nowrap;
}

.single article.post .share-and-tags .tag a:before {
  content: '#';
}

.single article.post .alignleft {
  padding: 15px 15px 15px 0;
}

.single article.post .alignright {
  padding: 15px 0 15px 15px;
}

.malinky-ajax-pagination-loading {
  display: none;
  margin: 15px 0;
  text-align: center;
}

.malinky-ajax-pagination-loading img {
  width: 50px;
  height: 50px;
}

.malinky-load-more {
  text-align: center;
}

.malinky-load-more__button-disable {
  pointer-events: none;
}

body.tag .page-header {
  margin: 5rem 0 0;
  text-transform: lowercase;
  color: #3183be;
}

body.search .search-header {
  font-family: "Karbon", sans-serif;
  color: #434343;
  margin-top: 5rem;
}

body.search .search-header h1 {
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1;
}

@media (min-width: 576px) {
  body.search .search-header h1 {
    font-size: 5.8rem;
  }
}

@media (min-width: 992px) {
  body.search .search-header h1 {
    font-size: 7.8rem;
  }
}

body.search .search-header h1 em {
  font-weight: 300;
  font-style: normal;
}

body.search form {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

body.search form .search-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body.search form .search-wrapper img,
body.search form .search-wrapper svg {
  position: absolute;
  left: 1rem;
  top: 2.1rem;
  height: 1.5rem;
}

body.search form .search-wrapper img *,
body.search form .search-wrapper svg * {
  stroke: #717171;
}

body.search form .search-wrapper input[type="text"] {
  border: 1px solid #d9d9d9;
  background-color: #faf8f8;
  border-radius: 0.3rem;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  font-family: "Karbon", sans-serif;
}

body.search form .search-wrapper input[type="submit"] {
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #0a93dd;
  color: #fff;
  padding: 1.5rem 3.5rem;
  margin: 0 1.5rem;
  border-radius: 5rem;
  cursor: pointer;
  display: none;
}

@media (min-width: 576px) {
  body.search form .search-wrapper input[type="submit"] {
    display: block;
  }
}

body.search .search-count {
  font-family: "Karbon", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

body.search .search-count span {
  font-weight: 500;
  color: #3183be;
}

body.search article {
  padding: 5rem 0;
  border-bottom: 1px solid #e2e2e2;
}

body.search article .entry-type {
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

body.search article .entry-title {
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}

body.search article .entry-title a {
  color: #434343;
}

body.search article .entry-title a:hover {
  text-decoration: none;
}

body.search .search-load-more {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

body.search .search-load-more a {
  padding: 1.5rem;
  border: 1px solid #e2e2e2;
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

body.search .search-load-more a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

body.search .search-load-more .malinky-ajax-pagination-loading {
  display: none !important;
}

body#tinymce {
  margin: 12px !important;
}

body#tinymce,
.content-tinymce,
section .grid-card .content .text,
section.b-hero .header,
section.b-hero.background-image .contact-info,
section.b-info-content .header-content .details-group .details,
section.b-info-content .content .text,
section.b-call-to-action.white-bg .call-to-action-wrapper .content,
section.b-video.black-bg .content .header,
section.b-virtual-tour .header,
section.b-profile .text {
  color: #717171;
}

body#tinymce a,
.content-tinymce a,
section .grid-card .content .text a,
section.b-hero .header a,
section.b-hero.background-image .contact-info a,
section.b-info-content .header-content .details-group .details a,
section.b-info-content .content .text a,
section.b-call-to-action.white-bg .call-to-action-wrapper .content a,
section.b-video.black-bg .content .header a,
section.b-virtual-tour .header a,
section.b-profile .text a {
  color: #2a7cb7;
}

body#tinymce span,
.content-tinymce span,
section .grid-card .content .text span,
section.b-hero .header span,
section.b-hero.background-image .contact-info span,
section.b-info-content .header-content .details-group .details span,
section.b-info-content .content .text span,
section.b-call-to-action.white-bg .call-to-action-wrapper .content span,
section.b-video.black-bg .content .header span,
section.b-virtual-tour .header span,
section.b-profile .text span {
  color: #0054a6;
  display: inline-block;
}

body#tinymce strong,
.content-tinymce strong,
section .grid-card .content .text strong,
section.b-hero .header strong,
section.b-hero.background-image .contact-info strong,
section.b-info-content .header-content .details-group .details strong,
section.b-info-content .content .text strong,
section.b-call-to-action.white-bg .call-to-action-wrapper .content strong,
section.b-video.black-bg .content .header strong,
section.b-virtual-tour .header strong,
section.b-profile .text strong {
  font-weight: 700;
}

body#tinymce p,
.content-tinymce p,
section .grid-card .content .text p,
section.b-hero .header p,
section.b-hero.background-image .contact-info p,
section.b-info-content .header-content .details-group .details p,
section.b-info-content .content .text p,
section.b-call-to-action.white-bg .call-to-action-wrapper .content p,
section.b-video.black-bg .content .header p,
section.b-virtual-tour .header p,
section.b-profile .text p {
  margin-bottom: 3rem;
  color: #717171;
  line-height: 1.6;
}

body#tinymce p:last-child,
.content-tinymce p:last-child,
section .grid-card .content .text p:last-child,
section.b-hero .header p:last-child,
section.b-hero.background-image .contact-info p:last-child,
section.b-info-content .header-content .details-group .details p:last-child,
section.b-info-content .content .text p:last-child,
section.b-call-to-action.white-bg .call-to-action-wrapper .content p:last-child,
section.b-video.black-bg .content .header p:last-child,
section.b-virtual-tour .header p:last-child,
section.b-profile .text p:last-child {
  margin-bottom: 0;
}

body#tinymce h1,
.content-tinymce h1,
section .grid-card .content .text h1,
section.b-hero .header h1,
section.b-hero.background-image .contact-info h1,
section.b-info-content .header-content .details-group .details h1,
section.b-info-content .content .text h1,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h1,
section.b-video.black-bg .content .header h1,
section.b-virtual-tour .header h1,
section.b-profile .text h1 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: #434343;
}

@media (min-width: 768px) {
  body#tinymce h1,
  .content-tinymce h1,
  section .grid-card .content .text h1,
  section.b-hero .header h1,
  section.b-hero.background-image .contact-info h1,
  section.b-info-content .header-content .details-group .details h1,
  section.b-info-content .content .text h1,
  section.b-call-to-action.white-bg .call-to-action-wrapper .content h1,
  section.b-video.black-bg .content .header h1,
  section.b-virtual-tour .header h1,
  section.b-profile .text h1 {
    font-size: 5.8rem;
  }
}

@media (min-width: 992px) {
  body#tinymce h1,
  .content-tinymce h1,
  section .grid-card .content .text h1,
  section.b-hero .header h1,
  section.b-hero.background-image .contact-info h1,
  section.b-info-content .header-content .details-group .details h1,
  section.b-info-content .content .text h1,
  section.b-call-to-action.white-bg .call-to-action-wrapper .content h1,
  section.b-video.black-bg .content .header h1,
  section.b-virtual-tour .header h1,
  section.b-profile .text h1 {
    font-size: 7.8rem;
  }
}

body#tinymce h1 strong,
.content-tinymce h1 strong,
section .grid-card .content .text h1 strong,
section.b-hero .header h1 strong,
section.b-hero.background-image .contact-info h1 strong,
section.b-info-content .header-content .details-group .details h1 strong,
section.b-info-content .content .text h1 strong,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h1 strong,
section.b-video.black-bg .content .header h1 strong,
section.b-virtual-tour .header h1 strong,
section.b-profile .text h1 strong {
  font-weight: 700;
}

body#tinymce h1 em,
.content-tinymce h1 em,
section .grid-card .content .text h1 em,
section.b-hero .header h1 em,
section.b-hero.background-image .contact-info h1 em,
section.b-info-content .header-content .details-group .details h1 em,
section.b-info-content .content .text h1 em,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h1 em,
section.b-video.black-bg .content .header h1 em,
section.b-virtual-tour .header h1 em,
section.b-profile .text h1 em {
  font-style: normal;
  font-weight: 300;
}

body#tinymce h2,
.content-tinymce h2,
section .grid-card .content .text h2,
section.b-hero .header h2,
section.b-hero.background-image .contact-info h2,
section.b-info-content .header-content .details-group .details h2,
section.b-info-content .content .text h2,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h2,
section.b-video.black-bg .content .header h2,
section.b-virtual-tour .header h2,
section.b-profile .text h2 {
  font-family: "Karbon", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 2rem;
  line-height: 1;
  color: #434343;
}

@media (min-width: 768px) {
  body#tinymce h2,
  .content-tinymce h2,
  section .grid-card .content .text h2,
  section.b-hero .header h2,
  section.b-hero.background-image .contact-info h2,
  section.b-info-content .header-content .details-group .details h2,
  section.b-info-content .content .text h2,
  section.b-call-to-action.white-bg .call-to-action-wrapper .content h2,
  section.b-video.black-bg .content .header h2,
  section.b-virtual-tour .header h2,
  section.b-profile .text h2 {
    margin-bottom: 4rem;
  }
}

body#tinymce h3,
.content-tinymce h3,
section .grid-card .content .text h3,
section.b-hero .header h3,
section.b-hero.background-image .contact-info h3,
section.b-info-content .header-content .details-group .details h3,
section.b-info-content .content .text h3,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h3,
section.b-video.black-bg .content .header h3,
section.b-virtual-tour .header h3,
section.b-profile .text h3 {
  font-family: "Karbon", sans-serif;
  font-size: 3.8rem;
  margin-bottom: 3rem;
  line-height: 1;
  color: #434343;
}

@media (min-width: 768px) {
  body#tinymce h3,
  .content-tinymce h3,
  section .grid-card .content .text h3,
  section.b-hero .header h3,
  section.b-hero.background-image .contact-info h3,
  section.b-info-content .header-content .details-group .details h3,
  section.b-info-content .content .text h3,
  section.b-call-to-action.white-bg .call-to-action-wrapper .content h3,
  section.b-video.black-bg .content .header h3,
  section.b-virtual-tour .header h3,
  section.b-profile .text h3 {
    margin-bottom: 4rem;
  }
}

body#tinymce h4,
.content-tinymce h4,
section .grid-card .content .text h4,
section.b-hero .header h4,
section.b-hero.background-image .contact-info h4,
section.b-info-content .header-content .details-group .details h4,
section.b-info-content .content .text h4,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h4,
section.b-video.black-bg .content .header h4,
section.b-virtual-tour .header h4,
section.b-profile .text h4 {
  font-family: "Karbon", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #434343;
}

body#tinymce h5,
.content-tinymce h5,
section .grid-card .content .text h5,
section.b-hero .header h5,
section.b-hero.background-image .contact-info h5,
section.b-info-content .header-content .details-group .details h5,
section.b-info-content .content .text h5,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h5,
section.b-video.black-bg .content .header h5,
section.b-virtual-tour .header h5,
section.b-profile .text h5 {
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .7rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-weight: 700;
  color: #717171;
}

body#tinymce h6,
.content-tinymce h6,
section .grid-card .content .text h6,
section.b-hero .header h6,
section.b-hero.background-image .contact-info h6,
section.b-info-content .header-content .details-group .details h6,
section.b-info-content .content .text h6,
section.b-call-to-action.white-bg .call-to-action-wrapper .content h6,
section.b-video.black-bg .content .header h6,
section.b-virtual-tour .header h6,
section.b-profile .text h6 {
  font-size: 2rem;
  color: #434343;
  font-weight: 400;
}

body#tinymce hr,
.content-tinymce hr,
section .grid-card .content .text hr,
section.b-hero .header hr,
section.b-hero.background-image .contact-info hr,
section.b-info-content .header-content .details-group .details hr,
section.b-info-content .content .text hr,
section.b-call-to-action.white-bg .call-to-action-wrapper .content hr,
section.b-video.black-bg .content .header hr,
section.b-virtual-tour .header hr,
section.b-profile .text hr {
  border-color: #e2e2e2;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

body#tinymce ul,
.content-tinymce ul,
section .grid-card .content .text ul,
section.b-hero .header ul,
section.b-hero.background-image .contact-info ul,
section.b-info-content .header-content .details-group .details ul,
section.b-info-content .content .text ul,
section.b-call-to-action.white-bg .call-to-action-wrapper .content ul,
section.b-video.black-bg .content .header ul,
section.b-virtual-tour .header ul,
section.b-profile .text ul {
  margin-bottom: 3rem;
}

body#tinymce ul li,
.content-tinymce ul li,
section .grid-card .content .text ul li,
section.b-hero .header ul li,
section.b-hero.background-image .contact-info ul li,
section.b-info-content .header-content .details-group .details ul li,
section.b-info-content .content .text ul li,
section.b-call-to-action.white-bg .call-to-action-wrapper .content ul li,
section.b-video.black-bg .content .header ul li,
section.b-virtual-tour .header ul li,
section.b-profile .text ul li {
  line-height: 2.6rem !important;
  margin-left: 2rem;
}

body#tinymce ul li:before,
.content-tinymce ul li:before,
section .grid-card .content .text ul li:before,
section.b-hero .header ul li:before,
section.b-hero.background-image .contact-info ul li:before,
section.b-info-content .header-content .details-group .details ul li:before,
section.b-info-content .content .text ul li:before,
section.b-call-to-action.white-bg .call-to-action-wrapper .content ul li:before,
section.b-video.black-bg .content .header ul li:before,
section.b-virtual-tour .header ul li:before,
section.b-profile .text ul li:before {
  position: relative;
  content: "\2022";
  font-size: 3.5rem;
  color: #0a93dd;
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
  top: .35rem;
}

/* -------------------------------------------- */

section .grid-card a.image-link {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  outline: none;
  z-index: 30;
}

section .grid-card .header,
section .grid-card .image,
section .grid-card .image-wrapper,
section .grid-card .content {
  width: 100%;
  position: relative;
}

section .grid-card .header-title {
  font-family: "Karbon", sans-serif;
  display: block;
}

section .grid-card .header-title:hover {
  text-decoration: none;
}

section .grid-card .image .image-wrapper {
  background: #f2f2f2;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

section .grid-card .image .image-wrapper:after {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: black;
  opacity: 0;
}

section .grid-card .image:hover .image-wrapper:after {
  opacity: 0.2;
}

section .grid-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section .grid-card .content .title {
  color: #434343;
  font-family: "Karbon", sans-serif;
  font-weight: 700;
  line-height: 1.17;
  display: block;
}

section .grid-card .content .title:hover {
  text-decoration: none;
}

section .grid-card .content .caption {
  margin-top: 1rem;
  color: #434343;
}

section .grid-card .content .subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1rem;
  color: #2a7cb7;
}

/* -------------------------------------------- */

section.cards-2 .grid-card,
section.b-facilities-grid .grid-card,
section.b-resources-grid .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.cards-2 .grid-card,
  section.b-facilities-grid .grid-card,
  section.b-resources-grid .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

section.cards-3 .grid-card,
section.b-contacts-grid .grid-card,
section.b-degrees-grid .grid-card,
section.b-requirements-grid .grid-card,
section.b-ensembles-grid .grid-card,
section.b-ensembles-directory .grid-card,
section.b-faculty-grid .grid-card,
section.b-faculty-directory .grid-card,
section.b-funds-grid .grid-card,
section.b-instruments-grid .grid-card,
section.b-statistics-grid .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.cards-3 .grid-card,
  section.b-contacts-grid .grid-card,
  section.b-degrees-grid .grid-card,
  section.b-requirements-grid .grid-card,
  section.b-ensembles-grid .grid-card,
  section.b-ensembles-directory .grid-card,
  section.b-faculty-grid .grid-card,
  section.b-faculty-directory .grid-card,
  section.b-funds-grid .grid-card,
  section.b-instruments-grid .grid-card,
  section.b-statistics-grid .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  section.cards-3 .grid-card,
  section.b-contacts-grid .grid-card,
  section.b-degrees-grid .grid-card,
  section.b-requirements-grid .grid-card,
  section.b-ensembles-grid .grid-card,
  section.b-ensembles-directory .grid-card,
  section.b-faculty-grid .grid-card,
  section.b-faculty-directory .grid-card,
  section.b-funds-grid .grid-card,
  section.b-instruments-grid .grid-card,
  section.b-statistics-grid .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

section.cards-1 .grid-card,
section.b-events-grid .grid-card,
section.b-people-grid.feature .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.cards-2 .grid-card .inner-wrapper,
section.b-facilities-grid .grid-card .inner-wrapper,
section.b-resources-grid .grid-card .inner-wrapper,
section.cards-3 .grid-card .inner-wrapper,
section.b-contacts-grid .grid-card .inner-wrapper,
section.b-degrees-grid .grid-card .inner-wrapper,
section.b-requirements-grid .grid-card .inner-wrapper,
section.b-ensembles-grid .grid-card .inner-wrapper,
section.b-ensembles-directory .grid-card .inner-wrapper,
section.b-faculty-grid .grid-card .inner-wrapper,
section.b-faculty-directory .grid-card .inner-wrapper,
section.b-funds-grid .grid-card .inner-wrapper,
section.b-instruments-grid .grid-card .inner-wrapper,
section.b-statistics-grid .grid-card .inner-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section.cards-2 .grid-card .image,
section.b-facilities-grid .grid-card .image,
section.b-resources-grid .grid-card .image,
section.cards-3 .grid-card .image,
section.b-contacts-grid .grid-card .image,
section.b-degrees-grid .grid-card .image,
section.b-requirements-grid .grid-card .image,
section.b-ensembles-grid .grid-card .image,
section.b-ensembles-directory .grid-card .image,
section.b-faculty-grid .grid-card .image,
section.b-faculty-directory .grid-card .image,
section.b-funds-grid .grid-card .image,
section.b-instruments-grid .grid-card .image,
section.b-statistics-grid .grid-card .image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  width: 100%;
}

section.cards-2 .grid-card .image .image-wrapper,
section.b-facilities-grid .grid-card .image .image-wrapper,
section.b-resources-grid .grid-card .image .image-wrapper,
section.cards-3 .grid-card .image .image-wrapper,
section.b-contacts-grid .grid-card .image .image-wrapper,
section.b-degrees-grid .grid-card .image .image-wrapper,
section.b-requirements-grid .grid-card .image .image-wrapper,
section.b-ensembles-grid .grid-card .image .image-wrapper,
section.b-ensembles-directory .grid-card .image .image-wrapper,
section.b-faculty-grid .grid-card .image .image-wrapper,
section.b-faculty-directory .grid-card .image .image-wrapper,
section.b-funds-grid .grid-card .image .image-wrapper,
section.b-instruments-grid .grid-card .image .image-wrapper,
section.b-statistics-grid .grid-card .image .image-wrapper {
  padding-bottom: 66%;
}

section.cards-2 .grid-card .content .title,
section.b-facilities-grid .grid-card .content .title,
section.b-resources-grid .grid-card .content .title,
section.cards-3 .grid-card .content .title,
section.b-contacts-grid .grid-card .content .title,
section.b-degrees-grid .grid-card .content .title,
section.b-requirements-grid .grid-card .content .title,
section.b-ensembles-grid .grid-card .content .title,
section.b-ensembles-directory .grid-card .content .title,
section.b-faculty-grid .grid-card .content .title,
section.b-faculty-directory .grid-card .content .title,
section.b-funds-grid .grid-card .content .title,
section.b-instruments-grid .grid-card .content .title,
section.b-statistics-grid .grid-card .content .title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

/* -------------------------------------------- */

section.cards-margin-bottom-3rem .grid-card-row,
section.b-ensembles-grid .grid-card-row,
section.b-ensembles-directory .grid-card-row,
section.b-faculty-grid .grid-card-row,
section.b-faculty-directory .grid-card-row,
section.b-facilities-grid .grid-card-row,
section.b-funds-grid .grid-card-row,
section.b-instruments-grid .grid-card-row,
section.b-news-grid:not(.news-hero):not(.news-featured) .grid-card-row,
section.b-resources-grid .grid-card-row {
  margin-bottom: -3rem;
}

section.cards-margin-bottom-3rem .grid-card-row .grid-card,
section.b-ensembles-grid .grid-card-row .grid-card,
section.b-ensembles-directory .grid-card-row .grid-card,
section.b-faculty-grid .grid-card-row .grid-card,
section.b-faculty-directory .grid-card-row .grid-card,
section.b-facilities-grid .grid-card-row .grid-card,
section.b-funds-grid .grid-card-row .grid-card,
section.b-instruments-grid .grid-card-row .grid-card,
section.b-news-grid:not(.news-hero):not(.news-featured) .grid-card-row .grid-card,
section.b-resources-grid .grid-card-row .grid-card {
  margin-bottom: 3rem;
}

section.cards-margin-bottom-6rem .grid-card-row,
section.b-contacts-grid .grid-card-row,
section.b-degrees-grid .grid-card-row,
section.b-requirements-grid .grid-card-row,
section.b-info-grid .grid-card-row,
section.b-image-links-grid .grid-card-row,
section.b-links-grid .grid-card-row,
section.b-statistics-grid .grid-card-row {
  margin-bottom: -6rem;
}

section.cards-margin-bottom-6rem .grid-card-row .grid-card,
section.b-contacts-grid .grid-card-row .grid-card,
section.b-degrees-grid .grid-card-row .grid-card,
section.b-requirements-grid .grid-card-row .grid-card,
section.b-info-grid .grid-card-row .grid-card,
section.b-image-links-grid .grid-card-row .grid-card,
section.b-links-grid .grid-card-row .grid-card,
section.b-statistics-grid .grid-card-row .grid-card {
  margin-bottom: 6rem;
}

section.cards-bottom-border-and-margin .grid-card,
section.b-events-grid .grid-card,
section.b-people-grid.team.feature:not(.slider) .grid-card {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  section.cards-bottom-border-and-margin .grid-card,
  section.b-events-grid .grid-card,
  section.b-people-grid.team.feature:not(.slider) .grid-card {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e2e2e2;
  }
}

section.cards-bottom-border-and-margin .grid-card:last-child,
section.b-events-grid .grid-card:last-child,
section.b-people-grid.team.feature:not(.slider) .grid-card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* -------------------------------------------- */

section.cards-flex-top .grid-card .header,
section.b-funds-grid .grid-card .header {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

section.cards-flex-content-and-title .grid-card .content {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}

section.cards-flex-content-and-title .grid-card .content .title {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

section.cards-flex-body-and-text .grid-card .content,
section.b-people-grid.grid:not(.feature) .grid-card .content,
section.b-statistics-grid .grid-card .content {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}

section.cards-flex-body-and-text .grid-card .content .text,
section.b-people-grid.grid:not(.feature) .grid-card .content .text,
section.b-statistics-grid .grid-card .content .text {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

section.cards-flex-text .grid-card .content .text {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* -------------------------------------------- */

section.b-contacts-grid .grid-card .content .title {
  margin-top: 0;
}

/* -------------------------------------------- */

section.b-degrees-grid .tags .tag,
section.b-requirements-grid .tags .tag {
  position: relative;
  background: #2a7cb7;
  color: #fff;
  border-radius: 10rem;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1rem;
  margin-right: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 30;
  line-height: 0;
}

section.b-degrees-grid .tags .tag:hover,
section.b-requirements-grid .tags .tag:hover {
  background: #0a93dd;
  text-decoration: none;
}

section.b-degrees-grid.blue-bg .section-header-row .header,
section.b-requirements-grid.blue-bg .section-header-row .header {
  color: #fff;
}

section.b-degrees-grid.blue-bg .grid-card .title,
section.b-requirements-grid.blue-bg .grid-card .title {
  color: #ffeb03;
}

section.b-degrees-grid.blue-bg .grid-card .text,
section.b-requirements-grid.blue-bg .grid-card .text {
  color: #fff;
}

/* -------------------------------------------- */

/* -------------------------------------------- */

/* -------------------------------------------- */

@media (max-width: 767.98px) {
  section.b-events-grid .row.section-header-row .cta.circle-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1rem;
  }

  section.b-events-grid .row.section-header-row .cta.circle-cta span {
    margin: 0;
  }

  section.b-events-grid .row.section-header-row .cta.circle-cta .icon {
    background: none;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
  }
}

section.b-events-grid .grid-card .title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

section.b-events-grid .grid-card .inner-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

section.b-events-grid .grid-card .image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-events-grid .grid-card .image {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

section.b-events-grid .grid-card .image .image-wrapper {
  padding-bottom: 66%;
}

@media (max-width: 767.98px) {
  section.b-events-grid .grid-card .event-box {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    text-align: left;
  }

  section.b-events-grid .grid-card .event-box .event-date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    margin-right: 1rem;
  }

  section.b-events-grid .grid-card .event-box .event-details {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

section.b-events-grid .grid-card .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
}

@media (min-width: 768px) {
  section.b-events-grid .grid-card .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  section.b-events-grid .grid-card .content {
    padding-left: 3rem;
  }
}

/* -------------------------------------------- */

/* -------------------------------------------- */

.b-funds-grid .header-title {
  color: #434343;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}

/* -------------------------------------------- */

.b-info-grid .header-title {
  color: #3183be;
  font-weight: 300;
  line-height: 1.1;
  font-size: 5.8rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.b-info-grid .title {
  margin-top: 0 !important;
}

/* -------------------------------------------- */

/* -------------------------------------------- */

/* -------------------------------------------- */

.b-links-grid .grid-card .content {
  padding-left: 7.5rem;
}

.b-links-grid .grid-card .cta.circle-cta.grey {
  position: absolute;
  left: 0;
  top: -1.5rem;
}

/* -------------------------------------------- */

@media (max-width: 767.98px) {
  section.b-news-grid .row.section-header-row .cta.circle-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1rem;
  }

  section.b-news-grid .row.section-header-row .cta.circle-cta span {
    margin: 0;
  }

  section.b-news-grid .row.section-header-row .cta.circle-cta .icon {
    background: none;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
  }
}

/* -------------------------------------------- */

section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .inner-wrapper,
section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .inner-wrapper,
section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .inner-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .title,
section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .title,
section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .image,
section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .image,
section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .image,
  section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .image,
  section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .image {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 768px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .image,
  section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .image,
  section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .image {
    margin-bottom: 0rem;
  }
}

section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .image .image-wrapper,
section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .image .image-wrapper,
section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .image .image-wrapper {
  padding-bottom: 66%;
}

@media (min-width: 768px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .image .image-wrapper,
  section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .image .image-wrapper,
  section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .image .image-wrapper {
    padding-bottom: 100%;
  }
}

@media (min-width: 992px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .image .image-wrapper,
  section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .image .image-wrapper,
  section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .image .image-wrapper {
    padding-bottom: 66%;
  }
}

section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .content,
section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .content,
section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-1 .grid-card .content,
  section.b-news-grid.b-events-grid:not(.news-hero):not(.news-featured) .grid-card .content,
  section.b-news-grid.b-people-grid.feature:not(.news-hero):not(.news-featured) .grid-card .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card,
section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card,
  section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card,
  section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card .inner-wrapper,
  section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card .inner-wrapper,
  section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card .title,
  section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card .title,
  section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card .title {
    margin-top: 0;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card .image,
  section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card .image,
  section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card .image {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-2 .grid-card .content,
  section.b-news-grid.b-facilities-grid:not(.news-hero):not(.news-featured) .grid-card .content,
  section.b-news-grid.b-resources-grid:not(.news-hero):not(.news-featured) .grid-card .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card,
section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card,
section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1),
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .inner-wrapper,
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .title,
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child .title,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .title {
    margin-top: 0;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .image,
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child .image,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .image {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(3n + 1) .content,
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child .content,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child .inner-wrapper {
    border-top: none;
    padding-top: 0;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:last-child .inner-wrapper {
    border-bottom: unset;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:nth-child(5n + 1),
  section.b-news-grid:not(.news-hero):not(.news-featured).cards-3 .grid-card:first-child,
  section.b-news-grid.b-contacts-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-degrees-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-requirements-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-ensembles-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-ensembles-directory:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-faculty-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-faculty-directory:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-funds-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-instruments-grid:not(.news-hero):not(.news-featured) .grid-card:first-child,
  section.b-news-grid.b-statistics-grid:not(.news-hero):not(.news-featured) .grid-card:first-child {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* -------------------------------------------- */

section.b-news-grid.news-hero .grid-card-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

section.b-news-grid.news-hero .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  section.b-news-grid.news-hero .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 992px) {
  section.b-news-grid.news-hero .grid-card {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

section.b-news-grid.news-hero .grid-card .image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-news-grid.news-hero .grid-card .image .image-wrapper {
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  section.b-news-grid.news-hero .grid-card .image .image-wrapper {
    padding-bottom: 66%;
  }
}

section.b-news-grid.news-hero .grid-card .image .overlay {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

section.b-news-grid.news-hero .grid-card .image .image-title {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  top: unset;
  bottom: 0;
  padding: 2.5rem;
  font-size: 3.8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  font-family: "Karbon", sans-serif;
}

@media (max-width: 575.98px) {
  section.b-news-grid.news-hero .grid-card .image .image-title {
    font-size: 3.2rem;
  }
}

section.b-news-grid.news-hero .hero-sidebar {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  section.b-news-grid.news-hero .hero-sidebar {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  section.b-news-grid.news-hero .hero-sidebar {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  section.b-news-grid.news-hero .hero-sidebar {
    margin-top: 0rem;
  }
}

section.b-news-grid.news-hero .hero-sidebar .news-search {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 2.5rem;
}

section.b-news-grid.news-hero .hero-sidebar .news-tags {
  display: block;
}

section.b-news-grid.news-hero .hero-sidebar .news-tags h3 {
  font-size: 1.2rem;
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

section.b-news-grid.news-hero .hero-sidebar .news-tags a {
  margin: 0.7rem 0;
  font-size: 1.8rem !important;
  font-family: "Karbon", sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  color: #434343;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  display: block;
}

section.b-news-grid.news-hero .hero-sidebar .news-tags a:before {
  content: "#";
}

section.b-news-grid.news-hero .hero-sidebar .news-tags a:hover {
  color: #717171;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  text-decoration: none;
}

section.b-news-grid.news-hero .row.section-header-row .header {
  font-size: 8.2rem;
  font-size: 3.2rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  section.b-news-grid.news-hero .row.section-header-row .header {
    font-size: 5.2rem;
  }
}

@media (min-width: 992px) {
  section.b-news-grid.news-hero .row.section-header-row .header {
    font-size: 8.2rem;
  }
}

@media (min-width: 768px) {
  section.b-news-grid.news-hero .row.section-header-row .header {
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  section.b-news-grid.news-hero .row.section-header-row .header {
    font-weight: 300;
  }
}

/* -------------------------------------------- */

@media (max-width: 767.98px) {
  section.b-people-grid .row.section-header-row .header {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  section.b-people-grid .row.section-header-row .slick-dots-wrapper {
    position: static;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* -------------------------------------------- */

section.b-people-grid.grid:not(.feature) .grid-card .inner-wrapper {
  border: 1px solid #e2e2e2;
}

section.b-people-grid.grid:not(.feature) .grid-card .content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

/* -------------------------------------------- */

section.b-people-grid.slider .grid-card-row.slick-slider .slick-list {
  padding-left: 0;
  padding-right: 0;
}

section.b-people-grid.slider .grid-card {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0;
}

section.b-people-grid.slider .grid-card .inner-wrapper {
  display: -webkit-box;
}

section.b-people-grid.cards-3.slider .grid-card .inner-wrapper,
section.b-people-grid.slider.b-contacts-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-degrees-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-requirements-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-ensembles-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-ensembles-directory .grid-card .inner-wrapper,
section.b-people-grid.slider.b-faculty-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-faculty-directory .grid-card .inner-wrapper,
section.b-people-grid.slider.b-funds-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-instruments-grid .grid-card .inner-wrapper,
section.b-people-grid.slider.b-statistics-grid .grid-card .inner-wrapper {
  min-height: 37rem;
}

/* -------------------------------------------- */

section.b-people-grid.feature .grid-card .inner-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.b-people-grid.feature .grid-card .title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

section.b-people-grid.feature .grid-card .image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  section.b-people-grid.feature .grid-card .image {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 992px) {
  section.b-people-grid.feature .grid-card .image {
    margin-bottom: 0rem;
  }
}

section.b-people-grid.feature .grid-card .image .image-wrapper {
  padding-bottom: 66%;
}

@media (min-width: 992px) {
  section.b-people-grid.feature .grid-card .image .image-wrapper {
    padding-bottom: 100%;
  }
}

section.b-people-grid.feature .grid-card .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  section.b-people-grid.feature .grid-card .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/* -------------------------------------------- */

/* -------------------------------------------- */

section.b-resources-grid.collection .grid-card .image .image-caption {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: white;
  z-index: 20;
  font-size: 2rem;
}

section.b-resources-grid.collection .grid-card .image .image-wrapper:after {
  opacity: 0.4;
}

section.b-resources-grid.collection .grid-card .cta.circle-cta.blue {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}

section.b-resources-grid.collection .grid-card .cta.circle-cta.blue span {
  display: none;
}

section.b-resources-grid.collection .grid-card:hover .image-wrapper:after {
  opacity: 0.6;
}

/* -------------------------------------------- */

section.b-statistics-grid .grid-card {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
}

@media (max-width: 575.98px) {
  section.b-statistics-grid .grid-card {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ie11 section.b-statistics-grid .grid-card .inner-wrapper {
    min-height: 13.5rem;
  }
}

section.b-statistics-grid .grid-card .text {
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  section.b-statistics-grid .grid-card .text {
    font-size: 1.3rem;
  }
}

section.b-statistics-grid .grid-card .stat {
  position: relative;
  font-size: 10rem;
  color: #3183be;
  margin-top: 1.5rem;
  line-height: 0.8;
  font-family: "Karbon", sans-serif;
  font-weight: 300;
  font-size: 5rem;
}

@media (min-width: 576px) {
  section.b-statistics-grid .grid-card .stat {
    font-size: 6rem;
  }
}

@media (min-width: 768px) {
  section.b-statistics-grid .grid-card .stat {
    font-size: 8rem;
  }
}

@media (min-width: 992px) {
  section.b-statistics-grid .grid-card .stat {
    font-size: 10rem;
  }
}

section.b-statistics-grid .grid-card .stat sub {
  font-size: 50%;
  bottom: 0;
}

section.b-statistics-grid .section-header-row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center;
}

.event-card {
  padding: 0 1.5rem;
}

.event-card .image-container {
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .event-card .image-container {
    padding-bottom: 50%;
  }
}

.event-card .category {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  font-weight: 700;
  width: 75%;
}

.event-card-title {
  font-size: 2.4rem;
  line-height: 1;
}

.event-card .event-date {
  position: absolute;
  right: 20px;
  top: -60px;
  width: var(--event-date-size);
  height: var(--event-date-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  background: #ffeb03;
  line-height: 1;
  padding: 1rem;
  color: #434343;
  width: 7rem;
}

.event-card .event-date span.date-number {
  font-size: 2.8rem;
}

section.image-mask {
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
}

section.image-mask.yellow-bg text {
  fill: black !important;
}

section.image-mask.blue-bg text {
  fill: white !important;
}

section.image-mask.right svg.captions {
  left: -1rem !important;
}

@media (min-width: 768px) {
  section.image-mask.right svg.captions {
    left: -1rem !important;
  }
}

@media (min-width: 992px) {
  section.image-mask.right svg.captions {
    left: 0 !important;
  }
}

section.image-mask.left svg.captions {
  left: 1rem !important;
}

@media (min-width: 768px) {
  section.image-mask.left svg.captions {
    left: 1rem !important;
  }
}

@media (min-width: 992px) {
  section.image-mask.left svg.captions {
    left: 0 !important;
  }
}

section.image-mask .image-mask-group {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

section.image-mask .image-mask-group * {
  border: none;
  outline: none;
}

section.image-mask .image-mask-group .image-mask {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section.image-mask .image-mask-group .image-mask svg.clip-paths {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section.image-mask .image-mask-group .image-mask svg.captions {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section.image-mask .image-mask-group .image-mask svg.captions text {
  font-size: 1.8rem;
  fill: #434343;
}

@media (min-width: 768px) {
  section.image-mask .image-mask-group .image-mask svg.captions text {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  section.image-mask .image-mask-group .image-mask svg.captions text {
    font-size: 1.2rem;
  }
}

section.image-mask .image-mask-group .image-mask svg.image-groups {
  position: absolute;
  left: 0;
  top: 0;
}

section.image-mask .image-mask-group .image-mask svg.image-groups g {
  position: absolute;
  top: 0;
  left: 0;
  will-change: clip-path;
}

section.image-mask .image-mask-group .image-mask svg.image-groups image {
  position: absolute;
  top: 0;
  left: 0;
}

section.image-mask.b-hero:not(.no-header) .container {
  min-height: 42rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero:not(.no-header) .container {
    min-height: 65rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero:not(.no-header) .container {
    min-height: 80rem;
  }
}

@media (min-width: 768px) {
  section.image-mask.b-hero:not(.no-header) .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero:not(.no-header) .container {
    padding-top: 16.5rem;
    padding-bottom: 16.5rem;
  }
}

section.image-mask.b-hero:not(.no-header) .image-mask-group {
  height: 26rem;
  width: 54.4375rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero:not(.no-header) .image-mask-group {
    height: 52rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero:not(.no-header) .image-mask-group {
    height: 64rem;
  }
}

@media (min-width: 768px) {
  section.image-mask.b-hero:not(.no-header) .image-mask-group {
    width: 108.875rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero:not(.no-header) .image-mask-group {
    width: 134rem;
  }
}

section.image-mask.b-hero:not(.no-header).right.custom-mask .image-mask-group {
  left: 8rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero:not(.no-header).right.custom-mask .image-mask-group {
    left: 22rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero:not(.no-header).right.custom-mask .image-mask-group {
    left: 40rem;
  }
}

section.image-mask.b-hero:not(.no-header).right.hero-mask .image-mask-group {
  left: 6rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero:not(.no-header).right.hero-mask .image-mask-group {
    left: 24rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero:not(.no-header).right.hero-mask .image-mask-group {
    left: 40rem;
  }
}

section.image-mask.b-hero.no-header .container {
  min-height: 37rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  section.image-mask.b-hero.no-header .container {
    min-height: 65rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero.no-header .container {
    min-height: 80rem;
  }
}

section.image-mask.b-hero.no-header .image-mask-group {
  height: 30rem;
  width: 62.8125rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero.no-header .image-mask-group {
    height: 52rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero.no-header .image-mask-group {
    height: 64rem;
  }
}

@media (min-width: 768px) {
  section.image-mask.b-hero.no-header .image-mask-group {
    width: 108.875rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero.no-header .image-mask-group {
    width: 134rem;
  }
}

section.image-mask.b-hero.no-header.right.custom-mask .image-mask-group {
  right: unset;
  left: -3rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero.no-header.right.custom-mask .image-mask-group {
    left: 5rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero.no-header.right.custom-mask .image-mask-group {
    left: 40rem;
  }
}

section.image-mask.b-hero.no-header.right.hero-mask .image-mask-group {
  right: unset;
  left: 2.5rem;
}

@media (min-width: 768px) {
  section.image-mask.b-hero.no-header.right.hero-mask .image-mask-group {
    left: 5rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-hero.no-header.right.hero-mask .image-mask-group {
    left: 22rem;
  }
}

section.image-mask.b-info-content .image-mask-group,
section.image-mask.b-quotes .image-mask-group {
  top: 3rem;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  height: 38rem;
  width: 79.5625rem;
}

@media (min-width: 768px) {
  section.image-mask.b-info-content .image-mask-group,
  section.image-mask.b-quotes .image-mask-group {
    top: 50%;
  }
}

@media (min-width: 768px) {
  section.image-mask.b-info-content .image-mask-group,
  section.image-mask.b-quotes .image-mask-group {
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  section.image-mask.b-info-content .image-mask-group,
  section.image-mask.b-quotes .image-mask-group {
    height: 64rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-info-content .image-mask-group,
  section.image-mask.b-quotes .image-mask-group {
    width: 134rem;
  }
}

section.image-mask.b-info-content.right .image-mask-group,
section.image-mask.b-quotes.right .image-mask-group {
  left: -2rem;
}

@media (min-width: 768px) {
  section.image-mask.b-info-content.right .image-mask-group,
  section.image-mask.b-quotes.right .image-mask-group {
    left: 30rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-info-content.right .image-mask-group,
  section.image-mask.b-quotes.right .image-mask-group {
    left: 50rem;
  }
}

section.image-mask.b-info-content.left .image-mask-group,
section.image-mask.b-quotes.left .image-mask-group {
  right: -2rem;
}

@media (min-width: 768px) {
  section.image-mask.b-info-content.left .image-mask-group,
  section.image-mask.b-quotes.left .image-mask-group {
    right: 30rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-info-content.left .image-mask-group,
  section.image-mask.b-quotes.left .image-mask-group {
    right: 50rem;
  }
}

section.image-mask.b-navigation-carousel .image-mask-group {
  top: 3rem;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  height: 38rem;
  width: 79.5625rem;
}

@media (min-width: 992px) {
  section.image-mask.b-navigation-carousel .image-mask-group {
    top: 20.7rem;
  }
}

@media (min-width: 768px) {
  section.image-mask.b-navigation-carousel .image-mask-group.scroll {
    top: calc(100% - 12rem);
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (min-width: 992px) {
  section.image-mask.b-navigation-carousel .image-mask-group {
    height: 64rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-navigation-carousel .image-mask-group {
    width: 134rem;
  }
}

section.image-mask.b-navigation-carousel.right .image-mask-group {
  left: -2rem;
}

@media (min-width: 768px) {
  section.image-mask.b-navigation-carousel.right .image-mask-group {
    left: 40rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-navigation-carousel.right .image-mask-group {
    left: 48rem;
  }
}

section.image-mask.b-navigation-carousel.left .image-mask-group {
  right: -2rem;
}

@media (min-width: 768px) {
  section.image-mask.b-navigation-carousel.left .image-mask-group {
    right: 40rem;
  }
}

@media (min-width: 992px) {
  section.image-mask.b-navigation-carousel.left .image-mask-group {
    right: 48rem;
  }
}

section.image-mask .image-mask-group .slick-list {
  height: 100%;
}

section.image-mask .image-mask-group .slick-list .slick-track {
  height: 100%;
}

.cta {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
}

.cta .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cta .icon img,
.cta .icon svg {
  position: relative;
  height: 1.2rem;
}

.cta .icon img path,
.cta .icon svg path {
  stroke: #3183be;
}

.cta span {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
  color: #434343;
  font-family: "Karbon", sans-serif;
  letter-spacing: .05rem;
  margin-left: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.cta.top-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 5.6rem;
  margin-top: 0;
}

.cta.top-cta .icon {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.cta.top-cta .icon svg path {
  stroke: #ffeb03;
}

.cta.top-cta span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: white;
  margin-left: 0;
  font-weight: normal;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.cta.pill-cta {
  border-radius: 4rem;
  display: inline-block;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  font-weight: 700;
  margin-right: 0;
  z-index: 2;
  width: 100%;
}

@media (min-width: 576px) {
  .cta.pill-cta {
    margin-right: 1.5rem;
  }
}

@media (min-width: 576px) {
  .cta.pill-cta {
    width: auto;
  }
}

@media (min-width: 768px) {
  .cta.pill-cta {
    width: auto;
  }
}

.cta.pill-cta span {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .05rem;
  margin-left: 0;
  text-transform: uppercase;
}

.cta.pill-cta:hover {
  text-decoration: none;
}

.cta.pill-cta:hover:before {
  opacity: 1;
}

.cta.pill-cta:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: -2;
  opacity: 0;
}

.cta.pill-cta:last-child {
  margin-right: 0;
}

.cta.pill-cta.blue {
  background: #3183be;
}

.cta.pill-cta.blue span {
  color: white;
}

.cta.pill-cta.blue:before {
  background: #0054a6;
}

.cta.pill-cta.yellow {
  color: black;
  background: #ffeb03;
}

.cta.pill-cta.yellow:before {
  background: -webkit-gradient(linear, left top, right top, from(#f3bb2a), color-stop(80%, #ffeb03));
  background: -webkit-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: -o-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: linear-gradient(to right, #f3bb2a 0%, #ffeb03 80%);
}

.cta.circle-cta {
  margin-top: 2rem;
  /* -------------------------------------------- */
}

.cta.circle-cta.emphasized-cta {
  margin-top: 3rem;
  padding: 1.5rem;
  padding-left: 2.5rem;
  border-radius: 4rem;
  z-index: 2;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .cta.circle-cta.emphasized-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cta.circle-cta.emphasized-cta .icon,
.cta.circle-cta.emphasized-cta span,
.cta.circle-cta.emphasized-cta .em-link-text,
.cta.circle-cta.emphasized-cta .em-icon {
  z-index: 2;
}

.cta.circle-cta.emphasized-cta .em-icon {
  margin-right: 2rem;
  height: 2.8rem;
  width: 2.8rem;
}

.cta.circle-cta.emphasized-cta .em-icon path {
  stroke: none;
  -webkit-transition: fill .2s linear;
  -o-transition: fill .2s linear;
  transition: fill .2s linear;
}

@media (max-width: 575.98px) {
  .cta.circle-cta.emphasized-cta.em-calendar-icon span {
    margin-left: auto !important;
  }
}

@media (max-width: 991.98px) {
  .cta.circle-cta.emphasized-cta.em-calendar-icon .em-icon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 2.5rem;
  }
}

.cta.circle-cta.emphasized-cta .em-link-text {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Karbon", sans-serif;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2rem;
}

@media (max-width: 575.98px) {
  .cta.circle-cta.emphasized-cta .em-link-text {
    position: relative;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .cta.circle-cta.emphasized-cta .em-link-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
}

.cta.circle-cta.emphasized-cta:before {
  z-index: -2;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.cta.circle-cta.emphasized-cta:hover:before {
  opacity: 1;
}

@media (min-width: 992px) {
  .cta.circle-cta.emphasized-cta.blue,
  .cta.circle-cta.emphasized-cta.blue:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
    background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
    background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
    background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  }
}

@media (min-width: 992px) {
  .cta.circle-cta.emphasized-cta.blue:before,
  .cta.circle-cta.emphasized-cta.blue:hover:before {
    background: -webkit-gradient(linear, left top, right top, from(#3183be), to(#0a93dd));
    background: -webkit-linear-gradient(left, #3183be 0%, #0a93dd 100%);
    background: -o-linear-gradient(left, #3183be 0%, #0a93dd 100%);
    background: linear-gradient(to right, #3183be 0%, #0a93dd 100%);
  }
}

.cta.circle-cta.emphasized-cta.blue span,
.cta.circle-cta.emphasized-cta.blue:hover span {
  color: white;
}

.cta.circle-cta.emphasized-cta.blue .icon,
.cta.circle-cta.emphasized-cta.blue:hover .icon {
  background: #ffeb03;
}

.cta.circle-cta.emphasized-cta.blue .icon path,
.cta.circle-cta.emphasized-cta.blue:hover .icon path {
  stroke: black;
}

@media (max-width: 991.98px) {
  .cta.circle-cta.emphasized-cta.blue .icon,
  .cta.circle-cta.emphasized-cta.blue:hover .icon {
    background: #3183be;
  }

  .cta.circle-cta.emphasized-cta.blue .icon path,
  .cta.circle-cta.emphasized-cta.blue:hover .icon path {
    stroke: white;
  }
}

.cta.circle-cta.emphasized-cta.blue .em-link-text,
.cta.circle-cta.emphasized-cta.blue:hover .em-link-text {
  color: white;
}

.cta.circle-cta.emphasized-cta.blue .em-icon path {
  fill: #0a93dd;
}

.cta.circle-cta.emphasized-cta.blue:hover .em-icon path {
  fill: white;
}

.cta.circle-cta.emphasized-cta.yellow,
.cta.circle-cta.emphasized-cta.yellow:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f3bb2a), color-stop(80%, #ffeb03));
  background: -webkit-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: -o-linear-gradient(left, #f3bb2a 0%, #ffeb03 80%);
  background: linear-gradient(to right, #f3bb2a 0%, #ffeb03 80%);
}

.cta.circle-cta.emphasized-cta.yellow:before,
.cta.circle-cta.emphasized-cta.yellow:hover:before {
  background: #ffeb03;
}

.cta.circle-cta.emphasized-cta.yellow span,
.cta.circle-cta.emphasized-cta.yellow:hover span {
  color: #3183be;
}

.cta.circle-cta.emphasized-cta.yellow .icon,
.cta.circle-cta.emphasized-cta.yellow:hover .icon {
  background: #3183be;
}

.cta.circle-cta.emphasized-cta.yellow .icon path,
.cta.circle-cta.emphasized-cta.yellow:hover .icon path {
  stroke: white;
}

.cta.circle-cta.emphasized-cta.yellow .em-link-text,
.cta.circle-cta.emphasized-cta.yellow:hover .em-link-text {
  color: #3183be;
}

.cta.circle-cta.emphasized-cta.yellow .em-icon path,
.cta.circle-cta.emphasized-cta.yellow:hover .em-icon path {
  fill: #3183be;
}

.cta.circle-cta .icon {
  border-radius: 100%;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

.cta.circle-cta span {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 2rem;
}

.cta.circle-cta.flip-icon .icon {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cta.circle-cta.flip .icon,
.cta.circle-cta.emphasized-cta .icon {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (max-width: 991.98px) {
  .cta.circle-cta.flip .icon,
  .cta.circle-cta.emphasized-cta .icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cta.circle-cta.flip span,
.cta.circle-cta.emphasized-cta span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 2rem;
}

@media (max-width: 991.98px) {
  .cta.circle-cta.flip span,
  .cta.circle-cta.emphasized-cta span {
    margin-left: 2rem;
    margin-right: 0;
  }
}

.cta.circle-cta.small {
  margin-top: 1.25rem;
}

.cta.circle-cta.small span {
  margin-left: 1rem;
}

.cta.circle-cta.small.flip span,
.cta.circle-cta.small.emphasized-cta span {
  margin-right: 1rem;
  margin-left: 0;
}

.cta.circle-cta.small .icon {
  width: 2.8rem;
  height: 2.8rem;
}

.cta.circle-cta.small .icon img,
.cta.circle-cta.small .icon svg {
  height: .8rem;
}

.cta.circle-cta.blue .icon {
  background: #3183be;
}

.cta.circle-cta.blue .icon svg path {
  stroke: #fff;
}

.cta.circle-cta.blue span {
  color: #2a7cb7;
}

.title:hover + .text + .cta.circle-cta.blue .icon,
.cta.circle-cta.blue:hover .icon,
.cta.circle-cta.blue.hover .icon {
  background: #0054a6;
}

.title:hover + .text + .cta.circle-cta.blue span,
.cta.circle-cta.blue:hover span,
.cta.circle-cta.blue.hover span {
  color: #0054a6;
}

.cta.circle-cta.yellow .icon {
  background: #ffeb03;
}

.cta.circle-cta.yellow .icon svg path {
  stroke: black;
}

.cta.circle-cta.yellow span {
  color: #434343;
}

.title:hover + .text + .cta.circle-cta.yellow .icon,
.cta.circle-cta.yellow:hover .icon,
.cta.circle-cta.yellow.hover .icon {
  background: #f3bb2a;
}

.cta.circle-cta.grey .icon {
  background: #f2f2f2;
}

.cta.circle-cta.grey .icon svg path {
  stroke: #434343;
}

.cta.circle-cta.grey .icon span {
  color: #434343;
}

.title:hover + .text + .cta.circle-cta.grey .icon,
.cta.circle-cta.grey:hover .icon,
.cta.circle-cta.grey.hover .icon {
  background: #434343;
}

.title:hover + .text + .cta.circle-cta.grey .icon svg path,
.cta.circle-cta.grey:hover .icon svg path,
.cta.circle-cta.grey.hover .icon svg path {
  stroke: #f2f2f2;
}

.cta.circle-cta.white-text span {
  color: white;
}

.cta.circle-cta.white-text:hover span,
.cta.circle-cta.white-text.hover span {
  color: #ffeb03;
}

.cta:hover,
.cta.hover {
  text-decoration: none !important;
}

section.light-bg {
  background: #f2f2f2;
}

section.light-bg .accordion-group .accordion {
  background: white;
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}

section.light-bg .accordion-group .accordion .header {
  padding: 3rem;
}

section.light-bg .accordion-group .accordion .content .inner-wrapper {
  padding: 3rem;
  padding-top: 0;
}

.accordion-group {
  width: 100%;
}

.accordion-group.transition-group > div {
  width: 100%;
}

.accordion-group .accordion {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-top: 1px solid #e2e2e2;
}

.accordion-group .accordion:last-child {
  margin-bottom: 0 !important;
}

.accordion-group .header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  cursor: pointer;
  font-weight: 700;
  color: #434343;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.accordion-group .header .year,
.accordion-group .header .title,
.accordion-group .header .author {
  display: inline-block;
}

.accordion-group .header .year {
  margin-right: 1.5rem;
  font-weight: 400;
}

.accordion-group .header .author {
  margin-left: 1rem;
  font-weight: 400;
}

.accordion-group .header .icon {
  margin-left: auto;
}

.accordion-group .header .icon img,
.accordion-group .header .icon svg {
  float: right;
  height: .8rem;
}

.accordion-group .header .icon img path,
.accordion-group .header .icon svg path {
  fill: #717171;
}

.ie11 .accordion-group .header .icon {
  width: 20px;
}

.accordion-group .header:hover {
  color: black;
}

.accordion-group .header[aria-expanded=true] {
  color: #3183be;
}

.accordion-group .header[aria-expanded=true] .icon img,
.accordion-group .header[aria-expanded=true] .icon svg {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-group .header[aria-expanded=true] .icon img path,
.accordion-group .header[aria-expanded=true] .icon svg path {
  fill: #3183be;
}

.accordion-group .content .inner-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.accordion-group .content .text {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  color: #717171;
}

@media (min-width: 992px) {
  .accordion-group .content .text {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

.accordion-group .content .text p {
  margin-bottom: 1em;
}

.accordion-group .content .details {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.4rem;
  color: #717171;
}

@media (min-width: 992px) {
  .accordion-group .content .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.accordion-group .content .details a {
  color: #0054a6;
}

.accordion-group .content .details a:hover {
  text-decoration: underline;
}

.accordion-group .content .details .notes {
  width: 60%;
}

.accordion-group .content .details .notes:before {
  content: "Notes";
  color: #3183be;
  font-weight: 700;
  display: block;
}

/* -------------------------------------------- */

.row.section-header-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .row.section-header-row {
    margin-bottom: 6rem;
  }
}

.on-event-page .row.section-header-row {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .on-event-page .row.section-header-row {
    margin-bottom: 3rem;
  }
}

.row.section-header-row .cta.circle-cta {
  margin-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .row.section-header-row .cta.circle-cta {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
  }

  .row.section-header-row .cta.circle-cta .icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .row.section-header-row .cta.circle-cta span {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    margin-left: 2rem;
  }
}

.row.section-header-row .header {
  font-size: 3.2rem;
  color: #3183be;
  font-family: "Karbon", sans-serif;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

@media (min-width: 576px) {
  .row.section-header-row .header {
    font-size: 3.8rem;
  }
}

.on-event-page .row.section-header-row .header {
  font-size: 2.2rem;
}

@media (min-width: 576px) {
  .on-event-page .row.section-header-row .header {
    font-size: 2.8rem;
  }
}

.row.section-header-row .subheader {
  color: #434343;
  font-family: "Karbon", sans-serif;
  font-weight: bold;
  margin-top: 1.5rem;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .row.section-header-row .subheader {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.row.section-header-row .slick-dots-wrapper {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
  .row.section-header-row .slick-dots-wrapper {
    display: none;
  }
}

.row.section-header-row .slick-cta-text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: auto;
  text-transform: uppercase;
  color: #434343;
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .row.section-header-row .slick-cta-text {
    margin-left: 0;
    margin-right: auto;
  }
}

.row.section-header-row .slick-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 2.5rem;
}

@media (max-width: 575.98px) {
  .row.section-header-row .slick-arrows {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .row.section-header-row .slick-arrows .cta.circle-cta {
    margin-top: 0;
  }
}

.pika-container {
  position: absolute;
  left: -1px;
  top: calc(7.4rem - 2px);
  z-index: 900;
  width: calc(100% + 2px);
}

.calendar .pika-container {
  background: #faf8f8;
  border: 1px solid #fff;
  border-top: none;
  border-bottom-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.pika-single {
  z-index: 900;
  display: block;
  position: relative;
  color: #434343;
  font-family: "Karbon", sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 100%;
  padding: 2.5rem;
}

.pika-custom {
  width: 100%;
}

.pika-custom .pika-status-bar {
  background: #717171;
  padding: 5px 16px;
}

.pika-custom .pika-status-bar .pika-start-date {
  display: inline;
  color: white;
  margin-left: 10px;
}

.pika-custom .pika-status-bar .pika-status-bar-icons {
  color: white;
  position: absolute;
  right: 0;
  top: 6px;
  right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.pika-custom .pika-event-btn {
  font-family: "Karbon", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #434343;
}

.pika-custom .pika-event-btn:hover {
  color: white;
  background: #0a93dd;
}

.pika-title {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}

.pika-title .pika-label {
  font-size: 2rem;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  line-height: 20px;
  color: #717171;
  background-color: #faf8f8;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 13px;
  height: 22px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 1;
  *position: absolute;
  top: 4px;
  width: 1.1rem;
  height: 2.2rem;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='9px' height='15px' viewBox='0 0 9 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EShape Copy 16%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Events' transform='translate(-956.000000, -1875.000000)' fill='%23717171' fill-rule='nonzero'%3E%3Cg id='Calendar' transform='translate(926.000000, 1675.000000)'%3E%3Cpath d='M31.6166822,214.741075 C31.2471628,215.086015 30.6476934,215.086351 30.2777299,214.741825 C29.9077664,214.397299 29.9074063,213.838377 30.2769258,213.493437 L36.7129031,207.50001 L30.2769258,201.506583 C30.0378886,201.283446 29.9446872,200.95836 30.0324297,200.653781 C30.1201722,200.349202 30.3755283,200.111404 30.7023079,200.029962 C31.0290875,199.94852 31.3776451,200.035808 31.6166822,200.258945 L38.7224432,206.876191 C38.9001399,207.041525 39,207.265972 39,207.500032 C39,207.734093 38.9001399,207.95854 38.7224432,208.123873 L31.6166822,214.741075 Z' id='Shape-Copy-16' transform='translate(34.500000, 207.500000) rotate(180.000000) translate(-34.500000, -207.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='9px' height='15px' viewBox='0 0 9 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EShape Copy 15%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Events' transform='translate(-1239.000000, -1875.000000)' fill='%23717171' fill-rule='nonzero'%3E%3Cg id='Calendar' transform='translate(926.000000, 1675.000000)'%3E%3Cpath d='M314.616682,214.741075 C314.247163,215.086015 313.647693,215.086351 313.27773,214.741825 C312.907766,214.397299 312.907406,213.838377 313.276926,213.493437 L319.712903,207.50001 L313.276926,201.506583 C313.037889,201.283446 312.944687,200.95836 313.03243,200.653781 C313.120172,200.349202 313.375528,200.111404 313.702308,200.029962 C314.029088,199.94852 314.377645,200.035808 314.616682,200.258945 L321.722443,206.876191 C321.90014,207.041525 322,207.265972 322,207.500032 C322,207.734093 321.90014,207.95854 321.722443,208.123873 L314.616682,214.741075 Z' id='Shape-Copy-15'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  position: relative;
}

.pika-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pika-table th,
.pika-table td {
  width: 14%;
  padding-bottom: 14%;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.pika-table th {
  color: #434343;
  line-height: 25px;
  text-align: center;
  display: none;
}

.pika-table abbr {
  border-bottom: none;
  text-decoration: none;
  opacity: 0.5;
}

.pika-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: yellow;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: #434343;
  line-height: 1;
  text-align: center;
  background: #faf8f8;
  font-size: 2.1rem;
  font-weight: 700;
}

.is-today .pika-button {
  color: #0a93dd;
}

.is-selected .pika-button {
  color: #fff;
  background: #0a93dd;
}

.is-selected .pika-button:hover {
  color: #fff;
  background: #0054a6;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #e2e2e2;
  opacity: 0.3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #0054a6;
  background: #faf8f8;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 1.2rem;
  color: #717171;
}

.is-inrange .pika-button {
  background: #d5e9f7;
}

.is-startrange .pika-button {
  background: #6cb31d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-endrange .pika-button {
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -------------------------------------------- */

.search-input {
  position: relative;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .search-input {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

form.searchbar {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form.searchbar svg.search-icon,
form.searchbar img.search-icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 1.5rem;
  z-index: 10;
}

form.searchbar svg.search-icon circle,
form.searchbar svg.search-icon line,
form.searchbar svg.search-icon path,
form.searchbar img.search-icon circle,
form.searchbar img.search-icon line,
form.searchbar img.search-icon path {
  stroke: #434343;
}

form.searchbar input {
  width: 100%;
  position: relative;
  border-radius: 0.3rem;
  height: 6.5rem;
  font-family: "Karbon", sans-serif;
  font-size: 2.4rem;
  border: 1px solid #dedede;
  line-height: 1;
  color: #717171;
  background: #faf8f8;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: left;
  padding: 2rem;
  padding-left: 4rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

form.searchbar input:hover {
  border-color: #717171;
}

form.searchbar input:active,
form.searchbar input:focus,
form.searchbar input.active {
  color: #434343 !important;
  border-color: #717171;
}

form.searchbar input:active svg path,
form.searchbar input:focus svg path,
form.searchbar input.active svg path {
  fill: #434343;
}

form.searchbar input:active,
form.searchbar input:focus,
form.searchbar input:hover,
form.searchbar input.active {
  outline: none;
}

/* -------------------------------------------- */

.dropdown-input {
  position: relative;
  z-index: 100;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .dropdown-input {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.dropdown-input.dropdown-small {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .dropdown-input.dropdown-small {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.dropdown-input button {
  height: 6.5rem;
  width: 100%;
  font-family: "Karbon", sans-serif;
  font-size: 2.4rem;
  border-color: #f2f2f2;
  line-height: 1;
  color: #717171;
  background: #faf8f8;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  text-align: left;
  padding: 2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dropdown-input button svg.arrow-down-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-input button svg.arrow-down-icon path {
  fill: #717171;
  stroke: none;
}

.dropdown-input button:hover {
  border-color: #717171;
}

.dropdown-input button:not(.event-filter-dropdown):active,
.dropdown-input button:not(.event-filter-dropdown):focus,
.dropdown-input button:not(.event-filter-dropdown).active {
  border-color: white !important;
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd)) !important;
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%) !important;
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%) !important;
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%) !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.dropdown-input button:not(.event-filter-dropdown):active svg,
.dropdown-input button:not(.event-filter-dropdown):focus svg,
.dropdown-input button:not(.event-filter-dropdown).active svg {
  -webkit-transform: translate(180deg);
       -o-transform: translate(180deg);
          transform: translate(180deg);
}

.dropdown-input button:not(.event-filter-dropdown):active svg path,
.dropdown-input button:not(.event-filter-dropdown):focus svg path,
.dropdown-input button:not(.event-filter-dropdown).active svg path {
  fill: #ffeb03;
}

.dropdown-input button:active,
.dropdown-input button:focus,
.dropdown-input button:hover,
.dropdown-input button.active {
  outline: none;
}

.dropdown-input ul.dropdown-menu {
  position: relative;
  top: calc(6.5rem - 1px) !important;
  left: 1.5rem !important;
  -webkit-transform: translate(0, 0) !important;
       -o-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  width: calc(100% - 3rem);
  border-radius: 0;
  background: #f2f2f2;
  padding: 0;
  margin: 0;
  border: 1px solid white;
  z-index: 100;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.dropdown-input ul.dropdown-menu li {
  font-size: 2.4rem;
  padding: 0;
}

.dropdown-input ul.dropdown-menu li a {
  display: block;
  padding: 2rem;
  font-family: "Karbon", sans-serif;
  font-weight: 400;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #717171;
}

.dropdown-input ul.dropdown-menu li a:hover {
  color: white;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#3183be), to(#0a93dd));
  background: -webkit-linear-gradient(left, #3183be 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #3183be 0%, #0a93dd 100%);
  background: linear-gradient(to right, #3183be 0%, #0a93dd 100%);
}

/* -------------------------------------------- */

.datepick-container {
  position: relative;
  height: 7.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.4rem;
  padding-bottom: 2rem;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .datepick-container {
    border-bottom: 1px solid #e2e2e2;
  }
}

.datepick-container * {
  cursor: pointer;
}

.datepick-container h3 {
  position: absolute;
  left: 2rem;
  top: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}

.datepick-container:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #3183be;
  width: 0.6rem;
  height: 2.2rem;
  top: 3.2rem;
  visibility: hidden;
}

.datepick-container:hover input {
  color: #3183be;
}

.datepick-container:hover:before {
  visibility: visible;
}

.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar {
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid white;
}

.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar h3 {
  opacity: 0.8;
  color: white !important;
}

.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar:before {
  visibility: hidden;
}

.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar input,
.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar .input-group-append,
.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar .input-group-text {
  background: none !important;
  color: white;
}

.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar .input-group-text svg path {
  fill: #ffeb03;
}

.datepick-container:not(.event-filter-dropdown) .datepick-container.calendar .input-group-text svg.arrow-down-icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.datepick-container input {
  height: 2rem;
  font-family: "Karbon", sans-serif;
  text-transform: uppercase;
  padding: 0 !important;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #434343;
  background: none !important;
  line-height: 1;
  font-weight: 700;
  border: none !important;
}

.datepick-container .input-group-append {
  display: inline-block;
  margin-left: 0;
  background: none !important;
  height: 2rem;
  right: 2rem;
  position: absolute;
}

.datepick-container .input-group-text {
  padding: 0 !important;
  background: none;
}

.datepick-container .input-group-text svg path {
  stroke: unset;
  fill: #3183be;
}

.datepick-container .input-group-text svg.calendar-icon {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.8rem;
}

.datepick-container .input-group-text svg.arrow-down-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.datepick-container .form-control,
.datepick-container .comment-form input[type="text"],
.comment-form .datepick-container input[type="text"],
.datepick-container .comment-form input[type="email"],
.comment-form .datepick-container input[type="email"],
.datepick-container .comment-form input[type="url"],
.comment-form .datepick-container input[type="url"],
.datepick-container .comment-form textarea,
.comment-form .datepick-container textarea {
  border: none;
}

.datepick-container .pika-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-list ol {
  list-style: none;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

.wp-caption-text {
  font-size: 80%;
  font-style: italic;
}

/** Text meant only for screen readers */

/* -------------------------------------------- */

section.b-events-directory.border-top .container::before {
  content: none;
}

section.b-events-directory [v-cloak] {
  display: none !important;
}

section.b-events-directory .fade-enter-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

section.b-events-directory .fade-enter,
section.b-events-directory .fade-leave-active {
  opacity: 0;
}

@media (min-width: 992px) {
  section.b-events-directory .events-content {
    min-height: 40rem;
  }
}

section.b-events-directory .events-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.b-events-directory .events-sidebar .faculty-filter h3,
section.b-events-directory .events-sidebar .event-filter h3 {
  color: #717171;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
}

section.b-events-directory .events-sidebar .faculty-filter:hover button,
section.b-events-directory .events-sidebar .faculty-filter:hover .datepicker,
section.b-events-directory .events-sidebar .faculty-filter:hover .calendar-subscription-link,
section.b-events-directory .events-sidebar .event-filter:hover button,
section.b-events-directory .events-sidebar .event-filter:hover .datepicker,
section.b-events-directory .events-sidebar .event-filter:hover .calendar-subscription-link {
  color: #3183be;
  text-decoration: none;
}

section.b-events-directory .events-sidebar .dropdown-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  z-index: 0;
}

@media (min-width: 992px) {
  section.b-events-directory .events-sidebar .dropdown-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

section.b-events-directory .events-sidebar .dropdown-input.show {
  z-index: 10;
}

section.b-events-directory .events-sidebar .datepick-container {
  height: 6rem;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 3rem;
}

section.b-events-directory .events-sidebar .datepick-container h3 {
  top: 0;
}

section.b-events-directory .events-sidebar .datepick-container::before {
  content: none;
}

section.b-events-directory .events-sidebar .datepick-container .input-group-text svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 991.98px) {
  section.b-events-directory .events-sidebar .mobile-filters-container {
    display: none;
  }

  section.b-events-directory .events-sidebar .mobile-filters-container.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
}

section.b-events-directory .events-sidebar .event-filter .calendar-subscription-link,
section.b-events-directory .events-sidebar .event-filter button,
section.b-events-directory .events-sidebar .faculty-filter .calendar-subscription-link,
section.b-events-directory .events-sidebar .faculty-filter button {
  height: 2rem;
  font-family: "Karbon", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #434343;
  line-height: 1;
  font-weight: 700;
  padding: 2rem;
  position: relative;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  background: none;
}

section.b-events-directory .events-sidebar .event-filter .calendar-subscription-link svg,
section.b-events-directory .events-sidebar .event-filter button svg,
section.b-events-directory .events-sidebar .faculty-filter .calendar-subscription-link svg,
section.b-events-directory .events-sidebar .faculty-filter button svg {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  fill: #3183be;
}

section.b-events-directory .events-sidebar .event-filter .calendar-subscription-link,
section.b-events-directory .events-sidebar .faculty-filter .calendar-subscription-link {
  padding: 1rem 2rem 3rem 2rem;
  width: 100%;
  display: block;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn {
  position: relative;
  height: 7.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn span {
  font-family: "Karbon", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 700;
  border: none !important;
  color: #3183be;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn span svg {
  margin-left: 1rem;
  width: 2.2rem;
  height: 2.2rem;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn span svg.filter-icon path {
  fill: #3183be;
  display: inline-block;
  stroke: #3183be;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn span svg.filter-icon-selected {
  display: none;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn span svg.filter-icon-selected path:not(.st0) {
  fill: #3183be;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn.open svg,
section.b-events-directory .events-sidebar .event-filter.filter-btn:hover svg {
  display: none;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn.open svg.filter-icon-selected,
section.b-events-directory .events-sidebar .event-filter.filter-btn:hover svg.filter-icon-selected {
  display: inline-block;
}

section.b-events-directory .events-sidebar .event-filter.filter-btn.open {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  section.b-events-directory .events-sidebar .event-filter.filter-btn {
    margin-bottom: 6rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

section.b-events-directory .events-sidebar .calendar-subscription {
  padding: 0;
}

section.b-events-directory .events-sidebar .calendar-subscription .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  margin-top: 0;
  margin-left: 15px;
}

@media (max-width: 991.98px) {
  section.b-events-directory .events-sidebar .event-filter-dropdown {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  section.b-events-directory .events-sidebar .event-filter-dropdown.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  section.b-events-directory .events-sidebar .event-filter-dropdown .dropdown-input {
    padding: 0;
    margin-bottom: 0;
  }

  section.b-events-directory .events-sidebar .event-filter-dropdown button {
    margin-top: 0;
  }
}

section.b-events-directory .events-sidebar .event-filter-dropdown .event-filter-group {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-events-directory .events-sidebar .event-filter-dropdown .event-filter-group {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  section.b-events-directory .events-sidebar .event-filter-dropdown .event-filter-group {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

section.b-events-directory .events-sidebar .event-filter-dropdown .event-filter-group .event-filter {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-events-directory .events-sidebar .event-filter-dropdown .event-filter-group .event-filter:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e2e2e2;
}

section.b-events-directory .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}

section.b-events-directory .pagination button {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

section.b-events-directory .pagination button.prev-arrow .icon {
  margin-right: 1.5rem;
  margin-left: 0;
}

section.b-events-directory .pagination button.prev-arrow .icon svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.b-events-directory .pagination button.next-arrow {
  margin-left: auto;
}

section.b-events-directory .pagination button .icon {
  background-color: #ffeb03;
  border-radius: 100%;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
  margin-left: 1.5rem;
}

section.b-events-directory .pagination button .icon svg {
  height: 1.5rem;
  width: 1.5rem;
}

section.b-events-directory .pika-container {
  border: 0;
}

section.b-events-directory .loader {
  padding-top: 0;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  section.b-events-directory .loader {
    padding-top: 3.4rem;
  }
}

@media (min-width: 992px) {
  section.b-events-directory .loader {
    padding-bottom: 6rem;
  }
}

section.b-events-directory #event-list-bottom {
  height: 10px;
  padding-top: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  section.b-events-directory #event-list-bottom {
    padding-top: 6rem;
  }
}

.b-ensembles-directory {
  overflow: visible;
}

.b-ensembles-directory [v-cloak] {
  display: none !important;
}

.b-ensembles-directory .fade-enter-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.b-ensembles-directory .fade-enter,
.b-ensembles-directory .fade-leave-active {
  opacity: 0;
}

.b-ensembles-directory #event-list-bottom {
  padding: 1.5rem 1.5rem;
  text-align: center;
}

.b-ensembles-directory svg {
  stroke: #3183be;
}

section.b-faculty-directory [v-cloak] {
  display: none !important;
}

section.b-faculty-directory .fade-enter-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

section.b-faculty-directory .fade-enter,
section.b-faculty-directory .fade-leave-active {
  opacity: 0;
}

section.b-faculty-directory span {
  margin-left: 0;
}

section.b-faculty-directory.department-name {
  font-family: "Karbon", sans-serif;
  font-weight: normal;
}

.b-research-directory {
  overflow: visible;
}

@media (min-width: 768px) {
  .b-research-directory {
    min-height: 50rem;
  }
}

.b-research-directory .research-filter.research-year ul {
  height: 30rem;
  overflow: auto;
}

section.b-hero .header h1 {
  position: relative;
  color: white;
  z-index: 5;
}

section.b-hero.white-bg .header h1 {
  color: #434343;
}

section.b-hero .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-hero.image-mask .content {
  z-index: 10 !important;
}

section.b-hero .hero-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.b-hero.background-image {
  background-color: #3183be;
}

section.b-hero.background-image .container {
  min-height: 42rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  z-index: 3;
}

@media (min-width: 992px) {
  section.b-hero.background-image .container {
    min-height: 65rem;
  }
}

@media (min-width: 992px) {
  section.b-hero.background-image .container {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
  }
}

section.b-hero.background-image:not(.no-header):before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.2))) 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2)) 100%;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2)) 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2)) 100%;
  z-index: 2;
}

@media (min-width: 992px) {
  section.b-hero.background-image:not(.no-header):before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
  }
}

section.b-hero.background-image .content {
  text-align: right;
}

section.b-hero.background-image .contact-info {
  position: relative;
  text-align: left;
  background: white;
  margin-top: 3rem;
  padding: 3rem;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
}

@media (min-width: 992px) {
  section.b-hero.background-image .contact-info {
    margin-top: 7.5rem;
  }
}

@media (min-width: 768px) {
  section.b-hero.background-image .contact-info {
    padding: 6rem;
  }
}

@media (min-width: 768px) {
  section.b-hero.background-image .contact-info {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 992px) {
  section.b-hero.background-image .contact-info {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  section.b-hero:not(.contact-hero) .container {
    height: 1px;
  }

  section.b-hero:not(.contact-hero) .container .hero-row {
    height: 100%;
  }

  section.b-hero:not(.contact-hero) .container .hero-row .content {
    height: 100%;
  }

  section.b-hero .cta {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  section.b-hero.background-image .content {
    text-align: left;
  }
}

section.b-info-content .info-content-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.b-info-content .header-content {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  section.b-info-content .header-content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  section.b-info-content .header-content {
    display: block;
  }

  section.b-info-content .header-content .details-group,
  section.b-info-content .header-content .header-links {
    display: inline-block;
  }
}

section.b-info-content .header-content .image {
  width: 100%;
}

section.b-info-content .header-content .image .image-wrapper {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

section.b-info-content .header-content .header {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-family: "Karbon", sans-serif;
  color: #3183be;
}

section.b-info-content .header-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section.b-info-content .header-content .image-caption {
  font-size: 1.4rem;
  padding-top: .5rem;
}

section.b-info-content .header-content .header-links {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  section.b-info-content .header-content .header-links {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  section.b-info-content .header-content .header-links {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  section.b-info-content .header-content .header-links {
    margin-bottom: 0rem;
  }
}

@media (min-width: 768px) {
  section.b-info-content .header-content .header-links {
    margin-bottom: 4rem;
  }
}

section.b-info-content .header-content .header-links .cta:first-child {
  margin-top: 0rem;
}

section.b-info-content .header-content .details-group {
  margin-top: 2rem;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-info-content .header-content .details-group .details {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.4rem !important;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  section.b-info-content .header-content .details-group .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  section.b-info-content .header-content .details-group .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 992px) {
  section.b-info-content .header-content .details-group .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

section.b-info-content .header-content .details-group .details-links .cta:first-child {
  margin-top: 0rem;
}

section.b-info-content .content {
  position: relative;
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  section.b-info-content .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  section.b-info-content .content {
    margin-top: 0rem;
  }
}

section.b-info-content .content .title {
  color: #434343;
  font-family: "Karbon", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  section.b-info-content .content .title {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  section.b-info-content .content .title {
    margin-bottom: 5rem;
  }
}

section.b-info-content .content .text h3 {
  color: #3183be;
}

section.b-info-content.right .header-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  section.b-info-content.right .header-content {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

section.b-info-content.right .content {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (min-width: 768px) {
  section.b-info-content.right .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.b-info-content.large-header .header-content .header {
  font-weight: 300;
  font-size: 5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  section.b-info-content.large-header .header-content .header {
    font-size: 8rem;
  }
}

@media (min-width: 992px) {
  section.b-info-content.large-header .header-content .header {
    font-size: 9rem;
  }
}

@media (min-width: 992px) {
  section.b-info-content.large-header .header-content .header {
    line-height: 0.94;
  }
}

section.b-info-content.medium-header .header-content .header {
  font-weight: 300;
  font-size: 5rem;
  line-height: 1;
}

@media (min-width: 992px) {
  section.b-info-content.medium-header .header-content .header {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  section.b-info-content.medium-header .header-content .header {
    font-size: 7rem;
  }
}

@media (min-width: 992px) {
  section.b-info-content.medium-header .header-content .header {
    line-height: 0.94;
  }
}

section.b-info-content.small-header:not(.right) .header-content .header {
  font-size: 3.2rem;
  line-height: 1.31;
}

@media (min-width: 768px) {
  section.b-info-content.small-header:not(.right) .header-content .header {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  section.b-info-content.small-header:not(.right) .header-content .header {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  section.b-info-content.small-header:not(.right) .header-content .header {
    line-height: 1.31;
  }
}

@media (min-width: 992px) {
  section.b-info-content.small-header:not(.right) .header-content .header {
    line-height: 1.29;
  }
}

/* -------------------------------------------- */

section.b-info-content.standard.right .header-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-info-content.standard.right .header-content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

section.b-info-content.standard.right .details {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  section.b-info-content.standard.right .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  section.b-info-content.standard.right .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  section.b-info-content.standard.right .details {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

section.b-info-content.standard.right .header {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #434343;
}

@media (min-width: 768px) {
  section.b-info-content.standard:not(.right) .header-content {
    display: block;
  }
}

/* -------------------------------------------- */

section.b-info-content.image-block .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-info-content.image-block .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

/* -------------------------------------------- */

section.b-info-content.image-mask .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-info-content.image-mask .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width: 767.98px) {
  section.b-info-content.image-mask .content {
    margin-top: 44rem;
  }
}

section.b-info-content.image-mask.left .content {
  margin-left: auto;
}

section.b-info-content.image-mask.yellow-bg .content .title {
  color: white;
}

section.b-info-content.image-mask.yellow-bg .content .text {
  color: black;
}

section.b-info-content.image-mask.yellow-bg .content .text p,
section.b-info-content.image-mask.yellow-bg .content .text h2,
section.b-info-content.image-mask.yellow-bg .content .text h3,
section.b-info-content.image-mask.yellow-bg .content .text h4,
section.b-info-content.image-mask.yellow-bg .content .text h5 {
  color: black;
}

section.b-info-content.image-mask.blue-bg .content .title {
  color: #ffeb03;
}

section.b-info-content.image-mask.blue-bg .content .text {
  color: white;
}

section.b-info-content.image-mask.blue-bg .content .text p,
section.b-info-content.image-mask.blue-bg .content .text h2,
section.b-info-content.image-mask.blue-bg .content .text h3,
section.b-info-content.image-mask.blue-bg .content .text h4,
section.b-info-content.image-mask.blue-bg .content .text h5 {
  color: white;
}

/* -------------------------------------------- */

section.b-info-content.background-image:not(.inverted) {
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

section.b-info-content.background-image:not(.inverted) .container {
  padding-bottom: 30rem;
}

@media (min-width: 992px) {
  section.b-info-content.background-image:not(.inverted) .container {
    padding-bottom: 40rem;
  }
}

@media (min-width: 1200px) {
  section.b-info-content.background-image:not(.inverted) .container {
    padding-bottom: 60rem;
  }
}

@media (min-width: 1200px) {
  section.b-info-content.background-image:not(.inverted):before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 60%, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, white 60%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, white 60%, rgba(255, 255, 255, 0));
  }
}

section.b-info-content.background-image.inverted .info-content-row {
  z-index: 20;
}

section.b-info-content.background-image.inverted:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: black;
  opacity: .4;
}

section.b-info-content.background-image.inverted .header,
section.b-info-content.background-image.inverted .title,
section.b-info-content.background-image.inverted .text,
section.b-info-content.background-image.inverted .details {
  color: white !important;
}

section.b-info-content.background-image.inverted .header strong,
section.b-info-content.background-image.inverted .title strong,
section.b-info-content.background-image.inverted .text strong,
section.b-info-content.background-image.inverted .details strong {
  color: white;
}

section.b-info-content.background-image.inverted .header p,
section.b-info-content.background-image.inverted .header h2,
section.b-info-content.background-image.inverted .header h3,
section.b-info-content.background-image.inverted .header h4,
section.b-info-content.background-image.inverted .header h5,
section.b-info-content.background-image.inverted .title p,
section.b-info-content.background-image.inverted .title h2,
section.b-info-content.background-image.inverted .title h3,
section.b-info-content.background-image.inverted .title h4,
section.b-info-content.background-image.inverted .title h5,
section.b-info-content.background-image.inverted .text p,
section.b-info-content.background-image.inverted .text h2,
section.b-info-content.background-image.inverted .text h3,
section.b-info-content.background-image.inverted .text h4,
section.b-info-content.background-image.inverted .text h5,
section.b-info-content.background-image.inverted .details p,
section.b-info-content.background-image.inverted .details h2,
section.b-info-content.background-image.inverted .details h3,
section.b-info-content.background-image.inverted .details h4,
section.b-info-content.background-image.inverted .details h5 {
  color: white;
}

section.b-info-grid.number-grid .grid-card .inner-wrapper {
  background: #f2f2f2;
  padding: 3rem;
  border-radius: 2rem;
}

section.b-info-grid.number-grid .grid-card .header-title {
  width: 7rem;
  height: 7rem;
  margin-bottom: 3rem;
  background: #3183be;
  font-size: 4.4rem;
  font-family: "Karbon", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: white;
  font-weight: 400;
}

section.b-info-grid.number-grid .grid-card .text p {
  color: #717171;
}

section.b-info-grid h5 {
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #434343;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

section.b-info-grid p {
  margin-bottom: 5rem;
}

section.b-navigation-carousel.right .content {
  margin-left: 0;
}

@media (min-width: 992px) {
  section.b-navigation-carousel .image-mask-group .image-mask {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    z-index: 0;
  }

  section.b-navigation-carousel .image-mask-group .image-mask .image-wrapper {
    opacity: 1;
  }

  section.b-navigation-carousel .image-mask-group .image-mask.active {
    opacity: 1;
    z-index: 2;
  }
}

section.b-navigation-carousel .content {
  margin-left: auto;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-navigation-carousel .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 992px) {
  section.b-navigation-carousel .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width: 767.98px) {
  section.b-navigation-carousel .content {
    margin-top: 44rem;
  }
}

section.b-navigation-carousel .content .header {
  color: #3183be;
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  section.b-navigation-carousel .content .header {
    margin-bottom: 4rem;
  }
}

section.b-navigation-carousel .content ul {
  margin-bottom: 4rem;
}

section.b-navigation-carousel .content ul:last-child {
  margin-bottom: 0;
}

section.b-navigation-carousel .content ul li {
  position: relative;
  padding-left: 9rem;
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
  padding-right: 0rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  section.b-navigation-carousel .content ul li {
    padding-right: 7rem;
  }
}

section.b-navigation-carousel .content ul li a.link {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  outline: none;
  z-index: 20;
}

section.b-navigation-carousel .content ul li .title {
  color: #434343;
  font-family: "Karbon", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

section.b-navigation-carousel .content ul li .text {
  color: #717171;
}

section.b-navigation-carousel .content ul li .cta.circle-cta {
  position: absolute;
  top: 0rem;
  left: 2rem;
}

@media (min-width: 992px) {
  section.b-navigation-carousel .content ul li.active {
    background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
    background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
    background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
    background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  }

  section.b-navigation-carousel .content ul li.active .title {
    color: #ffeb03;
  }

  section.b-navigation-carousel .content ul li.active .text {
    color: white;
  }

  section.b-navigation-carousel .content ul li.active .cta.circle-cta .icon {
    background: #ffeb03;
  }

  section.b-navigation-carousel .content ul li.active .cta.circle-cta .icon svg path {
    stroke: black;
  }

  section.b-navigation-carousel .content ul li.active .cta.circle-cta span {
    color: #434343;
  }

  section.b-navigation-carousel .content ul li.active .cta.circle-cta:hover .icon,
  section.b-navigation-carousel .content ul li.active .cta.circle-cta.hover .icon {
    background: #f3bb2a;
  }
}

section.b-quotes.right .content {
  margin-left: 0;
}

section.b-quotes .content {
  margin-left: auto;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.b-quotes .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width: 767.98px) {
  section.b-quotes .content {
    margin-top: 44rem;
  }
}

section.b-quotes .content .header {
  color: #3183be;
  font-size: 3.8rem;
  line-height: 1.2;
  font-family: "Karbon", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  section.b-quotes .content .header {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  section.b-quotes .content .header {
    margin-bottom: 6rem;
  }
}

section.b-quotes .content .quote-wrapper {
  position: relative;
}

section.b-quotes .content .quote-wrapper * {
  border: none;
  outline: none;
}

section.b-quotes .content .quote-wrapper .quote .title {
  color: #434343;
  font-family: "Karbon", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

section.b-quotes .content .quote-wrapper .quote .text {
  color: #717171;
}

section.b-quotes .content .quote-nav {
  margin-top: 6rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  section.b-quotes .content .quote-nav {
    margin-top: 8rem;
  }
}

@media (min-width: 992px) {
  section.b-quotes .content .quote-nav {
    margin-top: 23rem;
  }
}

@media (max-width: 767.98px) {
  section.b-quotes .content .quote-nav {
    display: inline-block;
    text-align: center;
  }
}

section.b-quotes .content .quote-nav .slick-dots-wrapper {
  margin-bottom: 2rem;
}

section.b-call-to-action.blue-bg .container {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

@media (min-width: 992px) {
  section.b-call-to-action.blue-bg .container {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

section.b-call-to-action.blue-bg .call-to-action-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ie11 section.b-call-to-action.blue-bg .call-to-action-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.b-call-to-action.blue-bg .call-to-action-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 992px) {
  section.b-call-to-action.blue-bg .call-to-action-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

section.b-call-to-action.blue-bg .header {
  color: white;
  font-family: "Karbon", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  section.b-call-to-action.blue-bg .header {
    font-size: 3.8rem;
  }
}

section.b-call-to-action.blue-bg .links {
  margin-top: 6rem;
}

@media (min-width: 576px) {
  section.b-call-to-action.blue-bg .links {
    margin-top: 4rem;
  }
}

section.b-call-to-action.white-bg .call-to-action-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  section.b-call-to-action.white-bg .call-to-action-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

section.b-call-to-action.white-bg .call-to-action-wrapper .inner-wrapper {
  background: #f2f2f2;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

section.b-call-to-action.white-bg .call-to-action-wrapper .inner-wrapper a {
  color: #256ea2;
}

@media (min-width: 992px) {
  section.b-call-to-action.white-bg .call-to-action-wrapper .inner-wrapper {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width: 767.98px) {
  section.b-call-to-action.white-bg .call-to-action-wrapper .inner-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

section.b-call-to-action.white-bg .call-to-action-wrapper .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  section.b-call-to-action.white-bg .call-to-action-wrapper .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

section.b-call-to-action.white-bg .call-to-action-wrapper .content p {
  color: #434343;
  font-size: 2rem;
  line-height: 1.6;
}

section.b-call-to-action.white-bg .call-to-action-wrapper .links {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin: 0 auto;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  section.b-call-to-action.white-bg .call-to-action-wrapper .links {
    margin-top: 4rem;
  }
}

section.b-call-to-action.white-bg .call-to-action-wrapper .links .pill-cta.blue {
  background: #0a93dd;
}

.on-event-page section.b-call-to-action.white-bg .call-to-action-wrapper .inner-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .on-event-page section.b-call-to-action.white-bg .call-to-action-wrapper .inner-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.on-event-page section.b-call-to-action.white-bg .call-to-action-wrapper .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

@media (min-width: 992px) {
  .on-event-page section.b-call-to-action.white-bg .call-to-action-wrapper .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .on-event-page section.b-call-to-action.white-bg .call-to-action-wrapper .content p {
    font-size: 1.8rem;
  }
}

section.b-video .video-trigger {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

section.b-video .video-trigger .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 8rem;
  width: 8rem;
  margin: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

section.b-video .video-trigger:hover .play-button {
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

section.b-video .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-video .content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
  background: black;
}

section.b-video .content .embed-container iframe,
section.b-video .content .embed-container object,
section.b-video .content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.b-video .content .embed-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  display: block;
}

section.b-video .content.show-video .embed-container img {
  display: none;
}

section.b-video .content.show-video .video-trigger {
  display: none;
}

section.b-video .content.show-video .header,
section.b-video .content.show-video .fade-edges {
  opacity: 0;
}

section.b-video .content.show-video .embed-container {
  opacity: 1;
}

section.b-video.black-bg .play-button {
  opacity: 0.85;
}

section.b-video.black-bg .embed-container {
  opacity: .5;
}

section.b-video.black-bg .fade-edges {
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

section.b-video.black-bg .fade-edges span:nth-child(1) {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 10vw;
  top: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.b-video.black-bg .fade-edges span:nth-child(2) {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 10vw;
  bottom: -1px;
  left: 0;
}

section.b-video.black-bg .fade-edges span:nth-child(3) {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 10vw;
  height: 100%;
  top: 0;
  left: -1px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.b-video.black-bg .fade-edges span:nth-child(4) {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 10vw;
  height: 100%;
  top: 0;
  right: -1px;
}

section.b-video.black-bg .content .header {
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: 10;
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

section.b-video.black-bg .content .header h1 {
  color: white;
}

section.b-event .event-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  section.b-event .event-box {
    position: relative;
    width: 100%;
    right: unset;
    left: unset;
    top: unset;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
  }

  section.b-event .event-box .event-details {
    text-align: left;
    margin-left: 2rem;
  }

  section.b-event .event-box .social-shares {
    margin-top: 0;
    margin-left: 2rem;
  }

  section.b-event .event-box .social-shares li {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  section.b-event .event-box .calendar-links {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto;
  }

  section.b-event .event-box .calendar-links a {
    height: 3.5rem;
    width: 3.5rem;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: .5rem;
    background: none;
  }

  section.b-event .event-box .calendar-links a span {
    display: none;
  }
}

section.b-event .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  section.b-event .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  section.b-event .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

section.b-event .content .categories {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1rem;
  color: #2a7cb7;
}

section.b-event .content .title {
  font-family: "Karbon", sans-serif;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: .85;
  color: #3183be;
}

@media (min-width: 992px) {
  section.b-event .content .title {
    font-size: 5.8rem;
  }
}

section.b-event .content .subtitle {
  font-family: "Karbon", sans-serif;
  font-size: 2.4rem;
  margin-top: 2.5rem;
  color: #434343;
}

section.b-event .content .text {
  color: #717171;
  padding-top: 4rem;
}

section.b-event .content .text span {
  color: #0054a6;
}

section.b-event .content .text p {
  margin-bottom: 1.6rem;
}

section.b-event .content .text ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

section.b-event .calendar-links a {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 3px;
  color: #434343;
  font-family: "Karbon", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.b-event .calendar-links a svg {
  max-width: 3.5rem;
  fill: #434343;
  display: block;
}

section.b-event .calendar-links a span {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .25s;
  -o-transition: max-height .25s;
  transition: max-height .25s;
}

section.b-event .calendar-links a:hover {
  text-decoration: none;
}

section.b-event .calendar-links a:hover span {
  height: auto;
  max-height: 100px;
  -webkit-transition: max-height .25s;
  -o-transition: max-height .25s;
  transition: max-height .25s;
}

section.b-alert .alert-row {
  background: #f2f2f2;
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: 16rem;
  padding-right: 16rem;
  text-align: center;
  color: #434343;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.b-alert .message {
  font-size: 2rem;
}

section.b-alert .message h3 {
  font-family: "Karbon", sans-serif;
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

section.b-alert .button-wrapper {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.b-alert .button-wrapper .cta-button {
  border-radius: 4rem;
  font-size: 1.4rem;
  background: #0a93dd;
  text-align: center;
  line-height: 1;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-right: 2rem;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  font-weight: 700;
  letter-spacing: .05rem;
}

section.b-alert .button-wrapper .cta-button:last-child {
  margin-right: 0;
}

section.b-alert .button-wrapper .cta-button:hover {
  text-decoration: none;
  background: #0054a6;
}

#tribe-bar-form label,
#tribe-bar-dates label {
  color: #686868;
}

#tribe-bar-views label {
  color: #434343;
}

#tribe-events-content a {
  color: #2a7cb7;
}

.tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-'],
.tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-'] > a {
  color: #434343;
}

.event__program-link {
  padding: 1rem 0rem;
}

.event__program-link a {
  font-family: "Karbon", sans-serif;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 900;
}

.event__program-link a svg {
  margin-left: 1rem;
  width: 15px;
}

.event__program-link a svg path {
  stroke: #000;
}

/** Programs **/

.event-program {
  background-color: #212121;
  color: #fff;
}

.event-program h2 {
  color: #3183be;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .event-program h2 {
    margin-bottom: 2rem;
  }
}

.event-program h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.event-program__hero {
  margin-bottom: 2rem;
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .event-program__hero {
    margin-bottom: 7rem;
    padding-top: 15rem;
  }
}

.event-program__intro {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .event-program__intro {
    margin-bottom: 7rem;
  }
}

.event-program__intro h1 {
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .event-program__intro h1 {
    font-size: 4.8rem;
    font-weight: 900;
  }
}

.event-program__card {
  margin-bottom: 4rem;
}

.event-program__performers {
  margin-bottom: 2rem;
}

.event-program__performer {
  padding: 4rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .event-program__performer {
    padding: 2rem;
  }
}

.event-program__performer:not(:last-child) {
  margin-bottom: 2rem;
}

.event-program__performer-image {
  height: 0;
  position: relative;
  padding: 0 20% 100%;
}

.event-program__performer-image-container {
  margin: 0 auto 1.5rem;
}

@media (max-width: 767.98px) {
  .event-program__performer-image-container {
    max-width: 12rem;
  }
}

.event-program__performer-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-program__performer a[aria-expanded="true"] span {
  display: none;
}

.event-program__performer a[aria-expanded="true"]:after {
  content: "collapse";
}

.event-program__performer .collapse.show + a span {
  display: none;
}

.event-program__performer .collapse.show + a:after {
  content: "collapse";
}

.event-program__repertoire {
  font-family: "Karbon", sans-serif;
  background-color: #2A2A2A;
  padding: 3rem 2rem;
}

.event-program__repertoire h3 {
  margin-bottom: 0;
}

.event-program__repertoire p + h3,
.event-program__repertoire ul + h3 {
  margin-top: 3rem;
}

.event-program__repertoire ul {
  padding-left: 2rem;
}

.event-program__repertoire li {
  list-style: disc;
}

.event-program__show-bio {
  font-family: "Karbon", sans-serif;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 1rem;
}

section.b-image-masonry .masonry-container {
  margin: 0 -1rem;
}

section.b-image-masonry .masonry-container .masonry-sizer {
  width: 25%;
}

section.b-image-masonry .masonry-container .masonry-item {
  float: left;
  height: auto;
  cursor: pointer;
}

section.b-image-masonry .masonry-container .masonry-item .masonry-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  -webkit-box-shadow: inset 15px 15px 0 #fff;
          box-shadow: inset 15px 15px 0 #fff;
  position: relative;
}

section.b-image-masonry .masonry-container .masonry-item .masonry-image iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.b-image-masonry .masonry-container .masonry-item .masonry-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 8rem;
  width: 8rem;
  margin: 0;
}

section.b-image-masonry .masonry-container .masonry-item.brick-1x1 {
  width: 50%;
}

section.b-image-masonry .masonry-container .masonry-item.brick-1x1 .masonry-image {
  padding-bottom: 56.25%;
}

@media (min-width: 576px) {
  section.b-image-masonry .masonry-container .masonry-item.brick-1x1 {
    width: 25%;
  }
}

section.b-image-masonry .masonry-container .masonry-item.brick-2x1 {
  width: 100%;
}

section.b-image-masonry .masonry-container .masonry-item.brick-2x1 .masonry-image {
  padding-bottom: 28.125%;
}

@media (min-width: 576px) {
  section.b-image-masonry .masonry-container .masonry-item.brick-2x1 {
    width: 50%;
  }
}

section.b-image-masonry .masonry-container .masonry-item.brick-1x2 {
  width: 100%;
}

section.b-image-masonry .masonry-container .masonry-item.brick-1x2 .masonry-image {
  padding-bottom: 112.5%;
}

@media (min-width: 576px) {
  section.b-image-masonry .masonry-container .masonry-item.brick-1x2 {
    width: 25%;
  }
}

section.b-image-masonry .masonry-container .masonry-item.brick-2x2 {
  width: 100%;
}

section.b-image-masonry .masonry-container .masonry-item.brick-2x2 .masonry-image {
  padding-bottom: 56.25%;
}

@media (min-width: 576px) {
  section.b-image-masonry .masonry-container .masonry-item.brick-2x2 {
    width: 50%;
  }
}

section.b-image-masonry .masonry-container .masonry-item.hidden {
  display: none;
  visibility: hidden;
}

section.b-image-masonry .masonry-container:after {
  content: '';
  display: block;
  clear: both;
}

section.b-image-masonry button.masonry-load-more {
  text-transform: uppercase;
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #717171;
  padding: 0.5rem 1rem;
  display: block;
  margin: 5rem auto 0;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

section.b-image-masonry button.masonry-load-more:hover {
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

section.b-image-masonry button.masonry-load-more:focus {
  outline: none;
}

.masonry-modal {
  background: #434343;
}

.masonry-modal .modal-dialog {
  max-width: unset;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.masonry-modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
  padding: 100px;
}

.masonry-modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.masonry-modal .modal-dialog .modal-content .modal-header .close {
  margin: 0 0 0 auto;
  padding: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(-2.5rem);
       -o-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem);
}

.masonry-modal .modal-dialog .modal-content .modal-header .close:after {
  content: 'Close';
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: absolute;
  top: 0.6rem;
  left: 2rem;
  display: block;
}

.masonry-modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .masonry-modal .modal-dialog .modal-content .modal-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider {
    width: calc( 100% - 12rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider .slick-track .slick-slide .img {
  height: calc( 100vh - 100px);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider .slick-track .slick-slide .embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider .slick-track .slick-slide .embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-modal-slider .slick-track .slick-slide:focus {
  outline: none;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-prev,
.masonry-modal .modal-dialog .modal-content .modal-body .masonry-next {
  background-color: #0a93dd;
  border-radius: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 3rem;
  margin: 1.5rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .masonry-modal .modal-dialog .modal-content .modal-body .masonry-prev,
  .masonry-modal .modal-dialog .modal-content .modal-body .masonry-next {
    margin: 0 1.5rem;
  }
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-prev svg,
.masonry-modal .modal-dialog .modal-content .modal-body .masonry-next svg {
  height: 1rem;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-prev svg path,
.masonry-modal .modal-dialog .modal-content .modal-body .masonry-next svg path {
  fill: #fff;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-prev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.masonry-modal .modal-dialog .modal-content .modal-body .masonry-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.masonry-modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.b-virtual-tour .container {
  min-height: unset !important;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (min-width: 992px) {
  section.b-virtual-tour .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

section.b-virtual-tour .virtual-tour-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

section.b-virtual-tour:hover a {
  text-decoration: none;
}

section.b-virtual-tour:hover:before {
  opacity: .6;
}

section.b-virtual-tour .play-button {
  display: block;
  height: 8rem;
  width: 8rem;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  margin-bottom: 4rem;
}

section.b-virtual-tour:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: .4;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

section.b-virtual-tour .header {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-virtual-tour .header h3 {
  font-size: 3.2rem;
}

@media (min-width: 992px) {
  section.b-virtual-tour .header h3 {
    font-size: 3.8rem;
  }
}

section.b-virtual-tour .header h3 strong {
  margin-top: 1rem;
  display: block;
  font-size: 3.8rem;
}

@media (min-width: 768px) {
  section.b-virtual-tour .header h3 strong {
    margin-top: 2rem;
  }
}

section.b-virtual-tour .header h1,
section.b-virtual-tour .header h2,
section.b-virtual-tour .header h3,
section.b-virtual-tour .header h4,
section.b-virtual-tour .header h5 {
  color: white;
  margin-bottom: 0;
}

section.b-profile .profile-row {
  min-height: 45rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ie11 section.b-profile .profile-row {
  display: block;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  section.b-profile .profile-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.b-profile .header-wrapper {
  padding-bottom: 3rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  section.b-profile .header-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  section.b-profile .header-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

section.b-profile .secondary-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  section.b-profile .secondary-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  section.b-profile .secondary-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1200px) {
  section.b-profile .secondary-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
}

section.b-profile .text-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 4rem;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  section.b-profile .text-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  section.b-profile .text-wrapper {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

section.b-profile .tags .tag {
  position: relative;
  background: #f4f4f4;
  color: #686868;
  margin-bottom: 2rem;
  border-radius: 1rem;
  letter-spacing: .1rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: .4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 30;
}

section.b-profile .subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  letter-spacing: .1rem;
  color: #2a7cb7;
}

section.b-profile .header {
  font-family: "Karbon", sans-serif;
  font-weight: 300;
  font-size: 9rem;
  line-height: .85;
  color: #3183be;
}

section.b-profile .portrait {
  width: 100%;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
}

section.b-profile .quote {
  position: relative;
  font-family: "Karbon", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  padding: 4rem;
  line-height: 1.1;
  color: #434343;
  background: #f2f2f2;
}

section.b-profile .quote:before {
  content: open-quote;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  font-size: 4.8rem;
  color: #3183be;
}

@media (max-width: 767.98px) {
  section.b-application-journey .application-journey-row {
    padding-top: 4rem;
  }
}

section.b-application-journey .step {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 10rem;
}

@media (min-width: 768px) {
  section.b-application-journey .step {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

section.b-application-journey .step:last-child {
  margin-top: 16rem;
  padding-bottom: 0;
}

section.b-application-journey .step .content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  section.b-application-journey .step .content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

section.b-application-journey .step .content .number {
  position: absolute;
  left: 0;
  top: -.7rem;
  font-size: 3.8rem;
  color: #3183be;
  line-height: 1;
}

section.b-application-journey .step .content .title {
  font-size: 2.4rem;
  font-family: "Karbon", sans-serif;
  font-weight: 700;
  color: #434343;
  margin-left: 3rem;
  line-height: 1;
}

section.b-application-journey .step .content .text {
  margin-top: 1rem;
  color: #717171;
}

section.b-application-journey .step .content .journey-icon {
  position: absolute;
  height: 7.4rem;
  width: 7.4rem;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.b-application-journey .step .curved-line {
  top: 1rem;
  position: absolute;
  border-top: 3px solid #3183be;
  height: calc(100% + 10rem);
  width: 45%;
}

section.b-application-journey .step .curved-line span {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  top: -4px;
  background: white;
  width: calc(100% + 4px);
}

section.b-application-journey .step .curved-line .dot {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 3px solid #3183be;
  background: white;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

section.b-application-journey .step:nth-child(odd):not(:last-child) .journey-icon {
  right: -14rem;
  top: 8rem;
}

section.b-application-journey .step:nth-child(odd):not(:last-child) .curved-line {
  border-right: 3px solid #3183be;
  border-radius: 0 8rem 0 0;
  right: -1.5px;
}

section.b-application-journey .step:nth-child(odd):not(:last-child) .curved-line span {
  right: unset;
  left: 0;
}

section.b-application-journey .step:nth-child(odd):not(:last-child) .curved-line .dot {
  top: -1px;
  left: -1px;
}

section.b-application-journey .step:nth-child(even):not(:last-child) {
  margin-left: 0;
}

@media (min-width: 768px) {
  section.b-application-journey .step:nth-child(even):not(:last-child) {
    margin-left: 50%;
  }
}

section.b-application-journey .step:nth-child(even):not(:last-child) .content {
  margin-left: auto;
}

section.b-application-journey .step:nth-child(even):not(:last-child) .journey-icon {
  top: 7rem;
  left: -7rem;
}

section.b-application-journey .step:nth-child(even):not(:last-child) .curved-line {
  left: -1.5px;
  border-left: 3px solid #3183be;
  border-radius: 8rem 0 0 0;
}

section.b-application-journey .step:nth-child(even):not(:last-child) .curved-line span {
  left: unset;
  right: 0;
}

section.b-application-journey .step:nth-child(even):not(:last-child) .curved-line .dot {
  top: -1px;
  right: -2rem;
}

section.b-application-journey .step:last-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  section.b-application-journey .step:last-child {
    margin-left: 50%;
  }
}

section.b-application-journey .step:last-child .journey-icon {
  top: 3rem;
  left: -7rem;
}

section.b-application-journey .step:last-child .curved-line {
  top: -5rem;
  left: 0px;
  border-top: unset;
  height: 0rem;
  width: 0;
}

section.b-application-journey .step:last-child .curved-line .dot {
  top: 0px;
  left: 0px;
}

@media (max-width: 767.98px) {
  section.b-application-journey .step,
  section.b-application-journey .step:nth-child(odd):not(:last-child),
  section.b-application-journey .step:nth-child(even):not(:last-child),
  section.b-application-journey .step:last-child {
    padding-left: 15rem;
  }

  section.b-application-journey .step:last-child,
  section.b-application-journey .step:nth-child(odd):not(:last-child):last-child,
  section.b-application-journey .step:nth-child(even):not(:last-child):last-child,
  section.b-application-journey .step:last-child:last-child {
    margin-top: 0rem;
  }

  section.b-application-journey .step:last-child .curved-line,
  section.b-application-journey .step:nth-child(odd):not(:last-child):last-child .curved-line,
  section.b-application-journey .step:nth-child(even):not(:last-child):last-child .curved-line,
  section.b-application-journey .step:last-child:last-child .curved-line {
    height: 0rem !important;
  }

  section.b-application-journey .step .curved-line,
  section.b-application-journey .step:nth-child(odd):not(:last-child) .curved-line,
  section.b-application-journey .step:nth-child(even):not(:last-child) .curved-line,
  section.b-application-journey .step:last-child .curved-line {
    height: 100%;
    border-radius: unset;
    border: unset;
    border-left: 3px solid #3183be;
    width: 4rem;
    left: 11rem;
    right: unset;
    top: 1.2rem;
  }

  section.b-application-journey .step .curved-line .dot,
  section.b-application-journey .step:nth-child(odd):not(:last-child) .curved-line .dot,
  section.b-application-journey .step:nth-child(even):not(:last-child) .curved-line .dot,
  section.b-application-journey .step:last-child .curved-line .dot {
    border: 3px solid #3183be;
    width: 2.8rem;
    height: 2.8rem;
    top: -1px;
    left: -1px;
  }

  section.b-application-journey .step .journey-icon,
  section.b-application-journey .step:nth-child(odd):not(:last-child) .journey-icon,
  section.b-application-journey .step:nth-child(even):not(:last-child) .journey-icon,
  section.b-application-journey .step:last-child .journey-icon {
    bottom: unset;
    right: unset;
    left: -14rem;
    top: .5rem;
  }
}

@media (max-width: 575.98px) {
  section.b-application-journey .step .journey-icon,
  section.b-application-journey .step:nth-child(odd):not(:last-child) .journey-icon,
  section.b-application-journey .step:nth-child(even):not(:last-child) .journey-icon,
  section.b-application-journey .step:last-child .journey-icon {
    height: 6rem;
    width: 6rem;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: -10rem;
    top: .5rem;
  }
}

.news-load-more {
  margin: 5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-load-more a {
  padding: 1.5rem;
  border: 1px solid #e2e2e2;
  font-family: "Karbon", sans-serif;
  font-size: 1.4rem;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.news-load-more a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.news-load-more .malinky-ajax-pagination-loading {
  display: none !important;
}

.event-filter ul:first-child {
  margin-bottom: 4rem;
}

section.b-people-grid .row.section-header-row .slick-dots-wrapper {
  display: none;
}

section.b-people-grid .slick-slider:before,
section.b-people-grid .slick-slider:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: white;
  z-index: 999;
}

section.b-people-grid .slick-slider:before {
  left: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(90%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
}

section.b-people-grid .slick-slider:after {
  right: 0;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, white), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
}

section.b-people-grid .slick-slider .slick-list {
  overflow: visible;
}

@media (max-width: 575.98px) {
  section.b-people-grid .slick-slider:before {
    -webkit-transform: translateX(-85%);
         -o-transform: translateX(-85%);
            transform: translateX(-85%);
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(85%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 85%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, white 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, white 0%, white 85%, rgba(255, 255, 255, 0) 100%);
  }

  section.b-people-grid .slick-slider:after {
    -webkit-transform: translateX(85%);
         -o-transform: translateX(85%);
            transform: translateX(85%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, white), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 15%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 15%, white 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 15%, white 100%);
  }

  section.b-people-grid .slick-slider .slick-slide {
    width: 82vw;
    padding: 0 0.5rem;
  }
}

section.b-contact-form .wpcf7 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

section.b-contact-form .wpcf7 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.b-contact-form .wpcf7 form label {
  width: 100%;
  color: #434343;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1rem;
}

section.b-contact-form .wpcf7 form label input[type="text"],
section.b-contact-form .wpcf7 form label input[type="email"],
section.b-contact-form .wpcf7 form label textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #faf8f8;
  border-radius: 0.3rem;
  padding: 1.5rem;
  font-family: "Karbon", sans-serif;
  margin-bottom: 1.5rem;
}

section.b-contact-form .wpcf7 form label input[type="text"]:active,
section.b-contact-form .wpcf7 form label input[type="text"]:focus,
section.b-contact-form .wpcf7 form label input[type="email"]:active,
section.b-contact-form .wpcf7 form label input[type="email"]:focus,
section.b-contact-form .wpcf7 form label textarea:active,
section.b-contact-form .wpcf7 form label textarea:focus {
  background-color: #fff;
}

section.b-contact-form .wpcf7 form input[type="submit"] {
  font-family: "Karbon", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #0a93dd;
  color: #fff;
  padding: 1.5rem 3.5rem;
  margin-bottom: 3rem;
  border-radius: 5rem;
  cursor: pointer;
}

section.b-events-slider {
  --event-date-size: 7rem;
  line-height: 1;
}

section.b-events-slider .events-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 15px;
}

@media (max-width: 767px) {
  section.b-events-slider .events-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.b-events-slider .events-header > a {
  margin: 0 0 20px;
}

section.b-events-slider .title {
  margin-bottom: 3rem;
}

section.b-events-slider .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3183be;
  border-radius: 100%;
  height: 4.6rem;
  width: 4.6rem;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
}

section.b-events-slider .slick-arrow:hover {
  background-color: #0054a6;
}

section.b-events-slider .slick-arrow img {
  height: 2rem;
  width: 2rem;
}

@media (max-width: 991.98px) {
  section.b-events-slider .slick-arrow {
    height: 3.6rem;
    width: 3.6rem;
  }

  section.b-events-slider .slick-arrow img {
    height: 1.5rem;
    width: 1.5rem;
  }
}

section.b-events-slider .slick-arrow.slick-prev-arrow {
  left: -6rem;
}

section.b-events-slider .slick-arrow.slick-prev-arrow img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.b-events-slider .slick-arrow.slick-next-arrow {
  right: -6rem;
}

@media (max-width: 1199.98px) {
  section.b-events-slider .slick-arrow.slick-prev-arrow {
    left: -4rem;
  }

  section.b-events-slider .slick-arrow.slick-next-arrow {
    right: -4rem;
  }
}

@media (max-width: 991.98px) {
  section.b-events-slider .container:not(.featured-events) .slick-arrow.slick-prev-arrow {
    left: -0.5rem;
  }

  section.b-events-slider .container:not(.featured-events) .slick-arrow.slick-next-arrow {
    right: -0.5rem;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  section.b-events-slider .container:not(.featured-events) .slick-arrow.slick-prev-arrow {
    left: -1.5rem;
  }

  section.b-events-slider .container:not(.featured-events) .slick-arrow.slick-next-arrow {
    right: -1.5rem;
  }
}

section.b-events-slider .container.featured-events {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  section.b-events-slider .container.featured-events {
    padding-left: 0;
    padding-right: 0;
  }
}

section.b-events-slider .container.featured-events .block-foreground {
  padding: 0 1.5rem;
}

section.b-events-slider .container.featured-events .block-foreground .wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.01)), color-stop(15.5%, rgba(0, 0, 0, 0.039)), color-stop(22.5%, rgba(0, 0, 0, 0.083)), color-stop(29%, rgba(0, 0, 0, 0.14)), color-stop(35.3%, rgba(0, 0, 0, 0.207)), color-stop(41.2%, rgba(0, 0, 0, 0.282)), color-stop(47.1%, rgba(0, 0, 0, 0.36)), color-stop(52.9%, rgba(0, 0, 0, 0.44)), color-stop(58.8%, rgba(0, 0, 0, 0.518)), color-stop(64.7%, rgba(0, 0, 0, 0.593)), color-stop(71%, rgba(0, 0, 0, 0.66)), color-stop(77.5%, rgba(0, 0, 0, 0.717)), color-stop(84.5%, rgba(0, 0, 0, 0.761)), color-stop(91.9%, rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 8.1%, rgba(0, 0, 0, 0.039) 15.5%, rgba(0, 0, 0, 0.083) 22.5%, rgba(0, 0, 0, 0.14) 29%, rgba(0, 0, 0, 0.207) 35.3%, rgba(0, 0, 0, 0.282) 41.2%, rgba(0, 0, 0, 0.36) 47.1%, rgba(0, 0, 0, 0.44) 52.9%, rgba(0, 0, 0, 0.518) 58.8%, rgba(0, 0, 0, 0.593) 64.7%, rgba(0, 0, 0, 0.66) 71%, rgba(0, 0, 0, 0.717) 77.5%, rgba(0, 0, 0, 0.761) 84.5%, rgba(0, 0, 0, 0.79) 91.9%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 8.1%, rgba(0, 0, 0, 0.039) 15.5%, rgba(0, 0, 0, 0.083) 22.5%, rgba(0, 0, 0, 0.14) 29%, rgba(0, 0, 0, 0.207) 35.3%, rgba(0, 0, 0, 0.282) 41.2%, rgba(0, 0, 0, 0.36) 47.1%, rgba(0, 0, 0, 0.44) 52.9%, rgba(0, 0, 0, 0.518) 58.8%, rgba(0, 0, 0, 0.593) 64.7%, rgba(0, 0, 0, 0.66) 71%, rgba(0, 0, 0, 0.717) 77.5%, rgba(0, 0, 0, 0.761) 84.5%, rgba(0, 0, 0, 0.79) 91.9%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 8.1%, rgba(0, 0, 0, 0.039) 15.5%, rgba(0, 0, 0, 0.083) 22.5%, rgba(0, 0, 0, 0.14) 29%, rgba(0, 0, 0, 0.207) 35.3%, rgba(0, 0, 0, 0.282) 41.2%, rgba(0, 0, 0, 0.36) 47.1%, rgba(0, 0, 0, 0.44) 52.9%, rgba(0, 0, 0, 0.518) 58.8%, rgba(0, 0, 0, 0.593) 64.7%, rgba(0, 0, 0, 0.66) 71%, rgba(0, 0, 0, 0.717) 77.5%, rgba(0, 0, 0, 0.761) 84.5%, rgba(0, 0, 0, 0.79) 91.9%, rgba(0, 0, 0, 0.8) 100%);
}

section.b-events-slider .container.featured-events .block-background .image-container {
  margin-bottom: 0;
}

section.b-events-slider .container.featured-events .slick-arrow.slick-prev-arrow {
  left: -0.5rem;
}

section.b-events-slider .container.featured-events .slick-arrow.slick-next-arrow {
  right: -0.5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.b-events-slider .container.featured-events .slick-arrow.slick-prev-arrow {
    left: -1.5rem;
  }

  section.b-events-slider .container.featured-events .slick-arrow.slick-next-arrow {
    right: -1.5rem;
  }
}

@media (max-width: 991.98px) {
  section.b-events-slider .container.featured-events .slick-arrow.slick-prev-arrow {
    left: 1.5rem;
  }

  section.b-events-slider .container.featured-events .slick-arrow.slick-next-arrow {
    right: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  section.b-events-slider .container.featured-events .slick-prev-arrow,
  section.b-events-slider .container.featured-events .slick-next-arrow {
    display: none;
  }

  section.b-events-slider .container.featured-events .event-card {
    padding: 0 1rem;
  }
}

section.b-events-slider .container.featured-events .wrapper {
  padding: 1.5rem 2.5rem;
}

@media (max-width: 767.98px) {
  section.b-events-slider .container.featured-events .wrapper {
    padding: 1rem;
  }
}

section.b-events-slider .container.featured-events .wrapper .event-date {
  position: static;
  margin-right: 1rem;
  margin-bottom: 0;
}

section.b-events-slider .container.featured-events .wrapper .event-info {
  width: calc(100% - var(--event-date-size));
}

section.b-events-slider .container.featured-events .wrapper .category {
  margin-bottom: 0;
}

section.b-slideshow .slick-arrows {
  gap: 1rem;
  margin: 1rem;
}

section.b-slideshow .cta.circle-cta.small {
  margin: 0;
}

section.b-slideshow img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16 / 9;
  max-height: 600px;
}

.caption-style {
  font-size: 1.2rem;
  font-style: italic;
  text-align: right;
  margin: 1rem 0 0;
}

body:not(.home) section#block-0.b-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd)) !important;
  background-image: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%) !important;
  background-image: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%) !important;
  background-image: linear-gradient(to right, #0054a6 0%, #0a93dd 100%) !important;
  color: #fff;
}

.banner-local .banner-local-wrapper {
  display: none;
}

section.b-hero.background-image .content {
  text-align: left;
}

.b-people-grid.cards-lots .grid-card {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1199px) {
  .single section.b-hero .header h1 {
    font-size: 4rem;
  }
}

.banner-nav {
  margin-top: 2rem;
  font-family: Karbon;
  font-weight: bold;
}

.banner-nav .local-dropdown {
  display: none;
}

.banner-nav .banner-local-wrapper {
  border-top: 1px solid white;
  padding-top: 1rem;
  display: inline-block;
}

.banner-nav .nav {
  display: block;
}

.banner-nav li {
  display: block;
  margin-bottom: .5rem;
}

.banner-nav li a {
  color: white;
  font-weight: 700;
}

.banner-nav li.active a {
  color: #ffeb03;
}

.banner-nav .crumbs {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 0 1rem 0;
}

.banner-nav .crumbs span {
  margin: 0 0.5rem;
}

.banner-nav .crumbs a {
  color: #fff;
}

.banner-nav .parent {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

section.b-hero .cta.circle-cta.emphasized-cta .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.banner-nav .has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.banner-nav .has-children > a:after {
  content: url("data:image/svg+xml; utf8, <svg enable-background='new 0 0 17 9.5' version='1.1' viewBox='0 0 17 9.5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'><style type='text/css'>.st0{fill%3A%23FFFFFF%3B}</style><path class='st0' d='m9.2 9.1c-0.4 0.4-1 0.4-1.4 0l-7.4-7.3c-0.4-0.4-0.4-1 0-1.4s1-0.4 1.4 0l6.7 6.7 6.7-6.7c0.4-0.4 1-0.4 1.4 0s0.4 1 0 1.4l-7.4 7.3z'/></svg>");
  display: inline;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-left: 1rem;
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-nav .has-children.expanded > a:after {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-bottom: 1rem;
}

.banner-nav .child-nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2.5rem;
  font-size: 1.6rem;
}

.banner-nav .back,
.child-nav .parent {
  display: none;
}

section.b-hero.background-image:not(.no-header):before {
  display: none;
}

.menu-item.menu-apply {
  display: none !important;
}

.nav-secondary .apply-button .cta.pill-cta {
  padding: .25rem 1.25rem !important;
  display: inline;
  line-height: 1.5;
}

.nav-secondary .apply-button .cta.pill-cta a {
  background-color: #2774ae;
}

@media screen and (max-width: 768px) {
  .nav-secondary .apply-button .cta.pill-cta.blue {
    padding: .0 !important;
    display: block;
    background: transparent;
  }

  .nav-secondary .apply-button .cta.pill-cta.blue span {
    padding: 0;
    font-size: 1.6rem;
    font-family: "Karbon", sans-serif;
    font-weight: bold;
    color: #434343;
    letter-spacing: 0.02rem;
    color: #717171 !important;
  }

  .banner .banner-main .banner-main-wrapper #menu-header-secondary {
    text-align: right;
    margin-top: 0;
  }
}

.nav-secondary .apply-button .cta.pill-cta:before {
  display: none;
}

section.b-hero.white-bg .header h1 {
  color: white;
}

.single article.post header {
  background-image: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd)) !important;
  background-image: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%) !important;
  background-image: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%) !important;
  background-image: linear-gradient(to right, #0054a6 0%, #0a93dd 100%) !important;
  color: #fff;
}

.span-reading-time.rt-reading-time {
  color: white !important;
}

.span-reading-time.rt-reading-time span {
  color: white !important;
}

.single article.post .share-and-tags .tw-share-button a,
.single article.post .share-and-tags .fb-share-button a {
  color: white;
}

.ribbon {
  position: fixed;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0054a6), to(#0a93dd));
  background: -webkit-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: -o-linear-gradient(left, #0054a6 0%, #0a93dd 100%);
  background: linear-gradient(to right, #0054a6 0%, #0a93dd 100%);
  padding: 4rem 0;
  width: 100%;
  z-index: 99;
  color: white;
}

.ribbon .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}

section.b-event .event-box {
  position: static;
}

section.b-event .event-box .event-details {
  color: white;
}

.has-contact-box {
  margin-top: 7.2rem;
}

@media (max-width: 991.98px) {
  section.b-hero .cta {
    position: relative !important;
    margin-top: 1rem;
  }

  section.b-hero:not(.contact-hero) .container {
    height: auto;
  }

  .ribbon .close-icon {
    position: absolute;
    top: 5px;
    margin-top: 0;
    right: 15px;
    z-index: 99;
  }

  .has-contact-box {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  section.b-hero.background-image .container {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 0;
  }

  section.b-hero .header h1 {
    font-size: 4rem;
  }

  section.b-hero.background-image .contact-info {
    display: block;
    max-width: 100%;
    margin-top: 0;
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .banner-nav {
    display: none;
  }

  .banner-local .banner-local-wrapper {
    display: block;
  }

  section.b-hero.background-image .container {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home section.image-mask.b-hero:not(.no-header).right.hero-mask .image-mask-group {
    top: 80%;
  }
}

@media (min-width: 768px) {
  section.b-hero .header h1 {
    font-size: 5.3rem;
  }

  .wrap.has-submenu {
    padding-top: 11rem;
  }

  section.b-hero.background-image .contact-info {
    padding: 3rem;
    max-width: 100%;
  }
}


/*# sourceMappingURL=main.css.map*/