@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #b7ce5a;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #b7ce5a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #92a932;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

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

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

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

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #e2ebbc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    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: #495057;
  background-color: #ffffff; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  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 > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

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

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

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

.was-validated .form-control:valid, .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 {
    border-color: #28a745;
    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 .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545; }

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .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: #212529;
  background-color: #b7ce5a;
  border-color: #b7ce5a; }
  .btn-primary:hover {
    color: #212529;
    background-color: #aac53d;
    border-color: #a3bd38; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #b7ce5a;
    border-color: #b7ce5a; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #a3bd38;
    border-color: #9ab335; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    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 {
    color: #ffffff;
    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: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    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 {
    color: #ffffff;
    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: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    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 {
    color: #ffffff;
    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: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #b7ce5a;
  background-color: transparent;
  background-image: none;
  border-color: #b7ce5a; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #b7ce5a;
    border-color: #b7ce5a; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #b7ce5a;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #b7ce5a;
    border-color: #b7ce5a; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    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: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      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: #ffffff;
    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: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      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: #ffffff;
    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: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #b7ce5a;
  background-color: transparent; }
  .btn-link:hover {
    color: #92a932;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.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;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #b7ce5a; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .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: 1; }
  .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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

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

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b7ce5a; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(183, 206, 90, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #f3f7e4; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(183, 206, 90, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(183, 206, 90, 0.5); }

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(183, 206, 90, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #e2ebbc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(226, 235, 188, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #e2ebbc;
    box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #e2ebbc; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .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: #ffffff;
  background-color: #b7ce5a; }

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b7ce5a;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #92a932;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 206, 90, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

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

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #b7ce5a;
  border-color: #b7ce5a; }

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

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

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

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

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

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

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

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

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

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

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #545b62; }

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

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

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

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130; }

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

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #5f6b2f;
  background-color: #f1f5de;
  border-color: #ebf1d1; }
  .alert-primary hr {
    border-top-color: #e3ebbd; }
  .alert-primary .alert-link {
    color: #40481f; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #b7ce5a;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #b7ce5a;
    border-color: #b7ce5a; }

.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: #5f6b2f;
  background-color: #ebf1d1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #5f6b2f;
    background-color: #e3ebbd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #5f6b2f;
    border-color: #5f6b2f; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  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: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

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

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

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

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

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

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

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

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

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

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

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: #b7ce5a !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #b7ce5a !important; }

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none; }

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

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

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

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

.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,
.aligncenter {
  margin-right: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #b7ce5a !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html body {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  font-family: "Red Hat Display";
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important; }

.entry-content p {
  font-family: "PT Serif"; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.3; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    text-decoration: none; }

p:last-child {
  margin-bottom: 0; }

.wrapper {
  padding: 30px 0; }
  .wrapper.no-sidebar-wrapper .entry-content h3 {
    font-size: 30px;
    line-height: 34px;
    font-family: "Red Hat Display"; }

#wrapper-hero {
  padding: 0 !important; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6; }

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.entry-footer span {
  padding-right: 10; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0; }

.jumbotron {
  margin-bottom: 0; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #b7ce5a; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #6c757d !important;
    background-color: transparent; }

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

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

.navbar h1 {
  font-weight: 400; }

.section-title-wrapper {
  border-bottom: 3px solid #000;
  position: relative;
  margin-left: -15px;
  padding-left: 15px;
  margin-bottom: 18px; }
  .section-title-wrapper.extend-right {
    margin-right: -15px; }
  .section-title-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 54px;
    width: 3px;
    background-color: #000000; }
  .section-title-wrapper .section-title {
    font-size: 38px;
    line-height: 51px;
    text-transform: uppercase;
    letter-spacing: 3.8px;
    font-weight: bold;
    margin-top: -5px;
    color: #000; }
    @media (max-width: 767px) {
      .section-title-wrapper .section-title {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.2px; } }
    @media (max-width: 500px) {
      .section-title-wrapper .section-title {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 2.4px; } }
  .section-title-wrapper .sponsor-logo {
    position: absolute;
    top: 35px;
    right: 15px; }
    .section-title-wrapper .sponsor-logo img {
      max-width: 190px;
      height: auto; }
    @media (max-width: 767px) {
      .section-title-wrapper .sponsor-logo {
        position: static;
        margin-bottom: 15px;
        margin-left: 0; }
        .section-title-wrapper .sponsor-logo img {
          max-width: 150px; } }
  .section-title-wrapper .sponsor-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold; }

/* =-=-=-=-=-=-=-=-= COMMENTS WRAPPER STYLE =-=-=-=-=-=-=-=-= */
.comments-wrapper ul, .comments-wrapper ol {
  list-style: none;
  margin-left: 20px; }

.comments-wrapper .comments-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; }

.comments-wrapper > ol,
.comments-wrapper > ul {
  padding-left: 0; }

.comments-wrapper ul li {
  margin-bottom: 30px !important;
  position: relative; }
  .comments-wrapper ul li .comment {
    margin-top: 30px;
    position: relative; }

.comments-wrapper .comment-respond {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative; }
  .comments-wrapper .comment-respond .form-control {
    background-color: #ffffff; }
  .comments-wrapper .comment-respond ul.children {
    margin-left: 60px;
    padding: 0; }
    .comments-wrapper .comment-respond ul.children > li {
      list-style: none; }
      .comments-wrapper .comment-respond ul.children > li > .comment {
        margin-bottom: 30px; }
  .comments-wrapper .comment-respond .comment-form-cookies-consent input {
    margin-right: 10px; }
  .comments-wrapper .comment-respond .form-submit {
    margin: 20px 0 5px; }
    .comments-wrapper .comment-respond .form-submit input[type='submit'] {
      border: none;
      font-size: 14px;
      background-color: #b7ce5a;
      outline: none;
      color: #fff;
      height: 40px;
      padding: 0 30px;
      cursor: pointer;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .comments-wrapper .comment-respond .form-submit input[type='submit']:hover {
        background-color: #8bac00; }
    .comments-wrapper .comment-respond .form-submit .btn {
      text-transform: uppercase;
      font-weight: 700; }
  .comments-wrapper .comment-respond .media-body {
    margin-left: 60px;
    overflow: hidden; }
  .comments-wrapper .comment-respond .comment-form {
    margin-bottom: 0; }
    .comments-wrapper .comment-respond .comment-form .form-control {
      border-radius: 3px; }
    .comments-wrapper .comment-respond .comment-form label {
      cursor: pointer;
      font-size: 14px;
      line-height: 16px;
      display: inline; }
  .comments-wrapper .comment-respond .comment-form-comment {
    margin-bottom: 10px; }

.comments-wrapper h3#comments {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 34px;
  text-transform: capitalize; }

.comments-wrapper .author-info h3 {
  margin-bottom: 5px;
  margin-top: -5px;
  font-size: 22px; }

.comments-wrapper .comments-title h3 {
  margin-bottom: 5px;
  margin-top: -5px;
  font-size: 22px; }

.comments-wrapper ol.commentlist {
  padding: 0; }
  .comments-wrapper ol.commentlist .alert {
    margin-bottom: 15px; }
  .comments-wrapper ol.commentlist li {
    list-style: none; }
  .comments-wrapper ol.commentlist > li.trackback {
    margin-bottom: 15px;
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 15px 20px;
    border-radius: 10px; }
    .comments-wrapper ol.commentlist > li.trackback a {
      color: #212121;
      font-weight: 400; }
      .comments-wrapper ol.commentlist > li.trackback a:hover {
        color: #b7ce5a; }
  .comments-wrapper ol.commentlist > li.pingback {
    margin-bottom: 15px;
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 15px 20px;
    border-radius: 10px; }
    .comments-wrapper ol.commentlist > li.pingback a {
      color: #212121;
      font-weight: 400; }
      .comments-wrapper ol.commentlist > li.pingback a:hover {
        color: #b7ce5a; }
  .comments-wrapper ol.commentlist > li > .comment {
    margin-bottom: 40px; }
  .comments-wrapper ol.commentlist .comment-respond {
    margin-left: 60px;
    margin-bottom: 40px;
    position: relative; }

.comments-wrapper .comment-author {
  position: relative; }
  .comments-wrapper .comment-author img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #fff; }
  .comments-wrapper .comment-author .comment-reply-login {
    font-size: 12px;
    padding: 6px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #7d7d7d;
    background-color: #ddd;
    border-radius: 3px; }
    .comments-wrapper .comment-author .comment-reply-login:hover {
      background-color: #b7ce5a;
      color: #fff; }

.comments-wrapper .media-heading span.author-name {
  margin-right: 10px;
  line-height: 20px;
  display: block; }

.comments-wrapper .media-heading h4 {
  margin-left: 60px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  top: 7px; }

.comments-wrapper .media-heading time {
  font-size: 12px;
  color: #444444;
  text-transform: uppercase;
  font-weight: 400; }

.comments-wrapper .edit-link {
  font-size: 12px; }

.comments-wrapper #cancel-comment-reply-link {
  font-size: 12px;
  padding: 6px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #7d7d7d;
  background-color: #ddd;
  border-radius: 3px; }
  .comments-wrapper #cancel-comment-reply-link:hover {
    background-color: #b7ce5a;
    color: #fff; }

.comments-wrapper .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 13px;
  display: inline-block; }
  .comments-wrapper .comment-reply-link::before {
    content: '\f112';
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 10px;
    margin-right: 3px;
    position: relative;
    top: -2px; }
  .comments-wrapper .comment-reply-link:hover {
    color: #b7ce5a; }

.comments-wrapper .comment-content {
  position: relative;
  line-height: 30px;
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin-left: 60px;
  border-radius: 3px; }
  .comments-wrapper .comment-content p:last-child {
    margin: 0; }
  .comments-wrapper .comment-content ul {
    padding-left: 20px; }

.comments-wrapper .comment-replay {
  margin-left: 50px; }

.comments-wrapper .form-control:focus {
  outline: none;
  box-shadow: none; }

.comments-wrapper .form-allowed-tags {
  margin-bottom: 15px;
  line-height: 20px; }

.comments-wrapper .comment-form-comment textarea.form-control {
  height: 120px; }

.comments-wrapper .logged-in-as a {
  color: #212121;
  font-weight: 400; }
  .comments-wrapper .logged-in-as a:hover {
    color: #b7ce5a; }

.comments-wrapper .navigation.comment-navigation {
  padding: 25px 0; }

.comments-wrapper .navigation .comment-navigation {
  padding: 0; }

.comments-wrapper .comment-navigation li {
  list-style: none;
  display: inline-block; }
  .comments-wrapper .comment-navigation li i {
    font-size: 11px; }
  .comments-wrapper .comment-navigation li a {
    color: #7d7d7d;
    background-color: #ddd;
    padding: 7px 10px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 13px; }
    .comments-wrapper .comment-navigation li a:hover {
      background-color: #3e3f49;
      color: #fff; }

.comments-wrapper .comment-navigation li.next {
  float: right; }
  .comments-wrapper .comment-navigation li.next i {
    margin-left: 5px; }

@media (min-width: 768px) {
  .comment-respond .comment-form .comment-form-author {
    width: calc(33.333% - 17px);
    display: inline-block;
    margin: 10px;
    margin-left: 0; }
  .comment-respond .comment-form .comment-form-email {
    width: calc(33.333% - 17px);
    display: inline-block;
    margin: 10px; }
  .comment-respond .comment-form .comment-form-url {
    width: calc(33.333% - 17px);
    display: inline-block;
    margin: 10px;
    margin-right: 0; } }

@media (max-width: 767px) {
  .comment-respond .media-body {
    margin-left: 0; }
  .comment-respond ul.children {
    margin-left: 20px; } }

@media (max-width: 340px) {
  .comment-respond ul.children {
    margin-left: 10px; } }

.wdp-listing-filter-wrap .wdp-list-title h2 {
  font-size: 38px;
  line-height: 51px;
  font-weight: bold;
  text-transform: capitalize; }

.wdp-listing-wrapper .wdp-listing-header {
  padding-bottom: 0 !important; }

.wdp-listing-wrapper .wdp-list-left {
  border-top: 3px solid #000000;
  position: relative; }
  .wdp-listing-wrapper .wdp-list-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 3px;
    background-color: #000; }

.wdp-listing-wrapper .wdp-listing-results {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 10px; }
  .wdp-listing-wrapper .wdp-listing-results span {
    color: #8bac00; }

.wdp-listing-wrapper .wdp-listing-items {
  padding: 0 20px; }
  .wdp-listing-wrapper .wdp-listing-items li:first-child {
    border-top: none !important; }
  .wdp-listing-wrapper .wdp-listing-items .wdp-listing-thumb {
    width: 262px;
    height: 198px;
    position: relative;
    overflow: hidden;
    float: right;
    margin-left: 30px; }
    .wdp-listing-wrapper .wdp-listing-items .wdp-listing-thumb img {
      position: absolute !important;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100% !important;
      margin: 0 !important;
      height: auto !important; }
    @media (max-width: 991px) {
      .wdp-listing-wrapper .wdp-listing-items .wdp-listing-thumb {
        width: 150px;
        height: 150px; } }

.wdp-listing-wrapper .is-sponsored {
  margin-bottom: 15px; }
  .wdp-listing-wrapper .is-sponsored span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    height: 27px;
    line-height: 28px;
    padding: 0 10px;
    background-color: #575757;
    color: #ffffff;
    display: inline-block; }

.wdp-listing-wrapper .wdp-listing-name h2 {
  font-size: 24px !important;
  line-height: 31px !important;
  font-family: "Red Hat Display" !important;
  font-weight: 700 !important;
  margin-bottom: 0; }
  .wdp-listing-wrapper .wdp-listing-name h2 a {
    color: #000000; }
    .wdp-listing-wrapper .wdp-listing-name h2 a:hover {
      color: #b7ce5a; }

.wdp-listing-wrapper .wdp-listing-primary-tax-terms {
  margin-bottom: 15px;
  padding-top: 5px; }
  .wdp-listing-wrapper .wdp-listing-primary-tax-terms a {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Red Hat Display" !important; }

.wdp-listing-wrapper .directory-address p,
.wdp-listing-wrapper .directory-address .wdp-listing-address {
  font-family: "Red Hat Display";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400; }

.wdp-listing-wrapper .directory-address a {
  color: #000000; }

.wdp-listing-wrapper .directory-address p {
  margin-bottom: 0;
  font-family: "Red Hat Display"; }

.wdp-listing-wrapper .wdp-sponsor-wrapper .wdp-listing-item {
  list-style: none; }
  .wdp-listing-wrapper .wdp-sponsor-wrapper .wdp-listing-item .is-sponsored {
    margin-top: -36px;
    position: relative; }
    .wdp-listing-wrapper .wdp-sponsor-wrapper .wdp-listing-item .is-sponsored span {
      height: 36px;
      line-height: 36px; }
  .wdp-listing-wrapper .wdp-sponsor-wrapper .wdp-listing-item .wdp-listing-thumb {
    height: 0;
    padding-bottom: 63%;
    position: relative;
    overflow: hidden; }
    .wdp-listing-wrapper .wdp-sponsor-wrapper .wdp-listing-item .wdp-listing-thumb img {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.tcb-wdp-search-form {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .tcb-wdp-search-form {
      padding: 0 50px; } }
  .tcb-wdp-search-form .directory-search-bar,
  .tcb-wdp-search-form input[type=submit],
  .tcb-wdp-search-form input[type=text] {
    width: 100%;
    height: 43px;
    line-height: 18px;
    font-size: 16px;
    color: #575757;
    font-weight: 500;
    border: 0.5px solid #707070 !important;
    padding: 0 10px !important;
    font-family: "Red Hat Display"; }
  @media (max-width: 767px) {
    .tcb-wdp-search-form .directory-search-bar,
    .tcb-wdp-search-form input[type=text] {
      margin-bottom: 15px; } }
  .tcb-wdp-search-form input[type=submit] {
    color: #ffffff !important;
    border: none !important;
    text-align: center;
    background-color: #8bac00;
    letter-spacing: 1.8px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700; }
    .tcb-wdp-search-form input[type=submit]:hover {
      background-color: #b7ce5a; }
  .tcb-wdp-search-form .directory-search-bar {
    position: relative; }
    .tcb-wdp-search-form .directory-search-bar h3 {
      font-size: 16px;
      line-height: 43px;
      margin: 0;
      font-weight: 500;
      font-family: "Red Hat Display"; }
  .tcb-wdp-search-form .form-label {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.1px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px; }

@media (min-width: 1200px) {
  .tcb-wdp-listing-form {
    padding: 0 50px; } }

.tcb-wdp-listing-form .wdp-filter {
  margin-right: 0 !important;
  display: block !important; }
  .tcb-wdp-listing-form .wdp-filter > div {
    width: 100%; }
  .tcb-wdp-listing-form .wdp-filter select {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #575757;
    font-weight: 600;
    border: 0.5px solid #707070 !important;
    padding: 0 10px !important;
    border-radius: 0; }
  @media (max-width: 767px) {
    .tcb-wdp-listing-form .wdp-filter {
      margin-bottom: 10px; } }

.tcb-wdp-listing-form input[type=submit] {
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff !important;
  border: none !important;
  text-align: center;
  letter-spacing: 1.8px;
  background-color: #8bac00;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .tcb-wdp-listing-form input[type=submit]:hover {
    background-color: #b7ce5a; }

.tcb-wdp-listing-form .form-label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.1px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px; }

@media (min-width: 1200px) {
  .directory-filter-section {
    padding: 0 50px; } }

.SumoSelect > .CaptionCont {
  height: 43px !important;
  padding: 0 !important; }

.SumoSelect > .CaptionCont > span {
  line-height: 43px;
  padding-left: 10px;
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  font-family: "Red Hat Display" !important; }

.SumoSelect > .CaptionCont > label > i {
  background-image: none !important;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1 !important;
  color: #575757 !important; }
  .SumoSelect > .CaptionCont > label > i::before {
    content: '\f107'; }

.SumoSelect > .CaptionCont {
  border-radius: 0 !important; }

.SumoSelect > .CaptionCont > label {
  margin: 0; }

.wdp-reset-filter {
  margin-left: 15px !important; }

.hidden-submit-form-label {
  text-indent: -99999px;
  opacity: 0;
  visibility: hidden; }

.tcb-wdp-search-form .directory-search-bar h3 {
  display: block;
  width: 100%;
  color: #8bac00; }
  .tcb-wdp-search-form .directory-search-bar h3 span {
    display: block; }
    .tcb-wdp-search-form .directory-search-bar h3 span i {
      float: right;
      line-height: 41px;
      padding: 0 8px;
      cursor: pointer; }

.directory-search-bar .header-dropdown {
  width: 100% !important;
  top: 43px !important; }

.directory-search-bar .header-dropdown ul li a {
  padding: 0 !important;
  line-height: 2.3 !important; }

.wdp-listing-items .wdp-listing-item:hover,
.wdp-listing-items .wdp-listing-item.sponsored:hover,
.wdp-listing-items .wdp-listing-item.sponsored {
  background: transparent !important; }

.sponsored-badge {
  display: block !important; }

.wdp-listing-items .wdp-listing-item .wdp-listing .wdp-listing-body {
  padding-left: 0 !important; }

.wdp-listing-items .wdp-listing-item {
  padding: 20px 0 !important; }

.wdp-listing-filter,
.directory-search-bar {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important; }

.wdp-listing-filter .SumoSelect > .CaptionCont > span.placeholder {
  font-family: "Red Hat Display" !important;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  padding: 0 10px !important; }

.wdp-listing-filter .SumoSelect > .optWrapper > .options li label {
  font-weight: 500;
  font-size: 16px;
  color: #575757;
  font-family: "Red Hat Display"; }

.wdp-listing-filter .SumoSelect .search-txt {
  font-family: "Red Hat Display"; }

.directory-search-bar .site-header-right {
  border-left: 1px solid #a4a4a4;
  margin-left: 15px;
  padding-left: 14px; }

.directory-search-bar .site-header-right {
  border-left: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.SumoSelect > .optWrapper > .options li label {
  margin-bottom: 3px; }

.single-directory .wdp-single-main {
  font-family: "Red Hat Display";
  padding: 0; }
  @media (min-width: 767px) {
    .single-directory .wdp-single-main {
      padding-left: 15px; } }

.single-directory .wdp-single-map {
  margin-bottom: 15px; }

.single-directory .wdp-listing-img-wrap {
  margin-bottom: 10px !important; }
  .single-directory .wdp-listing-img-wrap img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 12px; }
  .single-directory .wdp-listing-img-wrap span {
    font-size: 12px;
    line-height: 16px;
    display: block; }

.single-directory .wdp-button {
  background-color: #8bac00;
  padding: 0 !important;
  height: 43px !important;
  line-height: 43px !important;
  min-width: 194px;
  border: none !important;
  text-align: center;
  font-size: 12px; }
  .single-directory .wdp-button:hover {
    background-color: #b7ce5a;
    color: #ffffff; }

.single-directory .timing-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.single-directory .sub-title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 15px; }

.single-directory .wdp-listing-contact-number {
  font-family: "Red Hat Display";
  font-size: 12px;
  line-height: 20px;
  font-weight: normal; }
  .single-directory .wdp-listing-contact-number * {
    margin: 0;
    display: block;
    color: #000000; }
  .single-directory .wdp-listing-contact-number .day {
    margin-bottom: 17px; }

.single-directory .everstrap-top-directory {
  background-color: #b7ce5a;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 500; }

.single-directory .directory-address {
  font-family: "Red Hat Display";
  position: relative;
  border-bottom: 0.5px solid #707070;
  padding-bottom: 25px;
  margin-bottom: 10px; }
  .single-directory .directory-address * {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal; }
  .single-directory .directory-address span {
    font-weight: 900;
    display: inline-block;
    color: #b7ce5a; }
  .single-directory .directory-address a {
    display: inline-block; }
    .single-directory .directory-address a:hover {
      color: #8bac00; }

.single-directory .directory-share .wpd-listing-socials {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0; }
  .single-directory .directory-share .wpd-listing-socials ul li a {
    font-size: 16px;
    background: none;
    color: #000000; }
    .single-directory .directory-share .wpd-listing-socials ul li a:hover {
      background: none;
      color: #b7ce5a; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-directory .directory-share .wpd-listing-socials {
      position: relative; } }

.single-directory .wdp-listing-title {
  border: none;
  font-size: 38px;
  line-height: 51px;
  font-family: "Red Hat Display";
  margin-top: 12px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0 !important; }

.single-directory .single-listing-section-title {
  font-family: "Red Hat Display";
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  border-bottom: none;
  padding: 0;
  margin-bottom: 15px; }

.single-directory .everstrap-listing-information {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #707070; }
  .single-directory .everstrap-listing-information .single-listing-section-title {
    float: left;
    min-width: 180px;
    font-size: 16px;
    line-height: 1.8; }
  .single-directory .everstrap-listing-information .single-listing-list {
    overflow: hidden; }
    .single-directory .everstrap-listing-information .single-listing-list li a {
      font-weight: 700;
      font-family: "Red Hat Display"; }
      .single-directory .everstrap-listing-information .single-listing-list li a:hover {
        color: #8bac00; }

.single-directory .single-listing-section-content {
  font-family: "PT Serif";
  font-size: 16px;
  line-height: 28px; }

.single-directory .additional-address a {
  font-weight: bold; }

.single-directory .directory-content .single-listing-section-title {
  margin-bottom: 20px; }

.single-directory .single-listing-section .single-listing-list.locations-list a {
  font-size: 12px;
  line-height: 16px; }

.single-directory .single-listing-section .single-listing-list.locations-list .location {
  padding: 8px 5px; }
  .single-directory .single-listing-section .single-listing-list.locations-list .location:first-child {
    border-top: 1px solid #000000; }

.single-directory .single-listing-section .single-listing-list.locations-list .location.active {
  background-color: #e4e4e4 !important; }

.single-directory .wdp-single-map #gmap {
  height: 326px !important; }

body .ever-field {
  height: 43px !important; }

.wdp-claim-form, .wdp-listing-submit-form {
  max-width: 100% !important; }

.wdp-claim-form button[type=submit], .wdp-claim-form input[type=submit],
.wdp-listing-submit-form button[type=submit], .wdp-listing-submit-form input[type=submit] {
  background: #8bac00 !important;
  cursor: pointer;
  padding: 8px 50px !important; }
  .wdp-claim-form button[type=submit]:hover, .wdp-claim-form input[type=submit]:hover,
  .wdp-listing-submit-form button[type=submit]:hover, .wdp-listing-submit-form input[type=submit]:hover {
    background: #b7ce5a !important; }

.directory-search-bar .header-dropdown .header-dropdown-subtitle {
  margin-bottom: 5px !important; }

.wdp-listing-address, .wdp-listing-contact-number, .wdp-website-link {
  font-family: "Red Hat Display" !important; }
  .wdp-listing-address a, .wdp-listing-contact-number a, .wdp-website-link a {
    font-family: "Red Hat Display" !important; }

.single-directory .directory-share .wpd-listing-socials ul li a:hover {
  color: #8bac00; }

.single-directory.hide-map .directory-ad-space,
.single-directory.hide-map .wdp-single-map {
  display: none; }

.single-directory.hide-map .sidebar-sticky {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 991px) {
    .single-directory.hide-map .sidebar-sticky .sidebar {
      max-width: 90%; } }

.tax-notable_category .archive-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tax-notable_category .archive-content-wrapper article {
    width: 48%;
    border: none;
    padding-bottom: 0 !important; }
    .tax-notable_category .archive-content-wrapper article .entry-summary {
      display: none; }
    .tax-notable_category .archive-content-wrapper article .post-meta {
      display: none; }
    .tax-notable_category .archive-content-wrapper article .post-thumbnail {
      margin-bottom: 10px;
      float: none;
      width: 100% !important;
      height: 220px !important; }
    .tax-notable_category .archive-content-wrapper article .entry-title {
      margin-bottom: 0 !important; }

.event-wrapper .everstrap-event-list-item article {
  overflow: hidden; }

@media (max-width: 500px) {
  .event-wrapper {
    padding: 30px 15px; }
    .event-wrapper .section-title-wrapper .section-title {
      font-size: 24px;
      line-height: 31px;
      letter-spacing: 2.4px; }
    .event-wrapper .everstrap-event-list-item {
      padding-top: 10px; }
    .event-wrapper .everstrap-event-list-item article {
      margin-bottom: 15px;
      overflow: hidden; }
    .event-wrapper .everstrap-event-list-item .entry-header h2 {
      font-size: 15px;
      line-height: 20px; }
    .event-wrapper .everstrap-event-list-item .tcb-event-date {
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.5px; }
    .event-wrapper .everstrap-event-list-item .event-content {
      min-height: unset; }
    .event-wrapper .widget {
      padding-left: 0; } }

.event-wrapper .event-ads-mobile {
  display: none; }
  @media (max-width: 500px) {
    .event-wrapper .event-ads-mobile {
      display: block;
      width: 300px;
      margin: 30px 0; } }

@media (max-width: 500px) {
  .event-wrapper .event-wrapper .section-title-wrapper .section-title {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2.4pt; } }

.event-search-form-container .notice-board-header p {
  margin-bottom: 0;
  float: none; }

@media (min-width: 768px) {
  .event-search-form-container .notice-board-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: right; } }

.event-search-form-container h2 {
  font-family: "Red Hat Display";
  font-size: 38px;
  line-height: 51px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 25px; }

.event-search-form-container form {
  margin-bottom: 20px; }
  .event-search-form-container form > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .event-search-form-container form > .row [class*=col-] {
      margin: 0 -0.3px; }

.event-search-form-container input[type=text],
.event-search-form-container select {
  font-family: "Red Hat Display";
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  border: 1px solid #707070;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 0;
  height: 44px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .event-search-form-container input[type=text]:focus, .event-search-form-container input[type=text]:hover,
  .event-search-form-container select:focus,
  .event-search-form-container select:hover {
    outline: none;
    border: 1px solid #b7ce5a; }

.event-search-form-container .search-btn {
  height: 44px;
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 1px; }

.event-search-form-container label {
  font-family: "Red Hat Display";
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
  font-weight: 400; }

.event-search-form-container .search-btn {
  font-family: "Red Hat Display";
  text-transform: uppercase;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

.event-search-form-container .event-date-picker-input {
  position: relative; }
  .event-search-form-container .event-date-picker-input .fa {
    position: absolute;
    top: 2px;
    right: 15px;
    line-height: 43px;
    color: #b7ce5a;
    pointer-events: none;
    font-size: 20px; }

.event-search-form-container .event-search-btns {
  margin-bottom: 25px !important;
  width: 100%; }
  .event-search-form-container .event-search-btns .btn {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #000000 !important;
    font-weight: bold;
    padding: 5px 17px;
    background: none !important; }
    @media (min-width: 400px) {
      .event-search-form-container .event-search-btns .btn:first-child {
        border-right: 1px solid #000000; } }
    .event-search-form-container .event-search-btns .btn:hover {
      color: #b7ce5a !important; }

.everstrap-featured-event {
  margin: 0 15px;
  border-bottom: none; }

.everstrap-event-list-item,
.everstrap-featured-event {
  padding: 20px 0 50px;
  margin-bottom: 30px; }
  .everstrap-event-list-item .entry-header h2,
  .everstrap-featured-event .entry-header h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
    .everstrap-event-list-item .entry-header h2 a,
    .everstrap-featured-event .entry-header h2 a {
      color: #000000; }
      .everstrap-event-list-item .entry-header h2 a:hover,
      .everstrap-featured-event .entry-header h2 a:hover {
        color: #b7ce5a; }
  @media (max-width: 500px) {
    .everstrap-event-list-item .entry-content,
    .everstrap-featured-event .entry-content {
      display: none; }
    .everstrap-event-list-item .tcb-event-date,
    .everstrap-featured-event .tcb-event-date {
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.5px; } }
  .everstrap-event-list-item .post-meta span,
  .everstrap-featured-event .post-meta span {
    font-size: 14px;
    line-height: 1;
    margin-right: 3px;
    padding-right: 6px;
    display: inline-block; }
    .everstrap-event-list-item .post-meta span.event-location,
    .everstrap-featured-event .post-meta span.event-location {
      border-right: 1px solid #707070;
      color: #b7ce5a; }

.everstrap-event-list-item {
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .everstrap-event-list-item {
      padding-bottom: 0; } }
  .everstrap-event-list-item .calendar-list-data .recurrence {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 3px; }
    .everstrap-event-list-item .calendar-list-data .recurrence img {
      width: 15px;
      margin-right: 4px; }
  .everstrap-event-list-item article.featured-event {
    background-color: #e6e6e6;
    padding: 15px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: none; }
    .everstrap-event-list-item article.featured-event .is-featured {
      position: absolute;
      right: 30px;
      top: 10px;
      text-transform: uppercase;
      font-size: 10px;
      color: #777777; }
  .everstrap-event-list-item .event-thumbnail {
    width: 262px;
    float: left;
    margin-right: 30px;
    height: 198px;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    .everstrap-event-list-item .event-thumbnail img {
      width: 100%;
      height: auto; }
    @media (max-width: 500px) {
      .everstrap-event-list-item .event-thumbnail {
        width: 145px;
        float: left;
        margin-right: 12px;
        height: 86px; }
        .everstrap-event-list-item .event-thumbnail img {
          width: 100%;
          height: auto;
          max-height: 198px; } }
  .everstrap-event-list-item .event-content {
    overflow: hidden; }
    @media (min-width: 500px) {
      .everstrap-event-list-item .event-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .everstrap-event-list-item .event-categories {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700; }
  .everstrap-event-list-item .entry-content {
    font-size: 16px;
    line-height: 19px;
    color: #707070;
    margin-bottom: 10px; }

.events-display-date {
  font-size: 16px; }
  .events-display-date span {
    color: #b7ce5a; }

@media (min-width: 992px) {
  .page-template-template-event .site-main .col-lg-8 {
    padding-right: 0; } }

.everstrap-event-single-content article {
  font-size: 16px;
  line-height: 28px;
  overflow: inherit; }
  .everstrap-event-single-content article .e-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.6px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .everstrap-event-single-content article .post-thumbnail {
    margin-bottom: 15px; }
    .everstrap-event-single-content article .post-thumbnail img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
    .everstrap-event-single-content article .post-thumbnail span {
      font-size: 10px;
      line-height: 14px;
      color: #000000;
      font-weight: 500;
      display: block; }
  .everstrap-event-single-content article .entry-header h2 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 39px; }
    @media (max-width: 500px) {
      .everstrap-event-single-content article .entry-header h2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px; } }
    .everstrap-event-single-content article .entry-header h2 a {
      color: #000000; }
      .everstrap-event-single-content article .entry-header h2 a:hover {
        color: #b7ce5a; }
  .everstrap-event-single-content article .event-subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 20px; }
  .everstrap-event-single-content article .ecp-single-date-time {
    color: #b7ce5a;
    font-size: 14px;
    margin-bottom: 18px; }
  .everstrap-event-single-content article .event-share {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 8px 0 7px; }
    .everstrap-event-single-content article .event-share > span {
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: #000000;
      display: inline-block;
      margin-right: 20px;
      font-weight: bold; }
    .everstrap-event-single-content article .event-share .everstrap-social {
      margin: 0;
      display: inline-block; }
      .everstrap-event-single-content article .event-share .everstrap-social ul li a {
        font-size: 18px; }
        .everstrap-event-single-content article .event-share .everstrap-social ul li a:hover {
          color: #8bac00; }
  .everstrap-event-single-content article .event-btn .btn {
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0; }
  .everstrap-event-single-content article .event-desc {
    background-color: #e5e5e5;
    padding: 20px;
    word-break: break-word;
    font-size: 15px; }
    .everstrap-event-single-content article .event-desc p {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .everstrap-event-single-content article .event-desc {
        margin: 0 -15px; } }
    @media (max-width: 767px) {
      .everstrap-event-single-content article .event-desc {
        margin-bottom: 50px; } }

.widget_ecp_widget .everstrap-event-widget .event-widget-header p {
  overflow: hidden; }

.widget_ecp_widget .everstrap-event-widget .event-widget-header img {
  width: 140px;
  height: auto;
  margin-bottom: 15px; }

.widget_ecp_widget .everstrap-event-widget .event-widget-header .btn {
  min-width: 170px;
  margin-left: 0 !important;
  color: #ffffff;
  font-weight: bold; }

.widget_ecp_widget .calendar-event-thumbnail {
  width: 70px;
  float: left;
  margin-right: 30px;
  text-align: center; }
  .widget_ecp_widget .calendar-event-thumbnail span {
    display: block;
    background-color: #c7c89b;
    text-transform: uppercase;
    font-weight: bold; }
  .widget_ecp_widget .calendar-event-thumbnail .month {
    font-size: 18px;
    background-color: #8bac00;
    color: #ffffff; }
  .widget_ecp_widget .calendar-event-thumbnail .date {
    color: #000000;
    font-size: 28px;
    padding: 4px 0 0;
    line-height: 1; }
  .widget_ecp_widget .calendar-event-thumbnail .day {
    color: #000000;
    font-size: 14px; }

.widget_ecp_widget .calendar-event-content {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  overflow: hidden; }
  .widget_ecp_widget .calendar-event-content .post-category {
    margin-bottom: 5px;
    line-height: 1; }
    .widget_ecp_widget .calendar-event-content .post-category a {
      font-size: 12px;
      line-height: 1; }
  .widget_ecp_widget .calendar-event-content .calendar-event-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    margin: 0; }
    .widget_ecp_widget .calendar-event-content .calendar-event-title a {
      color: #000000; }
      .widget_ecp_widget .calendar-event-content .calendar-event-title a:hover {
        color: #b7ce5a; }
  .widget_ecp_widget .calendar-event-content .calendar-event-date-month {
    color: #b7ce5a;
    font-size: 13px; }

.claendar-parent {
  height: auto !important; }

.ecp-calendar {
  margin-top: 15px; }
  .ecp-calendar .fc-button {
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
    position: relative; }
    .ecp-calendar .fc-button:focus {
      outline: none; }
    .ecp-calendar .fc-button::after, .ecp-calendar .fc-button::before {
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase; }
    .ecp-calendar .fc-button.fc-prev-button::after {
      content: 'Prev'; }
    .ecp-calendar .fc-button.fc-next-button::before {
      content: 'Next'; }
  .ecp-calendar .fc-center h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3px; }
  .ecp-calendar table tr,
  .ecp-calendar table td,
  .ecp-calendar table th {
    border: none; }
  .ecp-calendar table td {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 37px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .ecp-calendar table .fc-head {
    display: none; }
  .ecp-calendar .fc-basic-view .fc-body .fc-row {
    min-height: auto; }
  .ecp-calendar .fc-scroller {
    overflow: inherit !important;
    height: auto !important; }
  .ecp-calendar table td.fc-today {
    border: none !important;
    background: #b7ce5a !important;
    display: block; }
  .ecp-calendar table .fc-day-number {
    float: none !important; }

.ecp-widget-event-filter .form-group {
  position: relative;
  margin-bottom: 8px; }
  .ecp-widget-event-filter .form-group input[type=search] {
    width: 100%;
    height: 45px;
    padding: 0 72px 0 45px;
    border: 1px solid #707070;
    border-radius: 0;
    margin: 0; }
    .ecp-widget-event-filter .form-group input[type=search]:focus {
      outline: none;
      border: 1px solid #b7ce5a; }
  .ecp-widget-event-filter .form-group i {
    position: absolute;
    width: 40px;
    height: 45px;
    text-align: center;
    left: 0;
    top: 0;
    display: block;
    line-height: 43px;
    font-size: 18px;
    color: #b7ce5a; }
  .ecp-widget-event-filter .form-group button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    line-height: 45px;
    height: 45px;
    background: #b7ce5a;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0; }
    .ecp-widget-event-filter .form-group button[type=submit]::after {
      content: none; }

.ecp-widget-event-footer .btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 15px 8px; }

.ecp-event-info label.radio-inline {
  width: 33%;
  display: inline-block;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .ecp-event-info label.radio-inline {
      width: 49%; } }

#event-submit {
  background-color: #b7ce5a;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

.everstrap-sponsor-logo .sponsor {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px; }

.everstrap-sponsor-logo a.btn {
  min-width: 170px;
  margin-left: 0 !important;
  color: #fff;
  font-weight: 700;
  padding: 0;
  height: 28px;
  line-height: 28px; }

.page-template-template-event .everstrap-latest-post .media-body h4 {
  font-size: 15px;
  line-height: 18px; }

/* Event Page Style */
.everstrap-event-list-item article {
  padding-bottom: 30px; }
  @media (max-width: 500px) {
    .everstrap-event-list-item article {
      padding-bottom: 20px; } }

.everstrap-event-list-item .entry-header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px; }

.everstrap-event-list-item .entry-content {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 20px; }

.everstrap-event-list-item .tcb-event-date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

.partner-event-area {
  margin-bottom: 50px; }
  @media (max-width: 500px) {
    .partner-event-area .partner-event-col {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 20px; } }
  .partner-event-area article.partner-box {
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .partner-event-area article.partner-box {
        margin-bottom: 0; } }
    .partner-event-area article.partner-box .post-thumbnail {
      width: 100%;
      height: 167px;
      padding-bottom: 15px;
      box-shadow: 0 0 1px #aaa;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 500px) {
        .partner-event-area article.partner-box .post-thumbnail .post-meta {
          padding: 0 15px; } }
      @media (max-width: 500px) {
        .partner-event-area article.partner-box .post-thumbnail {
          height: 110px;
          margin-bottom: 10px; } }
    .partner-event-area article.partner-box .entry-title {
      font-size: 20px;
      line-height: 28px; }
      @media (max-width: 500px) {
        .partner-event-area article.partner-box .entry-title {
          font-size: 15px;
          line-height: 20px; } }

.single-event-content .event-title {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700; }
  .single-event-content .event-title a {
    color: #000000; }
    .single-event-content .event-title a:hover {
      color: #8bac00; }

.single-event-content .entry-header h2 {
  font-size: 38px;
  line-height: 51px; }
  .single-event-content .entry-header h2 a {
    color: #000000; }
    .single-event-content .entry-header h2 a span {
      text-transform: uppercase; }
  @media (max-width: 500px) {
    .single-event-content .entry-header h2 {
      font-size: 24px;
      line-height: 31px; } }

.single-event-content .content-post {
  font-size: 24px;
  line-height: 31px;
  margin: 15px 0; }
  @media (max-width: 500px) {
    .single-event-content .content-post {
      font-size: 16px;
      line-height: 18px; } }

.single-event-content .ecp-single-date-time {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }
  @media (max-width: 500px) {
    .single-event-content .ecp-single-date-time span {
      font-size: 16px;
      line-height: 20px; } }
  .single-event-content .ecp-single-date-time .event-share {
    float: right; }
    .single-event-content .ecp-single-date-time .event-share ul li a {
      color: #000; }
      .single-event-content .ecp-single-date-time .event-share ul li a:hover {
        color: #8bac00; }

.single-event-content .post-thumbnail {
  margin: 35px 0; }
  .single-event-content .post-thumbnail img {
    max-width: 321px;
    height: auto; }

.single-event-content .event-btn a {
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1.8px;
  display: inline-block;
  width: 320px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  margin-bottom: 35px; }
  .single-event-content .event-btn a:hover {
    background-color: #8bac00; }

.single-event-content .event-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .single-event-content .event-details-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 991px) {
  .single-event-content .location-area {
    margin-left: 0;
    padding-top: 30px; } }

.single-event-content .location-area a.btn {
  width: 194px; }
  @media (max-width: 991px) {
    .single-event-content .location-area a.btn {
      width: 320px; } }
  @media (max-width: 480px) {
    .single-event-content .location-area a.btn {
      width: 100%; } }

@media (min-width: 991px) {
  .single-event-content .buy-ticket-none {
    margin-left: 0; } }

.single-event-content .ecp-single-event-cost h3,
.single-event-content .ecp-single-event-location h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.single-event-content .ecp-single-event-cost p,
.single-event-content .ecp-single-event-location p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize; }

.single-event-content .ecp-single-event-cost address,
.single-event-content .ecp-single-event-location address {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 24px; }

.single-event-content .ecp-single-event-cost p {
  text-transform: inherit; }

.single-event-content .featured-description {
  margin-bottom: 30px; }
  .single-event-content .featured-description h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .single-event-content .featured-description .event-desc {
    font-size: 16px;
    line-height: 24px; }

.single-event-content .ecp-event-summery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .single-event-content .ecp-event-summery {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .single-event-content .ecp-event-summery .event-status-details {
    width: 50%;
    padding-right: 15px; }
    .single-event-content .ecp-event-summery .event-status-details .time-details {
      margin-bottom: 30px; }
      .single-event-content .ecp-event-summery .event-status-details .time-details h3 {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase; }
      .single-event-content .ecp-event-summery .event-status-details .time-details p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0; }
  .single-event-content .ecp-event-summery .speaker-image {
    width: 50%; }
    .single-event-content .ecp-event-summery .speaker-image .panelist-info {
      font-size: 12px;
      line-height: 16px;
      padding-top: 10px; }
    @media (max-width: 991px) {
      .single-event-content .ecp-event-summery .speaker-image {
        margin-bottom: 20px;
        width: 70%; } }
    @media (max-width: 500px) {
      .single-event-content .ecp-event-summery .speaker-image {
        margin-bottom: 20px;
        width: 100%; } }

@media (max-width: 500px) {
  .single-event-content .additional-info {
    width: 300px; } }

.single-event-content .additional-info h3 {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-transform: uppercase; }
  @media (max-width: 500px) {
    .single-event-content .additional-info h3 {
      margin-top: 10px;
      line-height: 20px; } }

.single-event-content .additional-info p span {
  font-weight: 700; }

.single-event-content .additional-info p span.mobile-br {
  font-weight: 400; }

@media (max-width: 500px) {
  .single-event-content .additional-info p span.mobile-br {
    font-weight: 400; } }

.single-event-content .additional-info .contact-info-box a {
  color: #000000; }
  .single-event-content .additional-info .contact-info-box a:hover {
    color: #000000; }

.event-panelists-area .panelists-box {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .event-panelists-area .panelists-box {
      width: 50%; } }

.event-panelists-area .panelist-thumb {
  position: relative;
  height: 0;
  padding-bottom: 77%;
  overflow: hidden;
  margin-bottom: 18px; }
  .event-panelists-area .panelist-thumb img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.event-panelists-area h4 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0; }

.event-panelists-area p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }

.event-sponsored-area h3.title {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 35px; }

.event-sponsored-area .sponsored-box-pre {
  margin-bottom: 40px; }
  .event-sponsored-area .sponsored-box-pre .sponsor-logo {
    padding-left: 7px;
    padding-right: 7px; }
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .col-6,
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .col-4 {
      padding-right: 7px !important;
      padding-left: 7px !important; }
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .logo-item {
      height: 140px;
      border: 1px solid #707070;
      padding: 10px;
      margin-bottom: 15px;
      display: inline-block;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 991px) {
        .event-sponsored-area .sponsored-box-pre .sponsor-logo .logo-item {
          height: 100px; } }
      .event-sponsored-area .sponsored-box-pre .sponsor-logo .logo-item img {
        max-width: 100%;
        -webkit-transform: scale(0.97);
            -ms-transform: scale(0.97);
                transform: scale(0.97);
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        max-height: 100%; }
      .event-sponsored-area .sponsored-box-pre .sponsor-logo .logo-item a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        z-index: 1; }
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .col-md-4 .logo-item {
      height: 120px; }
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .col-md-3 .logo-item {
      height: 100px; }
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .column-5 .logo-item,
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .col-md-2 .logo-item,
    .event-sponsored-area .sponsored-box-pre .sponsor-logo .col-lg-2 .logo-item {
      height: 80px; }

.event-sponsored-area .sponsored-box-bottom {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .event-sponsored-area .sponsored-box-bottom .box-item {
    width: calc(34% - 59px);
    margin-left: 40px;
    margin-bottom: 30px; }
    @media (min-width: 500px) and (max-width: 991px) {
      .event-sponsored-area .sponsored-box-bottom .box-item {
        width: calc(34% - 10px);
        margin-left: 10px; } }
    @media (max-width: 500px) {
      .event-sponsored-area .sponsored-box-bottom .box-item {
        width: calc(33% - 10px);
        margin: 0 0 20px 10px; } }
    .event-sponsored-area .sponsored-box-bottom .box-item img {
      margin-bottom: 20px; }
    .event-sponsored-area .sponsored-box-bottom .box-item h4, .event-sponsored-area .sponsored-box-bottom .box-item p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0; }
    .event-sponsored-area .sponsored-box-bottom .box-item:first-child {
      margin-left: 0; }
    @media (max-width: 500px) {
      .event-sponsored-area .sponsored-box-bottom .box-item:last-child {
        margin: 0 auto; } }

@media (min-width: 992px) {
  .column-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.cost-area {
  margin-right: 30px; }
  .cost-area a {
    width: 250px !important; }

.ecp-event-time.no-end-time span {
  display: none; }

.old-event-button .btn {
  padding: 0; }

.page-template-event-template .postpagination {
  padding-left: 15px; }

.page-template-old-event-template .recurrence {
  display: none; }

.category-notable-nominations article .post-meta.hide-category {
  display: none; }

.footer-area {
  padding: 0 0 30px;
  background-color: #000000;
  margin-top: 55px; }
  @media (max-width: 767px) {
    .footer-area {
      padding: 0 15px !important; } }
  .footer-area .footer-large-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 480px) {
      .footer-area .footer-large-row {
        display: none; } }
  .footer-area .footer-mobile-row {
    display: none; }
    @media (max-width: 480px) {
      .footer-area .footer-mobile-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .footer-area .footer-mobile-row .footer-mobile-top {
      width: 100%; }
      .footer-area .footer-mobile-row .footer-mobile-top .footer-logo {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 20px; }
        @media (max-width: 767px) {
          .footer-area .footer-mobile-row .footer-mobile-top .footer-logo {
            margin-bottom: 0; } }
        .footer-area .footer-mobile-row .footer-mobile-top .footer-logo .navbar-brand {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
          .footer-area .footer-mobile-row .footer-mobile-top .footer-logo .navbar-brand img {
            width: 75%; }
        .footer-area .footer-mobile-row .footer-mobile-top .footer-logo .site-search-icon {
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start;
          color: #8bac00;
          margin: 15px 0; }
    .footer-area .footer-mobile-row .footer-mobile-middle {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      position: relative;
      padding-top: 20px; }
      .footer-area .footer-mobile-row .footer-mobile-middle::before {
        content: '';
        width: calc(100% - 40px);
        height: 3pt;
        background: #8bac00;
        margin: auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
      .footer-area .footer-mobile-row .footer-mobile-middle .col-xs-6 {
        width: 50%; }
      .footer-area .footer-mobile-row .footer-mobile-middle .secondary-nav {
        margin-left: 20px; }
  .footer-area .footer-issue {
    float: left; }
    .footer-area .footer-issue .issue-item {
      padding: 21px 23px 0;
      background-color: #000000;
      margin-top: -60px; }
      @media (max-width: 767px) {
        .footer-area .footer-issue .issue-item {
          padding: 15px 15px 0; } }
      .footer-area .footer-issue .issue-item .issue-thumb {
        width: 166px;
        height: 207px;
        background-size: cover !important;
        background-position: center !important;
        border: 1px solid #707070;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        .footer-area .footer-issue .issue-item .issue-thumb:hover {
          border-color: #b7ce5a; }
        @media (max-width: 767px) {
          .footer-area .footer-issue .issue-item .issue-thumb {
            width: 106px;
            height: 136px; } }
  .footer-area .footer-menu-wrapper {
    width: calc(100% - 215px); }
  .footer-area .secondary-footer {
    padding-left: 8px;
    margin-left: 0;
    padding-top: 10px; }
  .footer-area .secondary-nav {
    margin-left: 25px; }
  .footer-area .footer-sub-menu ul {
    margin: 0;
    padding: 0; }
    .footer-area .footer-sub-menu ul li {
      line-height: 16px;
      position: relative; }
      .footer-area .footer-sub-menu ul li a {
        font-size: 12px;
        color: #ffffff; }
        .footer-area .footer-sub-menu ul li a:hover {
          color: #b7ce5a; }
      .footer-area .footer-sub-menu ul li .dropdown-menu-trigger {
        position: absolute;
        right: 0;
        border: none;
        background: none;
        color: #ffffff;
        cursor: pointer; }
      .footer-area .footer-sub-menu ul li ul {
        padding: 0; }
  .footer-area .footer-logo {
    margin-top: 5px; }
    @media (max-width: 991px) {
      .footer-area .footer-logo {
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .footer-area .footer-logo .navbar-brand {
        margin: 0;
        margin-bottom: 15px !important; } }
  .footer-area .navbar .secondary-nav .nav > li a {
    color: white;
    font-size: 16px;
    line-height: 21px; }
    @media (max-width: 767px) {
      .footer-area .navbar .secondary-nav .nav > li a {
        font-size: 20px;
        line-height: 26px; } }
  .footer-area .navbar .navbar-nav ul {
    min-width: 170px; }
  .footer-area .navbar .dropdown-wrapper ul li a {
    font-size: 14px !important;
    line-height: 19px !important; }
  @media (max-width: 767px) {
    .footer-area .navbar .secondary-nav .nav > li {
      padding: 0;
      border: none;
      margin-bottom: 5px; } }
  .footer-area .copyright-text {
    margin-top: 30px; }
    @media (max-width: 480px) {
      .footer-area .copyright-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 20px;
        padding: 0 20px; } }
    .footer-area .copyright-text p, .footer-area .copyright-text a {
      font-size: 10px;
      line-height: 13px;
      color: #ffffff;
      margin-bottom: 0; }
    .footer-area .copyright-text a:hover {
      color: #b7ce5a;
      text-decoration: underline; }
    @media (min-width: 1200px) {
      .footer-area .copyright-text a {
        margin-right: 29px; } }
    @media (max-width: 991px) {
      .footer-area .copyright-text p {
        text-align: center; }
      .footer-area .copyright-text .copyright-info {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .footer-area .copyright-text .copyright-info {
        float: left; }
      .footer-area .copyright-text .author-info {
        float: right; } }
    @media (max-width: 480px) {
      .footer-area .copyright-text .copyright-info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        text-align: left;
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .footer-area .copyright-text .author-info {
        text-align: left; } }
  @media (min-width: 1200px) {
    .footer-area .extra-padding {
      padding-left: 40px; } }
  .footer-area .secondary-nav .navbar-nav li .dropdown-wrapper span {
    top: 9px; }
  .footer-area .everstrap-social ul li a:hover,
  .footer-area .site-search-icon:hover,
  .footer-area .navbar .nav > li > a:hover {
    color: #b7ce5a !important; }

.footer-social ul {
  line-height: 1;
  margin: 0;
  padding: 0; }
  .footer-social ul li {
    line-height: 1 !important;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px; }
    .footer-social ul li a {
      font-size: 28px;
      line-height: 32px;
      color: #000000; }
    .footer-social ul li:first-child {
      font-size: 12px;
      line-height: 32px;
      font-weight: 700; }

@media (max-width: 991px) {
  .footer-social {
    padding-left: 15px;
    padding-top: 15px; } }

@media (max-width: 500px) {
  .footer-social .everstrap-social ul li {
    padding-left: 5px;
    padding-right: 8px !important; }
  .footer-social .everstrap-social ul a {
    font-size: 14px; } }

html body {
  font-family: "Red Hat Display";
  color: #000000;
  font-size: 16px;
  line-height: 28px; }

p:last-child {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Red Hat Display"; }

h3 {
  font-size: 30px;
  line-height: 34px; }

h4 {
  font-size: 20px;
  line-height: 28px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 16px;
  line-height: 24px; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p {
  margin-bottom: 30px; }

.entry-content h2 {
  font-size: 30px;
  line-height: 38px; }

.entry-content h3 {
  font-size: 24px;
  line-height: 28px; }

a {
  color: #8bac00; }
  a:hover {
    color: #657d04; }

@media (max-width: 767px) {
  .tcb-mobile-padding {
    padding-left: 15px;
    padding-right: 15px; } }

.primary-font {
  font-family: "Red Hat Display"; }

.secondary-font {
  font-family: "PT Serif"; }

.sponsor-logo-text {
  width: 140px;
  height: 37px;
  background-color: #ffffff;
  color: #000000;
  font-size: 13px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: content-box; }

.wdp-button {
  background-color: #8bac00 !important;
  border: none !important;
  padding: 10px 32px !important; }
  .wdp-button:hover {
    background-color: #b7ce5a !important;
    color: #ffffff !important; }

.wdp-no-result p {
  color: #000000 !important; }

@media (min-width: 768px) {
  .sidebar-pt {
    padding-top: 55px; } }

.mt-20 {
  margin-top: 20px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-70 {
  margin-bottom: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

@media (min-width: 992px) {
  .extra-pl-30 {
    padding-left: 30px; }
  .extra-pr-30 {
    padding-right: 30px; } }

@media (min-width: 768px) {
  .custom-border-left {
    border-left: 0.5px solid #2e0000; } }

@media (max-width: 767px) {
  .everstrap-ad.mb-40 {
    margin-bottom: 30px; } }

/* hover underline left to right
--------------------------------------------*/
/* Orange Color */
.homepage-carousel .item article .entry-title a {
  background: -webkit-linear-gradient(transparent calc(100% - 2px), #b7ce5a 2px);
  background: linear-gradient(transparent calc(100% - 2px), #b7ce5a 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.homepage-carousel .item article .entry-title a:hover {
  background-size: 100% 100%; }

.ie .homepage-carousel .item article .entry-title a:hover {
  background-size: 0; }

blockquote {
  color: #000000;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  padding: 22px 27px 10px;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  font-family: "Red Hat Display";
  margin-bottom: 20px; }
  blockquote p:first-child {
    margin-bottom: 0; }
  blockquote p {
    font-family: "Red Hat Display" !important; }
  blockquote cite {
    text-align: right;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2.4px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    display: block;
    margin-top: 15px; }
    blockquote cite::before {
      content: '- '; }

.page-link:focus {
  box-shadow: none; }

.btn {
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding: 0 35px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-family: "Red Hat Display"; }
  .btn:hover {
    border: none; }

.btn.focus, .btn:focus {
  box-shadow: none !important; }

.btn-light {
  background: #ddd; }

.btn-black {
  background-color: #000000;
  color: #ffffff; }
  .btn-black:hover {
    background-color: #8bac00;
    color: #ffffff; }

.btn-primary {
  background-color: #8bac00; }

.btn-white {
  color: #000000;
  background-color: #ffffff; }
  .btn-white:hover {
    background-color: #b7ce5a;
    color: #000000; }

.subscribe-btn {
  min-width: 300px;
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  letter-spacing: 3.3px;
  text-transform: uppercase; }

/* =-=-=-=-=-=-= BLOG PAGINATION =-=-=-=-=-=-= */
.everstrap-pagination {
  overflow: hidden; }

.pagination {
  margin-bottom: 0; }
  .pagination > li > a,
  .pagination > li > span {
    color: #4a4a4a !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    padding: 0 15px;
    margin: 2px;
    border: 0;
    border-radius: 0 !important;
    height: 34px;
    line-height: 34px;
    display: inline-block; }
  @media (max-width: 575px) {
    .pagination > li > a,
    .pagination > li > span {
      padding: 0 12px; } }
  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover,
  .pagination > li > span.current {
    color: #ffffff !important;
    background-color: #b7ce5a !important; }

.SumoSelect.open > .optWrapper {
  top: 43px !important; }

.ecp-widget-event-list {
  margin-top: 20px; }

.postpagination {
  margin-bottom: 30px; }
  .postpagination span, .postpagination a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    margin-right: 3px;
    background-color: #dddddd;
    min-width: 26px !important;
    text-align: center; }
  .postpagination a {
    color: #000000; }
    .postpagination a:hover {
      background-color: #8bac00;
      color: #ffffff !important; }
  .postpagination .this-page {
    background-color: #b7ce5a;
    color: #ffffff !important; }

hr {
  border-color: #707070; }

@media (min-width: 768px) {
  .site-header-border {
    border-top: 3px solid #b7ce5a;
    border-left: 3px solid #b7ce5a;
    padding-left: 20px;
    padding-top: 20px; } }

a,
.btn,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

button:hover, button:focus, button:active,
.form-control:hover,
.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none; }

#div-gpt-ad-1589402413670-0 {
  margin-bottom: 20px; }

#div-gpt-ad-15894024136702-0 div {
  height: 138px !important;
  border-bottom: 1px solid grey !important; }

#div-gpt-ad-1589402413670-0 div {
  height: 118px !important;
  border-bottom: 1px solid grey !important; }

#div-gpt-ad-1589486486439-0 div {
  border-bottom: 1px solid grey !important;
  margin-bottom: 10px; }

#div-gpt-ad-1589486486439-0 {
  margin-bottom: 10px; }

.be-border-top {
  border-top: 3px solid #b7ce5a; }

.be-border-bottom {
  border-bottom: 3px solid #b7ce5a; }

.be-border-left {
  border-left: 3px solid #b7ce5a; }

.vc_inline-link {
  display: none; }

.custom-select {
  -webkit-appearance: none !important; }

#div-gpt-ad-1589486486439-0.four-grid {
  height: auto !important; }

@media (min-width: 500px) {
  .mobile-display-show-ad {
    display: none; } }

@media (max-width: 500px) {
  .mobile-display-hide {
    display: none; }
  .mobile-display-show-ad {
    display: block; } }

@media (max-width: 767px) {
  #div-gpt-ad-1589402413670-0 div {
    padding-bottom: 10px !important;
    border-bottom: 1px solid grey !important; }
  #div-gpt-ad-15894024136702-0 div {
    height: 108px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid grey !important; }
  #div-gpt-ad-15894024136702-0 {
    margin-bottom: 10px; } }

@media (min-width: 767px) and (max-width: 1200px) {
  .extra-tab-padding {
    padding-right: 50px; } }

@media print {
  .no-print {
    visibility: hidden;
    display: none; }
  [id*='0000000'] {
    visibility: hidden;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important; }
  body {
    margin-top: 0 !important; } }

.everstrap-social ul li a:hover {
  color: #b7ce5a; }

.page-video-wrapper {
  position: relative; }
  .page-video-wrapper .videoWrapper {
    position: relative;
    padding-bottom: 67%;
    height: 0;
    background: black; }
    .page-video-wrapper .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page-video-wrapper .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    background-color: #ffffff;
    color: #b7ce5a;
    font-size: 45px;
    border-radius: 50%; }
    .page-video-wrapper .popup-video:hover {
      background-color: #b7ce5a;
      color: #ffffff; }
    @media (max-width: 991px) {
      .page-video-wrapper .popup-video {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px; } }

.tcb_demographics {
  background-color: #b7ce5a;
  padding: 40px 20px 20px;
  text-align: center;
  margin: 0 -15px 40px; }
  .tcb_demographics p,
  .tcb_demographics * {
    font-family: "Red Hat Display";
    margin-bottom: 0; }
  .tcb_demographics span {
    color: #ffffff; }
  .tcb_demographics h2 {
    font-size: 67px;
    line-height: 88px;
    color: #ffffff;
    font-weight: normal; }
    @media (max-width: 600px) {
      .tcb_demographics h2 {
        font-size: 26px;
        line-height: 32px; } }
  .tcb_demographics .desc-wrapper {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .tcb_demographics .desc-wrapper div {
        margin-bottom: 40px; } }
  .tcb_demographics .prize-wrapper {
    margin-top: 50px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold; }
    .tcb_demographics .prize-wrapper span {
      font-size: 67px;
      line-height: 1.2;
      font-weight: normal; }
    @media (min-width: 992px) {
      .tcb_demographics .prize-wrapper div {
        border-right: 1px solid #ffffff; }
        .tcb_demographics .prize-wrapper div:last-child {
          border-right: none; } }
    @media (max-width: 991px) {
      .tcb_demographics .prize-wrapper div {
        margin-bottom: 40px; } }

.everstrap-search-form {
  max-width: 850px;
  width: 100%;
  margin: 0 auto; }
  .everstrap-search-form .form-group {
    position: relative; }
    .everstrap-search-form .form-group button, .everstrap-search-form .form-group span {
      position: absolute;
      cursor: pointer; }
    .everstrap-search-form .form-group button {
      right: 52px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: none;
      border: none;
      color: #b7ce5a; }
      .everstrap-search-form .form-group button:hover {
        color: #8bac00; }
    .everstrap-search-form .form-group span {
      top: 20px;
      font-size: 35px;
      color: #707070;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 22px;
      -webkit-appearance: none; }
      .everstrap-search-form .form-group span:hover {
        color: #8bac00; }
  .everstrap-search-form input[type=text] {
    width: 100%;
    height: 67px;
    padding: 0 60px 0 30px;
    line-height: 67px;
    border: 1px solid #707070;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    border-radius: 0; }
  .everstrap-search-form .search-title h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px; }

.widget_archive select {
  width: 100%;
  height: 40px;
  padding: 0 10px; }

@media (max-width: 782px) {
  #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item {
    width: 38px; } }

.charleft.ginput_counter {
  position: relative; }
  .charleft.ginput_counter::before {
    content: 'words';
    position: absolute;
    top: 0;
    left: 68px;
    display: inline-block;
    line-height: 28px;
    background-color: #fff;
    width: 100px; }

.podcast-sponsor-logo {
  background-color: #ffffff;
  padding: 60px 0 30px; }
  .podcast-sponsor-logo .support-by {
    margin-bottom: 20px; }
  .podcast-sponsor-logo img {
    margin: 30px; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .podcast-sponsor-logo img {
        margin: 30px 15px; } }
    @media (max-width: 767px) {
      .podcast-sponsor-logo img {
        margin: 30px 0; } }
  .podcast-sponsor-logo .sponsor-title {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

@media (min-width: 992px) {
  .header-wrapper .navbar-nav > li > a > span,
  .header-wrapper .dropdown-wrapper {
    display: none; } }

.header-wrapper .primary-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }
  @media (max-width: 991px) {
    .header-wrapper .primary-menu-wrapper {
      margin-top: 10px; } }

.header-wrapper .main-menu-wrapper,
.header-wrapper .header-topbar {
  background-color: #ffffff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .header-wrapper .header-topbar {
    height: 0;
    overflow: hidden;
    display: none; } }

.header-wrapper .header-logo-area {
  padding-top: 24px; }
  .header-wrapper .header-logo-area .navbar-brand {
    margin-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .header-wrapper .header-logo-area .navbar-brand:hover {
      opacity: 0.8; }

@media (min-width: 767px) {
  .header-wrapper .topbar-issue {
    float: right; } }

.header-wrapper .header-logo-area,
.header-wrapper .topbar-issue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .header-wrapper .header-logo-area .everstrap-social,
  .header-wrapper .topbar-issue .everstrap-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .header-wrapper .header-logo-area .everstrap-social,
      .header-wrapper .topbar-issue .everstrap-social {
        display: none; } }

.header-wrapper .issue-item {
  padding: 3px 3px 0;
  background-color: #b7ce5a;
  margin-left: 35px;
  overflow: hidden; }
  .header-wrapper .issue-item a {
    width: 82px;
    height: 98px;
    display: block;
    overflow: hidden; }
  .header-wrapper .issue-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    max-width: 98px;
    height: 100%; }
  @media (max-width: 767px) {
    .header-wrapper .issue-item {
      width: 0;
      height: 0;
      display: none; } }

.header-wrapper .everstrap-social ul {
  margin-bottom: 8px; }

@media (max-width: 991px) {
  .header-wrapper .everstrap-social {
    display: none; } }

.header-wrapper .hamburger-btn {
  width: 0;
  height: 30px;
  background: none;
  border: none;
  padding: 0;
  float: left;
  cursor: pointer;
  overflow: hidden; }
  @media (max-width: 991px) {
    .header-wrapper .hamburger-btn {
      width: 27px;
      margin-right: 15px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; } }
  .header-wrapper .hamburger-btn:hover span {
    background-color: #8bac00; }
  .header-wrapper .hamburger-btn span {
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.header-wrapper .site-header-border {
  position: relative;
  padding-bottom: 25px; }
  .header-wrapper .site-header-border .sponsor-logo {
    position: absolute;
    top: 20%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 991px) {
      .header-wrapper .site-header-border .sponsor-logo {
        top: 50%; } }
  @media (max-width: 991px) {
    .header-wrapper .site-header-border {
      padding-top: 15px;
      padding-bottom: 4px; } }

@media (max-width: 767px) {
  .header-wrapper .main-menu-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .header-wrapper .main-menu-wrapper::after {
      display: block;
      clear: both;
      content: ''; }
  .header-wrapper .hamburger-btn span {
    background-color: #000000; }
  .header-wrapper .site-search-icon {
    color: #8bac00;
    font-size: 26px; } }

.header-wrapper .main-menu-wrapper:not(.sticky-menu) iframe {
  padding: 0 2px 2px 2px; }

@media (max-width: 767px) {
  .sticky-menu .sponsor-logo button {
    margin-top: 31px;
    color: #8bac00 !important; } }

.sticky-logo {
  width: 0;
  height: 82px;
  overflow: hidden;
  float: left;
  background-size: cover !important;
  background-position: center !important;
  position: relative; }
  .sticky-logo a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 767px) {
    .sticky-logo {
      width: 80px;
      height: 80px;
      margin-top: -18px; } }

.header-menu-sticky .site-search-icon {
  display: none; }
  @media (max-width: 767px) {
    .header-menu-sticky .site-search-icon {
      display: block; } }

.sticky-menu .hamburger-btn {
  width: 27px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 999; }
  .sticky-menu .hamburger-btn span {
    background-color: #000000; }

.sticky-menu .header-menu-sticky {
  width: calc(100% - 87px);
  float: left;
  padding-left: 10px; }
  .sticky-menu .header-menu-sticky .site-search-icon {
    color: #8bac00;
    float: left;
    margin: -3px 5px;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    display: block; }

@media (min-width: 992px) and (max-width: 1260px) {
  .sticky-menu .sponsor-logo {
    display: none; } }

@media (min-width: 992px) {
  .sticky-menu .sponsor-logo {
    top: 15px !important; } }

@media (max-width: 991px) {
  .sticky-menu .site-header-border .sponsor-logo {
    top: 20%; } }

.sticky-menu .sponsor-logo button {
  color: #000000; }

.sticky-menu .secondary-nav {
  padding-top: 11px; }

.sticky-menu .sticky-logo {
  width: 86px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 0; }
  @media (max-width: 991px) {
    .sticky-menu .sticky-logo {
      width: 80px;
      height: 80px; } }

.sticky-menu .site-header-border {
  border: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .sticky-menu .site-header-border {
      min-height: 60px; } }

.sticky-menu .primary-menu-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  margin-top: 15px;
  padding-left: 23px; }
  @media (max-width: 991px) {
    .sticky-menu .primary-menu-wrapper {
      margin-top: 28px; } }

@media (max-width: 767px) {
  .header-menu-sticky {
    width: calc(100% - 87px);
    float: left;
    padding-left: 10px; } }

.page-header-section {
  height: 370px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-top: -30px;
  padding: 30px 0;
  position: relative;
  margin-bottom: 35px; }
  .page-header-section .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .page-header-section {
      height: 280px; } }
  .page-header-section .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
  .page-header-section .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item,
  .page-header-section .site-breadcrumb .everstrap-breadcrumb a {
    color: #ffffff; }
  .page-header-section .site-breadcrumb .everstrap-breadcrumb a:hover {
    color: #b7ce5a; }

.jpp-jobboard-leader {
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  text-align: left; }
  .jpp-jobboard-leader .jpp-job-search-form {
    margin-bottom: 20px; }
  .jpp-jobboard-leader select,
  .jpp-jobboard-leader input {
    border-radius: 0;
    padding: 0 15px;
    height: 43px;
    border: 1px solid #707070; }
  @media (max-width: 767px) {
    .jpp-jobboard-leader .search-btn {
      margin-top: 15px; } }
  .jpp-jobboard-leader .form-group {
    margin-bottom: 0;
    margin-top: 15px;
    position: relative; }
    .jpp-jobboard-leader .form-group label {
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      margin: 0; }
      @media (min-width: 1170px) {
        .jpp-jobboard-leader .form-group label {
          margin-left: 10px; } }
    .jpp-jobboard-leader .form-group .fa-search {
      position: absolute;
      bottom: 15px;
      left: 27px;
      color: #b7ce5a;
      pointer-events: none; }
    .jpp-jobboard-leader .form-group .input-keyword {
      padding-left: 37px; }
  .jpp-jobboard-leader .jpp-board-buttons {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 16px; }
  .jpp-jobboard-leader .jpp-board-buttons a {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .jpp-jobboard-leader .jpp-board-buttons a:first-child {
        border-right: 1px solid #707070;
        padding: 0 15px;
        margin: 0 15px; } }
    @media (max-width: 767px) {
      .jpp-jobboard-leader .jpp-board-buttons a {
        padding: 0 15px; } }

.job-board-header {
  margin-bottom: -10px; }

.job-publisher-pro .job-item .job-thumbnail {
  padding: 0;
  float: left;
  width: 138px;
  min-height: 138px;
  height: auto;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.job-publisher-pro .job-item .job-outline {
  width: auto;
  overflow: hidden;
  min-height: 138px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (min-width: 992px) {
    .job-publisher-pro .job-item .job-outline {
      padding-right: 130px; } }

.job-publisher-pro .job-item:hover {
  background: none; }

.job-publisher-pro .job-item .job-outline .job-title a {
  font-size: 16px;
  line-height: 19px;
  color: #b7ce5a;
  text-transform: uppercase;
  font-weight: bold; }
  .job-publisher-pro .job-item .job-outline .job-title a:hover {
    color: #8bac00; }

.job-publisher-pro .job-list-pagination-info {
  margin-top: 10px; }

.job-publisher-pro .job-item .job-outline .job-company {
  margin-bottom: 5px; }
  .job-publisher-pro .job-item .job-outline .job-company a {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000000; }
    .job-publisher-pro .job-item .job-outline .job-company a:hover {
      color: #8bac00; }

.job-publisher-pro .job-item .job-outline .job-location {
  font-size: 14px;
  line-height: 17px; }

.job-publisher-pro .job-item .job-outline .place {
  color: #b7ce5a; }

.job-publisher-pro .job-item .job-meta {
  display: block;
  min-width: 140px;
  padding: 0; }
  .job-publisher-pro .job-item .job-meta .btn {
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    .job-publisher-pro .job-item .job-meta {
      position: absolute;
      top: 25px;
      right: 0; } }
  @media (max-width: 991px) {
    .job-publisher-pro .job-item .job-meta {
      margin-top: 15px; } }

.job-publisher-pro .job-item .job-thumbnail img {
  border: none;
  background: none; }

.job-publisher-pro .featured-job {
  background: none;
  font-size: 13px;
  text-transform: uppercase;
  display: block; }

.job-publisher-pro .job-item {
  border-top: 1px solid #aaaaaa;
  margin-bottom: 15px; }
  .job-publisher-pro .job-item:first-child {
    border-top: none; }

.job-publisher-pro .everstrap-sponsor-logo {
  margin-top: 25px; }

.everstrap-single-job .company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.everstrap-single-job .company-info .company-logo {
  float: left;
  margin-right: 30px;
  padding-left: 2px; }
  .everstrap-single-job .company-info .company-logo img {
    max-width: 180px;
    box-shadow: 0 0 5px #ecebeb; }

.everstrap-single-job .company-info .job-locatioin {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  color: #000;
  overflow: hidden; }

.everstrap-single-job .company-info .job-locatioin p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px; }

.everstrap-single-job .company-info .job-locatioin .company-locatioin {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: -8px; }

.everstrap-single-job .company-info .btn {
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  width: 100%; }

.everstrap-single-job .single-job-meta {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px; }

.everstrap-single-job .single-job-title {
  font-size: 16px;
  line-height: 19px;
  color: #d35e13;
  text-transform: uppercase;
  font-weight: 700; }

.everstrap-single-job .single-job-company {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 20px; }

.everstrap-single-job .job-btn {
  width: 230px;
  height: 43px;
  line-height: 43px;
  padding: 0;
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 500px) {
    .everstrap-single-job .job-btn {
      width: 100%; } }

.everstrap-single-job .single-job-content h1, .everstrap-single-job .single-job-content h2, .everstrap-single-job .single-job-content h3, .everstrap-single-job .single-job-content h4, .everstrap-single-job .single-job-content h5, .everstrap-single-job .single-job-content h6 {
  font-weight: 600;
  margin-top: 30px; }

.everstrap-single-job .single-job-content h1 {
  font-size: 36px;
  line-height: 40px; }

.everstrap-single-job .single-job-content h4 {
  font-size: 25px;
  line-height: 28px; }

.everstrap-single-job .single-share {
  min-height: 73px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  .everstrap-single-job .single-share span {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold; }
  .everstrap-single-job .single-share .everstrap-social {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 73px; }
    .everstrap-single-job .single-share .everstrap-social ul li a:hover {
      color: #8bac00; }

.job-board-logo .everstrap-sponsor-logo {
  margin-top: 30px; }

.jpp-form {
  padding: 30px;
  border: 1px solid #ddd; }
  .jpp-form .form-row .form-field {
    height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .jpp-form .form-row .form-label {
    width: 100%; }
  .jpp-form .form-row .jpp-add-logo {
    margin-right: 15px;
    font-size: 13px;
    padding: 3px 15px;
    text-transform: uppercase;
    cursor: pointer; }
    .jpp-form .form-row .jpp-add-logo + p {
      margin-top: 0 !important; }
  .jpp-form .form-row .wp-editor-wrap {
    position: relative;
    width: calc(100% - 2px);
    display: block; }
  .jpp-form .job-form-separator {
    margin: 40px 0; }
  .jpp-form .form-field-required {
    color: #b7ce5a; }
  .jpp-form .job_submit_btn {
    border: none;
    border-radius: 0;
    background-color: #b7ce5a;
    cursor: pointer;
    height: 40px;
    padding: 0 30px !important; }
    .jpp-form .job_submit_btn:hover {
      background-color: #8bac00; }

.mfp-image-holder .mfp-close {
  color: #ffffff;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff; }

.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff; }
  .mfp-iframe-holder .mfp-close:focus {
    outline: none; }

.mfp-bg {
  z-index: 10420; }

.mfp-wrap {
  z-index: 10430; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75; }

.mfp-bottom-bar {
  display: none; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-arrow-right::after {
  font-family: 'FontAwesome';
  border: none !important;
  color: #ffffff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '\f105' !important; }

.mfp-arrow-right::before {
  border: none !important; }

.mfp-arrow-left::after {
  font-family: 'FontAwesome';
  border: none !important;
  color: #ffffff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '\f104' !important; }

.mfp-arrow-left::before {
  border: none !important; }

.mfp-arrow {
  height: 60px; }
  .mfp-arrow::before {
    margin-top: 15px;
    top: -1px !important; }
  .mfp-arrow::after {
    margin-top: 15px;
    top: -1px !important; }
  .mfp-arrow .mfp-b {
    margin-top: 15px;
    top: -1px !important; }
  .mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important; }

img.mfp-img {
  padding: 40px 0 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
      transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
      transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

.nav-drawer::-webkit-scrollbar {
  display: none; }

.nav-drawer {
  overflow-y: scroll !important; }
  .nav-drawer .nav-drawer-inner {
    padding-top: 100px; }
    @media (max-width: 991px) {
      .nav-drawer .nav-drawer-inner {
        padding-top: 80px; } }
    @media (max-width: 767px) {
      .nav-drawer .nav-drawer-inner {
        padding-top: 20px; } }
  .nav-drawer .nav-drawer-logo-wrapper {
    padding: 35px 0;
    text-align: center; }
    @media (max-width: 991px) {
      .nav-drawer .nav-drawer-logo-wrapper {
        padding: 20px 0 13px; }
        .nav-drawer .nav-drawer-logo-wrapper .nav-drawer-logo a {
          display: inline-block;
          margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .nav-drawer .nav-drawer-logo-wrapper .nav-drawer-logo img {
        max-width: 85%; } }
  .nav-drawer .nav-drawer-mobile-border {
    position: relative; }
    @media (max-width: 767px) {
      .nav-drawer .nav-drawer-mobile-border::after {
        position: absolute;
        content: '';
        left: 15px;
        right: 15px;
        bottom: 0;
        border-bottom: 3px solid #b7ce5a; } }
  .nav-drawer .navmenu-list-item li {
    position: relative;
    list-style: none; }
  .nav-drawer .navmenu-list-item a {
    color: #ffffff; }
    .nav-drawer .navmenu-list-item a:hover {
      color: #b7ce5a; }
  .nav-drawer .navmenu-list-item .current_page_item a {
    color: #b7ce5a; }
  .nav-drawer .secondary-nav {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .nav-drawer .secondary-nav {
        margin-top: 15px;
        max-width: 350px;
        margin-left: 86px; } }
    @media (max-width: 450px) {
      .nav-drawer .secondary-nav {
        margin-left: 0; } }
    .nav-drawer .secondary-nav ul {
      padding: 0;
      text-align: right; }
      .nav-drawer .secondary-nav ul ul {
        padding-right: 15px; }
      @media (max-width: 767px) {
        .nav-drawer .secondary-nav ul {
          text-align: left; } }
      @media (max-width: 480px) {
        .nav-drawer .secondary-nav ul {
          max-width: 205px;
          margin: auto; } }
      .nav-drawer .secondary-nav ul li a {
        font-size: 16px;
        line-height: 21px;
        margin-right: 45px;
        padding: 7px 0;
        display: block;
        text-transform: capitalize; }
        @media (max-width: 767px) {
          .nav-drawer .secondary-nav ul li a {
            margin-right: 0;
            font-size: 12px;
            line-height: 15px; } }
      .nav-drawer .secondary-nav ul li .dropdown-menu-trigger {
        position: absolute;
        right: 10px;
        top: 0;
        background: no-repeat;
        padding: 0 10px;
        border: none;
        color: #707070;
        line-height: 35px;
        cursor: pointer; }
        .nav-drawer .secondary-nav ul li .dropdown-menu-trigger:hover {
          color: #b7ce5a; }
      @media (max-width: 767px) {
        .nav-drawer .secondary-nav ul li {
          float: left;
          width: 48%; } }
      @media (max-width: 450px) {
        .nav-drawer .secondary-nav ul li {
          text-align: center; } }
  .nav-drawer .primary-nav {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .nav-drawer .primary-nav {
        padding-left: 40px; } }
    @media (max-width: 480px) {
      .nav-drawer .primary-nav {
        padding-left: 0px;
        max-width: 205px;
        margin: auto; } }
    .nav-drawer .primary-nav ul {
      margin: 0;
      padding: 0; }
      .nav-drawer .primary-nav ul li a {
        font-size: 24px;
        line-height: 31px;
        font-weight: bold;
        margin-left: 45px;
        padding: 7px 0;
        display: block;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .nav-drawer .primary-nav ul li a {
            font-size: 19px;
            line-height: 25px; } }
      .nav-drawer .primary-nav ul li .dropdown-menu-trigger {
        position: absolute;
        left: 0;
        top: 0;
        background: no-repeat;
        padding: 0 10px;
        border: none;
        color: #707070;
        line-height: 42px;
        cursor: pointer;
        font-size: 20px; }
        .nav-drawer .primary-nav ul li .dropdown-menu-trigger:hover {
          color: #b7ce5a; }
      .nav-drawer .primary-nav ul li ul li a {
        font-size: 18px;
        padding: 0;
        text-transform: capitalize; }
        @media (max-width: 767px) {
          .nav-drawer .primary-nav ul li ul li a {
            color: #d3ed68 !important;
            font-size: 15px; } }
      .nav-drawer .primary-nav ul li ul li .dropdown-menu-trigger {
        line-height: 30px;
        font-size: 16px; }
  .nav-drawer .nav-drawer-close {
    position: absolute;
    right: 75px;
    top: 35px;
    z-index: 9999; }
    @media (max-width: 500px) {
      .nav-drawer .nav-drawer-close {
        top: 24px !important;
        right: 15px;
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6); } }
  .nav-drawer .search-btn {
    background: 0 0;
    border: none;
    color: #b7ce5a;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 38%;
    left: 65%; }
    .nav-drawer .search-btn:hover {
      color: #8bac00; }
    @media (max-width: 550px) {
      .nav-drawer .search-btn {
        left: 20px;
        top: 30%; } }
  .nav-drawer .everstrap-social {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-drawer .everstrap-social ul {
      margin: 0; }
    .nav-drawer .everstrap-social li {
      padding-left: 17px;
      padding-right: 17px; }
    .nav-drawer .everstrap-social a {
      font-size: 20px; }
  @media (min-width: 1400px) {
    .nav-drawer .extra-padding {
      padding-right: 220px; } }
  .nav-drawer .nav-drawer-issue {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .nav-drawer .nav-drawer-issue {
        padding: 0 30px 30px;
        margin-top: -15px; } }
    .nav-drawer .nav-drawer-issue .issue-item {
      position: relative;
      padding-bottom: 110%;
      padding-top: 25px;
      height: 0;
      border: 1px solid #707070;
      margin-top: 35px;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .nav-drawer .nav-drawer-issue .issue-item:hover {
        border-color: #b7ce5a; }
      @media (max-width: 991px) {
        .nav-drawer .nav-drawer-issue .issue-item {
          padding-bottom: 72%;
          margin-left: 40px;
          margin-right: 40px; } }
      .nav-drawer .nav-drawer-issue .issue-item a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .nav-drawer .nav-drawer-issue .issue-thumb {
      width: 100%;
      height: 100%;
      background-position: center !important;
      background-size: cover !important; }
    @media (min-width: 1170px) {
      .nav-drawer .nav-drawer-issue {
        margin: 0 -15px; } }
  .nav-drawer .everstrap-post-meta {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    line-height: 1; }
    .nav-drawer .everstrap-post-meta li {
      display: inline-block;
      border-right: 1px solid #fff;
      padding-right: 4px;
      margin-right: 4px;
      line-height: 1; }
      .nav-drawer .everstrap-post-meta li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
    .nav-drawer .everstrap-post-meta a {
      color: #ffffff;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1.8px; }
      .nav-drawer .everstrap-post-meta a:hover {
        color: #b7ce5a; }
      @media (max-width) {
        .nav-drawer .everstrap-post-meta a {
          font-size: 10px;
          line-height: 14px; } }
  .nav-drawer .mobile-social {
    overflow: hidden;
    width: 100%;
    padding-top: 20px; }
    .nav-drawer .mobile-social li {
      padding: 0 7px !important; }
      .nav-drawer .mobile-social li a {
        font-size: 16px; }
  @media (max-width: 767px) {
    .nav-drawer .be-border-left,
    .nav-drawer .be-border-top {
      border: none !important; } }
  .nav-drawer .everstrap-social ul li a:hover {
    color: #b7ce5a !important; }

.dropdown-menu-trigger.is-active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.site {
  -webkit-transition: padding-top 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding-top 1s cubic-bezier(0.19, 1, 0.22, 1); }

body.is-popup-search .site,
body.is-popup-menu .site {
  padding-top: 100vh; }

.search-drawer,
.nav-drawer {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: -140%;
  left: 0;
  color: #000;
  -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  background-color: #000000; }
  .search-drawer.open,
  .nav-drawer.open {
    top: 0; }

.search-drawer {
  z-index: 999999; }

.search-drawer-close,
.nav-drawer-close {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 20px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none; }
  .search-drawer-close::before, .search-drawer-close::after,
  .nav-drawer-close::before,
  .nav-drawer-close::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #707070;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .search-drawer-close:hover::before, .search-drawer-close:hover::after,
  .nav-drawer-close:hover::before,
  .nav-drawer-close:hover::after {
    background-color: #b7ce5a; }
  .search-drawer-close::before,
  .nav-drawer-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .search-drawer-close::after,
  .nav-drawer-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .search-drawer-close:hover, .search-drawer-close:focus,
  .nav-drawer-close:hover,
  .nav-drawer-close:focus {
    outline: 0;
    border: 0; }

.admin-bar .search-drawer,
.admin-bar .nav-drawer {
  padding-top: 40px; }

.admin-bar .nav-drawer .nav-drawer-close {
  top: 65px; }

.navbar {
  margin-bottom: 0;
  border-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; }
  .navbar .nav > li {
    padding: 0 15px;
    -webkit-transition: padding 0.4s ease-in-out;
    transition: padding 0.4s ease-in-out; }
    @media (min-width: 992px) and (max-width: 1300px) {
      .navbar .nav > li {
        padding: 0 9px; } }
    .navbar .nav > li:first-child {
      padding-left: 0; }
    .navbar .nav > li:last-child {
      padding-right: 0; }
    .navbar .nav > li > a {
      font-size: 20px;
      line-height: 1;
      text-transform: uppercase;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      font-weight: bold;
      -webkit-transition: none;
      transition: none;
      color: #000000; }
      .navbar .nav > li > a:hover {
        color: #8bac00 !important;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  .navbar .nav li a i {
    margin-right: 8px; }
  .navbar .nav li a.menu-heading {
    cursor: default;
    font-size: 15px !important;
    text-transform: uppercase;
    padding-left: 0 !important; }
    .navbar .nav li a.menu-heading:hover {
      color: inherit;
      background-color: transparent; }
  .navbar .nav li.has-mega-menu a.menu-heading::before {
    top: auto;
    bottom: 7px;
    width: 20px; }
  .navbar .nav li.has-mega-menu a.menu-heading:hover {
    padding-left: 0; }
    .navbar .nav li.has-mega-menu a.menu-heading:hover::before {
      width: 20px; }
  .navbar .nav .customize-partial-edit-shortcut-button {
    top: 24px; }
  .navbar .secondary-nav .nav > li {
    border-right: 1px solid #b7ce5a;
    line-height: 1; }
    .navbar .secondary-nav .nav > li:last-child {
      border-right: none; }
    .navbar .secondary-nav .nav > li a {
      font-size: 14px;
      font-weight: 400;
      text-transform: capitalize; }
  .navbar .navbar-nav > .open > a {
    color: #021bdd;
    background-color: transparent; }
    .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
      color: #021bdd;
      background-color: transparent; }

.sticky-menu .navbar .nav > li {
  padding: 0 10px; }

.navbar-nav li.new > a {
  position: relative;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important; }

.navbar-nav .dropdown-menu li.new > a::before {
  left: auto;
  right: 25px;
  top: 14px; }

.navbar-nav li.has-mega-menu {
  position: static; }

.navbar-nav ul {
  position: static;
  display: block;
  border: 0;
  margin: 0;
  min-width: 230px;
  border-radius: 0; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 23px; }

@media (min-width: 992px) {
  .header-center-logo .navbar > .container .navbar-brand, .header-center-logo .navbar > .container-fluid .navbar-brand {
    margin: 0 20px; } }

@media (max-width: 575px) {
  .header-left-menu .navbar-brand {
    min-width: 80px; }
  .navbar-brand img {
    max-height: 60px; } }

/*DROPDOWN STYLE*/
.navbar-nav > li:hover > .dropdown-wrapper > ul {
  display: block; }

.navbar .navbar-nav > li .dropdown-menu {
  border-radius: 0;
  padding: 5px 0;
  border: 0;
  margin-left: 5px;
  position: static;
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07); }

.dropdown-menu > li > a {
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #8bac00;
  display: block; }
  .dropdown-menu > li > a:hover {
    color: #000000; }

.dropdown-menu > .active > a {
  color: #8bac00;
  background-color: transparent; }
  .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000000;
    background-color: transparent; }

.navbar .navbar-nav > li.current-menu-ancestor > a,
.navbar .navbar-nav > li.current-menu-parent > a,
.navbar .navbar-nav > li.current-menu-item > a {
  color: #d3ed68; }

.navbar .navbar-nav .dropdown-menu .current-menu-ancestor > a,
.navbar .navbar-nav .dropdown-menu .current-menu-parent > a,
.navbar .navbar-nav .dropdown-menu .current-menu-item > a {
  color: #000000; }

.standard-menu .navbar .navbar-nav li ul li.current-menu-ancestor > a,
.standard-menu .navbar .navbar-nav li ul li.current-menu-parent > a,
.standard-menu .navbar .navbar-nav li ul li.current-menu-item > a {
  padding-left: 15px; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #000000; }

.navbar-nav li .dropdown-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
  padding-top: 10px; }
  .navbar-nav li .dropdown-wrapper span {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 12px; }

.navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper {
  left: 100%;
  margin-left: 0;
  top: -5px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse .dropdown-wrapper {
  left: auto;
  right: calc(100% + 5px);
  min-width: 195px;
  margin-right: 10px;
  margin-left: 0;
  padding: 0 5px 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse:hover .dropdown-wrapper {
  margin-right: 0; }

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse-left .dropdown-wrapper {
  right: auto;
  left: calc(100% + 5px);
  margin-left: 10px;
  margin-right: 0;
  padding: 0 0 0 5px; }

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse-left:hover .dropdown-wrapper {
  margin-left: 0;
  margin-right: 0; }

.navbar-nav > li > a > span {
  font-size: 11px;
  margin-left: 5px;
  position: relative;
  top: -1px; }

.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper {
  margin-left: -5px; }

.navbar-nav > li:hover > .dropdown-wrapper,
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper {
  visibility: visible;
  opacity: 1; }

.main-menu-wrapper.sticky-menu .navbar .navbar-nav a {
  color: #000000; }

.main-menu-wrapper.sticky-menu .navbar .navbar-nav > li.current-menu-ancestor > a,
.main-menu-wrapper.sticky-menu .navbar .navbar-nav > li.current-menu-item > a,
.main-menu-wrapper.sticky-menu .navbar .navbar-nav > li.current-menu-parent > a {
  color: #8bac00; }

.header-wrapper .main-menu-wrapper.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

@media (min-width: 782px) {
  .admin-bar .header-wrapper .main-menu-wrapper.sticky-menu {
    top: 32px; } }

@media (min-width: 600px) and (max-width: 781px) {
  .admin-bar .header-wrapper .main-menu-wrapper.sticky-menu {
    top: 46px; } }

.gform_wrapper {
  padding: 15px 0 15px 15px;
  border: 1px solid #ddd;
  border-radius: 3px; }

body .gform_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 15px; }

.jpp-jobboard-leader input[type=submit] {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: none; }

.SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal !important;
  font-size: 16px;
  line-height: 30px;
  padding-left: 10px; }

.directory-search-bar .header-search-form form input[type=text] {
  font-size: 16px !important; }

.directory-search-bar .header-dropdown ul {
  list-style: none; }

.job-search-results-for {
  font-size: 16px;
  line-height: 19px; }
  .job-search-results-for span {
    color: #b7ce5a; }

@media only screen and (max-width: 991px) {
  .directory-search-bar .header-dropdown-wrap {
    text-align: left !important;
    margin-left: 0 !important;
    margin-bottom: 15px !important; }
  .directory-search-bar .header-search-form form .wdp-address-search-wrap input {
    width: 100% !important; }
  .everstrap-directory-template .directory-search-bar .header-search-form form .wdp-address-search-wrap .wdp-location-picker {
    min-width: 45px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .directory-search-bar .header-dropdown-wrap .header-dropdown-title {
    margin-left: 30px !important; } }

.site-search-icon {
  border: none;
  background: none;
  color: #b7ce5a;
  font-size: 30px;
  cursor: pointer;
  padding-bottom: 0.3125rem; }
  .site-search-icon:hover {
    color: #8bac00; }

.tcb-event-list-sidebar,
.tcb-sponsored-sidebar {
  border-top: 3px solid #000000;
  padding: 20px; }
  .tcb-event-list-sidebar h4,
  .tcb-sponsored-sidebar h4 {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0; }
  .tcb-event-list-sidebar h3,
  .tcb-sponsored-sidebar h3 {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0; }
  .tcb-event-list-sidebar .heading,
  .tcb-sponsored-sidebar .heading {
    position: relative;
    border-left: 3px solid #000;
    margin: -20px -20px 20px;
    padding: 20px 20px 0;
    margin-bottom: 30px; }
    .tcb-event-list-sidebar .heading h3,
    .tcb-sponsored-sidebar .heading h3 {
      letter-spacing: 2.4px;
      text-transform: uppercase; }
    .tcb-event-list-sidebar .heading .sponsored-logo,
    .tcb-sponsored-sidebar .heading .sponsored-logo {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 10px; }
  .tcb-event-list-sidebar .content-area,
  .tcb-sponsored-sidebar .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .tcb-event-list-sidebar .content-area .info,
    .tcb-sponsored-sidebar .content-area .info {
      border-bottom: 1px solid #707070;
      margin-right: 30px;
      width: 70%; }
    .tcb-event-list-sidebar .content-area .post-thumbnail,
    .tcb-event-list-sidebar .content-area .event-date-area,
    .tcb-sponsored-sidebar .content-area .post-thumbnail,
    .tcb-sponsored-sidebar .content-area .event-date-area {
      width: 68px;
      height: 76px; }

.tcb-recent-sidebar .content-area .info h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize; }

.tcb-event-list-sidebar .heading h3 {
  font-weight: 700; }

.tcb-event-list-sidebar .content-area .info h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize; }

.tcb-event-list-sidebar .content-area .info p.time {
  font-size: 12px;
  line-height: 16px; }

.tcb-event-list-sidebar .content-area .info p.same-event-date .end-date {
  display: none; }

.tcb-event-list-sidebar .content-area .event-date-area {
  background: #e5e5e5;
  height: auto; }
  .tcb-event-list-sidebar .content-area .event-date-area p.month {
    background: #8bac00;
    display: block;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0; }
  .tcb-event-list-sidebar .content-area .event-date-area p.date span {
    display: block; }
  .tcb-event-list-sidebar .content-area .event-date-area p.date span.date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700; }
  .tcb-event-list-sidebar .content-area .event-date-area p.date span.day {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px; }

.link-sidebar {
  width: 300px;
  height: 68px;
  background: #000000;
  margin: 0 auto 20px; }
  .link-sidebar a {
    font-size: 22px;
    line-height: 68px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3.3px;
    text-align: center;
    display: block; }

.issue-wars-sidebar {
  width: 300px;
  height: 360px;
  background: #000000;
  margin: 0 auto 40px; }
  .issue-wars-sidebar a {
    display: block; }

.trending-area .content-box {
  border-bottom: 1px solid #707070;
  min-height: 54px;
  margin-bottom: 30px;
  position: relative; }

.trending-area .count-box {
  display: block;
  position: absolute;
  top: 5px; }
  .trending-area .count-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #8bac00; }

.trending-area h3.post-title {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-left: 38px; }

.issue-sidebar-area {
  max-width: 350px;
  margin: 0 auto; }

.everstrap-social ul {
  padding: 0; }
  .everstrap-social ul li {
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px; }
    @media (max-width: 768px) {
      .everstrap-social ul li {
        padding-right: 2px; } }
    .everstrap-social ul li a {
      font-size: 17px;
      line-height: 1;
      color: #707070;
      display: inline-block; }
      .everstrap-social ul li a:hover {
        color: #8bac00; }

.everstrap-social.post-share {
  padding: 0;
  margin: 10px 0 10px -12px; }
  .everstrap-social.post-share ul {
    margin: 0; }
    .everstrap-social.post-share ul li a {
      font-size: 17px;
      cursor: pointer; }

#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 33px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 0.8; }
  @media (max-width: 1400px) {
    #toTop {
      bottom: 20px;
      right: 20px; } }
  #toTop::before, #toTop::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: toTopAnimation 2s linear infinite;
    animation: toTopAnimation 2s linear infinite;
    opacity: 0; }
  #toTop::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  #toTop:hover {
    opacity: 1;
    background-color: #000000; }
  #toTop:hover i {
    -webkit-animation: iToTop 0.4s ease-in-out forwards;
    animation: iToTop 0.4s ease-in-out forwards; }

@-webkit-keyframes iToTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  80% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes iToTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  80% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes toTopAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8); } }

@keyframes toTopAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8); } }

@media (min-width: 992px) {
  .sidebar {
    float: right;
    max-width: 300px;
    width: 100%; } }

@media (max-width: 991px) {
  .sidebar {
    float: none;
    margin: 20px auto; } }

.everstrap-latest-post.has-sticky-post .media .media-body h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; }

.everstrap-latest-post.has-sticky-post .media ul li,
.everstrap-latest-post.has-sticky-post .media ul li a {
  font-size: 12px;
  line-height: 16px; }

.everstrap-latest-post.has-sticky-post .media ul li a {
  font-weight: bold; }

.everstrap-latest-post.has-sticky-post .media ul li:first-child {
  display: none; }

.everstrap-latest-post.has-sticky-post .media .post-date {
  color: #7a7777;
  font-weight: normal; }

.everstrap-latest-post.right_thumb .media-left {
  margin-right: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.everstrap-latest-post .vc_inline-link {
  display: none; }

.everstrap-latest-post .media {
  position: relative;
  margin-bottom: 15px; }
  .everstrap-latest-post .media:hover .post-edit-link {
    opacity: 1; }
  .everstrap-latest-post .media.sticky-post {
    display: block; }
    .everstrap-latest-post .media.sticky-post ul li:first-child {
      display: inline-block;
      margin-right: 0; }
      .everstrap-latest-post .media.sticky-post ul li:first-child::after {
        content: ' - '; }
    .everstrap-latest-post .media.sticky-post .post-date {
      opacity: 1;
      font-weight: normal;
      color: #c4c4c4 !important; }
    .everstrap-latest-post .media.sticky-post .media-left {
      width: 100%;
      height: auto;
      float: none;
      display: block;
      position: relative;
      margin: 0 !important; }
      .everstrap-latest-post .media.sticky-post .media-left::before {
        bottom: 0;
        content: '';
        display: block;
        height: 80%;
        width: 100%;
        position: absolute;
        z-index: 1;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
    .everstrap-latest-post .media.sticky-post .media-body {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9;
      padding: 15px; }
      .everstrap-latest-post .media.sticky-post .media-body * {
        color: #ffffff; }
      .everstrap-latest-post .media.sticky-post .media-body h4 {
        font-weight: bold;
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        text-transform: capitalize; }

.everstrap-latest-post .post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 5px;
  font-size: 10px;
  line-height: 1;
  opacity: 0; }
  .everstrap-latest-post .post-edit-link:hover {
    background-color: rgba(0, 0, 0, 0.6); }

.everstrap-latest-post .media-left {
  margin-right: 20px;
  width: 68px;
  height: 75px; }
  .everstrap-latest-post .media-left img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.everstrap-latest-post .media-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px; }
  .everstrap-latest-post .media-body.has-thumb {
    min-height: 76px;
    padding-bottom: 3px; }

.everstrap-latest-post.has-border .media-body {
  border-bottom: 1px solid #707070;
  display: block;
  min-height: 70px; }

.everstrap-latest-post .media-body h4 {
  font-weight: bold;
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize; }

.everstrap-latest-post .media-body h4 a {
  color: #000000; }

.everstrap-latest-post .media-body h4 a:hover {
  color: #8bac00; }

.everstrap-latest-post ul {
  margin: 0;
  line-height: 1; }

.everstrap-latest-post ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 10px;
  line-height: 12px;
  position: relative; }
  .everstrap-latest-post ul li a {
    font-size: 10px;
    line-height: 12px; }
  .everstrap-latest-post ul li .event-start-end {
    text-transform: lowercase; }
    .everstrap-latest-post ul li .event-start-end span {
      text-transform: capitalize; }

@media (max-width: 767px) {
  .everstrap-latest-post {
    padding-left: 15px; } }

@media (min-width: 768px) {
  .everstrap-all-posts {
    max-width: 340px; } }

.everstrap-all-posts .media .media-left {
  height: 70px;
  overflow: hidden;
  background-color: #e5e5e5; }
  .everstrap-all-posts .media .media-left.event-date {
    height: 76px; }
  .everstrap-all-posts .media .media-left span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: #000000; }
  .everstrap-all-posts .media .media-left .month {
    background-color: #8bac00;
    color: #ffffff; }
  .everstrap-all-posts .media .media-left .date {
    font-size: 30px;
    line-height: 36px; }

.everstrap-all-posts .media .post-author {
  display: none; }

.everstrap-all-posts.tcb-people .media-body {
  min-height: 70px; }

.everstrap-all-posts.tcb-people .company {
  line-height: 13px; }
  .everstrap-all-posts.tcb-people .company a {
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.5px; }

.enable-post-count.has-border .media {
  border-bottom: 1px solid #707070; }

.enable-post-count .media {
  padding: 5px 0;
  margin-bottom: 0; }
  .enable-post-count .media:first-child {
    padding-top: 0;
    margin-top: -5px; }
  .enable-post-count .media .media-body {
    border-bottom: none; }
  .enable-post-count .media .media-body.has-thumb {
    min-height: inherit; }
  .enable-post-count .media .media-left {
    width: auto;
    height: auto; }
    .enable-post-count .media .media-left span {
      font-size: 28px;
      line-height: 38px;
      font-weight: bold;
      text-transform: capitalize;
      color: #8bac00; }
  .enable-post-count .media .media-body,
  .enable-post-count .media .media-left {
    min-height: 70px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.pro_event.has-border .media-body {
  min-height: 76px !important; }

.tcb-staff .media:hover .media-left img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.tcb-staff .media .excerpt-content {
  font-size: 12px;
  line-height: 16px; }

.tcb-staff .media .media-left {
  width: 76px;
  height: 76px;
  border-radius: 50%; }
  .tcb-staff .media .media-left img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.tcb-staff .media .media-body {
  min-height: 76px !important; }

.collumnist .excerpt-content a {
  color: #000000; }
  .collumnist .excerpt-content a:hover {
    color: #8bac00; }

.widget {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  margin-left: -30px; }
  @media (max-width: 500px) {
    .widget {
      margin-left: 0;
      padding-left: 20px; } }
  @media (max-width: 480px) {
    .widget {
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .widget .textwidget iframe {
      display: block;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .widget.widget_text {
      padding-left: 0; } }
  .widget .widgettitle::before, .widget .widgettitle::after,
  .widget .widget-title::before,
  .widget .widget-title::after {
    content: '';
    position: absolute;
    background-color: #000000; }
  .widget .widgettitle::before,
  .widget .widget-title::before {
    top: -20px;
    left: 0;
    height: 64px;
    width: 3px; }
  .widget .widgettitle::after,
  .widget .widget-title::after {
    top: -20px;
    left: 0;
    height: 3px;
    width: 100%; }
  .widget .sponsor-text {
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .widget .sponsor-text {
        margin-left: 15px; } }
  .widget .widgettitle,
  .widget .widget-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2.4px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .widget .widgettitle,
      .widget .widget-title {
        padding-left: 15px; } }
  .widget .sponsor-logo {
    max-width: 78px;
    max-height: 32px;
    position: absolute;
    top: 15px;
    right: 0; }
    .widget .sponsor-logo.has-sponsor-text {
      top: 32px; }
    .widget .sponsor-logo img {
      width: 100%;
      height: auto; }
  .widget .tcb-subscribe-widget .tcb-subscribe-link {
    margin-bottom: 20px; }
    .widget .tcb-subscribe-widget .tcb-subscribe-link a {
      display: block;
      text-align: center;
      background: #000;
      padding: 15px;
      font-size: 22px;
      line-height: 29px;
      letter-spacing: 3.3px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff; }
  .widget.widget_media_image {
    text-align: center; }
    .widget.widget_media_image img {
      max-width: 300px !important; }

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

.widget > ul,
.widget .menu {
  padding-left: 0;
  margin-bottom: 0; }

.widget ul li {
  list-style: none; }

.widget > ul ul,
.widget .menu ul {
  padding-left: 20px; }

.widget ul li:last-child {
  margin-bottom: 0; }

.widget_meta ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
#menu-issue-category ul li {
  margin-bottom: 10px;
  line-height: 25px; }

.widget_recent_entries a {
  color: #000000; }
  .widget_recent_entries a:hover {
    color: #8bac00; }

.widget_rss ul li {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.widget_rss ul li a {
  text-decoration: underline; }

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_rss ul li a {
  color: #000000; }
  .widget_archive ul li a:hover,
  .widget_categories ul li a:hover,
  .widget_pages ul li a:hover,
  .widget_nav_menu ul li a:hover,
  .widget_rss ul li a:hover {
    color: #8bac00; }

.widget .wp-calendar-table {
  width: 100%;
  text-align: center; }

.widget select {
  width: 100%;
  height: 40px;
  padding: 0 10px; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignfull,
.alignwide {
  margin-left: -30px;
  margin-right: -30px;
  width: auto; }

.wp-block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 -8px 15px; }

.wp-caption {
  background: #ffffff;
  /* border: 1px solid #f0f0f0; */
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 3px;
  text-align: center; }

.wp-caption figcaption {
  padding: 5px 0 0; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@-webkit-keyframes socialIconAnimation {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  49% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@keyframes socialIconAnimation {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; } }

.search-drawer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden; }
  .search-drawer .search-drawer-inner {
    max-width: 560px;
    width: 100%; }
    @media (max-width: 767px) {
      .search-drawer .search-drawer-inner {
        margin: 0 30px; } }
  .search-drawer .search-logo {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .search-drawer .search-logo {
        margin-bottom: 30px; } }
    .search-drawer .search-logo h3 {
      color: #575757;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1.6px; }
      @media (max-width: 767px) {
        .search-drawer .search-logo h3 {
          font-size: 16px; } }
  .search-drawer .navbar-brand {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 0; }
  .search-drawer .form-group {
    position: relative; }
    .search-drawer .form-group .form-control {
      font-size: 24px;
      line-height: 31px;
      font-weight: bold;
      color: #ffffff;
      height: 55px;
      border: none;
      border-bottom: 3px solid #b7ce5a;
      border-radius: 0;
      background: none;
      padding-left: 50px;
      padding-right: 72px;
      outline: none; }
    .search-drawer .form-group input::-moz-placeholder {
      color: #ffffff; }
    .search-drawer .form-group input::-ms-input-placeholder {
      color: #ffffff; }
    .search-drawer .form-group input::-webkit-input-placeholder {
      color: #ffffff; }
    .search-drawer .form-group i,
    .search-drawer .form-group button,
    .search-drawer .form-group span {
      position: absolute;
      color: #b7ce5a; }
    .search-drawer .form-group .fa-search {
      left: 0;
      font-size: 29px;
      top: 10px; }
    .search-drawer .form-group button {
      right: 15px;
      cursor: pointer;
      border: none;
      padding: 0;
      background: 0 0;
      top: 10px; }
      .search-drawer .form-group button:hover {
        color: #d3ed68;
        right: 12px; }
    .search-drawer .form-group .search-drawer-close {
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      right: -9px;
      top: 9px !important;
      -webkit-appearance: none; }
      .search-drawer .form-group .search-drawer-close:hover {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6); }
    .search-drawer .form-group .arrow-icon {
      right: 30px;
      top: 10px; }
  .search-drawer .search-logo h1,
  .search-drawer .search-logo h3,
  .search-drawer .form-group {
    position: relative;
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0; }
  .search-drawer .search-logo h1 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .search-drawer .search-logo h3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .search-drawer .form-group {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .search-drawer.open {
    opacity: 1;
    visibility: visible; }
    .search-drawer.open .search-logo h1,
    .search-drawer.open .search-logo h3,
    .search-drawer.open .form-group {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }

@media (max-width: 500px) {
  .home .top-group-post article .entry-header .entry-title {
    margin-bottom: 25px !important; } }

@media (max-width: 500px) {
  .home .top-group-post article .post-thumbnail .post-meta {
    padding: 6px 7px 0 0 !important;
    min-height: 20px; } }

@media (max-width: 500px) {
  .home .widget_everstrap_columnists {
    display: none; } }

article {
  display: block;
  margin-bottom: 30px; }
  article .entry-summary {
    font-size: 16px;
    line-height: 21px; }
  article .post-thumbnail {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    article .post-thumbnail .post-meta {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #ffffff;
      min-height: 36px;
      padding: 4px 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 500px) {
        article .post-thumbnail .post-meta {
          padding: 6px 7px 0 0 !important;
          min-height: 20px; }
          article .post-thumbnail .post-meta ul {
            line-height: 1; } }
    article .post-thumbnail img {
      width: 100%;
      height: auto; }
    article .post-thumbnail .popup-video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center;
      line-height: 50px;
      padding-left: 4px;
      font-size: 24px;
      display: inline-block;
      width: 80px;
      height: 50px;
      border-radius: 30px;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.4); }
      article .post-thumbnail .popup-video:hover {
        color: #fff;
        background-color: #b7ce5a; }
  article .entry-header .entry-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 3px;
    text-transform: capitalize; }
    article .entry-header .entry-title a {
      position: relative;
      color: #000000; }
      article .entry-header .entry-title a:hover {
        color: #8bac00; }
  article .entry-header .tcb-single-excerpt {
    font-family: "Red Hat Display";
    font-size: 24px;
    line-height: 31px; }
  article .entry-header .post-category {
    margin-bottom: 10px;
    line-height: 1; }
  article .entry-content::after {
    display: block;
    clear: both;
    content: ''; }
  article .post-meta li,
  article .post-meta a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-weight: bold; }
    article .post-meta li:hover,
    article .post-meta a:hover {
      color: #8bac00; }
  article .everstrap-post-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    color: red; }
    article .everstrap-post-meta li {
      display: inline-block;
      margin-right: 3px;
      padding-right: 9px; }
      article .everstrap-post-meta li::after {
        content: '|';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      article .everstrap-post-meta li:last-child {
        margin-right: 0;
        padding-right: 0; }
        article .everstrap-post-meta li:last-child::after {
          content: none; }
      article .everstrap-post-meta li img {
        border-radius: 50%;
        margin-right: 12px;
        display: inline-block; }
  article:last-child {
    margin-bottom: 0; }
  article:hover .post-edit-link {
    top: 0;
    visibility: visible;
    opacity: 1; }
  article .is-sponsored span {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #575757;
    padding: 0 10px;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 6px;
    min-height: 20px;
    line-height: 20px; }
    article .is-sponsored span:hover {
      background-color: #8bac00; }
  article .thumb-gallery {
    display: none;
    position: relative;
    margin-bottom: 15px; }
    article .thumb-gallery .post-thumbnail {
      position: relative;
      background: black;
      padding-bottom: 61%;
      height: 0;
      margin-bottom: 0; }
      article .thumb-gallery .post-thumbnail .thumbnail-caption {
        padding: 50px 15px 10px;
        background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
        color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
    article .thumb-gallery .owl-nav {
      width: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      article .thumb-gallery .owl-nav button.owl-prev,
      article .thumb-gallery .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 5px 15px !important;
        background: rgba(0, 0, 0, 0.4);
        color: #ffffff; }
        article .thumb-gallery .owl-nav button.owl-prev:hover,
        article .thumb-gallery .owl-nav button.owl-next:hover {
          background-color: rgba(0, 0, 0, 0.8); }
      article .thumb-gallery .owl-nav .owl-prev {
        left: 0; }
      article .thumb-gallery .owl-nav .owl-next {
        right: 0; }

.featured-team article .entry-summary {
  font-size: 24px;
  line-height: 31px;
  margin-top: 7px; }
  @media (max-width: 767px) {
    .featured-team article .entry-summary {
      font-size: 18px;
      line-height: 22px; } }

@media (max-width: 991px) {
  .featured-team article {
    margin-bottom: 40px; } }

.list-grid article {
  overflow: hidden; }
  .list-grid article .post-thumbnail {
    width: 165px;
    height: 86px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .list-grid article .post-thumbnail {
        width: 145px; } }
    .list-grid article .post-thumbnail img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media (min-width: 768px) and (max-width: 991px) {
      .list-grid article .post-thumbnail {
        width: 140px; } }
  .list-grid article .thumb-gallery {
    width: 165px;
    height: 86px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden; }
    .list-grid article .thumb-gallery .post-thumbnail {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      margin: 0;
      float: none;
      height: 86px; }
  .list-grid article .entry-content {
    overflow: hidden; }
  .list-grid article .entry-title {
    font-size: 15px;
    line-height: 20px; }

.list-grid.news-border-bottom article {
  margin-bottom: 17px;
  padding-bottom: 16px; }

@media (min-width: 768px) and (max-width: 991px) {
  .list-grid {
    margin-left: -30px; } }

.list-grid.list-thumb-right article .post-thumbnail {
  float: right;
  margin-right: 0;
  margin-left: 15px; }

.list-grid.list-large article .post-thumbnail {
  width: 262px;
  height: 198px;
  margin-right: 30px; }
  @media (max-width: 767px) {
    .list-grid.list-large article .post-thumbnail {
      width: 162px;
      height: 140px; } }
  @media (max-width: 500px) {
    .list-grid.list-large article .post-thumbnail {
      width: 100%;
      height: 200px;
      margin-right: 0;
      margin-bottom: 15px;
      float: none; } }

.list-grid.list-large article .entry-header .entry-title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 10px; }

.list-grid.list-large article .is-sponsored span {
  min-height: 27px;
  line-height: 27px;
  font-size: 12px; }

.list-grid.news-border-bottom article {
  padding-bottom: 27px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .list-grid.news-border-bottom article {
      padding-bottom: 15px;
      margin-bottom: 15px; } }

.list-grid.honors-list article {
  width: 100%; }
  .list-grid.honors-list article .post-thumbnail {
    width: 291px;
    height: 198px; }
  .list-grid.honors-list article .popup-video {
    position: relative;
    margin-right: 15px; }
  .list-grid.honors-list article .entry-content .entry-meta {
    display: block;
    margin-bottom: 10px; }
    .list-grid.honors-list article .entry-content .entry-meta span {
      font-size: 12px;
      line-height: 16px;
      color: #000000;
      font-weight: 700;
      font-family: "Red Hat Display";
      text-transform: uppercase; }
      .list-grid.honors-list article .entry-content .entry-meta span a {
        color: #000000; }
        .list-grid.honors-list article .entry-content .entry-meta span a:hover {
          color: #8bac00; }
  .list-grid.honors-list article .entry-content .entry-header {
    margin-bottom: 10px; }
    .list-grid.honors-list article .entry-content .entry-header .entry-title {
      font-size: 24px;
      line-height: 32px;
      color: #000000;
      font-weight: 700;
      font-family: "Red Hat Display"; }
  .list-grid.honors-list article .entry-content .entry-summary {
    margin-bottom: 10px; }
  .list-grid.honors-list article .entry-content .learn-more .listen-btn {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 700;
    font-family: "Red Hat Display";
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .list-grid.honors-list article .post-thumbnail {
      float: none;
      margin-bottom: 15px; } }

.group-news-wrapper .top-group-post {
  margin-bottom: 37px; }
  .group-news-wrapper .top-group-post article {
    overflow: hidden; }
    .group-news-wrapper .top-group-post article .post-thumbnail {
      position: relative;
      padding-bottom: 66%;
      height: 0; }
      .group-news-wrapper .top-group-post article .post-thumbnail img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: auto; }
  .group-news-wrapper .top-group-post.grid-layout article .entry-header {
    margin-bottom: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  .group-news-wrapper article {
    margin-left: 0;
    width: 100%;
    float: none; } }

.group-news-wrapper article .list-grid {
  margin-left: 0; }

@media (max-width: 500px) {
  .homepage-carousel-wrapper .home-carousel-title-wrapper {
    margin-top: 10px; } }

.homepage-carousel {
  position: relative; }
  @media (max-width: 500px) {
    .homepage-carousel {
      margin-top: 0; } }
  .homepage-carousel article {
    overflow: hidden; }
    .homepage-carousel article .post-thumbnail {
      position: relative;
      padding-bottom: 51%;
      height: 0;
      background-size: cover !important;
      background-position: center !important; }
      .homepage-carousel article .post-thumbnail img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: auto; }
      .homepage-carousel article .post-thumbnail .post-link {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0; }
      .homepage-carousel article .post-thumbnail .post-meta {
        min-height: 48px; }
        @media (max-width: 767px) {
          .homepage-carousel article .post-thumbnail .post-meta {
            min-height: auto;
            padding: 3px 10px; } }
        .homepage-carousel article .post-thumbnail .post-meta a {
          font-size: 15px;
          line-height: 20px; }
          @media (max-width: 767px) {
            .homepage-carousel article .post-thumbnail .post-meta a {
              font-size: 12px;
              line-height: 15px; } }
    .homepage-carousel article .entry-title {
      font-size: 38px;
      line-height: 51px; }
      @media (max-width: 767px) {
        .homepage-carousel article .entry-title {
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .homepage-carousel article .entry-title {
          font-size: 24px;
          line-height: 31px;
          margin-bottom: 30px; } }
    .homepage-carousel article .entry-summary {
      font-size: 24px;
      line-height: 31px;
      max-width: 874px;
      width: 100%; }
      @media (max-width: 767px) {
        .homepage-carousel article .entry-summary {
          font-size: 16px;
          line-height: 20px; } }
  .homepage-carousel .owl-dots {
    position: absolute;
    top: -67px;
    right: 0;
    min-height: 10px; }
    .homepage-carousel .owl-dots button {
      width: 68px;
      height: 7px;
      background-color: #dbdbdb;
      border-radius: 0;
      margin-right: 25px;
      display: inline-block;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .homepage-carousel .owl-dots button:last-child {
        margin-right: 0; }
      .homepage-carousel .owl-dots button:hover, .homepage-carousel .owl-dots button.active {
        background-color: #b7ce5a;
        outline: none;
        border: none; }
      @media (max-width: 767px) {
        .homepage-carousel .owl-dots button {
          width: 40px;
          height: 6px;
          margin-right: 15px; } }
      @media (max-width: 500px) {
        .homepage-carousel .owl-dots button {
          width: 68px;
          height: 7px;
          position: relative; } }
    @media (max-width: 991px) {
      .homepage-carousel .owl-dots {
        top: -80px; } }
    @media (max-width: 500px) {
      .homepage-carousel .owl-dots {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: -25px; } }
  .homepage-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .homepage-carousel .owl-nav button {
      background: rgba(255, 255, 255, 0.75) !important;
      width: 30px;
      height: 40px;
      text-align: center; }
      .homepage-carousel .owl-nav button i {
        font-style: inherit; }
    @media (max-width: 767px) {
      .homepage-carousel .owl-nav {
        display: block; } }
  @media (max-width: 991px) {
    .homepage-carousel {
      margin-top: 20px; } }
  .homepage-carousel .owl-item .entry-summary,
  .homepage-carousel .owl-item .entry-title,
  .homepage-carousel .owl-item .entry-header .post-meta {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0; }
  .homepage-carousel .owl-item .entry-header .post-meta {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .homepage-carousel .owl-item .entry-title {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .homepage-carousel .owl-item .entry-summary {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .homepage-carousel .owl-item.active .entry-summary,
  .homepage-carousel .owl-item.active .entry-title,
  .homepage-carousel .owl-item.active .post-meta {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

.news-border-bottom article {
  border-bottom: 0.5px solid #707070; }

@media (max-width: 991px) and (min-width: 768px) {
  .home-latests-news .list-grid {
    margin-left: 0; } }

.home-latests-news article {
  overflow: hidden;
  margin-bottom: 21px !important;
  padding-bottom: 27px !important; }
  .home-latests-news article .post-thumbnail {
    width: 262px;
    height: 198px; }
    @media (max-width: 991px) {
      .home-latests-news article .post-thumbnail {
        width: 145px;
        height: 86px; } }
  @media (max-width: 991px) {
    .home-latests-news article .entry-summary {
      display: none; } }
  @media (max-width: 991px) {
    .home-latests-news article .post-meta a {
      font-size: 11px; } }
  .home-latests-news article .post-meta {
    margin-bottom: 4px;
    line-height: 1; }
    @media (max-width: 991px) {
      .home-latests-news article .post-meta {
        display: none; } }
  .home-latests-news article .entry-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .home-latests-news article .entry-title {
        font-size: 16px;
        line-height: 22px; } }
  .home-latests-news article .is-sponsored span {
    min-height: 26px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px; }

@media (max-width: 767px) {
  .home-latests-news .list-grid {
    margin-bottom: 0; } }

@media (max-width: 500px) {
  .home-latests-news .list-grid {
    margin-bottom: 0;
    padding: 0 20px; }
    .home-latests-news .list-grid .mobile-section-title-wrapper {
      margin-left: -25px;
      margin-right: 0; } }

@media (max-width: 500px) {
  .home-latests-news {
    margin-bottom: 10px; }
    .home-latests-news .read-more-btn {
      display: none; } }

.home-loayout article .entry-title {
  margin-bottom: 15px; }

.post-tags i {
  margin-right: 10px;
  color: #aaa; }

.post-tags a {
  color: #565656;
  font-size: 14px;
  font-weight: 500; }
  .post-tags a:hover {
    color: #b7ce5a; }

.custom-post-template .everstrap-landing .landing-list article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .custom-post-template .everstrap-landing .landing-list article .post-thumbnail {
    width: 262px;
    min-width: 262px; }
  .custom-post-template .everstrap-landing .landing-list article .entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

article .post-thumbnail .videoWrapper {
  position: relative;
  padding-bottom: 67%;
  height: 0;
  background: black; }

article .post-thumbnail .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single .single-content article .post-thumbnail .videoWrapper {
  padding-bottom: 56.25%; }

@media (min-width: 768px) and (max-width: 991px) {
  .featured-news-wrapper .list-grid article:last-child {
    display: none; } }

.entry-footer .edit-link {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 50px; }

.post-edit-link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: black;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 99; }
  .post-edit-link:hover {
    background-color: #8bac00;
    color: #ffffff; }

.article-inside-sponsored-post {
  padding: 25px 0;
  border-top: 1px solid #070707;
  border-bottom: 1px solid #070707;
  margin: 50px 0;
  overflow: hidden; }
  @media (max-width: 500px) {
    .article-inside-sponsored-post {
      padding: 25px 0;
      margin: 30px 0; } }
  .article-inside-sponsored-post .post-thumb {
    float: left;
    width: 291px;
    height: 198px;
    margin-right: 25px;
    overflow: hidden; }
    .article-inside-sponsored-post .post-thumb img {
      max-width: 100%;
      height: 198px; }
    @media (max-width: 500px) {
      .article-inside-sponsored-post .post-thumb {
        padding: 15px 0;
        width: 100%;
        float: none;
        margin-right: 0; } }
  .article-inside-sponsored-post .meta-content p {
    margin-bottom: 10px;
    font-weight: 700; }
  .article-inside-sponsored-post .meta-content span.sponsored {
    background: #575757;
    color: #ffffff;
    font-size: 12px;
    min-width: 106px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1.8px;
    padding: 2px 8px; }
    @media (max-width: 500px) {
      .article-inside-sponsored-post .meta-content span.sponsored {
        font-size: 12px;
        margin-bottom: 10px;
        min-width: 90px; }
        .article-inside-sponsored-post .meta-content span.sponsored .read-more-btn {
          display: none; } }
  .article-inside-sponsored-post .meta-content span.top-title {
    padding-left: 7px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.8px; }
    @media (max-width: 500px) {
      .article-inside-sponsored-post .meta-content span.top-title {
        font-size: 10px;
        letter-spacing: 1.8px; } }
  .article-inside-sponsored-post .post-content {
    overflow: hidden; }
    .article-inside-sponsored-post .post-content .post-title {
      font-size: 24px;
      line-height: 31px;
      margin-bottom: 10px; }
      .article-inside-sponsored-post .post-content .post-title a {
        color: #000000; }
        .article-inside-sponsored-post .post-content .post-title a:hover {
          color: #b7ce5a; }
    .article-inside-sponsored-post .post-content .post-summary {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 5px; }

.page-template-page-templates .sidebar {
  margin-top: 17px; }
  @media (max-width: 767px) {
    .page-template-page-templates .sidebar {
      marign-left: 15px; } }

.nomination-dateline {
  font-weight: bold;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  font-family: "Red Hat Display" !important; }
  .nomination-dateline span {
    position: relative;
    font-size: 14px; }
  .nomination-dateline span::after {
    content: ' | ';
    font-size: 14px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    display: inline-block; }
  .nomination-dateline span:last-child::after {
    content: none; }

article.category-notable-nominations .post-author-meta .everstrap-social {
  position: relative !important;
  text-align: right; }

article.category-notable-nominations .post-author-meta .everstrap-social ul {
  display: inline-block !important; }

article.category-notable-nominations .post-author-meta {
  overflow: initial !important; }

article.category-notable-nominations .post-author-meta .author-name,
article.category-notable-nominations .post-author-meta .post-time {
  display: none; }

.newsletter-wrapper {
  background-color: #000000;
  padding: 23px 0; }
  .newsletter-wrapper .newsletter-inner {
    max-width: 770px;
    margin: 0 auto;
    position: relative; }
    .newsletter-wrapper .newsletter-inner p {
      font-size: 28px;
      line-height: 38px;
      text-transform: capitalize;
      color: #ffffff;
      margin: 0;
      font-weight: bold; }
      .newsletter-wrapper .newsletter-inner p a {
        color: #b7ce5a; }
        .newsletter-wrapper .newsletter-inner p a:hover {
          text-decoration: underline; }
          @media (max-width: 500px) {
            .newsletter-wrapper .newsletter-inner p a:hover {
              text-decoration: none; } }
      @media (max-width: 769px) {
        .newsletter-wrapper .newsletter-inner p {
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 500px) {
        .newsletter-wrapper .newsletter-inner p {
          font-size: 24px;
          line-height: 31px; } }
    .newsletter-wrapper .newsletter-inner .btn-white {
      font-size: 12px;
      padding: 0 65px; }
      @media (min-width: 770px) {
        .newsletter-wrapper .newsletter-inner .btn-white {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media (max-width: 769px) {
        .newsletter-wrapper .newsletter-inner .btn-white {
          display: inline-block;
          margin-top: 15px; } }
    @media (min-width: 770px) {
      .newsletter-wrapper .newsletter-inner {
        padding-right: 230px; } }
    @media (max-width: 769px) {
      .newsletter-wrapper .newsletter-inner {
        text-align: center; } }

.newsletter-signup-info h2 {
  margin-bottom: 10px; }

.newsletter-signup-info h6 {
  margin-bottom: 10px; }

.page-template-template-newsletter {
  background-color: #f6f7f6; }
  .page-template-template-newsletter iframe {
    margin-left: -9px; }

.single-content article .thumbnail-caption {
  padding-top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-family: "Red Hat Display"; }
  .single-content article .thumbnail-caption strong {
    text-transform: uppercase; }

.single-content article .post-thumbnail {
  padding-right: 30px; }
  @media (max-width: 991px) {
    .single-content article .post-thumbnail {
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .single-content article .post-thumbnail {
      padding-right: 0; } }

.single-content article .everstrap-post-meta {
  margin-bottom: 10px; }
  .single-content article .everstrap-post-meta a {
    font-size: 16px;
    line-height: 21px; }
    @media (max-width: 500px) {
      .single-content article .everstrap-post-meta a {
        font-size: 12px;
        line-height: 16px; } }

.single-content article .entry-summary {
  line-height: 28px;
  font-family: "PT Serif"; }
  .single-content article .entry-summary .text-uppercase {
    font-family: "Red Hat Display"; }

.single-content article .entry-content {
  padding-left: 70px;
  padding-top: 35px;
  padding-right: 30px;
  border-top: 3px solid #000000;
  position: relative;
  padding-bottom: 30px; }
  .single-content article .entry-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 3px;
    background-color: #000000; }
  @media (max-width: 991px) {
    .single-content article .entry-content {
      padding-left: 30px;
      padding-top: 15px;
      padding-right: 15px; } }
  @media (max-width: 500px) {
    .single-content article .entry-content {
      padding-left: 15px; } }

.single-content article .alignleft {
  margin-left: -70px;
  margin-right: 30px; }
  @media (max-width: 991px) {
    .single-content article .alignleft {
      margin-left: 20px; } }

.single-content article .entry-header {
  margin-bottom: 28px; }

.single-content article .entry-title {
  font-size: 38px;
  line-height: 51px;
  margin-bottom: 12px; }
  @media (max-width: 500px) {
    .single-content article .entry-title {
      font-size: 24px;
      line-height: 31px; } }

.single-content article .post-subtitle {
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 15px; }
  @media (max-width: 500px) {
    .single-content article .post-subtitle {
      font-size: 18px; } }

.single-content article .post-category.post-meta a, .single-content article .post-category.post-meta li {
  font-size: 16px;
  line-height: 19px; }

.single-content article .post-author-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative; }
  .single-content article .post-author-meta .author-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 500px) {
      .single-content article .post-author-meta .author-info {
        font-size: 15px;
        line-height: 20px; } }
    .single-content article .post-author-meta .author-info .post-author {
      text-transform: capitalize; }
      .single-content article .post-author-meta .author-info .post-author:hover {
        color: #8bac00; }
      @media (max-width: 500px) {
        .single-content article .post-author-meta .author-info .post-author {
          font-size: 15px;
          line-height: 20px; } }
    .single-content article .post-author-meta .author-info span,
    .single-content article .post-author-meta .author-info a {
      font-size: 20px;
      line-height: 26px;
      font-weight: bold;
      letter-spacing: 0.6px;
      color: #000000; }
      @media (max-width: 500px) {
        .single-content article .post-author-meta .author-info span,
        .single-content article .post-author-meta .author-info a {
          font-size: 15px;
          line-height: 20px; } }
  .single-content article .post-author-meta .everstrap-social {
    margin-left: 0; }
    @media (max-width: 500px) {
      .single-content article .post-author-meta .everstrap-social {
        position: relative;
        margin-top: 20px; }
        .single-content article .post-author-meta .everstrap-social ul li {
          padding: 0 !important;
          margin-right: 20px; } }
    .single-content article .post-author-meta .everstrap-social a {
      color: #000000; }
      .single-content article .post-author-meta .everstrap-social a:hover {
        color: #8bac00; }

.post-author-wrapper {
  position: relative; }
  @media (max-width: 500px) {
    .post-author-wrapper {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .post-author-wrapper {
      margin-bottom: 50px; } }
  .post-author-wrapper img {
    position: absolute;
    top: -19px;
    left: 68px;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    z-index: 10; }
    @media (max-width: 991px) {
      .post-author-wrapper img {
        left: 35px; } }
  .post-author-wrapper .all-posts-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 16px;
    color: #000000; }
    .post-author-wrapper .all-posts-link:hover {
      color: #8bac00; }
    @media (max-width: 500px) {
      .post-author-wrapper .all-posts-link {
        top: -30px; } }
  .post-author-wrapper .author-info h3 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 197px; }
    @media (max-width: 991px) {
      .post-author-wrapper .author-info h3 {
        padding-left: 160px; } }
    @media (max-width: 500px) {
      .post-author-wrapper .author-info h3 {
        padding-left: 195px;
        font-size: 12px; } }
  .post-author-wrapper .everstrap-social {
    position: relative;
    border-top: 3px solid #000000;
    padding-left: 197px;
    padding-top: 10px;
    min-height: 50px; }
    .post-author-wrapper .everstrap-social ul {
      margin-left: -3px; }
    .post-author-wrapper .everstrap-social li {
      padding-left: 0;
      padding-right: 12px; }
    .post-author-wrapper .everstrap-social a {
      color: #000000; }
    .post-author-wrapper .everstrap-social::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 77px;
      width: 3px;
      background-color: #000000; }
    @media (max-width: 991px) {
      .post-author-wrapper .everstrap-social {
        padding-left: 160px; } }
  .post-author-wrapper .author-desc {
    font-size: 16px;
    line-height: 28px;
    padding-right: 30px;
    padding-left: 70px; }
    @media (max-width: 991px) {
      .post-author-wrapper .author-desc {
        padding-left: 30px; } }

.related-post-wrapper {
  margin-bottom: 50px; }
  .related-post-wrapper .four-grid article .entry-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold; }
  .related-post-wrapper .entry-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .related-post-wrapper .entry-title {
        font-size: 16px;
        line-height: 25px; } }
    .related-post-wrapper .entry-title a {
      color: #000000; }
      .related-post-wrapper .entry-title a:hover {
        color: #b7ce5a; }
  .related-post-wrapper .post-thumbnail {
    position: relative;
    padding-bottom: 78.5%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px; }
    .related-post-wrapper .post-thumbnail img {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      height: auto; }
    .related-post-wrapper .post-thumbnail .post-category {
      padding: 0 20px !important; }
      @media (max-width: 480px) {
        .related-post-wrapper .post-thumbnail .post-category.main-post-category {
          display: none; } }
      .related-post-wrapper .post-thumbnail .post-category.mobile-post-category {
        display: none; }
        @media (max-width: 480px) {
          .related-post-wrapper .post-thumbnail .post-category.mobile-post-category {
            display: block; } }
    @media (max-width: 480px) {
      .related-post-wrapper .post-thumbnail {
        margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .related-post-wrapper .recent-news-mobile-column {
      padding: 0 8px; } }

@media (min-width: 992px) {
  .is-sponsor-wrapper .entry-title {
    font-size: 24px;
    line-height: 31px; } }

.post-tags i {
  margin-right: 10px;
  color: #aaa; }

.post-tags a {
  color: #565656;
  font-size: 14px;
  font-weight: 500; }
  .post-tags a:hover {
    color: #b7ce5a; }

.custom-post-template .everstrap-landing .landing-list article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .custom-post-template .everstrap-landing .landing-list article .post-thumbnail {
    width: 262px;
    min-width: 262px; }
  .custom-post-template .everstrap-landing .landing-list article .entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.single .single-content article .post-thumbnail .videoWrapper {
  padding-bottom: 56.25%; }

.single .single-content article .entry-summary {
  font-family: "Red Hat Display"; }

.single .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.single .format-aside {
  margin-top: -50px; }
  .single .format-aside .post-thumbnail {
    padding-right: 0;
    width: 100%;
    position: relative;
    padding-bottom: 40%;
    height: 0;
    margin: 0;
    background-position: center !important;
    background-size: cover !important; }
  .single .format-aside .thumbnail-caption {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: "Red Hat Display"; }
    @media (min-width: 768px) {
      .single .format-aside .thumbnail-caption {
        min-height: 121px; } }
  .single .format-aside .entry-content {
    background-color: #ffffff; }
    .single .format-aside .entry-content::before {
      height: 118px; }
    @media (min-width: 1400px) {
      .single .format-aside .entry-content {
        padding-left: 90px;
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .single .format-aside .entry-content {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    .single .format-aside .content-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .single .format-aside .content-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .single .format-aside .negative-margin {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .single .format-aside .negative-margin {
      margin-top: -121px; } }

.single .format-chat .post-author-meta,
.single .format-status .post-author-meta {
  margin-bottom: 15px; }

.single .format-chat .everstrap-news-sponsor-info,
.single .format-status .everstrap-news-sponsor-info {
  margin-top: -15px; }

.single .format-chat .post-subtitle,
.single .format-status .post-subtitle {
  margin-bottom: 8px; }

.single .format-chat .entry-header,
.single .format-status .entry-header {
  margin-bottom: 30px; }

.single .format-chat .entry-summary .post-thumbnail,
.single .format-status .entry-summary .post-thumbnail {
  margin-top: 5px;
  width: 360px;
  float: right;
  margin-left: 30px;
  padding-right: 0;
  margin-bottom: 15px; }
  .single .format-chat .entry-summary .post-thumbnail .small-thumb,
  .single .format-status .entry-summary .post-thumbnail .small-thumb {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    height: 0; }
  .single .format-chat .entry-summary .post-thumbnail img,
  .single .format-status .entry-summary .post-thumbnail img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto; }
  @media (max-width: 1250px) {
    .single .format-chat .entry-summary .post-thumbnail,
    .single .format-status .entry-summary .post-thumbnail {
      width: 300px; } }

.single .format-chat .post-subtitle {
  margin-bottom: 0; }

.single .has-partner .author-name {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  position: relative; }
  .single .has-partner .author-name::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #000000; }

.single .has-partner .has-co-author .author-name {
  float: none; }
  .single .has-partner .has-co-author .author-name::after {
    content: none; }

.single .has-partner .post-author-meta .everstrap-social {
  position: relative;
  float: right;
  margin-top: 0; }

@media (max-width: 767px) {
  .single .has-partner .author-info {
    float: none !important; }
  .single .has-partner .everstrap-social {
    position: relative !important;
    margin-left: -8px !important;
    margin-top: 10px !important; } }

.everstrap-news-sponsor-info {
  margin-bottom: 10px; }
  .everstrap-news-sponsor-info .sponsor-label {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-right: 15px; }
  .everstrap-news-sponsor-info .what-is {
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    display: inline-block;
    margin-left: 20px; }
    .everstrap-news-sponsor-info .what-is i {
      padding: 2px 3px;
      display: inline-block;
      background: #000;
      color: #fff;
      font-size: 9px;
      margin-left: 3px;
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); }
  .everstrap-news-sponsor-info img {
    max-height: 36px;
    width: auto;
    max-width: 250px; }

.single-podcast .heading-content .top-left {
  width: 72% !important; }
  @media (max-width: 1199px) {
    .single-podcast .heading-content .top-left {
      width: 62% !important; } }
  @media (max-width: 500px) {
    .single-podcast .heading-content .top-left {
      width: 100% !important; } }

.single-podcast .entry-content p {
  font-family: "Red Hat Display"; }

.single-podcast .podcast-sponsored-logo {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }

.single-podcast .single-podcast-sponsor {
  margin-left: -15px; }

.honors-single-wrapper .sidebar {
  margin-top: -20px; }

.honors-single-wrapper .entry-content .post-thumbnail-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .honors-single-wrapper .entry-content .post-thumbnail-area .post-thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 240px; }
    .honors-single-wrapper .entry-content .post-thumbnail-area .post-thumbnail img {
      width: 100%; }
  .honors-single-wrapper .entry-content .post-thumbnail-area .content-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .honors-single-wrapper .entry-content .post-thumbnail-area .content-button a {
      margin-left: auto; }

@media (max-width: 767px) {
  .honors-single-wrapper .entry-content .post-thumbnail-area {
    display: block; }
    .honors-single-wrapper .entry-content .post-thumbnail-area .post-thumbnail {
      margin-bottom: 15px; }
    .honors-single-wrapper .entry-content .post-thumbnail-area .content-button a {
      margin-left: unset; } }

.honors-single-wrapper .entry-content .content-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .honors-single-wrapper .entry-content .content-button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 16px;
    padding: 11px;
    color: #000000;
    font-weight: 700;
    font-family: "Red Hat Display";
    text-transform: uppercase;
    width: 194px;
    margin-bottom: 10px; }
    .honors-single-wrapper .entry-content .content-button a.btn-gray {
      color: #ffffff;
      background: #dbdbdb; }
      .honors-single-wrapper .entry-content .content-button a.btn-gray:hover {
        background-color: #8bac00; }
    .honors-single-wrapper .entry-content .content-button a.btn-black {
      color: #ffffff;
      background: #000000; }

.honors-single-wrapper .entry-content p {
  margin-bottom: 20px; }

.honors-single-wrapper .single-content .post-thumbnail .featured-img-caption {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 8px;
  font-family: "Red Hat Display";
  color: #000000; }

.honors-single-wrapper .single-content .featured-top .post-author-meta .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .honors-single-wrapper .single-content .featured-top .post-author-meta .author-info .pipe {
    color: #000000;
    margin: 0 5px; }

.honors-single-wrapper .everstrap-recent-news {
  margin-bottom: 30px; }
  .honors-single-wrapper .everstrap-recent-news .news-border-bottom:last-child article {
    border-bottom: none; }

.honors-single-wrapper .category-list-area {
  margin-bottom: 30px; }

.single .post-author-wrapper.tcbmagstaff,
.single .post-author-wrapper.tcbstaff,
.single .author-name.tcbmagstaff,
.single .author-name.tcbstaff {
  display: none !important; }

.single article .post-thumbnail .thumbnail-caption {
  padding-top: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-family: "Red Hat Display"; }
  .single article .post-thumbnail .thumbnail-caption strong {
    text-transform: uppercase; }

.tcb-partner-wrapper {
  background-color: #dbdbdb;
  padding: 22px 0 30px; }
  @media (max-width: 767px) {
    .tcb-partner-wrapper {
      padding: 20px 0;
      margin-bottom: 50px; } }
  .tcb-partner-wrapper .tcb-partner-inner {
    position: relative; }
    @media (max-width: 500px) {
      .tcb-partner-wrapper .tcb-partner-inner .tcb-mobile-area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .tcb-partner-wrapper .tcb-partner-inner .tcb-mobile-area .col-6 {
          max-width: 40%;
          padding: 0 5px; } }
    .tcb-partner-wrapper .tcb-partner-inner .section-title-wrapper span {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1.8px;
      font-weight: 700;
      font-family: "Red Hat Display";
      text-transform: uppercase; }
    @media (max-width: 500px) {
      .tcb-partner-wrapper .tcb-partner-inner .mobile-section-title-wrapper {
        margin-left: 0;
        margin-right: 0; } }
  .tcb-partner-wrapper article {
    margin-bottom: 30px; }
    @media (max-width: 500px) {
      .tcb-partner-wrapper article {
        margin-bottom: 20px; } }
    .tcb-partner-wrapper article .entry-title {
      font-size: 20px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .tcb-partner-wrapper article .entry-title {
          font-size: 15px;
          line-height: 20px; } }
    .tcb-partner-wrapper article .post-thumbnail {
      margin-bottom: 14px;
      position: relative;
      padding-bottom: 75%;
      height: 0;
      background-size: cover !important;
      background-position: center !important;
      overflow: hidden; }
    .tcb-partner-wrapper article .post-meta {
      margin-bottom: 4px;
      line-height: 1; }
      @media (max-width: 767px) {
        .tcb-partner-wrapper article .post-meta a {
          font-size: 10px;
          line-height: 12px; } }
  .tcb-partner-wrapper .partner-logo {
    position: absolute;
    top: 35px;
    right: 15px; }
    .tcb-partner-wrapper .partner-logo img {
      max-width: 190px;
      height: auto; }
    @media (max-width: 767px) {
      .tcb-partner-wrapper .partner-logo {
        top: 62px;
        left: 15px; }
        .tcb-partner-wrapper .partner-logo img {
          max-width: 100%;
          width: auto;
          max-height: 30px; } }

@media (max-width: 991px) {
  .tcb-people-wrapper a.es-load-more {
    margin-bottom: 30px; } }

.tcb-people-wrapper .people-inner {
  overflow: hidden;
  margin-bottom: 27px; }
  .tcb-people-wrapper .people-inner .company-name div,
  .tcb-people-wrapper .people-inner .people-meta div {
    display: inline-block; }
  .tcb-people-wrapper .people-inner .company-name a,
  .tcb-people-wrapper .people-inner .people-meta a {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: bold; }
    .tcb-people-wrapper .people-inner .company-name a:hover,
    .tcb-people-wrapper .people-inner .people-meta a:hover {
      color: #8bac00; }
  .tcb-people-wrapper .people-inner .company-name .status span,
  .tcb-people-wrapper .people-inner .people-meta .status span {
    margin: 0 2px; }
  .tcb-people-wrapper .people-inner .people-meta div {
    position: relative; }
    .tcb-people-wrapper .people-inner .people-meta div::after {
      content: ' - '; }
    .tcb-people-wrapper .people-inner .people-meta div:last-child::after {
      content: none; }
  .tcb-people-wrapper .people-inner .company-name {
    margin-bottom: 20px; }
    .tcb-people-wrapper .people-inner .company-name a {
      color: #707070; }
  .tcb-people-wrapper .people-inner .company-logo {
    display: block; }
    .tcb-people-wrapper .people-inner .company-logo img {
      max-width: 188px;
      height: auto; }
  .tcb-people-wrapper .people-inner .entry-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2px; }
    .tcb-people-wrapper .people-inner .entry-title a {
      color: #000000; }
      .tcb-people-wrapper .people-inner .entry-title a:hover {
        color: #8bac00; }
  .tcb-people-wrapper .people-inner .tcb-people-thumb {
    position: relative; }
    .tcb-people-wrapper .people-inner .tcb-people-thumb:hover .post-edit-link {
      opacity: 1;
      visibility: visible; }

@media (max-width: 500px) {
  .tcb-people-wrapper .people-featured .col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; } }

.tcb-people-wrapper .people-featured .tcb-people-thumb {
  margin-bottom: 15px;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden; }
  .tcb-people-wrapper .people-featured .tcb-people-thumb img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 500px) {
      .tcb-people-wrapper .people-featured .tcb-people-thumb img {
        width: 100%; } }

@media (max-width: 991px) {
  .tcb-people-wrapper .people-list a.es-load-more {
    margin-bottom: 30px; } }

.tcb-people-wrapper .people-list .people-inner {
  padding-bottom: 27px;
  border-bottom: 0.5px solid #707070; }

.tcb-people-wrapper .people-list .tcb-people-thumb {
  width: 260px;
  float: right;
  margin-left: 30px; }
  @media (max-width: 500px) {
    .tcb-people-wrapper .people-list .tcb-people-thumb {
      width: 100%;
      float: none;
      margin: 0 0 20px; }
      .tcb-people-wrapper .people-list .tcb-people-thumb img {
        width: 100%; } }

.tcb-people-wrapper .company-logo img {
  max-width: 300px; }

.tcb-people-wrapper .post-breadcrumb {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2.4px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: 20px; }
  .tcb-people-wrapper .post-breadcrumb span {
    color: #8bac00; }

.tcb-people-wrapper .sidebar-1 {
  margin-top: -58px; }
  @media (max-width: 991px) {
    .tcb-people-wrapper .sidebar-1 {
      margin-top: 0; } }

.tcb-people-search-wrap label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 2.1px;
  color: #000000;
  text-transform: uppercase; }

.tcb-people-search-wrap .custom-select,
.tcb-people-search-wrap .form-control {
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid #707070;
  width: 100%; }

.tcb-people-search-wrap .submit-btn {
  height: 43px;
  width: 100%;
  line-height: 43px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase; }

.tcb-people-search-wrap .search-button-wrapper label {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  text-indent: -999999px; }

.tcb-people-search-wrap .submit-people-form a {
  color: #8bac00;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 2.1px;
  text-transform: uppercase; }
  .tcb-people-search-wrap .submit-people-form a:hover {
    color: #b7ce5a; }

.tcb-people-search-wrap .search-field {
  position: relative;
  width: 100%; }
  .tcb-people-search-wrap .search-field i {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #707070; }

.tcb-people-search-wrap .tcb-people-status {
  display: none; }

.single-tcb-people article .entry-header {
  position: relative; }
  .single-tcb-people article .entry-header .company-logo img {
    max-width: 180px;
    max-height: 100px; }
  @media (min-width: 992px) {
    .single-tcb-people article .entry-header .company-logo {
      position: absolute;
      top: 5px;
      right: 0; } }

.single-tcb-people article .post-meta .people-status {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  position: relative; }
  .single-tcb-people article .post-meta .people-status::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    height: 18px;
    width: 2px;
    background: #000000; }

.single-tcb-people article .post-meta div:last-child::after {
  content: none; }

.single-tcb-people article .post-author-meta {
  margin-bottom: 0; }
  .single-tcb-people article .post-author-meta p {
    font-family: "Red Hat Display";
    margin: 0;
    font-size: 16px;
    line-height: 22px; }

.single-tcb-people article .post-meta {
  margin-bottom: 10px;
  overflow: hidden; }
  .single-tcb-people article .post-meta a {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 2.4px; }

.single-tcb-people article .company-name {
  margin-bottom: 10px; }
  .single-tcb-people article .company-name a {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: bold; }

.single-tcb-people article .people-designation {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 31px;
  font-family: "Red Hat Display"; }

.single-tcb-people article .people-all-info {
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  min-height: 60px; }
  .single-tcb-people article .people-all-info .everstrap-social a {
    color: #000000; }
    .single-tcb-people article .people-all-info .everstrap-social a:hover {
      color: #8bac00; }
  @media (min-width: 992px) {
    .single-tcb-people article .people-all-info .everstrap-social {
      top: 0;
      right: 0;
      position: absolute; } }

.single-tcb-people .tcb-partner-wrapper article .post-meta {
  margin-bottom: 3px; }
  .single-tcb-people .tcb-partner-wrapper article .post-meta a {
    font-size: 12px;
    line-height: 18px; }

.single-tcb-people .tcb-partner-wrapper article .entry-title {
  line-height: 26px; }

.single-tcb-people .tcb-partner-wrapper article .post-thumbnail {
  padding-bottom: 75%; }

.submit-people-co-btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.1px;
  color: #8BAC00;
  text-transform: uppercase; }

.everstrap-search-filter .search-button-wrapper label {
  display: none; }

.tcb-people-submission p {
  font-size: 16px;
  line-height: 18px; }

.tcb-people-submission .section-title-wrapper p {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 40px; }

.tcb-people-submission .page-subtitle {
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  font-weight: bold; }

.tcb-people-submission h3 {
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  margin-bottom: 20px; }
  .tcb-people-submission h3 span {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 2.1px;
    text-transform: uppercase; }

.tcb-people-submission ul {
  margin-left: -22px; }
  .tcb-people-submission ul li {
    margin-bottom: 20px; }

.tcb-people-submission .btn {
  font-size: 12px; }

.tcb-people-submission .list-price {
  font-weight: bold;
  margin-left: 19px;
  color: #8bac00;
  margin-bottom: 25px; }

.tcb-list-wrapper {
  background-color: #000000;
  padding: 24px 0 14px;
  color: #ffffff; }
  @media (max-width: 500px) {
    .tcb-list-wrapper {
      margin-bottom: 30px; } }
  .tcb-list-wrapper .tcb-list-inner {
    padding: 0 15px;
    max-width: 896px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 520px) {
      .tcb-list-wrapper .tcb-list-inner .tcb-list-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .tcb-list-wrapper .tcb-list-inner .btn-white {
      padding: 0;
      width: 100%;
      font-size: 12px;
      position: relative; }
      .tcb-list-wrapper .tcb-list-inner .btn-white i {
        position: absolute;
        right: 15px;
        top: 12px; }
      @media (max-width: 500px) {
        .tcb-list-wrapper .tcb-list-inner .btn-white {
          letter-spacing: 0;
          white-space: normal;
          padding: 10px 0 !important;
          text-align: center;
          height: auto !important;
          line-height: 16px !important; } }
    .tcb-list-wrapper .tcb-list-inner .tcb-list-title {
      min-width: 145px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 15px; }
      @media (max-width: 991px) {
        .tcb-list-wrapper .tcb-list-inner .tcb-list-title {
          min-width: 100%; } }
      .tcb-list-wrapper .tcb-list-inner .tcb-list-title h3 {
        font-size: 28px;
        line-height: 38px;
        color: #b7ce5a; }
        @media (max-width: 991px) {
          .tcb-list-wrapper .tcb-list-inner .tcb-list-title h3 {
            text-align: center; } }
    @media (max-width: 500px) {
      .tcb-list-wrapper .tcb-list-inner .col-md-10 .row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .tcb-list-wrapper .tcb-list-inner .col-6 {
        max-width: 40%;
        padding: 0 5px; } }

@media (max-width: 500px) {
  .issue-archive-wrapper .tcb-partner-inner {
    padding: 0; } }

@media (max-width: 767px) {
  .issue-archive-wrapper .tcb-partner-inner .section-title-wrapper {
    padding: 0; } }

@media (max-width: 500px) {
  .issue-archive-wrapper .tcb-partner-inner .section-title-wrapper {
    margin-left: 0;
    margin-right: 0; } }

.issue-archive-wrapper .issue-archive-inner article {
  margin-bottom: 20px !important; }
  .issue-archive-wrapper .issue-archive-inner article .post-thumbnail {
    padding-bottom: 124%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 15px; }
    .issue-archive-wrapper .issue-archive-inner article .post-thumbnail a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0; }
      .issue-archive-wrapper .issue-archive-inner article .post-thumbnail a:hover {
        opacity: 1; }
  .issue-archive-wrapper .issue-archive-inner article .entry-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767px) {
      .issue-archive-wrapper .issue-archive-inner article .entry-title {
        font-size: 8px;
        line-height: 1; } }

@media (max-width: 500px) {
  .issue-archive-wrapper .issue-archive-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .issue-archive-wrapper .issue-archive-inner .col-6 {
      max-width: 40%;
      padding: 0 5px; } }

@media (min-width: 768px) {
  .issue-post-list {
    padding-right: 35px; } }

.issue-archive-template article .entry-header {
  text-align: center;
  margin-bottom: 15px; }

.issue-archive-template article .entry-title {
  margin-bottom: 17px; }

.issue-archive-template article .btn-black {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px; }

.issue-archive-template .section-title-wrapper .section-title {
  display: inline-block;
  margin: 0; }

.issue-archive-template .issue-filter {
  display: inline-block;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  margin-left: 40px; }
  .issue-archive-template .issue-filter select, .issue-archive-template .issue-filter input[type=submit] {
    width: 165px;
    height: 36px !important;
    border-radius: 0;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer; }
    @media (max-width: 991px) {
      .issue-archive-template .issue-filter select, .issue-archive-template .issue-filter input[type=submit] {
        width: 120px; } }
    @media (max-width: 767px) {
      .issue-archive-template .issue-filter select, .issue-archive-template .issue-filter input[type=submit] {
        width: 100%;
        margin-bottom: 10px; } }
    .issue-archive-template .issue-filter select.select-title, .issue-archive-template .issue-filter select.select-issue-year, .issue-archive-template .issue-filter input[type=submit].select-title, .issue-archive-template .issue-filter input[type=submit].select-issue-year {
      margin-right: 20px; }
  .issue-archive-template .issue-filter input[type=submit] {
    background-color: #8bac00; }
    .issue-archive-template .issue-filter input[type=submit]:hover {
      background-color: #657d04; }
    .issue-archive-template .issue-filter input[type=submit]:focus {
      outline: none; }
  @media (max-width: 767px) {
    .issue-archive-template .issue-filter {
      margin-left: 0;
      margin-top: 15px; }
      .issue-archive-template .issue-filter input[type=submit] {
        width: 100%; } }

.mgazine-wrapper .current-issue-title {
  font-size: 20px; }

.mgazine-wrapper .current-issue-title i {
  color: #aaa;
  margin-right: 10px;
  display: inline-block; }

.mgazine-wrapper .current-issue-inner {
  background: #f6f6f6;
  overflow: hidden;
  padding: 15px 30px 30px;
  border: 1px solid #ddd; }
  .mgazine-wrapper .current-issue-inner .issue-thumb {
    float: left;
    margin-right: 30px; }
  .mgazine-wrapper .current-issue-inner .issue-title a {
    color: #000000; }
    .mgazine-wrapper .current-issue-inner .issue-title a:hover {
      color: #8bac00; }
  .mgazine-wrapper .current-issue-inner .issue-desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500; }

.mgazine-wrapper .issue-archive-inner article .entry-title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.mgazine-wrapper article .btn-black {
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px; }

#in-story .section-title-wrapper .magazine-title {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 10px; }

#in-story .honors-list {
  padding-left: 5px;
  margin-left: 0; }
  #in-story .honors-list article {
    border-bottom: 0; }
    #in-story .honors-list article .post-thumbnail {
      width: 173px;
      height: 207px;
      padding-right: 0;
      margin-right: 30px;
      padding-bottom: 0; }
    #in-story .honors-list article .magazine-columns {
      padding: 0;
      border-top: none; }
      #in-story .honors-list article .magazine-columns:before {
        content: none; }
      #in-story .honors-list article .magazine-columns .entry-title {
        line-height: 0;
        border-bottom: 1px solid #707070;
        padding-bottom: 10px; }
        #in-story .honors-list article .magazine-columns .entry-title:last-child {
          border-bottom: 0; }
        #in-story .honors-list article .magazine-columns .entry-title a {
          color: #000000;
          font-size: 15px;
          line-height: 20px;
          font-weight: bold; }
          #in-story .honors-list article .magazine-columns .entry-title a:hover {
            color: #b7ce5a; }

.site-breadcrumb {
  position: relative;
  z-index: 99; }
  .site-breadcrumb .everstrap-breadcrumb {
    padding: 0;
    background: none;
    margin-top: -11px;
    margin-bottom: 18px; }
    .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item,
    .site-breadcrumb .everstrap-breadcrumb a {
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: bold;
      color: #707070; }
    .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      padding-right: 3px;
      padding-left: 3px;
      color: #707070;
      content: '|'; }
    .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item {
      color: #8bac00; }

.single-format-aside .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.single-format-aside .site-breadcrumb .everstrap-breadcrumb .breadcrumb-item,
.single-format-aside .site-breadcrumb .everstrap-breadcrumb a {
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

.startmn-wrapper .description-area h3,
.category .description-area h3 {
  font-size: 23px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.startmn-wrapper .description-area .archive-description p,
.category .description-area .archive-description p {
  font-size: 20px;
  margin-bottom: 30px; }

.startmn-wrapper .cat-section-mobile,
.category .cat-section-mobile {
  display: none; }

.startmn-wrapper .show-mobile-ad,
.category .show-mobile-ad {
  display: none; }

.startmn-wrapper .wrapper,
.category .wrapper {
  padding: 0; }
  @media (max-width: 500px) {
    .startmn-wrapper .wrapper,
    .category .wrapper {
      padding: 0 15px; } }
  .startmn-wrapper .wrapper .breadcrumbs-area,
  .category .wrapper .breadcrumbs-area {
    padding-top: 20px; }

.startmn-wrapper .group-news-wrapper .top-group-post,
.category .group-news-wrapper .top-group-post {
  margin-bottom: 25px; }

.startmn-wrapper .cat-top-latest,
.category .cat-top-latest {
  margin-bottom: 25px; }
  .startmn-wrapper .cat-top-latest article .post-thumbnail .post-sponsored-area,
  .category .cat-top-latest article .post-thumbnail .post-sponsored-area {
    background: #575757; }
    .startmn-wrapper .cat-top-latest article .post-thumbnail .post-sponsored-area a.post-sponsored,
    .category .cat-top-latest article .post-thumbnail .post-sponsored-area a.post-sponsored {
      color: #ffffff; }
    @media (max-width: 767px) {
      .startmn-wrapper .cat-top-latest article .post-thumbnail .post-sponsored-area,
      .category .cat-top-latest article .post-thumbnail .post-sponsored-area {
        padding: 5px 10px !important; } }
  .startmn-wrapper .cat-top-latest article .entry-header .is-sponsored,
  .category .cat-top-latest article .entry-header .is-sponsored {
    display: none; }
  @media (max-width: 767px) {
    .startmn-wrapper .cat-top-latest article .post-thumbnail,
    .category .cat-top-latest article .post-thumbnail {
      min-height: 206px; }
      .startmn-wrapper .cat-top-latest article .post-thumbnail a.thumb-link,
      .category .cat-top-latest article .post-thumbnail a.thumb-link {
        position: absolute;
        width: 100%;
        height: 100%; }
      .startmn-wrapper .cat-top-latest article .post-thumbnail img,
      .category .cat-top-latest article .post-thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .startmn-wrapper .cat-top-latest article .post-thumbnail .post-meta,
      .category .cat-top-latest article .post-thumbnail .post-meta {
        padding: 5px 10px !important; } }

.startmn-wrapper article .entry-header .entry-title,
.category article .entry-header .entry-title {
  margin-bottom: 25px; }

.startmn-wrapper .list-post-area,
.category .list-post-area {
  margin-top: 60px;
  padding: 0 15px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .startmn-wrapper .list-post-area,
    .category .list-post-area {
      margin-left: 0;
      padding: 0 30px; } }
  @media (max-width: 500px) {
    .startmn-wrapper .list-post-area,
    .category .list-post-area {
      margin-top: 0; } }

.startmn-wrapper .list-grid article .post-thumbnail,
.category .list-grid article .post-thumbnail {
  width: 262px;
  height: 198px; }

.startmn-wrapper .list-grid article .list-sponsored span,
.category .list-grid article .list-sponsored span {
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.8px;
  padding: 3px 10px 1px;
  text-align: center; }

.startmn-wrapper .list-grid article .entry-title,
.category .list-grid article .entry-title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 8px; }

.startmn-wrapper a.see-more,
.category a.see-more {
  margin: 40px auto 0; }
  @media (max-width: 991px) {
    .startmn-wrapper a.see-more,
    .category a.see-more {
      margin-bottom: 30px; } }

.startmn-wrapper .cat-bottom-ads,
.category .cat-bottom-ads {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .startmn-wrapper .cat-bottom-ads,
    .category .cat-bottom-ads {
      margin-top: 0; } }

@media (max-width: 500px) {
  .startmn-wrapper .section-title-wrapper .section-title,
  .category .section-title-wrapper .section-title {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2.4px; }
  .startmn-wrapper .cat-section-mobile,
  .category .cat-section-mobile {
    display: block; }
  .startmn-wrapper .mobile-column-reverse,
  .category .mobile-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .startmn-wrapper .list-grid article,
  .category .list-grid article {
    padding-bottom: 20px; }
    .startmn-wrapper .list-grid article .post-thumbnail,
    .category .list-grid article .post-thumbnail {
      width: 145px;
      height: 86px;
      margin-right: 12px;
      margin-bottom: 0;
      float: left; }
      .startmn-wrapper .list-grid article .post-thumbnail img,
      .category .list-grid article .post-thumbnail img {
        height: 86px;
        width: 145px; }
      .startmn-wrapper .list-grid article .post-thumbnail .post-meta,
      .category .list-grid article .post-thumbnail .post-meta {
        display: none; }
    .startmn-wrapper .list-grid article .post-meta,
    .category .list-grid article .post-meta {
      display: none; }
    .startmn-wrapper .list-grid article h2.entry-title,
    .category .list-grid article h2.entry-title {
      font-size: 15px;
      line-height: 20px; }
    .startmn-wrapper .list-grid article .entry-summary,
    .category .list-grid article .entry-summary {
      display: none; }
    .startmn-wrapper .list-grid article .list-sponsored span,
    .category .list-grid article .list-sponsored span {
      font-size: 10px;
      padding: 3px 0 1px;
      width: 91px;
      line-height: 17px; }
  .startmn-wrapper .tcb-recent-sidebar,
  .category .tcb-recent-sidebar {
    display: none; }
  .startmn-wrapper .es-load-more,
  .category .es-load-more {
    display: none; }
  .startmn-wrapper .hide-mobile-ad,
  .category .hide-mobile-ad {
    display: none; }
  .startmn-wrapper .show-mobile-ad,
  .category .show-mobile-ad {
    width: 300px;
    margin: 20px auto 60px; } }

.category-list-area {
  position: relative;
  padding-right: 40px;
  margin-bottom: 30px; }
  .category-list-area.honors-single-cat-list-area {
    margin-bottom: 30px; }
  .category-list-area .sub-cat-list {
    text-align: center;
    position: relative;
    max-height: 29px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
    .category-list-area .sub-cat-list:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 140px;
      height: 100%;
      pointer-events: none;
      background: transparent -webkit-linear-gradient(left, #ffffff00 0%, #fffffff7 81%, #ffffff 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(90deg, #ffffff00 0%, #fffffff7 81%, #ffffff 100%) 0% 0% no-repeat padding-box; }
      @media (max-width: 991px) {
        .category-list-area .sub-cat-list:after {
          width: 100px; } }
    .category-list-area .sub-cat-list li,
    .category-list-area .sub-cat-list a {
      display: inline-block;
      padding: 0 10px;
      border-right: 1px solid #707070;
      line-height: 1;
      color: #000000;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
      .category-list-area .sub-cat-list li:last-child,
      .category-list-area .sub-cat-list a:last-child {
        border-right: none; }
      .category-list-area .sub-cat-list li:hover,
      .category-list-area .sub-cat-list a:hover {
        color: #8bac00; }
    .category-list-area .sub-cat-list a.active {
      color: #8bac00; }
    .category-list-area .sub-cat-list li {
      padding: 0; }
    .category-list-area .sub-cat-list .cat-all {
      color: #8bac00; }
      .category-list-area .sub-cat-list .cat-all.honors-child-cat {
        color: #000000; }
        .category-list-area .sub-cat-list .cat-all.honors-child-cat:hover {
          color: #8bac00; }
      .category-list-area .sub-cat-list .cat-all:hover {
        color: #000000; }
  .category-list-area.is-expand .sub-cat-list {
    max-height: 150px;
    overflow-y: auto; }
    @media (max-width: 991px) {
      .category-list-area.is-expand .sub-cat-list {
        max-height: 200px; } }
    @media (max-width: 991px) {
      .category-list-area.is-expand .sub-cat-list {
        max-height: 200px; } }
    .category-list-area.is-expand .sub-cat-list::after {
      content: none; }
  .category-list-area .cat-expand {
    position: absolute;
    width: 30px;
    height: 36px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    font-size: 14px;
    top: -4px;
    right: 0;
    cursor: pointer; }
    .category-list-area .cat-expand:hover {
      background-color: #8bac00; }

.see-more {
  color: #ffffff;
  font-size: 16px;
  width: 165px;
  line-height: 36px;
  display: block;
  background: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .see-more:hover {
    background: #8bac00; }

.podscast-banner {
  padding: 20px 0;
  background-image: url("../../images/podcast-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  background-color: #055c63; }
  .podscast-banner .sponsord-box {
    margin: 20px 0; }
    .podscast-banner .sponsord-box span {
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transform: translateY(-6px);
          -ms-transform: translateY(-6px);
              transform: translateY(-6px);
      display: inline-block; }
    .podscast-banner .sponsord-box div {
      margin: 0 auto; }
    .podscast-banner .sponsord-box img {
      width: 121px;
      height: 33px; }
  .podscast-banner h1.podcast-title {
    font-size: 125px;
    line-height: 128px;
    text-transform: uppercase;
    margin-left: 40px;
    position: relative; }
    @media (min-width: 991px) and (max-width: 1200px) {
      .podscast-banner h1.podcast-title {
        font-size: 90px;
        line-height: 90px; } }
    @media (min-width: 500px) and (max-width: 991px) {
      .podscast-banner h1.podcast-title {
        font-size: 44px;
        line-height: 60px;
        text-transform: uppercase;
        margin-left: 0;
        position: relative;
        padding-top: 170px;
        text-align: center; } }
    @media (min-width: 320px) and (max-width: 499px) {
      .podscast-banner h1.podcast-title {
        font-size: 31px;
        padding-top: 120px;
        text-align: center;
        margin-left: 0;
        line-height: 35px; } }
    .podscast-banner h1.podcast-title span.logo-area {
      position: absolute;
      top: 20%;
      right: 40px; }
      .podscast-banner h1.podcast-title span.logo-area img {
        width: 120px;
        display: block;
        position: relative; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .podscast-banner h1.podcast-title span.logo-area {
          top: 12%; } }
      @media (min-width: 500px) and (max-width: 991px) {
        .podscast-banner h1.podcast-title span.logo-area {
          position: absolute;
          top: -2%;
          left: 37%; } }
      @media (min-width: 320px) and (max-width: 499px) {
        .podscast-banner h1.podcast-title span.logo-area {
          position: absolute;
          top: -7%;
          right: unset;
          left: 37%; }
          .podscast-banner h1.podcast-title span.logo-area img {
            width: 90%; } }
    .podscast-banner h1.podcast-title span.tcb-text-logo {
      font-size: 7px;
      line-height: 9px;
      color: #efe2a9;
      font-weight: 700;
      letter-spacing: 1.05px;
      position: absolute;
      bottom: 40px;
      right: 30px; }
      @media (min-width: 991px) and (max-width: 1200px) {
        .podscast-banner h1.podcast-title span.tcb-text-logo {
          bottom: 7px; } }
      @media (min-width: 500px) and (max-width: 991px) {
        .podscast-banner h1.podcast-title span.tcb-text-logo {
          font-size: 7px;
          line-height: 9px;
          color: #efe2a9;
          font-weight: 700;
          letter-spacing: 1.05px;
          position: absolute;
          right: unset;
          left: 37%;
          top: 59%; } }
      @media (min-width: 320px) and (max-width: 499px) {
        .podscast-banner h1.podcast-title span.tcb-text-logo {
          right: unset;
          left: 37%;
          bottom: 53px; } }
      .podscast-banner h1.podcast-title span.tcb-text-logo strong {
        letter-spacing: 0;
        font-weight: 900;
        font-size: 24px;
        padding-right: 5px; }
  .podscast-banner h3.sub-title {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 320px) and (max-width: 499px) {
      .podscast-banner h3.sub-title {
        font-size: 21px;
        line-height: 31px; } }
  .podscast-banner p.podcast-details {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px; }

.podcast-sponsored-logo {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.podcasts-landing {
  background: #dbdbdb;
  padding: 30px 0; }

.podcast-post-area {
  background: #ffffff;
  padding: 40px 30px 20px;
  margin-bottom: 40px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .podcast-post-area .list-grid {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .podcast-post-area .list-grid article {
      width: 100%;
      float: unset; } }
  .podcast-post-area .list-grid article .post-thumbnail {
    width: 262px;
    height: 198px; }
  @media (max-width: 991px) {
    .podcast-post-area .list-grid article .post-thumbnail {
      width: 100%;
      margin-bottom: 20px;
      float: none; } }
  .podcast-post-area .list-grid article h2.entry-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 5px; }
  .podcast-post-area .list-grid article h3.guest_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
  .podcast-post-area .list-grid article a.listen-now {
    margin-top: 10px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .podcast-post-area .list-grid article {
      margin-left: 0; } }

.p-lr-30 {
  padding: 0 30px; }

.single-podcast {
  background: #dbdbdb; }

.podcasts-wrapper .heading-area {
  background: #ffffff;
  padding: 20px 30px 0;
  margin-bottom: 50px; }
  .podcasts-wrapper .heading-area .heading-content {
    background: url("../../images/podcast-bg.png");
    padding: 15px 0 20px 40px;
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 500px) {
      .podcasts-wrapper .heading-area .heading-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .podcasts-wrapper .heading-area .heading-content .top-left {
      width: 80%; }
      @media (max-width: 500px) {
        .podcasts-wrapper .heading-area .heading-content .top-left {
          width: 100%; } }
      .podcasts-wrapper .heading-area .heading-content .top-left h1 {
        font-size: 54px;
        line-height: 47px;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 10px; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .podcasts-wrapper .heading-area .heading-content .top-left h1 {
            font-size: 36px;
            line-height: 41px; } }
        @media (max-width: 991px) {
          .podcasts-wrapper .heading-area .heading-content .top-left h1 {
            font-size: 25px;
            line-height: 25px; } }
        @media (max-width: 500px) {
          .podcasts-wrapper .heading-area .heading-content .top-left h1 {
            text-align: center; } }
        .podcasts-wrapper .heading-area .heading-content .top-left h1 span {
          position: absolute;
          margin-left: 20px; }
      .podcasts-wrapper .heading-area .heading-content .top-left h3 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.8px;
        color: #efdda4;
        text-transform: uppercase; }
        .podcasts-wrapper .heading-area .heading-content .top-left h3 span {
          font-weight: 700;
          font-size: 24px; }
        @media (max-width: 500px) {
          .podcasts-wrapper .heading-area .heading-content .top-left h3 {
            text-align: center; } }
    .podcasts-wrapper .heading-area .heading-content .sponsored-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 500px) {
        .podcasts-wrapper .heading-area .heading-content .sponsored-box {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .podcasts-wrapper .heading-area .heading-content .sponsored-box span {
        font-size: 7px;
        line-height: 9px;
        letter-spacing: 1.05px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff; }
      .podcasts-wrapper .heading-area .heading-content .sponsored-box img.audio {
        width: 85px;
        height: 85px; }
        @media (max-width: 991px) {
          .podcasts-wrapper .heading-area .heading-content .sponsored-box img.audio {
            width: 45px;
            height: 45px; } }
        @media (min-width: 501px) and (max-width: 991px) {
          .podcasts-wrapper .heading-area .heading-content .sponsored-box img.audio {
            -webkit-transform: translateY(15px);
                -ms-transform: translateY(15px);
                    transform: translateY(15px); } }
      .podcasts-wrapper .heading-area .heading-content .sponsored-box img.sponsored {
        width: 117px;
        height: 32px; }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .entry-title {
    font-size: 38px;
    line-height: 51px;
    margin-bottom: 10px;
    color: #000000; }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .entry-title a {
      color: #000000; }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .sub-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 400; }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .entry-content {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    overflow: hidden; }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area {
    position: relative; }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area h4 {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.6px;
      margin-top: 23px; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area h4 span {
        text-transform: uppercase; }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area .post-share {
      position: absolute;
      right: 0;
      bottom: 0; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area .post-share .everstrap-social.post-share ul li a {
        font-size: 21px;
        color: #000000;
        font-weight: 700; }
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area .post-share .everstrap-social.post-share ul li a:hover {
          color: #8bac00; }
      @media (max-width: 991px) {
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .air-date-area .post-share {
          margin-top: 20px;
          position: unset; } }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .audio-box {
    position: relative;
    margin: 40px 0; }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .audio-box .player {
      position: absolute;
      left: 44%;
      top: -20px; }
      @media (max-width: 500px) {
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .audio-box .player {
          position: absolute;
          left: 28%;
          top: -30px; }
          .podcasts-wrapper .heading-area .posdcast-post-content-area article .audio-box .player img {
            max-width: 80%; } }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px; }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item {
      width: 100%;
      max-width: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: 25px; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item h2 {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 1.2px; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item a {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        padding: 3px 0; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item .podcast-avatar {
        width: 100%;
        height: 200px;
        position: relative;
        overflow: hidden; }
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item .podcast-avatar img {
          position: absolute;
          margin: auto;
          top: -99px;
          bottom: -99px;
          left: -99px;
          right: -99px;
          max-width: unset; }
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item .podcast-avatar.avatar-host img {
          height: auto;
          width: 100%;
          min-height: 100%; }
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-host-box .podcast-host-item .podcast-avatar.avatar-guest img {
          height: 100%;
          width: auto;
          min-width: 100%; }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio {
    margin-bottom: 50px;
    position: relative; }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info {
      border-top: 3px solid #000000;
      border-left: 3px solid #000000;
      position: relative;
      min-height: 80px; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info img {
        position: absolute;
        top: -48px;
        left: 68px;
        width: 97px;
        height: 97px;
        border-radius: 50%;
        z-index: 10; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info img {
            left: 37px; } }
        @media (min-width: 500px) and (max-width: 991px) {
          .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info img {
            width: 70px;
            height: 70px;
            left: 37px; } }
        @media (max-width: 500px) {
          .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info img {
            top: -31px;
            left: 16px;
            width: 60px;
            height: 60px; } }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info p {
        bottom: -4px;
        position: absolute;
        left: 10%;
        font-size: 16px;
        text-transform: capitalize; }
        @media (max-width: 500px) {
          .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-info p {
            line-height: 20px; } }
    .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area {
      left: 27%;
      top: -38px;
      position: absolute; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area h3.author-name {
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 2.4px; }
      .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area p.contact-info {
        margin-top: 15px; }
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area p.contact-info a {
          padding-right: 10px;
          font-size: 20px;
          font-weight: 700;
          color: #000000; }
          .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area p.contact-info a:hover {
            color: #8bac00; }
      @media (max-width: 1200px) {
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area {
          left: 30%; } }
      @media (max-width: 767px) {
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area {
          left: 30%; } }
      @media (max-width: 500px) {
        .podcasts-wrapper .heading-area .posdcast-post-content-area article .podcast-author-bio .author-profile-area {
          left: 90px;
          top: -32px; } }
  .podcasts-wrapper .heading-area .posdcast-post-content-area article .post-author-wrapper {
    margin-bottom: 50px; }

.podcasts-wrapper a.back-to-all {
  width: 223px;
  display: inline-block;
  letter-spacing: 1.8px;
  font-size: 12px;
  line-height: 36px;
  margin: 10px auto 30px; }
  .podcasts-wrapper a.back-to-all:hover {
    color: #fff; }

.podcasts-sub-title {
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #575757; }

.brand-box {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .brand-box .brand-item {
    width: calc(25% - 23px);
    margin-left: 30px; }
    .brand-box .brand-item:first-child {
      margin-left: 0; }

@media (max-width: 500px) {
  .brand-box {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .brand-box .brand-item {
      width: 46%;
      margin-left: 0; }
      .brand-box .brand-item:first-child {
        margin-left: 0; } }

h3.more-podcasts-title {
  font-size: 28px;
  line-height: 31px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #707070;
  margin-bottom: 20px; }

.podcasts-more-posts h2.entry-title {
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  margin-bottom: 5px; }

.podcasts-more-posts h3.guest_title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

.podcasts-more-posts a.listen-now {
  margin-top: 10px; }

.podcasts-more-posts .news-border-bottom article {
  border-bottom: 0.5px solid #707070; }

@media (max-width: 991px) and (min-width: 768px) {
  .podcasts-more-posts .list-grid {
    margin-left: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .podcasts-more-posts .list-grid article {
    margin-left: 0; } }

.podcasts-more-posts .list-grid article .post-thumbnail {
  width: 262px;
  height: 198px; }
  @media (max-width: 991px) {
    .podcasts-more-posts .list-grid article .post-thumbnail {
      width: 100%;
      margin-bottom: 20px;
      float: none; } }

@media (max-width: 991px) {
  .podcasts-more-posts .list-grid article {
    width: 100%;
    float: unset; } }

a.listen-now {
  background: #8bac00;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  width: 165px;
  line-height: 36px;
  margin-top: 20px; }

.toc-wrapper {
  padding: 20px 0; }
  @media (max-width: 480px) {
    .toc-wrapper .section-title > span {
      display: block; } }
  .toc-wrapper .section-title a {
    font-size: 12px;
    padding-left: 30px;
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    vertical-align: middle; }
    @media (max-width: 600px) {
      .toc-wrapper .section-title a {
        display: block;
        padding: 0;
        margin: 0;
        line-height: 1.6; } }
  @media (max-width: 600px) {
    .toc-wrapper .section-title.issue-section-title a {
      display: inline-block;
      padding-right: 10px; } }
  .toc-wrapper .toc-posts {
    margin-bottom: 60px; }
    .toc-wrapper .toc-posts h3.category-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 25px;
      text-transform: uppercase; }
      @media (min-width: 767px) and (max-width: 991px) {
        .toc-wrapper .toc-posts h3.category-title {
          margin-left: 30px; } }
    @media (max-width: 991px) {
      .toc-wrapper .toc-posts article {
        width: 100%; } }

.podscast-banner p.breadcrumb-menu {
  margin: 0;
  padding: 0; }
  .podscast-banner p.breadcrumb-menu a {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #8bac00;
    padding: 0 5px; }
    .podscast-banner p.breadcrumb-menu a:first-child {
      color: #ffffff;
      padding-left: 0;
      border-right: 2px solid #ffffff; }

.post-type-archive-podcast {
  background: #dbdbdb; }

.cat-desctiption {
  font-size: 24px;
  line-height: 31px;
  color: #000000; }

.issue-archive-sidebar-thumbnail {
  text-align: center; }
  .issue-archive-sidebar-thumbnail img {
    width: 90%; }

.category-notable-nominations .sidebar aside:first-child h3::before,
.category-notable-nominations .sidebar aside:first-child h3::after {
  content: none; }

.category-notable-honorees article .post-thumbnail img {
  border: 1px solid #ddd; }

.author-info-wrapper {
  position: relative;
  border-top: 3px solid #000000;
  padding-top: 30px;
  padding-left: 68px; }
  .author-info-wrapper .author-image {
    width: 48%;
    float: right;
    margin-left: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative; }
    .author-info-wrapper .author-image img {
      height: 100%;
      width: auto !important;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      max-width: inherit; }
    @media (max-width: 991px) {
      .author-info-wrapper .author-image {
        width: 100px;
        height: 100px;
        float: left;
        margin-left: 0;
        margin-right: 15px;
        border-radius: 50%;
        padding-bottom: 0; } }
  @media (max-width: 991px) {
    .author-info-wrapper {
      padding-left: 30px; } }
  .author-info-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 3px;
    background-color: #000000; }
  .author-info-wrapper .author-content {
    overflow: hidden; }
  .author-info-wrapper header span {
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 2.4px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px; }
  .author-info-wrapper header .author-name {
    font-size: 38px;
    line-height: 51px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 20px; }
  .author-info-wrapper header .sub-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px; }
  .author-info-wrapper header .author-meta {
    margin-bottom: 20px; }
    .author-info-wrapper header .author-meta p {
      line-height: 21px; }
    .author-info-wrapper header .author-meta .author-social {
      line-height: 1; }
      .author-info-wrapper header .author-meta .author-social a {
        font-size: 16px;
        line-height: 21px;
        position: relative;
        margin-right: 5px;
        padding-right: 8px; }
        .author-info-wrapper header .author-meta .author-social a:last-child {
          margin-right: 0;
          padding-right: 0; }
          .author-info-wrapper header .author-meta .author-social a:last-child::after {
            content: none; }
        .author-info-wrapper header .author-meta .author-social a::after {
          content: '';
          position: absolute;
          top: 5px;
          right: 0;
          height: 12px;
          width: 1px;
          background-color: #000000; }

.tcb-event-list-sidebar,
.tcb-sponsored-sidebar {
  border-top: 3px solid #000000;
  padding: 20px; }
  .tcb-event-list-sidebar h4,
  .tcb-sponsored-sidebar h4 {
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0; }
  .tcb-event-list-sidebar h3,
  .tcb-sponsored-sidebar h3 {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0; }
  .tcb-event-list-sidebar .heading,
  .tcb-sponsored-sidebar .heading {
    position: relative;
    border-left: 3px solid #000;
    margin: -20px -20px 20px;
    padding: 20px 20px 0;
    margin-bottom: 30px; }
    .tcb-event-list-sidebar .heading h3,
    .tcb-sponsored-sidebar .heading h3 {
      letter-spacing: 2.4px;
      text-transform: uppercase; }
    .tcb-event-list-sidebar .heading .sponsored-logo,
    .tcb-sponsored-sidebar .heading .sponsored-logo {
      position: absolute;
      right: 20px;
      top: 20px;
      font-size: 10px; }
  .tcb-event-list-sidebar .content-area,
  .tcb-sponsored-sidebar .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .tcb-event-list-sidebar .content-area .info,
    .tcb-sponsored-sidebar .content-area .info {
      border-bottom: 1px solid #707070;
      margin-right: 30px;
      width: 70%; }
    .tcb-event-list-sidebar .content-area .post-thumbnail,
    .tcb-event-list-sidebar .content-area .event-date-area,
    .tcb-sponsored-sidebar .content-area .post-thumbnail,
    .tcb-sponsored-sidebar .content-area .event-date-area {
      width: 68px;
      height: 76px; }

.tcb-recent-sidebar .content-area .info h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize; }

.tcb-event-list-sidebar .heading h3 {
  font-weight: 700; }

.tcb-event-list-sidebar .content-area .info h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize; }

.tcb-event-list-sidebar .content-area .info p.time {
  font-size: 12px;
  line-height: 16px; }

.tcb-event-list-sidebar .content-area .info p.same-event-date .end-date {
  display: none; }

.tcb-event-list-sidebar .content-area .event-date-area {
  background: #e5e5e5;
  height: auto; }
  .tcb-event-list-sidebar .content-area .event-date-area p.month {
    background: #8bac00;
    display: block;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0; }
  .tcb-event-list-sidebar .content-area .event-date-area p.date span {
    display: block; }
  .tcb-event-list-sidebar .content-area .event-date-area p.date span.date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700; }
  .tcb-event-list-sidebar .content-area .event-date-area p.date span.day {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px; }

.link-sidebar {
  width: 300px;
  height: 68px;
  background: #000000;
  margin: 0 auto 20px; }
  .link-sidebar a {
    font-size: 22px;
    line-height: 68px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3.3px;
    text-align: center;
    display: block; }

.issue-wars-sidebar {
  width: 300px;
  height: 360px;
  background: #000000;
  margin: 0 auto 40px; }
  .issue-wars-sidebar a {
    display: block; }

.trending-area .content-box {
  border-bottom: 1px solid #707070;
  min-height: 54px;
  margin-bottom: 30px;
  position: relative; }

.trending-area .count-box {
  display: block;
  position: absolute;
  top: 5px; }
  .trending-area .count-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #8bac00; }

.trending-area h3.post-title {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-left: 38px; }

.issue-sidebar-area {
  max-width: 350px;
  margin: 0 auto; }

.gform_wrapper select,
.gform_wrapper input[type=text] {
  height: 36px;
  width: 100% !important;
  display: block; }

.gform_wrapper .gform_button {
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding: 0 35px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .gform_wrapper .gform_button:hover {
    background-color: #8bac00; }

.gallery-columns-1 {
  position: relative;
  margin-top: 50px; }
  .gallery-columns-1 .owl-nav {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .gallery-columns-1 .owl-nav button.owl-prev,
    .gallery-columns-1 .owl-nav button.owl-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 5px 15px !important;
      background: rgba(0, 0, 0, 0.4);
      color: #ffffff; }
      .gallery-columns-1 .owl-nav button.owl-prev:hover,
      .gallery-columns-1 .owl-nav button.owl-next:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    .gallery-columns-1 .owl-nav .owl-prev {
      left: 0; }
    .gallery-columns-1 .owl-nav .owl-next {
      right: 0; }
  .gallery-columns-1 .owl-dots {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    text-align: center;
    max-height: 35px;
    overflow: hidden; }
    .gallery-columns-1 .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      margin: 0 3px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border: 1.5px solid rgba(255, 255, 255, 0.2);
      box-sizing: content-box; }
      .gallery-columns-1 .owl-dots .owl-dot:hover, .gallery-columns-1 .owl-dots .owl-dot.active {
        background-color: black;
        border-color: rgba(255, 255, 255, 0.8); }

.staff-page-content {
  margin-top: -10px;
  font-size: 24px;
  line-height: 31px; }
  .staff-page-content .staff-roll-top {
    margin-top: 30px; }

.staff-roll-title h2 {
  font-size: 38px;
  line-height: 51px;
  text-transform: capitalize; }

.tcb-staff-wrapper .row .col-lg-3:first-child article.staff-designation-editor-in-chief .staff-designation a:before {
  content: '( '; }

.tcb-staff-wrapper .row .col-lg-3:first-child article.staff-designation-editor-in-chief .staff-designation a:after {
  content: ' ) '; }

.tcb-staff-wrapper article .entry-title {
  line-height: 28px; }

.tcb-staff-wrapper article .staff-designation {
  margin-bottom: 3px; }
  .tcb-staff-wrapper article .staff-designation a {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase; }

.tcb-staff-wrapper article .staff-mobile,
.tcb-staff-wrapper article .industry-focus {
  line-height: 21px;
  font-size: 16px; }

.tcb-staff-wrapper article .staff-mobile {
  color: #8bac00; }
  .tcb-staff-wrapper article .staff-mobile a {
    color: #8bac00 !important; }

.tcb-staff-wrapper article .read-bio {
  margin-bottom: 7px;
  font-size: 16px; }

@media (min-width: 992px) {
  .tcb-staff-wrapper article .staff-social .everstrap-social {
    float: left;
    margin-right: 10px;
    position: relative;
    padding-right: 10px; }
    .tcb-staff-wrapper article .staff-social .everstrap-social::after {
      content: '';
      position: absolute;
      right: 0;
      height: 16px;
      width: 1px;
      top: 3px;
      background-color: #000000; } }

.tcb-staff-wrapper article .staff-social ul {
  margin: 0;
  line-height: 21px; }

.tcb-staff-wrapper article .staff-social li {
  padding-left: 5px;
  padding-right: 5px; }

.tcb-staff-wrapper article .staff-social a {
  font-size: 16px;
  color: #000000; }
  .tcb-staff-wrapper article .staff-social a:hover {
    color: #b7ce5a; }

.staff-details-panel .author-name {
  margin-bottom: 5px !important; }

.staff-details-panel .staff-designation {
  margin-bottom: 15px; }
  .staff-details-panel .staff-designation a {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative; }
    .staff-details-panel .staff-designation a:hover {
      color: #8bac00; }
    .staff-details-panel .staff-designation a::after {
      content: ' - '; }
    .staff-details-panel .staff-designation a:last-child::after {
      content: none; }

.staff-details-panel .author-image {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative; }
  .staff-details-panel .author-image img {
    height: 100%;
    width: auto !important;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: inherit; }
  @media (max-width: 991px) {
    .staff-details-panel .author-image {
      width: 250px !important;
      border-radius: 0 !important; } }
  @media (max-width: 600px) {
    .staff-details-panel .author-image {
      width: 180px !important; } }

/*--------------------------------------------------------------
## Sponsored Style
--------------------------------------------------------------*/
.sponsored-area {
  display: block;
  position: relative;
  margin-bottom: 40px; }
  .sponsored-area .section-wrapper-top-bar {
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    position: relative;
    margin-left: -15px;
    padding: 15px 15px 5px;
    margin-bottom: 15px; }
    .sponsored-area .section-wrapper-top-bar .section-title {
      font-size: 16px;
      line-height: 21px;
      color: #000000;
      font-weight: 700;
      font-family: "Red Hat Display";
      text-transform: uppercase;
      margin-bottom: 10px; }
  .sponsored-area .sponsored-content .sponsored-box {
    margin-bottom: 30px; }
    .sponsored-area .sponsored-content .sponsored-box img {
      border: 1px solid #707070;
      margin-bottom: 5px; }
    .sponsored-area .sponsored-content .sponsored-box .sponsored-title {
      font-size: 14px;
      line-height: 18px;
      color: #000000;
      font-weight: 700;
      font-family: "Red Hat Display";
      margin-bottom: 1px; }
    .sponsored-area .sponsored-content .sponsored-box .sponsored-text {
      font-size: 14px;
      line-height: 18px;
      color: #000000;
      font-weight: 400;
      font-family: "Red Hat Display";
      margin-bottom: 5px; }

.es-load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
  padding: 10px 0;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-family: "Red Hat Display";
  font-weight: 700;
  margin: 0 auto;
  margin-top: 30px; }
  .es-load-more:hover, .es-load-more:focus {
    color: #ffffff; }

.woocommerce .product-wrapper .button {
  font-size: 12px;
  line-height: 20px; }
  .woocommerce .product-wrapper .button:hover, .woocommerce .product-wrapper .button:focus {
    color: #ffffff;
    background-color: #b7ce5a;
    box-shadow: none; }

.woocommerce .product-wrapper .products .product {
  text-align: center; }
  .woocommerce .product-wrapper .products .product .attachment-woocommerce_thumbnail {
    max-height: 300px; }
  .woocommerce .product-wrapper .products .product .woocommerce-loop-product__title {
    color: #000000;
    font-size: 16px !important;
    line-height: 1.4;
    font-family: "Red Hat Display";
    letter-spacing: 1.8px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 15px !important; }
  .woocommerce .product-wrapper .products .product .price {
    color: #b7ce5a !important;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Red Hat Display";
    letter-spacing: 1.8px;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px; }

.woocommerce .product-wrapper .woocommerce-pagination .page-numbers {
  border: none; }
  .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li {
    border-right: 1px solid #707070; }
    .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li .page-numbers {
      font-size: 12px;
      letter-spacing: 1.4px;
      font-family: "Red Hat Display";
      color: #000000;
      background: transparent;
      border: none;
      padding: 8px 10px;
      font-weight: 700;
      line-height: 1.4; }
      .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li .page-numbers:hover, .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li .page-numbers.active {
        background: #b7ce5a;
        color: #ffffff; }
      .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li .page-numbers:focus {
        outline: none; }
      .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li .page-numbers.current {
        color: #ffffff;
        background: #b7ce5a; }
    .woocommerce .product-wrapper .woocommerce-pagination .page-numbers li:last-child {
      border-right: none; }

.woocommerce .product-wrapper .entry-summary .entry-title {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1.12px;
  margin-bottom: 15px; }
  @media (max-width: 992px) {
    .woocommerce .product-wrapper .entry-summary .entry-title {
      font-size: 24px;
      line-height: 32px; } }

.woocommerce .product-wrapper .entry-summary .price {
  color: #b7ce5a !important;
  margin-bottom: 20px; }

.woocommerce .product-wrapper .entry-summary .cart .quantity .qty {
  width: 75px;
  padding: 5px; }

.woocommerce .product-wrapper .related.products {
  display: block;
  clear: both; }
  .woocommerce .product-wrapper .related.products h2 {
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2.8px;
    font-family: "Red Hat Display";
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 580px) {
      .woocommerce .product-wrapper .related.products h2 {
        font-size: 24px;
        line-height: 32px; } }

.woocommerce .single-product .entry-content {
  border-top: none !important; }
  .woocommerce .single-product .entry-content:before {
    display: none; }

.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-1 {
  max-width: 48%; }

.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-2 {
  max-width: 48%; }

.woocommerce-page .col2-set .woocommerce-input-wrapper,
.woocommerce .col2-set .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce-page .col2-set select,
.woocommerce-page .col2-set input[type='text'],
.woocommerce-page .col2-set input[type='tel'],
.woocommerce-page .col2-set input[type='email'],
.woocommerce-page .col2-set input[type='search'],
.woocommerce .col2-set select,
.woocommerce .col2-set input[type='text'],
.woocommerce .col2-set input[type='tel'],
.woocommerce .col2-set input[type='email'],
.woocommerce .col2-set input[type='search'] {
  width: 100%;
  padding: 6px 15px;
  font-size: 16px;
  border: 1px solid #707070;
  height: 36px;
  color: #000000;
  font-family: "Red Hat Display";
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .woocommerce-page .col2-set select,
    .woocommerce-page .col2-set input[type='text'],
    .woocommerce-page .col2-set input[type='tel'],
    .woocommerce-page .col2-set input[type='email'],
    .woocommerce-page .col2-set input[type='search'],
    .woocommerce .col2-set select,
    .woocommerce .col2-set input[type='text'],
    .woocommerce .col2-set input[type='tel'],
    .woocommerce .col2-set input[type='email'],
    .woocommerce .col2-set input[type='search'] {
      font-size: 16px;
      text-align: left; } }

.woocommerce-page .col2-set .select2-selection.select2-selection--single,
.woocommerce .col2-set .select2-selection.select2-selection--single {
  border: 1px solid #707070;
  height: 36px;
  padding: 5px 10px; }

.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
  width: 150px; }

.woocommerce-page .button {
  color: #ffffff !important;
  background-color: #b7ce5a !important;
  border: 1px solid #b7ce5a !important;
  font-family: "Red Hat Display";
  font-size: 12px;
  line-height: 20px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  border-radius: 0 !important; }
  .woocommerce-page .button:hover, .woocommerce-page .button:focus {
    color: #ffffff;
    background-color: #b7ce5a;
    box-shadow: none; }

.woocommerce-ordering .orderby {
  height: 36px;
  border-radius: 0;
  display: inline-block;
  background-color: transparent;
  color: #000;
  border: 1px solid #333;
  font-family: Outfit,sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }