/* Import site specific variables */
/* Imports and extends base stylesheet, only include overrides or site-specific scss here */
/*! purgecss end ignore */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

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

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

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

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

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

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

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

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ab6f6;
}

.table-hover .table-primary:hover {
  background-color: #a0cbf8;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #80c28f;
}

.table-hover .table-success:hover {
  background-color: #a9d6b4;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -moz-user-select: none;
       user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 237, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #0072ed;
  border-color: #0072ed;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0060c7;
  border-color: #0059ba;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0060c7;
  border-color: #0059ba;
  box-shadow: 0 0 0 0.2rem rgba(38, 135, 240, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0072ed;
  border-color: #0072ed;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0059ba;
  border-color: #0053ad;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 135, 240, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #0a8927;
  border-color: #0a8927;
}

.btn-success:hover {
  color: #fff;
  background-color: #07651d;
  border-color: #075919;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #07651d;
  border-color: #075919;
  box-shadow: 0 0 0 0.2rem rgba(47, 155, 71, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #0a8927;
  border-color: #0a8927;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #075919;
  border-color: #064e16;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 155, 71, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0072ed;
  border-color: #0072ed;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0072ed;
  border-color: #0072ed;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 237, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0072ed;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0072ed;
  border-color: #0072ed;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 237, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #0a8927;
  border-color: #0a8927;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #0a8927;
  border-color: #0a8927;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 137, 39, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0a8927;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #0a8927;
  border-color: #0a8927;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 137, 39, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0072ed;
  text-decoration: none;
}

.btn-link:hover {
  color: #004da1;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1072px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1212px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0072ed;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

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

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0072ed;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

@media (min-width: 1072px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1212px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0072ed;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #004da1;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 237, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0072ed;
  border-color: #0072ed;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0072ed;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0059ba;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 237, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #0a8927;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #075919;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 137, 39, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #003b7b;
  background-color: #cce3fb;
  border-color: #b8d8fa;
}

.alert-primary hr {
  border-top-color: #a0cbf8;
}

.alert-primary .alert-link {
  color: #002348;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #054714;
  background-color: #cee7d4;
  border-color: #badec3;
}

.alert-success hr {
  border-top-color: #a9d6b4;
}

.alert-success .alert-link {
  color: #021707;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0072ed;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0072ed;
  border-color: #0072ed;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1072px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1212px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #003b7b;
  background-color: #b8d8fa;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #003b7b;
  background-color: #a0cbf8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #003b7b;
  border-color: #003b7b;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #054714;
  background-color: #badec3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #054714;
  background-color: #a9d6b4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #054714;
  border-color: #054714;
}

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

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

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

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

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

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

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

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.dropdown-menu.show {
  max-height: 70vh;
  overflow: auto;
  z-index: 1001;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 * Generated by Animista on 2019-12-12 11:33:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.slide-in-blurred-top {
  animation: slide-in-blurred-top 600ms cubic-bezier(0.23, 1, 0.32, 1) 100ms both;
}

@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 * Generated by Animista on 2019-12-12 11:33:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.swing-in-top-fwd {
  animation: swing-in-top-fwd 500ms cubic-bezier(0.17, 0.88, 0.32, 1.27) 100ms both;
}

@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation swing-out-top-fwd 
 * ----------------------------------------
 * Generated by Animista on 2019-12-12 12:23:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.swing-out-top-fwd {
  animation: swing-out-top-fwd 500ms cubic-bezier(0.6, -0.28, 0.73, 0.04) both;
}

@keyframes swing-out-top-fwd {
  0% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: rotateX(70deg);
    transform-origin: top;
    opacity: 0;
  }
}

/* stylelint-disable */
/* stylelint-enable */
.text-underlined {
  text-decoration: underline;
}

.hover-underlined:hover {
  text-decoration: underline;
}

body > iframe {
  display: none;
}

body > span > img {
  display: none;
}

body .fusion-app {
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}

body .fusion-app > div[type="rendering"] > section:not([id="0"]) {
  transition: transform 500ms cubic-bezier(0.56, 1.65, 0.77, 0.88);
  transition-timing-function: cubic-bezier(0.56, 1.65, 0.77, 0.88);
  position: relative;
}

body .fusion-app .overflow-auto {
  overflow: auto;
}

body .fusion-app .overflow-hidden {
  overflow: hidden;
}

body .fusion-app .overflow-x-hidden {
  overflow-x: hidden;
}

body .fusion-app .overflow-x {
  overflow-x: auto;
}

body .fusion-app .overflow-y-hidden {
  overflow-y: hidden;
}

body .fusion-app .overflow-y {
  overflow-y: auto;
}

body .fusion-app .overflow-hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

body .fusion-app .overflow-hide-scrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

body .fusion-app section.scroll {
  position: sticky;
  top: 0;
}

body .fusion-app section.rail {
  min-width: 300px;
}

@media (min-width: 1072px) {
  body .fusion-app section.rail {
    max-width: 300px;
  }
}

@media (min-width: 1072px) {
  body .fusion-app .includes-right-rail .article-content-container {
    max-width: calc(100% - 300px);
    overflow-x: hidden;
  }
}

/* Breakpoints: */
/* stylelint-disable */
.visual__image img {
  width: 100%;
}

/* stylelint-enable */
/* Connatix */
/* stylelint-disable at-rule-empty-line-before, at-rule-name-newline-after,  block-closing-brace-newline-after  */
.arc-ad {
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}

.arc-ad.include-disclaimer .arcad:before, .arc-ad.include-disclaimer .arcad:after {
  color: #212529;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 80%;
  font-weight: 400;
}

.arc-ad.include-disclaimer .arcad:before {
  content: "ADVERTISEMENT";
}

.arc-ad.include-disclaimer.include-disclaimer.ad-photo-gallery .arcad:before, .arc-ad.include-disclaimer.include-disclaimer.ad-photo-gallery .arcad:after {
  color: #f8f9fa;
}

.arc-ad.include-disclaimer.disclaimer-lang-es .arcad:before {
  content: "ANUNCIO";
}

.arc-ad.include-disclaimer-after .arcad:after {
  content: "ADVERTISEMENT";
}

.arc-ad.include-disclaimer-after .arcad:before {
  content: unset;
}

.arc-ad.include-disclaimer-after.language-es .arcad:after {
  content: "ANUNCIO";
}

.arc-ad .arcad,
.arc-ad amp-ad {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.arc-ad .arcad > div > div,
.arc-ad amp-ad > div > div {
  margin: 0 auto;
}

.arc-ad.ad-article-inline {
  width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .arc-ad.ad-article-inline {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.arc-ad .admin-placeholder {
  box-shadow: 0 0 6px 1px #333;
}

.arc-ad.ad {
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}

.arc-ad.ad-cube .arcad {
  min-width: 300px;
}

.arc-ad.ad-flex-cube .arcad {
  min-width: 300px;
}

.arc-ad.ad-mma-xl-banner .arc-ad-wrapper {
  display: flex;
  flex-direction: column;
}

.arc-ad.ad-mma-xl-banner .arcad {
  width: 300px;
}

.arc-ad.ad-mma-xl-banner .arcad > div {
  min-width: 300px;
  margin: 0 auto;
}

.arc-ad.ad-wallpaper {
  left: 50%;
  max-width: 1900px;
  position: absolute;
  transform: translateX(-50%);
}

.arc-ad.ad-wallpaper.admin-ad {
  position: relative;
}

.arc-ad.ad-wallpaper .arc-ad-wrapper {
  display: flex;
  flex-direction: column;
}

.arc-ad.ad-wallpaper .arcad {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.arc-ad.ad-wallpaper .arcad:before {
  content: "";
  min-height: 150px;
}

.arc-ad.ad-wallpaper .admin-placeholder {
  max-width: 100%;
  position: relative;
  width: 100%;
}

.arc-ad.ad-wallpaper .admin-placeholder:before {
  min-height: 90px;
}

.arc-ad.ad-wallpaper-flex-leaderboard {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.arc-ad.ad-fixed-bottom {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
}

.arc-ad.sticky {
  flex-grow: 1;
  max-height: 1400px;
}

.arc-ad.sticky .arc-ad-wrapper {
  position: sticky;
  top: 100px;
}

.arc-ad.ad-cube .arcad {
  min-height: 250px;
}

.arc-ad.ad-cube.include-disclaimer .arcad {
  min-height: 269.2px;
}

.arc-ad.ad-flex-cube .arcad {
  min-height: 250px;
}

.arc-ad.ad-flex-cube.include-disclaimer .arcad {
  min-height: 269.2px;
}

.arc-ad.ad-leaderboard .arcad {
  min-height: 50px;
}

@media (min-width: 768px) {
  .arc-ad.ad-leaderboard .arcad {
    min-height: 90px;
  }
}

.arc-ad.ad-leaderboard.include-disclaimer .arcad {
  min-height: 69.2px;
}

@media (min-width: 768px) {
  .arc-ad.ad-leaderboard.include-disclaimer .arcad {
    min-height: 109.2px;
  }
}

.arc-ad.ad-mma-xl-banner .arcad {
  min-height: 50px;
}

.arc-ad.ad-mma-xl-banner.include-disclaimer .arcad {
  min-height: 69.2px;
}

.arc-ad.ad-flex-leaderboard .arcad {
  min-height: 66px;
}

@media (min-width: 768px) {
  .arc-ad.ad-flex-leaderboard .arcad {
    min-height: 106px;
  }
}

.arc-ad.ad-flex-leaderboard.include-disclaimer .arcad {
  min-height: 85.2px;
}

@media (min-width: 768px) {
  .arc-ad.ad-flex-leaderboard.include-disclaimer .arcad {
    min-height: 125.2px;
  }
}

.arc-ad .arcad {
  min-height: 69.2px;
}

@media (min-width: 768px) {
  .arc-ad .arcad {
    min-height: 109.2px;
  }
}

.arc-ad.ad-footer-flex-leaderboard .arcad {
  min-height: 51px;
}

@media (min-width: 768px) {
  .arc-ad.ad-footer-flex-leaderboard .arcad {
    min-height: 91px;
  }
}

.arc-ad.ad-footer-flex-leaderboard.include-disclaimer .arcad {
  min-height: 70.2px;
}

@media (min-width: 768px) {
  .arc-ad.ad-footer-flex-leaderboard.include-disclaimer .arcad {
    min-height: 110.2px;
  }
}

.arc-ad.ad-article-inline .arcad {
  min-height: 82px;
}

@media (min-width: 768px) {
  .arc-ad.ad-article-inline .arcad {
    min-height: 122px;
  }
}

.arc-ad.ad-article-inline.include-disclaimer .arcad {
  min-height: 101.2px;
}

@media (min-width: 768px) {
  .arc-ad.ad-article-inline.include-disclaimer .arcad {
    min-height: 141.2px;
  }
}

.rail > .arc-ad.sticky:last-child {
  max-height: unset;
}

/* Connatix */
.connatix {
  /* stylelint-disable */
  /* stylelint-enable */
}

.connatix #connatix-highlights-embed .connatix {
  padding-bottom: 0 !important;
}

.article.article-body .oembed-youtube {
  margin: 0 auto;
  max-width: 800px;
}

.article.article-body .pullquote .blockquote-footer .article-citation {
  color: #656565;
}

.article.article-body .article-raw-html > div > iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.article mark.hl_red {
  background-color: #ff3b30;
}

.article mark.hl_orange {
  background-color: #ff9500;
}

.article mark.hl_yellow {
  background-color: #fc0;
}

.article mark.hl_green {
  background-color: #4cd964;
}

.article mark.hl_tblue {
  background-color: #5ac8fa;
}

.article mark.hl_blue {
  background-color: #007aff;
}

.article mark.hl_purple {
  background-color: #6664e4;
}

.article mark.hl_pink {
  background-color: #ff2d55;
}

.breaking-news-bar {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 0;
  text-shadow: 1px 1px 0 black;
}

.breaking-news-bar span {
  padding-right: 1px;
  padding-bottom: 1px;
}

.breaking-news-bar .alert-bar-text-container {
  /* stylelint-disable property-no-vendor-prefix, value-no-vendor-prefix, declaration-no-important */
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  /* stylelint-enable property-no-vendor-prefix, value-no-vendor-prefix, declaration-no-important */
}

.breaking-news-bar .alert-bar {
  border-bottom-style: 1px solid rgba(0, 0, 0, 0.3);
}

.breaking-news-bar .alert-bar.bar-blue {
  background-color: #4277bf;
}

.breaking-news-bar .alert-bar.bar-gray {
  background-color: #636363;
}

.breaking-news-bar .alert-bar.bar-orange {
  background-color: #c75200;
}

.breaking-news-bar .alert-bar.bar-red {
  background-color: #c00;
}

.breaking-news-bar .alert-bar.bar-teal {
  background-color: #008297;
}

.breaking-news-bar .alert-bar.bar-yellow {
  background-color: #ffae00;
  text-shadow: none;
}

.breaking-news-bar .alert-bar.bar-yellow .dismiss-alert-bar {
  text-shadow: none;
}

.flex-feature {
  /* stylelint-enable property-no-vendor-prefix, value-no-vendor-prefix, declaration-no-important */
}

.flex-feature .overlay {
  top: 0;
  left: 0;
  z-index: 10;
  /* stylelint-disable property-no-vendor-prefix, value-no-vendor-prefix, declaration-no-important */
}

.flex-feature .overlay .overline {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex-feature .overlay .headlines {
  -webkit-line-clamp: 4;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 576px) {
  .flex-feature .overlay .headlines {
    -webkit-line-clamp: 3;
  }
}

.flex-feature .overlay .deck {
  -webkit-line-clamp: 3;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 576px) {
  .flex-feature .overlay .deck {
    -webkit-line-clamp: 4;
  }
}

@media (hover) {
  .flex-feature .d-hover div {
    opacity: 0;
  }
  .flex-feature .d-hover:hover div {
    opacity: 1;
    transition-duration: 0.5s;
  }
}

.flex-feature.is-video .image .img-wrapper {
  position: relative;
}

.flex-feature.is-video .image .img-wrapper:after {
  color: #fff;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  word-spacing: normal;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.flex-feature.bg-blue-link {
  background: transparent;
  background-image: url(/pf/resources/dist/images/bg-blue-link.jpg?d=350);
  color: #fff;
  background-size: auto 100%;
  background-position: center bottom;
}

.flex-feature-feed .feed-divider {
  height: 0;
}

@media (max-width: 767.98px) {
  .flex-feature-feed .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
}

.footer {
  /* Covers issues that might come from an empty footer */
}

.footer .arc-ad + .footer {
  min-height: 90px;
}

.footer .footer-links .ccpa-dynamic-insertion-container a {
  align-self: center;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer .footer-links .privacy-options-link:after {
  background-image: url(/pf/resources/dist/images/privacyOptionsIcon.svg?d=350);
  content: "";
  height: 16px;
  width: 34.3px;
  margin-left: 3px;
}

.footer .footer-copyright,
.footer .footer-disclaimer {
  background-color: rgba(10, 10, 10, 0.4);
}

.footer .footer-corp-logo {
  background-image: url(/pf/resources/dist/images/grayLogoHorizontal.svg?d=350);
  /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
  height: 35px;
  /* stylelint-enable block-closing-brace-newline-after, at-rule-empty-line-before */
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

@media (max-width: 767.98px) {
  .gsync-closings-detailed table {
    font-size: 80%;
  }
}

.gsync-election-results .graph .needed-to-win,
.gsync-election-results-featured .graph .needed-to-win {
  position: absolute;
  bottom: 100%;
  text-align: center;
  width: 100%;
}

.gsync-election-results .graph .progress,
.gsync-election-results-featured .graph .progress {
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.95);
}

.gsync-election-results .graph .progress.progress-electoral:before,
.gsync-election-results-featured .graph .progress.progress-electoral:before {
  content: "";
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 0;
  height: 100%;
  left: calc(50% - 0.5px);
}

.gsync-election-results .graph .progress .progress-bar,
.gsync-election-results-featured .graph .progress .progress-bar {
  background-color: #008297;
  overflow: visible;
}

.gsync-election-results .graph .progress .progress-bar.bg-bar-dem,
.gsync-election-results-featured .graph .progress .progress-bar.bg-bar-dem {
  background-color: #0072ed;
}

.gsync-election-results .graph .progress .progress-bar.bg-bar-rep,
.gsync-election-results-featured .graph .progress .progress-bar.bg-bar-rep {
  background-color: #c00;
}

.gsync-election-results .graph .progress .progress-bar-right,
.gsync-election-results-featured .graph .progress .progress-bar-right {
  direction: rtl;
}

.gsync-election-results .test-data-background,
.gsync-election-results-featured .test-data-background {
  position: relative;
  overflow: hidden;
}

.gsync-election-results .test-data-background .buttons-container,
.gsync-election-results .test-data-background .load-more-button,
.gsync-election-results-featured .test-data-background .buttons-container,
.gsync-election-results-featured .test-data-background .load-more-button {
  z-index: 1;
}

.gsync-election-results .test-data-background .buttons-container .dropdown-menu.show,
.gsync-election-results-featured .test-data-background .buttons-container .dropdown-menu.show {
  max-height: 150px;
}

.gsync-election-results .test-data-background:after,
.gsync-election-results-featured .test-data-background:after {
  content: "This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data. This is test data.";
  transform: rotate(-20deg);
  position: absolute;
  font-size: 1.2rem;
  line-height: 3.5rem;
  top: -50%;
  color: #f78d01;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  width: 100%;
  padding: 50% 0%;
  height: 0;
  margin-top: -50%;
  text-align: center;
  left: -10%;
}

.gsync-election-results-featured .race .card {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.gsync-election-results-featured .race .card.is-iframed {
  box-shadow: none;
}

.gsync-election-results-featured .race .card .card-footer {
  min-height: 38px;
}

@media (max-width: 575.98px) {
  .gsync-election-results-featured .race .card .card-footer {
    min-height: 66px;
  }
}

@media (max-width: 575.98px) {
  .gsync-election-results-featured .race .card .card-footer .load-more-button {
    width: 100%;
  }
}

.gsync-election-results-featured .race .card .card-footer .load-more-button button {
  line-height: 1;
}

@media (max-width: 575.98px) {
  .gsync-election-results-featured .race .card .card-footer .load-more-button button {
    width: 100%;
  }
}

.gsync-election-results-featured .race .card .card-footer .legend,
.gsync-election-results-featured .race .card .card-footer .available-seats,
.gsync-election-results-featured .race .card .card-footer .reporting {
  font-size: 70%;
}

@media (max-width: 575.98px) {
  .gsync-election-results-featured .race .max-candidate-rows-xs-1 {
    min-height: calc(1 * 85px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xs-2 {
    min-height: calc(2 * 85px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xs-3 {
    min-height: calc(3 * 85px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xs-4 {
    min-height: calc(4 * 85px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xs-5 {
    min-height: calc(5 * 85px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xs-vh {
    min-height: calc(100vh - 80px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gsync-election-results-featured .race .max-candidate-rows-sm-1 {
    min-height: calc(1 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-sm-2 {
    min-height: calc(2 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-sm-3 {
    min-height: calc(3 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-sm-4 {
    min-height: calc(4 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-sm-5 {
    min-height: calc(5 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-sm-vh {
    min-height: calc(100vh - 80px);
  }
}

@media (min-width: 768px) and (max-width: 1071.98px) {
  .gsync-election-results-featured .race .max-candidate-rows-md-1 {
    min-height: calc(1 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-md-2 {
    min-height: calc(2 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-md-3 {
    min-height: calc(3 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-md-4 {
    min-height: calc(4 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-md-5 {
    min-height: calc(5 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-md-vh {
    min-height: calc(100vh - 80px);
  }
}

@media (min-width: 1072px) and (max-width: 1211.98px) {
  .gsync-election-results-featured .race .max-candidate-rows-lg-1 {
    min-height: calc(1 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-lg-2 {
    min-height: calc(2 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-lg-3 {
    min-height: calc(3 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-lg-4 {
    min-height: calc(4 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-lg-5 {
    min-height: calc(5 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-lg-vh {
    min-height: calc(100vh - 80px);
  }
}

@media (min-width: 1212px) {
  .gsync-election-results-featured .race .max-candidate-rows-xl-1 {
    min-height: calc(1 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xl-2 {
    min-height: calc(2 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xl-3 {
    min-height: calc(3 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xl-4 {
    min-height: calc(4 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xl-5 {
    min-height: calc(5 * 93px);
  }
  .gsync-election-results-featured .race .max-candidate-rows-xl-vh {
    min-height: calc(100vh - 80px);
  }
}

.gsync-election-results-featured .race .buttons-container {
  width: 100%;
}

@media (min-width: 576px) {
  .gsync-election-results-featured .race .buttons-container {
    max-width: 45%;
  }
}

.gsync-election-results-featured .race .buttons-container .btn:focus {
  box-shadow: none;
}

.gsync-election-results-featured .race .auto-update-bar {
  font-size: 80%;
}

@media (max-width: 767.98px) {
  .gsync-election-results-featured .race .auto-update-bar {
    font-size: 70%;
  }
}

.gsync-election-results-featured .race .is-test-data {
  opacity: 0.3;
}

.gsync-election-results-featured .race .electoral-candidates .name {
  line-height: 1;
}

.gsync-election-results-featured .race .electoral-candidates .electoral-image {
  width: 55px;
  height: 72px;
}

.gsync-election-results-featured .race .candidates .candidate {
  flex-grow: 2;
  max-width: 100%;
}

@media (min-width: 1212px) {
  .gsync-election-results-featured .race .candidates .candidate {
    flex-basis: 226px;
  }
}

@media (min-width: 1072px) and (max-width: 1211.98px) {
  .gsync-election-results-featured .race .candidates .candidate {
    flex-basis: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1071.98px) {
  .gsync-election-results-featured .race .candidates .candidate {
    flex-basis: 235px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gsync-election-results-featured .race .candidates .candidate {
    flex-basis: 248px;
  }
}

@media (max-width: 575.98px) {
  .gsync-election-results-featured .race .candidates .candidate {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .gsync-election-results-featured .race .candidates .candidate {
    max-width: 50%;
  }
}

.gsync-election-results-featured .race .candidates .candidate .name {
  line-height: 1;
}

.gsync-election-results-featured .race .candidates .candidate .image {
  width: 70px;
  height: 69px;
}

@media (max-width: 575.98px) {
  .gsync-election-results .more-races-dropdown-button {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .gsync-election-results .more-races-dropdown-button {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .gsync-election-results .race table {
    font-size: 80%;
  }
}

@media (max-width: 767.98px) {
  .gsync-election-results .race .available-seats,
  .gsync-election-results .race .reporting {
    font-size: 70%;
  }
}

.gsync-gpoll {
  position: relative;
}

.gsync-gpoll .poll.blur {
  filter: blur(2px);
}

.gsync-gpoll .poll .sponsor .sponsor-container {
  min-width: 200px;
  position: relative;
}

.gsync-gpoll .poll .sponsor .sponsor-container .sponsor-disclaimer {
  font-size: 75%;
}

.gsync-gpoll .poll .sponsor .sponsor-container .sponsor-logo {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  max-width: 130px;
  max-height: 130px;
  min-width: 90px;
  min-height: 75px;
}

@media (min-width: 1072px) {
  .gsync-gpoll .poll .question,
  .gsync-gpoll .poll .response {
    flex-basis: 50%;
  }
}

.gsync-gpoll .poll-submitting {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 500ms;
}

.gsync-gpoll .poll-submitting:before {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -10;
  border-radius: 0.25rem;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hero .hero-left .flex-feature {
  height: 100%;
}

.hero .hero-left .flex-feature .image-container {
  height: 100%;
}

.hero .hero-left .flex-feature .image-container .overlay {
  /* stylelint-disable property-no-vendor-prefix, value-no-vendor-prefix, declaration-no-important */
  /* stylelint-enable property-no-vendor-prefix, value-no-vendor-prefix, declaration-no-important */
}

.hero .hero-left .flex-feature .image-container .overlay .overline {
  display: none !important;
}

@media (min-width: 576px) {
  .hero .hero-left .flex-feature .image-container .overlay .overline {
    display: -webkit-box !important;
  }
}

.hero .hero-left .flex-feature .image-container .overlay .deck {
  display: none !important;
}

@media (min-width: 576px) {
  .hero .hero-left .flex-feature .image-container .overlay .deck {
    display: -webkit-box !important;
  }
}

/*! purgecss start ignore */
.image.figure {
  display: block;
}

.image.constrained .img-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.image.constrained .img-wrapper img,
.image.constrained .img-wrapper amp-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.image.constrained .img-wrapper:before {
  display: block;
  content: "";
}

.image.constrained.image-ratio-1x1 .img-wrapper:before {
  padding-top: 100%;
}

.image.constrained.image-ratio-2x1 .img-wrapper:before {
  padding-top: 50%;
}

.image.constrained.image-ratio-2x3 .img-wrapper:before {
  padding-top: 150%;
}

.image.constrained.image-ratio-3x1 .img-wrapper:before {
  padding-top: 33.33333%;
}

.image.constrained.image-ratio-3x2 .img-wrapper:before {
  padding-top: 66.66667%;
}

.image.constrained.image-ratio-4x1 .img-wrapper:before {
  padding-top: 25%;
}

.image.constrained.image-ratio-4x3 .img-wrapper:before {
  padding-top: 75%;
}

.image.constrained.image-ratio-10x13 .img-wrapper:before {
  padding-top: 130%;
}

.image.constrained.image-ratio-16x9 .img-wrapper:before {
  padding-top: 56.25%;
}

.image.constrained.image-ratio-default .img-wrapper img {
  position: initial;
}

/*! purgecss end ignore */
.image-gallery .photo-container .photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.image-gallery div:focus {
  outline: none;
}

.image-gallery .gallery-ad {
  min-height: 320px;
}

.image-gallery .gallery-ad.embed-responsive embed,
.image-gallery .gallery-ad.embed-responsive iframe,
.image-gallery .gallery-ad.embed-responsive object,
.image-gallery .gallery-ad.embed-responsive video {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  width: initial;
  height: initial;
}

.image-gallery .gallery-ad.embed-responsive .arcad {
  width: 300px;
  height: 270px;
  margin: 0 auto;
}

.image-gallery .gallery-ad.embed-responsive .arcad div,
.image-gallery .gallery-ad.embed-responsive .arcad iframe {
  height: 100%;
}

.image-gallery .gallery-ad .gallery-navigation {
  animation: fadeIn ease 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.masthead {
  min-height: 50px;
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: repeat no-repeat;
}

div.masthead .logo {
  max-width: 260px;
  min-width: 130px;
}

div.masthead .logo:after {
  content: "";
  display: block;
  padding-top: 31.5%;
}

div.masthead .logo .logo-inner {
  background-position: center left;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

div.masthead .wx-conditions {
  animation: fadeIn 0.1s ease-in;
  max-width: 33%;
  min-width: 90px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

div.masthead .wx-conditions .wx-conditions-temp {
  font-size: 1.1rem;
  text-shadow: 0 1px 1px black;
  line-height: 1;
}

@media (min-width: 576px) {
  div.masthead .wx-conditions .wx-conditions-temp {
    font-size: 1.9rem;
  }
}

div.masthead .wx-conditions .wx-location {
  font-size: 0.89rem;
  line-height: 1.1;
}

div.masthead .wx-conditions .wx-conditions-icon {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.8));
}

@media (min-width: 576px) {
  div.masthead .wx-conditions .wx-conditions-icon {
    height: 50px;
    width: 50px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.meet-the-team .team-member .card-text {
  line-height: 1.6;
}

.meet-the-team .team-member .image.include-background-overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150%;
  overflow: hidden;
}

.meet-the-team .team-member .image.include-background-overlay .img-wrapper {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.navigation {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

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

.navigation button {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.navigation .navbar {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 0;
}

.navigation .navbar.is-sticky {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 0;
}

.navigation .navbar.is-sticky.fixed-top {
  position: fixed;
}

.navigation .navbar .navbar-brand .brand-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: top;
}

.navigation .navbar .search-box {
  right: 0;
  position: relative;
  top: 0;
}

.navigation .navbar .search-box.expanded {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2) inset;
}

.navigation .navbar .search-box .btn:hover, .navigation .navbar .search-box .btn:focus, .navigation .navbar .search-box .btn:active {
  box-shadow: unset;
  outline: none;
}

.navigation .navbar .search-box input {
  width: 0;
  opacity: 0;
  visibility: hidden;
  scrollbar-width: 0;
  transition: all 0.25s ease-in;
  position: relative;
  right: 0;
}

.navigation .navbar .search-box input.show {
  width: unset;
  opacity: 1;
  visibility: visible;
}

.navigation .navbar .search-box input::-moz-placeholder {
  color: inherit;
}

.navigation .navbar .search-box input::placeholder {
  color: inherit;
}

.navigation .navbar .search-box input.form-control:focus {
  background-color: transparent;
  color: inherit;
}

.navigation .side-drawer-screen {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  max-width: 0;
  transition: all 0.2s ease;
}

.navigation .side-drawer-screen.show {
  opacity: 1;
  max-width: unset;
}

.navigation .side-drawer {
  max-width: 0;
  opacity: 0;
  scrollbar-width: 0;
  transition: all 0.25s ease-in-out;
}

.navigation .side-drawer.show {
  opacity: 1;
  max-width: 320px;
}

.navigation .side-drawer .side-drawer-container {
  min-width: 290px;
}

.navigation .side-drawer .side-drawer-container .side-drawer-cancel {
  background-color: rgba(10, 10, 10, 0.4);
}

.navigation .side-drawer .side-drawer-container ul.sections-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation .side-drawer .side-drawer-container ul.sections-list > li .collapse > ul {
  background-color: rgba(0, 0, 0, 0.2);
}

.navigation .side-drawer .side-drawer-container ul.sections-list > li .collapse > ul li.child {
  border-top: 0.13rem solid rgba(0, 0, 0, 0.07);
}

.navigation .side-drawer .side-drawer-container ul.sections-list > li .collapse > ul li.child:first-child {
  border-top: none;
}

.navigation .side-drawer .side-drawer-container ul.sections-list > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section-topper .header-container img {
  max-height: 70px;
}

.syncbak-live-player .video-player-container {
  background-color: #000;
}

@media (min-width: 1072px) {
  .syncbak-live-player .live-channels {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
}

.syncbak-live-player .video-player-placeholder {
  position: relative;
  background-size: cover;
  background-color: #333;
  padding-bottom: 56.25%;
}

.syncbak-live-player .video-player-placeholder:before {
  content: "...";
  position: absolute;
  top: 0;
  z-index: 100;
  font-size: 20px;
  text-align: center;
  color: #2e2e2e;
  width: 100%;
}

.syncbak-live-player .video-player-placeholder .placeholder-text {
  position: absolute;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 80%;
}

@media (min-width: 576px) {
  .syncbak-live-player .video-player-placeholder .placeholder-text {
    font-size: initial;
  }
}

.syncbak-live-player .video-player-placeholder .placeholder-wrapper {
  position: absolute;
  color: aliceblue;
  fill: aliceblue;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.syncbak-live-player .video-player-placeholder .placeholder-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.syncbak-live-player .video-player-placeholder button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.25s;
  z-index: 1;
}

.syncbak-live-player .video-player-placeholder button .play-icon,
.syncbak-live-player .video-player-placeholder button .loading-icon {
  opacity: 0.85;
  width: 80px;
  height: 80px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.syncbak-live-player .video-player-placeholder button .loading-icon {
  animation: spinner 2s infinite linear;
}

.syncbak-live-player .video-player-placeholder button:hover {
  fill: darkorchid;
}

.syncbak-live-player .is-selected .sb-live-card {
  transition: background-color 1s, color 1s;
}

.syncbak-live-player .is-selected .sb-vod-card .sb-card-overlay:before {
  content: "NOW PLAYING";
  position: absolute;
  bottom: 0;
  /* stylelint-disable */
  background: linear-gradient(90deg, #eb0000 0%, #eb0000 15%, #eb0000 80%, rgba(235, 0, 0, 0) 100%);
  /* stylelint-enable */
  left: 0;
  padding: 2px 30px 2px 10px;
  text-shadow: 0 0 2px #000;
}

.syncbak-live-player .live-channel-wrapper {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 1s;
}

.syncbak-live-player .live-channel-wrapper .schedule-item {
  font-size: 90%;
}

.syncbak-live-player .live-channel-wrapper .sb-live-image .sb-live-image-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 70% 0 0;
  position: relative;
  width: 100%;
}

.syncbak-live-player .live-channel-wrapper .sb-live-image .sb-live-image-container img {
  position: absolute;
  height: auto;
  width: 100%;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.syncbak-live-player .videos-on-demand-wrapper {
  overflow-y: scroll;
}

.syncbak-live-player .videos-on-demand-wrapper .sb-vod-card {
  min-height: 100px;
}

.syncbak-live-player .videos-on-demand-wrapper .sb-vod-card .sb-card-overlay {
  /* stylelint-disable */
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 70%);
  /* stylelint-enable */
}

.syncbak-live-player .powa-player {
  background-color: transparent;
  opacity: 1;
  position: relative;
  transition: opacity 2s, background-color 1s;
}

.syncbak-live-player .powa-player button.unmute {
  /* stylelint-disable */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0) 100%);
  /* stylelint-enable */
  border: none;
  color: #fff;
  opacity: 1;
  position: absolute;
  text-shadow: 0 0 1px #000;
  top: 0;
  visibility: visible;
}

.syncbak-live-player .powa-player button.unmute.hidden {
  opacity: 0;
  transition: opacity 1s;
  visibility: hidden;
}

.tv-listings > iframe {
  min-height: 1200px;
  width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tv-listings > iframe {
    min-height: 800px;
  }
}

@media (min-width: 768px) and (max-width: 1211.98px) {
  .tv-listings > iframe {
    min-height: 750px;
  }
}

@media (min-width: 1212px) {
  .tv-listings > iframe {
    min-height: 700px;
  }
}

.goldfish-player.w-discovery-playlist .powa-discovery {
  /* stylelint-disable declaration-no-important */
  width: 100% !important;
  /* stylelint-enable declaration-no-important */
}

.goldfish-player.w-discovery-playlist .powa-discovery .powa-discovery-title {
  color: #fafafa;
}

/* Weather */
.weather {
  overflow: hidden;
}

.weather-radar .radar-container > iframe {
  height: 60vh;
}

.weather.alerts-bar {
  background-color: #4277bf;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.weather.alerts-bar.warning {
  background-color: #c00;
}

.weather.alerts-bar.watch {
  background-color: #ffae00;
  text-shadow: none;
}

.weather.alerts-detailed .wx-alert-details .counties i.separator {
  font-size: 0.5em;
}

.weather.alerts-detailed .wx-alert-details ul {
  list-style-type: disc;
  list-style-position: inside;
}

.weather.current-conditions .conditions-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  /* stylelint-disable property-no-vendor-prefix */
}

.weather.current-conditions .conditions-wrapper.day-clear {
  background-image: url(/pf/resources/dist/images/clear@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.day-cloudy {
  background-image: url(/pf/resources/dist/images/cloudy@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.day-partly-cloudy {
  background-image: url(/pf/resources/dist/images/partlycloudy@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.day-rainy {
  background-image: url(/pf/resources/dist/images/rainy@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.day-snowy {
  background-image: url(/pf/resources/dist/images/snowy@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.night-cloudy {
  background-image: url(/pf/resources/dist/images/cloudy_night@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.night-rainy {
  background-image: url(/pf/resources/dist/images/rainy_night@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.night-partly-cloudy {
  background-image: url(/pf/resources/dist/images/partlycloudy_night@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.night-clear {
  background-image: url(/pf/resources/dist/images/clear_night@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper.night-snowy {
  background-image: url(/pf/resources/dist/images/snowy_night@2x.jpg?d=350);
}

.weather.current-conditions .conditions-wrapper input {
  color: #fff;
  background: transparent;
}

.weather.current-conditions .conditions-wrapper input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

.weather.current-conditions .conditions-wrapper input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.weather.current-conditions .conditions-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

.weather.current-conditions .conditions-wrapper input[type="number"]::-webkit-inner-spin-button,
.weather.current-conditions .conditions-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.weather.current-conditions .conditions-wrapper .location-lg {
  font-size: 32px;
}

.weather.current-conditions .conditions-wrapper .conditions,
.weather.current-conditions .conditions-wrapper .temperature-control {
  min-width: 30px;
  font-size: 20px;
}

.weather.current-conditions .conditions-wrapper .conditions-toolbar,
.weather.current-conditions .conditions-wrapper .metric,
.weather.current-conditions .conditions-wrapper .location-name {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.weather.current-conditions .conditions-wrapper .weather-temp div:after {
  content: "\00b0";
}

.weather.current-conditions .conditions-wrapper .wx-border-top {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.weather.current-conditions .conditions-wrapper .wx-border-bottom {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.weather.current-conditions .conditions-wrapper .temp-lg {
  font-size: 80px;
  line-height: 110px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.weather.current-conditions .conditions-wrapper .temp-lg-forecast-box {
  font-size: 44px;
  line-height: 45px;
}

.weather.current-conditions .conditions-wrapper.icon {
  height: 10px;
  width: 20px;
  display: inline-block;
}

.weather.forecast-detailed .conditions-wrapper {
  background-color: #e9ecef;
}

@media (max-width: 767.98px) {
  .weather.forecast-detailed .conditions-wrapper .data {
    font-size: 90%;
  }
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded {
  background-color: #dee2e66b;
  /* This is primarily for IE so that the columns wrap */
}

@media (max-width: 767.98px) {
  .weather.forecast-detailed .conditions-wrapper .daily-expanded {
    font-size: initial;
  }
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .metrics > div {
  min-width: 9rem;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon {
  height: 10px;
  width: 20px;
  display: inline-block;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.sunrise, .weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.moonrise {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.sunset, .weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.moonset {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.sunrise {
  background: #f8d567;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.sunset {
  background: #f2b443;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.moonrise {
  background: #c5abe6;
}

.weather.forecast-detailed .conditions-wrapper .daily-expanded .details .details-icon.moonset {
  background: #8669a9;
}

.weather .modal .sponsor-image .sponsor-image-container {
  max-height: 90px;
  max-width: 728px;
}

.weather .modal .iframe-cam .iframe-cam-container:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ce";
  display: block;
  font-weight: 900;
  animation: spin 2s linear infinite;
  font-size: 6rem;
  position: absolute;
  left: calc(50% - 3rem);
  top: calc(40% - 3rem);
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #333;
  opacity: 0.5;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.weather .modal .angel-cam iframe {
  background-color: #000;
}

.weather.featured-imagery .wx-images {
  max-width: 400px;
}

.weather.featured-imagery .wx-images .sponsor-image .sponsor-image-container {
  width: 300px;
}

.default-chain {
  min-height: 10px;
}

.default-chain .chain-item {
  min-height: 10px;
}

.default-chain .chain-item > div {
  height: 100%;
}

.bg-default-page {
  background-color: #f7f7f7;
}

.bg-primary-branding {
  background-color: #23609e;
  color: #fff;
}

.bg-primary-branding a {
  color: #fff;
}

.bg-secondary-branding {
  background-color: #343a40;
  color: #fff;
}

/*! purgecss start ignore */
.absolute-right {
  right: 0;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.zindex-low {
  z-index: 1;
}

.zindex-high {
  z-index: 200;
}

.zindex-higher {
  z-index: 500;
}

.zindex-highest {
  z-index: 1000;
}

.pointer {
  cursor: pointer;
}

/*! purgecss end ignore */
/* Import site specific overrides here */


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