/*!
Theme Name: WKLH-FM 1.5
Description: Child theme for WKLH-FM.
Author: Saga Communications
Author URI: http://sagacom.com/
Template: radio-stations
Version: 1.5
!*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, 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: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007fc2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0086cc;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

@-webkit-keyframes underlineH1 {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes underlineH1 {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
html {
  background: #191919;
}

body.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
}
@media screen and (min-width: 992px) {
  body.site {
    background: #020202;
    background-image: "";
  }
}
@media screen and (min-width: 992px) {
  body.site main.site-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.site main.site-content {
    /* IE10+ specific styles go here */
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
}
body.site img {
  max-width: 100%;
  height: auto;
}

.edit-link {
  display: none;
}

.visual-wrapper {
  padding: 0;
  background: none;
  display: block;
  display: table \0 /IE9;
}
@media screen and (min-width: 992px) {
  .visual-wrapper {
    padding: 1.5em;
    background: #fff;
    width: 100%;
  }
}

.page-wrap {
  display: inline-block;
  background: #fff;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-wrap {
    padding: 0.5em;
  }
}

@media screen and (max-width: 992px) {
  .article-column {
    padding: 0;
  }
}

.breadcrumbs {
  display: none;
  background: #f1f1f1;
  padding: 0.5em 1em;
  font-size: 1rem;
  color: #7a7a7a;
  margin-bottom: 1em;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    display: inline-block;
  }
}

.banner {
  line-height: 0;
}
.banner ins {
  display: inline-block;
}
.banner ins a {
  display: inherit;
}
.banner ins a img {
  display: inherit;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .desktop-banner {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .mobile-banner {
    display: none;
  }
}

.jp-carousel-msg {
  display: none;
}

.item {
  padding: 1em;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  display: inline-block;
  width: 100%;
}
.item .momentdate, .item .incats, .item .date {
  font-size: 0.8rem;
  color: #7a7a7a;
  margin: 0;
}
.item h2 {
  font-size: 1rem;
  font-weight: 600;
}
.item .itemimg {
  float: left;
  width: auto;
  position: relative;
}
.item .itemimg a {
  display: inline-block;
}
.item .itemimg a img {
  max-width: 100px;
  height: 100%;
  margin-right: 1em;
  border: 1px solid #eee;
}
.item .itemimg span {
  display: none;
}

a {
  color: #007fc2;
}
a:hover {
  color: #0086cc;
}
a:visited {
  color: #0086cc;
}

input[type=submit], button[type=submit] {
  background: #f1af2a;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .hidden-phone {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}

.error404 .message {
  text-align: center;
  padding: 2em 0;
}
.error404 .message h1 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 0.5;
  color: #f1af2a;
}
.error404 .search404 {
  border-top: 3px solid #eee;
  padding: 2em 0;
}
.error404 .search404 h2 {
  text-align: center;
  width: 100%;
  clear: both;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #f1af2a;
  margin-bottom: 2em;
}
.error404 .search404 .result {
  margin: auto;
}

.button {
  background: #f1af2a;
  color: white;
  border: none;
  padding: 0.5em 1em;
  margin: 1em;
  text-transform: uppercase;
}
.button:focus {
  outline: none;
}

.sharethis-inline-share-buttons {
  text-align: center !important;
}
.sharethis-inline-share-buttons .st-btn {
  float: left;
  min-width: 0 !important;
  border-radius: 50% !important;
  margin-right: 1em !important;
}
.sharethis-inline-share-buttons .st-btn .st-label {
  display: none !important;
}

.alignleft {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

.alignright {
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

.aligncenter {
  margin: auto;
  position: relative;
  display: block;
}

blockquote {
  background: #eee;
  border-radius: 4px;
  font-style: italic;
}
blockquote p {
  padding: 1em;
  margin: 0;
}

ins {
  display: inline-block;
}
ins a {
  display: inline-block;
}
ins a img {
  border: 1px solid #e1e1e1;
}

.billboard ins {
  padding: 0.75em 0 0.5em 0;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
  color: #007fc2;
}

.stationbar {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: #191919;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .stationbar {
    padding: 0.5em 0;
  }
}
.stationbar a.listen-live-link {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  color: #f1af2a;
  text-decoration: none;
}
.stationbar a.listen-live-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .stationbar a.listen-live-link {
    margin: 0;
    text-align: left;
  }
}
.stationbar form {
  margin-left: 1em;
  float: right;
}
.stationbar form input#s {
  background: rgba(255, 255, 255, 0.1);
  color: #d6d6d6;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding-left: 10px;
  width: 200px;
}
.stationbar form ::-webkit-input-placeholder {
  color: #d6d6d6;
}
.stationbar form ::-moz-placeholder {
  color: #d6d6d6;
}
.stationbar form :-ms-input-placeholder {
  color: #d6d6d6;
}
.stationbar form ::-ms-input-placeholder {
  color: #d6d6d6;
}
.stationbar form ::placeholder {
  color: #d6d6d6;
}
.stationbar form input.field {
  height: 32px;
}
.stationbar form label, .stationbar form input.submit {
  display: none;
}
.stationbar ul.social-icons {
  float: right;
  margin: 0;
}
.stationbar ul.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.stationbar ul.social-icons li a {
  display: block;
  background: white;
  width: 32px;
  height: 32px;
}
.stationbar ul.social-icons li a span {
  display: none;
}
.stationbar ul.social-icons li a {
  display: block;
  height: 32px;
  width: 32px;
  margin: 0 2px;
  text-decoration: none;
  background-size: 64px 352px;
  background: transparent url("/wp-content/themes/radio-stations/images/con-icons.png") no-repeat 0 0;
  background-image: -webkit-image-set(url("/wp-content/themes/radio-stations/images/con-icons.png") 1x, url("/wp-content/themes/radio-stations/images/con-icons@2x.png") 2x);
  background-image: -o-image-set(url("/wp-content/themes/radio-stations/images/con-icons.png") 1x, url("/wp-content/themes/radio-stations/images/con-icons@2x.png") 2x);
  background-image: -ms-image-set(url("/wp-content/themes/radio-stations/images/con-icons.png") 1x, url("/wp-content/themes/radio-stations/images/con-icons@2x.png") 2x);
}
.stationbar ul.social-icons li a.soundcloud {
  background-position: 0 -256px;
}
.stationbar ul.social-icons li a.soundcloud:hover,
.stationbar ul.social-icons li a.soundcloud:focus {
  background-position: -32px -256px;
}
.stationbar ul.social-icons li a.facebook {
  background-position: 0 -224px;
}
.stationbar ul.social-icons li a.facebook:hover,
.stationbar ul.social-icons li a.facebook:focus {
  background-position: -32px -224px;
}
.stationbar ul.social-icons li a.twitter {
  background-position: 0 -192px;
}
.stationbar ul.social-icons li a.twitter:hover,
.stationbar ul.social-icons li a.twitter:focus {
  background-position: -32px -192px;
}
.stationbar ul.social-icons li a.instagram {
  background-position: 0 -288px;
}
.stationbar ul.social-icons li a.instagram:hover,
.stationbar ul.social-icons li a.instagram:focus {
  background-position: -32px -288px;
}
.stationbar ul.social-icons li a.tunein {
  background-position: 0 -320px;
}
.stationbar ul.social-icons li a.tunein:hover,
.stationbar ul.social-icons li a.tunein:focus {
  background-position: -32px -320px;
}
.stationbar ul.social-icons li a.snapchat {
  background-position: 0 -352px;
}
.stationbar ul.social-icons li a.snapchat:hover,
.stationbar ul.social-icons li a.snapchat:focus {
  background-position: -32px -352px;
}
.stationbar ul.social-icons li a.youtube {
  background-position: 0 -160px;
}
.stationbar ul.social-icons li a.youtube:hover,
.stationbar ul.social-icons li a.youtube:focus {
  background-position: -32px -160px;
}
.stationbar ul.social-icons li a.alexa {
  background-position: 0 -128px;
}
.stationbar ul.social-icons li a.alexa:hover,
.stationbar ul.social-icons li a.alexa:focus {
  background-position: -32px -128px;
}
.stationbar ul.social-icons li a.email {
  background-position: 0 -96px;
}
.stationbar ul.social-icons li a.email:hover,
.stationbar ul.social-icons li a.email:focus {
  background-position: -32px -96px;
}
.stationbar ul.social-icons li a.sms {
  background-position: 0 -64px;
}
.stationbar ul.social-icons li a.sms:hover,
.stationbar ul.social-icons li a.sms:focus {
  background-position: -32px -64px;
}
.stationbar ul.social-icons li a.iphone {
  background-position: 0 -32px;
}
.stationbar ul.social-icons li a.iphone:hover,
.stationbar ul.social-icons li a.iphone:focus {
  background-position: -32px -32px;
}
.stationbar ul.social-icons li a.android {
  background-position: 0 0;
}
.stationbar ul.social-icons li a.android:hover,
.stationbar ul.social-icons li a.android:focus {
  background-position: -32px 0;
}
@media screen and (max-width: 992px) {
  .stationbar form, .stationbar ul.social-icons {
    display: none;
  }
}

