/** Import everything from autoload */

/*!
 * Bootstrap v4.1.1 (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: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #faeb37;
  --secondary: #ed008c;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: CalibreWeb, Arial, sans-serif;
  --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,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: CalibreWeb, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #faeb37;
}

[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: 20px;
}

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: #ed008c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ed008c;
  text-decoration: none;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  -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: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 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: 1.25rem;
}

.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: #faeb37;
  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 {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

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

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

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

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

.col-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: 15px;
  padding-left: 15px;
}

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.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: #faeb37;
}

.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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #faeb37;
  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: 1rem;
  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;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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: #fdf7b3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 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(2.25rem + 2px);
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  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: 0.875rem;
  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(1.8125rem + 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: 1.25rem;
  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(2.875rem + 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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  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 #faeb37, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #faeb37, 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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  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 #faeb37, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #faeb37, 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,
  .form-inline .custom-select {
    width: auto;
  }

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

  .form-inline .form-check-input {
    position: relative;
    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: 1rem;
  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;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn,
  .comment-form input[type="submit"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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(250, 235, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 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: #212529;
  background-color: #faeb37;
  border-color: #faeb37;
}

.btn-primary:hover {
  color: #212529;
  background-color: #f9e712;
  border-color: #f8e506;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #faeb37;
  border-color: #faeb37;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #f8e506;
  border-color: #ebda06;
}

.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(250, 235, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 0.5);
}

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

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

.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(237, 0, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 0, 140, 0.5);
}

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

.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: #ba006e;
  border-color: #ad0066;
}

.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(237, 0, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 0, 140, 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: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

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

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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-outline-primary {
  color: #faeb37;
  background-color: transparent;
  background-image: none;
  border-color: #faeb37;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #faeb37;
  border-color: #faeb37;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #faeb37;
  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: #212529;
  background-color: #faeb37;
  border-color: #faeb37;
}

.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(250, 235, 55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 0.5);
}

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

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

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ed008c;
  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: #ed008c;
  border-color: #ed008c;
}

.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(237, 0, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 0, 140, 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: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

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

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

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

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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-link {
  font-weight: 400;
  color: #ed008c;
  background-color: transparent;
}

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

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

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

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: 1rem;
  color: #000;
  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;
}

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  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-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

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

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

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  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-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

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

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

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

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

.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: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

.btn-group > .btn,
.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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group-prepend,
.input-group-append {
  display: -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: 1rem;
  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: #faeb37;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #faeb37, 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
          box-shadow: 0 0 0 1px #faeb37, 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
}

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

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  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: -1.5rem;
  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: #faeb37;
}

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

.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(250, 235, 55, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(250, 235, 55, 0.5);
}

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

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

.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(250, 235, 55, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 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: #fdf7b3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(253, 247, 179, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(253, 247, 179, 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(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #fdf7b3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #fdf7b3;
}

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 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: 2.25rem;
  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;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #faeb37;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #faeb37, 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
          box-shadow: 0 0 0 1px #faeb37, 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #fefce5;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #faeb37;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #faeb37, 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #fefce5;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #faeb37;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #faeb37, 0 0 0 0.2rem rgba(250, 235, 55, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #fefce5;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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 {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

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

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #faeb37;
  border-color: #dee2e6 #dee2e6 #faeb37;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #faeb37;
}

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

.nav-justified .nav-item {
  -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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -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 {
  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: 1.25rem;
  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 .nav-link {
    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;
  }
}

@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 .nav-link {
    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;
  }
}

@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 .nav-link {
    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;
  }
}

@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 .nav-link {
    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 {
  -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 .nav-link {
  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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -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: 15px;
}

@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: -15px;
    margin-left: -15px;
  }

  .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: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.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: 15px;
}

@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;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -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: #ed008c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #ed008c;
  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(250, 235, 55, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(250, 235, 55, 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: #faeb37;
  border-color: #faeb37;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.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: #212529;
  background-color: #faeb37;
}

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

.badge-secondary {
  color: #fff;
  background-color: #ed008c;
}

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

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

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

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

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

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

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

.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: 4rem;
}

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

.alert-primary {
  color: #827a1d;
  background-color: #fefbd7;
  border-color: #fef9c7;
}

.alert-primary hr {
  border-top-color: #fef6ae;
}

.alert-primary .alert-link {
  color: #585314;
}

.alert-secondary {
  color: #7b0049;
  background-color: #fbcce8;
  border-color: #fab8df;
}

.alert-secondary hr {
  border-top-color: #f8a0d4;
}

.alert-secondary .alert-link {
  color: #48002b;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-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: 0.75rem;
  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;
  white-space: nowrap;
  background-color: #faeb37;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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: #000;
  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: #faeb37;
  border-color: #faeb37;
}

.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: #827a1d;
  background-color: #fef9c7;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #827a1d;
  background-color: #fef6ae;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #827a1d;
  border-color: #827a1d;
}

.list-group-item-secondary {
  color: #7b0049;
  background-color: #fab8df;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7b0049;
  background-color: #f8a0d4;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7b0049;
  border-color: #7b0049;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .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%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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: CalibreWeb, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: CalibreWeb, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  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: 1rem;
  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: #000;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 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;
  cursor: pointer;
  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: #faeb37 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  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: #faeb37 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-between {
  -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;
  }

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

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

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

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

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

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

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

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

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only-focusable:active,
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #ba006e !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: #ffc107 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Non-Bootstrap Variables and General Overrides go here */

/* Colors */

/* Seasonal Colors */

/* Headings */

h1,
.heading-1 {
  font-size: 112px;
  letter-spacing: .04em;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  h1,
  .heading-1 {
    font-size: 40px;
    line-height: 36px;
  }
}

h2,
.heading-2 {
  font-size: 58px;
  letter-spacing: .04em;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  h2,
  .heading-2 {
    font-size: 40px;
    line-height: 36px;
  }
}

h3,
.heading-3 {
  font-size: 44px;
  letter-spacing: .04em;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  h3,
  .heading-3 {
    font-size: 30px;
    line-height: 32px;
  }
}

h4,
.heading-4 {
  font-size: 32px;
  letter-spacing: .04em;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  h4,
  .heading-4 {
    font-size: 28px;
    line-height: 30px;
  }
}

