/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}/* line 1, css/_root.scss */

* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}

/* line 7, css/_root.scss */

html {
  font-size: 16px;
}

/* line 11, css/_root.scss */

body {
  color: #121212;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}

/* line 17, css/_root.scss */

a,
a:visited {
  color: #0184B7;
  text-decoration: none;
  transition: .2s ease all;
}

/* line 22, css/_root.scss */

a:hover,
a:visited:hover {
  color: #015c80;
  text-decoration: underline;
}

/* line 28, css/_root.scss */

main {
  margin: 1.3rem auto 0;
}

@media only screen and (min-width: 1024px) {
  /* line 28, css/_root.scss */

  main {
    margin: 2rem auto 0;
    min-height: 60vh;
  }
}

/* line 37, css/_root.scss */

.btn {
  border-radius: 3px;
  border: 1px solid #0184B7;
  background-color: #fff;
  color: #0184B7;
  padding: .3rem .5rem;
}

/* line 45, css/_root.scss */

.opinion-more-link {
  display: block;
  font-size: .85rem;
  padding-right: .8em;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

/* line 53, css/_root.scss */

.opinion-more-link:after {
  content: '\203A';
  font-size: 1.8em;
  line-height: .65;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 63, css/_root.scss */

.section-title {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Neuton';
  margin-bottom: 1.3rem;
}

@media only screen and (min-width: 768px) {
  /* line 63, css/_root.scss */

  .section-title {
    display: none;
  }
}

/* line 74, css/_root.scss */

.load-more {
  margin: 0 auto 2rem;
  text-align: center;
}

/* line 79, css/_root.scss */

.grecaptcha-badge {
  display: none;
}

/* line 1, css/_ads.scss */

.ad-block {
  background-color: #e0e0e0;
  margin: 0 auto;
  overflow: hidden;
}

/* line 7, css/_ads.scss */

.ad-block--middle {
  margin-bottom: 2rem;
}

/* line 11, css/_ads.scss */

.ad-block a {
  display: block;
  padding: 1rem 0;
}

/* line 16, css/_ads.scss */

.ad-block img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 400px;
  max-width: 100%;
  width: auto;
}

@media only screen and (min-width: 768px) {
  /* line 16, css/_ads.scss */

  .ad-block img {
    max-width: 700px;
  }
}

/* line 1, css/_header.scss */

.header {
  background-color: #fff;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* line 9, css/_header.scss */

.header--single {
  box-shadow: 0 2px 6px 0 rgba(18,18,18,0.05);
}

/* line 13, css/_header.scss */

.header--nav-open {
  position: fixed;
}

/* line 18, css/_header.scss */

.nav {
  position: relative;
  width: 100%;
}

/* line 22, css/_header.scss */

.nav__top {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 55px;
  position: relative;
  top: 0;
  width: 100%;
}

/* line 32, css/_header.scss */

.nav__logo-link {
  color: #121212;
  font-family: 'Neuton', serif;
  font-size: 1.5rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 32, css/_header.scss */

  .nav__logo-link {
    font-size: 2rem;
  }
}

/* line 42, css/_header.scss */

.nav__logo-link:visited,
.nav__logo-link:focus {
  color: #121212;
}

/* line 47, css/_header.scss */

.nav__logo-link:hover,
.nav__logo-link:active {
  color: #121212;
  fill: #121212;
  text-decoration: none;
}

/* line 55, css/_header.scss */

.nav__list {
  display: none;
  font-size: .85rem;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  /* line 55, css/_header.scss */

  .nav__list {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 67, css/_header.scss */

.nav__list--single {
  display: none;
}

/* line 71, css/_header.scss */

.nav__list li {
  margin-right: 1rem;
}

/* line 75, css/_header.scss */

.nav__list a:link,
.nav__list a:visited {
  color: #666;
  text-decoration: none;
}

/* line 80, css/_header.scss */

.nav__list a:hover {
  color: #121212;
  text-decoration: underline;
}

/* line 85, css/_header.scss */

.nav__list .current-menu-item a:link,
.nav__list .current-menu-item a:visited {
  color: #121212;
}

/* line 91, css/_header.scss */

.nav__link {
  color: #fff;
  display: none;
  fill: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-right: 1.3em;
}

/* line 99, css/_header.scss */

.nav__link:visited,
.nav__link:focus {
  color: #fff;
}

/* line 104, css/_header.scss */

.nav__link:hover,
.nav__link:active {
  color: #121212;
  fill: #121212;
  text-decoration: none;
}

/* line 111, css/_header.scss */

.nav__link--last {
  padding-right: .6em;
}

@media only screen and (min-width: 1024px) {
  /* line 91, css/_header.scss */

  .nav__link {
    display: inline-block;
  }
}

/* line 120, css/_header.scss */

.nav__icon {
  width: 18px;
  height: 18px;
}

/* line 126, css/_header.scss */

.nav-drawer {
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #fff;
  bottom: 0;
  color: #121212;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  left: 0;
  padding: 0 15px;
  position: fixed;
  right: 0;
  top: 55px;
  transform: translateX(-100%);
  transition: background-color 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),transform 0.26s cubic-bezier(0.52, 0.16, 0.24, 1);
  z-index: 5;
}

/* line 144, css/_header.scss */

.nav-drawer--open {
  background-color: #fcfcfc;
  transform: translateY(0);
}

@media only screen and (min-width: 1024px) {
  /* line 126, css/_header.scss */

  .nav-drawer {
    display: none;
  }
}

/* line 153, css/_header.scss */

.nav-drawer__link {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* line 163, css/_header.scss */

.nav-drawer__link:hover,
.nav-drawer__link:active {
  color: #121212;
  text-decoration: none;
}

/* line 170, css/_header.scss */

.nav-drawer__list {
  list-style: none;
  padding: 0;
  width: 100%;
}

/* line 175, css/_header.scss */

.nav-drawer__list a:link,
.nav-drawer__list a:visited {
  border-bottom: 1px solid #666;
  display: block;
  color: #121212;
  font-size: 1rem;
  padding: .85rem 0;
}

/* line 184, css/_header.scss */

.nav-drawer__list a:hover,
.nav-drawer__list a:active {
  color: #666;
  text-decoration: none;
}

/* line 194, css/_header.scss */

.hamburger {
  cursor: pointer;
  height: 53px;
  margin-right: -15px;
  position: relative;
  width: 60px;
}

@media only screen and (min-width: 1024px) {
  /* line 194, css/_header.scss */

  .hamburger {
    display: none;
  }
}

/* line 206, css/_header.scss */

.hamburger__open-line {
  background-color: #666;
  border-radius: 2px;
  height: 3px;
  left: 15px;
  position: absolute;
  width: 33px;
  transition: .2s ease-in-out all;
}

/* line 216, css/_header.scss */

.hamburger__open-line--bottom {
  bottom: 20px;
}

/* line 220, css/_header.scss */

.hamburger__open-line--top {
  top: 20px;
}

/* line 224, css/_header.scss */

.hamburger__open-line--rotate-bottom {
  bottom: 25px;
  transform: rotateZ(-45deg);
}

/* line 229, css/_header.scss */

.hamburger__open-line--rotate-top {
  top: 25px;
  transform: rotateZ(45deg);
}

/* line 1, css/_alert-bar.scss */

.alert-bar {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  padding: .3em 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /* line 1, css/_alert-bar.scss */

  .alert-bar {
    font-size: 1.2rem;
  }
}

/* line 14, css/_alert-bar.scss */

.alert-bar:hover,
.alert-bar:visited,
.alert-bar:active {
  color: inherit;
  text-decoration: none;
}

/* line 1, css/_list-post.scss */

.list-post {
  margin-bottom: 2.5rem;
}

/* line 4, css/_list-post.scss */

.list-post__image-link {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 4, css/_list-post.scss */

  .list-post__image-link {
    padding: 0;
  }

  /* line 13, css/_list-post.scss */

  .list-post__image-link--no-margin {
    margin-bottom: 0;
  }
}

/* line 18, css/_list-post.scss */

.list-post__image-link--featured {
  padding: 0;
}

/* line 23, css/_list-post.scss */

.list-post__img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 23, css/_list-post.scss */

  .list-post__img {
    height: 100%;
    position: relative;
    width: 350px;
  }
}

/* line 42, css/_list-post.scss */

.list-post__img--featured {
  margin: 0 -15px 1rem -15px;
  height: auto;
  position: relative;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
}

@media only screen and (min-width: 768px) {
  /* line 42, css/_list-post.scss */

  .list-post__img--featured {
    margin: 0 auto 1rem;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 56, css/_list-post.scss */

  .list-post__img--no-margin {
    margin-bottom: 0;
  }
}

/* line 63, css/_list-post.scss */

.list-post__banner {
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 67, css/_list-post.scss */

  .list-post__title-overlay {
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    padding: 15px;
    position: absolute;
  }
}

/* line 76, css/_list-post.scss */

.list-post__title-link {
  color: #363636;
}

/* line 79, css/_list-post.scss */

.list-post__title-link:visited,
.list-post__title-link:hover,
.list-post__title-link:visited:hover {
  color: #363636;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  /* line 85, css/_list-post.scss */

  .list-post__title-link--overlay {
    color: #fff;
  }

  /* line 88, css/_list-post.scss */

  .list-post__title-link--overlay:visited,
  .list-post__title-link--overlay:hover,
  .list-post__title-link--overlay:visited:hover {
    color: #fff;
    text-decoration: none;
  }
}

/* line 96, css/_list-post.scss */

.list-post__title {
  font-size: 1.2rem;
  line-height: 1.3;
}

/* line 100, css/_list-post.scss */

.list-post__title--featured {
  font-size: 2.1rem;
}

/* line 105, css/_list-post.scss */

.list-post__blurb {
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 113, css/_list-post.scss */

.list-post__author-link {
  font-size: .9rem;
  display: block;
  margin-bottom: 0;
}

/* line 119, css/_list-post.scss */

.list-post__date {
  font-size: .9rem;
  color: #666;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 125, css/_list-post.scss */

  .list-post__date--overlay {
    color: #e6e6e6;
  }

  /* line 128, css/_list-post.scss */

  .list-post__date--overlay:visited,
  .list-post__date--overlay:hover,
  .list-post__date--overlay:visited:hover {
    color: #e6e6e6;
    text-decoration: none;
  }
}

/* line 137, css/_list-post.scss */

.list-post-divider {
  border-bottom: 1px solid #0184B7;
  font-size: .8rem;
  margin-bottom: 2rem;
  padding-bottom: .5em;
  text-transform: uppercase;
}

/* line 144, css/_list-post.scss */

.list-post-divider--hide-sm {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 149, css/_list-post.scss */

  .list-post-divider--hide-sm {
    display: block;
  }

  /* line 153, css/_list-post.scss */

  .list-post-divider--hide-md {
    display: none;
  }
}

/* line 1, css/_post.scss */

.post {
  margin: 0 auto;
  max-width: 630px;
}

/* line 5, css/_post.scss */

.post__title {
  font-family: 'Neuton', serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* line 13, css/_post.scss */

.post__category {
  color: #666;
  font-family: 'Nueton', serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* line 22, css/_post.scss */

.post__category-link:link,
.post__category-link:visited {
  color: #666;
  display: block;
  font-family: 'Nueton', serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* line 33, css/_post.scss */

.post__category-link:hover,
.post__category-link:visited:hover {
  color: #121212;
  text-decoration: none;
}

/* line 39, css/_post.scss */

.post__author-link {
  font-size: .9rem;
  display: block;
  margin-bottom: 0;
}

/* line 45, css/_post.scss */

.post__date {
  font-size: .9rem;
  color: #666;
}

/* line 50, css/_post.scss */

.post__share {
  font-size: .9rem;
  color: #666;
}

/* line 55, css/_post.scss */

.post__share-link:link,
.post__share-link:visited {
  color: #0184B7;
  fill: #0184B7;
}

/* line 61, css/_post.scss */

.post__share-link:hover {
  color: #016a92;
  fill: #016a92;
  text-decoration: none;
}

/* line 67, css/_post.scss */

.post__icon {
  height: .9rem;
  width: .9rem;
}

/* line 72, css/_post.scss */

.post__content {
  margin-bottom: 2rem;
}

/* line 75, css/_post.scss */

.post__content p {
  font-family: 'Neuton', serif;
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

/* line 82, css/_post.scss */

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2rem;
}

/* line 92, css/_post.scss */

.post__content ul {
  font-family: 'Neuton', serif;
  font-size: 1.35rem;
  line-height: 1.5;
  margin: 0 auto 2rem;
  padding-left: 1.3rem;
}

/* line 100, css/_post.scss */

.post__content li {
  padding-left: 1rem;
  margin-bottom: 1rem;
  text-indent: -1rem;
}

/* line 106, css/_post.scss */

.post__content img {
  display: block;
  height: auto;
  margin: 0 -15px 1rem;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
}

@media only screen and (min-width: 768px) {
  /* line 106, css/_post.scss */

  .post__content img {
    margin: 0 -60px 1rem;
    max-width: calc(100% + 120px);
    width: calc(100% + 120px);
  }
}

/* line 120, css/_post.scss */

.post__content .wp-caption-text {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: .8rem;
  letter-spacing: .1em;
}

/* line 129, css/_post.scss */

.tag-list {
  margin-bottom: 2rem;
}

/* line 132, css/_post.scss */

.tag-list a {
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: #efefef;
  color: #666;
  display: inline-block;
  font-size: .9rem;
  margin: 0 .5rem .5rem 0;
  padding: .3rem .5rem;
  white-space: nowrap;
}

/* line 143, css/_post.scss */

.tag-list a:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}

/* line 150, css/_post.scss */

.extras {
  background-color: #fcfcfc;
  padding: 1.3rem 0;
}

/* line 2, css/_events.scss */

.events-link-back:link,
.events-link-back:visited {
  border-radius: 3px;
  border: 1px solid #0184B7;
  background-color: #fff;
  color: #0184B7;
  display: inline-block;
  margin-bottom: 1rem;
  padding: .3rem .5rem;
}

/* line 13, css/_events.scss */

.events-link-back:hover {
  color: #0184B7;
  text-decoration: none;
}

/* line 19, css/_events.scss */

.events-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 25, css/_events.scss */

.events-nav a:link,
.events-nav a:visited {
  color: #0184B7;
  display: block;
  position: relative;
}

/* line 32, css/_events.scss */

.events-nav__chev {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
}

/* line 39, css/_events.scss */

.events-list-divider h2 {
  border-bottom: 1px solid #0184B7;
  font-size: .8rem;
  margin-bottom: 2rem;
  padding-bottom: .5em;
  text-transform: uppercase;
}

/* line 1, css/_recent-posts.scss */

.recent-posts {
  margin-bottom: 4rem;
}

/* line 4, css/_recent-posts.scss */

.recent-posts__card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(18,18,18,0.04);
  border: 1px solid rgba(18,18,18,0.09);
  margin: 0 auto 1rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 4, css/_recent-posts.scss */

  .recent-posts__card {
    height: 296px;
  }
}

/* line 17, css/_recent-posts.scss */

.recent-posts__image-link {
  display: block;
  margin-bottom: 1rem;
}

/* line 22, css/_recent-posts.scss */

.recent-posts__img {
  height: 150px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

/* line 29, css/_recent-posts.scss */

.recent-posts__content {
  padding: 0 1rem;
}

/* line 33, css/_recent-posts.scss */

.recent-posts__title {
  color: #121212;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  height: 48px;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

/* line 46, css/_recent-posts.scss */

.recent-posts__title:link,
.recent-posts__title:hover,
.recent-posts__title:visited {
  color: #121212;
  text-decoration: none;
}

/* line 1, css/_comments.scss */

.comments {
  margin: 0 auto;
  max-width: 600px;
}

/* line 6, css/_comments.scss */

.comments-list {
  margin-bottom: 1.5rem;
}

/* line 9, css/_comments.scss */

.comments-list__title {
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1.5rem;
}

/* line 16, css/_comments.scss */

.card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(18,18,18,0.04);
  border: 1px solid rgba(18,18,18,0.09);
  margin: 0 auto 1rem;
}

/* line 24, css/_comments.scss */

.comment {
  padding: 1.1rem 1.1rem 0;
}

/* line 27, css/_comments.scss */

.comment__author {
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  display: block;
  margin-bottom: 0;
}

/* line 34, css/_comments.scss */

.comment__date {
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  color: #666;
}

/* line 41, css/_comments.scss */

.comment__content p {
  font-family: 'Nueton', serif;
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* line 50, css/_comments.scss */

.comment-form {
  font-family: 'Roboto', sans-serif;
}

/* line 53, css/_comments.scss */

.comment-form__title {
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1.5rem;
}

/* line 59, css/_comments.scss */

.comment-form__author {
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  display: block;
  margin-bottom: 1rem;
}

/* line 66, css/_comments.scss */

.comment-form__label {
  font-size: .9rem;
}

/* line 70, css/_comments.scss */

.comment-form__input {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(18,18,18,0.04);
  border: 1px solid rgba(18,18,18,0.09);
  font-family: 'Neuton', serif;
  font-size: 1.15rem;
  padding: .5rem 1.1rem;
  margin: 0 auto 1rem;
  width: 100%;
}

/* line 82, css/_comments.scss */

.comment-form__textarea {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(18,18,18,0.04);
  border: 1px solid rgba(18,18,18,0.09);
  font-family: 'Neuton', serif;
  font-size: 1.15rem;
  padding: 1.1rem;
  margin: 0 auto 1rem;
  width: 100%;
}

/* line 1, css/_sidebar.scss */

.sidebar {
  background-color: #fcfcfc;
  display: block;
  margin: 0 -15px;
  padding: 1rem 15px;
}

@media only screen and (min-width: 768px) {
  /* line 1, css/_sidebar.scss */

  .sidebar {
    background-color: inherit;
    display: block;
    margin: 0;
    padding: 0 0 0 3rem;
  }
}

/* line 14, css/_sidebar.scss */

.sidebar__widget-wrap {
  margin-bottom: 2rem;
}

/* line 18, css/_sidebar.scss */

.sidebar>.sidebar__widget-wrap .sidebar__title {
  border: 0;
  font-size: 1.8rem;
  padding-bottom: 0;
  text-transform: none;
}

/* line 25, css/_sidebar.scss */

.sidebar>.sidebar__widget-wrap ~ .sidebar__widget-wrap .sidebar__title {
  border-bottom: 1px solid #0184B7;
  font-size: .8rem;
  margin-bottom: 1rem;
  padding-bottom: .5em;
  text-transform: uppercase;
}

/* line 33, css/_sidebar.scss */

.sidebar__text {
  color: #666;
  font-size: .9rem;
}

/* line 38, css/_sidebar.scss */

.sidebar__more-link {
  display: block;
  font-size: .85rem;
  padding-right: .8em;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

/* line 46, css/_sidebar.scss */

.sidebar__more-link:after {
  content: '\203A';
  font-size: 1.8em;
  line-height: .65;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 57, css/_sidebar.scss */

.sidebar-list {
  list-style: none;
  margin: 0 auto 1rem;
  padding: 0;
}

/* line 62, css/_sidebar.scss */

.sidebar-list__item {
  margin-bottom: 1rem;
}

/* line 66, css/_sidebar.scss */

.sidebar-list__title-link {
  color: #363636;
}

/* line 69, css/_sidebar.scss */

.sidebar-list__title-link:visited,
.sidebar-list__title-link:hover,
.sidebar-list__title-link:visited:hover {
  color: #363636;
  text-decoration: none;
}

/* line 75, css/_sidebar.scss */

.sidebar-list__title {
  font-size: 1rem;
  line-height: 1.3;
}

/* line 80, css/_sidebar.scss */

.sidebar-list__subtitle {
  font-size: .9rem;
  color: #666;
}

/* line 84, css/_sidebar.scss */

.sidebar-list__subtitle--events-date {
  text-align: right;
}

/* line 1, css/_apwidget.scss */

.widget-ap-nfl {
  border: none !important;
  background: transparent !important;
}

/* line 5, css/_apwidget.scss */

.widget-ap-nfl #ap-widget-wrap {
  background: transparent !important;
}

/* line 9, css/_apwidget.scss */

.widget-ap-nfl .widget-content-block {
  padding: 0 !important;
  font-family: 'Roboto', sans-serif !important;
}

/* line 14, css/_apwidget.scss */

.widget-ap-nfl .widget-title-wrap {
  display: none !important;
}

/* line 18, css/_apwidget.scss */

.widget-ap-nfl .ap-news-title,
.widget-ap-nfl .ap-news-header-wrap a,
.widget-ap-nfl .ap-news-pubdate {
  font-family: 'Roboto', sans-serif !important;
}

/* line 24, css/_apwidget.scss */

.widget-ap-nfl .ap-news-pubdate {
  font-size: .85rem !important;
}

/* line 2, css/_search.scss */

.searchform>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  /* line 2, css/_search.scss */

  .searchform>div {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 12, css/_search.scss */

.searchform label {
  display: none;
}

/* line 16, css/_search.scss */

.searchform input[type=text] {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: .3rem .5rem;
  margin-bottom: 1rem;
  max-width: 100%;
}

@media only screen and (min-width: 1200px) {
  /* line 16, css/_search.scss */

  .searchform input[type=text] {
    margin: 0 1rem 0 0;
    width: 100%;
  }
}

/* line 29, css/_search.scss */

.searchform input[type=submit] {
  border-radius: 3px;
  border: 1px solid #0184B7;
  background-color: #fff;
  color: #0184B7;
  padding: .3rem .5rem;
}

/* line 1, css/_footer.scss */

.footer {
  background-color: #121212;
  color: #fff;
  padding: 2rem 0;
}

/* line 6, css/_footer.scss */

.footer__logo-text {
  font-family: 'Nueton', serif;
  font-size: 1.6rem;
}

/* line 11, css/_footer.scss */

.footer__widget-wrap {
  margin-bottom: 1rem;
}

/* line 15, css/_footer.scss */

.footer__title {
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 20, css/_footer.scss */

.footer__text,
.footer p {
  font-size: .85rem;
}

/* line 24, css/_footer.scss */

.footer__list {
  font-size: .85rem;
  list-style: none;
  padding: 0;
}

/* line 29, css/_footer.scss */

.footer__list a:hover {
  text-decoration: none;
}

/* line 34, css/_footer.scss */

.footer__link:link,
.footer__link:visited,
.footer__link:hover {
  color: #fff;
  fill: #fff;
  text-decoration: none;
}

/* line 42, css/_footer.scss */

.footer__icon {
  height: 25px;
  width: 25px;
}

