@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xsm: 0;
  --breakpoint-xs: 575px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1310px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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 {
  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 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1310px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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: 575px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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: 1310px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}

.table {
  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: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-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: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #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: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 574.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.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: 991.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: 1309.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;
  }
}

.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;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    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: #212529;
  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: #007bff;
}

.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;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 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: 574.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 575px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1309.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1310px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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: flex;
  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 {
  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: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card: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: 768px) {
  .card-columns {
    column-count: 3;
    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: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}

.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 {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #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: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  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: #007bff;
  border-color: #007bff;
}

.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: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .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: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1310px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.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: #6a0926;
}

.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: #6a0926;
}

.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: #6a0926;
}

.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: #6a0926;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #6a0926;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 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: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1310px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 575px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1310px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 575px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1310px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.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: 575px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-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: 1310px) {
  .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;
  }
}

.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: 575px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1310px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #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: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #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;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  min-height: 44px;
  border: solid 1px #D0D1D4;
  border-radius: 0;
  background-image: url(../images/icons/arrow-dn.svg);
  background-repeat: no-repeat;
  background-size: 20px 12px;
  background-position: calc(100% - 15px) center;
  padding-right: 40px;
  cursor: pointer;
}

.select2-container .select2-selection--multiple .count-results,
.select2-container .select2-selection--single .count-results {
  font-size: 16px;
  color: #000;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: normal;
  letter-spacing: .1px;
  background-color: #fff;
  width: calc(100% - 54px);
  pointer-events: none;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container .select2-selection--single .select2-search--inline .select2-search__field {
  margin-left: 15px;
  margin-top: 12px;
  font-size: 16px;
  min-width: calc(100% - 15px);
  max-width: calc(100% - 15px);
  line-height: normal;
  letter-spacing: .1px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  transition: none;
  font-family: 'Roboto-Regular', sans-serif;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder,
.select2-container .select2-selection--single .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #D0D1D4;
  letter-spacing: .1px;
  font-size: 16px;
  font-family: 'Roboto-Regular', sans-serif;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:-moz-placeholder,
.select2-container .select2-selection--single .select2-search--inline .select2-search__field:-moz-placeholder {
  color: #D0D1D4;
  letter-spacing: .1px;
  font-size: 16px;
  font-family: 'Roboto-Regular', sans-serif;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder,
.select2-container .select2-selection--single .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #D0D1D4;
  letter-spacing: .1px;
  font-size: 16px;
  font-family: 'Roboto-Regular', sans-serif;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder,
.select2-container .select2-selection--single .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #D0D1D4;
  letter-spacing: .1px;
  font-size: 16px;
  font-family: 'Roboto-Regular', sans-serif;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field.has-value,
.select2-container .select2-selection--single .select2-search--inline .select2-search__field.has-value {
  z-index: 2;
}

.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #D0D1D4;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 5px;
  line-height: 44px;
  letter-spacing: .1px;
  font-size: 16px;
  color: #000;
  font-family: 'Roboto-Regular', sans-serif;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-dropdown {
  border-color: #d0d1d4;
  border-radius: 0;
  overflow: hidden;
}

.select2-dropdown .select2-results__option {
  font-size: 16px;
  color: #000;
  letter-spacing: .1px;
  padding: 8px 15px;
  transition: .3s background ease;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option--highlighted {
  background-color: transparent;
  color: #6a0926;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #000;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option:not(.select2-results__message) {
  position: relative;
  padding-left: 45px;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option:not(.select2-results__message):before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 10px;
  border: 1px solid #D0D1D4;
  background-color: #fff;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option:not(.select2-results__message):after {
  content: '';
  display: block;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  border-bottom: 2px solid #6a0926;
  border-right: 2px solid #6a0926;
  position: absolute;
  left: 21px;
  top: 12px;
  opacity: 0;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option:not(.select2-results__message).select2-results__option--selected {
  background-color: transparent;
}

.select2-dropdown.select-dropdown--multiple .select2-results__option:not(.select2-results__message).select2-results__option--selected:after {
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #6a0926;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d0d1d4;
}

.select2-container--default.select2-container--focus .select2-selection--multiple .count-results {
  opacity: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #d0d1d4;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0 7px;
  height: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 10px;
  padding-top: 10px;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  background-image: url(../images/icons/arrow-dn.svg);
  border-color: #dfdfdf;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
  color: #ccc;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #ccc;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field:-moz-placeholder {
  color: #ccc;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #ccc;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #ccc;
}

.select2-search--dropdown {
  padding: 10px 7px 0;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}

.select2-container--open .count-results {
  opacity: 0;
}

.select2-dropdown {
  z-index: 99999999999999;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-color: transparent;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-color: transparent;
}

/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #6a0926;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #6a0926;
  color: #fff;
  text-shadow: none;
}

.chromeframe,
li.graphic-only {
  display: none !important;
}

body {
  margin: 0;
}

#wrap {
  position: relative;
  background: #f4f6f9;
  min-height: 100% !important;
  overflow: hidden;
  top: 0;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

/* HTML5 / MISC */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  background-color: #6a0926;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/**
* ztheme-preloader - main preloader container
*
* required
*/
#ztheme-preloader {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 99;
}

/**
* any animated preloader - main preloader container
*
* optional
*/
.cssload-thecube {
  top: 49%;
  width: 73px;
  height: 73px;
  margin: 0 auto;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2ba0c7;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@font-face {
  font-family: Trajan-Regular;
  src: url("../fonts/TrajanPro/TrajanPro-Regular.eot?#iefix");
  src: url("../fonts/TrajanPro/TrajanPro-Regular.eot?#iefix") format("eot"), url("../fonts/TrajanPro/TrajanPro-Regular.woff2") format("woff2"), url("../fonts/TrajanPro/TrajanPro-Regular.woff") format("woff"), url("../fonts/TrajanPro/TrajanPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trajan-Bold;
  src: url("../fonts/TrajanPro/TrajanPro-Bold.eot?#iefix");
  src: url("../fonts/TrajanPro/TrajanPro-Bold.eot?#iefix") format("eot"), url("../fonts/TrajanPro/TrajanPro-Bold.woff2") format("woff2"), url("../fonts/TrajanPro/TrajanPro-Bold.woff") format("woff"), url("../fonts/TrajanPro/TrajanPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("eot"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("eot"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("eot"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 991.98px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Roboto-Regular";
  line-height: 1.6;
  font-size: 1.125rem;
  color: #000;
  background-color: #f4f6f9;
  height: 100%;
  font-weight: normal;
  position: relative;
}

@media (max-width: 991.98px) {
  body {
    font-size: 1rem;
    overflow-x: hidden;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}

.no-scroll {
  position: fixed;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .publication-widget .filter-scholars .sort-holder {
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .form-container.filter-scholars .sort-holder {
    margin-left: -10px;
    margin-right: -10px;
  }
  .form-container.filter-scholars .sort-holder .label {
    margin: 0 10px 10px;
  }
  .form-container.filter-scholars .sort-holder .c-select {
    width: calc(50% - 20px);
    margin: 0 10px 15px;
  }
  .form-container.filter-scholars .sort-holder .c-select select {
    width: 100%;
  }
  .form-container.filter-scholars .sort-holder input,
  .form-container.filter-scholars .sort-holder .btn {
    width: calc(50% - 20px);
    margin: 0 10px 15px;
    border-radius: 3px;
  }
}

@media (max-width: 574.98px) {
  .form-container.filter-scholars .sort-holder .c-select {
    width: 100%;
  }
  .form-container.filter-scholars .sort-holder input,
  .form-container.filter-scholars .sort-holder .btn {
    width: 100%;
  }
}

.slick-dots {
  padding: 0;
  list-style-type: none;
  margin: 0;
  text-align: center;
}

.slick-dots > li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots > li button {
  background-color: #b3b3b3;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  outline: none;
  padding: 0;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.slick-dots > li.slick-active button {
  background-color: #000;
  width: 15px;
  height: 15px;
}

.slick-arrow {
  cursor: pointer;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
  top: calc( 50% - 50px);
  z-index: 2;
  background: transparent;
  border: 0;
  color: #f2af11;
}

@media (min-width: 768px) {
  .slick-arrow {
    font-size: 5.625rem;
  }
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow.prev-arrow {
  left: 20px;
}

.slick-arrow.next-arrow {
  right: 20px;
}

.main-slider {
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.main-slider .slide {
  position: relative;
  display: inline-block;
  height: 690px;
}

@media (max-width: 991.98px) {
  .main-slider .slide {
    height: 430px;
  }
}

@media (max-width: 767.98px) {
  .main-slider .slide {
    height: 330px;
  }
}

.main-slider .slide .slide-items {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.main-slider .slide img {
  width: 100%;
}

.img {
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0;
  position: relative;
}

.img img {
  height: 0;
  width: 0;
  opacity: 0;
}

.bold {
  font-weight: 700;
}

.btn {
  border: 2px solid #6a0926;
  background: #6a0926;
  border-radius: 3px;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  font-size: 18px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:hover {
  background: transparent;
  color: #6a0926;
  text-decoration: none;
}

.btn i {
  color: #e4ab29;
  font-size: 1.625rem;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media (max-width: 767.98px) {
  .btn {
    font-size: 16px;
  }
}

/* Removed by SiteBolts */
/*
.btn + .btn {
  margin-top: 10px;
}
*/

.btn-disabled:hover {
  background: #6a0926;
  color: #fff;
}

a {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.link {
  color: #FBD291;
  text-decoration: underline;
}

.c-select {
  position: relative;
  display: inline-block;
  background-color: #fff;
}

.c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-select select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

.c-select:after {
  content: '\f107';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  font: normal normal normal 26px/1 FontAwesome;
  z-index: 0;
}

.c-select + .c-select {
  margin-left: 10px;
}

.dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  border: 0;
  vertical-align: 0;
  margin-left: 3px;
}

@media (max-width: 991.98px) {
  .dropdown-toggle:after {
    font: normal normal normal 16px/1 FontAwesome;
  }
}

.c-dropdown .dropdown-toggle {
  background-color: #e5e5e5;
  color: #000;
  padding: 9px 15px 9px 15px;
  border: 0;
  min-width: 165px;
  border-radius: 0;
  outline: none;
  font-family: "Roboto-Medium";
}

@media (max-width: 991.98px) {
  .c-dropdown .dropdown-toggle {
    background-color: transparent;
    color: #fff;
    padding: 9px 5px 9px 5px;
    min-width: 0;
    font-size: 0.9375rem;
  }
}

.c-dropdown .dropdown-toggle:after {
  display: none;
}

.c-dropdown .dropdown-toggle i {
  color: #6a0926;
  margin-left: 5px;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: top;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .c-dropdown .dropdown-toggle i {
    color: #fff;
    font-size: 1.25rem;
    vertical-align: text-bottom;
  }
}

.c-dropdown .hi-user {
  display: inline-block;
}

.c-dropdown .dropdown-menu {
  background-color: #f4f6f9;
  border: 0;
  border-radius: 0;
  margin: 0 0 0 5px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .c-dropdown .dropdown-menu {
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: relative !important;
    transform: none !important;
  }
}

.c-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 15px;
}

@media (max-width: 991.98px) {
  .c-dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 0.875rem;
    padding: 0 25px 5px;
  }
}

.c-dropdown .dropdown-menu .dropdown-item:hover, .c-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

.c-dropdown .dropdown-menu .dropdown-item:hover span, .c-dropdown .dropdown-menu .dropdown-item:focus span {
  text-decoration: none;
}

.c-dropdown .dropdown-menu .dropdown-item i {
  width: 15px;
}

.c-dropdown .dropdown-menu .dropdown-item span {
  text-align: center;
  text-decoration: underline;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .c-dropdown .dropdown-menu .dropdown-item span {
    text-decoration: none;
    padding-left: 5px;
  }
}

.item-title {
  color: #6a0926;
  font-family: "Trajan-Bold";
  font-size: 1.75rem;
  margin: 0 0 20px;
}

.item-title a {
  color: #6a0926;
}

@media (max-width: 991.98px) {
  .item-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .item-title {
    font-size: 1.25rem;
  }
}

.description-title {
  font-family: "Roboto-Bold";
  margin: 0 0 20px;
}

label {
  cursor: pointer;
}

label.z-required:after {
  content: '*';
  color: #FF0000;
  margin: 0 0 0 8px;
  vertical-align: top;
  line-height: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #999999;
  font-size: 20px;
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: normal;
  color: #999999;
  font-size: 20px;
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 1rem;
  }
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: normal;
  color: #999999;
  font-size: 20px;
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 1rem;
  }
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: normal;
  color: #999999;
  font-size: 20px;
  font-family: "Roboto-Medium";
  letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
}

.custom-checkbox {
  position: relative;
  display: block;
  padding-left: 35px;
}

.custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6a0926;
  color: #fff;
}

.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-label {
  margin-bottom: 0;
}

.custom-checkbox .custom-control-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #D0D1D3;
}

.custom-checkbox .custom-control-label:after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox-eye {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 10px 0 0 0;
}

.custom-checkbox-eye .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox-eye .custom-control-input:checked ~ .custom-control-label:before {
  color: #6a0926;
}

.custom-checkbox-eye .custom-control-input:checked ~ .custom-control-label .activate {
  display: block;
}

.custom-checkbox-eye .custom-control-input:checked ~ .custom-control-label .disactivate {
  display: none;
}

.custom-checkbox-eye .custom-control-label {
  margin-bottom: 0;
  font-family: "Roboto-Bold";
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .custom-checkbox-eye .custom-control-label {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .custom-checkbox-eye .custom-control-label {
    font-size: 0.9375rem;
  }
}

.custom-checkbox-eye .custom-control-label:before {
  font: normal normal normal 21px/1 FontAwesome;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "\f06e";
  color: #D0D1D3;
}

.custom-checkbox-eye .custom-control-label span {
  text-decoration: underline;
}

.custom-checkbox-eye .custom-control-label .activate {
  display: none;
}

.custom-checkbox-eye .custom-control-label .disactivate {
  display: block;
}

.utheme-error {
  font-family: "Roboto-Bold";
  color: #FF0000;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.utheme-message {
  padding: 12px 10px;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
  border: 2px solid #e4ab29;
  color: #e4ab29;
  text-align: center;
  position: relative;
  font-family: "Roboto-Medium";
}

.notices-box .utheme-error {
  border: 2px solid #FF0000;
  padding: 10px;
  margin-bottom: 10px;
}

.notices-box .utheme-error li:last-child {
  padding-bottom: 0;
}

.z-help-tip {
  font: normal normal normal 21px/1 FontAwesome;
  margin: 0 0 0 5px;
  display: inline-block;
  cursor: pointer;
}

.z-help-tip:before {
  content: "\f059";
}

.wpadminbartooltip .tooltip-inner {
  transform: translateY(-32px);
}

@media (max-width: 767.98px) {
  .wpadminbartooltip .tooltip-inner {
    transform: translateY(-45px);
  }
}

.wpadminbartooltip .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .wpadminbartooltip .tooltip.bs-tooltip-right .arrow::before, .wpadminbartooltip .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  transform: translateY(-32px);
}

@media (max-width: 767.98px) {
  .wpadminbartooltip .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .wpadminbartooltip .tooltip.bs-tooltip-right .arrow::before, .wpadminbartooltip .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    transform: translateY(-45px);
  }
}

@media (max-width: 991.98px) {
  .infopopupspace {
    padding-bottom: 60px;
  }
}

.inner-post_content img {
  max-width: 100%;
  height: auto;
}

.contact-details {
  margin: 10px 0 0;
}

.contact-details .user-name,
.contact-details .user-mail,
.contact-details .user-tel {
  display: block;
}

.contact-details + .btn {
  margin-top: 10px;
}

.yellow-text {
  color: #e4ab29;
}

.clear,
.clear:before,
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

.pending-notice {
  padding: 12px 10px;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
  border: 2px solid #6a0926;
  color: #6a0926;
  text-align: center;
  position: relative;
  font-family: "Roboto-Medium";
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.dataTables_filter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 58px 0 8px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 574.98px) {
  .dataTables_filter {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dataTables_filter label {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto-Medium";
  margin: 0;
}

@media (max-width: 991.98px) {
  .dataTables_filter label {
    margin: 0 10px 5px 0;
    width: 100%;
  }
}

.dataTables_filter input {
  height: 36px;
  width: 230px;
  padding: 0 13px;
  border: 1px solid #d0d1d4;
  border-radius: 3px 0 0 3px;
  line-height: 1;
  margin: 0 0 0 10px;
}

@media (max-width: 574.98px) {
  .dataTables_filter input {
    width: calc( 100% - 100px);
  }
}

.dataTables_filter button {
  height: 36px;
  border-radius: 0 3px 3px 0;
  padding: 0 19px;
}

@media (max-width: 574.98px) {
  .dataTables_filter button {
    padding: 0 10px;
  }
}

.dataTables_filter button i {
  margin: 0 5px 0 0;
  color: #f2af11;
}

@media (max-width: 574.98px) {
  .dataTables_filter button i {
    font-size: 14px;
    vertical-align: unset;
  }
}

.dataTables_processing.card {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0.85;
  border: 0;
  text-align: center;
  padding: 60px 0 0;
  font-weight: 700;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#directory-grid {
  border: 0;
  background-color: #fff;
}

#directory-grid thead {
  background-color: #F6F6F6;
}

#directory-grid thead th {
  border: 0;
}

#directory-grid thead th,
#directory-grid thead td {
  white-space: nowrap;
}

#directory-grid td {
  border: 0;
  padding: 40px 0.75rem;
  color: #666666;
  border-top: 1px solid #dee2e6;
}

@media (max-width: 767.98px) {
  #directory-grid td {
    padding: 25px 0.75rem;
  }
}

#directory-grid.collapsed td:first-child {
  padding-left: 60px;
}

#directory-grid tr:nth-of-type(odd) {
  background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: calc( 50% - 10px);
  left: 10px;
  text-indent: 1px;
  text-align: center;
}

@media (max-width: 767.98px) {
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    text-indent: 0;
    font-family: "Roboto-Medium";
  }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 60px;
}

@media (min-width: 1310px) {
  #directory-grid thead th {
    padding: 0.75rem 80px 0.75rem 0.75rem !important;
  }
}