header.header {
  position: relative;
  display: inline-block;
  z-index: 100;
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-shadow: 0 8px 15px -11px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 15px -11px rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
}
header.header .header-banner {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #fff;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  header.header .header-banner {
    height: 126px;
  }
}
header.header h1.site-title {
  width: auto;
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header.header h1.site-title a {
  color: #f1af2a;
}
header.header h1.site-title a:hover {
  color: rgba(241, 175, 42, 0.75);
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  header.header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header.header .logo {
  width: auto;
  margin: 1em auto;
  padding: 0;
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  header.header .logo {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 0 0 1.25em;
    top: 0 \0 /IE9;
  }
}
header.header .logo a {
  display: inline-block;
}
header.header .logo a .logo-img {
  width: 100%;
  height: auto;
}
header.header .listen-live {
  display: block;
  float: right;
  width: 300px;
  overflow: hidden;
  height: 86px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 15% \0 /IE9;
  margin-right: 1.25em;
}
header.header .listen-live a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #f1af2a;
  background: linear-gradient(34deg, #f1af2a 0%, rgba(241, 175, 42, 0.8) 100%);
  border-radius: 6px;
}
header.header .listen-live a svg {
  width: 50%;
  padding: 1em;
}
header.header .listen-live a svg rect {
  fill: white;
}
header.header .listen-live a img {
  pointer-events: none;
}
header.header .listen-live a .ll-sponsor {
  display: inline-block;
  width: 50%;
  height: 86px;
  background-size: 120px 56px;
  background-repeat: no-repeat;
  background-position: center;
}
header.header .listen-live a .ll-eq {
  width: 110px;
  display: inline-block;
  margin-left: 7px;
}
header.header .listen-live a .ll-button {
  width: 50%;
  float: right;
  margin: 0;
  position: relative;
  top: 50%;
  top: 8% \0 /IE9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1em;
  fill: #fff;
}
@media screen and (max-width: 992px) {
  header.header .listen-live {
    display: none;
  }
}
header.header nav {
  background: #111;
  float: left;
  clear: both;
  width: 100%;
}
header.header nav ul {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  header.header nav ul li.current-menu-item a {
    background: rgba(0, 0, 0, 0.1);
  }
}
header.header nav ul li {
  display: inline-block;
  float: left;
  position: relative;
  font-size: 1rem;
}
header.header nav ul li a {
  display: inline-block;
  outline: none;
  color: #f1af2a;
  font-weight: 400;
  padding: 0.75em 1em;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1;
}
header.header nav ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
header.header nav ul li ul li {
  font-size: 0.95rem;
}
header.header nav ul li:hover a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  header.header nav ul li:hover a {
    background: rgba(0, 0, 0, 0.1);
  }
}
header.header nav ul li:hover ul {
  background: #111;
  display: inline-block;
  position: absolute;
  width: 280px;
  top: 40px;
  left: 0;
}
header.header nav ul li:hover ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}
header.header nav ul li:hover ul li a {
  color: #f1af2a;
  width: 100%;
}
header.header nav ul li:hover ul li a:hover {
  color: #fff;
  background: #111;
}
header.header nav ul li:hover ul li ul {
  display: none;
}
header.header nav ul li:hover ul li:hover ul {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 992px) {
  header.header nav ul li:hover ul li:hover ul {
    position: absolute;
    top: 0;
    left: 280px;
  }
}
header.header .nav-open {
  display: none;
}
@media screen and (max-width: 992px) {
  header.header nav {
    width: auto;
    float: right;
    clear: unset;
  }
  header.header nav ul {
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 5vh;
    padding-top: 5vh;
  }
  header.header nav ul li:hover ul {
    width: 100%;
    position: relative;
    top: 0;
    display: block;
  }
  header.header nav ul li ul {
    display: block;
    background: #111;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: 0;
    color: #f1af2a;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  header.header nav ul li ul li {
    color: #fff;
  }
  header.header nav ul li ul li a {
    color: #fff;
  }
  header.header nav ul li ul li ul {
    display: inline-block;
    position: relative;
    height: auto;
    overflow: visible;
  }
  header.header nav ul li.menu-item-has-children a {
    color: #f1af2a;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  header.header nav ul li.menu-item-has-children .nav-carrot {
    display: inline-block;
    position: relative;
    left: 1em;
    pointer-events: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  header.header nav ul li.menu-item-has-children .nav-carrot svg {
    width: 16px;
  }
  header.header nav ul li.menu-item-has-children .nav-carrot svg path {
    fill: #f1af2a;
  }
  header.header nav ul li.menu-item-has-children ul li.menu-item-has-children .nav-carrot {
    display: none;
  }
  header.header nav ul li.menu-item-has-children.toggle-open {
    background: rgba(0, 0, 0, 0.1);
  }
  header.header nav ul li.menu-item-has-children.toggle-open a {
    color: #fff;
  }
  header.header nav ul li.menu-item-has-children.toggle-open .nav-carrot {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  header.header nav ul li.menu-item-has-children.toggle-open .nav-carrot svg polygon {
    fill: #fff;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transition-delay: 250ms; /* Safari */
    transition-delay: 250ms;
  }
  header.header nav ul li.menu-item-has-children.toggle-open ul.sub-menu {
    height: auto;
    overflow: visible;
    display: inline-block;
    background: inherit;
    position: relative;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  header.header nav ul li.menu-item-has-children.toggle-open ul.sub-menu li a {
    color: #fff;
  }
  header.header .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #111;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header.header .nav-container ul.menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10vh;
    pointer-events: none; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.75)));
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  header.header .nav-container ul {
    width: 100%;
  }
  header.header .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  header.header .nav-container ul li a {
    opacity: 0;
    font-size: 24px;
    font-weight: 600;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: auto;
  }
  header.header .nav-container ul li ul li a {
    font-size: 18px;
  }
  header.header .nav-container ul li:nth-child(1) a {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  header.header .nav-container ul li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header.header .nav-container ul li:nth-child(3) a {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header.header .nav-container ul li:nth-child(4) a {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header.header .nav-container ul li:nth-child(5) a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  header.header .nav-container ul li:nth-child(6) a {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header.header .nav-container ul li:nth-child(7) a {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  header.header .nav-container ul li:nth-child(8) a {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  header.header .nav-container ul li:nth-child(9) a {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  header.header .nav-container ul li:nth-child(10) a {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  header.header .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  header.header .nav-open {
    position: absolute;
    float: none;
    display: inline-block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    background: #111;
    padding: 15px 4px;
    right: 15px;
    top: 45%;
  }
  header.header .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #f1af2a;
    border-radius: 2px;
    margin-left: 10px;
  }
  header.header .nav-open i:nth-child(1) {
    margin-top: 2px;
  }
  header.header .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  header.header .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
}
header.header #nav:checked + .nav-open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.5);
}
header.header #nav:checked + .nav-open i {
  background: #f1af2a;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
header.header #nav:checked + .nav-open i:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(180deg);
          transform: translateY(6px) rotate(180deg);
}
header.header #nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
header.header #nav:checked + .nav-open i:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(90deg);
          transform: translateY(-6px) rotate(90deg);
}
header.header #nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
header.header #nav:checked ~ .nav-container ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: auto;
}
@media screen and (max-width: 992px) {
  header.header #nav:not(:checked) ~ .nav-container {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
}
header.header .hidden {
  display: none;
}
header.header .no-js header.header nav ul li ul {
  height: auto;
}
@media screen and (min-width: 992px) {
  header.header .nav-carrot {
    display: none;
  }
}

.home .page-wrap {
  padding-bottom: 2em;
}
.home .footer-ads {
  background: none;
}
.home .slider-pro {
  display: inline-block;
  width: 100%;
  height: auto;
  background: #000;
}
.home .slider-pro .placeholder {
  width: 100%;
}
.home .slider-pro .sp-slides {
  background: black;
  display: inline-block;
  width: 100%;
  height: 400px;
}
.home .slider-pro .sp-slides .sp-slide h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.5em;
  z-index: 999;
  width: 100%;
  display: inline-block;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0); /* IE6-9 */
}
@media screen and (min-width: 992px) {
  .home .slider-pro .sp-slides .sp-slide h2 {
    padding: 2em 1em;
    text-shadow: 2px 2px 0 #000;
  }
}
@media screen and (max-width: 992px) {
  .home .slider-pro .sp-slides .sp-slide h2 {
    font-size: 1.2em;
    background: rgba(0, 0, 0, 0.7);
  }
}
.home .slider-pro .sp-slides .sp-slide a {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.home .slider-pro .sp-slides.no-js {
  overflow: scroll;
}
.home .slider-pro .sp-slides.no-js .sp-slide {
  position: relative;
  display: inline-block;
}
.home ul.pager {
  width: 100%;
  position: absolute;
  display: inline-block;
  bottom: 0;
  padding: 0.25em;
  margin: 0;
  z-index: 99;
  text-align: center;
}
.home ul.pager li {
  display: inline-block;
  vertical-align: text-top;
  padding: 0.25em;
}
.home ul.pager li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
}
.home ul.pager li.activeSlide a {
  background: rgba(241, 175, 42, 0.75);
}

.feature-show {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68aff9+0,3c7eff+100 */
  background: #f1af2a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(133, 129, 130, 0.75) 0%, #858182 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba($feature-show-bg,0.75), endColorstr=rgba($feature-show-bg,1), GradientType=1); /* IE6-9 fallback on horizontal gradient */
  margin: 1em 0 0 0;
  padding: 1em 1em 1em 0;
  overflow: hidden;
}
.feature-show .row {
  display: block;
  grid-auto-flow: unset;
  padding: 0 1em;
}
@media screen and (min-width: 767px) {
  .feature-show .row {
    padding: 0 1em 0 2em;
  }
}
@media screen and (min-width: 992px) {
  .feature-show .row {
    display: -ms-inline-grid;
    display: inline-grid;
    grid-auto-flow: column;
    padding: 0 1em;
    grid-column-gap: 1em;
  }
}
@media screen and (min-width: 992px) {
  .feature-show {
    padding: 0 1em;
  }
}
@media screen and (min-width: 767px) {
  .feature-show div[class^=col-] {
    padding-right: 0;
  }
  .feature-show div[class^=col-]:last-of-type {
    padding-right: 15px;
  }
}
.feature-show h1, .feature-show h2, .feature-show h3 {
  color: white;
}
.feature-show div.widget {
  background: none;
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0 1em 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media screen and (min-width: 767px) {
  .feature-show div.widget {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .feature-show div.widget {
    margin: 0;
    padding: 1em 0;
  }
}
.feature-show div.widget div:first-of-type, .feature-show div.widget ul:first-of-type {
  list-style-type: none;
  background: #fff;
  margin: 0;
  height: 100%;
  padding: 1em;
}
.feature-show div.widget a {
  display: inline-block;
  width: 100%;
  position: relative;
  height: auto;
  vertical-align: bottom;
  color: #111;
}
.feature-show div.widget .content-area ul {
  list-style-type: disc;
}
.feature-show div.widget.widget_media_image {
  width: 230px;
  padding: 0;
  position: relative;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .feature-show div.widget.widget_media_image {
    margin: 0 0 1em 0;
  }
}
.feature-show div.widget.widget_media_image h1 {
  opacity: 0;
  position: absolute;
  background: none;
  color: black;
}
.feature-show div.widget.widget_media_image a {
  display: contents;
}
@media screen and (min-width: 992px) {
  .feature-show div.widget.widget_media_image a {
    display: -ms-grid;
    display: grid;
    margin: 0;
    place-items: center center;
  }
}
.feature-show div.widget.widget_media_image img {
  padding: 0;
  margin: auto;
  position: relative;
  text-align: center;
  display: block;
  height: 100%;
  width: auto;
}
.widget_rss {
  background: #fff;
  -webkit-box-shadow: 0 0 90px -48px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 90px -48px rgba(0, 0, 0, 0.25);
}
.widget_rss .widget-title a {
  color: #f1af2a;
}
.widget_rss .widget-title a:hover, .widget_rss .widget-title a:visited, .widget_rss .widget-title a:focus {
  color: #f1af2a;
}
.widget_rss .widget-title a img {
  display: none;
}
.widget_rss ul {
  padding: 1em;
  margin: 0;
  list-style-type: none;
  border: 1px solid #EEE;
  font-weight: bold;
}
.widget_rss ul li {
  margin-bottom: 1em;
  font-weight: bold;
}

.widget_ad_zone_widget {
  text-align: center;
}

.home .widget .sponsor {
  padding: 1em;
}

.home-center .widget.items.news img {
  max-width: 100px;
  height: auto;
}

.widget {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 90px -48px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 90px -48px rgba(0, 0, 0, 0.25);
}
.widget h1, .widget h3.widget-title {
  background: #111;
  color: #f1af2a;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5em 0.75em;
  margin: 0;
  font-weight: 300;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget .gform_wrapper {
  padding: 1em;
  margin: 0;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

.widget.sponsors {
  margin-top: 0;
  margin-bottom: 1em;
}
.widget.sponsors .item a.sponsor-img {
  display: inline-block;
  float: left;
  margin-right: 1em;
}
.widget.sponsors .item p {
  font-size: 0.8rem;
}

.widget.news, .widget.sponsors {
  padding: 0;
}

.home .widget {
  margin-top: 2em;
}
.home .top-section {
  margin-top: 1em;
}
.home .top-section .widget {
  display: inline-block;
  float: right;
  margin: 1.825em 0 0 0;
}
.home .top-section .adwidget img {
  max-width: 100%;
  height: auto;
}

.home-left .widget .item {
  margin-bottom: 0;
  padding: 0.5em 1em;
}
.home-left .widget .item h2 {
  font-size: 15px;
  margin: 0;
}
.home-left .widget .item p, .home-left .widget .item .itemimg {
  display: none;
}

.item .flag.fresh {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 0;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
  width: 100px;
  height: 30px;
  background-size: 100px 30px;
  background: transparent url(/wp-content/themes/radio-stations/images/fresh.png) no-repeat center center;
  background-image: -webkit-image-set(url(/wp-content/themes/radio-stations/images/fresh.png) 1x, url(/wp-content/themes/radio-stations/images/fresh@2x.png) 2x);
  background-image: -o-image-set(url(/wp-content/themes/radio-stations/images/fresh.png) 1x, url(/wp-content/themes/radio-stations/images/fresh@2x.png) 2x);
  background-image: -ms-image-set(url(/wp-content/themes/radio-stations/images/fresh.png) 1x, url(/wp-content/themes/radio-stations/images/fresh@2x.png) 2x);
}

aside.widget-area {
  margin-top: 1em;
}
aside.widget-area .widget {
  margin-top: 1em;
}
aside.widget-area .widget:first-child {
  margin-top: 0;
}
aside.widget-area .widget .textwidget {
  padding: 1em;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  display: inline-block;
  width: 100%;
}
aside.widget-area .widget_media_image a {
  text-align: center;
  position: relative;
  display: block;
}
aside.widget-area a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.whats-happening, .featuregroup {
  padding: 0;
}

.widget.widget_now_playing_widget h1 {
  margin: 0 !important;
}
.widget.widget_now_playing_widget .td-song-history {
  border-right: #eee 1px solid;
  border-bottom: #eee 1px solid;
  border-left: #eee 1px solid;
  padding-top: 1em;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song {
  border-bottom: 1px solid #eee !important;
}

.td-song-history {
  display: inline-block;
}
.td-song-history .td-song-history__header {
  display: none;
}
.td-song-history .td-song-history__header .td-song-history__header__title {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1rem;
}
.td-song-history .td-song-history__header__action {
  float: right;
}
.td-song-history .td-song-history__song {
  float: left;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.td-song-history .td-song-history__song:first-child {
  padding-top: 0;
}
.td-song-history .td-song-history__song:last-child {
  padding-bottom: 0;
  border: unset;
}
.td-song-history .td-song-history__song .td-song-history__song__picture {
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: center;
  padding-right: 1em;
}
.td-song-history .td-song-history__song .td-song-history__song__picture img {
  width: 125px;
}
.td-song-history .td-song-history__song .td-song-history__song__infos {
  float: left;
}
.td-song-history .td-song-history__song .td-song-history__song__infos .td-song-history__song__infos__cue-title {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-style: italic;
}
.td-song-history .td-song-history__song .td-song-history__song__infos .td-song-history__song__infos__artist-name {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.td-song-history .td-song-history__song__buy {
  display: none;
}

.widget.widget_now_playing_widget {
  padding: 0;
}
.widget.widget_now_playing_widget h1 {
  margin: 0 10px;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song {
  padding-bottom: 1em;
  width: 100%;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song:first-child {
  padding-top: 0;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song:last-child {
  border-bottom: unset !important;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song .td-song-history__song__picture {
  padding: 4px 15px 0 1em;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song .td-song-history__song__picture img {
  width: 50px;
  height: auto;
}
.widget.widget_now_playing_widget .td-song-history .td-song-history__song .td-song-history__song__infos {
  width: 195px;
}

.textwidget {
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

.archive.news {
  background: #fff;
}

.archive.tax-saga_programs .entry-content {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: 1em;
  padding: 0 1em;
  font-size: 1.2em;
}
@media screen and (min-width: 992px) {
  .archive.tax-saga_programs .entry-content {
    padding: 0;
  }
}
.archive.tax-saga_programs .entry-content img {
  max-width: 100%;
  height: auto;
}
.archive.tax-saga_programs .entry-content iframe {
  margin: 1em auto;
  position: relative;
  display: block;
  width: 100%;
}

.archive .archive-title, .taxonomy .archive-title {
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  color: black;
  font-size: 2rem;
  line-height: 1.3;
  width: 100%;
}
.archive .archive-title span, .taxonomy .archive-title span {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 5px), #f1af2a 10px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-animation: underlineH1 ease-in 1s;
  animation: underlineH1 ease-in 1s;
  -webkit-animation-fill-mode: forwards;
}
@media screen and (min-width: 992px) {
  .archive .archive-title, .taxonomy .archive-title {
    text-align: left;
    padding: 0;
    font-size: 2.5rem;
  }
}
.archive article, .taxonomy article {
  background: white;
  padding: 1em;
  display: inline-block;
  width: 100%;
}
.archive article .entry-content, .taxonomy article .entry-content {
  padding: 1em;
  display: inline-block;
}
.archive article .entry-header, .taxonomy article .entry-header {
  padding: 1em;
}
.archive article .entry-header .entry-title, .taxonomy article .entry-header .entry-title {
  margin: 0;
  color: #f1af2a;
  font-size: 2.25em;
}
.archive .archive-feature-image, .taxonomy .archive-feature-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.archive .term-description, .archive .description, .taxonomy .term-description, .taxonomy .description {
  display: inline-block;
  padding: 1em;
  background: #f1f1f1;
  color: #7a7a7a;
  width: 100%;
}
.archive .pagination, .taxonomy .pagination {
  background: #eee;
  display: table;
  padding: 0.25em 0.5em;
  width: auto;
  position: relative;
  margin: 2em auto;
}
.archive .pagination span.current, .taxonomy .pagination span.current {
  color: #7a7a7a;
}
.archive .pagination span.current, .archive .pagination a, .taxonomy .pagination span.current, .taxonomy .pagination a {
  font-size: 1.2rem;
  padding: 0.25em;
}
.archive .pagination a:hover, .taxonomy .pagination a:hover {
  text-decoration: none;
}

.Byline-block {
  font-size: 0.8rem;
  color: #7a7a7a;
  margin-bottom: 0.5em;
}

.single-saga_news figcaption {
  font-size: 0.8rem;
  background: #f1f1f1;
  color: #7a7a7a;
  padding: 1em;
}
.single-saga_news figcaption .featured-image--source:before {
  content: "Source:";
  padding-right: 0.25em;
}
.single-saga_news figcaption .featured-image--source:after {
  content: "|";
  margin: 0 0.5em;
}
.single-saga_news figcaption .featured-image--source span {
  color: #7a7a7a;
  font-size: 0.8rem;
}
.single-saga_news .entry-content {
  margin-top: 1em;
}

.single .post-type-title, .page .post-type-title {
  background: #f1af2a;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25em 0.5em;
  margin-bottom: 0;
  width: 100%;
}
.single .entry-header, .page .entry-header {
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
  display: inline-block;
}
.single .entry-header .st-btn, .page .entry-header .st-btn {
  float: none;
}
@media screen and (min-width: 992px) {
  .single .entry-header .st-btn, .page .entry-header .st-btn {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .single .entry-header, .page .entry-header {
    text-align: left;
    padding: 0;
  }
}
.single .entry-image, .page .entry-image {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}
.single .entry-image a, .page .entry-image a {
  display: inherit;
  width: 100%;
  text-decoration: none;
}
.single .entry-image a iframe, .page .entry-image a iframe {
  width: 100%;
}
.single .entry-image a img, .page .entry-image a img {
  display: inherit;
  width: 100%;
  height: auto;
}
.single article .entry-header, .page article .entry-header {
  width: 100%;
}
.single article .entry-header .entry-title, .page article .entry-header .entry-title {
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  color: black;
  font-size: 2em;
  line-height: 1.3;
  width: 100%;
}
.single article .entry-header .entry-title span, .page article .entry-header .entry-title span {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 5px), #f1af2a 10px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-animation: underlineH1 ease-in 1s;
  animation: underlineH1 ease-in 1s;
  -webkit-animation-fill-mode: forwards;
}
@media screen and (min-width: 992px) {
  .single article .entry-header .entry-title, .page article .entry-header .entry-title {
    text-align: left;
    padding: 0;
    font-size: 2.5em;
  }
}
.single article .entry-header .entry-meta, .page article .entry-header .entry-meta {
  color: #7a7a7a;
}
.single article .entry-image img, .page article .entry-image img {
  width: 100%;
}
.single article .entry-image a:hover, .page article .entry-image a:hover {
  cursor: pointer;
}
.single article .entry-image a:hover figcaption, .page article .entry-image a:hover figcaption {
  text-decoration: none;
}
.single article .entry-image a figcaption, .page article .entry-image a figcaption {
  font-size: 0.8rem;
  background: #f1f1f1;
  color: #7a7a7a;
  padding: 1em;
}
.single article .entry-image a figcaption .featured-image--source, .page article .entry-image a figcaption .featured-image--source {
  padding-right: 1em;
}
.single article .entry-image a figcaption .featured-image--source:before, .page article .entry-image a figcaption .featured-image--source:before {
  content: "Source :";
  padding: 0 0.5em;
}
.single article .entry-image a figcaption .featured-image--photographer, .page article .entry-image a figcaption .featured-image--photographer {
  padding-right: 1em;
}
.single article .entry-image a figcaption .featured-image--photographer:before, .page article .entry-image a figcaption .featured-image--photographer:before {
  content: "Photographer :";
  padding: 0 0.5em;
}
.single article .entry-image a figcaption .featured-image--caption:before, .page article .entry-image a figcaption .featured-image--caption:before {
  content: "/";
  padding: 0 1em 0 0;
}
.single article .entry-content, .page article .entry-content {
  display: block;
  margin-bottom: 1em;
  padding: 0 1em;
  font-size: 1.2em;
}
@media screen and (min-width: 992px) {
  .single article .entry-content, .page article .entry-content {
    padding: 0;
  }
}
.single article .entry-content img, .page article .entry-content img {
  max-width: 100%;
  height: auto;
}
.single article .entry-content iframe, .page article .entry-content iframe {
  margin: 1em auto;
  position: relative;
  display: block;
  width: 100%;
}

.page .contest-rules #breadcrumb {
  display: none;
}
.page .contest-rules .archive h1 {
  padding: 0.5em 0.5em 0 0.5em;
  margin: 0;
  font-size: 1.85em;
  line-height: 1.3;
}

.tax-saga_programs ul.Program-Links-Block .listen-live {
  display: none;
}
.tax-saga_programs ul.Program-Links-Block .Button-small {
  background: #111;
  color: rgba(241, 175, 42, 0.9);
}
.tax-saga_programs ul.Program-Links-Block .Button-small:hover {
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
}

.post-type-archive-saga_on_air #weekly-schedule .listen-live, .post-type-archive-saga_on_air .weekly-programming .listen-live, .post-type-archive-saga_on_air .weekend-programming .listen-live {
  display: none;
}
.post-type-archive-saga_on_air #weekly-schedule input {
  height: 2.5em;
  visibility: hidden;
  width: 0;
}
.post-type-archive-saga_on_air #weekly-schedule label {
  background: #e0e0e0;
  border-radius: 0.25em 0.25em 0 0;
  color: #888;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 0.25em;
  padding: 0 1.5em;
  margin-top: 0.25em;
  text-align: center;
}
.post-type-archive-saga_on_air #weekly-schedule input:hover + label {
  background: #ddd;
  color: #666;
}
.post-type-archive-saga_on_air #weekly-schedule input:checked + label {
  background: #f1af2a;
  color: #fff;
  position: relative;
  z-index: 6;
  /*
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  */
}
.post-type-archive-saga_on_air #schedule {
  background: #f7f7f7;
  border-radius: 0 0.25em 0.25em 0.25em;
  min-height: 20em;
  position: relative;
  width: 100%;
  top: -8px;
  z-index: 5;
  clear: both;
}
.post-type-archive-saga_on_air #schedule section {
  opacity: 0;
  padding: 8px 1em 1em 1em;
  position: absolute;
  z-index: -100;
  width: 100%;
  top: 0;
  /*
  transition: all linear 0.1s;
  */
}
.post-type-archive-saga_on_air #schedule section .program {
  padding-bottom: 1em;
  border-bottom: 2px solid #e0e0e0;
}
.post-type-archive-saga_on_air #schedule section .program:nth-last-of-type(1) {
  border-bottom: none;
}
.post-type-archive-saga_on_air #schedule section .program img.program-image {
  float: left;
  margin: 0 1em 1em 0;
}
.post-type-archive-saga_on_air #schedule section .program h2.program-title {
  margin: 0.5em 1.5em 0.25em 0;
  line-height: 1.2;
}
.post-type-archive-saga_on_air #schedule section .program h2.program-title .program-times {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 1em;
}
.post-type-archive-saga_on_air #schedule section .program .program-line {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0 0 0;
}
.post-type-archive-saga_on_air #schedule section .program .program-times {
  font-weight: bold;
  font-size: 1em;
  line-height: 24px;
}
.post-type-archive-saga_on_air #schedule section .program .program--sml {
  float: right;
}
.post-type-archive-saga_on_air #schedule section .program .program--sml a {
  margin-left: 0.5em;
}
.post-type-archive-saga_on_air #schedule section .program .program--sml a img {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.post-type-archive-saga_on_air #schedule section .program .program--description {
  font-size: 1em;
  display: none;
}
.post-type-archive-saga_on_air #schedule section .program .program-toggle {
  position: absolute;
  top: 1em;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: 0 1em;
  background-image: url("/wp-content/themes/radio-stations/images/plus.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.post-type-archive-saga_on_air #schedule section .program .program-toggle.open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 500ms ease-out 200ms;
  transition: all 500ms ease-out 200ms;
}
.post-type-archive-saga_on_air #schedule section .program.program-over {
  margin-top: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 3px solid #ddd;
}
.post-type-archive-saga_on_air #schedule section .program.program-over img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.post-type-archive-saga_on_air #schedule section .program.program-over a:hover img {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.post-type-archive-saga_on_air #schedule section .live .listen-live {
  display: inline-block;
  position: relative;
  background: #f1af2a;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: white;
  border-radius: 4px;
}
.post-type-archive-saga_on_air #schedule section .live .listen-live:hover {
  text-decoration: none;
  background: rgba(241, 175, 42, 0.75);
}
.post-type-archive-saga_on_air #schedule section .live .listen-live img {
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 0.5em;
}
.post-type-archive-saga_on_air #weekly-schedule input#tab-1:checked ~ #schedule #schedule-1,
.post-type-archive-saga_on_air #weekly-schedule input#tab-2:checked ~ #schedule #schedule-2,
.post-type-archive-saga_on_air #weekly-schedule input#tab-3:checked ~ #schedule #schedule-3,
.post-type-archive-saga_on_air #weekly-schedule input#tab-4:checked ~ #schedule #schedule-4,
.post-type-archive-saga_on_air #weekly-schedule input#tab-5:checked ~ #schedule #schedule-5,
.post-type-archive-saga_on_air #weekly-schedule input#tab-6:checked ~ #schedule #schedule-6,
.post-type-archive-saga_on_air #weekly-schedule input#tab-7:checked ~ #schedule #schedule-7 {
  opacity: 1;
  z-index: 100;
  position: relative;
}

