body {
    -webkit-font-smoothing: antialiased;
}

/****** Hub 2020 ******/

/* Header */
.navbar {
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0,0,0,.1);
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    background: #fff;
}
.navbar svg, .navbar img {
    max-height: 40px;
}
.navbar .navbar-brand {
    width: 100%;
}
.navbar a {
    display: flex;
}
.navbar  div.container {
    max-width: 90%;    
    margin: 0 auto;
    display: block;
}

div.cookie-warning {
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 0;
    width: 100%;
    border: none !important;
  }
div.cookie-warning .container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none !important;
}
.cookie-warning .notification {
    background-color: #282828;
    font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    border-radius: 0;
    text-align: center;
    padding: 17px;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
}
.cookie-warning .notification strong {
  font-weight: 600;
}
.cookie-warning .notification  a {
    color: white;
    text-decoration: underline;
}

.cookie-warning .notification .delete {
    background-color: transparent;
    top: 0;
    right: 0;
    min-height: 60px;
    max-height: 60px;
    min-width: 60px;
    max-width: 60px;
    border: none;
    padding: 0;
    position: absolute;
}

.delete::before {
    height: 2px;
    width: 50%;
}

.delete::after {
    height: 50%;
    width: 2px;
}
.delete::before, .delete::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}


/* Footer */
.footer {
  font-family: avenir next w01,helvetica neue,Helvetica,Arial,sans-serif;
  font-size: 18px;
  clear: both;
}
.footer .card,
.header .card {
  background-color: transparent;
  border: none;
  border-radius: none;
}
.footer .container {
  max-width: 1344px;
  width: 97%;
  display: block;
  clear: both;
  margin: 0 auto;
}
  .footer a {
    text-decoration: none;
  }
  .footer ul {
    padding: 0;
  }
  .footer ul li {
    list-style: none;
    line-height: 1.8;
    margin-top: 5px;
  }

.footer ul.social li svg path {
    fill: white;
}

.footer .terms-conditions p {
    color:  #dbdbdb;
}
.has-text-grey-lighter, .footer .terms-conditions, footer .terms-conditions {
    color: #dbdbdb !important; }
  .footer, footer {
    background-color: #282828;
    padding: 1rem 1.5rem 1.5rem; }
    .footer .container, footer .container {
      padding: 0; }
    .footer ul, footer ul {
      flex: 1;
      min-width: .0625rem;
      margin-top: 0;
      padding-top: 0;
      border: 0; }
      .footer ul li, .footer ul a, footer ul li, footer ul a {
        color: white; }
      .footer ul.social, footer ul.social {
        display: flex;
        justify-content: space-around;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
        text-align: center; }
        .footer ul.social a, footer ul.social a {
          display: inline-block; }
        .footer ul.social li, footer ul.social li {
          display: inline-block;
          line-height: 1; }
          .footer ul.social li:hover, footer ul.social li:hover {
            border-bottom: 1px solid white;
            padding-bottom: 0.5rem; }
          .footer ul.social li svg, footer ul.social li svg {
            object-fit: contain;
            height: 2rem; }
      .footer ul.menu-item, footer ul.menu-item {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .footer ul.menu-item li, footer ul.menu-item li {
          padding: 0 1em 0 0;
          margin: .25rem .5rem .25rem 0;
          border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
          font-size: 0.95rem; }
          .footer ul.menu-item li:first-of-type, footer ul.menu-item li:first-of-type {
            margin-left: 0; }
          .footer ul.menu-item li:last-of-type, footer ul.menu-item li:last-of-type {
            border-right: none;
            padding-right: 0; }
    .footer .footer-head, footer .footer-head {
      margin-bottom: 1rem; }
    .footer .terms-conditions p, footer .terms-conditions p {
      font-size: 1rem !important; }
      .footer .terms-conditions p:first-of-type, footer .terms-conditions p:first-of-type {
        margin-bottom: 1rem; }
    .footer .copyright, footer .copyright {
      margin-top: 50px;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7); }
  
  @media only screen and (min-width: 768px) {
    .footer .footer-head, footer .footer-head {
      margin-bottom: 2rem; }
      .footer .footer-head .columns, footer .footer-head .columns {
        flex-wrap: wrap; }
      .footer .footer-head .column, footer .footer-head .column {
        min-width: 33%; }
        .footer .footer-head .column:last-of-type, footer .footer-head .column:last-of-type {
          min-width: 100%; }
    .footer ul.social, footer ul.social {
      justify-content: center; }
    .footer ul.menu-item, footer ul.menu-item {
      text-align: left;
      justify-content: start; }
      .footer ul.menu-item li, footer ul.menu-item li {
        margin-left: 0.5rem; } 
        .footer .columns {
            display: flex;
        }
    }
  
  @media only screen and (min-width: 1216px) {

    .footer, footer {
      padding: 2rem 1.5rem; }
     .footer .footer-head, footer .footer-head {
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
     }
      .footer .footer-head, footer .footer-head {
        padding-bottom: 2rem; }
        .footer .footer-head .column, footer .footer-head .column {
          min-width: 25%; }
          .footer .footer-head .column:last-of-type, footer .footer-head .column:last-of-type {
            min-width: 25%; }
      .footer ul.menu-item li, footer ul.menu-item li {
        font-size: 1em; }
      .footer ul.social, footer ul.social {
        border: none;
        padding: 0;
        margin: 0;
        justify-content: flex-end; }
        .footer ul.social li, footer ul.social li {
          margin-left: 1rem; }
          .footer ul.social li:first-of-type, footer ul.social li:first-of-type {
            margin-left: 1rem; }
          .footer ul.social li svg, footer ul.social li svg {
            height: 3rem; } 

}

footer .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 1rem;
}
  
/* Generic */

.band-small {
    padding: 1.25rem 0;
}
.focus, a:active, a:focus, .button:active, .button:focus, button:active, button:focus {
    -webkit-transition: none;
    transition: none;
    outline: 2px dotted #E7C442;
    outline-offset: 3px;
}