h5,
.heading-5 {
  font-size: 24px;
  letter-spacing: .04em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

h6,
.heading-6 {
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

h6.nocaps,
.heading-6.nocaps {
  text-transform: none;
}

.heading-6-gray {
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin-bottom: 0;
}

.heading-7 {
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.heading-8 {
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 18px;
  text-transform: uppercase;
}

.heading-9 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}

.heading-10 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

/* Paragraphs */

p {
  font-size: 18px;
  line-height: 25px;
}

.large-paragraph {
  font-size: 20px;
  line-height: 28px;
}

.medium-paragraph {
  font-size: 18px;
  line-height: 25px;
}

.small-paragraph {
  font-size: 16px;
  line-height: 20px;
}

.date-range {
  font-size: 1rem;
  font-weight: bold;
}

/* Links */

a:hover {
  text-decoration: underline;
}

.link-bold {
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  color: #ed008c !important;
  text-decoration: none;
  text-transform: uppercase;
}

.link-bold:hover {
  text-decoration: underline;
}

.link-small {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  color: #000 !important;
}

.link-small:hover {
  text-decoration: underline;
}

/* Gutters */

/* Colors */

.color-primary {
  color: #faeb37;
}

.color-secondary {
  color: #ed008c;
}

.color-neutral {
  color: #e1e1e1;
}

.seasonal-1 {
  color: #925f52;
}

.seasonal-2 {
  color: #bad739;
}

.seasonal-3 {
  color: #945991;
}

.seasonal-4 {
  color: #e56849;
}

.seasonal-5 {
  color: #74c4d7;
}

.seasonal-6 {
  color: #898b8e;
}

/* Production WYWIWYG */

.production-quote {
  color: #ed008c;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: bold;
}

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

/** Import theme styles */

@font-face {
  font-family: "CalibreWeb";
  src: url(/app/themes/seattle-childrens-theatre/dist/fonts/CalibreWeb-Regular.woff) format("woff");
}

@font-face {
  font-family: "CalibreWeb";
  src: url(/app/themes/seattle-childrens-theatre/dist/fonts/CalibreWeb-Bold.woff) format("woff");
  font-weight: bold;
}

/* Focusable class for accessibility */

input:focus,
textarea:focus,
button:focus,
div:focus {
  outline: none;
}

/* Utility Classes */

.border-top {
  border-top: 5px solid #000 !important;
}

.border-bottom {
  border-bottom: 5px solid #000 !important;
}

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

.margin-top-neg10 {
  margin-top: -10px !important;
}

.margin-top-neg20 {
  margin-top: -20px !important;
}

.margin-top-neg30 {
  margin-top: -30px !important;
}

.margin-top-neg40 {
  margin-top: -40px !important;
}

.margin-top-neg50 {
  margin-top: -50px !important;
}

.margin-top-neg60 {
  margin-top: -60px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.centered-text {
  text-align: center;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

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

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

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

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-neg10 {
  margin-bottom: -10px !important;
}

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

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.wysiwyg-img-preview {
  background-repeat: no-repeat;
}

.wp-editor-container {
  background-color: #fff;
}

.wp-editor-container .wysiwyg-img-preview {
  width: 500px;
  height: 300px;
}

.mce-content-body {
  background-color: #fff;
}

.pointer {
  cursor: pointer;
}

.ninja-nopad h3 {
  padding-left: 0 !important;
}

.img-full img {
  width: 100%;
}

.no-pad-right {
  padding-right: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.template-full-width .no-sub-pad-right > h1,
.template-full-width .no-sub-pad-right h2,
.template-full-width .no-sub-pad-right h3,
.template-full-width .no-sub-pad-right h4,
.template-full-width .no-sub-pad-right h5,
.template-full-width .no-sub-pad-right h6,
.template-full-width .no-sub-pad-right p,
.template-full-width .no-sub-pad-right img {
  padding-right: 0 !important;
}

@media (max-width: 767.98px) {
  .template-full-width .no-sub-pad-right > h1,
  .template-full-width .no-sub-pad-right h2,
  .template-full-width .no-sub-pad-right h3,
  .template-full-width .no-sub-pad-right h4,
  .template-full-width .no-sub-pad-right h5,
  .template-full-width .no-sub-pad-right h6,
  .template-full-width .no-sub-pad-right p,
  .template-full-width .no-sub-pad-right img {
    padding-right: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .template-full-width .no-sub-pad-right > h1,
  .template-full-width .no-sub-pad-right h2,
  .template-full-width .no-sub-pad-right h3,
  .template-full-width .no-sub-pad-right h4,
  .template-full-width .no-sub-pad-right h5,
  .template-full-width .no-sub-pad-right h6,
  .template-full-width .no-sub-pad-right p,
  .template-full-width .no-sub-pad-right img {
    padding-right: 15px !important;
  }
}

.template-full-width .no-sub-pad-left > h1,
.template-full-width .no-sub-pad-left h2,
.template-full-width .no-sub-pad-left h3,
.template-full-width .no-sub-pad-left h4,
.template-full-width .no-sub-pad-left h5,
.template-full-width .no-sub-pad-left h6,
.template-full-width .no-sub-pad-left p,
.template-full-width .no-sub-pad-left img {
  padding-left: 0 !important;
}

@media (max-width: 767.98px) {
  .template-full-width .no-sub-pad-left > h1,
  .template-full-width .no-sub-pad-left h2,
  .template-full-width .no-sub-pad-left h3,
  .template-full-width .no-sub-pad-left h4,
  .template-full-width .no-sub-pad-left h5,
  .template-full-width .no-sub-pad-left h6,
  .template-full-width .no-sub-pad-left p,
  .template-full-width .no-sub-pad-left img {
    padding-left: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .template-full-width .no-sub-pad-left > h1,
  .template-full-width .no-sub-pad-left h2,
  .template-full-width .no-sub-pad-left h3,
  .template-full-width .no-sub-pad-left h4,
  .template-full-width .no-sub-pad-left h5,
  .template-full-width .no-sub-pad-left h6,
  .template-full-width .no-sub-pad-left p,
  .template-full-width .no-sub-pad-left img {
    padding-left: 15px !important;
  }
}

.gray {
  color: #999 !important;
}

.us-premier {
  width: 128px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url("//cdn.sct.org/wp/2018/08/30214246/icon-us-premiere.png");
}

.world-premier {
  width: 154px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url("//cdn.sct.org/wp/2018/08/30214253/icon-world-premiere.png");
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.link-bold-spacing {
  margin-bottom: 10px;
}

.link-bold-spacing img {
  padding: 0 !important;
  margin-right: 15px;
}

.content-page-noheader h2:first-child {
  margin-bottom: 20px;
}

.btb-performance-component button {
  border-radius: 0 !important;
  background-color: transparent !important;
}

.btb-performance-component button:hover {
  border-color: #ed008c !important;
}

.alert-paragraphed p:last-child {
  margin-bottom: 0 !important;
}

.alert-marginedup {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* Items that affect the template */

body.modal-open {
  background-color: #FFF;
  /* Fix for weird modal display issue */
}

.main-container {
  background-color: #fff;
}

.template-full-width {
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .template-full-width {
    padding-bottom: 50px;
  }
}

.template-full-width > h1,
.template-full-width h2,
.template-full-width h3,
.template-full-width h4,
.template-full-width h5,
.template-full-width h6,
.template-full-width p,
.template-full-width img {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .template-full-width > h1,
  .template-full-width h2,
  .template-full-width h3,
  .template-full-width h4,
  .template-full-width h5,
  .template-full-width h6,
  .template-full-width p,
  .template-full-width img {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .template-full-width > h1,
  .template-full-width h2,
  .template-full-width h3,
  .template-full-width h4,
  .template-full-width h5,
  .template-full-width h6,
  .template-full-width p,
  .template-full-width img {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pb-reset > h1,
.pb-reset h2,
.pb-reset h3,
.pb-reset h4,
.pb-reset h5,
.pb-reset h6,
.pb-reset p,
.pb-reset img {
  padding-left: 0;
  padding-right: 0;
}

.template-full-width-nopad-children {
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .template-full-width-nopad-children {
    padding-bottom: 50px;
  }
}

.template-full-width-nopad-children .template-page-content {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .template-full-width-nopad-children .template-page-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .template-full-width-nopad-children .template-page-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.template-page-content {
  margin-top: 50px;
  /* First SiteOrigin module gets the hero treatment */
}

.template-page-content .panel-grid:first-of-type {
  margin-bottom: 30px !important;
}

.template-page-content .panel-grid:first-of-type p {
  font-size: 18px;
  max-width: 90%;
}

@media (max-width: 767.98px) {
  .template-page-content .panel-grid:first-of-type p {
    max-width: 100%;
  }
}

.template-page-header {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .template-page-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .template-page-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.template-margined {
  padding-bottom: 40px;
}

.template-margined .template-page-content {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .template-margined .template-page-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .template-margined .template-page-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.template-margined .template-page-header {
  padding: 0;
}

.template-no-header {
  padding-top: 10px;
}

.breadcrumbs {
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.breadcrumbs li a {
  color: #777;
  text-decoration: none;
}

.breadcrumbs .separator {
  color: #ed008c;
  margin-left: 10px;
  margin-right: 10px;
}

/* Custom configurations for various PageBuilder Rows */

.row-2x1 {
  border-top: 5px solid #000;
  margin-top: -30px;
  /* Override default SiteOrigin behavior */
}

.row-2x1 .panel-grid {
  margin-bottom: 0 !important;
}

.row-2x1 .panel-grid-cell:first-child {
  /* Text is on the left */
  padding-top: 40px !important;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row-2x1 .panel-grid-cell:first-child h5 {
  margin-bottom: 20px;
}

.row-2x1 .panel-grid-cell:last-child {
  /* Image is on the right */
}

.row-2x1 .panel-grid-cell:last-child .so-panel {
  margin: 0;
  padding: 0;
}

.row-2x1 .panel-grid-cell:last-child .so-panel img {
  padding: 0;
  width: 100%;
}

.row-pb-performance {
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .row-pb-performance {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .row-pb-performance {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .row-pb-performance .panel-grid-cell:first-child {
    margin-bottom: 20px !important;
  }
}

.row-pb-performance h1,
.row-pb-performance h2,
.row-pb-performance h3,
.row-pb-performance h4,
.row-pb-performance h5,
.row-pb-performance p,
.row-pb-performance img {
  padding-left: 0;
  padding-right: 0;
}

.row-pb-performance img {
  width: 100%;
}

.row-pb-performance h3 {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .row-pb-performance h3 {
    margin-bottom: 10px;
  }
}

form .divided-section {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 40px;
}

form .divided-section .section-header {
  margin-bottom: 20px;
}

form .divided-section .fieldbox {
  max-width: 490px;
  margin-left: 0;
  margin-right: 0;
}

form .divided-section .fieldbox .form-input {
  margin-left: 12px;
  width: calc(50% - 12px);
}

@media (max-width: 575.98px) {
  form .divided-section .fieldbox .form-input {
    width: 100%;
    margin-left: 0;
  }
}

form .divided-section .fieldbox .form-input:first-child {
  margin-left: 0;
}

form .divided-section .fieldbox .form-input input,
form .divided-section .fieldbox .form-input select {
  width: 100%;
}

form .divided-section .fieldbox.full .form-input {
  width: 100%;
  margin-left: 0;
}

form .divided-section .fieldbox.full .form-input .block {
  width: calc(100% - 12px);
}

@media (max-width: 575.98px) {
  form .divided-section .fieldbox.full .form-input .block {
    width: 100%;
  }
}

form .divided-section .fieldtext {
  max-width: 70%;
}

@media (max-width: 575.98px) {
  form .divided-section .fieldtext {
    max-width: 100%;
  }
}

select,
select.form-control {
  border: 1px solid #dcdedf;
  background-color: #f7f8f9;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  height: auto !important;
}

input,
input.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

textarea,
textarea.form-control,
.comment-form textarea {
  border-radius: 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,
input:focus,
select:focus,
textarea:focus {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ced4da !important;
}

label,
.form-label {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}

label .light,
.form-label .light {
  font-weight: normal;
}

.form-input {
  margin-bottom: 16px;
}

.block {
  display: block;
}

.wide {
  width: 300px;
  max-width: 100%;
}

.error {
  margin-top: 10px;
}

.error p {
  margin-bottom: 0;
}

.required-field {
  font-size: 16px;
  font-weight: bold;
}

.checkbox-label-pair {
  margin-bottom: 5px;
}

.checkbox-label-pair input {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -1px;
}

.checkbox-label-pair label {
  margin-bottom: 0;
  margin-left: 5px;
}

.required-field-preform {
  font-size: 16px;
  font-weight: bold;
}

.list-checkbox-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
  margin-top: 6px !important;
}

.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,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.default-button,
.btn-primary {
  font-family: CalibreWeb, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 15px;
  border: 3px solid #ed008c;
  margin-left: 20px;
  display: inline-block;
  color: #ed008c !important;
  font-weight: bold;
  cursor: pointer;
}

.default-button:hover,
.default-button:focus,
.default-button.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-color: #e1e1e1 !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.default-button:first-of-type,
.btn-primary:first-of-type {
  margin-left: 0;
}

.default-button.tiny,
.btn-primary.tiny {
  padding: 10px;
}

.button-block {
  display: table;
  margin-top: 20px;
}

.button-inline-block {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .button-block-mobile {
    margin-left: 0;
    display: block;
  }
}

/* Ninja Forms Upload Button */

.nf-fu-fileinput-button {
  font-family: CalibreWeb, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px 40px 10px 15px;
  border: 3px solid #ed008c;
  display: inline-block;
  color: #ed008c !important;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0;
  background-color: transparent;
}

.nf-fu-fileinput-button:hover,
.nf-fu-fileinput-button:focus {
  background-color: #e1e1e1 !important;
  text-decoration: none;
}

.btn-fixed-packages-show-modal {
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
}

.btn-fixed-packages-show-modal:hover {
  border-color: #ed008c !important;
}

@media (max-width: 575.98px) {
  .btn-fixed-packages-show-modal.block-mobile {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.cart-widget-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 10px;
  padding: 10px 25px 10px 10px;
}

.cart-widget-button:hover {
  background-color: transparent !important;
}

.single-tickets-display-cart ul {
  padding-left: 25px;
}

.single-tickets-display-cart li {
  font-size: 18px;
  list-style-type: none;
}

.single-tickets-display-cart a {
  padding-right: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.cart-checkout ul {
  padding-right: 25px;
}

.cart-checkout li {
  list-style-type: none;
}

.comment-list ol {
  list-style: none;
}

/* Ninja Form Fields, which will differ from any we manually need to add */

.nf-form-cont {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .nf-form-cont {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .nf-form-cont {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.nf-form-cont select {
  margin-top: -3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  margin-left: -4px;
}

.nf-form-cont .nf-form-fields-required {
  margin-bottom: 20px;
}

.nf-form-cont .ninja-submit,
.nf-form-cont input[value=Submit],
.nf-form-cont input[value=Processing] {
  font-family: CalibreWeb, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 35px 20px 15px;
  background-color: #fff;
  border: 3px solid #ed008c;
  display: table;
  color: #ed008c !important;
  font-weight: bold;
  cursor: pointer;
}

.nf-form-cont .ninja-submit:hover,
.nf-form-cont input[value=Submit]:hover,
.nf-form-cont input[value=Processing]:hover {
  background-color: #e1e1e1;
}

.nf-form-cont .nf-response-msg h1,
.nf-form-cont .nf-response-msg h2,
.nf-form-cont .nf-response-msg h3,
.nf-form-cont .nf-response-msg p {
  padding: 0;
}

@media (max-width: 575.98px) {
  .nf-form-cont .nf-field-container {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.pre-ninja {
  margin-bottom: -20px;
  /* Fixes an issue with PageBuilder */
}

/**
 * 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 */

/** Text meant only for screen readers */

.responsive-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  z-index: 9999;
}

.responsive-bar div {
  display: none;
  padding: 15px;
}

.responsive-bar .xl {
  display: block;
  background-color: #925f52;
}

@media (max-width: 1199.98px) {
  .responsive-bar .xl {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .responsive-bar .lg {
    display: block;
    background-color: #bad739;
  }
}

@media (max-width: 991.98px) {
  .responsive-bar .lg {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .responsive-bar .md {
    display: block;
    background-color: #945991;
  }
}

@media (max-width: 767.98px) {
  .responsive-bar .md {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .responsive-bar .sm {
    display: block;
    background-color: #e56849;
  }
}

@media (max-width: 575.98px) {
  .responsive-bar .sm {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .responsive-bar .xs {
    display: block;
    background-color: #74c4d7;
  }
}

.accordion {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .accordion {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .accordion {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.accordion .accordion-header {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.accordion .accordion-header:first-of-type {
  border-top: none;
}

.accordion .accordion-header .header-text {
  font-weight: bold;
  color: #ed008c;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-right: 30px;
}

.accordion .accordion-header .accordion-image {
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.accordion .accordion-header .carat {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  color: #ed008c;
  font-size: 24px;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.accordion .accordion-header.active .carat {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}

.accordion .accordion-content {
  display: none;
  margin-top: -8px;
  padding-bottom: 20px;
}

.accordion .accordion-content.has-image {
  padding-left: 66px;
  padding-right: 30px;
}

.main-container .swiper-container .swiper-wrapper {
  height: auto !important;
}

.main-container .swiper-container .swiper-slide {
  height: 510px;
}

@media only screen and (min-width: 1400px) {
  .main-container .swiper-container .swiper-slide {
    height: 750px;
  }
}

.main-container .swiper-container .swiper-slide .slide-contents {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 50px;
  left: 0;
  bottom: 100px;
}

@media (max-width: 767.98px) {
  .main-container .swiper-container .swiper-slide .slide-contents {
    bottom: 55px;
  }
}

@media (max-width: 575.98px) {
  .main-container .swiper-container .swiper-slide .slide-contents {
    max-width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 25px;
  }
}

.main-container .swiper-container .swiper-slide .slide-contents.default {
  top: auto !important;
}

.main-container .swiper-container .swiper-slide .slide-contents.right {
  padding-left: 50px;
  padding-right: 25px;
  left: auto;
  right: 0;
  bottom: 100px;
}

@media (max-width: 767.98px) {
  .main-container .swiper-container .swiper-slide .slide-contents.right {
    bottom: 55px;
  }
}

@media (max-width: 575.98px) {
  .main-container .swiper-container .swiper-slide .slide-contents.right {
    padding-left: 25px;
  }
}

.main-container .swiper-container .swiper-slide .slide-contents .slide-header {
  color: #FFF;
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .main-container .swiper-container .swiper-slide .slide-contents .slide-header {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 30px;
  }
}

.main-container .swiper-container .swiper-slide .slide-contents .slide-subheader {
  color: #FFF;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 575.98px) {
  .main-container .swiper-container .swiper-slide .slide-contents .slide-subheader {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-container .swiper-container .swiper-slide .slide-contents .slide-body {
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.main-container .swiper-container .swiper-slide .slide-contents .slide-button {
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  border: 3px solid #FFF;
  padding: 20px 40px 20px 15px;
  cursor: pointer;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}

.main-container .swiper-container .swiper-slide .slide-contents .slide-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.main-container .swiper-container .background {
  height: 510px;
}

@media only screen and (min-width: 1400px) {
  .main-container .swiper-container .background {
    height: 750px;
  }
}

.main-container .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 4px solid #FFF;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}

.main-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C3C6D3 !important;
}

.photo-grid-row {
  background-color: #000;
  overflow: hidden;
  margin-left: -5px;
  border-bottom: 5px solid #000;
}

@media (max-width: 767.98px) {
  .photo-grid-row {
    margin-top: 30px;
    margin-bottom: -30px;
    margin-left: 0;
    border-bottom: 0;
  }
}

.photo-grid-row .panel-grid-cell {
  width: calc(100% / 3) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #000;
}

@media (max-width: 767.98px) {
  .photo-grid-row .panel-grid-cell {
    width: 100% !important;
    margin-bottom: 0;
    border-left: 0;
    border-bottom: 5px solid #000;
    height: auto !important;
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .photo-grid-row .panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
  }
}

.photo-grid-row.reverse {
  background-color: #333;
}

.photo-grid-row.reverse .panel-grid-cell:nth-child(even) {
  background-color: #000;
}

.photo-grid-row .panel-grid-cell {
  height: 300px;
}

@media (max-width: 767.98px) {
  .photo-grid-row .panel-grid-cell {
    margin-top: -30px;
  }
}

.photo-grid-row .panel-grid-cell p {
  width: 100%;
  text-align: center;
  padding: 0;
  display: table;
  margin: 0;
}

.photo-grid-row .panel-grid-cell a {
  color: #fff;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-decoration: none;
  display: table-cell;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 300px;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}

.photo-grid-row .panel-grid-cell a:hover {
  text-decoration: underline;
}

.photo-grid-row .textwidget {
  position: relative;
  overflow: hidden;
}

.photo-grid-row .textwidget .wysiwyg-img-preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.photo-grid-row .textwidget .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  pointer-events: none;
}

.photo-grid-row .textwidget .overlay:hover {
  background-color: #000;
  opacity: .5;
}

.contact-form {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #000;
}

.contact-form .nf-form-cont {
  margin-left: 0;
  margin-right: 0;
}

.sct-tickets-modal[style] {
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .sct-tickets-modal .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 767.98px) {
  .sct-tickets-modal .modal-dialog {
    max-width: 570px;
  }
}

.sct-tickets-modal .modal-content {
  border-radius: 0;
}

.sct-tickets-modal .modal-content .modal-header {
  border-bottom: 5px solid #000;
  position: relative;
}

.sct-tickets-modal .modal-content .modal-header .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.sct-tickets-modal .modal-content .modal-header .modal-close .close {
  cursor: pointer;
  font-size: 36px;
  color: #000;
  opacity: 1;
}

.sct-tickets-modal .modal-content .modal-header.no-border {
  border: unset;
}

.sct-tickets-modal .modal-content .modal-body {
  padding: 0;
}

.sct-tickets-modal .modal-content .modal-body #spinner {
  padding-top: 30px;
}

.sct-tickets-modal .modal-content .modal-footer {
  border-top: none;
}

.sct-tickets-modal .production-title {
  font-size: 40px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 70%;
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .production-title {
    font-size: 26px;
    line-height: 24px;
    max-width: 85%;
  }
}

.sct-tickets-modal .default-button {
  border-radius: 0;
  background-color: #fff;
  border-color: #ed008c !important;
}

.sct-tickets-modal .control-label {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.sct-tickets-modal .form-group,
.sct-tickets-modal .comment-form p,
.comment-form .sct-tickets-modal p {
  margin-bottom: 20px;
}

.sct-tickets-modal .form-sub-group {
  margin-bottom: 15px;
}

.sct-tickets-modal .form-sub-group .control-label {
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
}

.sct-tickets-modal .divider {
  margin-top: 15px;
  margin-bottom: 5px;
}

.sct-tickets-modal .form-pad {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sct-tickets-modal .form-pad-top {
  padding-top: 30px;
}

.sct-tickets-modal .form-border {
  border-top: 5px solid #000;
}

.sct-tickets-modal .performance-select-inner {
  padding-bottom: 10px;
}

.sct-tickets-modal .promo-code-field {
  height: 34px;
}

.sct-tickets-modal .price-types {
  padding-top: 10px;
}

.sct-tickets-modal .btn-promo {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0 !important;
  display: inline-block;
}

.sct-tickets-modal .seating-type-select .column {
  width: 100%;
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .seating-type-select .price-types .col-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.sct-tickets-modal .seating-type-select.syos-enabled {
  margin-left: 0;
  margin-right: 0;
}

.sct-tickets-modal .seating-type-select.syos-enabled .column {
  width: calc(85% / 2);
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .seating-type-select.syos-enabled .column {
    width: 100% !important;
  }
}

.sct-tickets-modal .seating-type-select.syos-enabled .column img {
  max-width: 100%;
}

.sct-tickets-modal .seating-type-select.syos-enabled .column .house-image {
  margin-bottom: 20px;
}

.sct-tickets-modal .seating-type-select.syos-enabled .divider {
  width: 15%;
  position: relative;
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .seating-type-select.syos-enabled .divider {
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.sct-tickets-modal .seating-type-select.syos-enabled .divider .line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #000;
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .seating-type-select.syos-enabled .divider .line {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }
}

.sct-tickets-modal .seating-type-select.syos-enabled .divider .text {
  position: absolute;
  left: 34%;
  top: calc(49% - 20px);
  display: inline-block;
  padding: 10px;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .sct-tickets-modal .seating-type-select.syos-enabled .divider .text {
    left: 31%;
  }
}

@media (max-width: 767.98px) {
  .sct-tickets-modal .seating-type-select.syos-enabled .divider .text {
    left: 27%;
  }
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .seating-type-select.syos-enabled .divider .text {
    left: calc(50% - 20px);
    top: -22px;
  }
}

.sct-tickets-modal .seating-type-select.syos-enabled .price-types .col-3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
}

.sct-tickets-modal .performance-error {
  margin: 10px 15px 0;
}

.sct-tickets-modal select {
  height: 36px !important;
}

@media (max-width: 575.98px) {
  .sct-tickets-modal .free-educator-preview-zones .grades-row .top .form-input {
    margin-bottom: 0 !important;
  }
}

.free-educator-preview-zones {
  border-top: 5px solid #000;
  padding-top: 30px;
}

.free-educator-preview-zones .educator-form-row {
  max-width: 540px;
  margin-right: -5px;
  margin-left: -5px;
}

.free-educator-preview-zones .educator-form-row .column {
  padding-left: 5px;
  padding-right: 5px;
}

.free-educator-preview-zones .btn-submit {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-color: #ed008c !important;
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .free-educator-preview-zones .btn-submit {
    padding-right: 10px;
  }
}

.free-educator-preview-zones .btn-submit:hover,
.free-educator-preview-zones .btn-submit:focus,
.free-educator-preview-zones .btn-submit.active {
  background-color: #e1e1e1 !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.site-emergency-alert {
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 14px;
  background-color: #fde4f4;
  border: none;
}

@media (max-width: 767.98px) {
  .site-emergency-alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .site-emergency-alert {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-emergency-alert p {
  color: #ed008c;
}

.site-emergency-alert p:last-child {
  margin-bottom: 0;
}

.site-emergency-alert p a {
  color: #ed008c;
}

.main-header .header-secondary-nav {
  background-color: #000;
  text-align: right;
  padding-top: 4px;
  padding-bottom: 7px;
}

@media (max-width: 991.98px) {
  .main-header .header-secondary-nav {
    display: none;
  }
}

.main-header .header-secondary-nav .nav-secondary {
  margin-right: 30px;
  margin-bottom: 0;
}

.main-header .header-secondary-nav li {
  list-style-type: none;
  display: inline-block;
  margin-left: 40px;
  position: relative;
  font-size: 14px;
  line-height: 12px;
}

.main-header .header-secondary-nav li::before {
  content: '|';
  color: #fff;
  position: absolute;
  left: -23px;
  top: 1px;
  font-size: 14px;
}

.main-header .header-secondary-nav li:first-child {
  margin-left: 0;
}

.main-header .header-secondary-nav li:first-child::before {
  display: none;
}

.main-header .header-secondary-nav li a {
  line-height: 14px;
  font-size: 14px;
  color: #fff;
}

.main-header .main-navigation-bar {
  height: 140px;
  background-color: #faeb37;
  border-bottom: 5px solid #000;
  position: relative;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar {
    height: 85px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar {
    height: 70px;
  }
}

.main-header .main-navigation-bar .secondary-nav-mobile {
  display: none;
  position: relative;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .secondary-nav-mobile {
    display: block;
  }
}

.main-header .main-navigation-bar .secondary-nav-mobile .hamburger-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.main-header .main-navigation-bar .secondary-nav-mobile ul {
  list-style-type: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.main-header .main-navigation-bar .secondary-nav-mobile ul li a {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
}

.main-header .main-navigation-bar .main-navigation {
  display: block;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .main-navigation {
    display: none;
    background-color: #faeb37;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    padding-bottom: 20px;
    border-bottom: 5px solid #000;
  }

  .main-header .main-navigation-bar .main-navigation.visible {
    display: block;
  }
}

.main-header .main-navigation-bar .logo {
  position: absolute;
  left: 25px;
  top: 16px;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .logo {
    top: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-header .main-navigation-bar .logo {
    top: 14px;
  }
}

@media (max-width: 575.98px) {
  .main-header .main-navigation-bar .logo {
    left: 15px;
  }
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .logo .logo-desktop {
    display: none;
  }
}

.main-header .main-navigation-bar .logo .logo-mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .logo .logo-mobile {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .logo .logo-mobile {
    height: 75px;
  }
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .logo img {
    height: 80px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .logo img {
    height: 70px;
  }
}

.main-header .main-navigation-bar .hamburger {
  display: none;
  border: 0;
  font-size: 28px;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 130px;
  top: 29px;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .hamburger {
    display: block;
    color: #000;
  }
}

@media (max-width: 575.98px) {
  .main-header .main-navigation-bar .hamburger {
    right: 115px;
  }
}

.main-header .main-navigation-bar .buy-tickets-button {
  position: absolute;
  right: 25px;
  top: 25px;
  border: 5px solid #000;
  width: 232px;
  height: 148px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 25px 15px 15px;
  cursor: pointer;
  z-index: 100;
}

.main-header .main-navigation-bar .buy-tickets-button h3 .space {
  display: none;
}

.main-header .main-navigation-bar .buy-tickets-button h3 .newline {
  display: block;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .buy-tickets-button {
    width: 200px;
    height: 75px;
    padding-top: 12px;
    top: 23px;
  }

  .main-header .main-navigation-bar .buy-tickets-button h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .main-header .main-navigation-bar .buy-tickets-button h3 .space {
    display: inline;
  }

  .main-header .main-navigation-bar .buy-tickets-button h3 .newline {
    display: inline;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button {
    height: 70px;
    width: 90px;
    top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
  }

  .main-header .main-navigation-bar .buy-tickets-button h3 {
    font-size: 15px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-header .main-navigation-bar .buy-tickets-button h3 .space {
    display: none;
  }

  .main-header .main-navigation-bar .buy-tickets-button h3 .newline {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .main-header .main-navigation-bar .buy-tickets-button {
    right: 15px;
  }
}

.main-header .main-navigation-bar .buy-tickets-button .arrow {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 14px);
  width: 28px;
  height: 24px;
  background-position: center top;
  background-image: url("https://cdn.sct.org/img/arrow_sprite.png?v=1");
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button .arrow {
    bottom: -1px;
  }
}

.main-header .main-navigation-bar .buy-tickets-button .fake-border {
  position: absolute;
  left: -148px;
  bottom: 0;
  display: none;
  width: 148px;
  height: 5px;
  background-color: #000;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .buy-tickets-button .fake-border {
    margin-left: -32px;
    width: 175px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button .fake-border {
    display: none;
  }
}

.main-header .main-navigation-bar .buy-tickets-button.active {
  border-bottom: none !important;
  /* Need to override focusable class if we have it activated */
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button.active {
    height: auto;
    z-index: 20000;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    border: none;
  }
}

.main-header .main-navigation-bar .buy-tickets-button.active .tickets-information {
  display: block;
  z-index: 10;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button.active .tickets-information {
    z-index: 20000;
    position: absolute;
    left: 25px;
    top: -20px;
    padding-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .main-header .main-navigation-bar .buy-tickets-button.active .tickets-information {
    left: 15px;
  }
}

.main-header .main-navigation-bar .buy-tickets-button.active .tickets-information .hamburger-close {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button.active .tickets-information .hamburger-close {
    display: block;
    right: 10px;
    top: 10px;
    position: absolute;
    font-size: 28px;
    border: medium none;
    cursor: pointer;
    background-color: transparent;
  }
}

.main-header .main-navigation-bar .buy-tickets-button.active .arrow {
  bottom: 10px;
  background-position: center bottom;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button.active .arrow {
    bottom: 15px;
  }
}

.main-header .main-navigation-bar .buy-tickets-button.active .fake-border {
  display: block;
}

.main-header .main-navigation-bar .buy-tickets-button .tickets-information {
  display: none;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 375px;
  position: absolute;
  right: -5px;
  top: 143px;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .buy-tickets-button .tickets-information {
    top: 70px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .buy-tickets-button .tickets-information {
    top: 0;
    left: 0;
    right: 0;
    border-left: none;
    border-right: none;
    position: relative;
    z-index: 20000;
    width: 100%;
  }
}

.main-header .main-navigation-bar .buy-tickets-button .buy-tickets-wp-nav {
  list-style-type: none;
  padding: 0;
}

.main-header .main-navigation-bar .buy-tickets-button .buy-tickets-wp-nav li {
  margin-top: 10px;
}

.main-header .main-navigation-bar .buy-tickets-button .buy-tickets-wp-nav li:first-child {
  margin-top: 0;
}

.main-header .main-navigation-bar .buy-tickets-button .buy-tickets-wp-nav li a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
}

.main-header .main-navigation-bar .buy-tickets-button .buy-tickets-wp-nav li a:hover,
.main-header .main-navigation-bar .buy-tickets-button .buy-tickets-wp-nav li a:focus {
  color: #ed008c;
}

.main-header .main-navigation-bar .buy-tickets-button .season {
  border-bottom: 2px solid #ed008c;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.main-header .main-navigation-bar .buy-tickets-button .season .season-name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main-header .main-navigation-bar .buy-tickets-button .season .season-production {
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main-header .main-navigation-bar .buy-tickets-button .season .season-production:hover {
  color: #ed008c;
  text-decoration: underline;
}

.main-header .main-navigation-bar .buy-tickets-button .season .season-production button,
.main-header .main-navigation-bar .buy-tickets-button .season .season-production .production-link {
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  border: 0 !important;
  font-weight: normal !important;
  color: #000 !important;
  white-space: normal;
  text-align: left;
}

.main-header .main-navigation-bar .buy-tickets-button .season .season-production button:hover,
.main-header .main-navigation-bar .buy-tickets-button .season .season-production .production-link:hover {
  color: #ed008c;
  text-decoration: underline !important;
}

.main-header .main-navigation-bar .menu-main-navigation-container {
  position: absolute;
  bottom: 0;
  right: 270px;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container {
    right: 240px;
    bottom: -10px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-header .main-navigation-bar .menu-main-navigation-container .toggle {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container .toggle {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container ul {
    display: block;
  }
}

.main-header .main-navigation-bar .menu-main-navigation-container li {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 20px;
  /* Custom breakpoint for navigation display */
}

@media only screen and (max-width: 1315px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1260px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
  }
}

.main-header .main-navigation-bar .menu-main-navigation-container li:hover .sub-menu {
  display: block;
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li:hover .sub-menu {
    display: none;
  }
}

.main-header .main-navigation-bar .menu-main-navigation-container li .toggle {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 44px;
  left: -5px;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  background-color: #faeb37;
  padding: 15px 20px 25px;
  min-width: 225px;
  z-index: 10;
}

.main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu.show {
  display: block;
}

@media only screen and (max-width: 1315px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu {
    left: -10px;
  }
}

@media only screen and (max-width: 1260px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu {
    left: -15px;
  }
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu {
    left: -15px;
    top: 34px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    border: none !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu li {
  margin-left: 0;
  font-size: 16px;
  line-height: 16px;
  margin-top: 14px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu li:first-child {
  margin-top: 0;
}

.main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu li .toggle {
  display: none !important;
}

.main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu li a {
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li .sub-menu li a {
    font-size: 15px;
  }
}

.main-header .main-navigation-bar .menu-main-navigation-container li a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
}

.main-header .main-navigation-bar .menu-main-navigation-container li a:hover,
.main-header .main-navigation-bar .menu-main-navigation-container li a:focus {
  color: #ed008c;
}

@media (max-width: 1199.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li a {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .main-header .main-navigation-bar .menu-main-navigation-container li a {
    font-size: 18px;
  }
}

.page-header {
  position: relative;
}

.page-header .inner-header-image {
  border-bottom: 5px solid #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}

.page-header .inner-header-image.desktop {
  display: block;
}

@media (max-width: 575.98px) {
  .page-header .inner-header-image.desktop {
    display: none;
  }
}

.page-header .inner-header-image.mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .page-header .inner-header-image.mobile {
    display: block;
  }
}

.footer {
  background-color: #faeb37;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}

.footer .column {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Account for variations in WYSIWYG editor */
}

@media (max-width: 767.98px) {
  .footer .column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .footer .column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer .column.outer-right {
  text-align: right;
}

@media (max-width: 767.98px) {
  .footer .column.outer-right {
    text-align: left;
  }
}

.footer .column h6 {
  letter-spacing: normal;
}

.footer .column h1,
.footer .column h2,
.footer .column h3,
.footer .column h4,
.footer .column h5,
.footer .column h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: none !important;
}

@media (max-width: 991.98px) {
  .footer .column h1,
  .footer .column h2,
  .footer .column h3,
  .footer .column h4,
  .footer .column h5,
  .footer .column h6 {
    margin-top: 10px;
  }
}

.footer .column p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer .footer-links-menu {
  padding-top: 10px;
}

.footer .footer-links-menu ul {
  list-style-type: none;
  padding: 0;
}

.footer .footer-links-menu ul li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.footer .footer-links-menu ul li:first-child {
  padding-left: 0;
}

.footer .footer-links-menu ul li:last-child {
  padding-right: 0;
}

.footer .footer-links-menu ul li:last-child::after {
  display: none;
}

@media (max-width: 1199.98px) {
  .footer .footer-links-menu ul li {
    display: block;
    padding: 0;
    line-height: 22px;
  }
}

.footer .footer-links-menu ul li::after {
  content: '|';
  position: absolute;
  right: -4px;
  line-height: 25px;
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .footer .footer-links-menu ul li::after {
    display: none;
  }
}

.footer .footer-links-menu ul li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.footer .footer-links-menu ul li a:hover,
.footer .footer-links-menu ul li a:focus {
  color: #ed008c;
}

.footer .social-icons {
  margin-bottom: 60px;
}

.footer .social-icons .social-icon {
  display: inline-block;
  max-width: 55px;
  width: calc(25% - 12px);
  margin-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .social-icons .social-icon:first-child {
  margin-left: 0;
}

.footer .social-icons .social-icon img {
  max-width: 100%;
}

body#tinymce {
  margin: 12px !important;
}

.homepage {
  background-color: #fff;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .homepage {
    padding-bottom: 10px;
  }
}

.homepage .home-slider {
  border-bottom: 5px solid #000;
}

.homepage .home-slider .n2-ss-slider-1 {
  max-height: 75vh !important;
}

@media (max-width: 575.98px) {
  .homepage .home-slider .n2-ss-slider-1 {
    max-height: 10000px !important;
    height: 60vh !important;
    min-height: 300px !important;
  }
}

.homepage .home-slider .n2-ss-section-main-content {
  padding: 0 !important;
}

@media (max-width: 575.98px) {
  .homepage .home-slider .n2-ss-section-main-content .n2-ss-layer-row {
    height: 60vh !important;
    min-height: 300px !important;
  }
}

.homepage .home-tiles {
  border-top: none;
  background-color: #000;
  margin-top: 0;
  margin-left: -5px;
}

@media (max-width: 767.98px) {
  .homepage .home-tiles {
    margin-left: 0;
  }
}

.homepage .home-tiles .homepage-generated-tiles {
  margin: 0;
}

.homepage .home-tiles .box-link {
  padding: 0;
  border-left: 5px solid #000;
}

@media (max-width: 767.98px) {
  .homepage .home-tiles .box-link {
    border-left: none;
  }
}

.homepage .home-tiles .box-link:hover {
  text-decoration: none;
}

.homepage .home-tiles .img-container img {
  max-width: 100%;
}

.homepage .home-tiles .contents {
  background-color: #000;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 24px;
  padding-bottom: 25px;
}

@media (max-width: 575.98px) {
  .homepage .home-tiles .contents {
    padding-bottom: 15px;
  }
}

.homepage .home-tiles .contents h4,
.homepage .home-tiles .contents p {
  color: #fff;
}

.homepage .home-tiles .contents p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 991.98px) {
  .homepage .home-tiles .contents p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-tiles .contents p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 991.98px) {
  .homepage .home-tiles .contents h4 {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-tiles .contents h4 {
    font-size: 32px;
    line-height: 26px;
  }
}

.homepage .home-mission-statement {
  position: relative;
  height: 500px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .homepage .home-mission-statement {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .homepage .home-mission-statement {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .homepage .home-mission-statement {
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-mission-statement {
    padding-top: 40px;
    height: auto;
  }
}

.homepage .home-mission-statement .background-image-mission {
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .homepage .home-mission-statement .background-image-mission {
    left: 2%;
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-mission-statement .background-image-mission {
    position: relative;
    width: 100%;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.homepage .home-mission-statement .callout-text {
  color: #ed008c;
  position: absolute;
  bottom: 170px;
  left: 30%;
  z-index: 3;
}

@media (max-width: 1199.98px) {
  .homepage .home-mission-statement .callout-text {
    bottom: 200px;
    font-size: 90px;
    line-height: 70px;
    left: 38%;
  }
}

@media (max-width: 991.98px) {
  .homepage .home-mission-statement .callout-text {
    bottom: 20px;
    font-size: 80px;
    line-height: 64px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-mission-statement .callout-text {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 70px;
    line-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .homepage .home-mission-statement .callout-text {
    font-size: 50px;
    line-height: 35px;
  }
}

.homepage .home-mission-statement .mission-statement {
  max-width: 50%;
  position: absolute;
  top: 110px;
  right: 60px;
  z-index: 3;
}

@media (max-width: 1199.98px) {
  .homepage .home-mission-statement .mission-statement {
    top: 70px;
    max-width: 45%;
  }
}

@media (max-width: 991.98px) {
  .homepage .home-mission-statement .mission-statement {
    top: 60px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-mission-statement .mission-statement {
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 20px;
    max-width: 75%;
  }
}

@media (max-width: 575.98px) {
  .homepage .home-mission-statement .mission-statement {
    max-width: 100%;
  }
}

.homepage .home-mission-statement .mission-statement h1,
.homepage .home-mission-statement .mission-statement h2,
.homepage .home-mission-statement .mission-statement h3,
.homepage .home-mission-statement .mission-statement h4,
.homepage .home-mission-statement .mission-statement h5,
.homepage .home-mission-statement .mission-statement h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  text-transform: none;
}

.homepage .home-mission-statement .mission-statement h3 {
  letter-spacing: normal;
}

.homepage .home-mission-statement .mission-statement p {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .homepage .home-mission-statement .mission-statement p {
    margin-bottom: 10px;
  }
}

.homepage .home-bottom-tiles {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  margin-left: -5px;
  margin-right: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .homepage .home-bottom-tiles {
    margin-left: 0;
  }
}

.homepage .home-bottom-tiles .the-box {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #000;
}

@media (max-width: 767.98px) {
  .homepage .home-bottom-tiles .the-box {
    border-left: none;
    border-top: 5px solid #000;
  }

  .homepage .home-bottom-tiles .the-box:first-child {
    border-top: none;
  }
}

.homepage .home-bottom-tiles .img-container {
  width: 100%;
  position: relative;
}

.homepage .home-bottom-tiles .img-container img {
  width: 100%;
}

.homepage .home-bottom-tiles .img-container .headline {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 16%;
}

@media (max-width: 767.98px) {
  .homepage .home-bottom-tiles .img-container .headline {
    padding-top: 19%;
  }
}

.homepage .home-bottom-tiles .img-container .headline h1,
.homepage .home-bottom-tiles .img-container .headline h2,
.homepage .home-bottom-tiles .img-container .headline h3,
.homepage .home-bottom-tiles .img-container .headline h4,
.homepage .home-bottom-tiles .img-container .headline h5,
.homepage .home-bottom-tiles .img-container .headline h6,
.homepage .home-bottom-tiles .img-container .headline p {
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .homepage .home-bottom-tiles .img-container .headline h1,
  .homepage .home-bottom-tiles .img-container .headline h2,
  .homepage .home-bottom-tiles .img-container .headline h3,
  .homepage .home-bottom-tiles .img-container .headline h4,
  .homepage .home-bottom-tiles .img-container .headline h5,
  .homepage .home-bottom-tiles .img-container .headline h6,
  .homepage .home-bottom-tiles .img-container .headline p {
    font-size: 38px;
    line-height: 32px;
  }
}

@media (max-width: 991.98px) {
  .homepage .home-bottom-tiles .img-container .headline h1,
  .homepage .home-bottom-tiles .img-container .headline h2,
  .homepage .home-bottom-tiles .img-container .headline h3,
  .homepage .home-bottom-tiles .img-container .headline h4,
  .homepage .home-bottom-tiles .img-container .headline h5,
  .homepage .home-bottom-tiles .img-container .headline h6,
  .homepage .home-bottom-tiles .img-container .headline p {
    font-size: 28px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .homepage .home-bottom-tiles .img-container .headline h1,
  .homepage .home-bottom-tiles .img-container .headline h2,
  .homepage .home-bottom-tiles .img-container .headline h3,
  .homepage .home-bottom-tiles .img-container .headline h4,
  .homepage .home-bottom-tiles .img-container .headline h5,
  .homepage .home-bottom-tiles .img-container .headline h6,
  .homepage .home-bottom-tiles .img-container .headline p {
    font-size: 12vw;
    line-height: 10vw;
  }
}

.search-box {
  padding-top: 40px;
  padding-bottom: 30px;
}

.search-box .search-submit {
  font-family: CalibreWeb, Arial, sans-serif;
  letter-spacing: 0.08em;
  line-height: 14px;
  text-transform: uppercase;
  border: 3px solid #ed008c;
  margin-left: 0;
  display: block;
  color: #ed008c !important;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 40px 20px 15px;
  margin-top: 12px;
  background-color: #fff;
}

.search-box .search-submit:hover {
  background-color: #e1e1e1;
}

.search-box .search-field {
  max-width: 100%;
  width: 250px;
}

.search-template .search-box-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-template .results-for {
  padding-bottom: 30px;
}

.search-template .search-results {
  padding-top: 20px;
}

.search-template .search-results .accordion {
  margin-left: 0;
  margin-right: 0;
}

.search-template .search-results .entry-title {
  font-size: 20px;
  line-height: 22px;
  max-width: 75%;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .search-template .search-results .entry-title {
    max-width: 100%;
  }
}

.search-template .search-results .entry-summary {
  max-width: 75%;
}

@media (max-width: 767.98px) {
  .search-template .search-results .entry-summary {
    max-width: 100%;
  }
}

.search-template .search-results .entry-summary p {
  font-size: 16px;
  line-height: 18px;
}

#email-optin-modal .modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}

#email-optin-modal .modal-header .modal-title {
  line-height: 1;
  margin-bottom: 10px;
}

#email-optin-modal .modal-body {
  padding-top: 0;
}

#email-optin-modal .modal-body .form-label {
  margin-bottom: 2px;
}

#email-optin-modal .modal-body .alert-success p:last-child {
  margin-bottom: 0;
}

#email-optin-modal .modal-body .form-captcha {
  margin-bottom: 15px;
}

#email-optin-modal .dismiss-text {
  margin-top: 15px;
}

/* Onstage and Production Detail Pages */

.production-detail-template .default-color {
  color: #ed008c;
}

.production-detail-template .default-color-bg {
  background-color: #ed008c;
}

.production-detail-template .default-color-bg-svg {
  fill: #ed008c;
}

.production-detail-template .template-page-content {
  margin-left: 0;
  margin-right: 0;
}

.production-detail-template .inner-header-image {
  margin-bottom: 0;
}

.production-detail-template .production-slideshow {
  border-bottom: 5px solid #000;
}

.production-detail-template .production-slideshow .slide-contents.default {
  background-color: transparent !important;
}

.production-detail-template .performance-info-bar {
  position: relative;
  border-bottom: 5px solid #000;
  min-height: 140px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

@media (max-width: 767.98px) {
  .production-detail-template .performance-info-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .performance-info-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.production-detail-template .performance-info-bar .the-buy-tickets-button {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #FFF !important;
  border: 3px solid #FFF;
  background-color: transparent;
  text-align: left;
  max-width: 215px;
  border-radius: 0;
  white-space: normal;
}

.production-detail-template .performance-info-bar .the-buy-tickets-button:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 767.98px) {
  .production-detail-template .performance-info-bar .the-buy-tickets-button {
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .performance-info-bar .the-buy-tickets-button {
    right: 0;
    top: 0;
    position: relative;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

.production-detail-template .performance-info-bar .information {
  margin-bottom: 30px;
  max-width: calc(100% - 300px);
}

@media (max-width: 767.98px) {
  .production-detail-template .performance-info-bar .information {
    max-width: calc(100% - 280px);
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .performance-info-bar .information {
    max-width: 300px;
    margin-bottom: 15px;
  }
}

.production-detail-template .performance-info-bar .information h1,
.production-detail-template .performance-info-bar .information h2,
.production-detail-template .performance-info-bar .information h3,
.production-detail-template .performance-info-bar .information h4,
.production-detail-template .performance-info-bar .information h5,
.production-detail-template .performance-info-bar .information h6,
.production-detail-template .performance-info-bar .information p,
.production-detail-template .performance-info-bar .information span,
.production-detail-template .performance-info-bar .information div {
  color: #FFF;
}

.production-detail-template .performance-info-bar .information .dates {
  margin-bottom: 20px;
}

.production-detail-template .performance-info-bar .information .dates p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 0;
}

.production-detail-template .performance-info-bar .information .pagebuilder-content p {
  margin-bottom: 2px;
}

.production-detail-template .prod-detail-outer-container {
  position: relative;
}

.production-detail-template .prod-detail-outer-container .floating-nav-container {
  width: 100%;
  min-height: 10px;
  margin-bottom: 20px;
  margin-top: -50px;
  min-height: 25px;
  z-index: 100;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .floating-nav-container {
    display: none;
  }
}

.production-detail-template .prod-detail-outer-container .js-nav-wrapper.fixed .floating-nav {
  position: fixed;
  top: 25px;
  padding-top: 0;
}

.production-detail-template .prod-detail-outer-container .floating-nav {
  position: absolute;
  left: 25px;
  top: -5px;
  width: 170px;
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .floating-nav {
    display: none !important;
  }
}

.production-detail-template .prod-detail-outer-container .floating-nav .floating-nav-item {
  background-color: #faeb37;
  color: #000 !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.production-detail-template .prod-detail-outer-container .floating-nav .floating-nav-item.active {
  color: #FFF !important;
  background-color: #000;
}

.production-detail-template .prod-detail-outer-container .floating-nav .promo img {
  max-width: 100%;
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav {
  display: none;
  background-color: #faeb37;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .mobile-anchor-nav {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .prod-detail-outer-container .mobile-anchor-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .toggle {
  padding-bottom: 5px;
  padding-top: 15px;
  position: relative;
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .toggle .show-hide {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .toggle .plus-minus {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .navigation-items {
  margin-left: -20px;
  margin-right: -10px;
  margin-bottom: -10px;
  display: none;
}

@media (max-width: 575.98px) {
  .production-detail-template .prod-detail-outer-container .mobile-anchor-nav .navigation-items {
    margin-left: -15px;
    margin-right: -5px;
  }
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .navigation-items.show {
  display: block;
  margin-top: 10px;
  border-top: 1px solid #FFF;
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .navigation-items .floating-nav-item {
  background-color: #faeb37;
  color: #000 !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  .production-detail-template .prod-detail-outer-container .mobile-anchor-nav .navigation-items .floating-nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.production-detail-template .prod-detail-outer-container .mobile-anchor-nav .navigation-items .promo {
  display: none;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container {
  min-height: 600px;
  padding-top: 10px;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section:first-child {
  padding-top: 0;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section:last-child {
  min-height: 575px;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section:last-child {
    min-height: 100px;
  }
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section.w-border {
  border-bottom: 5px solid #000;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .row {
  margin-left: 0;
  margin-right: 0;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .row .col {
  padding-left: 0;
  padding-right: 0;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .production-page-builder .accordion {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .production-page-builder .accordion .accordion-header {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner {
  margin-left: 250px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner.inner-media {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner.inner-media .quote {
  padding-left: 250px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner.inner-media .quote {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner.inner-media .quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .inner .section-title {
  margin-bottom: 30px;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .last-item {
  position: relative;
  left: 0;
  top: -30px;
}

.production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .last-item.hidden {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .production-detail-template .prod-detail-outer-container .prod-detail-inner-container .content-section .last-item.desktop {
    display: none !important;
  }
}

.production-detail-template .modal-contents img {
  max-width: 100%;
}

.production-detail-template .modal-contents .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.production-detail-template .modal-contents .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.production-detail-template .media-main {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  z-index: 1;
}

@media only screen and (min-width: 1360px) {
  .production-detail-template .media-main {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1530px) {
  .production-detail-template .media-main {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 400px) {
  .production-detail-template .media-main .section-title {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.production-detail-template .media-main .bg-svg {
  position: absolute;
  left: -100px;
  right: 0;
  top: -30px;
  z-index: -1;
  height: 400px;
  border: none;
}

@media only screen and (min-width: 1360px) {
  .production-detail-template .media-main .bg-svg {
    height: 450px;
    top: -50px;
  }
}

@media only screen and (min-width: 1530px) {
  .production-detail-template .media-main .bg-svg {
    height: 520px;
  }
}

@media only screen and (min-width: 1750px) {
  .production-detail-template .media-main .bg-svg {
    height: 560px;
  }
}

@media (max-width: 1199.98px) {
  .production-detail-template .media-main .bg-svg {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .production-detail-template .media-main .bg-svg {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .production-detail-template .media-main .bg-svg {
    height: 850px;
    left: -150px;
    top: -110px;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .media-main .bg-svg {
    height: 650px;
    top: -60px;
  }
}

@media only screen and (max-width: 360px) {
  .production-detail-template .media-main .bg-svg {
    height: 450px;
    top: -30px;
  }
}

.production-detail-template .media-main .carousel-aligner {
  padding-left: 250px;
  padding-right: 25px;
}

@media only screen and (min-width: 1530px) {
  .production-detail-template .media-main .carousel-aligner {
    margin-top: -30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .production-detail-template .media-main .carousel-aligner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .media-main .carousel-aligner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.production-detail-template .media-main .section-title {
  color: #FFF;
}

.production-detail-template .media-main .media-carousel {
  margin-left: -11px !important;
  margin-right: -11px !important;
  position: relative;
  z-index: 1;
  position: relative;
}

.production-detail-template .media-main .media-carousel .controls {
  position: relative;
  width: 100%;
  height: 100%;
}

.production-detail-template .media-main .media-carousel .control {
  position: absolute;
  top: calc(50% - 40.5px);
  cursor: pointer;
  z-index: 10;
}

.production-detail-template .media-main .media-carousel .control.disabled {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .production-detail-template .media-main .media-carousel .control {
    width: 20px;
    top: calc(50% - 16px);
  }
}

@media (max-width: 767.98px) {
  .production-detail-template .media-main .media-carousel .control {
    display: none;
  }
}

.production-detail-template .media-main .media-carousel .prev {
  left: 0;
}

.production-detail-template .media-main .media-carousel .next {
  right: 0;
}

.production-detail-template .media-main .media-carousel .thumb {
  padding-left: 11px !important;
  padding-right: 11px !important;
  position: inherit !important;
}

@media (max-width: 767.98px) {
  .production-detail-template .media-main .media-carousel .thumb {
    margin-bottom: 25px;
  }
}

.production-detail-template .media-main .media-carousel .thumb img {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}

.production-detail-template .section-artists .section-heading {
  margin-bottom: 20px;
}

.production-detail-template .section-artists .artist {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  max-width: calc(20% - 20px);
  margin-bottom: 30px;
  margin-left: 20px;
  cursor: pointer;
}

.production-detail-template .section-artists .artist:nth-child(5n+1) {
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .production-detail-template .section-artists .artist {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
  }

  .production-detail-template .section-artists .artist:nth-child(5n+1) {
    margin-left: 20px;
  }

  .production-detail-template .section-artists .artist:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .production-detail-template .section-artists .artist {
    max-width: calc((100% / 3) - 20px);
    -webkit-box-flex: calc(100% / 3);
        -ms-flex: calc(100% / 3);
            flex: calc(100% / 3);
  }

  .production-detail-template .section-artists .artist:nth-child(4n+1) {
    margin-left: 20px;
  }

  .production-detail-template .section-artists .artist:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .production-detail-template .section-artists .artist {
    max-width: calc(50% - 10px);
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-left: 20px !important;
  }

  .production-detail-template .section-artists .artist:nth-child(even) {
    margin-left: 20px !important;
  }

  .production-detail-template .section-artists .artist:nth-child(odd) {
    margin-left: 0 !important;
  }
}

.production-detail-template .section-artists .artist img {
  max-width: 100%;
  margin-bottom: 10px;
}

.production-detail-template .section-artists .artist .artist-name {
  font-weight: bold;
  margin-bottom: 0;
}

.production-detail-template .section-artists .artist .artist-role {
  margin-bottom: 0;
  font-style: italic;
}

.production-detail-template .section-artists .artist-modal-image-container {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.production-detail-template .section-artists .artist-modal-image-container img {
  max-width: 100%;
}

.production-detail-template .section-artists .team-row {
  margin-left: -15px !important;
}

.production-detail-template .section-artists .team-row .team-member-info {
  margin-bottom: 5px;
}

.production-detail-template .section-artists .team-row .team-member-info.has-modal {
  cursor: pointer;
}

.production-detail-template .section-artists .team-row .name {
  font-weight: bold;
}

.production-detail-template .section-artists .team-row .role {
  font-style: italic;
}

.production-detail-template .section-artists .team-row .cast-modal-image-container {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.production-detail-template .section-artists .team-row .cast-modal-image-container img {
  max-width: 100%;
}

.production-detail-template .section-artists .partner-organizations-text p {
  max-width: 70%;
}

@media (max-width: 575.98px) {
  .production-detail-template .section-artists .partner-organizations-text p {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .production-detail-template .accordion-header .header-text {
    position: absolute;
    top: 8px;
    line-height: 22px;
  }
}

.production-listing-page img {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.production-listing-page .season-production-listing {
  padding-top: 1px;
}

.production-listing-page .row-production-listing {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 40px;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .production-listing-page .row-production-listing {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .production-listing-page .row-production-listing {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.production-listing-page .row-production-listing .a-col {
  padding: 0 !important;
}

.production-listing-page .row-production-listing .a-col h3 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  word-wrap: break-word;
}

@media (max-width: 1199.98px) {
  .production-listing-page .row-production-listing .a-col h3 {
    font-size: 38px;
    line-height: 32px;
  }
}

.production-listing-page .row-production-listing .col-text {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 991.98px) {
  .production-listing-page .row-production-listing .col-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px;
  }
}

.production-listing-page .row-production-listing .dates {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 18px;
  margin-bottom: 15px;
}

.production-listing-page .row-production-listing .buttons-container {
  margin-top: 20px;
}

.production-listing-page .row-production-listing .buttons-container button,
.production-listing-page .row-production-listing .buttons-container .btn-custom-url {
  font-family: CalibreWeb, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 15px;
  border: 3px solid #ed008c;
  display: inline-block;
  color: #ed008c !important;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0 !important;
  background-color: transparent;
}

.production-listing-page .row-production-listing .buttons-container button:hover,
.production-listing-page .row-production-listing .buttons-container .btn-custom-url:hover {
  background-color: #e1e1e1;
  text-decoration: none;
}

.production-listing-page .past-production .col-text {
  opacity: 0.4;
}

.production-listing-page .past-production .col-image {
  position: relative;
}

.production-listing-page .past-production .col-image .rel-link {
  position: relative;
  display: block;
}

.production-listing-page .past-production .col-image .tag {
  position: absolute;
  left: 0;
  top: 15px;
  max-width: 137px;
}

@media (max-width: 991.98px) {
  .production-mini-calendar {
    margin-bottom: 30px;
  }
}

.production-mini-calendar .month-container {
  padding-bottom: 20px;
}

.production-mini-calendar .month-container .month-name {
  font-size: 28px;
  margin-top: -10px;
}

.production-mini-calendar .event-calendar-body .list-item-week {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.production-mini-calendar .event-calendar-body .list-item-week:not(.days-of-week) {
  border-right: 4px solid #000;
}

.production-mini-calendar .event-calendar-body .list-item-week:not(.days-of-week) .list-item-day {
  border-radius: 4px solid #000;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  min-height: 51px;
}

@media (max-width: 575.98px) {
  .production-mini-calendar .event-calendar-body .list-item-week:not(.days-of-week) .list-item-day {
    font-size: 15px;
    min-height: 40px;
  }
}

.production-mini-calendar .event-calendar-body .list-item-week.days-of-week {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 17px;
  letter-spacing: .05rem;
}

@media (max-width: 575.98px) {
  .production-mini-calendar .event-calendar-body .list-item-week.days-of-week {
    font-size: 15px;
  }
}

.production-mini-calendar .event-calendar-body .list-item-week:last-child {
  border-bottom: 4px solid #000;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day {
  width: calc(100% / 7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .day-indicator {
  margin-left: 10px;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 1199.98px) {
  .production-mini-calendar .event-calendar-body .list-item-week .list-item-day .day-indicator {
    margin-left: 5px;
  }
}

@media (max-width: 991.98px) {
  .production-mini-calendar .event-calendar-body .list-item-week .list-item-day .day-indicator {
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .production-mini-calendar .event-calendar-body .list-item-week .list-item-day .day-indicator {
    font-size: 18px;
    margin-left: 5px;
  }
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ed008c;
  cursor: pointer;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .overlay:hover {
  background-color: #faeb37;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .overlay .day-indicator {
  color: #FFF;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup {
  position: absolute;
  left: calc(-270px / 2);
  top: 50px;
  padding: 15px;
  width: 270px;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 100;
}

@media (max-width: 575.98px) {
  .production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup.hidden {
  display: none;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .title {
  display: inline-block;
  width: calc(100% - 40px);
  font-weight: bold;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .title p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 0;
  line-height: 22px;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .date {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .close {
  display: inline-block;
  width: 15px;
  opacity: 1;
  margin-top: -7px;
  margin-right: -1px;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .close .close-btn {
  color: #000;
  cursor: pointer;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item {
  border-top: 1px solid #000;
  padding-top: 8px;
  padding-bottom: 11px;
  font-weight: bold;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .inline-block {
  display: inline-block;
  min-height: 10px;
  vertical-align: middle;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .inline-block .btn-show-modal:hover,
.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .inline-block .btn-show-modal:focus {
  background-color: transparent !important;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .time {
  width: 65px;
  margin-right: 5px;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .buy {
  width: 75px;
  text-align: right;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .buy button {
  padding: 0;
  color: #ed008c;
  border-radius: none;
  font-size: 16px;
  background-color: transparent;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .icons {
  width: calc(100% - 175px);
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .icons .icon {
  margin-top: 5px;
}

.production-mini-calendar .event-calendar-body .list-item-week .list-item-day .performance-popup .title-area .performances-list .performance-list-item .icons .icon:first-child {
  margin-top: 0;
}

.sct-calendar {
  background-color: #FFF;
  /* Utility Classes */
  /* Show only list view on mobile */
  /* Calendar Classes */
  /* Everything for list view */
}

.sct-calendar .hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  .sct-calendar .hidden-mob {
    display: none !important;
  }
}

.sct-calendar .hidden-over {
  display: none;
}

.sct-calendar .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sct-calendar .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .sct-calendar #pills-grid {
    display: none !important;
    opacity: 0 !important;
  }

  .sct-calendar #pills-list {
    display: block !important;
    opacity: 1 !important;
  }
}

.sct-calendar .calendar-body {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .sct-calendar .calendar-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sct-calendar .calendar-body .no-results {
  margin-top: 20px;
  text-align: center;
}

.sct-calendar .calendar-body .arrow {
  position: absolute;
  top: 350px;
  display: inline-block;
  width: 50px;
}

@media (max-width: 1199.98px) {
  .sct-calendar .calendar-body .arrow {
    width: 29px;
  }
}

@media (max-width: 991.98px) {
  .sct-calendar .calendar-body .arrow {
    top: 0;
  }
}

@media (max-width: 575.98px) {
  .sct-calendar .calendar-body .arrow {
    top: -4px;
  }
}

.sct-calendar .calendar-body .arrow.left {
  left: -15px;
}

@media (max-width: 991.98px) {
  .sct-calendar .calendar-body .arrow.left {
    left: 20px;
  }
}

.sct-calendar .calendar-body .arrow.right {
  right: -15px;
}

@media (max-width: 991.98px) {
  .sct-calendar .calendar-body .arrow.right {
    right: 20px;
  }
}

.sct-calendar .calendar-body .arrow img {
  max-width: 100%;
}

.sct-calendar .calendar-header {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 575.98px) {
  .sct-calendar .calendar-header {
    margin-bottom: 10px;
  }
}

.sct-calendar .calendar-header .category-selector {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #CDCDCD;
  color: #6A6A6A;
}

.sct-calendar .calendar-header .col-month-year {
  width: calc(100% - 230px);
}

@media (max-width: 991.98px) {
  .sct-calendar .calendar-header .col-month-year {
    width: 100%;
    display: block !important;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .sct-calendar .calendar-header .col-month-year {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.sct-calendar .calendar-header .col-cal-list-toggle {
  width: 210px;
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .sct-calendar .calendar-header .col-cal-list-toggle {
    display: none;
  }
}

.sct-calendar .calendar-header .col-cal-list-toggle .nav-item {
  border-left: 1px solid #000;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  margin-top: -10px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sct-calendar .calendar-header .col-cal-list-toggle .nav-item:first-child {
  border-left: none;
}

.sct-calendar .calendar-header .col-cal-list-toggle .nav-item .calendar-tab-link {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px !important;
  letter-spacing: .05em !important;
  padding-top: 12px;
}

.sct-calendar .calendar-header .col-cal-list-toggle .nav-item .calendar-tab-link:not(.active) {
  opacity: .4;
}

.sct-calendar .calendar-header .col-cal-list-toggle .nav-item .icon {
  display: block;
  font-size: 16px;
}

.sct-calendar .calendar-filters {
  margin-bottom: 10px;
}

.sct-calendar .calendar-filters .filter {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .sct-calendar .calendar-filters .filter {
    display: block;
    margin-left: 0;
  }
}

.sct-calendar .calendar-filters .filter:first-child {
  margin-left: 0;
}

.sct-calendar .calendar-filters .filter.mainstage {
  color: #e56849;
}

.sct-calendar .calendar-filters .filter.event {
  color: #945991;
}

.sct-calendar .calendar-filters .filter.summer-show {
  color: #74c4d7;
}

.sct-calendar .calendar-filters .filter.sct-class {
  color: #bad739;
}

.sct-calendar .calendar-filters .filter input {
  margin-right: 6px;
  cursor: pointer;
}

.sct-calendar .event-calendar-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #000;
}

.sct-calendar .event-calendar-body .list-item-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.sct-calendar .event-calendar-body .list-item-week:nth-child(2) {
  border-top: 1px solid #000;
}

@media (max-width: 991.98px) {
  .sct-calendar .event-calendar-body .list-item-week {
    display: block;
  }
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day {
  height: auto;
  min-height: 100px;
  text-align: left;
  width: calc(100% / 7);
  border: 1px solid #000;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
        &.passed-date {
          background-color: #EBEBEB;

          &:hover {
            background-color: #EBEBEB !important;
          }
        }
        */
}

@media (max-width: 991.98px) {
  .sct-calendar .event-calendar-body .list-item-week .list-item-day {
    width: 100%;
  }
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day.empty-date {
  background-color: #EBEBEB;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day.empty-date .day-indicator {
  display: none;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day.empty-date .calendar-event {
  display: none;
}

@media (max-width: 991.98px) {
  .sct-calendar .event-calendar-body .list-item-week .list-item-day.empty-date {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .sct-calendar .event-calendar-body .list-item-week .list-item-day.non-active-date {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .sct-calendar .event-calendar-body .list-item-week .list-item-day.active-date .day-indicator {
    display: none;
  }

  .sct-calendar .event-calendar-body .list-item-week .list-item-day.active-date .day-of-the-month-full {
    display: block;
  }
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .day-of-the-month-full {
  display: none;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event {
  list-style-type: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-name {
  line-height: 20px;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-name a {
  color: #000;
  font-weight: bold;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-type {
  line-height: 16px;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-type span {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05rem;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-type span.mainstage {
  color: #e56849;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-type span.event {
  color: #945991;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-type span.summer-show {
  color: #74c4d7;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-type span.sct-class {
  color: #bad739;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-btn .btn,
.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-btn .comment-form input[type="submit"],
.comment-form .sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-btn input[type="submit"] {
  border: 3px solid #ed008c;
  color: #ed008c;
  border-radius: 0 !important;
  background-color: transparent;
  font-weight: bold;
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05rem;
  margin-top: 4px;
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-btn .btn,
  .sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-btn .comment-form input[type="submit"],
  .comment-form .sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-btn input[type="submit"] {
    font-size: 13px;
  }
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-icons {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-icons .icon {
  display: inline-block;
  margin-left: 6px;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .event-icons .icon:first-child {
  margin-left: 0;
}

.sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .btn-view-all {
  border: 3px solid #ed008c;
  color: #ed008c;
  border-radius: 0 !important;
  background-color: transparent;
  font-weight: bold;
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .05rem;
  margin-top: 4px;
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .sct-calendar .event-calendar-body .list-item-week .list-item-day .calendar-event .btn-view-all {
    font-size: 13px;
  }
}

.sct-calendar .event-calendar-body .list-item-week.days-of-week {
  border-left: none;
  border-right: none;
}

@media (max-width: 991.98px) {
  .sct-calendar .event-calendar-body .list-item-week.days-of-week {
    display: none !important;
  }
}

.sct-calendar .event-calendar-body .list-item-week.days-of-week .list-item-day {
  min-height: 10px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .03rem;
  padding-bottom: 5px;
}

.sct-calendar .event-calendar-body .list-item-week.days-of-week .list-item-day:hover {
  background-color: transparent !important;
}

.sct-calendar .list-container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .sct-calendar .list-container {
    max-width: 100% !important;
  }
}

.sct-calendar .list-container img {
  max-width: 100%;
  height: auto;
}

.sct-calendar .list-container .list-day {
  border-top: 1px solid #000;
  margin-bottom: 40px;
  padding-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.sct-calendar .list-container .list-day .day-date {
  padding-left: 0 !important;
}

.sct-calendar .list-container .list-day .day-performances {
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .sct-calendar .list-container .day-date {
    padding-bottom: 20px;
  }
}

.sct-calendar .list-container .day-performances .performance {
  margin-top: 20px;
}

.sct-calendar .list-container .day-performances .performance:first-child {
  margin-top: 0;
}

.sct-calendar .list-container .day-performances .performance .col-cta {
  text-align: right;
}

@media (max-width: 575.98px) {
  .sct-calendar .list-container .day-performances .performance .col-cta {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .sct-calendar .list-container .day-performances .performance .col-image {
    padding-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .sct-calendar .list-container .day-performances .performance .col-image {
    padding-bottom: 20px;
  }

  .sct-calendar .list-container .day-performances .performance .col-image.empty {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .sct-calendar .list-container .day-performances .performance .col-title {
    padding-left: 0 !important;
  }
}

.sct-calendar .list-container .day-performances .performance .event-name {
  line-height: 22px;
  font-size: 26px;
}

.sct-calendar .list-container .day-performances .performance .event-name a {
  color: #000;
  font-weight: bold;
}

.sct-calendar .list-container .day-performances .performance .event-type {
  line-height: 22px;
  padding-bottom: 2px;
  margin-top: -6px;
}

.sct-calendar .list-container .day-performances .performance .event-type span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05rem;
}

.sct-calendar .list-container .day-performances .performance .event-type span.mainstage {
  color: #e56849;
}

.sct-calendar .list-container .day-performances .performance .event-type span.event {
  color: #945991;
}

.sct-calendar .list-container .day-performances .performance .event-type span.summer-show {
  color: #74c4d7;
}

.sct-calendar .list-container .day-performances .performance .event-type span.sct-class {
  color: #bad739;
}

.sct-calendar .list-container .day-performances .performance .event-icons .icon {
  display: inline-block;
  margin-left: 6px;
}

.sct-calendar .list-container .day-performances .performance .event-icons .icon:first-child {
  margin-left: 0;
}

.sct-calendar .list-container .day-performances .performance .event-time {
  font-size: 22px;
}

.sct-calendar .list-container .day-performances .performance .event-btn .btn,
.sct-calendar .list-container .day-performances .performance .event-btn .comment-form input[type="submit"],
.comment-form .sct-calendar .list-container .day-performances .performance .event-btn input[type="submit"] {
  border: 3px solid #ed008c;
  color: #ed008c;
  border-radius: 0 !important;
  background-color: transparent;
  font-weight: bold;
  padding: 15px 30px 15px 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: .05rem;
  margin-top: 4px;
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .sct-calendar .list-container .day-performances .performance .event-btn .btn,
  .sct-calendar .list-container .day-performances .performance .event-btn .comment-form input[type="submit"],
  .comment-form .sct-calendar .list-container .day-performances .performance .event-btn input[type="submit"] {
    padding: 15px;
  }
}

/* Hover on the day, but only when modal not open */

@media (min-width: 992px) {
  body:not(.modal-open) .sct-calendar .list-item-day:hover {
    background-color: #ed008c;
  }

  body:not(.modal-open) .sct-calendar .list-item-day:hover .event-btn .btn,
  body:not(.modal-open) .sct-calendar .list-item-day:hover .event-btn .comment-form input[type="submit"],
  .comment-form body:not(.modal-open) .sct-calendar .list-item-day:hover .event-btn input[type="submit"] {
    border: 3px solid #FFF !important;
    color: #FFF !important;
  }

  body:not(.modal-open) .sct-calendar .list-item-day:hover .btn-view-all {
    border: 3px solid #FFF !important;
  }

  body:not(.modal-open) .sct-calendar .list-item-day:hover .event-name,
  body:not(.modal-open) .sct-calendar .list-item-day:hover .event-name a,
  body:not(.modal-open) .sct-calendar .list-item-day:hover .event-time,
  body:not(.modal-open) .sct-calendar .list-item-day:hover .event-type span,
  body:not(.modal-open) .sct-calendar .list-item-day:hover .btn-view-all {
    color: #FFF !important;
  }
}

.modal-open .hidden-over:not(.hidden) {
  display: block !important;
}

/* About Us Pages */

.about-us {
  position: relative;
}

.about-us .panel-grid {
  margin-bottom: 0 !important;
}

.plan-visit {
  position: relative;
}

.plan-visit .map-img-container {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -30px;
  background-size: cover;
}

.contacts-staff {
  padding-bottom: 5px;
}

.contacts-staff img {
  max-width: 100%;
}

.contacts-staff .staff-featured {
  border-top: 1px solid #000;
  margin-bottom: 50px;
  margin-top: 40px;
}

.contacts-staff .staff-featured .staff-image {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .contacts-staff .staff-featured .staff-image {
    margin-bottom: 25px;
    padding: 0;
  }
}

.contacts-staff .staff-featured .staff-details {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .contacts-staff .staff-featured .staff-details {
    padding: 0;
  }
}

.contacts-staff .staff-row {
  border-bottom: 1px solid #000;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .contacts-staff .staff-row {
    padding-bottom: 15px;
  }
}

.contacts-staff .staff-row .title {
  color: #ed008c;
}

.contacts-staff .staff-row .position {
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
}

.contacts-staff .staff-row .bio-contents {
  margin-top: 20px;
  margin-bottom: -20px;
}

@media (max-width: 767.98px) {
  .contacts-staff .staff-row .bio-contents {
    margin-bottom: -5px;
  }
}

.contacts-staff .department-name {
  color: #ed008c;
  margin-bottom: 20px;
}

.contacts-staff .staff-section {
  margin-bottom: 50px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

@media (max-width: 991.98px) {
  .contacts-staff .staff-section {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 767.98px) {
  .contacts-staff .staff-section {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.contacts-staff .staff-section p {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}

.contacts-staff .staff-section p .job-title {
  margin-left: 6px;
  font-weight: normal;
  font-style: italic;
}

.ninja-form-faq {
  margin-top: -30px;
}

.ninja-form-faq .faq-email {
  max-width: 250px;
}

.faq .accordion {
  padding-top: 5px;
}

.faq .faq-contents {
  padding-top: 50px;
  margin-top: 40px;
}

.faq .faq-contents .question-header {
  margin-bottom: 30px;
}

.jobs-and-internships .volunteer-row .volunteer-text p {
  font-size: 18px;
}

.jobs-and-internships .volunteer-row .volunteer-text p:first-of-type {
  margin-top: 30px;
}

.jobs-and-internships .volunteer-row .volunteer-image img {
  width: 100%;
}

/* Reset the styles that were set up for Page Builder */

.template-full-width .press-overview h1,
.template-full-width .press-overview h2,
.template-full-width .press-overview h3,
.template-full-width .press-overview h4,
.template-full-width .press-overview p,
.template-full-width .press-overview img {
  padding-left: 0;
  padding-right: 0;
}

.press-overview {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  padding-top: 30px;
}

.press-overview .press-production-row {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
}

.press-overview .press-production-row:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.press-overview .press-production-row .press-production-img {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .press-overview .press-production-row .press-production-img {
    padding-bottom: 25px;
  }
}

.press-overview .press-production-row .press-production-img img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .press-overview .press-production-row .press-production-details {
    padding-left: 0;
    padding-right: 0;
  }
}

.press-overview .press-production-row .dates {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 12px;
}

.press-overview .press-production-row .button-holder {
  margin-top: 30px;
}

.press-overview .press-theatre .row-theatre-releases {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}

.press-overview .press-theatre .row-theatre-releases .tr-headline {
  padding-bottom: 0;
}

.press-overview .press-theatre .row-theatre-releases .theatre-release {
  margin-top: 20px;
}

.press-overview .press-theatre .row-theatre-releases .theatre-release:first-child {
  margin-top: 0;
}

.press-overview .press-theatre .row-theatre-releases .theatre-release .title {
  margin-bottom: 2px;
}

.press-overview .press-theatre .row-theatre-releases .theatre-release .title a {
  font-weight: bold;
}

.press-overview .press-theatre .row-theatre-releases .theatre-release .caption {
  font-style: italic;
  margin-bottom: 0;
}

.press-archive-selector {
  padding-top: 30px;
}

.press-archive-selector img {
  max-width: 100%;
}

.press-archive-selector .left {
  padding-top: 20px;
}

.press-archive-selector .left .wp-content h3 {
  padding-bottom: 20px;
}

.press-archive-selector .left .wp-content p {
  max-width: 70%;
}

@media (max-width: 767.98px) {
  .press-archive-selector .left .wp-content p {
    max-width: 100%;
  }
}

.press-archive-selector .right {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .press-archive-selector .right {
    display: none;
  }
}

.press-archive-selector .the-selector {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .press-archive-selector .the-selector {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .press-archive-selector .the-selector {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.press-archive-selector .the-selector label {
  display: block;
  font-weight: bold;
}

.template-press-production .press-production-intro p {
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .template-press-production .press-production-intro p {
    max-width: 100%;
  }
}

.template-press-production .production-press-releases {
  margin-top: 70px;
}

.template-press-production .production-press-releases .press-release {
  margin-top: 20px;
}

.template-press-production .production-press-releases .press-release:first-child {
  margin-top: 0;
}

.template-press-production .production-press-releases .press-release .title {
  margin-bottom: 2px;
}

.template-press-production .production-press-releases .press-release .title a {
  font-weight: bold;
}

.template-press-production .production-press-releases .press-release .caption {
  font-style: italic;
  margin-bottom: 0;
}

.template-press-production .production-press-images {
  margin-top: 70px;
}

.template-press-production .production-press-images a {
  text-decoration: none;
  color: #000 !important;
}

.template-press-production .production-press-images .row {
  margin-left: 0;
}

.template-press-production .production-press-images .header {
  margin-bottom: 20px;
}

.template-press-production .production-press-images .image-container {
  padding-left: 0;
  padding-bottom: 30px;
}

.template-press-production .production-press-images .the-press-image {
  width: 100%;
  padding: 0 !important;
}

.template-press-production .production-press-images .img-no {
  font-weight: bold;
  padding-top: 4px;
  margin-bottom: 0;
}

.template-press-production .production-press-images .caption {
  margin-bottom: 0;
  font-style: italic;
}

#passwordModal a {
  color: #ed008c !important;
}

#passwordModal #press-password {
  margin-top: 15px;
}

#passwordModal .modal-footer .btn-primary {
  border-radius: 0 !important;
  background-color: transparent !important;
}

#passwordModal .modal-footer .btn-primary:hover {
  border-color: #ed008c !important;
}

.all-theatre-releases-inner {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 767.98px) {
  .all-theatre-releases-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 575.98px) {
  .all-theatre-releases-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.all-theatre-releases-inner .tr-headline {
  margin-top: 50px;
  margin-bottom: 30px;
}

.all-theatre-releases-inner .theatre-release {
  margin-top: 20px;
}

.all-theatre-releases-inner .theatre-release:first-child {
  margin-top: 0;
}

.all-theatre-releases-inner .theatre-release .title {
  margin-bottom: 2px;
}

.all-theatre-releases-inner .theatre-release .title a {
  font-weight: bold;
}

.all-theatre-releases-inner .theatre-release .caption {
  font-style: italic;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .history-past-productions #pgc-61-0-0 {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  .history-past-productions #pgc-61-0-0 {
    width: 100%;
  }
}

.history-past-productions #pgc-61-0-1 img {
  padding-left: 0 !important;
}

@media (max-width: 991.98px) {
  .history-past-productions #pgc-61-0-1 {
    width: 40%;
  }
}

@media (max-width: 767.98px) {
  .history-past-productions #pgc-61-0-1 {
    display: none;
  }
}

.past-productions-accordion-container .accordion-past-productions {
  border-top: 5px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .past-productions-accordion-container .accordion-past-productions {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .past-productions-accordion-container .accordion-past-productions {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.past-productions-accordion-container .accordion-past-productions > h1,
.past-productions-accordion-container .accordion-past-productions h2,
.past-productions-accordion-container .accordion-past-productions h3,
.past-productions-accordion-container .accordion-past-productions h4,
.past-productions-accordion-container .accordion-past-productions h5,
.past-productions-accordion-container .accordion-past-productions h6,
.past-productions-accordion-container .accordion-past-productions p,
.past-productions-accordion-container .accordion-past-productions img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.past-productions-accordion-container .accordion-past-productions .accordion-content {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .past-productions-accordion-container .accordion-past-productions .accordion-content .panel-grid {
    margin-bottom: 0 !important;
  }
}

.past-productions-accordion-container .accordion-past-productions .accordion-content .row-previous-seasons h5 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .past-productions-accordion-container .accordion-past-productions .accordion-content .row-previous-seasons {
    display: block !important;
  }
}

.past-productions-accordion-container .accordion-past-productions .accordion-content .row-previous-seasons .panel-grid-cell {
  width: 45%;
  margin-right: 5%;
}

@media (max-width: 767.98px) {
  .past-productions-accordion-container .accordion-past-productions .accordion-content .row-previous-seasons .panel-grid-cell {
    width: 100%;
    margin-right: 0;
  }
}

.past-productions-accordion-container .accordion-past-productions .accordion-content .heading-6-gray {
  margin-bottom: 16px;
}

.past-productions-accordion-container .accordion-past-productions .accordion-content .world-premier {
  margin-bottom: 1px !important;
}

.past-productions-accordion-container .accordion-past-productions .row-performance {
  margin-bottom: 25px;
}

.past-productions-accordion-container .accordion-past-productions .premier-icons .premier {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 6px;
}

.past-productions-accordion-container .accordion-past-productions .header-text {
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.past-productions-accordion-container .accordion-past-productions .image img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .past-productions-accordion-container .accordion-past-productions .image {
    margin-bottom: 12px;
  }
}

.past-productions-accordion-container .accordion-past-productions .details {
  padding-left: 0 !important;
}

@media (max-width: 575.98px) {
  .past-productions-accordion-container .accordion-past-productions .details {
    padding-left: 15px !important;
  }
}

.past-productions-accordion-container .accordion-past-productions .details .title {
  margin-bottom: 3px;
}

.past-productions-accordion-container .accordion-past-productions .details .dates {
  font-weight: bold;
}

.past-productions-accordion-container .accordion-past-productions .details .brief-text {
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .past-productions-accordion-container .accordion-past-productions .details .brief-text {
    max-width: 100%;
  }
}

/* Engage With Us Pages */

.partnerships .logo-row {
  display: table !important;
}

@media (max-width: 767.98px) {
  .partnerships .logo-row {
    display: block;
  }
}

.partnerships .logo-row .panel-grid-cell {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .partnerships .logo-row .panel-grid-cell {
    display: block;
  }
}

.partnerships .logo-row .panel-grid-cell .image {
  width: 100%;
}

/* For Educators Pages */

.for-educators {
  position: relative;
}

.for-educators .panel-grid {
  margin-bottom: 0 !important;
}

.tatlab .accordion {
  margin-top: -60px;
}

.tatlab .nf-form-title h3 {
  padding-left: 0;
  padding-bottom: 20px;
}

/* Give Pages */

.donation-form-full-container .nf-form-cont {
  margin-left: 0;
  margin-right: 0;
}

.donation-form-full-container .nf-form-cont .nf-form-title {
  display: none;
}

.donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(1) {
  width: 30%;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(1) {
    width: 40%;
  }
}

.donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(2) {
  width: 10%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(2) {
    width: 20%;
  }
}

.donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(2) .donate-divider {
  position: relative;
}

.donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(2) .donate-divider span {
  /*
                border: 3px solid #000;
                border-radius: 50px;
                line-height: 33px;
                padding: 10px;
                position: absolute;
                */
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: -12px;
  right: 0;
  top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(3) {
  width: 30%;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .donation-form-full-container .nf-form-cont .nf-form-content .nf-mp-body .nf-row:nth-of-type(3) {
    width: 40%;
  }
}

.donation-form-full-container .nf-form-cont .nf-form-content .js-amount-picker {
  margin-top: -3px;
  margin-left: -5px;
}

.donation-form-full-container .nf-form-cont #nf-field-136-wrap .nf-field-description {
  padding-bottom: 10px;
}

.donation-form-full-container .donation-widget {
  border: 5px solid #000;
}

.donation-form-full-container .donation-widget.value-selected .donation-level-backer {
  border-bottom: 4px solid transparent !important;
}

.donation-form-full-container .donation-level {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #000;
}

.donation-form-full-container .donation-level:first-of-type {
  border-top: none;
}

.donation-form-full-container .donation-level p {
  margin-bottom: 0;
}

.donation-form-full-container .donation-level.highlight {
  background-color: #faeb37;
  border-top: 1px solid transparent;
}

.donation-form-full-container .donation-level.highlight:last-of-type {
  border-top: 1px solid #000;
}

.donation-form-full-container .donation-level-backer {
  background-color: #faeb37;
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 4px solid #000;
}

.donation-form-full-container .donation-level-backer .backer-title {
  text-transform: capitalize;
  margin-bottom: 0;
}

.donation-form-full-container .header-donor-benefits {
  padding-bottom: 4px;
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .donation-form-full-container .header-donor-benefits {
    margin-top: 20px;
  }
}

.donation-form-full-container #nf-field-141-wrap .nf-field-element {
  position: relative;
}

.donation-form-full-container #nf-field-141-wrap .nf-field-element #nf-field-141 {
  position: absolute;
  left: 0;
  top: 6px;
}

/* Classes Pages */

.class-finder .class-filters {
  height: 297px;
  background-image: url("//cdn.sct.org/img/classes-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .class-finder .class-filters {
    height: auto;
    min-height: 297px;
    background-size: cover;
    padding-bottom: 50px;
  }
}

.class-finder .class-filters .filter-header {
  color: #FFF;
  padding-top: 50px;
  margin-bottom: 40px;
}

.class-finder .class-filters .filter-instructions {
  color: #FFF;
  max-width: 70%;
}

@media (max-width: 575.98px) {
  .class-finder .class-filters .filter-instructions {
    max-width: 100%;
  }
}

.class-finder .class-filters .form-filter-row {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .class-finder .class-filters .form-filter-row {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .class-finder .class-filters .form-filter-row {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.class-finder .class-filters .form-filter-row .col-md-2,
.class-finder .class-filters .form-filter-row .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .class-finder .class-filters .form-filter-row .col-md-2,
  .class-finder .class-filters .form-filter-row .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px !important;
  }
}

.class-finder .class-filters .form-filter-row .new-column.column-dates input {
  display: inline;
  width: calc(50% - 7px);
  margin-left: 10px;
  position: relative;
  padding-right: 25px;
}

.class-finder .class-filters .form-filter-row .new-column.column-dates input:first-child {
  margin-left: 0;
}

.class-finder .class-filters .form-filter-row .new-column.column-dates .fa-calendar-alt {
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 100;
  color: #7C7C7C;
}

@media (max-width: 767.98px) {
  .class-finder .class-filters .form-filter-row .new-column.column-dates .fa-calendar-alt {
    right: 5px;
  }
}

.class-finder .class-filters .form-filter-row .new-column.column-dates .fa-calendar-alt.left {
  right: auto;
  left: calc(50% - 25px);
}

.class-finder .class-filters .form-submission-buttons {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .class-finder .class-filters .form-submission-buttons {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}

@media (max-width: 575.98px) {
  .class-finder .class-filters .form-submission-buttons {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.class-finder .class-filters .form-submission-buttons .form-button {
  background-color: #FFF;
  color: #000;
  border: 2px solid #000;
  padding: 10px;
  display: inline-block;
  margin-left: 15px;
  width: auto;
  height: auto !important;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 !important;
  cursor: pointer;
}

.class-finder .class-filters .form-submission-buttons .form-button:hover {
  text-decoration: none;
}

.class-finder .class-filters .form-submission-buttons .form-button:first-child {
  margin-left: 0;
}

.class-finder .class-filters select,
.class-finder .class-filters input {
  border-radius: 4px;
  height: 33px !important;
  padding-left: 6px;
  padding-right: 6px;
  border: none;
  width: 100%;
}

.class-finder .class-count {
  color: #ed008c;
  font-weight: bold;
  margin-bottom: 12px;
}

.class-finder .classes-row-container {
  border-top: 4px solid #000;
  margin-left: 0;
  margin-right: 0;
}

.class-finder .classes-row-container .class-column {
  border-bottom: 4px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 150px;
  padding-left: 0;
  padding-right: 0;
}

.class-finder .classes-row-container .class-column:nth-child(odd) {
  border-right: 4px solid #000;
}

@media (max-width: 575.98px) {
  .class-finder .classes-row-container .class-column:nth-child(odd) {
    border-right: none;
  }
}

@media (max-width: 575.98px) {
  .class-finder .classes-row-container .class-column:nth-child(even) {
    border-left: none;
  }
}

.class-finder .classes-row-container .class-column .class-info-contained {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: calc(100% - 200px);
}

@media (max-width: 991.98px) {
  .class-finder .classes-row-container .class-column .class-info-contained {
    max-width: 100%;
  }
}

.class-finder .classes-row-container .class-column .class-info-contained h5 {
  margin-bottom: 15px;
}

.class-finder .classes-row-container .class-column .class-info-contained p {
  margin-bottom: 5px;
}

.class-finder .classes-row-container .class-column .class-button {
  position: absolute;
  right: 25px;
  top: 25px;
}

@media (max-width: 991.98px) {
  .class-finder .classes-row-container .class-column .class-button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .class-finder .classes-row-container .class-column .class-button {
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .class-finder .classes-row-container .class-column .class-button {
    margin-left: 15px;
  }
}

.class-finder .class-modal .modal-dialog {
  max-width: 700px;
}

.class-finder .class-modal .header {
  padding-left: 0;
  padding-right: 0;
  line-height: 32px;
}

.class-finder .class-modal p {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.class-finder .class-modal .register-button {
  margin-top: 30px;
  cursor: pointer;
  margin-bottom: 20px;
}

.class-finder .class-modal .description-header {
  margin-top: 20px;
}

.class-finder .class-modal .class-registration-forbidden {
  margin-top: 20px;
}

.class-finder-instruction-message {
  padding-bottom: 10px;
}

.class-registration-form .section-header {
  font-size: 28px;
  line-height: 26px;
}

.class-registration-form .class-info .class-name {
  margin-bottom: 20px;
}

.class-registration-form .class-info p {
  margin-bottom: 6px;
}

.class-registration-form .link-add-new-child {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #ed008c;
  padding-top: 2px;
}

.class-registration-form .select-existing-child select {
  padding-top: 10px;
  padding-bottom: 10px;
}

.class-registration-form .select-existing-child .form-input {
  margin-bottom: 0;
}

.class-registration-form .selected-child-info {
  margin-top: 16px;
}

.class-registration-form .selected-child-info .field {
  font-weight: bold;
  margin-bottom: 0;
}

.class-registration-form .selected-child-info p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.class-registration-form .add-child-form .add-child-birthdate-fields .form-input {
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 575.98px) {
  .class-registration-form .add-child-form .add-child-birthdate-fields .form-input {
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.class-registration-form .add-child-form .add-child-birthdate-fields .form-input:first-child {
  margin-left: 0;
}

.class-registration-form .add-child-form .add-child-birthdate-fields .form-input select {
  min-width: 120px;
}

@media (max-width: 575.98px) {
  .class-registration-form .add-child-form .add-child-birthdate-fields .form-input select {
    width: 100%;
    max-width: 300px;
  }
}

.class-registration-form .selected-child-loading {
  margin-top: 10px;
}

.class-registration-form .selected-child-loading span {
  font-weight: bold;
  font-size: 18px;
  margin-left: 6px;
}

.class-registration-form .section-shirt h6 {
  text-transform: none;
  letter-spacing: normal;
}

.class-registration-form .section-shirt .mandatory {
  border-bottom: 1px solid #dcdedf;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.class-registration-form .section-shirt .mandatory.no-merch-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.class-registration-form .section-shirt .additional-shirts .fieldbox .form-input {
  margin-left: 0;
}

.class-registration-form .section-extended-care .extended-care-checkboxes {
  max-width: 410px;
  margin-left: 0;
  margin-right: 0;
}

.class-registration-form .section-extended-care .extended-care-checkboxes .left,
.class-registration-form .section-extended-care .extended-care-checkboxes .right {
  width: calc(50% - 15px);
  margin-left: 15px;
}

.class-registration-form .section-extended-care .extended-care-checkboxes .left:first-child,
.class-registration-form .section-extended-care .extended-care-checkboxes .right:first-child {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .class-registration-form .section-extended-care .extended-care-checkboxes .left,
  .class-registration-form .section-extended-care .extended-care-checkboxes .right {
    margin-left: 0;
    width: 100%;
  }
}

.class-registration-form .section-medical-liability-release .fieldbox {
  max-width: 100%;
}

.class-registration-form .section-medical-liability-release .fieldbox .form-input {
  width: 100%;
  margin-bottom: 0;
}

.class-registration-form .section-medical-liability-release .fieldbox .form-input .bigcheck {
  width: 30px !important;
}

.class-registration-select-a-child .account_login_form {
  padding-top: 10px;
}

.class-registration-select-a-child .account_login_form .form-group,
.class-registration-select-a-child .account_login_form .comment-form p,
.comment-form .class-registration-select-a-child .account_login_form p {
  max-width: 25%;
}

@media (max-width: 991.98px) {
  .class-registration-select-a-child .account_login_form .form-group,
  .class-registration-select-a-child .account_login_form .comment-form p,
  .comment-form .class-registration-select-a-child .account_login_form p {
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .class-registration-select-a-child .account_login_form .form-group,
  .class-registration-select-a-child .account_login_form .comment-form p,
  .comment-form .class-registration-select-a-child .account_login_form p {
    max-width: 100%;
  }
}

.upsells-post-registration {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .upsells-post-registration {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .upsells-post-registration {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.upsells-post-registration .upsell-header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.upsells-post-registration .upsells {
  margin-left: 0;
  margin-right: 0;
}

.upsells-post-registration .upsells .upsell {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.upsells-post-registration .upsells .upsell h6,
.upsells-post-registration .upsells .upsell p,
.upsells-post-registration .upsells .upsell .list,
.upsells-post-registration .upsells .upsell li {
  padding-left: 0;
  padding-right: 0;
}

.upsells-post-registration .upsells .upsell .list {
  list-style-type: none;
}

@media (max-width: 575.98px) {
  .class-registration-confirmation .default-button {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Account Pages */

.login-form .form-group,
.login-form .comment-form p,
.comment-form .login-form p {
  max-width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .login-form .form-group,
  .login-form .comment-form p,
  .comment-form .login-form p {
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .login-form .form-group,
  .login-form .comment-form p,
  .comment-form .login-form p {
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .login-form .form-group,
  .login-form .comment-form p,
  .comment-form .login-form p {
    max-width: 100%;
  }
}

.login-form h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

.login-form .btn,
.login-form .comment-form input[type="submit"],
.comment-form .login-form input[type="submit"] {
  border-radius: 0 !important;
  background-color: transparent !important;
}

.login-form .btn a,
.login-form .comment-form input[type="submit"] a,
.comment-form .login-form input[type="submit"] a {
  text-decoration: none !important;
}

.template-margined.login .breadcrumbs-container {
  display: none;
}

.template-margined.login .login-row {
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .template-margined.login .login-row {
    padding-bottom: 10px;
  }
}

.template-margined.login .login-text {
  max-width: 85%;
}

@media (max-width: 767.98px) {
  .template-margined.login .login-text {
    max-width: 100%;
    margin-bottom: -20px;
  }
}

.template-margined.login .btn-primary {
  margin-top: 10px;
}

.template-margined.login .account_login_form .alert {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .template-margined.login .account_login_form .alert {
    margin-right: 0;
  }
}

.template-margined.login .siteorigin-widget-tinymce h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

.template-margined.login .siteorigin-widget-tinymce .btn,
.template-margined.login .siteorigin-widget-tinymce .comment-form input[type="submit"],
.comment-form .template-margined.login .siteorigin-widget-tinymce input[type="submit"] {
  border-radius: 0 !important;
  background-color: transparent !important;
}

.template-margined.login .siteorigin-widget-tinymce .btn:hover,
.template-margined.login .siteorigin-widget-tinymce .comment-form input:hover[type="submit"],
.comment-form .template-margined.login .siteorigin-widget-tinymce input:hover[type="submit"] {
  border-color: #ed008c !important;
}

.template-margined.login .siteorigin-widget-tinymce .btn:hover,
.template-margined.login .siteorigin-widget-tinymce .comment-form input:hover[type="submit"],
.comment-form .template-margined.login .siteorigin-widget-tinymce input:hover[type="submit"],
.template-margined.login .siteorigin-widget-tinymce .btn:focus,
.template-margined.login .siteorigin-widget-tinymce .comment-form input:focus[type="submit"],
.comment-form .template-margined.login .siteorigin-widget-tinymce input:focus[type="submit"] {
  background-color: #e1e1e1 !important;
  text-decoration: none !important;
}

.template-margined.login .siteorigin-widget-tinymce .btn:hover a,
.template-margined.login .siteorigin-widget-tinymce .comment-form input:hover[type="submit"] a,
.comment-form .template-margined.login .siteorigin-widget-tinymce input:hover[type="submit"] a,
.template-margined.login .siteorigin-widget-tinymce .btn:focus a,
.template-margined.login .siteorigin-widget-tinymce .comment-form input:focus[type="submit"] a,
.comment-form .template-margined.login .siteorigin-widget-tinymce input:focus[type="submit"] a {
  text-decoration: none !important;
}

.template-margined.login .right {
  margin-left: -25px;
  padding-bottom: 50px;
  border-left: 1px solid #000;
}

@media (max-width: 767.98px) {
  .template-margined.login .right {
    margin-left: 0;
    border-left: none;
    border-top: 1px solid #000;
    padding-top: 40px;
  }
}

.template-margined.login .right .siteorigin-widget-tinymce h6,
.template-margined.login .right .siteorigin-widget-tinymce p,
.template-margined.login .right .siteorigin-widget-tinymce .account_registration_link {
  margin-left: 25px;
}

@media (max-width: 767.98px) {
  .template-margined.login .right .siteorigin-widget-tinymce h6,
  .template-margined.login .right .siteorigin-widget-tinymce p,
  .template-margined.login .right .siteorigin-widget-tinymce .account_registration_link {
    margin-left: 0;
  }
}

body.create .breadcrumbs-container {
  display: none;
}

.sct-registration-form {
  padding-top: 1px;
}

.sct-registration-form .divided-section .fieldbox {
  margin-left: -5px;
  margin-right: -5px;
}

.sct-registration-form .divided-section .contact-preferences {
  width: 100%;
  max-width: 500px;
}

.sct-registration-form .divided-section .contact-preferences .form-group,
.sct-registration-form .divided-section .contact-preferences .comment-form p,
.comment-form .sct-registration-form .divided-section .contact-preferences p {
  position: relative;
  margin-bottom: 8px;
}

.sct-registration-form .divided-section .contact-preferences .form-row {
  margin-left: 0;
  margin-right: 0;
}

.sct-registration-form .divided-section .contact-preferences .fields {
  padding-top: 20px;
  padding-bottom: 10px;
}

.sct-registration-form .divided-section .contact-preferences input {
  display: inline;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 5px;
}

.sct-registration-form .divided-section .contact-preferences label {
  padding-left: 6px;
}

.sct-registration-form .recaptcha-block {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 30px;
}

.sct-registration-form .registration-submit {
  padding-bottom: 40px;
  margin-top: 25px;
}

.sct-registration-form .registration-submit .default-button {
  border-color: #ed008c !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.template-account .breadcrumbs-container {
  display: none;
}

.template-account p {
  margin-top: 0;
  margin-bottom: 0;
}

.template-account select.form-control {
  height: 32px !important;
}

.template-account .login-form input {
  max-width: 250px;
}

.template-account .login-form .login-btn {
  margin-top: 20px;
}

.template-account .account-menu {
  padding-bottom: 4px;
  padding-top: 10px;
  margin-bottom: 0;
}

.template-account .account-menu .account-menu-menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.template-account .account-menu .account-menu-menu li {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  border-top: 5px solid transparent;
  padding-top: 4px;
}

.template-account .account-menu .account-menu-menu li:after {
  content: '|';
  font-size: 22px;
  position: absolute;
  left: -14px;
  top: 0.5px;
}

.template-account .account-menu .account-menu-menu li:first-child {
  margin-left: 0;
}

.template-account .account-menu .account-menu-menu li:first-child:after {
  content: '';
  display: none;
}

@media (max-width: 767.98px) {
  .template-account .account-menu .account-menu-menu li {
    display: block;
    border-bottom: 1px solid #ed008c;
    border-top: none;
    margin-left: 0;
    padding-bottom: 5px;
  }

  .template-account .account-menu .account-menu-menu li:after {
    content: '';
    display: none;
  }

  .template-account .account-menu .account-menu-menu li:last-child {
    border-bottom: none;
  }
}

.template-account .account-menu .account-menu-menu li a {
  font-size: 18px;
}

.template-account .account-menu .account-menu-menu li.current-menu-item {
  border-top: 5px solid #ed008c;
}

@media (max-width: 767.98px) {
  .template-account .account-menu .account-menu-menu li.current-menu-item {
    border-top: none;
    border-bottom: 5px solid #ed008c;
  }
}

.template-account .section-with-button {
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #000 !important;
  padding-top: 30px;
}

.template-account .section-with-button .default-button {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.template-account .section-with-button .default-button:hover {
  border-color: #ed008c !important;
}

@media (max-width: 767.98px) {
  .template-account .section-with-button .default-button {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
    display: inline-block;
  }
}

.template-account .section-with-button .remove-button {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ed008c;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .template-account .section-with-button .remove-button {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }
}

.template-account .section-with-button h5 {
  margin-bottom: 20px;
}

.template-account .account-profile-overview .info-row {
  padding-bottom: 3px;
}

.template-account .account-profile-welcome-message h5 {
  font-weight: lighter;
  margin-bottom: 10px;
}

.template-account .account-profile-welcome-message p {
  max-width: 70%;
}

@media (max-width: 767.98px) {
  .template-account .account-profile-welcome-message p {
    max-width: 100%;
  }
}

.template-account .upcoming-performances {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.template-account .upcoming-performances .performances {
  padding-top: 10px;
}

.template-account .upcoming-performances .performance {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  max-width: 750px;
}

.template-account .upcoming-performances .performance:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .template-account .upcoming-performances .performance:last-child {
    margin-bottom: 0;
  }
}

.template-account .upcoming-performances .performance .title {
  margin-bottom: 4px;
}

.template-account .upcoming-performances .performance .time {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.template-account .upcoming-performances .performance .info {
  margin-bottom: 0;
}

.template-account .on-account-balance-component {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.template-account .on-account-balance-component h5 {
  margin-bottom: 20px;
}

.gift-cert-balance-header {
  margin-bottom: 30px;
}

.template-account .width-100 {
  width: 100%;
}

.template-account.page-profile-data .btn-primary {
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 10px 25px 10px 10px !important;
}

.template-account.page-profile-data .btn-primary:hover {
  border-color: #ed008c !important;
}

.template-account.page-profile-data .account_edit_credentials_form {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-bottom: 40px;
}

.template-account.page-profile-data .account_edit_credentials_form legend {
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.template-account.page-profile-data .account_edit_credentials_form .form-group,
.template-account.page-profile-data .account_edit_credentials_form .comment-form p,
.comment-form .template-account.page-profile-data .account_edit_credentials_form p {
  max-width: 240px;
}

@media (max-width: 575.98px) {
  .template-account.page-profile-data .account_edit_credentials_form .form-group,
  .template-account.page-profile-data .account_edit_credentials_form .comment-form p,
  .comment-form .template-account.page-profile-data .account_edit_credentials_form p {
    max-width: 100%;
  }
}

.template-account.page-profile-data .account_edit_information {
  border-top: 1px solid #000;
}

.template-account.page-profile-data .account_edit_information .tessitura-edit-information-form {
  max-width: 500px;
  padding-top: 35px;
  margin-bottom: 40px;
}

.template-account .tessitura-household-children-information {
  padding-top: 35px;
  margin-bottom: 35px;
  border-top: 1px solid #000;
}

.template-account .tessitura-household-children-information .section-header {
  margin-bottom: 20px;
}

.template-account .tessitura-household-children-information .household-children-message {
  margin-bottom: 40px;
}

.template-account .tessitura-household-children-information .children-row {
  margin-left: -41px;
}

@media (max-width: 767.98px) {
  .template-account .tessitura-household-children-information .children-row {
    margin-left: 0;
  }
}

.template-account .tessitura-household-children-information .children-row .square {
  padding-left: 40px;
  padding-right: 80px;
  border-left: 1px solid #000;
  margin-bottom: 20px;
}

.template-account .tessitura-household-children-information .children-row .square .form-group,
.template-account .tessitura-household-children-information .children-row .square .comment-form p,
.comment-form .template-account .tessitura-household-children-information .children-row .square p {
  max-width: 500px;
}

@media (max-width: 991.98px) {
  .template-account .tessitura-household-children-information .children-row .square {
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .template-account .tessitura-household-children-information .children-row .square {
    border-left: none;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.template-account .tessitura-household-children-information .children-row .add-new-child {
  position: relative;
}

@media (max-width: 767.98px) {
  .template-account .tessitura-household-children-information .children-row .add-new-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

.template-account .tessitura-household-children-information .children-row .add-new-child .add-child-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  color: #ed008c;
}

@media (max-width: 767.98px) {
  .template-account .tessitura-household-children-information .children-row .add-new-child .add-child-link {
    position: relative;
  }
}

.template-account .tessitura-household-children-information .children-row .add-new-child .add-child-link .fas {
  font-size: 50px;
  display: block;
  padding-top: 110px;
}

@media (max-width: 767.98px) {
  .template-account .tessitura-household-children-information .children-row .add-new-child .add-child-link .fas {
    padding-top: 20px;
  }
}

.template-account .tessitura-household-children-information .children-row .add-new-child .add-child-link span {
  display: block;
  font-weight: bold;
  padding-top: 1px;
}

.template-account .tessitura-household-children-information .children-row .num-children-0 {
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

@media (max-width: 767.98px) {
  .template-account .tessitura-household-children-information .children-row .num-children-0 {
    padding-left: 0 !important;
  }
}

.template-account .tessitura-household-children-information .children-row .num-children-0 .add-child-link {
  position: relative !important;
}

.template-account .tessitura-household-children-information .children-row .num-children-0 .add-child-link .fas {
  padding-top: 0;
  margin-top: -10px;
}

.template-account .tessitura-household-children-information .children-row .num-children-4,
.template-account .tessitura-household-children-information .children-row .num-children-8 {
  width: 100%;
  height: auto;
  padding-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .template-account .tessitura-household-children-information .children-row .num-children-4,
  .template-account .tessitura-household-children-information .children-row .num-children-8 {
    padding-right: 0;
  }
}

.template-account .tessitura-household-children-information .children-row .num-children-4 .add-child-link,
.template-account .tessitura-household-children-information .children-row .num-children-8 .add-child-link {
  position: relative;
}

.template-account .tessitura-household-children-information .children-row .num-children-4 .add-child-link .fas,
.template-account .tessitura-household-children-information .children-row .num-children-8 .add-child-link .fas {
  padding-top: 50px;
}

.template-account .tessitura-household-children-information .child-number {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}

.template-account .tessitura-household-children-information .birth-date {
  font-size: 16px;
  line-height: 20px;
}

.template-account .tessitura-household-children-information .birth-date span {
  font-weight: bold;
  display: block;
}

@media (max-width: 575.98px) {
  .template-account .tessitura-household-children-information #add-child-modal-label {
    line-height: 24px;
  }
}

.template-account .tessitura-household-children-information .profile-add-child-form {
  padding-top: 20px;
}

.template-account .tessitura-household-children-information .profile-add-child-form .divided-section {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.template-account .tessitura-household-children-information .profile-add-child-form .divided-section.submit-container {
  padding-top: 10px;
  padding-bottom: 20px;
}

.template-account .tessitura-household-children-information .profile-add-child-form .label-birth-date {
  margin-bottom: 8px;
}

.template-account .tessitura-household-children-information .profile-add-child-form .add-child-birthdate-fields .form-input {
  width: calc(33% - 12px) !important;
}

@media (max-width: 575.98px) {
  .template-account .tessitura-household-children-information .profile-add-child-form .add-child-birthdate-fields .form-input {
    margin-left: 12px !important;
  }

  .template-account .tessitura-household-children-information .profile-add-child-form .add-child-birthdate-fields .form-input:first-child {
    margin-left: 0 !important;
  }
}

.template-account .tessitura-update-contact-preferences {
  padding-top: 35px;
  margin-bottom: 40px;
  border-top: 1px solid #000;
}

.template-account .tessitura-update-contact-preferences .mailing-text {
  margin-left: 5px;
  margin-top: 20px;
  max-width: 700px;
  margin-bottom: 10px;
}

.template-account .tessitura-update-contact-preferences .contact-preferences {
  width: 100%;
  max-width: 500px;
}

.template-account .tessitura-update-contact-preferences .contact-preferences .form-group,
.template-account .tessitura-update-contact-preferences .contact-preferences .comment-form p,
.comment-form .template-account .tessitura-update-contact-preferences .contact-preferences p {
  position: relative;
  margin-bottom: 8px;
}

.template-account .tessitura-update-contact-preferences .contact-preferences .form-row {
  margin-left: 0;
  margin-right: 0;
}

.template-account .tessitura-update-contact-preferences .contact-preferences .fields {
  padding-top: 20px;
  padding-bottom: 10px;
}

.template-account .tessitura-update-contact-preferences .contact-preferences input {
  display: inline;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 5px;
}

.template-account .tessitura-update-contact-preferences .contact-preferences label {
  padding-left: 6px;
}

.template-account .personal-information .section-header {
  margin-bottom: 20px;
}

.sct-account-contributions {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-bottom: 40px;
}

.sct-account-contributions .my-contributions {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.sct-account-contributions .my-contributions .contribution {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .sct-account-contributions .my-contributions .contribution .amount {
    margin-bottom: 0;
  }
}

.template-account.giving-history p {
  max-width: 70%;
}

@media (max-width: 767.98px) {
  .template-account.giving-history p {
    max-width: 100%;
  }
}

.sct-gc-balance .default-button,
.sct-gc-purchase .default-button,
.sct-apply-gc .default-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 10px;
}

.sct-gc-balance .default-button:hover,
.sct-gc-purchase .default-button:hover,
.sct-apply-gc .default-button:hover {
  border-color: #ed008c !important;
}

.sct-gc-balance .form-group,
.sct-gc-balance .comment-form p,
.comment-form .sct-gc-balance p,
.sct-gc-purchase .form-group,
.sct-gc-purchase .comment-form p,
.comment-form .sct-gc-purchase p,
.sct-apply-gc .form-group,
.sct-apply-gc .comment-form p,
.comment-form .sct-apply-gc p {
  margin-bottom: 2px;
}

.sct-gc-balance .form-control,
.sct-gc-balance .comment-form input[type="text"],
.comment-form .sct-gc-balance input[type="text"],
.sct-gc-balance .comment-form input[type="email"],
.comment-form .sct-gc-balance input[type="email"],
.sct-gc-balance .comment-form input[type="url"],
.comment-form .sct-gc-balance input[type="url"],
.sct-gc-balance .comment-form textarea,
.comment-form .sct-gc-balance textarea,
.sct-gc-purchase .form-control,
.sct-gc-purchase .comment-form input[type="text"],
.comment-form .sct-gc-purchase input[type="text"],
.sct-gc-purchase .comment-form input[type="email"],
.comment-form .sct-gc-purchase input[type="email"],
.sct-gc-purchase .comment-form input[type="url"],
.comment-form .sct-gc-purchase input[type="url"],
.sct-gc-purchase .comment-form textarea,
.comment-form .sct-gc-purchase textarea,
.sct-apply-gc .form-control,
.sct-apply-gc .comment-form input[type="text"],
.comment-form .sct-apply-gc input[type="text"],
.sct-apply-gc .comment-form input[type="email"],
.comment-form .sct-apply-gc input[type="email"],
.sct-apply-gc .comment-form input[type="url"],
.comment-form .sct-apply-gc input[type="url"],
.sct-apply-gc .comment-form textarea,
.comment-form .sct-apply-gc textarea {
  max-width: 250px;
  border-radius: 2px;
  border: 1px solid #dcdedf;
  background-color: #f7f8f9;
}

.sct-gc-balance .gc-balance-submit,
.sct-gc-purchase .gc-balance-submit,
.sct-apply-gc .gc-balance-submit {
  padding: 10px 25px 10px 10px;
  border-color: #ed008c !important;
}

@media (max-width: 767.98px) {
  .sct-order-history-full.desktop {
    display: none;
  }
}

.sct-order-history-full.mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .sct-order-history-full.mobile {
    display: block;
  }
}

.sct-order-history-full .table th {
  border-top: none;
}

.sct-order-history-full .table td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.sct-order-history-full .table thead th {
  border-bottom: 1px solid #000;
}

.sct-order-history-full .table .order-row td {
  border-top: none;
}

.sct-order-history-full .table .total td {
  border-bottom: 1px solid #000;
}

.sct-order-history-full .table .total td .the-total {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}

.sct-order-history-full .mobile-order-group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #000;
}

.sct-order-history-full .mobile-order-group .mobile-order {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}

.sct-order-history-full .mobile-order-group .mobile-order span {
  font-weight: bold;
}

.sct-order-history-full .mobile-order-group .total {
  padding-top: 15px;
  font-size: 24px;
}

.sct-order-history-full .mobile-order-group .total span {
  font-weight: bold;
}

.sct-order-history-full .mobile-order-group .order-info {
  margin-bottom: 10px;
}

.sct-order-history-full .mobile-order-group .order-info p,
.sct-order-history-full .mobile-order-group .order-info span {
  font-size: 22px;
}

.sct-order-history-full .mobile-order-group .order-info span {
  font-weight: bold;
}

/* Password Reset */

.forgot-password-form {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .forgot-password-form {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .forgot-password-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.forgot-password-form .credentials-fieldgroup {
  max-width: 250px;
}

.forgot-password-form .forgot-password-btn {
  border-radius: 0 !important;
  background-color: transparent;
  border-color: #ed008c !important;
}

.forgot-password #result_message {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .forgot-password #result_message {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .forgot-password #result_message {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.account-reset-password {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .account-reset-password {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .account-reset-password {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.account-reset-password .password-fieldgroup {
  max-width: 250px;
}

.account-reset-password .reset-password-btn {
  border-radius: 0 !important;
  background-color: transparent;
  border-color: #ed008c !important;
  margin-top: 20px;
}

.account-reset-password #result_message {
  font-size: 18px;
  line-height: 25px;
}

/*
  Put bottom border on menu instead of subscription history in case SCT wants to put content
  between menu and history.
*/

.page-template-template-account.subscriptions .account-menu {
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}

.sct-subscription-history {
  margin-top: 20px;
}

.sct-subscription-history .alternating-color-row:nth-child(odd) {
  background-color: #e1e1e1;
}

@media (max-width: 767.98px) {
  .sct-subscription-history .alternating-color-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.sct-subscription-history .alternating-color-row .column {
  font-size: 18px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .sct-subscription-history .alternating-color-row .column {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sct-subscription-history .alternating-color-row .description {
  font-weight: bold;
  position: relative;
}

.sct-subscription-history .alternating-color-row .description-inner,
.sct-subscription-history .alternating-color-row .main-summary {
  padding-top: 7px;
  padding-bottom: 7px;
}

.sct-subscription-history .alternating-color-row .nfs-package .main-summary {
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sct-subscription-history .alternating-color-row .nfs-package .plays .play {
  margin-bottom: 25px;
  line-height: 24px;
}

.sct-subscription-history .alternating-color-row .nfs-package .plays .play .play-name {
  font-weight: bold;
  text-transform: uppercase;
}

.sct-subscription-history .alternating-color-row .positioned-button {
  position: absolute;
  right: 15px;
  top: 9px;
}

@media (max-width: 767.98px) {
  .sct-subscription-history .alternating-color-row .positioned-button {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
    text-align: right;
  }
}

.sct-subscription-history .alternating-color-row .positioned-button .default-button {
  padding: 6px 12px !important;
  font-size: 16px;
}

/* Cart Pages */

.sct-cart-single-tickets,
.sct-fixed-packages,
.sct-nfs-packages,
.default-cart-component {
  padding-top: 20px;
  padding-bottom: 10px;
}

.sct-cart-single-tickets .remove-button,
.sct-fixed-packages .remove-button,
.sct-nfs-packages .remove-button,
.default-cart-component .remove-button {
  position: absolute;
  right: 0;
  top: -7px;
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .sct-cart-single-tickets .remove-button,
  .sct-fixed-packages .remove-button,
  .sct-nfs-packages .remove-button,
  .default-cart-component .remove-button {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
  }
}

.sct-cart-single-tickets .single-tickets-display-cart,
.sct-fixed-packages .single-tickets-display-cart,
.sct-nfs-packages .single-tickets-display-cart,
.default-cart-component .single-tickets-display-cart {
  padding-top: 40px;
  border-top: 1px solid #000;
}

.sct-cart-single-tickets .perf-heading,
.sct-fixed-packages .perf-heading,
.sct-nfs-packages .perf-heading,
.default-cart-component .perf-heading {
  padding-top: 10px;
  margin-bottom: 6px;
  max-width: 75%;
}

@media (max-width: 767.98px) {
  .sct-cart-single-tickets .perf-heading,
  .sct-fixed-packages .perf-heading,
  .sct-nfs-packages .perf-heading,
  .default-cart-component .perf-heading {
    max-width: 100%;
  }
}

.sct-cart-single-tickets .performance-basic-info,
.sct-cart-single-tickets .default-basic-info,
.sct-fixed-packages .performance-basic-info,
.sct-fixed-packages .default-basic-info,
.sct-nfs-packages .performance-basic-info,
.sct-nfs-packages .default-basic-info,
.default-cart-component .performance-basic-info,
.default-cart-component .default-basic-info {
  position: relative;
}

.sct-cart-single-tickets .performance-information,
.sct-cart-single-tickets .default-information,
.sct-fixed-packages .performance-information,
.sct-fixed-packages .default-information,
.sct-nfs-packages .performance-information,
.sct-nfs-packages .default-information,
.default-cart-component .performance-information,
.default-cart-component .default-information {
  position: relative;
  margin-bottom: 20px;
}

.sct-cart-single-tickets .performance-information.padded-top,
.sct-cart-single-tickets .default-information.padded-top,
.sct-fixed-packages .performance-information.padded-top,
.sct-fixed-packages .default-information.padded-top,
.sct-nfs-packages .performance-information.padded-top,
.sct-nfs-packages .default-information.padded-top,
.default-cart-component .performance-information.padded-top,
.default-cart-component .default-information.padded-top {
  padding-top: 20px;
}

.sct-cart-single-tickets .performance-information ul,
.sct-cart-single-tickets .default-information ul,
.sct-fixed-packages .performance-information ul,
.sct-fixed-packages .default-information ul,
.sct-nfs-packages .performance-information ul,
.sct-nfs-packages .default-information ul,
.default-cart-component .performance-information ul,
.default-cart-component .default-information ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sct-cart-single-tickets .performance-information .subtotal,
.sct-cart-single-tickets .default-information .subtotal,
.sct-fixed-packages .performance-information .subtotal,
.sct-fixed-packages .default-information .subtotal,
.sct-nfs-packages .performance-information .subtotal,
.sct-nfs-packages .default-information .subtotal,
.default-cart-component .performance-information .subtotal,
.default-cart-component .default-information .subtotal {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sct-cart-single-tickets .performance-information .subtotal p,
.sct-cart-single-tickets .default-information .subtotal p,
.sct-fixed-packages .performance-information .subtotal p,
.sct-fixed-packages .default-information .subtotal p,
.sct-nfs-packages .performance-information .subtotal p,
.sct-nfs-packages .default-information .subtotal p,
.default-cart-component .performance-information .subtotal p,
.default-cart-component .default-information .subtotal p {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .sct-cart-single-tickets .performance-information .subtotal,
  .sct-cart-single-tickets .default-information .subtotal,
  .sct-fixed-packages .performance-information .subtotal,
  .sct-fixed-packages .default-information .subtotal,
  .sct-nfs-packages .performance-information .subtotal,
  .sct-nfs-packages .default-information .subtotal,
  .default-cart-component .performance-information .subtotal,
  .default-cart-component .default-information .subtotal {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
}

.sct-cart-single-tickets .remove-performance-mobile,
.sct-cart-single-tickets .remove-item-mobile,
.sct-cart-single-tickets .remove-performance-mobile-style,
.sct-fixed-packages .remove-performance-mobile,
.sct-fixed-packages .remove-item-mobile,
.sct-fixed-packages .remove-performance-mobile-style,
.sct-nfs-packages .remove-performance-mobile,
.sct-nfs-packages .remove-item-mobile,
.sct-nfs-packages .remove-performance-mobile-style,
.default-cart-component .remove-performance-mobile,
.default-cart-component .remove-item-mobile,
.default-cart-component .remove-performance-mobile-style {
  display: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .sct-cart-single-tickets .remove-performance-mobile,
  .sct-cart-single-tickets .remove-item-mobile,
  .sct-cart-single-tickets .remove-performance-mobile-style,
  .sct-fixed-packages .remove-performance-mobile,
  .sct-fixed-packages .remove-item-mobile,
  .sct-fixed-packages .remove-performance-mobile-style,
  .sct-nfs-packages .remove-performance-mobile,
  .sct-nfs-packages .remove-item-mobile,
  .sct-nfs-packages .remove-performance-mobile-style,
  .default-cart-component .remove-performance-mobile,
  .default-cart-component .remove-item-mobile,
  .default-cart-component .remove-performance-mobile-style {
    display: block;
    margin-top: 10px;
  }
}

.sct-cart-single-tickets .list li,
.sct-fixed-packages .list li,
.sct-nfs-packages .list li,
.default-cart-component .list li {
  font-size: 18px;
  list-style-type: none;
}

.sct-cart-single-tickets .workshop-selection,
.sct-fixed-packages .workshop-selection,
.sct-nfs-packages .workshop-selection,
.default-cart-component .workshop-selection {
  background-color: #e1e1e1;
  padding: 25px;
  margin-top: 30px;
}

.sct-cart-single-tickets .workshop-selection .default-button,
.sct-fixed-packages .workshop-selection .default-button,
.sct-nfs-packages .workshop-selection .default-button,
.default-cart-component .workshop-selection .default-button {
  font-size: 18px;
  background-color: #fff;
}

.sct-cart-single-tickets .workshop-lineitem,
.sct-fixed-packages .workshop-lineitem,
.sct-nfs-packages .workshop-lineitem,
.default-cart-component .workshop-lineitem {
  border-top: 2px solid #e1e1e1;
  margin-top: 20px;
  padding-top: 20px;
  max-width: 650px;
}

.cart-summary-sct {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.cart-summary-sct .cart-fees-text {
  width: calc(100% - 75px);
}

.cart-summary-sct .cart-fees-text .order-total {
  font-weight: bold;
  text-transform: uppercase;
}

.cart-summary-sct .cart-fees-numbers {
  width: 70px;
  margin-left: 5px;
}

.cart-summary-sct .cart-fees-numbers ul {
  padding: 0 !important;
}

.cart-summary-sct .cart-fees-numbers li {
  font-weight: bold;
}

.checkout-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .checkout-button-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .checkout-button-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.checkout-button-container .btn-checkout-submit {
  border-radius: 0 !important;
  background-color: transparent !important;
  border-color: #ed008c !important;
}

.checkout-button-container .btn-checkout-submit.disabled {
  cursor: default;
  opacity: 0.3;
}

.checkout-button-container .btn-checkout-submit.disabled:hover {
  background-color: transparent !important;
}

.guest-checkout-link {
  float: right;
  margin-right: 25px;
  margin-top: -20px;
}

@media (max-width: 767.98px) {
  .guest-checkout-link {
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .guest-checkout-link {
    margin-right: 15px;
  }
}

.cart-checkout {
  padding-top: 10px;
  padding-bottom: 30px;
}

.cart-checkout .checkout-zero-balance {
  border-radius: 0 !important;
  background-color: transparent !important;
  border-color: #ed008c !important;
}

.cart-checkout .checkout-zero-balance.disabled {
  cursor: default;
  opacity: 0.3;
}

.cart-checkout .checkout-zero-balance.disabled:hover {
  background-color: transparent !important;
}

.cart-template .page-header .inner-header-image {
  margin-bottom: 0;
}

.cart-expiry {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ed008c;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 5px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .cart-expiry {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .cart-expiry {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Everything is based off of the single tickets design, with just some key variations */

.sct-cart-single-tickets.classes {
  padding-bottom: 20px;
}

.sct-cart-single-tickets.classes .class-waitlisted-msg-alert p:last-child {
  margin-bottom: 0 !important;
}

.sct-cart-single-tickets.classes .perf-heading {
  margin-bottom: 20px;
}

.sct-cart-single-tickets.classes .class-information .extended-care {
  position: relative;
}

.sct-cart-single-tickets.classes .class-information .extended-care .remove-button {
  top: 15px;
}

.sct-cart-single-tickets.classes .class-information .class-info-only {
  position: relative;
}

.sct-cart-single-tickets.classes .class-upsells {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}

.sct-cart-single-tickets.classes .class-upsells .upsell-header {
  margin-bottom: 20px;
}

.sct-cart-single-tickets.classes .class-upsells .upsells {
  padding-bottom: 10px;
  max-width: 500px;
}

.sct-cart-single-tickets.classes .class-upsells .upsells .upsell {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
}

.sct-cart-single-tickets.classes .class-upsells .upsells .upsell:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.sct-cart-single-tickets.classes .class-upsells .list {
  padding-left: 0;
}

.sct-cart-single-tickets .extended-care hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sct-cart-single-tickets .extended-care p {
  margin-bottom: 0;
}

.sct-cart-single-tickets .extended-care .selected-classes {
  max-width: 70%;
}

@media (max-width: 575.98px) {
  .sct-cart-single-tickets .subtotal {
    margin-top: 20px;
  }
}

/* Everything is based off of the single tickets design, with just some key variations */

.sct-cart-single-tickets.merchandise .perf-heading {
  margin-bottom: 20px;
}

.sct-incart-donation {
  padding-bottom: 20px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #000;
}

.sct-incart-donation .group-radio .donation-header {
  margin-bottom: 2px;
}

.sct-incart-donation .group-freeform input {
  max-width: 270px;
  border-radius: 2px;
  border: 1px solid #dcdedf;
  background-color: #f7f8f9;
}

.sct-incart-donation .group-freeform .donation-header {
  margin-bottom: 4px;
}

.sct-incart-donation .radio-grouping .inline-label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
}

.sct-incart-donation .radio-grouping .inline-label input {
  position: absolute;
  left: 0;
  top: 7px;
}

.sct-incart-donation .default-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 10px;
}

.sct-incart-donation .default-button:hover {
  border-color: #ed008c !important;
}

.sct-incart-donation .col-inner-left img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.sct-incart-donation .col-inner-right h5 {
  margin-bottom: 20px;
}

.sct-incart-donation .col-left {
  margin-bottom: 20px;
}

.template-cart .before-promo {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #000;
}

.template-cart .before-promo h5 {
  margin-bottom: 30px;
}

.cart-promo-code-area-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
}

.cart-promo-code-area-wrapper .promo-code-header {
  padding-bottom: 20px;
}

.sct-incart-promocode .default-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 10px;
}

.sct-incart-promocode .default-button:hover {
  border-color: #ed008c !important;
}

.sct-incart-promocode .form-group,
.sct-incart-promocode .comment-form p,
.comment-form .sct-incart-promocode p {
  margin-bottom: 2px;
}

.sct-incart-promocode .form-control,
.sct-incart-promocode .comment-form input[type="text"],
.comment-form .sct-incart-promocode input[type="text"],
.sct-incart-promocode .comment-form input[type="email"],
.comment-form .sct-incart-promocode input[type="email"],
.sct-incart-promocode .comment-form input[type="url"],
.comment-form .sct-incart-promocode input[type="url"],
.sct-incart-promocode .comment-form textarea,
.comment-form .sct-incart-promocode textarea {
  max-width: 250px;
  border-radius: 2px;
  border: 1px solid #dcdedf;
  background-color: #f7f8f9;
}

.sct-incart-promocode .promocode-submit {
  padding: 10px;
  border-color: #ed008c !important;
}

.sct-incart-promocode .remove-promocode {
  font-size: 18px;
}

.sct-incart-promocode .promo-code-applied {
  position: relative;
}

.sct-incart-promocode .promo-code-applied .the-code {
  font-size: 18px;
}

.sct-incart-promocode .promo-code-applied .promo-desc {
  font-size: 16px;
  font-style: italic;
  max-width: 500px;
}

.sct-incart-promocode .promo-code-applied .remove-promocode.desktop {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: -60px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .sct-incart-promocode .promo-code-applied .remove-promocode.desktop {
    display: none;
  }
}

.sct-incart-promocode .promo-code-applied .remove-promocode.mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .sct-incart-promocode .promo-code-applied .remove-promocode.mobile {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.sct-cart-single-tickets.donation-lineitem {
  padding-top: 0;
  padding-bottom: 0;
}

.sct-cart-single-tickets.donation-lineitem .subtotal {
  bottom: 20px;
}

@media (max-width: 575.98px) {
  .sct-cart-single-tickets.donation-lineitem .subtotal {
    bottom: 0;
  }
}

.sct-cart-single-tickets.donation-lineitem .donation-remove {
  position: absolute;
  right: 0;
  top: -7px;
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .sct-cart-single-tickets.donation-lineitem .donation-remove {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
  }
}

.sct-cart-single-tickets.donation-lineitem .donation-basic-info {
  padding-bottom: 1px;
}

.cart-template.payment .breadcrumbs-container {
  display: none;
}

.cart-template.payment .payment-information-divider {
  border-color: #000;
  margin-bottom: 40px;
}

.cart-template.payment .payment-information-header {
  margin-top: -20px;
  margin-bottom: 10px;
}

.cart-template.payment .payment-iframe iframe {
  min-height: 300px;
  margin-left: -25px;
  width: 100%;
}

.cart-template.payment .required-field {
  margin-top: -30px;
  margin-bottom: 0;
}

.cart-template.payment .amount-to-charge-message {
  margin-bottom: 0;
}

.template-margined.receipt .breadcrumbs-container {
  display: none;
}

.template-margined.receipt ul {
  padding-left: 0;
  padding-right: 0;
}

.template-margined.receipt .receipt-order-details {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 60px;
}

.template-margined.receipt .receipt-order-details ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 18px;
  line-height: 25px;
}

.template-margined.receipt .receipt-order-details h5 {
  margin-bottom: 20px;
}

.template-margined.receipt .order-summary {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #000;
  font-size: 18px;
  line-height: 25px;
}

.template-margined.receipt .order-summary .total {
  font-weight: bold;
}

.template-margined.receipt .order-summary .value {
  min-width: 70px;
  margin-left: 5px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .template-margined.receipt .subtotal-desktop {
    display: none;
  }
}

.template-margined.receipt .subtotal-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .template-margined.receipt .subtotal-mobile {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .template-margined.receipt .donation-information .subtotal {
    margin-top: 0;
  }
}

.template-margined.receipt .performance-title-single-header {
  margin-bottom: 2px;
}

.template-margined .extended-care-receipt-maxwidth p {
  max-width: 60%;
}

@media (max-width: 767.98px) {
  .template-margined .extended-care-receipt-maxwidth p {
    max-width: 100%;
  }
}

.cart-shipping-delivery {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.cart-shipping-delivery .section-header {
  margin-bottom: 30px;
}

.cart-shipping-delivery .btn-add-address {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 10px;
  padding: 0 !important;
  font-size: 16px;
  border: 0 !important;
}

.cart-shipping-delivery .btn-add-address:hover,
.cart-shipping-delivery .btn-add-address:focus {
  background-color: transparent;
  text-decoration: underline !important;
}

.cart-shipping-delivery .field-container {
  max-width: 300px;
  margin-bottom: 20px;
}

.cart-add-address-modal .address2-input {
  margin-top: 6px;
}

.cart-add-address-modal .city-state-zip {
  margin-left: 0;
  margin-right: -15px;
}

.cart-add-address-modal .city-state-zip .col-sm-4 {
  padding-left: 0;
}

.cart-add-address-modal .cancel-btn {
  border: none;
  background-color: transparent !important;
  padding: 0;
  margin-right: 15px;
}

.cart-add-address-modal .add-address-cart-btn {
  border-radius: 0 !important;
}

.sct-fixed-packages {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 40px;
}

.sct-nfs-packages {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 40px;
}

.sct-nfs-packages .remove-button a {
  padding-right: 0;
  margin-left: 20px;
}

.sct-nfs-packages .nfs-in-cart {
  margin-top: 20px;
}

.sct-nfs-packages .remove-performance-mobile {
  margin-top: 10px;
  margin-bottom: 0;
}

.apply-gift-certificate-component {
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 20px;
}

.apply-gift-certificate-component .section-header {
  padding-bottom: 20px;
}

.apply-gift-certificate-component .apply-gc-message {
  margin-bottom: 20px;
  border-radius: 0.25rem;
  padding: 15px 15px 15px 0;
}

.apply-gift-certificate-component .apply-gc-message.alert-success {
  border: 1px solid #c3e6cb;
}

.apply-gift-certificate-component .apply-gc-message.alert-danger {
  border: 1px solid #f5c6cb;
}

.default-cart-component.gift-certificate .note,
.receipt-item.gift-certificate .note {
  margin-right: 200px;
}

@media (max-width: 575.98px) {
  .default-cart-component.gift-certificate .note,
  .receipt-item.gift-certificate .note {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .default-cart-component.gift-certificate .subtotal,
  .receipt-item.gift-certificate .subtotal {
    margin-top: 20px;
  }
}

.apply-gift-certificate-cart input,
.apply-gift-certificate-cart input.form-control,
.apply-gift-certificate-cart .comment-form input[type="text"],
.comment-form .apply-gift-certificate-cart input[type="text"],
.apply-gift-certificate-cart .comment-form input[type="email"],
.comment-form .apply-gift-certificate-cart input[type="email"],
.apply-gift-certificate-cart .comment-form input[type="url"],
.comment-form .apply-gift-certificate-cart input[type="url"] {
  max-width: 250px;
}

.apply-gift-certificate-cart .default-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 10px;
}

.apply-gift-certificate-cart .default-button:hover {
  border-color: #ed008c !important;
}

.apply-gift-certificate-cart .apply-gc-message {
  padding-left: 15px;
  padding-right: 15px;
}

.apply-gift-certificate-cart .apply-gc-message h3:last-child,
.apply-gift-certificate-cart .apply-gc-message h4:last-child,
.apply-gift-certificate-cart .apply-gc-message h5:last-child {
  margin-bottom: 0;
}

.applied-gift-certificates .alert {
  margin-top: 15px;
}

.sct-guest-checkout-form .guest-create-account-form {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .sct-guest-checkout-form .guest-create-account-form {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .sct-guest-checkout-form .guest-create-account-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.sct-guest-checkout-form .guest-create-account-form .section-header {
  padding-left: 0;
  padding-right: 0;
}

.sct-guest-checkout-form .guest-create-account-form .form-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.sct-guest-checkout-form .guest-checkout-registration {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .sct-guest-checkout-form .guest-checkout-registration {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .sct-guest-checkout-form .guest-checkout-registration {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.sct-guest-checkout-form .guest-checkout-registration .registration-btn {
  border-radius: 0 !important;
  background-color: transparent !important;
  border-color: #ed008c !important;
}

.guest-checkout-convert-container {
  border-top: 1px solid #000;
  padding-top: 40px;
}

.guest-checkout-convert-container .create-account-btn {
  padding-top: 10px;
}

.guest-checkout-convert-container .create-account-btn .default-button {
  border-color: #ed008c !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.guest-checkout-convert-container .upgrade-messaging {
  max-width: 75%;
}

@media (max-width: 767.98px) {
  .guest-checkout-convert-container .upgrade-messaging {
    max-width: 100%;
  }
}

.guest-checkout-convert-container .password-fields {
  margin-left: -5px;
  margin-right: -5px;
}

.guest-checkout-convert-container .password-fields .column {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 575.98px) {
  .guest-checkout-convert-container .password-fields .column {
    margin-top: 10px;
  }

  .guest-checkout-convert-container .password-fields .column:first-child {
    margin-top: 0;
  }
}

/* Packages Pages */

.sct-voucher-production-listing,
.sct-nfs-package-listing {
  margin-top: 60px;
}

.sct-voucher-production-listing .column,
.sct-nfs-package-listing .column {
  border-top: 5px solid #000;
  padding-top: 35px;
}

.sct-voucher-production-listing .column.first,
.sct-nfs-package-listing .column.first {
  width: 75%;
}

@media (max-width: 991.98px) {
  .sct-voucher-production-listing .column.first,
  .sct-nfs-package-listing .column.first {
    width: 65%;
  }
}

.sct-voucher-production-listing .column.second,
.sct-nfs-package-listing .column.second {
  width: 21%;
  margin-left: 4%;
}

@media (max-width: 991.98px) {
  .sct-voucher-production-listing .column.second,
  .sct-nfs-package-listing .column.second {
    width: 29%;
    margin-left: 6%;
  }
}

@media (max-width: 767.98px) {
  .sct-voucher-production-listing .column.first,
  .sct-voucher-production-listing .column.second,
  .sct-nfs-package-listing .column.first,
  .sct-nfs-package-listing .column.second {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.sct-voucher-production-listing .column .header,
.sct-nfs-package-listing .column .header {
  margin-bottom: 35px;
}

.sct-voucher-production-listing .column .productions-row .prod-column,
.sct-nfs-package-listing .column .productions-row .prod-column {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 45px;
}

.sct-voucher-production-listing .column .productions-row .prod-column .prod-image,
.sct-nfs-package-listing .column .productions-row .prod-column .prod-image {
  margin-bottom: 15px;
  max-width: 100%;
}

.sct-voucher-production-listing .column .productions-row .prod-column .prod-title,
.sct-nfs-package-listing .column .productions-row .prod-column .prod-title {
  margin-bottom: 4px;
}

.sct-voucher-production-listing .column .productions-row .prod-column .time-info,
.sct-nfs-package-listing .column .productions-row .prod-column .time-info {
  font-weight: bold;
  font-size: 18px;
}

.sct-voucher-production-listing .column .productions-row .prod-column .btn-select,
.sct-nfs-package-listing .column .productions-row .prod-column .btn-select {
  border-radius: 0;
  border: 3px solid #ed008c;
  background-color: transparent;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.sct-voucher-production-listing .column .productions-row .prod-column .btn-select.selected,
.sct-nfs-package-listing .column .productions-row .prod-column .btn-select.selected {
  background-color: #d9d9d9;
  color: #808080 !important;
  border-color: #808080;
  cursor: default;
}

.sct-voucher-production-listing .column .productions-row .prod-column .btn-select.selected:hover,
.sct-nfs-package-listing .column .productions-row .prod-column .btn-select.selected:hover {
  background-color: #d9d9d9 !important;
}

.sct-voucher-production-listing .column .my-plays,
.sct-nfs-package-listing .column .my-plays {
  border-bottom: 5px solid #000;
  margin-bottom: 20px;
}

.sct-voucher-production-listing .column .my-plays .play,
.sct-nfs-package-listing .column .my-plays .play {
  margin-bottom: 30px;
}

.sct-voucher-production-listing .column .my-plays .play p,
.sct-nfs-package-listing .column .my-plays .play p {
  margin-bottom: 5px;
}

.sct-voucher-production-listing .column .my-plays .play .remove,
.sct-nfs-package-listing .column .my-plays .play .remove {
  font-size: 24px;
  font-weight: bold;
}

.sct-voucher-production-listing .column .subtotal,
.sct-nfs-package-listing .column .subtotal {
  padding-top: 10px;
}

.sct-voucher-production-listing .column .subtotal .the-subtotal,
.sct-nfs-package-listing .column .subtotal .the-subtotal {
  margin-bottom: 10px;
}

.sct-voucher-production-listing .column .subtotal .btn-container,
.sct-nfs-package-listing .column .subtotal .btn-container {
  padding-top: 5px;
}

.sct-voucher-production-listing .column .subtotal .btn-continue,
.sct-nfs-package-listing .column .subtotal .btn-continue {
  border-radius: 0;
  background-color: transparent;
  border-color: #ed008c;
}

.sct-voucher-production-listing .column .subtotal .btn-continue.disabled,
.sct-nfs-package-listing .column .subtotal .btn-continue.disabled {
  cursor: default;
  opacity: 0.3;
}

.sct-voucher-production-listing .column .subtotal .btn-continue.disabled:hover,
.sct-nfs-package-listing .column .subtotal .btn-continue.disabled:hover {
  background-color: transparent !important;
}

.sct-voucher-production-listing .main-nfs-row,
.sct-nfs-package-listing .main-nfs-row {
  margin-left: 0;
  margin-right: 0;
}

.sct-voucher-modal .modal-body,
.sct-nfs-modal .modal-body {
  overflow: hidden;
}

.sct-voucher-modal .nfs-package-modal-zones,
.sct-nfs-modal .nfs-package-modal-zones {
  margin-left: -30px;
  margin-right: -30px;
}

.sct-voucher-modal .nfs-package-modal-zones .column-syos,
.sct-nfs-modal .nfs-package-modal-zones .column-syos {
  position: relative;
}

.sct-voucher-modal .nfs-package-modal-zones .column-syos .syos-trigger,
.sct-nfs-modal .nfs-package-modal-zones .column-syos .syos-trigger {
  display: block;
}

.sct-voucher-modal .nfs-package-modal-zones .column-syos .divider,
.sct-nfs-modal .nfs-package-modal-zones .column-syos .divider {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .sct-voucher-modal .nfs-package-modal-zones .column-syos .divider,
  .sct-nfs-modal .nfs-package-modal-zones .column-syos .divider {
    right: 8px;
  }
}

@media (max-width: 767.98px) {
  .sct-voucher-modal .nfs-package-modal-zones .column-syos .divider,
  .sct-nfs-modal .nfs-package-modal-zones .column-syos .divider {
    position: relative;
    right: 0;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

.sct-voucher-modal .nfs-package-modal-zones .column-syos .divider .line,
.sct-nfs-modal .nfs-package-modal-zones .column-syos .divider .line {
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5px);
  background-color: #000;
  color: #000;
}

@media (max-width: 767.98px) {
  .sct-voucher-modal .nfs-package-modal-zones .column-syos .divider .line,
  .sct-nfs-modal .nfs-package-modal-zones .column-syos .divider .line {
    width: 100%;
    height: 1px;
    left: 0;
  }
}

.sct-voucher-modal .nfs-package-modal-zones .column-syos .divider .text,
.sct-nfs-modal .nfs-package-modal-zones .column-syos .divider .text {
  background-color: #fff;
  left: -10px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: absolute;
  top: calc(50% - 16px);
}

@media (max-width: 767.98px) {
  .sct-voucher-modal .nfs-package-modal-zones .column-syos .divider .text,
  .sct-nfs-modal .nfs-package-modal-zones .column-syos .divider .text {
    left: calc(50% - 25px);
    padding: 5px 10px;
    position: absolute;
    top: -17px;
  }
}

.voucher-redeem-modal #nfs-package-alert-message,
.nfs-package-modal #nfs-package-alert-message {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

.fixed-package-modal .modal-header {
  padding-bottom: 0;
}

.fixed-package-modal #fixed-package-alert-message {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  margin-left: 15px;
  margin-right: 15px;
}

.fixed-package-modal .zones-and-pricing .col-price-container {
  padding-top: 6px;
}

@media (max-width: 767.98px) {
  .fixed-package-modal .zones-and-pricing .col-price-container label {
    display: inline-block;
    margin-right: 4px;
  }
}

.fixed-package-modal .zones-and-pricing #js-fixed-package-submit-btn {
  margin-top: 20px;
}

.fixed-package-modal .zones-and-pricing .col-pricing label {
  display: block;
}

.fixed-package-modal .zones-and-pricing .col-pricing .the-price {
  padding-top: 8px;
}

@media (max-width: 767.98px) {
  .fixed-package-modal .hide-mobile {
    display: none;
  }
}

.fixed-package-modal .show-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .fixed-package-modal .show-mobile {
    display: block;
  }
}

.page-redeem-data.redeem .breadcrumbs-container {
  display: none;
}

.sct-voucher-production-listing .main-production-row {
  margin-left: 0;
  margin-right: 0;
}

.sct-voucher-production-listing .main-production-row .prod-column .prod-title {
  padding-bottom: 15px;
}

.sct-voucher-production-listing .main-production-row .nfs-in-cart #remaining-voucher-info {
  margin-bottom: 0;
}

.sct-voucher-production-listing .main-production-row .nfs-in-cart .subtotal {
  margin-top: 30px;
}

.sct-voucher-production-listing .main-production-row .nfs-in-cart .btn-container .btn,
.sct-voucher-production-listing .main-production-row .nfs-in-cart .btn-container .comment-form input[type="submit"],
.comment-form .sct-voucher-production-listing .main-production-row .nfs-in-cart .btn-container input[type="submit"] {
  border-radius: 0;
}

#voucher-redeem-form #voucher-performance-select #pt-spinner {
  margin-top: 20px;
  font-size: 20px;
}

#voucher-redeem-form #voucher-performance-select .venue-img {
  margin-bottom: 20px;
}

#voucher-redeem-form #voucher-performance-select .divider {
  margin-bottom: 0;
  margin-top: -5px;
}

@media (max-width: 575.98px) {
  #voucher-redeem-form #voucher-performance-select .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#voucher-redeem-form #voucher-performance-select .price-types-container {
  padding-top: 10px;
}

#voucher-redeem-form #voucher-package-alert-message {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: -5px;
}

.voucher-modal-status-message {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}

/* Gift Certificate Pages */

body.gift-certificates .purchase-gift-certificate-component {
  margin-top: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 575.98px) {
  body.gift-certificates .purchase-gift-certificate-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.gift-certificates .purchase-gc-submit {
  border-radius: 0;
  background-color: transparent !important;
  border-color: #ed008c !important;
}

@media (max-width: 575.98px) {
  body.gift-certificates .purchase-gc-submit {
    font-size: 16px;
    padding-right: 20px;
  }
}

body.gift-certificates .purchase-gc-form .the-gc-form {
  width: 50%;
}

@media (max-width: 767.98px) {
  body.gift-certificates .purchase-gc-form .the-gc-form {
    width: 75%;
  }
}

@media (max-width: 575.98px) {
  body.gift-certificates .purchase-gc-form .the-gc-form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.gift-certificates .purchase-gc-form .form-group .column,
body.gift-certificates .purchase-gc-form .comment-form p .column,
.comment-form body.gift-certificates .purchase-gc-form p .column {
  padding-right: 0;
  margin-bottom: 20px;
}

body.gift-certificates .purchase-gc-form .form-group label,
body.gift-certificates .purchase-gc-form .comment-form p label,
.comment-form body.gift-certificates .purchase-gc-form p label {
  padding-top: 2px;
  padding-bottom: 0;
}

body.gift-certificates .purchase-gc-form .form-group input,
body.gift-certificates .purchase-gc-form .comment-form p input,
.comment-form body.gift-certificates .purchase-gc-form p input,
body.gift-certificates .purchase-gc-form .form-group textarea,
body.gift-certificates .purchase-gc-form .comment-form p textarea,
.comment-form body.gift-certificates .purchase-gc-form p textarea {
  width: 100%;
  max-width: 100%;
}

body.gift-certificates .purchase-gc-form .form-group.row-amt label,
body.gift-certificates .purchase-gc-form .comment-form p.row-amt label,
.comment-form body.gift-certificates .purchase-gc-form p.row-amt label {
  padding-top: 4px;
}

@media (max-width: 575.98px) {
  body.gift-certificates .purchase-gc-form .form-group .col-12,
  body.gift-certificates .purchase-gc-form .comment-form p .col-12,
  .comment-form body.gift-certificates .purchase-gc-form p .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

body.gift-certificates .purchase-gc-form .form-group .chars-remaining,
body.gift-certificates .purchase-gc-form .comment-form p .chars-remaining,
.comment-form body.gift-certificates .purchase-gc-form p .chars-remaining {
  font-size: 13px;
  font-style: italic;
  padding-left: 0;
}

body.gift-certificates .purchase-gc-form .column-label {
  padding-left: 0;
}

body.gift-certificates .purchase-gc-form #gc_amount {
  max-width: calc(100% - 33px);
}

body.gift-certificates .siteorigin-widget-tinymce .accordion {
  margin-left: 0;
  margin-right: 0;
}

.my-account .sct-gc-balance {
  margin-top: 20px;
}

.my-account .gc-balance {
  margin-bottom: 6px;
}

/* Additional Widgets */

.staff-member-solo .staff-member-solo-inner .staff-member-image {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 8px;
}

.staff-member-solo .staff-member-solo-inner .staff-member-name {
  font-weight: bold;
  padding: 0;
  margin-bottom: 8px;
  line-height: 20px;
}

.staff-member-solo .staff-member-solo-inner .staff-member-role {
  font-style: italic;
  padding: 0;
  line-height: 20px;
}

.staff-member-solo .staff-member-solo-inner.active {
  cursor: pointer;
}

.staff-member-solo .staff-member-solo-inner.active .staff-member-name {
  color: #ed008c;
}

.staff-member-solo .staff-member-solo-inner.active .staff-member-role {
  color: #ed008c;
}

.staff-member-solo .staff-standalone-modal-contents .staff-member-modal-image {
  width: 100%;
  margin: 0 auto 15px;
  display: block;
  max-width: 200px;
}

.share-widget {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.share-widget .column {
  padding-left: 0;
  padding-right: 0;
}

.share-widget .share-header {
  margin-bottom: 20px;
}

.share-widget .share-widget-buttons {
  padding-top: 10px;
}

.share-widget .share-widget-image {
  width: 100%;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .share-widget .share-widget-image {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Misc Pages */

.site-map .sitemap-column h4 {
  margin-bottom: 20px;
}

.site-map .sitemap-column ul {
  margin-left: 20px;
}

.site-map .sitemap-column ul .children {
  padding-left: 20px;
}

/* Fixes for 3rd Party Booked Modal */

.bm-window {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 20px;
}

@media (max-width: 767.98px) {
  .bm-window {
    top: 0;
  }
}

.bm-window .booked-form[style] {
  max-height: 500px !important;
}

.bm-window[style] {
  max-height: 500px !important;
}

/* stylelint-disable */

#syos .syos-content {
  background-color: #e5e5e5;
}

#syos .seat-data.seat-ticket-options h6:first-of-type,
#syos .seat-data.seat-description h6:first-of-type {
  color: #fff !important;
  background-color: #ed008c !important;
}

#syos .promo-container .promo-button {
  border-radius: 0;
  background-color: #fff;
  padding: 10px 15px;
}

#syos .promo-container .promo-content-wrapper .promocode-submit {
  border-radius: 0;
  padding: 10px 15px;
}

#syos .modal-dialog {
  background-color: #fff;
  margin: 0;
}

@media (max-width: 991.98px) {
  #syos .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 1199.98px) {
  #syos .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 992px) {
  #syos .modal-dialog {
    max-width: 100%;
    padding: 1rem;
    margin: 30px;
  }
}

#syos .modal-content {
  border-radius: 0;
  border: 1px solid #000;
}

@media (max-width: 767.98px) {
  #syos .modal-content {
    border: none;
    height: 100vh !important;
  }
}

#syos .modal-content h4 {
  padding-left: 0;
  padding-right: 0;
  line-height: 32px;
}

#syos .modal-content p {
  padding-left: 0;
  line-height: 18px;
}

#syos .modal-content .modal-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

#syos .modal-content .close {
  font-weight: bold;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

@media (min-width: 992px) {
  #syos .modal-content .close {
    right: -12px;
    top: -12px;
    background-color: white;
    padding: 0 4px;
  }
}

#syos .modal-content .close span {
  font-size: 35px;
}

@media (min-width: 992px) {
  #syos .modal-lg {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

#syos .modal-header {
  border-bottom: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  #syos .modal-header .modal-title {
    padding-top: 15px;
  }
}

#syos .modal-header .form-group,
#syos .modal-header .comment-form p,
.comment-form #syos .modal-header p {
  margin-bottom: 0;
}

#syos .sct-production-description {
  margin-bottom: 15px;
}

#syos .modal-header-right-col {
  margin-top: 11px;
}

@media (min-width: 992px) {
  #syos .modal-header-right-col {
    margin-top: 0;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

#syos .modal-header-right-col label {
  margin-bottom: 0;
}

#syos .modal-header-right-col select {
  height: 40px !important;
}

#syos .bg-dark {
  background-color: #000 !important;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#syos .bg-dark p {
  text-shadow: none;
  margin-bottom: 0;
}

#syos .modal-body {
  background-color: #e5e5e5;
  overflow: hidden;
  padding: 0;
  margin-top: 7px;
}

@media (min-width: 992px) {
  #syos .modal-body {
    height: 540px;
  }
}

#syos .modal-body .syos-container {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#syos .modal-footer {
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.4);
  padding: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#syos .modal-footer #checkout {
  background-color: #ed008c !important;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: CalibreWeb, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 18px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  #syos .modal-footer #checkout {
    padding: 10px 20px;
    text-align: left;
  }
}

@media (min-width: 576px) {
  #syos .modal-footer #checkout {
    float: right;
    display: inline-block;
  }
}

#syos .modal-footer #checkout[disabled='disabled'] {
  background-color: #717171 !important;
  pointer-events: none;
}

#syos .modal-footer .bg-dark {
  padding-top: 0;
  padding-bottom: 0;
}

#syos .modal-footer .mf-col {
  padding-left: 0;
  padding-right: 0;
}

#syos .modal-footer .fa-arrow-up {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: calc(50% - 17.5px);
  top: -15px;
  background: black;
  width: 35px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

#syos p.mf-description {
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  #syos p.mf-description {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  #syos p.mf-description {
    text-align: left;
  }
}

#syos .dot {
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}

#syos .dot.dot-unavailable {
  background-color: #cbcbcb;
}

#syos .dot.dot-selected {
  background-color: #ed008c;
}

#syos .dot.dot-note {
  background-color: #74c4d7;
}

#syos .dot.dot-companion {
  background-color: #845991;
}

#syos .dot.dot-asl {
  background-color: #bad739;
}

#syos .fa-question-circle {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #000;
  float: right;
}

@media (min-width: 992px) {
  #syos .fa-question-circle {
    display: none;
  }
}

#syos .floor-selection,
#syos .seat-data {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

#syos .floor-selection {
  display: none !important;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: bold;
  left: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
}

#syos .floor-selection li {
  border-bottom: 1px solid #000;
  padding: 7px 10px;
}

#syos .floor-selection li:last-of-type {
  border-bottom: 0;
}

#syos .floor-selection li.floor-selected,
#syos .floor-selection li:hover {
  background-color: #ed008c;
  color: #fff;
}

#syos .seat-ticket-options {
  top: 20px;
  left: 500px;
  z-index: 2;
  display: none;
}

#syos .seat-ticket-options th,
#syos .seat-ticket-options td {
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}

#syos .seat-ticket-options.show-seat-ticket-options {
  display: inline-block !important;
  z-index: 2;
}

#syos .ticket-options {
  background-color: #e5e5e5;
  border-top: 1px solid #000;
  padding-bottom: 7px;
  padding-top: 10px;
}

#syos .seat-selection-details {
  text-transform: uppercase;
  margin-bottom: 0;
}

#syos .seat-selection-details button {
  padding: 3px 15px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 16px;
  background-color: #fff !important;
  border-radius: 0 !important;
  color: #ed008c !important;
  font-family: CalibreWeb, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #ed008c;
  display: table;
  color: #ed008c !important;
  font-weight: bold;
  cursor: pointer;
}

#syos .seat-selection-details button:hover {
  background-color: #ed008c !important;
}

#syos .seat-selection-details button[disabled='disabled'] {
  border-color: gray;
  color: gray !important;
  background-color: #f1f1f1;
  cursor: not-allowed;
}

#syos .seat-data {
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  width: auto;
  z-index: 1;
}

#syos .seat-data h6 {
  font-size: 14px;
  background-color: #ed008c;
  color: #fff;
  text-align: left;
  padding: 5px 7px;
  border-bottom: 1px solid #000;
}

#syos .seat-data th {
  color: #aeaeae;
  font-size: 14px;
  text-transform: uppercase;
}

#syos .seat-data td {
  font-weight: bold;
}

#syos .seat-data .table-sm td,
#syos .seat-data .table-sm th {
  padding-bottom: 0;
  padding-top: 0;
}

#syos .seat-data .table-sm tr > td,
#syos .seat-data .table-sm tr > th {
  text-align: left;
}

#syos .seat-data .table-sm tr > td:first-child,
#syos .seat-data .table-sm tr > th:first-child {
  padding-left: 10px;
}

#syos .seat-data .table-sm tr > td:last-child,
#syos .seat-data .table-sm tr > th:last-child {
  padding-right: 10px;
}

#syos .seat-data.show-seat-description {
  display: inline-block !important;
}

#syos .seat-data.show-seat-description table {
  margin-bottom: 10px;
}

#syos .seat-data.seat-description {
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
}

#syos .seat-data.seat-description td {
  font-size: 18px;
}

#syos .table-checkout-row.bg-dark {
  background-color: #8b8b8b !important;
}

#syos .table-checkout-row .col {
  padding-left: 0;
  padding-right: 0;
}

#syos .table-checkout {
  color: #fff;
  margin-bottom: 0;
}

#syos .table-checkout th {
  color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}

#syos .table-checkout td {
  color: #000;
  font-weight: bold;
}

#syos .table-checkout tr {
  border-bottom: 1px solid #000;
}

#syos .table-checkout tr:last-of-type {
  border-bottom: 0;
}

#syos .table-checkout tr th,
#syos .table-checkout tr td {
  text-transform: uppercase;
  width: 16.65%;
}

#syos .table-checkout tr th:first-of-type,
#syos .table-checkout tr td:first-of-type {
  padding-left: 20px;
}

#syos .table-checkout tr th:last-of-type,
#syos .table-checkout tr td:last-of-type {
  padding-right: 20px;
}

#syos .table-checkout .fa-times {
  font-size: 25px;
}

#syos .table-checkout .fa-times:hover {
  color: #fff;
}

#syos .controls-zoom {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  z-index: 1;
}

#syos .controls-zoom p {
  height: 36px;
  display: table;
  padding: 0;
  margin: 0;
}

#syos .controls-zoom p:first-of-type {
  border-bottom: 1px solid #000;
}

#syos .controls-zoom p i {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  width: 36px;
}

#syos .rotate {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

#syos .rotate.down {
  line-height: 50px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  .syos-legend.collapse:not(.show) {
    display: block;
  }
}

.syos-legend ul {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .syos-legend ul {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.syos-legend .list-inline-item {
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .syos-legend .list-inline-item:not(:last-child) {
    margin-right: 30px;
  }
}

.floorsvg svg {
  width: 100%;
  height: 100%;
}

.floorsvg circle {
  fill: #cbcbcb;
}

.floorsvg circle.available {
  cursor: pointer;
  fill: #000;
}

.floorsvg circle.available[data-seat-type-id="8"] {
  fill: #74C4D7;
}

.floorsvg circle.available[data-seat-type-id="20"] {
  fill: #845991;
}

.floorsvg circle.available[data-hold-code-id="200"] {
  fill: #bad739;
}

.floorsvg circle.available.circle-selected,
.floorsvg circle.available.user-selected-seat {
  fill: #ed008c;
}

/* stylelint-enable */


/*# sourceMappingURL=main.css.map*/