.weekly-programming .programs, .weekly-programming .personality, .personality-info .programs, .personality-info .personality {
  padding-bottom: 2em;
}
.weekly-programming .programs img, .weekly-programming .personality img, .personality-info .programs img, .personality-info .personality img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.Schedule-Block {
  margin-top: 1em;
}
.Schedule-Block ul {
  padding: 0;
  list-style-type: none;
  line-height: 1;
}

.author .author-title {
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  color: black;
  font-size: 2rem;
  line-height: 1.3;
  width: 100%;
}
.author .author-title span {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 5px), #f1af2a 10px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-animation: underlineH1 ease-in 1s;
  animation: underlineH1 ease-in 1s;
  -webkit-animation-fill-mode: forwards;
}
@media screen and (min-width: 992px) {
  .author .author-title {
    text-align: left;
    padding: 0;
    font-size: 2.5rem;
  }
}
.author .author-profile {
  padding-bottom: 1em;
}
.author-info {
  width: auto;
  display: block;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 560px) {
  .author-info {
    max-width: 280px;
    text-align: left;
  }
}
.author-info .Schedule-Block {
  margin: 0;
  padding: 1em 1em 0 1em;
  border-bottom: 4px solid #ddd;
  background: #eee;
}
@media only screen and (min-width: 560px) {
  .author-info .Schedule-Block {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.author-info .Schedule-Block .Button-xsmall {
  background: #f1af2a;
  padding: 4px 8px;
  color: #eee;
  font-size: 14px;
}
.author-info .Schedule-Block .Button-xsmall:hover {
  text-decoration: none;
  background: rgba(241, 175, 42, 0.9);
  color: #eee;
}
.author-info .Schedule-Block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.author-info .Schedule-Block ul li {
  margin-bottom: 1em;
}
.author-info .Schedule-Block ul li p {
  margin-bottom: 0.75em;
}
.author-info .Schedule-Block ul li ul li {
  margin-bottom: 0.25em;
  margin-right: 0.25em;
}
.author-info .profile-links {
  margin-top: 0;
  width: 100%;
  display: inline-block;
}
.author-info .profile-links li {
  margin-bottom: 0;
}

.author-description iframe {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .closings-nav {
    border-bottom: 2px solid #f1af2a;
  }
}

.note-toggle {
  color: #007fc2;
}
.note-toggle:hover {
  color: #0086cc;
}
.note-toggle:visited {
  color: #0086cc;
}

.post-type-archive-saga_closings .closing {
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  padding: 1em 0;
}
.post-type-archive-saga_closings .closing h2 a {
  text-decoration: underline;
}
.post-type-archive-saga_closings .closing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-saga_closings .closing ul li {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 900;
}

.archive-closings ul.dropdown, .archive-closings ul.dropdown li, .archive-closings ul.dropdown li ul, .archive-closings ul.dropdown li ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.closings-buttons {
  border-bottom: 1px #eee solid;
}
.closings-buttons button {
  background: #111;
  color: #f1af2a;
  border: none;
  padding: 0.5em 1em;
  border-radius: 3px;
  position: relative;
}
.closings-buttons button:focus {
  outline: 0;
}
.closings-buttons ul.dropdown-menu {
  position: absolute;
  top: 39px;
  left: 0;
  background: #111;
  color: #f1af2a;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  z-index: 999;
}
.closings-buttons ul.dropdown-menu li.cat-item-none {
  padding: 0.5em 1em;
}
.closings-buttons ul.dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.closings-buttons ul.dropdown-menu li:hover {
  background: #fff;
}
.closings-buttons ul.dropdown-menu li a {
  text-decoration: none;
  color: #f1af2a;
  width: 100%;
  padding: 0.5em 1em;
}

.archive-closings ul.dropdown ul.drop-list {
  position: absolute;
  width: 100%;
  background: #f7f7f7;
  padding: 0;
  -webkit-box-shadow: 2px 2px 0px #e3e3e3;
          box-shadow: 2px 2px 0px #e3e3e3;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .archive-closings ul.dropdown ul.drop-list {
    font-size: 0.8em;
  }
}
.archive-closings ul.dropdown ul.drop-list li a {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  z-index: 9;
}

.archive-closings ul.dropdown ul.drop-list li a:hover {
  text-decoration: none;
  background: #fff;
}

.archive-closings ul.dropdown button {
  -webkit-appearance: none;
  padding: 10px 15px;
  border: none;
  background: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #474747;
}

@media screen and (min-width: 992px) {
  .archive-closings ul.dropdown button {
    font-size: 0.8em;
  }
}
.archive-closings ul.dropdown button:active {
  border: none;
  background: #eaeaea;
}

.archive-closings ul.dropdown button:focus {
  outline: none;
  background: #eaeaea;
}

.closings-nav {
  width: 100%;
  display: inline-block;
  margin: 0.5em 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(247, 247, 247)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f7f7", GradientType=0); /* IE6-9 */
  -webkit-box-shadow: 1px 1px 2px #e3e3e3;
          box-shadow: 1px 1px 2px #e3e3e3;
}

.closings-nav form, .closings-nav ul.dropdown {
  width: auto;
  float: left;
}

@media screen and (min-width: 992px) {
  .closings-nav form {
    font-size: 0.8em;
  }
}
.closings-nav form input.inlineSearch {
  border: none;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: none;
}

.closings-nav form input.inlineSearch:focus {
  outline: none;
}

.closings-nav form button.closing-search {
  padding: 10px 20px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}

.closings-nav form button.closing-search:focus {
  outline: none;
  background: #ccc;
}

.archive-closings .listings-header,
.archive-closings .closing-listing:nth-child(even) {
  background: #efefef;
}

.archive-closings .listings-header {
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #474747;
}

.archive-closings .listings-header {
  display: none;
}

@media screen and (min-width: 992px) {
  .archive-closings .listings-header {
    font-size: 0.8em;
    display: inline-block;
    width: 100%;
  }
}
.archive-closings .closing-listing {
  padding: 5px 10px;
}

.archive-closings .closing-listing {
  border-top: 2px solid #ddd;
}

.archive-closings .closing-listing .place-name, .archive-closings .closing-listing .modified-date {
  display: inline-block;
  width: 100%;
}

.archive-closings .closing-listing .modified-date {
  font-size: 0.8em;
}

.closing-listing .status {
  display: inline-block;
  width: auto;
  float: left;
  font-weight: 700;
}

.closing-listing .note-toggle {
  display: inline-block;
  width: auto;
  float: right;
  cursor: pointer;
}

.closing-listing .note-toggle:hover {
  text-decoration: none;
}

.closing-listing .closing-note {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

@media screen and (max-width: 992px) {
  .closings-nav form, .closings-nav ul.dropdown button, .closings-nav form input.inlineSearch {
    width: 100%;
    text-align: center;
  }
  .closings-nav {
    border-top: 1px solid #ddd;
  }
  .closings-nav ul.dropdown button, .closings-nav form input.inlineSearch {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .closings-nav form button.closing-search {
    display: none;
  }
  .closings-nav form input.inlineSearch {
    font-weight: 300;
    font-style: italic;
  }
  .closings-nav ul.dropdown {
    text-align: center;
    width: 100%;
  }
}
.sharedaddy {
  padding: 0 0 1em 0;
  display: inline-block;
}

.page .entry-content .item p {
  font-size: 1rem;
}

.em-pagination {
  background: #eee;
  display: table;
  padding: 0.25em 0.5em;
  width: auto;
  position: relative;
  margin: 2em auto;
}
.em-pagination span.current {
  color: #7a7a7a;
}
.em-pagination span.current, .em-pagination a {
  font-size: 1.2rem;
  padding: 0.25em;
}
.em-pagination a:hover {
  text-decoration: none;
}

.em-event-admin-editor {
  /* Time Picker */
}
.em-event-admin-editor #start-time, .em-event-admin-editor #end-time {
  width: 7em;
}
.em-event-admin-editor #start-time.error, .em-event-admin-editor #end-time.error {
  border: #cc0000 1px solid;
}
.em-event-admin-editor div.time-picker {
  position: absolute;
  height: 191px;
  width: 5em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}
.em-event-admin-editor div.time-picker-12hours {
  width: 7em; /* needed for IE */
}
.em-event-admin-editor div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #eee;
}
.em-event-admin-editor div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 14px/1 Helvetica, Arial, sans-serif;
  padding: 4px 7px;
  display: table;
  width: 100%;
  text-align: left;
}
.em-event-admin-editor div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}