.p-select {
  background-color: #fff;
  border: 1px solid #D0D1D4;
  height: 44px;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  background-image: url(../images/icons/arrow-dn.svg);
  background-size: 20px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  transition: .3s ease;
}

.p-select::-ms-expand {
  display: none;
}

.p-select:focus {
  border-color: #000;
}

.list-view table.dataTable > tbody > tr.child span.dtr-title {
  min-width: unset;
}

.site-header {
  background: #fff;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 991.98px) {
  .site-header {
    padding: 6px 10px;
  }
}

.site-header .l-col {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.site-header .c-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .site-header .c-col {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.site-header .c-col .left-holder {
  display: inline-block;
  font-size: 2.125rem;
  line-height: 1;
  max-width: 200px;
  text-align: right;
  font-family: "Trajan-Regular";
}

@media (max-width: 1309.98px) {
  .site-header .c-col .left-holder {
    font-size: 1.625rem;
  }
}

@media (max-width: 991.98px) {
  .site-header .c-col .left-holder {
    display: none;
  }
}

.site-header .c-col .right-holder {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  max-width: 320px;
  text-align: left;
  font-family: "Trajan-Regular";
}

@media (max-width: 1309.98px) {
  .site-header .c-col .right-holder {
    font-size: 0.9375rem;
  }
}

.site-header .c-col .right-holder .bold-title {
  font-family: "Trajan-Bold";
  font-size: 1.3125rem;
  max-width: 165px;
}

@media (max-width: 1309.98px) {
  .site-header .c-col .right-holder .bold-title {
    font-size: 1.125rem;
    max-width: 120px;
  }
}

@media (max-width: 991.98px) {
  .site-header .c-col .right-holder .bold-title {
    display: block;
    font-size: 0.75rem;
    max-width: 100px;
  }
}

.site-header .c-col .right-holder .bold-title:after {
  content: '';
  display: block;
  background-color: #f2af11;
  margin: 7px 0;
  height: 2px;
  width: 60px;
}

@media (max-width: 991.98px) {
  .site-header .c-col .right-holder .bold-title:after {
    display: none;
  }
}

.site-header .c-col .right-holder span {
  width: 100%;
  display: block;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .site-header .c-col .right-holder span {
    display: none;
  }
}

.site-header .c-col .custom-logo {
  height: auto;
  width: 100%;
}

@media (max-width: 991.98px) {
  .site-header .c-col .custom-logo {
    max-width: 60px;
  }
}

.site-header .r-col {
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.site-header .r-col .log-nav {
  background-color: #e5e5e5;
  margin: 0 3px 0 0;
}

.site-header .r-col .log-nav > li {
  padding: 0;
}

@media (max-width: 991.98px) {
  .site-header .r-col .log-nav > li {
    width: 100%;
    padding: 0;
  }
}

.site-header .r-col .log-nav > li .nav-link {
  color: #6a0926;
  position: relative;
  font-size: 0.9375rem;
}

.site-header .r-col .log-nav > li .nav-link:after {
  content: '';
  background-color: #6a0926;
  width: 1px;
  height: 40%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.site-header .r-col .log-nav > li:last-child .nav-link:after {
  display: none;
}

.site-header .r-col .social-nav {
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin: 40px 0 0;
}

.site-header .r-col .social-nav li {
  padding: 0;
}

.site-header .r-col .social-nav li a {
  color: #000;
  font-size: 1.875rem;
}

.site-header .r-col .social-nav li a:hover {
  color: #6a0926;
}

@media (max-width: 991.98px) {
  .site-header .r-col .mobileCutJs {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-header .log-nav > li {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .site-header .log-nav > li .nav-link {
    color: #fff;
    padding: 9px 5px 9px 5px;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .site-header .social-nav {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .site-header .social-nav li {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .site-header .social-nav li a {
    color: #fff;
    padding: 9px 15px 9px 15px;
  }
}

.site-header .head-btn {
  background-color: #e5e5e5;
  color: #000;
  display: inline-block;
  padding: 9px 14px 9px 25px;
  font-family: "Roboto-Medium";
}

.site-header .head-btn i {
  color: #6a0926;
  margin-right: 5px;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: top;
  font-weight: 700;
}

.site-header .head-btn:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .site-header .head-btn {
    display: none;
  }
}

.site-header .nav-container {
  background-color: #000;
  border-bottom: 2px solid #f2af11;
  width: 100%;
}

@media (max-width: 991.98px) {
  .site-header .nav-container {
    display: block;
    position: fixed;
    transition: all 0.5s;
    top: 0;
    right: -350px;
    width: 320px;
    z-index: 9;
    height: 100vh;
    padding: 90px 25px 90px 25px;
    overflow-y: auto;
  }
  .site-header .nav-container.menu-open {
    right: 0;
  }
}

.site-header .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 7px;
  padding-right: 7px;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-header .header-nav {
    border-top: 1px solid #f4f6f9;
    margin-top: 10px;
    width: 100%;
  }
}

.site-header .header-nav li {
  padding: 0;
}

@media (max-width: 991.98px) {
  .site-header .header-nav li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .site-header .header-nav li .nav-link:hover {
    background-color: #f2af11;
    color: #000;
  }
}

.site-header .header-nav li.dropdown.show .nav-link {
  background-color: #f2af11;
  color: #000;
}

.site-header .header-nav li.dropdown .nav-link {
  padding: 11px 14px 11px 8px;
}

@media (min-width: 992px) {
  .site-header .header-nav li.dropdown:hover .nav-link {
    background-color: #f2af11;
    color: #000;
  }
}

@media (min-width: 992px) {
  .site-header .header-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
}

.site-header .header-nav li.dropdown .dropdown-menu {
  background-color: #e4ab29;
  border-radius: 0;
  margin: 0;
  min-width: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .site-header .header-nav li.dropdown .dropdown-menu {
    background-color: transparent;
    padding: 0;
    width: 100%;
    position: relative !important;
    transform: none !important;
  }
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item {
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .site-header .header-nav li.dropdown .dropdown-menu .dropdown-item {
    padding: 0 25px;
  }
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item:hover, .site-header .header-nav li.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item a:hover {
  color: #000;
}

@media (max-width: 991.98px) {
  .site-header .header-nav li.dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .site-header .header-nav li.dropdown .dropdown-menu .dropdown-item a {
    border-bottom: 0;
    padding: 0 0 5px;
    font-size: 0.875rem;
  }
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item:last-child a {
  border: 0;
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}

.site-header .header-nav li.dropdown .dropdown-menu .dropdown-item.active a {
  color: #000;
}

.site-header .header-nav .nav-link {
  color: #fff;
  padding: 11px 11px;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

@media (max-width: 1309.98px) {
  .site-header .header-nav .nav-link {
    font-size: 0.75rem;
  }
}

/*mobile header btn*/
.header_btn {
  position: relative;
}

.header_btn span {
  height: 2px;
  position: absolute;
}

.bit-1 {
  margin-top: -9px;
  width: 25px;
  margin-left: -12px;
}

.bit-1:before {
  left: 0;
  transform-origin: left bottom;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bit-1:before, .bit-1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  background: #fff;
  top: 0;
  transition: transform .1s, top .1s;
}

.bit-1:after {
  right: 0;
  transform-origin: right bottom;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bit-2 {
  left: 50%;
  margin-left: -12px;
  margin-top: -1px;
  text-align: center;
}

.bit-2:before {
  content: '';
  width: 25px;
  height: 100%;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  transition: width .1s;
  transition-delay: 0.1s;
  border-radius: 10px;
}

.bit-3 {
  width: 25px;
  margin-left: -12px;
  margin-top: 7px;
}

.bit-3:before {
  left: 0;
  transform-origin: left top;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bit-3:before, .bit-3:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: transform .1s, bottom .1s;
  bottom: 0;
}

.bit-3:after {
  right: 0;
  transform-origin: right top;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.opened .bit-1 {
  width: 25px;
}

.opened .bit-1:before {
  transform: rotate(45deg);
}

.opened .bit-1:before, .opened .bit-1:after {
  width: 18px;
  top: -4px;
  background: #fff;
  transition-delay: 0.2s;
}

.opened .bit-1:after {
  transform: rotate(-45deg);
}

.opened .bit-2 {
  margin-left: -3px;
}

.opened .bit-2:before {
  width: 0;
  transition-delay: 0;
}

.opened .bit-3 {
  width: 25px;
}

.opened .bit-3:before {
  transform: rotate(-45deg);
}

.opened .bit-3:before, .opened .bit-3:after {
  width: 18px;
  transition-delay: 0.2s;
  bottom: -4px;
  background: #fff;
}

.opened .bit-3:after {
  transform: rotate(45deg);
}

.navbar-toggler {
  background: #000;
  border-radius: 0;
  padding: 1.35rem;
  font-size: 1rem;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 10;
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block;
  }
}

.navbar-toggler:focus {
  outline: none;
}

.custom_navbar {
  display: inline-block;
}

/*END mobile header btn*/
.page-footer {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  margin: 80px 0 0;
}

@media (max-width: 767.98px) {
  .page-footer {
    margin: 50px 0 0;
  }
}

.page-footer .footer-row {
  padding: 0 0 22px;
}

.page-footer .title {
  color: #6a0926;
  font-size: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 7px;
  padding: 33px 0 10px;
  font-family: "Trajan-Regular";
}

.page-footer .connect-col {
  max-width: 220px;
}

@media (max-width: 991.98px) {
  .page-footer .connect-col {
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 574.98px) {
  .page-footer .connect-col {
    text-align: left;
  }
}

.page-footer .form-col {
  padding-left: 40px;
}

@media (max-width: 1309.98px) {
  .page-footer .form-col {
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .page-footer .form-col {
    order: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    padding-left: 15px;
    text-align: center;
  }
}

@media (max-width: 574.98px) {
  .page-footer .form-col {
    text-align: left;
  }
}

.page-footer .form-col form.mailpoet_form {
  margin: 22px 0 0;
}

@media (max-width: 991.98px) {
  .page-footer .form-col form.mailpoet_form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 574.98px) {
  .page-footer .form-col form.mailpoet_form {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.page-footer .form-col form.mailpoet_form {
  position: relative;
  padding: 0 0 20px;
}

.page-footer .form-col input.mailpoet_text {
  width: 245px !important;
}

@media (max-width: 1309.98px) {
  .page-footer .form-col input.mailpoet_text {
    width: 165px !important;
  }
}

@media (max-width: 991.98px) {
  .page-footer .form-col input.mailpoet_text {
    width: 100% !important;
  }
}

.page-footer .form-col .mailpoet_text {
  padding: 5px 15px;
  height: 36px;
  width: 100% !important;
  border: 1px solid #d0d1d4;
  border-radius: 3px 0 0 3px;
  line-height: 1;
}

.page-footer .form-col .mailpoet_text::-webkit-input-placeholder {
  color: #696969;
  font-size: 0.875rem;
}

.page-footer .form-col .mailpoet_text:-moz-placeholder {
  color: #696969;
  font-size: 0.875rem;
}

.page-footer .form-col .mailpoet_text::-moz-placeholder {
  color: #696969;
  font-size: 0.875rem;
}

.page-footer .form-col .mailpoet_text:-ms-input-placeholder {
  color: #696969;
  font-size: 0.875rem;
}

.page-footer .form-col .mailpoet_submit {
  background-color: #6a0926;
  color: #fff;
  padding: 0 26px;
  border-radius: 0 3px 3px 0;
  height: 36px;
  font-size: 18px;
  border: 2px solid #6a0926;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 1309.98px) {
  .page-footer .form-col .mailpoet_submit {
    padding: 0 15px;
    font-size: 14px;
  }
}

.page-footer .form-col .mailpoet_submit:hover {
  background: transparent;
  color: #6a0926;
  text-decoration: none;
}

.page-footer .form-col .mailpoet_form_loading {
  height: 36px;
  line-height: 33px !important;
  margin-left: 15px;
}

.page-footer .form-col .mailpoet_paragraph {
  margin: 0;
}

.page-footer .form-col .mailpoet_message {
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
}

.page-footer .form-col .mailpoet_message .mailpoet_validate_success,
.page-footer .form-col .mailpoet_message .mailpoet_validate_error {
  line-height: 1.2;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .page-footer .form-col .mailpoet_message {
    right: 0;
  }
}

.page-footer .form-col .parsley-errors-list {
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
}

@media (max-width: 991.98px) {
  .page-footer .form-col .parsley-errors-list {
    right: 0;
  }
}

.page-footer .form-col .parsley-custom-error-message {
  margin: 0;
  line-height: 1.2;
  font-size: 0.9375rem;
  font-weight: 600;
}

.page-footer .contact-col {
  padding-left: 85px;
}

@media (max-width: 1560px) {
  .page-footer .contact-col {
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .page-footer .contact-col {
    order: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    padding-left: 15px;
    text-align: center;
  }
}

@media (max-width: 574.98px) {
  .page-footer .contact-col {
    text-align: left;
  }
}

.page-footer .contact-col .title {
  padding: 13px 0 10px;
  text-align: right;
  font-family: "Roboto-Regular";
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .page-footer .contact-col .title {
    text-align: center;
  }
}

@media (max-width: 574.98px) {
  .page-footer .contact-col .title {
    text-align: left;
  }
}

.page-footer .contact-col .contact-list {
  list-style-type: none;
  padding: 0;
  margin: 24px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 574.98px) {
  .page-footer .contact-col .contact-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-footer .contact-col .contact-list li {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  color: #8b8c8d;
  line-height: 1.2;
  width: 50%;
  word-break: break-all;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.page-footer .contact-col .contact-list li:first-child {
  margin: 0 30px 10px 0;
}

@media (max-width: 574.98px) {
  .page-footer .contact-col .contact-list li {
    width: 100%;
  }
}

.page-footer .contact-col .contact-list li i {
  font-size: 30px;
  color: #6a0926;
  vertical-align: middle;
  margin: 0 10px 0 0;
  text-align: center;
}

.page-footer .contact-col .contact-list li a[href*=mailto] {
  color: #8b8c8d;
  text-decoration: none !important;
}

.page-footer .social-list {
  list-style-type: none;
  padding: 0;
}

.page-footer .social-list li {
  display: inline-block;
  padding: 0 15px 0 0;
}

.page-footer .social-list li a {
  color: #6a0926;
  font-size: 36px;
}

.page-footer .social-list li a:hover {
  color: #000;
}

.page-footer .footer-copyright {
  background-color: #000;
  text-align: right;
  color: #fff;
  padding: 16px 0;
  font-size: 0.75rem;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin: 0 0 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 2.875rem;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 2.375rem;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 2.375rem;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 1.25rem;
  }
}

ol,
ul,
dl {
  padding: 0 0 0 20px;
}

ol li, ul li, dl li {
  padding: 0 0 15px 0;
}

@media (max-width: 767.98px) {
  ol li, ul li, dl li {
    padding: 0 0 10px 0;
  }
}

.secret-question-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}

.secret-question-popup .item-title {
  margin: 0 0 20px;
}

.secret-question-popup .form-holder {
  background: #fff;
  position: relative;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 40px;
}

@media (max-width: 767.98px) {
  .secret-question-popup .form-holder {
    padding: 25px 30px;
  }
}

.secret-question-popup .button-box {
  width: 100%;
}

.secret-question-popup .button-box .btn {
  padding: 12px 10px;
  border-radius: 0;
  width: 100%;
}

@media (min-width: 575px) {
  .donate-modal .modal-dialog {
    max-width: 650px;
  }
}

.donate-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.donate-modal .modal-body .modal-title {
  color: #6a0926;
  font-family: "Trajan-Regular";
  font-size: 1rem;
  margin: 0 0 10px;
}

.donate-modal .donate-item {
  text-align: center;
  padding: 20px 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 574.98px) {
  .donate-modal .donate-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 15px;
  }
}

.donate-modal .donate-item form input[type='text'] {
  max-width: 120px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 8px;
  font-size: 100%;
  background-color: #fff;
  line-height: 1.25;
}

.donate-modal .donate-item form input[type='image'] {
  background-color: #ffc439;
  padding: 10px;
  border-radius: 3px;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.donate-modal .donate-item form input[type='image']:hover {
  background-color: rgba(255, 196, 57, 0.75);
}

.donate-modal .donate-item form input:-webkit-autofill,
.donate-modal .donate-item form input:-webkit-autofill:hover,
.donate-modal .donate-item form input:-webkit-autofill:focus,
.donate-modal .donate-item form textarea:-webkit-autofill,
.donate-modal .donate-item form textarea:-webkit-autofill:hover,
.donate-modal .donate-item form textarea:-webkit-autofill:focus,
.donate-modal .donate-item form select:-webkit-autofill,
.donate-modal .donate-item form select:-webkit-autofill:hover,
.donate-modal .donate-item form select:-webkit-autofill:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.donate-modal .donate-item form input::-webkit-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 16px;
}

.donate-modal .donate-item form input:-moz-placeholder {
  font-family: "Roboto-Regular";
  font-size: 16px;
}

.donate-modal .donate-item form input::-moz-placeholder {
  font-family: "Roboto-Regular";
  font-size: 16px;
}

.donate-modal .donate-item form input:-ms-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 16px;
}

@keyframes scaleAnimate {
  from {
    opacity: 0;
    transform: translate3d(0, -25px, 0) scale3d(0.5, 0.5, 0.5);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

.p-modal {
  opacity: 1 !important;
  transition: none !important;
  visibility: visible !important;
  display: none;
  animation: scaleAnimate 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) reverse;
}

.p-modal.fancybox-opened {
  display: block;
  animation: scaleAnimate 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767.98px) {
  .p-modal {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.p-modal .fancybox-skin {
  border: 1px solid #D0D1D4;
  border-radius: 0;
  background: #fff;
  padding: 30px !important;
}

@media (max-width: 767.98px) {
  .p-modal .fancybox-skin {
    height: 100% !important;
    padding: 30px 17px !important;
  }
}

.p-modal .fancybox-inner {
  overflow: visible !important;
}

@media (max-width: 767.98px) {
  .p-modal .fancybox-inner {
    height: 100% !important;
    width: 100% !important;
  }
}

.p-modal.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767.98px) {
  .p-modal .fancybox-outer {
    height: 100% !important;
  }
}

.p-modal .fancybox-close {
  right: 10px;
  top: 10px;
  background: none;
  transition: .3s ease;
}

@media (max-width: 767.98px) {
  .p-modal .fancybox-close {
    top: 35px;
  }
}

.p-modal .fancybox-close:before, .p-modal .fancybox-close:after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #6a0926;
  position: absolute;
  left: 8px;
  top: 16px;
}

.p-modal .fancybox-close:before {
  transform: rotate(45deg);
}

.p-modal .fancybox-close:after {
  transform: rotate(-45deg);
}

.p-modal .fancybox-close:hover {
  transform: scale(1.05);
}

.p-modal__head {
  margin: -30px -30px 30px;
  padding: 24px 30px;
  font-size: 18px;
  border-bottom: 1px solid #D0D1D4;
  font-family: 'Roboto-Medium', sans-serif;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 767.98px) {
  .p-modal__head {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 15px 0;
  }
}

.p-modal__body {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .p-modal__body {
    max-height: 90vh;
  }
}

.breadcrumbs-wrapper .z_breadcrumbs > span {
  color: #959191;
  font-size: 15px;
  font-weight: 400;
}

.breadcrumbs-wrapper .z_breadcrumbs > span > a {
  color: #fffef8;
}

.breadcrumbs-wrapper .z_breadcrumbs .zb_sep {
  margin: 0 10px;
}

.page-numbers-container,
.dataTables_paginate {
  margin: 50px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-numbers-container > a.page-numbers,
.dataTables_paginate > a.page-numbers {
  height: 36px;
  padding: 0 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.page-numbers-container > a.page-numbers:hover,
.dataTables_paginate > a.page-numbers:hover {
  background-color: #e4ab29;
}

@media (max-width: 767.98px) {
  .page-numbers-container > a.page-numbers,
  .dataTables_paginate > a.page-numbers {
    padding: 0 5px;
  }
}

.page-numbers,
.pagination {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-family: "Roboto-Medium";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .page-numbers,
  .pagination {
    font-size: 13px;
  }
}

.page-numbers:hover,
.pagination:hover {
  color: #000;
  text-decoration: none;
}

.page-numbers > li,
.pagination > li {
  padding: 0;
}

.page-numbers > li span,
.page-numbers > li a,
.pagination > li span,
.pagination > li a {
  color: #000;
  font-size: 15px;
  font-family: "Roboto-Medium";
  text-decoration: none;
  width: 30px;
  height: 36px;
  text-align: center;
  margin: 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .page-numbers > li span,
  .page-numbers > li a,
  .pagination > li span,
  .pagination > li a {
    font-size: 13px;
    width: 25px;
    height: 30px;
    margin: 0 2px;
  }
}

.page-numbers > li span.next i, .page-numbers > li span.prev i,
.page-numbers > li a.next i,
.page-numbers > li a.prev i,
.pagination > li span.next i,
.pagination > li span.prev i,
.pagination > li a.next i,
.pagination > li a.prev i {
  font-size: 1.625rem;
}

.page-numbers > li span:hover,
.page-numbers > li a:hover,
.pagination > li span:hover,
.pagination > li a:hover {
  background-color: #e4ab29;
}

.page-numbers > li .current,
.pagination > li .current {
  background-color: #e4ab29;
}

.page-numbers > li .page-link,
.pagination > li .page-link {
  color: #000;
  background-color: transparent;
  border: 0;
}

.page-numbers > li.active .page-link,
.pagination > li.active .page-link {
  background-color: #e4ab29;
  color: #000;
}

.page-numbers > li.paginate_button.previous .page-link, .page-numbers > li.paginate_button.next .page-link,
.pagination > li.paginate_button.previous .page-link,
.pagination > li.paginate_button.next .page-link {
  font-family: FontAwesome;
  font-size: 0;
}

.page-numbers > li.paginate_button.previous .page-link:before, .page-numbers > li.paginate_button.next .page-link:before,
.pagination > li.paginate_button.previous .page-link:before,
.pagination > li.paginate_button.next .page-link:before {
  font-size: 1.625rem;
}

.page-numbers > li.paginate_button.previous .page-link:before,
.pagination > li.paginate_button.previous .page-link:before {
  content: "\f104";
}

.page-numbers > li.paginate_button.next .page-link:before,
.pagination > li.paginate_button.next .page-link:before {
  content: "\f105";
}

.page-numbers > li.paginate_button:last-child .page-link, .page-numbers > li.paginate_button:first-child .page-link,
.pagination > li.paginate_button:last-child .page-link,
.pagination > li.paginate_button:first-child .page-link {
  border-radius: 0;
}

.table-user-box .view-pager .dataTables_info {
  display: none;
}

.table-user-box .view-pager .pagination {
  justify-content: center !important;
  margin: 50px 0 0 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Roboto-Medium";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .table-user-box .view-pager .pagination {
    margin: 30px 0 0 !important;
  }
}

.table-user-box .view-pager .pagination:hover {
  color: #000;
  text-decoration: none;
}

.table-user-box .view-pager .pagination > li {
  padding: 0;
}

.table-user-box .view-pager .pagination > li.active .page-link {
  background-color: #e4ab29;
}

.table-user-box .view-pager .pagination > li.next {
  font: normal normal normal 26px/1 FontAwesome;
  position: relative;
}

.table-user-box .view-pager .pagination > li.next:before {
  content: "\f105";
  position: absolute;
  top: 5px;
  left: 13px;
  z-index: 9;
  pointer-events: none;
}

.table-user-box .view-pager .pagination > li.next .page-link {
  font-size: 0;
}

.table-user-box .view-pager .pagination > li.previous {
  font: normal normal normal 26px/1 FontAwesome;
  position: relative;
}

.table-user-box .view-pager .pagination > li.previous:before {
  content: "\f104";
  position: absolute;
  top: 5px;
  left: 13px;
  z-index: 9;
  pointer-events: none;
}

.table-user-box .view-pager .pagination > li.previous .page-link {
  font-size: 0;
}

.table-user-box .view-pager .pagination > li span,
.table-user-box .view-pager .pagination > li a {
  color: #000;
  font-size: 15px;
  font-family: "Roboto-Medium";
  text-decoration: none;
  width: 30px;
  height: 36px;
  text-align: center;
  margin: 0 3px;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-user-box .view-pager .pagination > li span.next i, .table-user-box .view-pager .pagination > li span.prev i,
.table-user-box .view-pager .pagination > li a.next i,
.table-user-box .view-pager .pagination > li a.prev i {
  font-size: 1.625rem;
}

.table-user-box .view-pager .pagination > li span:hover,
.table-user-box .view-pager .pagination > li a:hover {
  background-color: #e4ab29;
}

.table-user-box .view-pager .pagination > li.first span,
.table-user-box .view-pager .pagination > li.first a, .table-user-box .view-pager .pagination > li.last span,
.table-user-box .view-pager .pagination > li.last a {
  width: auto;
}

.table-user-box .view-pager .pagination > li .current {
  background-color: #e4ab29;
}

.dataTables_info {
  margin: 50px 0 15px;
  text-align: center;
  font-size: 0.9375rem;
  width: 100%;
}

.dataTables_info + .dataTables_paginate {
  margin: 0;
}

.contact-form {
  padding: 75px 0 0;
  max-width: 550px;
  margin: auto;
}

.contact-form p,
.contact-form label {
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #D0D1D3;
  padding: 17px 15px;
}

.contact-form .button-box {
  position: relative;
  display: block;
  width: 100%;
}

.contact-form .button-box .ajax-loader {
  position: absolute;
  top: 20px;
  left: 75px;
  right: 0;
  margin: auto;
}

.contact-form .btn {
  background-color: #6a0926;
  border: 2px solid #6a0926;
  padding: 12px 10px;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
}

.contact-form .btn:hover {
  background: transparent;
}

.info_popup_container {
  position: fixed;
  right: 0;
  top: 50%;
  padding: 50px 40px;
  width: 340px;
  z-index: 202;
  background: #f9b33b;
  color: #6a0926;
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -moz-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 991.98px) {
  .info_popup_container {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

.info_popup_container .info_popup_btn {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: #f9b33b;
  background: #6a0926;
  position: absolute;
  top: 50%;
  left: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  -moz-transform: rotate(-90deg) translate(-50%, -100%);
  -o-transform: rotate(-90deg) translate(-50%, -100%);
  -ms-transform: rotate(-90deg) translate(-50%, -100%);
  -webkit-transform: rotate(-90deg) translate(-50%, -100%);
  transform: rotate(-90deg) translate(-50%, -100%);
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

@media (max-width: 991.98px) {
  .info_popup_container .info_popup_btn {
    top: 0;
    width: 100%;
    text-align: center;
    -moz-transform: rotate(0) translate(0, -100%);
    -o-transform: rotate(0) translate(0, -100%);
    -ms-transform: rotate(0) translate(0, -100%);
    -webkit-transform: rotate(0) translate(0, -100%);
    transform: rotate(0) translate(0, -100%);
  }
}

.info_popup_container .info_popup_btn i {
  font-size: 27px;
  margin-right: 15px;
}

.info_popup_container .info_popup_btn:hover {
  text-decoration: none;
}

.info_popup_container .info_popup_content {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.info_popup_container .info_popup_content .btn {
  text-align: center;
  width: 100%;
}

.info_popup_container.show {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 991.98px) {
  .info_popup_container.show {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.info_popup_container.show .info_popup_content {
  opacity: 1;
}

body.show-modal-overlay .modal-overlay {
  opacity: 1;
}

body.raise-modal-overlay .modal-overlay {
  z-index: 201;
}

.modal-overlay {
  background: rgba(83, 83, 83, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-filters__panel {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D0D1D4;
}

@media (max-width: 1309px) {
  .p-filters__panel {
    flex-wrap: wrap;
  }
}

.p-filters__search {
  display: flex;
  align-items: center;
}

@media (max-width: 1309px) {
  .p-filters__search {
    order: 5;
    width: 100%;
    padding-top: 20px;
  }
}

.p-filters__search .p-label {
  font-size: 16px;
  font-family: 'Roboto-Medium', sans-serif;
  margin-right: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .p-filters__search .p-label {
    font-size: 14px;
  }
}

.p-filters__search input {
  height: 36px;
  border: 1px solid #D0D1D4;
  min-width: 360px;
  padding-left: 15px;
  padding-right: 15px;
  transition: .3s ease;
}

@media (max-width: 1309px) {
  .p-filters__search input {
    flex-grow: 1;
    min-width: auto;
  }
}

.p-filters__search input:focus {
  border-color: #000;
}

.p-filters__toggle {
  margin-left: 23px;
  margin-top: 5px;
}

@media (max-width: 1309px) {
  .p-filters__toggle {
    margin-left: auto;
    max-width: 40%;
  }
}

.p-filters__btn {
  border: 0;
  display: inline-flex;
  padding: 0;
  align-items: center;
  background: none;
  font-size: 18px;
  outline: none;
  color: #000;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .p-filters__btn {
    font-size: 14px;
  }
}

.p-filters__btn:hover {
  color: #000;
  text-decoration: none;
}

.p-filters__btn:before {
  content: '';
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-image: url(../images/icons/filters.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .p-filters__btn:before {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}

.p-filters__view {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1309px) {
  .p-filters__view {
    order: 1;
    padding-left: 10px;
    margin-left: 0;
  }
}

.p-filters__view .btn {
  margin-top: 0;
  border-radius: 0;
  padding: 4px 15px;
  min-width: 94px;
  margin-left: 8px;
  text-align: center;
  border-width: 1px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .p-filters__view .btn {
    font-size: 16px;
    min-width: 86px;
  }
}

.p-filters__view .btn.active {
  background-color: transparent;
  border-color: #D0D1D4;
  color: #000;
  pointer-events: none;
}

.p-filters__view .btn.active:before {
  filter: unset;
}

.p-filters__view .btn.list-view:before {
  background-image: url(../images/icons/list.svg);
}

.p-filters__view .btn.map-view:before {
  background-image: url(../images/icons/pin.svg);
}

.p-filters__view .btn:before {
  content: '';
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 7px;
  filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
  .p-filters__view .btn:before {
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
}

.p-filters__view .btn:hover {
  background-color: transparent;
  border-color: #D0D1D4;
  color: #000;
}

.p-filters__view .btn:hover:before {
  filter: unset;
}

.p-filters__tags {
  margin-left: 15px;
  min-height: 41px;
}

@media (max-width: 1309px) {
  .p-filters__tags {
    margin-left: 0;
    width: 100%;
    order: 2;
    margin-top: 20px;
    min-height: unset;
  }
}

.p-filters__tags ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -7px;
  margin-bottom: -7px;
}

.p-filters__tags ul li {
  margin: 7px 14px 7px 0;
  border: 1px solid #D0D1D4;
  font-size: 18px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .p-filters__tags ul li {
    font-size: 12px;
    padding: 5px 12px;
  }
}

.p-filters__tags ul li .remove {
  font-size: 0;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: .3s ease;
}

@media (max-width: 991.98px) {
  .p-filters__tags ul li .remove {
    margin-left: 15px;
    width: 10px;
    min-width: 10px;
    height: 10px;
  }
}

.p-filters__tags ul li .remove:hover {
  opacity: .7;
}

.p-filters__tags ul li .remove:before, .p-filters__tags ul li .remove:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #6a0926;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 991.98px) {
  .p-filters__tags ul li .remove:before, .p-filters__tags ul li .remove:after {
    width: 12px;
    top: 4px;
  }
}

.p-filters__tags ul li .remove:before {
  transform: rotate(45deg);
}

.p-filters__tags ul li .remove:after {
  transform: rotate(-45deg);
}

.p-filters__list {
  background-color: #000;
  padding: 0 20px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .p-filters__list {
    padding: 0 10px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.p-filters__list ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.p-filters__list ul li {
  color: #fff;
  font-size: 18px;
  padding: 14px 20px;
  font-family: 'Roboto-Bold', sans-serif;
  border-bottom: 4px solid transparent;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .p-filters__list ul li {
    font-size: 14px;
    padding: 16px 12px;
  }
}

.p-filters__list ul li:not(:last-child) {
  margin-right: clamp(40px, 24.87vw, 70px);
}

@media (max-width: 991.98px) {
  .p-filters__list ul li:not(:last-child) {
    margin-right: 45px;
  }
}

.p-filters__list ul li:hover {
  color: #F2AF11;
}

.p-filters__list ul li a {
  color: inherit;
  text-decoration: none !important;
}

.p-filters__list ul li.active {
  border-bottom-color: #F2AF11;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .p-filters__modal {
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .p-filters__modal .p-modal__body {
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .p-filters__modal .pfm__actions {
    margin-top: auto;
  }
}

.pfm__head {
  display: flex;
  align-items: center;
}

.pfm__head:before {
  content: '';
  width: 16px;
  min-width: 16px;
  height: 16px;
  -webkit-mask-image: url(../images/icons/filters.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-right: 10px;
  background-color: #000;
}

@media (max-width: 767.98px) {
  .pfm__head:before {
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
}

.pfm__row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .pfm__row {
    margin-bottom: 15px;
  }
}

.pfm__row .p-label {
  font-family: 'Roboto-Medium', sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}

.pfm__row .p-select {
  width: 100%;
}

.pfm__row .p-select option:empty {
  display: none;
}

.pfm__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
}

.pfm__actions .reset-btn {
  font-family: 'Roboto-Medium', sans-serif;
  color: #6a0926;
  font-size: 16px;
}

.pfm__actions .btn {
  font-family: 'Roboto-Medium', sans-serif;
  margin-left: 30px;
  min-width: 140px;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  padding: 8px 15px;
}

.p-map {
  width: 100%;
  min-height: 685px;
  position: relative;
}

@media (max-width: 991.98px) {
  .p-map {
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .p-map {
    min-height: 200px;
  }
}

.p-map iframe, .p-map .map {
  width: 100%;
  height: auto;
  min-height: inherit;
}

.p-map button.gm-ui-hover-effect {
  outline: none !important;
  top: -2px !important;
  right: -2px !important;
  transition: .3s ease !important;
}

.p-map button.gm-ui-hover-effect > span {
  background-color: #6a0926;
}

.p-map .gm-style-iw-d {
  min-width: 200px;
}

.p-map .gm-style-iw-d h3,
.p-map .gm-style-iw-d .p-head {
  font-size: 16px;
  margin: 0 0 10px;
  font-family: 'Roboto-Medium', sans-serif;
}

.p-map .gm-style-iw-d h3 strong,
.p-map .gm-style-iw-d .p-head strong {
  font-family: inherit;
}

.p-map .gm-style-iw-d div > p {
  margin-bottom: 7px;
}

.p-map .data-list {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-view-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-view-col {
  min-height: 200px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  visibility: hidden;
}

.p-view-col.active {
  display: block;
  position: relative;
  visibility: visible;
}

.p-view-col.list-view {
  order: -1;
}

.filters-overlay {
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.4) !important;
}

#page .entry-content {
  margin-top: 40px;
}

#page .module-grid .cta-row {
  margin-bottom: -80px;
}

@media (min-width: 1310px) {
  #page .module-grid .cta-row {
    margin-right: -35px;
    margin-left: -35px;
  }
}

@media (max-width: 991.98px) {
  #page .module-grid .cta-row {
    margin-bottom: -50px;
  }
}

#page .module-grid .cta-col {
  margin: 0 0 80px;
}

@media (min-width: 1310px) {
  #page .module-grid .cta-col {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 991.98px) {
  #page .module-grid .cta-col {
    margin: 0 0 50px;
  }
}

#page .module-grid .cta-col > a {
  text-decoration: none;
}

#page .module-grid .cta-col > a:hover {
  color: #6a0926;
}

#page .module-grid .cta-col > a:hover .item-title {
  color: #6a0926;
}

#page .module-grid .cta-col .img-holder img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#page .module-grid .cta-col .item-title {
  color: #000;
  font-size: 1.625rem;
  font-family: "Trajan-Bold";
  margin: 20px 0 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  #page .module-grid .cta-col .item-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  #page .module-grid .cta-col .item-title {
    font-size: 1.25rem;
  }
}

#page .flexible-module {
  padding-top: 75px;
}

#page .reset-filter {
  color: #6a0926;
  margin-left: 10px;
}

.archive-container {
  padding: 75px 0 0;
}

@media (max-width: 574.98px) {
  .archive-container {
    padding: 60px 0 0;
  }
}

.archive-container .title {
  color: #6a0926;
  font-family: "Trajan-Regular";
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 0 0 35px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .archive-container .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .archive-container .title {
    font-size: 1.5rem;
  }
}

.archive-container .title:after {
  content: '';
  display: block;
  background-color: #f2af11;
  margin: 18px auto 0;
  height: 2px;
  width: 60px;
}

.archive-container .description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 70px;
}

@media (max-width: 991.98px) {
  .archive-container .description {
    font-size: 1rem;
    margin: 0 0 55px;
  }
}

@media (max-width: 767.98px) {
  .archive-container .description {
    font-size: 0.875rem;
    margin: 0 0 40px;
  }
}

.archive-container .inner-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 574.98px) {
  .archive-container .inner-post .img-holder {
    width: 100%;
  }
}

.archive-container .inner-post .img-holder img {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  display: block;
  height: 130px;
  width: 130px;
}

@media (max-width: 574.98px) {
  .archive-container .inner-post .img-holder img {
    margin: auto;
  }
}

.archive-container .inner-post .text-holder {
  margin: 0 0 0 45px;
  width: calc( 100% - 175px);
}

@media (max-width: 574.98px) {
  .archive-container .inner-post .text-holder {
    margin: 25px 0 0;
    width: 100%;
  }
}

.archive-container .inner-post .text-holder .text-head-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 10px;
}

@media (max-width: 574.98px) {
  .archive-container .inner-post .text-holder .text-head-holder {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.archive-container .inner-post .text-holder .text-head-holder .item-title {
  margin-right: 10px;
}

.archive-container .inner-post .text-holder p, .archive-container .inner-post .text-holder a {
  display: inline;
}

.archive-container .inner-post .text-holder a {
  color: #6a0926;
  font-family: "Roboto-Medium";
}

.archive-container .inner-post .text-holder a > i {
  margin: 0 0 0 3px;
}

.archive-container .inner-post .text-holder a.read-more {
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .archive-container .inner-post .text-holder a.read-more {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .archive-container .inner-post .text-holder a.read-more {
    font-size: 0.875rem;
  }
}

.archive-container .inner-post .item-title {
  font-family: "Trajan-Regular";
  font-size: 1.5rem;
  margin: 7px 0 10px;
}

@media (max-width: 991.98px) {
  .archive-container .inner-post .item-title {
    font-size: 1.3125rem;
  }
}

@media (max-width: 767.98px) {
  .archive-container .inner-post .item-title {
    font-size: 1.125rem;
  }
}

.archive-container .inner-post + .inner-post {
  margin: 50px 0 0;
}

.archive-container.main-traditions .cta-row {
  margin-bottom: -80px;
}

@media (min-width: 1310px) {
  .archive-container.main-traditions .cta-row {
    margin-right: -35px;
    margin-left: -35px;
  }
}

@media (max-width: 991.98px) {
  .archive-container.main-traditions .cta-row {
    margin-bottom: -50px;
  }
}

.archive-container.main-traditions .cta-col {
  margin: 0 0 80px;
}

@media (min-width: 1310px) {
  .archive-container.main-traditions .cta-col {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 991.98px) {
  .archive-container.main-traditions .cta-col {
    margin: 0 0 50px;
  }
}

.archive-container.main-traditions .cta-col > a {
  text-decoration: none;
}

.archive-container.main-traditions .cta-col > a:hover {
  color: #6a0926;
}

.archive-container.main-traditions .cta-col > a:hover .item-title {
  color: #6a0926;
}

.archive-container.main-traditions .cta-col .img-holder img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.archive-container.main-traditions .cta-col .item-title {
  color: #000;
  font-size: 1.625rem;
  font-family: "Trajan-Bold";
  margin: 20px 0 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .archive-container.main-traditions .cta-col .item-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .archive-container.main-traditions .cta-col .item-title {
    font-size: 1.25rem;
  }
}

.archive-container.main-connect-inner.main-tabs {
  padding: 50px 0 0;
}

.archive-container.main-connect-inner .inner-advice {
  background-color: #fff;
  border: 1px solid #D0D1D4;
  padding: 80px 80px;
}

@media (max-width: 1309.98px) {
  .archive-container.main-connect-inner .inner-advice {
    padding: 50px 50px;
  }
}

@media (max-width: 991.98px) {
  .archive-container.main-connect-inner .inner-advice {
    padding: 25px 25px;
  }
}

.inner-item {
  border-top: 1px solid #D0D1D4;
  padding-top: 45px;
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner-item:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 574.98px) {
  .inner-item {
    padding-top: 30px;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.inner-item .text-holder .description {
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .inner-item .text-holder .description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .inner-item .text-holder .description {
    font-size: 0.875rem;
  }
}

.inner-item .text-holder .btn {
  text-transform: uppercase;
  padding: 5px 40px 5px 70px;
}

@media (max-width: 767.98px) {
  .inner-item .text-holder .btn {
    padding: 5px 20px 5px 35px;
  }
}

.career-item .text-holder {
  margin: 0 0 0 68px;
}

@media (max-width: 1309.98px) {
  .career-item .text-holder {
    margin: 0 0 0 40px;
  }
}

@media (max-width: 991.98px) {
  .career-item .text-holder {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 574.98px) {
  .career-item .text-holder {
    margin: 25px 0 0;
  }
}

@media (max-width: 574.98px) {
  .career-item .img-holder {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .career-item .img-holder img {
    max-width: 200px;
  }
}

@media (max-width: 574.98px) {
  .career-item .img-holder img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
}

.intership-item {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.intership-item .text-holder {
  margin: 0 68px 0 0;
}

@media (max-width: 1309.98px) {
  .intership-item .text-holder {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 991.98px) {
  .intership-item .text-holder {
    margin: 0 25px 0 0;
  }
}

@media (max-width: 574.98px) {
  .intership-item .text-holder {
    margin: 25px 0 0;
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
  }
}

@media (max-width: 574.98px) {
  .intership-item .img-holder {
    width: 100%;
    order: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
  }
}

.jobs-single-item .inner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 574.98px) {
  .jobs-single-item .inner-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.jobs-single-item .text-holder {
  margin: 0 68px 10px 0;
}

@media (max-width: 1309.98px) {
  .jobs-single-item .text-holder {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 991.98px) {
  .jobs-single-item .text-holder {
    margin: 0 25px 0 0;
  }
}

@media (max-width: 574.98px) {
  .jobs-single-item .text-holder {
    margin: 25px 0 0;
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
  }
}

@media (max-width: 574.98px) {
  .jobs-single-item .img-holder {
    width: 100%;
    order: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
  }
}

.jobs-single-item .btn-holder .btn {
  text-transform: uppercase;
  padding: 5px 40px 5px 70px;
}

@media (max-width: 574.98px) {
  .jobs-single-item .btn-holder .btn {
    padding: 5px 25px 5px 50px;
  }
}

.jobs-item {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .jobs-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.jobs-item .text-holder {
  margin: 0 68px 0 0;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 1309.98px) {
  .jobs-item .text-holder {
    margin: 0 0 0 40px;
  }
}

@media (max-width: 991.98px) {
  .jobs-item .text-holder {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 767.98px) {
  .jobs-item .text-holder {
    margin: 0 0 10px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .jobs-item .btn-holder {
    width: 100%;
  }
}

.jobs-item .btn-holder .btn {
  text-transform: uppercase;
  padding: 5px 40px 5px 70px;
}

.ventures-single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 574.98px) {
  .ventures-single-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ventures-single-item .text-holder {
  margin: 0 68px 0 0;
}

@media (max-width: 1309.98px) {
  .ventures-single-item .text-holder {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 991.98px) {
  .ventures-single-item .text-holder {
    margin: 0 25px 0 0;
  }
}

@media (max-width: 574.98px) {
  .ventures-single-item .text-holder {
    margin: 25px 0 0;
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
  }
}

.ventures-single-item .text-holder .description {
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .ventures-single-item .text-holder .description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .ventures-single-item .text-holder .description {
    font-size: 0.875rem;
  }
}

.ventures-single-item .text-holder .btn {
  text-transform: uppercase;
  padding: 5px 40px 5px 70px;
}

@media (max-width: 574.98px) {
  .ventures-single-item .img-holder {
    width: 100%;
    order: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
  }
}

@media (max-width: 991.98px) {
  .ventures-single-item .img-holder img {
    max-width: 200px;
  }
}

@media (max-width: 574.98px) {
  .ventures-single-item .img-holder img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.gallery figure.gallery-item {
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
}

.gallery figure.gallery-item img {
  max-width: 100%;
  object-fit: cover;
  max-height: 230px;
}

@media (min-width: 576px) {
  .gallery figure.gallery-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.gallery.gallery-columns-3 figure.gallery-item {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.gallery.gallery-columns-4 figure.gallery-item {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 991.98px) {
  .gallery.gallery-columns-4 figure.gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 574.98px) {
  .gallery.gallery-columns-4 figure.gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gallery.gallery-columns-3 figure.gallery-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gallery.gallery-columns-2 figure.gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.inner-traditions .entry-content-gallery {
  margin: 40px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .inner-traditions .entry-content-gallery {
    margin: 25px 0 0;
  }
}

.inner-traditions .entry-content-gallery .fancybox-thumb {
  flex: 0 0 25%;
  width: 25%;
  height: 215px;
  overflow: hidden;
}

@media (min-width: 1310px) {
  .inner-traditions .entry-content-gallery .fancybox-thumb {
    flex: 0 0 20%;
    width: 20%;
    height: 225px;
  }
}

@media (max-width: 991.98px) {
  .inner-traditions .entry-content-gallery .fancybox-thumb {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .inner-traditions .entry-content-gallery .fancybox-thumb {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 574.98px) {
  .inner-traditions .entry-content-gallery .fancybox-thumb {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media screen and (max-width: 380px) {
  .inner-traditions .entry-content-gallery .fancybox-thumb {
    height: 145px;
  }
}

.inner-traditions .entry-content-gallery .fancybox-thumb img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.archive-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 574.98px) {
  .archive-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.archive-item .text-holder {
  margin: 0 0 0 45px;
}

@media (max-width: 574.98px) {
  .archive-item .text-holder {
    margin: 25px 0 0;
  }
}

.archive-item .text-holder .item-title {
  color: #6a0926;
  font-family: "Trajan-Bold";
  font-size: 1.75rem;
  margin: 0 0 10px;
}

.archive-item .text-holder .item-title a {
  color: #6a0926;
}

@media (max-width: 991.98px) {
  .archive-item .text-holder .item-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .archive-item .text-holder .item-title {
    font-size: 1.25rem;
  }
}

.archive-item .text-holder .subtitle {
  font-size: 1.5625rem;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .archive-item .text-holder .subtitle {
    font-size: 1.3125rem;
    margin: 0 0 10px;
  }
}

@media (max-width: 767.98px) {
  .archive-item .text-holder .subtitle {
    font-size: 1.125rem;
  }
}

.archive-item .text-holder .description {
  color: #666666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0;
  text-align: left;
}

@media (max-width: 991.98px) {
  .archive-item .text-holder .description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .archive-item .text-holder .description {
    font-size: 0.875rem;
  }
}

.archive-item .text-holder .btn i {
  color: #e4ab29;
  font-size: 1.125rem;
  margin: 0 0 0 13px;
  vertical-align: baseline;
}

@media (max-width: 574.98px) {
  .archive-item .img-holder {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .archive-item .img-holder img {
    max-width: 200px;
  }
}

@media (max-width: 574.98px) {
  .archive-item .img-holder img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
}

.archive-item.legends-item {
  margin-top: 40px;
}

.archive-item.legends-item:first-child {
  margin-top: 0;
}

@media (max-width: 574.98px) {
  .archive-item.legends-item {
    margin-top: 30px;
  }
}

.archive-item.advisors-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e1e1e1;
}

.archive-item.advisors-item:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 574.98px) {
  .archive-item.advisors-item {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 574.98px) {
  .archive-item.advisors-item .img-holder img {
    max-height: 465px;
    max-width: 375px;
  }
}

.archive-item.houses-item {
  margin-top: 40px;
}

.archive-item.houses-item:first-child {
  margin-top: 0;
}

@media (max-width: 574.98px) {
  .archive-item.houses-item {
    margin-top: 30px;
  }
}

.archive-item.houses-item .img-holder {
  float: right;
  margin: 0 0 20px 35px;
}

@media (max-width: 574.98px) {
  .archive-item.houses-item .img-holder {
    float: none;
    margin: 0;
  }
}

.archive-item.houses-item .text-holder {
  margin: 0;
}

@media (max-width: 574.98px) {
  .archive-item.houses-item .text-holder {
    margin: 25px 0 0;
  }
}

.archive-item.houses-item .text-holder .item-title {
  font-size: 2.25rem;
}

@media (max-width: 991.98px) {
  .archive-item.houses-item .text-holder .item-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  .archive-item.houses-item .text-holder .item-title {
    font-size: 1.625rem;
  }
}

.archive-item.houses-item .text-holder .subtitle {
  font-size: 1.625rem;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .archive-item.houses-item .text-holder .subtitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .archive-item.houses-item .text-holder .subtitle {
    font-size: 1.25rem;
  }
}

ul.column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  width: 100%;
}

.sires-sons-row {
  margin-right: -8px;
  margin-left: -8px;
}

.sires-sons-row .page-numbers-container {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 13px 0 0;
  padding: 30px 0 0;
}

.sires-sons-col {
  padding-right: 8px;
  padding-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 574.98px) {
  .sires-sons-col.describe-col .sires-sons-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.sires-sons-col.describe-col .img-holder {
  max-height: 150px;
  overflow: hidden;
}

.sires-sons-col.describe-col .img-holder img {
  max-width: 100%;
}

@media (max-width: 574.98px) {
  .sires-sons-col.describe-col .text-holder {
    width: 100%;
  }
}

@media (max-width: 574.98px) {
  .sires-sons-col.describe-col .text-holder .user-class {
    margin-bottom: 0;
  }
}

.sires-sons-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin-bottom: 17px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sires-sons-item .img-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .sires-sons-item .img-holder {
    display: block;
    padding: 10px 10px 0;
  }
}

.sires-sons-item .img-holder > div:first-child {
  margin: 0 5px 0 0;
}

@media (max-width: 574.98px) {
  .sires-sons-item .img-holder > div:first-child {
    margin: 0 0 5px 0;
  }
}

.sires-sons-item .text-holder {
  margin: 0 15px 0 15px;
  padding: 10px 0 0 0;
  width: calc( 100% - 255px);
}

@media (max-width: 767.98px) {
  .sires-sons-item .text-holder {
    width: auto;
    margin: 0 10px 0 10px;
  }
}

.sires-sons-item .text-holder > div {
  width: 100%;
}

.sires-sons-item .text-holder .user-name {
  font-size: 22px;
  color: #6a0926;
  margin: 0 0 10px;
}

@media (max-width: 991.98px) {
  .sires-sons-item .text-holder .user-name {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .sires-sons-item .text-holder .user-name {
    font-size: 1.125rem;
  }
}

.sires-sons-item .text-holder .user-class {
  font-size: 1.125rem;
  font-family: "Roboto-Medium";
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .sires-sons-item .text-holder .user-class {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .sires-sons-item .text-holder .user-class {
    font-size: 0.9375rem;
  }
}

.sires-sons-item .text-holder img {
  display: block;
  margin: 0 0 15px;
}

.inner-post_content {
  width: 100%;
}

.athletes-row {
  margin-right: -15px;
  margin-left: -15px;
}

.athletes-row > .athletes-row {
  margin-right: 0;
  margin-left: 0;
}

.athletes-row.sticky-row {
  margin-bottom: 40px;
}

@media (min-width: 1310px) {
  .athletes-row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .athletes-row > .athletes-row {
    margin-right: 0;
    margin-left: 0;
  }
}

.athletes-row .class-notes-post {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1310px) {
  .athletes-row .class-notes-post {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.athletes-row .intramural-item {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 50px;
}

@media (min-width: 1310px) {
  .athletes-row .intramural-item {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.athletes-row .intramural-item .img-holder img {
  width: 100%;
  object-fit: cover;
}

.athletes-row .intramural-item .item-title {
  margin: 15px 0 10px;
  font-size: 1.5rem;
}

.athletes-row .intramural-item .subtitle {
  margin: 0;
  font-size: 1.125rem;
}

@media (min-width: 575px) {
  .athletes-row .intramural-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .athletes-row .intramural-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .athletes-row .intramural-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.has_file {
  display: none;
}

.file_attached .has_file {
  display: block;
}

.file_attached .no_file {
  display: none;
}

.registration-container {
  padding: 45px 0 0;
}

@media (max-width: 574.98px) {
  .registration-container {
    padding: 30px 0 0;
  }
}

.registration-container .inner {
  background-color: #fff;
  border: 1px solid #D0D1D4;
  padding: 80px 80px;
}

@media (max-width: 1309.98px) {
  .registration-container .inner {
    padding: 50px 50px;
  }
}

@media (max-width: 991.98px) {
  .registration-container .inner {
    padding: 25px 25px;
  }
}

.registration-container .form {
  max-width: 610px;
  margin: 0 auto;
}

.registration-container .form .social-login-box .the_champ_login_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.registration-container .form .social-login-box li {
  width: 100% !important;
  border: 1px solid #D0D1D3 !important;
  margin: 0 0 30px !important;
  padding: 12px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.registration-container .form .social-login-box li:nth-child(1) {
  order: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
}

.registration-container .form .social-login-box li:nth-child(2) {
  order: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
}

@media (max-width: 767.98px) {
  .registration-container .form .social-login-box li {
    margin: 0 0 20px !important;
  }
}

.registration-container .form .theChampLogin {
  margin: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  position: relative;
  transform: translateX(-115px);
}

@media (max-width: 991.98px) {
  .registration-container .form .theChampLogin {
    transform: translateX(-105px);
  }
}

@media (max-width: 767.98px) {
  .registration-container .form .theChampLogin {
    transform: translateX(-85px);
  }
}

.registration-container .form .theChampInstagramBackground:after,
.registration-container .form .theChampFacebookBackground:after {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 40px;
  font-style: normal;
  color: #999999;
  font-size: 20px;
  font-family: "Roboto-Medium";
}

@media (max-width: 991.98px) {
  .registration-container .form .theChampInstagramBackground:after,
  .registration-container .form .theChampFacebookBackground:after {
    font-size: 1.125rem;
    top: 2px;
  }
}

@media (max-width: 767.98px) {
  .registration-container .form .theChampInstagramBackground:after,
  .registration-container .form .theChampFacebookBackground:after {
    font-size: 1rem;
    top: 3px;
  }
}

.registration-container .form .theChampInstagramBackground {
  background-color: transparent;
}

.registration-container .form .theChampInstagramBackground:after {
  content: 'Sign In with Instagram';
}

.registration-container .form .theChampFacebookBackground:after {
  content: 'Sign In with Facebook';
}

.registration-container .form .theChampInstagramLoginSvg {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxLjQxNDIxOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxMDAlIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cmVjdCBoZWlnaHQ9IjI0IiBpZD0iQXJ0Ym9hcmQxMCIgc3R5bGU9ImZpbGw6bm9uZTsiIHdpZHRoPSIyNCIgeD0iMCIgeT0iMCIvPjxwYXRoIGQ9Ik0yMiw3YzAsLTIuNzYxIC0yLjIzOSwtNSAtNSwtNWMtMy4wNTQsMCAtNi45NDYsMCAtMTAsMGMtMi43NjEsMCAtNSwyLjIzOSAtNSw1YzAsMy4wNTQgMCw2Ljk0NiAwLDEwYzAsMi43NjEgMi4yMzksNSA1LDVjMy4wNTQsMCA2Ljk0NiwwIDEwLDBjMi43NjEsMCA1LC0yLjIzOSA1LC01YzAsLTMuMDU0IDAsLTYuOTQ2IDAsLTEwWiIgc3R5bGU9ImZpbGw6dXJsKCNfUmFkaWFsMSk7Ii8+PHBhdGggZD0iTTE0Ljk1OCw1LjAwNWMyLjA5MSwwLjAyIDQuMDE2LDEuODE1IDQuMDM3LDQuMDM3YzAuMDA3LDEuOTcyIDAuMDA3LDMuOTQ0IDAsNS45MTZjLTAuMDIsMi4wODMgLTEuODE1LDQuMDE2IC00LjAzNyw0LjAzN2MtMS45NzIsMC4wMDcgLTMuOTQ0LDAuMDA3IC01LjkxNiwwYy0yLjA5MiwtMC4wMiAtNC4wMTYsLTEuODE1IC00LjAzNywtNC4wMzdjLTAuMDA3LC0xLjk3MiAtMC4wMDcsLTMuOTQ0IDAsLTUuOTE2YzAuMDE5LC0yLjA5MyAxLjgxLC00LjAxNiA0LjAzNywtNC4wMzdjMS45NzIsLTAuMDA3IDMuOTQ0LC0wLjAwNyA1LjkxNiwwWm0tNS44ODksMC45NDVjLTEuNjIzLDAuMDA1IC0zLjEwMywxLjQxMiAtMy4xMTksMy4wOThjLTAuMDA2LDEuOTY4IC0wLjAwNiwzLjkzNiAwLDUuOTA0YzAuMDE1LDEuNjA1IDEuMzg4LDMuMDgyIDMuMDk4LDMuMDk4YzEuOTY4LDAuMDA2IDMuOTM2LDAuMDA2IDUuOTA0LDBjMS42MDksLTAuMDE1IDMuMDgyLC0xLjM4OCAzLjA5OCwtMy4wOThjMC4wMDYsLTEuOTY4IDAuMDA2LC0zLjkzNiAwLC01LjkwNGMtMC4wMTUsLTEuNjE2IC0xLjQxNSwtMy4wODIgLTMuMDk4LC0zLjA5OGMtMS45NjEsLTAuMDA2IC0zLjkyMiwwIC01Ljg4MywwWiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6bm9uemVybzsiLz48cGF0aCBkPSJNMTIuMDI0LDguNWMxLjYxOCwwLjAxNSAzLjEyNiwxLjI2MyAzLjQyMiwyLjg2MmMwLjIxMSwxLjE0IC0wLjE4NywyLjM3NiAtMS4wMjcsMy4xNzhjLTAuOTM1LDAuODkgLTIuMzgyLDEuMjA4IC0zLjYyMiwwLjc1NGMtMS4zODYsLTAuNTA3IC0yLjM2MSwtMS45NjggLTIuMjk2LC0zLjQ0OGMwLjA3OSwtMS43NjggMS42NDEsLTMuMzQgMy40OTksLTMuMzQ2YzAuMDA4LDAgMC4wMTYsMCAwLjAyNCwwWm0tMC4wNCwwLjk0N2MtMS4xNTUsMC4wMTEgLTIuMjQ0LDAuODg3IC0yLjQ4NCwyLjAyNWMtMC4yNDMsMS4xNTEgMC40MTksMi40MjggMS41MDYsMi44ODdjMS4xODcsMC41MDIgMi43MiwtMC4wNjEgMy4yOTMsLTEuMjMzYzAuNTkzLC0xLjIxMSAwLjAzNCwtMi44NTYgLTEuMjE4LC0zLjQ0MWMtMC4zNDEsLTAuMTU5IC0wLjcyLC0wLjIzOSAtMS4wOTcsLTAuMjM4WiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6bm9uemVybzsiLz48cGF0aCBkPSJNMTYuNSw4LjIyN2MwLC0wLjE5MyAtMC4wNzcsLTAuMzc4IC0wLjIxMywtMC41MTRjLTAuMTM2LC0wLjEzNiAtMC4zMjEsLTAuMjEzIC0wLjUxNCwtMC4yMTNjLTAuMDE1LDAgLTAuMDMxLDAgLTAuMDQ2LDBjLTAuMTkzLDAgLTAuMzc4LDAuMDc3IC0wLjUxNCwwLjIxM2MtMC4xMzYsMC4xMzYgLTAuMjEzLDAuMzIxIC0wLjIxMywwLjUxNGMwLDAuMDA4IDAsMC4wMTUgMCwwLjAyM2MwLDAuMTk5IDAuMDc5LDAuMzkgMC4yMiwwLjUzYzAuMTQsMC4xNDEgMC4zMzEsMC4yMiAwLjUzLDAuMjJjMCwwIDAsMCAwLDBjMC40MTQsMCAwLjc1LC0wLjMzNiAwLjc1LC0wLjc1YzAsLTAuMDA4IDAsLTAuMDE1IDAsLTAuMDIzWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48ZGVmcz48cmFkaWFsR3JhZGllbnQgY3g9IjAiIGN5PSIwIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDI3LjkzMywwLDAsMjcuOTMzLDIsMjEuNSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iX1JhZGlhbDEiIHI9IjEiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I2ZmODEwMDtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC4xOSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmNzIwOTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC4zMiIgc3R5bGU9InN0b3AtY29sb3I6I2Y1NWUxNjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC40OCIgc3R5bGU9InN0b3AtY29sb3I6I2Q5MjkzODtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzkxMDBmZjtzdG9wLW9wYWNpdHk6MSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==");
  background-size: 34px;
  background-position: 50%;
}

.registration-container .form .theChampFacebookLoginSvg {
  background-position: 0px 0px;
  background-size: 37px;
}

.registration-container .form .btn {
  background-color: #7C0721;
  padding: 12px 10px;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
}

.registration-container .form .btn:hover {
  background: transparent;
}

.registration-container .form .link-box {
  text-align: center;
  font-size: 18px;
  font-family: "Roboto-Medium";
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .registration-container .form .link-box {
    font-size: 1rem;
    top: 3px;
  }
}

.registration-container .form .link-box a {
  color: #000;
  text-decoration: underline;
}

.registration-container .divider-text {
  font-style: normal;
  color: #999999;
  font-size: 20px;
  font-family: "Roboto-Medium";
  text-align: center;
  position: relative;
  margin: 0 0 20px;
}

@media (max-width: 991.98px) {
  .registration-container .divider-text {
    font-size: 1.125rem;
    top: 2px;
  }
}

@media (max-width: 767.98px) {
  .registration-container .divider-text {
    font-size: 1rem;
    top: 3px;
  }
}

.registration-container .divider-text:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #999999;
  height: 1px;
  width: 100%;
}

.registration-container .divider-text p {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  z-index: 1;
  position: relative;
  padding: 0 30px;
}

@media (max-width: 767.98px) {
  .registration-container .divider-text p {
    padding: 0 15px;
  }
}

.registration-container .forgot-link {
  color: #999999;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .registration-container .forgot-link {
    font-size: 0.9375rem;
  }
}

.registration-container .text-holder {
  margin: 0 0 30px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .registration-container .text-holder {
    margin: 0 0 20px;
  }
}

.registration-container .text-holder .title {
  font-size: 40px;
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .registration-container .text-holder .title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.registration-container .text-holder p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .registration-container .text-holder p {
    font-size: 1rem;
  }
}

.registration-container .text-holder .resetingi-text {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.registration-container .text-holder .user-mail {
  color: #999999;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: "Roboto-Medium";
}

@media (max-width: 991.98px) {
  .registration-container .text-holder .user-mail {
    font-size: 1.125rem;
    top: 2px;
  }
}

@media (max-width: 767.98px) {
  .registration-container .text-holder .user-mail {
    font-size: 1rem;
    top: 3px;
  }
}

.form-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.form-holder label {
  color: #000;
  font-family: "Roboto-Medium";
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.form-holder label.custom-control-label {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .form-holder label {
    font-size: 1rem;
    margin: 0 0 6px;
  }
}

.form-holder .half-input {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: calc(50% - 15px);
}

@media (max-width: 767.98px) {
  .form-holder .half-input {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .profile .form-holder .half-input {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.form-holder .full-input {
  flex: 0 0 100%;
}

.form-holder .form-group {
  margin: 0 0 30px;
  position: relative;
}

@media (max-width: 767.98px) {
  .form-holder .form-group {
    margin: 0 0 20px;
  }
}

.form-holder .form-group .form-control {
  width: 100%;
  border: 1px solid #D0D1D3;
  padding: 17px 15px;
}

.form-group.half-input {
  position: relative;
}

.form-group.half-input.init-class:after {
  content: "OR";
  display: block;
  position: absolute;
  top: 55%;
  right: -20px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 767.98px) {
  .form-group.half-input.init-class:after {
    position: static;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

#formregistration input::-webkit-input-placeholder,
#formregistration textarea::-webkit-input-placeholder,
#formregistration input::placeholder,
#formregistration textarea::placeholder {
  font-size: 16px;
}

#formregistration input, #formregistration select {
  font-size: 16px;
}

.tabs-nav {
  margin: 0 0 20px;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .tabs-nav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tabs-nav > li {
  padding: 0;
}

@media (max-width: 991.98px) {
  .tabs-nav > li {
    width: 100%;
    margin: 0 0 8px;
  }
}

.tabs-nav .nav-item {
  background-color: #e4ab29;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Roboto-Medium";
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 35px;
  display: block;
}

@media (max-width: 1309.98px) {
  .tabs-nav .nav-item {
    padding: 7px 25px;
    font-size: 1.125rem;
  }
}

.tabs-nav .nav-item.active, .tabs-nav .nav-item:hover {
  color: #000;
}

.profile .tabs-nav {
  background-color: #e4ab29;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .profile .tabs-nav {
    background-color: transparent;
  }
}

.profile .tabs-nav > li {
  padding: 0;
}

.profile .tabs-nav > li .nav-item {
  display: block;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .profile .tabs-nav > li > .nav-item {
    background-color: #e4ab29;
  }
}

.profile .tabs-nav > li.current > .nav-item {
  color: #000;
}

.profile .tabs-nav .item-pike_connect {
  position: relative;
}

.profile .tabs-nav .item-pike_connect:hover .tabs-sub-nav {
  display: block;
}

.profile .tabs-nav .item-pike_connect > .nav-item:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  border: 0;
  vertical-align: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
}

.profile .tabs-nav .tabs-sub-nav {
  position: absolute;
  background: #000;
  list-style-type: none;
  top: 100%;
  left: calc(50% - 162px);
  margin: auto;
  min-width: 324px;
  padding: 15px 0;
  z-index: 99;
  display: none;
}

@media (max-width: 991.98px) {
  .profile .tabs-nav .tabs-sub-nav {
    position: relative;
    left: 0;
    min-width: 300px;
  }
}

.profile .tabs-nav .tabs-sub-nav .nav-item:hover {
  background-color: #e4ab29;
}

.profile .main-holder {
  padding: 0 0 0 70px;
}

@media (max-width: 1309.98px) {
  .profile .main-holder {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767.98px) {
  .profile .main-holder {
    padding: 0;
  }
}

.profile .sidebar-holder {
  max-width: 252px;
}

@media (max-width: 767.98px) {
  .profile .sidebar-holder {
    margin: 0 auto 30px;
  }
}

.profile .profile-img {
  text-align: center;
  border: 1px solid #D0D1D3;
  position: relative;
}

@media (max-width: 991.98px) {
  .profile .profile-img.croppie-init .img-bg {
    height: 332px;
  }
}

.profile .profile-img.croppie-init .img-bg .uploadImg {
  display: none;
}

.profile .profile-img.croppie-init .img-placeholder {
  display: none;
}

.profile .profile-img.croppie-init .cr-boundary {
  width: 100% !important;
}

.profile .profile-img .img-bg {
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .profile .profile-img .img-bg {
    height: 230px;
  }
}

.profile .profile-img .img-bg.croppie-container {
  flex-direction: row;
}

.profile .profile-img .img-bg img.uploadImg {
  z-index: 2;
}

.profile .profile-img:not(.job-img) .img-bg {
  height: 332px;
}

.profile .profile-img.job-img .img-bg {
  height: 250px;
}

.profile .profile-img .img-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Roboto-Medium";
  text-decoration: underline;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  z-index: 1;
  word-break: break-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .profile .profile-img .img-placeholder {
    bottom: 35px;
  }
}

.profile .profile-img .cr-slider-wrap {
  z-index: 2;
}

.profile .profile-documents {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.profile .profile-documents label {
  position: relative;
  color: #000;
  font-family: "Roboto-Regular";
  font-size: 90%;
  font-weight: bold;
}

.profile .profile-documents .documents-list-container {
  text-align: left;
  border: 1px solid #D0D1D3;
  position: relative;
  padding: 10px;
  font-size: 80%;
}

.profile .profile-documents .documents-list-container:empty {
  display: none;
}

.profile .profile-documents .documents-list-container .file-item {
  margin-bottom: 10px;
  color: #999999;
  font-family: "Roboto-Medium";
  position: relative;
  padding-right: 20px;
  word-break: break-word;
}

.profile .profile-documents .documents-list-container .file-item:last-child {
  margin-bottom: 0;
}

.profile .profile-documents .documents-list-container .file-item .documents-content-remove {
  color: red;
  cursor: pointer;
  position: absolute;
  display: block;
  width: 20px;
  height: 23px;
  line-height: 23px;
  right: 0;
  bottom: 0;
  text-align: center;
}

.profile .upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}

.profile .upload-label {
  text-align: right;
  font-family: "Roboto-Medium";
  margin: 10px 0 0;
}

.profile .upload-label label {
  margin: 0;
  text-decoration: underline;
  font-size: 14px;
}

.profile .upload-label i {
  font-size: 19px;
  margin: 0 2px 0 0;
  vertical-align: text-top;
}

.profile .title {
  color: #000;
  font-size: 40px;
  font-family: "Roboto-Regular";
  margin-bottom: 35px;
  text-align: left;
  width: auto;
}

.profile .title:after {
  display: none;
}

@media (max-width: 991.98px) {
  .profile .title {
    font-size: 2.125rem;
  }
}

@media (max-width: 767.98px) {
  .profile .title {
    font-size: 1.75rem;
  }
}

.profile .btn {
  background-color: #7C0721;
  padding: 12px 10px;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
}

.profile .btn:hover {
  background: transparent;
}

.profile .btn.add-btn {
  font-size: 1.1875rem;
  line-height: 1;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px 70px;
}

@media (max-width: 767.98px) {
  .profile .btn.add-btn {
    font-size: 1rem;
    padding: 12px 30px;
  }
}

@media (max-width: 574.98px) {
  .profile .btn.add-btn {
    font-size: 0.9375rem;
    padding: 12px 15px;
  }
}

@media (max-width: 767.98px) {
  .table-user-box {
    position: relative;
    overflow-x: auto;
  }
}

.table-user-box .view-filter {
  display: none;
}

.table-user-box thead {
  background-color: #F6F6F6;
}

.table-user-box thead th {
  border: 0;
}

.table-user-box tbody tr:first-child th,
.table-user-box tbody tr:first-child td {
  border: 0;
}

.table-user-box tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-user-box tbody tr th {
  padding: 40px 0.75rem;
  color: #666666;
}

@media (max-width: 767.98px) {
  .table-user-box tbody tr th {
    padding: 25px 0.75rem;
  }
}

.table-user-box tbody tr th a {
  color: #666666;
}

.table-user-box .actions-column {
  text-align: right;
  width: 80px;
}

.table-user-box .edit-icon {
  color: #000;
}

.table-user-box .view-icon {
  color: #6a0926;
  margin-left: 25px;
}

.table-user-box .link-icon.disabled {
  color: #D0D1D4;
  pointer-events: none;
}

.leaders-widget {
  margin: 50px 0 0;
}

.leaders-widget .title {
  color: #6a0926;
  font-family: "Trajan-Regular";
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 0 0 35px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .leaders-widget .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .leaders-widget .title {
    font-size: 1.5rem;
  }
}

.leaders-widget .title:after {
  content: '';
  display: block;
  background-color: #f2af11;
  margin: 18px auto 0;
  height: 2px;
  width: 60px;
}

.leaders-widget .cta-row {
  margin-bottom: -50px;
}

@media (min-width: 1310px) {
  .leaders-widget .cta-row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.leaders-widget .cta-row .cta-col {
  margin: 0 0 50px;
}

@media (min-width: 1310px) {
  .leaders-widget .cta-row .cta-col {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.leaders-widget .cta-row .cta-col .item-cta {
  text-align: center;
  text-decoration: none;
}

.leaders-widget .cta-row .cta-col .item-title {
  color: #000;
  margin: 15px 0 0;
  font-family: "Roboto-Regular";
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .leaders-widget .cta-row .cta-col .item-title {
    font-size: 1.3125rem;
  }
}

.leaders-widget .cta-row .cta-col .item-cta-years {
  color: #000;
  text-decoration: none;
}

.leaders-widget .cta-row .cta-col .item-cta-years .item-title {
  color: #6a0926;
  font-family: "Trajan-Regular";
  font-size: 1.25rem;
}

.leaders-widget .cta-row .cta-col .item-cta-years .subtitle {
  font-size: 1.125rem;
  margin: 0;
}

.leaders-widget .cta-row .cta-col .img-holder img {
  width: 100%;
  object-fit: cover;
}

.leaders-widget .cta-row .cta-col-sub {
  margin: 0 0 35px;
}

.past-officers-item {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 574.98px) {
  .past-officers-item {
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.past-officers-item .text-holder {
  margin: 0 0 0 45px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 574.98px) {
  .past-officers-item .text-holder {
    margin: 25px 0 0;
  }
}

.past-officers-item .text-holder .item-title {
  color: #6a0926;
  font-family: "Trajan-Bold";
  font-size: 2.25rem;
  margin: 0 0 10px;
}

.past-officers-item .text-holder .item-title a {
  color: #6a0926;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .past-officers-item .text-holder .item-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  .past-officers-item .text-holder .item-title {
    font-size: 1.5rem;
  }
}

.past-officers-item .text-holder .past-officers-list {
  list-style-type: none;
  padding: 0;
}

.past-officers-item .text-holder .past-officers-list li {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 0;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .past-officers-item .text-holder .past-officers-list li {
    font-size: 18px;
  }
}

.past-officers-item .text-holder .btn i {
  color: #e4ab29;
  font-size: 1.125rem;
  margin: 0 0 0 13px;
  vertical-align: baseline;
}

@media (max-width: 574.98px) {
  .past-officers-item .img-holder {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .past-officers-item .img-holder img {
    max-width: 200px;
  }
}

@media (max-width: 574.98px) {
  .past-officers-item .img-holder img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
}

.class_notes_tabs .filters {
  margin: 0 0 40px;
}

.class_notes_tabs .filters-row {
  border-bottom: 1px solid #D0D1D4;
  padding: 0;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.class_notes_tabs .decade-range {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1309.98px) {
  .class_notes_tabs .decade-range {
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
  }
}

@media (max-width: 767.98px) {
  .class_notes_tabs .decade-range {
    margin: 10px 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.class_notes_tabs .decade-range li {
  padding: 0;
}

.class_notes_tabs .decade-range li a {
  padding: 10px 20px;
  color: #6a0926;
  font-family: "Roboto-Medium";
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .class_notes_tabs .decade-range li a {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #dee0e3;
    margin: 0 5px 10px 5px;
  }
}

.class_notes_tabs .decade-range li a.active {
  border: 1px solid #D0D1D4;
  border-bottom: 1px solid #f4f6f9;
  background-color: transparent;
  color: #000;
}

@media (max-width: 767.98px) {
  .class_notes_tabs .decade-range li a.active {
    border: 0;
    background-color: #6a0926;
    color: #dee0e3;
  }
}

.class_notes_tabs .btn-holder {
  margin: 0 0 5px;
}

@media (max-width: 1309.98px) {
  .class_notes_tabs .btn-holder {
    text-align: right;
    width: 100%;
    order: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
  }
}

.class_notes_tabs .btn i {
  margin: 0 10px 0 0;
}

.class_notes_tabs .tab-content-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 1309.98px) {
  .class_notes_tabs .tab-content-body .search-holder {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .class_notes_tabs .tab-content-body .search-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.class_notes_tabs .tab-content-body .search-holder form {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.class_notes_tabs .tab-content-body .search-holder input {
  height: 36px;
  width: 200px;
  padding: 0 10px;
  border: 1px solid #d0d1d4;
  border-radius: 3px 0 0 3px;
  line-height: 1;
}

.class_notes_tabs .tab-content-body .search-holder input::-webkit-input-placeholder {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .class_notes_tabs .tab-content-body .search-holder input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
}

.class_notes_tabs .tab-content-body .search-holder input:-moz-placeholder {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .class_notes_tabs .tab-content-body .search-holder input:-moz-placeholder {
    font-size: 0.875rem;
  }
}

.class_notes_tabs .tab-content-body .search-holder input::-moz-placeholder {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .class_notes_tabs .tab-content-body .search-holder input::-moz-placeholder {
    font-size: 0.875rem;
  }
}

.class_notes_tabs .tab-content-body .search-holder input:-ms-input-placeholder {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .class_notes_tabs .tab-content-body .search-holder input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
}

.class_notes_tabs .tab-content-body .search-holder button {
  height: 36px;
  border-radius: 0 3px 3px 0;
  padding: 0 10px;
  margin: 0;
}

@media (max-width: 574.98px) {
  .class_notes_tabs .tab-content-body .search-holder button {
    padding: 0 10px;
  }
}

.class_notes_tabs .tab-content-body .search-holder button i {
  font-size: 22px;
  margin: 0;
  color: #f2af11;
  vertical-align: text-top;
}

@media (max-width: 574.98px) {
  .class_notes_tabs .tab-content-body .search-holder button i {
    font-size: 14px;
  }
}

.class_notes_tabs .list-sub-years {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px;
}

.class_notes_tabs .list-sub-years li {
  background-color: #dee0e3;
  border-radius: 3px;
  padding: 3px 17px;
  margin: 0 5px 10px 5px;
  display: inline-block;
  color: #9a9a9a;
  font-family: "Roboto-Medium";
}

.class_notes_tabs .list-sub-years li a {
  color: #6a0926;
  text-decoration: none;
}

.class_notes_tabs .list-sub-years li.active {
  background-color: #6a0926;
}

.class_notes_tabs .list-sub-years li.active a {
  color: #dee0e3;
}

.class_notes_tabs .year_sub_info {
  max-width: 700px;
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 574.98px) {
  .class_notes_tabs .year_sub_info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.class_notes_tabs .year_sub_info .img-holder {
  max-width: 130px;
  max-height: 130px;
  margin: 0 25px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (max-width: 574.98px) {
  .class_notes_tabs .year_sub_info .img-holder {
    margin: 0 auto 20px;
  }
}

.class_notes_tabs .year_sub_info .img-holder img {
  max-width: 100%;
}

.class_notes_tabs .list-content-years {
  list-style-type: none;
  padding: 0;
}

.class-notes-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.class-notes-post + .class-notes-post {
  margin: 40px 0 0;
}

@media (max-width: 574.98px) {
  .class-notes-post .img-holder {
    width: 100%;
  }
}

.class-notes-post .text-holder {
  margin: 0 0 0 50px;
  width: calc( 100% - 290px);
  color: #666666;
}

@media (max-width: 574.98px) {
  .class-notes-post .text-holder {
    margin: 25px 0 0;
    width: 100%;
  }
}

.class-notes-post .text-holder .date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.class-notes-post .text-holder .date {
  font-size: 1rem;
  color: #e4ab29;
  display: block;
}

.class-notes-post .text-holder .posted_by {
  margin-right: 15px;
}

.class-notes-post .text-holder p, .class-notes-post .text-holder a {
  display: inline;
}

.class-notes-post .text-holder a {
  color: #6a0926;
  font-family: "Roboto-Medium";
}

.class-notes-post .text-holder a > i {
  margin: 0 0 0 3px;
}

.class-notes-post .item-title {
  font-family: "Trajan-Regular";
  font-size: 1.25rem;
  margin: 0 0 5px;
}

@media (max-width: 991.98px) {
  .class-notes-post .item-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .class-notes-post .item-title {
    font-size: 1rem;
  }
}

.class-notes-post + .inner-post {
  margin: 50px 0 0;
}

.error-404 .page-header {
  padding: 75px 0 67px;
}

.tribe-bar-date-filter,
.tribe-bar-search-filter {
  padding: 0;
}

@media (max-width: 991.98px) {
  .tribe-bar-date-filter,
  .tribe-bar-search-filter {
    padding: 0 15px 15px;
  }
}

@media (max-width: 991.98px) {
  #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
    padding-top: 20px;
  }
}

.tribe-events-filter-view .tribe-events-title-bar {
  padding: 35px 0 0;
}

@media (max-width: 767.98px) {
  .tribe-events-filter-view .tribe-events-title-bar {
    padding: 0;
  }
}

.tribe-events-filter-view .tribe-events-page-title {
  color: #6a0926;
  font-family: "Trajan-Regular";
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 0 0 35px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .tribe-events-filter-view .tribe-events-page-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .tribe-events-filter-view .tribe-events-page-title {
    font-size: 1.5rem;
  }
}

.tribe-events-filter-view .tribe-events-page-title:after {
  content: '';
  display: block;
  background-color: #f2af11;
  margin: 18px auto 0;
  height: 2px;
  width: 60px;
}

.tribe-events-single-event-title {
  color: #6a0926;
  font-family: "Trajan-Regular";
  font-size: 2rem;
  position: relative;
  margin: 0 0 35px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .tribe-events-single-event-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .tribe-events-single-event-title {
    font-size: 1.5rem;
  }
}

#tribe-bar-form input[type=text] {
  height: 36px;
  width: 230px;
  padding: 0 13px;
  border: 1px solid #d0d1d4;
  border-radius: 3px 0 0 3px;
  line-height: 1;
  background-color: #fff;
  font-style: normal;
  font-size: 0.9375rem;
  width: 200px;
}

#tribe-bar-form input[type=text]::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
}

#tribe-bar-form input[type=text]:-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
}

#tribe-bar-form input[type=text]::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
}

#tribe-bar-form input[type=text]:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
}

#tribe-bar-form input[type=text]:focus {
  border: 1px solid #d0d1d4;
  outline: none;
}

@media (max-width: 991.98px) {
  #tribe-bar-form input[type=text] {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #tribe-bar-form .tribe-bar-submit {
    margin-left: 0;
  }
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #6a0926;
  border: 2px solid #6a0926;
  padding: 12px 10px;
  border-radius: 0;
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 0.9375rem;
  font-weight: 400;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: transparent;
  color: #6a0926;
}

@media (max-width: 991.98px) {
  #tribe-bar-form .tribe-bar-submit input[type=submit] {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .tribe_events_filter_control {
    display: none;
  }
}

#tribe_events_filters_wrapper label.tribe-events-filters-label {
  background-color: #6a0926;
  color: #fff;
  font-weight: 400;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  font-size: 0.9375rem;
}

#tribe_events_filters_wrapper button:focus,
#tribe_events_filters_wrapper label input[type=checkbox]:focus,
#tribe_events_filters_wrapper label input[type=radio] {
  outline: none;
}

.tribe-events-list .tribe-events-list-event-title {
  color: #6a0926;
  font-family: "Trajan-Bold";
  margin: 0 0 10px;
}

.tribe-events-list .tribe-events-list-event-title a {
  color: #6a0926;
}

.tribe-events-list .tribe-events-list-event-title a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: #fff;
  }
}

.tribe-events-list-separator-month {
  margin: 0;
}

@media (max-width: 767.98px) {
  .tribe-mobile #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    margin: 0 0 15px;
  }
}

.tribe-events-filter-group.tribe-events-filter-multiselect,
.tribe-events-filter-group.tribe-events-filter-range,
.tribe-events-filter-group.tribe-events-filter-select {
  padding: 0;
}

.select2-drop-active .select2-results .select2-highlighted,
.select2-drop-active .select2-results .select2-result {
  padding-bottom: 0;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  padding-bottom: 0;
  font-size: 0.9375rem;
}

.tribe-section-content-field .select2-container .select2-choice {
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}

.tribe-section-content-field .select2-container .select2-choice abbr {
  top: 15px;
}

.tribe-section-content-field .select2-container .select2-choice .select2-arrow b {
  background-position-y: 9px;
}

.tribe_events_filters_reset--desktop {
  width: 100%;
}

.select2-search input {
  font-size: 1rem;
}

.tribe-events-read-more,
.tribe-events-gmap,
.type-tribe_events a {
  color: #6a0926;
  font-family: "Roboto-Medium";
}

#tribe-events-content a {
  color: #6a0926;
  font-family: "Roboto-Medium";
}

#tribe-events-content a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  #tribe-events-bar {
    margin-bottom: 10px;
  }
}

.tribe_events_filter_control .tribe_events_filters_toggle {
  background-color: #6a0926;
  border: 2px solid #6a0926;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Roboto-Regular";
  font-weight: 400;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tribe_events_filter_control .tribe_events_filters_toggle:hover {
  background-color: #fff;
  color: #6a0926;
}

.tribe-events-button .tribe-events-button,
#tribe-events .tribe-events-button {
  background-color: #6a0926;
  border: 2px solid #6a0926;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Roboto-Regular";
  padding: 5px 15px;
  font-weight: 400;
}

.tribe-events-button .tribe-events-button:hover,
#tribe-events .tribe-events-button:hover {
  color: #6a0926;
}

#tribe-bar-collapse-toggle {
  background: #6a0926;
  color: #fff;
  font-weight: 400;
}

#tribe-bar-collapse-toggle:focus, #tribe-bar-collapse-toggle:hover {
  background: #6a0926;
}

.single-tribe_events .tribe-events-event-meta {
  padding: 20px 0;
  font-size: 0.875rem;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  margin: 0;
}

@media (min-width: 768px) {
  .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    box-sizing: border-box;
    float: left;
    margin-bottom: 60px;
    padding: 0 0 15px;
    position: relative;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content,
  .tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
    box-sizing: border-box;
    float: right;
    padding-left: 30px;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .tribe-events-filter-view.tribe-filters-closed .tribe-events-filters-vertical + #tribe-events-content {
    box-sizing: border-box;
    float: right;
    padding-left: 30px;
    width: 75%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form,
  .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label,
  .tribe-events-filter-view.tribe-filters-closed .tribe_events_filters_reset {
    display: block;
  }
}

.cta-widget {
  padding: 80px 0 0;
}

.cta-widget .cta-col {
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .cta-widget .cta-col {
    margin: 0 0 50px;
  }
  .cta-widget .cta-col:last-child {
    margin: 0;
  }
}

.cta-widget .cta-col .img-holder {
  margin: 0 0 28px;
}

.cta-widget .cta-col .img-holder img {
  width: 100%;
  height: 242px;
  object-fit: cover;
}

.cta-widget .cta-col .img-holder a {
  display: block;
}

.cta-widget .cta-col .title {
  color: #6a0926;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 25px;
  font-family: "Trajan-Regular";
}

.cta-widget .cta-col .title a {
  color: #6a0926;
}

.cta-widget .cta-col .title a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .cta-widget .cta-col .title {
    font-size: 1.3125rem;
  }
}

@media (max-width: 767.98px) {
  .cta-widget .cta-col .title {
    font-size: 1.125rem;
  }
}

.cta-widget .cta-col .title:after {
  content: '';
  display: block;
  background-color: #f2af11;
  margin: 18px 0 0;
  height: 2px;
  width: 60px;
}

.cta-widget .cta-col .description {
  color: #4d4d4d;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 45px;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .cta-widget .cta-col .description {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  .cta-widget .cta-col .description {
    font-size: 0.875rem;
  }
}

.cta-widget .cta-col .btn {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 20px 4px 15px;
  text-transform: uppercase;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.cta-widget .cta-col .btn i {
  color: #f2af11;
  font-size: 1.25rem;
  margin: 0 0 0 13px;
}

.page-title-widget {
  background-image: url("../images/title_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 0;
  position: relative;
  background-position: 50%;
}

.page-title-widget .title {
  text-shadow: 2px 3px 0 rgba(6, 7, 7, 0.55);
  color: #f2af11;
  font-family: "Trajan-Regular";
  font-size: 2.875rem;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .page-title-widget .title {
    font-size: 2.375rem;
  }
}

@media (max-width: 767.98px) {
  .page-title-widget .title {
    font-size: 1.75rem;
  }
}

.publications-container {
  height: 590px;
}

@media (max-width: 991.98px) {
  .publications-container {
    height: 490px;
  }
}

@media (max-width: 767.98px) {
  .publications-container {
    height: 350px;
  }
}

.publication-widget .form-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 58px 0 8px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 574.98px) {
  .publication-widget .form-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 574.98px) {
  .publication-widget .form-container .form {
    text-align: center;
    width: 100%;
  }
}

.publication-widget .form-container .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .publication-widget .form-container .form-group {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 574.98px) {
  .publication-widget .form-container .form-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.publication-widget .form-container .label {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-family: "Roboto-Medium";
}

@media (max-width: 991.98px) {
  .publication-widget .form-container .label {
    margin: 0 10px 5px 0;
    width: 100%;
  }
}

.publication-widget .form-container input {
  height: 36px;
  width: 230px;
  padding: 0 13px;
  border: 1px solid #d0d1d4;
  border-radius: 3px 0 0 3px;
  line-height: 1;
}

@media (max-width: 574.98px) {
  .publication-widget .form-container input {
    width: calc( 100% - 100px);
  }
}

.publication-widget .form-container button {
  height: 36px;
  border-radius: 0 3px 3px 0;
  padding: 0 19px;
}

@media (max-width: 574.98px) {
  .publication-widget .form-container button {
    padding: 0 10px;
  }
}

.publication-widget .form-container button i {
  margin: 0 5px 0 0;
  color: #f2af11;
}

@media (max-width: 574.98px) {
  .publication-widget .form-container button i {
    font-size: 14px;
    vertical-align: unset;
  }
}

@media (max-width: 991.98px) {
  .publication-widget .sort-holder {
    text-align: right;
  }
}

@media (max-width: 574.98px) {
  .publication-widget .sort-holder {
    text-align: center;
    margin: 25px 0 0;
    width: 100%;
  }
}

.publication-widget .sort-holder select {
  min-width: 160px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid #d0d1d4;
  padding: 0 10px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.publication-widget .sort-holder select.wider {
  min-width: 190px;
}

.publication-widget .sort-holder input {
  margin-left: 10px;
}

.publication-widget .title {
  font-family: "Trajan-Regular";
  font-size: 1.5rem;
  line-height: 1.1;
  color: #6a0926;
  max-width: 55%;
}

@media (max-width: 991.98px) {
  .publication-widget .title {
    font-size: 1.3125rem;
  }
}

@media (max-width: 767.98px) {
  .publication-widget .title {
    font-size: 1.125rem;
    text-align: center;
    margin: 15px 0 0;
    max-width: 100%;
    width: 100%;
    order: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
  }
}

.publication-widget .control-panel {
  padding: 22px 0 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .publication-widget .control-panel {
    padding: 10px 0 25px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.publication-widget .control-panel .control-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px;
}

@media (max-width: 1309.98px) {
  .publication-widget .control-panel .control-list {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .publication-widget .control-panel .control-list {
    text-align: right;
    width: 100%;
  }
}

.publication-widget .control-panel .control-list li {
  display: inline-block;
  padding: 0 20px;
}

@media (max-width: 1309.98px) {
  .publication-widget .control-panel .control-list li {
    padding: 0 5px;
  }
}

.publication-widget .control-panel .control-list a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}

.publication-widget .control-panel .control-list a:hover {
  text-decoration: none;
  color: #b3b2b3;
}

@media (max-width: 574.98px) {
  .publication-widget .control-panel .control-list a {
    font-size: 0.75rem;
  }
}

.publication-widget .control-panel .control-list a i {
  padding-right: 10px;
}

@media (max-width: 574.98px) {
  .publication-widget .control-panel .control-list a i {
    padding-right: 5px;
  }
}

.publication-widget .control-panel .control-list .like_publication.liked .empty {
  display: none;
}

.publication-widget .control-panel .control-list .like_publication.liked .full {
  display: inline-block;
}

.publication-widget .control-panel .control-list .like_publication .full {
  display: none;
}

.publication-widget .control-panel .control-list .like_publication .empty {
  display: inline-block;
}

.publication-widget .control-panel .control-list .like_publication .count-likes {
  min-width: 21px;
  min-height: 21px;
  background-color: #b3b2b3;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 4px;
  margin: 0 0 0 10px;
}

@media (max-width: 574.98px) {
  .publication-widget .control-panel .control-list .like_publication .count-likes {
    margin: 0 0 0 5px;
    min-width: 18px;
    min-height: 18px;
  }
}

.publication-widget .control-panel .control-list .like_publication .count-likes.hidden {
  display: none;
}

.publication-widget .list-title {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.publication-widget .publications-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 27px;
}

.publication-widget .publications-list li {
  display: inline-block;
  text-align: center;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1310px) {
  .publication-widget .publications-list li {
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}

@media (max-width: 991.98px) {
  .publication-widget .publications-list li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 767.98px) {
  .publication-widget .publications-list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 574.98px) {
  .publication-widget .publications-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 480px) {
  .publication-widget .publications-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.publication-widget .publications-list li img {
  width: 100%;
}

.publication-widget .publications-list li > a {
  display: block;
  position: relative;
}

.publication-widget .publications-list li > a:hover .bg-overlay:after {
  opacity: 1;
}

.publication-widget .publications-list li > a:hover .bg-overlay .open-btn {
  opacity: 1;
}

.publication-widget .publications-list li .list-item-title {
  color: #000;
  display: block;
  margin: 12px 0 0;
  line-height: 1.2;
  text-decoration: underline;
  font-family: "Roboto-Medium";
}

.publication-widget .publications-list li .bg-overlay {
  display: block;
  position: relative;
}

.publication-widget .publications-list li .bg-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.publication-widget .publications-list li .bg-overlay .open-btn {
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px;
  z-index: 3;
  max-width: 81%;
  top: calc( 50% - 18px);
  opacity: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cta-connect-widget {
  background-color: #e4ab29;
  text-align: center;
  padding: 25px 0;
}

.cta-connect-widget .page-description .page-description-full {
  padding-top: 15px;
  display: none;
}

.cta-connect-widget .page-description .page-description-full.show {
  display: block;
}

.cta-connect-widget .page-description a {
  color: #000;
  text-decoration: underline;
  font-family: "Roboto-Medium";
}

.cta-connect-widget .page-description a.read_more_page_arch {
  margin-top: 15px;
  display: inline-block;
}

.cta-connect-widget .page-description a.read_more_page_arch.hidden {
  display: none;
}

.c-item {
  margin-top: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 574.98px) {
  .c-item {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-item .text-holder {
  margin: 0 0 0 45px;
}

@media (max-width: 574.98px) {
  .c-item .text-holder {
    margin: 25px 0 0;
  }
}

.c-item .text-holder .title {
  color: #6a0926;
  font-family: "Trajan-Bold";
  font-size: 1.75rem;
  margin: 0 0 40px;
}

.c-item .text-holder .title a {
  color: #6a0926;
}

@media (max-width: 991.98px) {
  .c-item .text-holder .title {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}

@media (max-width: 767.98px) {
  .c-item .text-holder .title {
    font-size: 1.25rem;
    margin: 0 0 20px;
  }
}

.c-item .text-holder .description {
  color: #666666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 40px;
}

@media (max-width: 991.98px) {
  .c-item .text-holder .description {
    font-size: 1rem;
    margin: 0 0 30px;
  }
}

@media (max-width: 767.98px) {
  .c-item .text-holder .description {
    font-size: 0.875rem;
    margin: 0 0 20px;
  }
}

.c-item .text-holder .btn i {
  color: #e4ab29;
  font-size: 1.125rem;
  margin: 0 0 0 13px;
  vertical-align: baseline;
}

.c-item .text-holder .btn-holder {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-item .text-holder .btn-holder .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 10px 0 0;
}

@media (min-width: 1310px) {
  .c-item .text-holder .btn-holder .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin: 0;
  }
}

.c-item .text-holder .btn-holder .btn + .btn {
  margin: 10px 10px 0 0;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 0;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
}

@media (min-width: 1310px) {
  .c-item .text-holder .btn-holder .btn + .btn {
    margin: 0 0 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}

@media (max-width: 574.98px) {
  .c-item .img-holder {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .c-item .img-holder img {
    max-width: 200px;
  }
}

@media (max-width: 574.98px) {
  .c-item .img-holder img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
}

.memoriam-widget {
  background-color: #000;
  color: #fff;
  padding: 80px 50px;
}

@media (max-width: 991.98px) {
  .memoriam-widget {
    padding: 60px 40px;
  }
}

@media (max-width: 991.98px) {
  .memoriam-widget {
    padding: 40px 30px;
  }
}

.memoriam-widget .inner-post {
  margin: 0 0 50px;
}

@media (max-width: 574.98px) {
  .memoriam-widget .inner-post {
    margin: 0 0 25px;
  }
}

.memoriam-widget .memoriam-head {
  border-bottom: 1px solid #6a0926;
  padding: 0 0 15px;
}

.memoriam-widget .item-title {
  color: #fff;
  margin: 0 20px 0 0;
  display: inline-block;
  font-family: "Trajan-Regular";
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .memoriam-widget .item-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .memoriam-widget .item-title {
    font-size: 1rem;
  }
}

.memoriam-widget .initiation-year {
  color: #797979;
  display: inline-block;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .memoriam-widget .initiation-year {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .memoriam-widget .initiation-year {
    font-size: 1rem;
  }
}

.memoriam-widget .memoriam-body {
  padding: 25px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 574.98px) {
  .memoriam-widget .memoriam-body {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.memoriam-widget .img-holder {
  border-right: 1px solid #6a0926;
  padding: 0 40px 0 0;
  margin: 0 35px 0 0;
}

@media (max-width: 767.98px) {
  .memoriam-widget .img-holder {
    padding: 0 30px 0 0;
    margin: 0 25px 0 0;
  }
}

@media (max-width: 574.98px) {
  .memoriam-widget .img-holder {
    border-right: 0;
    border-bottom: 1px solid #6a0926;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }
}

.memoriam-widget .img-holder img {
  width: 175px;
  height: 230px;
  object-fit: cover;
}

.memoriam-widget .description {
  color: #797979;
  background-image: url("../images/memoriam_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 1309.98px) {
  .memoriam-widget .description {
    background-size: 70%;
  }
}

.history-widget {
  margin: -20px 0 -20px;
}

.history-widget .inner-post {
  margin: 0;
  padding: 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.history-widget .inner-post .text-holder {
  margin: 0 0 0 20px;
  width: calc( 100% - 108px);
}

.history-widget .inner-post .item-title {
  color: #e4ab29;
  font-size: 32px;
  margin: 0;
}

@media (max-width: 1309.98px) {
  .history-widget .inner-post .item-title {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .history-widget .inner-post .item-title {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .history-widget .inner-post .item-title {
    font-size: 24px;
  }
}

.history-widget .inner-post .read-more {
  font-size: 22px;
}

@media (max-width: 1309.98px) {
  .history-widget .inner-post .read-more {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .history-widget .inner-post .read-more {
    font-size: 16px;
  }
}

.history-widget .b-bottom {
  position: relative;
}

.history-widget .b-bottom:nth-child(1):after {
  display: none;
}

@media (min-width: 992px) {
  .history-widget .b-bottom:nth-child(3n+1):after {
    content: '';
    width: calc(100% * 3 - 30px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: calc(-200% + 15px);
  }
}

@media (max-width: 991.98px) {
  .history-widget .b-bottom:nth-child(2n+1):after {
    content: '';
    width: calc(100% * 2 - 30px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: calc(-100% + 15px);
  }
}

@media (max-width: 574.98px) {
  .history-widget .b-bottom:nth-child(2n+1):after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .history-widget .b-bottom:after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 15px;
  }
}

.alertify .ajs-dialog {
  padding: 40px;
  border-radius: 0px;
  border: 3px solid #e4ab29;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  background-color: #f9f9f9;
}

.alertify .ajs-dialog .ajs-commands {
  left: auto;
  right: 5px;
  bottom: auto;
  top: 5px;
  margin: auto;
}

.alertify .ajs-dialog .ajs-commands button.ajs-close {
  height: 36px;
  width: 36px;
  padding: 0;
  color: #6a0926;
  font-family: inherit;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  border: 1px none #ffffff;
  border-radius: 36px;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: #e4ab29;
}

.alertify .ajs-dialog .ajs-body {
  margin: 0;
  text-align: center;
}