.alertbar {
  width: 100%;
  padding: 0.5em;
  background: #dadada;
  text-align: center;
}
.alertbar a {
  color: #fff;
  text-decoration: none;
}
.alertbar .glyphicon {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 3px;
}
.alertbar .glyphicon-star {
  background-image: url("/wp-content/themes/radio-stations/images/star.png");
}
.alertbar .glyphicon-bullhorn {
  background-image: url("/wp-content/themes/radio-stations/images/bullhorn.png");
}
.alertbar .glyphicon-alert {
  background-image: url("/wp-content/themes/radio-stations/images/alert.png");
}

.alertbar.informational {
  background: #459ef0;
}

.alertbar.promotional {
  background: #F2822A;
}

.alertbar.warning {
  background: #ff493d;
}

ul.profile-links {
  margin: 1em 0 0 0;
  padding: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
ul.profile-links li {
  display: inherit;
  margin-right: 1em;
  line-height: 2;
}
ul.profile-links li:last-child {
  margin-right: 0;
}
ul.profile-links li a.googleplus:before {
  content: " ";
  background-image: url("/wp-content/themes/radio-stations/images/social-media/google.png");
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
}
ul.profile-links li a.googleplus span {
  display: none;
}
ul.profile-links li a.twitter:before {
  content: " ";
  background-image: url("/wp-content/themes/radio-stations/images/social-media/twitter.png");
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
}
ul.profile-links li a.twitter span {
  display: none;
}
ul.profile-links li a.facebook:before {
  content: " ";
  background-image: url("/wp-content/themes/radio-stations/images/social-media/facebook.png");
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
}
ul.profile-links li a.facebook span {
  display: none;
}

.Button {
  border-radius: 4px;
  color: #fff;
  background: #f5822b;
  padding: 0.35em 0.75em;
  margin: 0;
  text-decoration: none;
}
.Button:hover {
  text-decoration: none;
  background: #f4a369;
  color: #eee;
}
.Button:visited {
  color: #fff;
}

a.Button-small {
  border-radius: 2px;
  color: #111;
  background: #eee;
  padding: 0.5em 0.75em;
  text-decoration: none;
  font-size: 14px;
}
a.Button-small:hover {
  text-decoration: none;
  background: #111;
  color: #eee;
}
a.Button-small:visited {
  color: #111;
  background: #eee;
}
a.Button-small:visited:hover {
  text-decoration: none;
  background: #111;
  color: #eee;
}

.has-byline {
  clear: both;
  display: inline-block;
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .has-byline {
    float: right;
    width: auto;
    clear: none;
    margin-top: 0;
  }
}

.Byline {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  color: #7a7a7a;
}
@media screen and (min-width: 992px) {
  .Byline {
    width: auto;
  }
}
.Byline p {
  padding: 0;
}
/* Blocks */
.Program_Personalities_Block {
  margin: 1em 0 0 0;
  padding: 0 0 1em 0;
  border-radius: 4px;
  border-bottom: 4px solid #eee;
}
.Program_Personalities_Block h3 {
  width: 100%;
  line-height: 1;
  margin-bottom: 1em;
}
.Program_Personalities_Block .Program_Personalities_Block--member {
  display: inherit;
  text-align: center;
}
.Program_Personalities_Block .Program_Personalities_Block--member img {
  border-radius: 50%;
}
.Program_Personalities_Block .Program_Personalities_Block--member h4 {
  line-height: 2;
}

ul.Program-Links-Block, ul.Profile-Links-Block {
  margin: 1em 0;
  padding: 0;
  display: inline-block;
  width: auto;
}
ul.Program-Links-Block li, ul.Profile-Links-Block li {
  display: inherit;
  margin: 0 0.5em 0.5em 0;
  line-height: 2;
}
ul.Program-Links-Block li:last-child, ul.Profile-Links-Block li:last-child {
  margin-right: 0;
}
ul.Program-Links-Block li a.twitter:before, ul.Profile-Links-Block li a.twitter:before {
  content: " ";
  background-image: url("/wp-content/themes/radio-stations/images/social-media/twitter.png");
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
}
ul.Program-Links-Block li a.twitter span, ul.Profile-Links-Block li a.twitter span {
  display: none;
}
ul.Program-Links-Block li a.facebook:before, ul.Profile-Links-Block li a.facebook:before {
  content: " ";
  background-image: url("/wp-content/themes/radio-stations/images/social-media/facebook.png");
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
}
ul.Program-Links-Block li a.facebook span, ul.Profile-Links-Block li a.facebook span {
  display: none;
}

.Next_On_Block {
  padding: 1em;
  background: #f5f5f5;
  margin: 1em 0 0 0;
  border-radius: 4px;
}

.Appears-On-Block {
  background: #f1f1f1;
  padding: 0.5em 0.75em;
  margin-top: 1em;
  border-radius: 4px;
  font-size: small;
  display: inline-block;
}
.Appears-On-Block h3 {
  font-size: small;
  margin: 0;
  padding-right: 0.25em;
  width: auto;
  display: inline;
  float: left;
}
.Appears-On-Block ul {
  padding: 0;
  margin: 0;
  width: auto;
  display: inline;
}
.Appears-On-Block ul li {
  list-style-type: none;
  font-style: italic;
  display: inline;
  margin-right: 0.25em;
}
.Appears-On-Block ul li a {
  color: #333;
}
.Appears-On-Block ul li:after {
  content: ",";
}
.Appears-On-Block ul li:last-child:after {
  content: "";
}

.next-on-program .content-area {
  font-size: small;
  height: 100%;
  padding: 1em;
}
.next-on-program .content-area ol, .next-on-program .content-area ul, .next-on-program .content-area dl {
  padding-left: 15px;
}

div.saga-any-post-widget ul.list-area {
  padding: 1em;
  list-style-type: none;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  display: inline-block;
  width: 100%;
}
div.saga-any-post-widget ul.list-area li {
  padding-bottom: 1em;
}

.footer-ads {
  background: #fff;
  padding: 1em 1em 0 1em;
  text-align: center;
  display: table;
  width: 100%;
}
.footer-ads .adwidget {
  width: auto;
  text-align: center;
  display: inline-block;
  margin: 0 auto 1em auto;
}
.footer-ads .adwidget img {
  width: 100%;
  height: auto;
}

.footer-ad {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: black;
}
.footer-ad .span12 {
  width: 100%;
}

.mobile-banner {
  background: black;
  display: block;
  text-align: center;
  height: 50px;
  bottom: -1px;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: -2px 0 18px 0;
          box-shadow: -2px 0 18px 0;
}
@media screen and (min-width: 992px) {
  .mobile-banner {
    display: none;
  }
}

.home footer .container {
  background: #111;
}

footer {
  background: #111;
  margin-top: 0;
  display: table;
  clear: both;
  position: relative;
  width: 100%;
}
footer .legal {
  margin-bottom: 1em;
  font-size: 0.8rem;
  color: #7a7a7a;
}
footer .legal ul.policy {
  padding: 2em 1em 2em 1em;
  margin: 0;
  list-style-type: none;
}
footer .logo {
  display: block;
  position: relative;
  margin: 2em auto 0 auto;
  width: 125px;
}
@media screen and (min-width: 992px) {
  footer .logo {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 150px;
  }
}
footer .logo img {
  width: 100%;
}
footer .widget {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
footer .widget h3 {
  background: #111;
  color: #fff;
  font-size: 1rem;
  padding: 0.5em;
  margin: 0;
}
footer .widget ul {
  font-size: 0.8rem;
  padding: 0.5em 1em;
  margin: 0;
  list-style-type: none;
}
footer .visual-wrapper {
  background: #111;
  padding: 1em;
  display: inline-block;
}
footer .menu-full-width {
  padding: 2em 0;
}
footer .menu-full-width .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-inline-grid;
  display: inline-grid;
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  footer .menu-full-width .menu {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
footer .menu-full-width .menu li {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: center;
  font-size: 1.125rem;
}
footer .menu-full-width .menu li:first-of-type {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
footer .menu-full-width .menu li a {
  color: #7a7a7a;
}
footer .menu-full-width .menu li a:hover {
  text-decoration: none;
  color: #f1af2a;
}
footer .menu-full-width .menu li ul {
  margin: 0;
  padding: 0;
}
footer .menu-full-width .menu li ul li {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

header.header .header-banner {
  background: #222222;
}
header.header .header-banner .logo {
  max-width: 412px;
}
@media screen and (max-width: 992px) {
  header.header .header-banner .logo {
    margin: 0 auto;
  }
}
header.header .listen-live a {
  background: #f1af2a !important;
}
header.header .listen-live a .ll-button {
  fill: #333;
}
@media screen and (max-width: 992px) {
  header.header {
    background: #222222;
  }
}

.artist-profile-content {
  position: relative;
}
.artist-profile-content h2 {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.artist-profile-content h2 a {
  padding: 0.5em;
  color: #f1af2a;
  display: block;
}

.feature-show {
  background: #858182 !important;
}
.feature-show .widget_media_image a {
  bottom: -6px;
  position: absolute !important;
}

.wfvip-widget {
  background-image: url(images/wfvip.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 130px;
  margin-top: 1em;
  font-size: 14px;
  color: #000;
}
.wfvip-widget:hover {
  color: #000;
}
.wfvip-widget .wfvip {
  position: absolute;
  bottom: 2em;
  left: 1.5em;
  display: inline-block;
  width: 87%;
  text-align: center;
}
.wfvip-widget .wfvip p {
  line-height: 1.25;
}

.feature-show div.widget div:first-of-type, .feature-show div.widget ul:first-of-type {
  background: none;
  border: unset;
  color: #fff;
}
.feature-show div.widget div:first-of-type a, .feature-show div.widget ul:first-of-type a {
  color: #f1af2a;
}

header.header .nav-open {
  background: #f1af2a;
}
header.header .nav-open i {
  background: #1a1a1a;
}
@media screen and (max-width: 568px) {
  header.header .nav-open {
    top: 42px;
  }
}