@font-face {
  font-family: "AvantGardeBook";
  src: url(fonts/itcavantgardestd-bk-webfont.eot);
  src: url(fonts/itcavantgardestd-bk-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/itcavantgardestd-bk-webfont.woff) format("woff"), url(fonts/itcavantgardestd-bk-webfont.ttf) format("truetype"), url(fonts/itcavantgardestd-bk-webfont.svg#AvantGardeBook) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AvantGardeDemi";
  src: url(fonts/itcavantgardestd-demi-webfont.eot);
  src: url(fonts/itcavantgardestd-demi-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/itcavantgardestd-demi-webfont.woff) format("woff"), url(fonts/itcavantgardestd-demi-webfont.ttf) format("truetype"), url(fonts/itcavantgardestd-demi-webfont.svg#AvantGardeDemi) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AvantGardeMedium";
  src: url(fonts/itcavantgardestd-md-webfont.eot);
  src: url(fonts/itcavantgardestd-md-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/itcavantgardestd-md-webfont.woff) format("woff"), url(fonts/itcavantgardestd-md-webfont.ttf) format("truetype"), url(fonts/itcavantgardestd-md-webfont.svg#AvantGardeMedium) format("svg");
  font-weight: 400;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
}

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

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

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
}

/********** Accessibility **********/
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/********** Media Queries **********/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xscenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xstop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xsstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xsstretch.xsleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xsstretch.xscenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsstretch.xsright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xsstretch.xstop {
    align-content: flex-start;
  }
  .container .row.xsstretch.xstop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsstretch.xsmiddle {
    align-content: center;
  }
  .container .row.xsstretch.xsmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsstretch.xsbottom {
    align-content: flex-end;
  }
  .container .row.xsstretch.xsbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row .col.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xscenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xstop {
    align-self: flex-start;
  }
  .container .row .col.xsmiddle {
    align-self: center;
  }
  .container .row .col.xsbottom {
    align-self: flex-end;
  }
  .container .row .col.xsstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xsstretch.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xsstretch.xscenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsstretch.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xsstretch.xstop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xsstretch.xsmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xsstretch.xsbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xsorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xspush0 {
    margin-left: 0%;
  }
  .container .row .col.xsorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xspush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xsorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xspush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xsorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xspush3 {
    margin-left: 25%;
  }
  .container .row .col.xsorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xspush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xsorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xspush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xsorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xspush6 {
    margin-left: 50%;
  }
  .container .row .col.xsorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xspush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xsorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xspush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xsorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xspush9 {
    margin-left: 75%;
  }
  .container .row .col.xsorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xspush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xsorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xspush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xsorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xspush12 {
    margin-left: 100%;
  }
  .container .row .col.xs1 {
    width: 8.3333333333%;
  }
  .container .row .col.xs2 {
    width: 16.6666666667%;
  }
  .container .row .col.xs3 {
    width: 25%;
  }
  .container .row .col.xs4 {
    width: 33.3333333333%;
  }
  .container .row .col.xs5 {
    width: 41.6666666667%;
  }
  .container .row .col.xs6 {
    width: 50%;
  }
  .container .row .col.xs7 {
    width: 58.3333333333%;
  }
  .container .row .col.xs8 {
    width: 66.6666666667%;
  }
  .container .row .col.xs9 {
    width: 75%;
  }
  .container .row .col.xs10 {
    width: 83.3333333333%;
  }
  .container .row .col.xs11 {
    width: 91.6666666667%;
  }
  .container .row .col.xs12 {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .row .col.xshide, .row .col.xs0 {
    display: none;
  }
  .xshide, .xs0 {
    display: none;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.smstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.smstretch.smleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smstretch.smcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smstretch.smright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smstretch.smtop {
    align-content: flex-start;
  }
  .container .row.smstretch.smtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smstretch.smmiddle {
    align-content: center;
  }
  .container .row.smstretch.smmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smstretch.smbottom {
    align-content: flex-end;
  }
  .container .row.smstretch.smbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row .col.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smtop {
    align-self: flex-start;
  }
  .container .row .col.smmiddle {
    align-self: center;
  }
  .container .row .col.smbottom {
    align-self: flex-end;
  }
  .container .row .col.smstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.smstretch.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smstretch.smcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smstretch.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smstretch.smtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.smstretch.smmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.smstretch.smbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.smorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.smpush0 {
    margin-left: 0%;
  }
  .container .row .col.smorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.smpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.smorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.smpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.smorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.smpush3 {
    margin-left: 25%;
  }
  .container .row .col.smorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.smpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.smorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.smpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.smorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.smpush6 {
    margin-left: 50%;
  }
  .container .row .col.smorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.smpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.smorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.smpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.smorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.smpush9 {
    margin-left: 75%;
  }
  .container .row .col.smorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.smpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.smorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.smpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.smorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.smpush12 {
    margin-left: 100%;
  }
  .container .row .col.sm1 {
    width: 8.3333333333%;
  }
  .container .row .col.sm2 {
    width: 16.6666666667%;
  }
  .container .row .col.sm3 {
    width: 25%;
  }
  .container .row .col.sm4 {
    width: 33.3333333333%;
  }
  .container .row .col.sm5 {
    width: 41.6666666667%;
  }
  .container .row .col.sm6 {
    width: 50%;
  }
  .container .row .col.sm7 {
    width: 58.3333333333%;
  }
  .container .row .col.sm8 {
    width: 66.6666666667%;
  }
  .container .row .col.sm9 {
    width: 75%;
  }
  .container .row .col.sm10 {
    width: 83.3333333333%;
  }
  .container .row .col.sm11 {
    width: 91.6666666667%;
  }
  .container .row .col.sm12 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .row .col.smhide, .row .col.sm0 {
    display: none;
  }
  .smhide, .sm0 {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.mdstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.mdstretch.mdleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdstretch.mdcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdstretch.mdright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdstretch.mdtop {
    align-content: flex-start;
  }
  .container .row.mdstretch.mdtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdstretch.mdmiddle {
    align-content: center;
  }
  .container .row.mdstretch.mdmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdstretch.mdbottom {
    align-content: flex-end;
  }
  .container .row.mdstretch.mdbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row .col.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdtop {
    align-self: flex-start;
  }
  .container .row .col.mdmiddle {
    align-self: center;
  }
  .container .row .col.mdbottom {
    align-self: flex-end;
  }
  .container .row .col.mdstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.mdstretch.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdstretch.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdstretch.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdstretch.mdtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.mdstretch.mdmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.mdstretch.mdbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.mdorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.mdpush0 {
    margin-left: 0%;
  }
  .container .row .col.mdorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.mdpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.mdorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.mdpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.mdorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.mdpush3 {
    margin-left: 25%;
  }
  .container .row .col.mdorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.mdpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.mdorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.mdpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.mdorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.mdpush6 {
    margin-left: 50%;
  }
  .container .row .col.mdorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.mdpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.mdorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.mdpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.mdorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.mdpush9 {
    margin-left: 75%;
  }
  .container .row .col.mdorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.mdpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.mdorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.mdpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.mdorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.mdpush12 {
    margin-left: 100%;
  }
  .container .row .col.md1 {
    width: 8.3333333333%;
  }
  .container .row .col.md2 {
    width: 16.6666666667%;
  }
  .container .row .col.md3 {
    width: 25%;
  }
  .container .row .col.md4 {
    width: 33.3333333333%;
  }
  .container .row .col.md5 {
    width: 41.6666666667%;
  }
  .container .row .col.md6 {
    width: 50%;
  }
  .container .row .col.md7 {
    width: 58.3333333333%;
  }
  .container .row .col.md8 {
    width: 66.6666666667%;
  }
  .container .row .col.md9 {
    width: 75%;
  }
  .container .row .col.md10 {
    width: 83.3333333333%;
  }
  .container .row .col.md11 {
    width: 91.6666666667%;
  }
  .container .row .col.md12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row .col.mdhide, .row .col.md0 {
    display: none;
  }
  .mdhide, .md0 {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.lgstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.lgstretch.lgleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgstretch.lgcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgstretch.lgright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgstretch.lgtop {
    align-content: flex-start;
  }
  .container .row.lgstretch.lgtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgstretch.lgmiddle {
    align-content: center;
  }
  .container .row.lgstretch.lgmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgstretch.lgbottom {
    align-content: flex-end;
  }
  .container .row.lgstretch.lgbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row .col.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgtop {
    align-self: flex-start;
  }
  .container .row .col.lgmiddle {
    align-self: center;
  }
  .container .row .col.lgbottom {
    align-self: flex-end;
  }
  .container .row .col.lgstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.lgstretch.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgstretch.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgstretch.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgstretch.lgtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.lgstretch.lgmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.lgstretch.lgbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.lgorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.lgpush0 {
    margin-left: 0%;
  }
  .container .row .col.lgorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.lgpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.lgorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.lgpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.lgorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.lgpush3 {
    margin-left: 25%;
  }
  .container .row .col.lgorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.lgpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.lgorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.lgpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.lgorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.lgpush6 {
    margin-left: 50%;
  }
  .container .row .col.lgorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.lgpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.lgorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.lgpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.lgorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.lgpush9 {
    margin-left: 75%;
  }
  .container .row .col.lgorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.lgpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.lgorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.lgpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.lgorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.lgpush12 {
    margin-left: 100%;
  }
  .container .row .col.lg1 {
    width: 8.3333333333%;
  }
  .container .row .col.lg2 {
    width: 16.6666666667%;
  }
  .container .row .col.lg3 {
    width: 25%;
  }
  .container .row .col.lg4 {
    width: 33.3333333333%;
  }
  .container .row .col.lg5 {
    width: 41.6666666667%;
  }
  .container .row .col.lg6 {
    width: 50%;
  }
  .container .row .col.lg7 {
    width: 58.3333333333%;
  }
  .container .row .col.lg8 {
    width: 66.6666666667%;
  }
  .container .row .col.lg9 {
    width: 75%;
  }
  .container .row .col.lg10 {
    width: 83.3333333333%;
  }
  .container .row .col.lg11 {
    width: 91.6666666667%;
  }
  .container .row .col.lg12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row .col.lghide, .row .col.lg0 {
    display: none;
  }
  .lghide, .lg0 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xlstretch.xlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlstretch.xlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlstretch.xlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xlstretch.xltop {
    align-content: flex-start;
  }
  .container .row.xlstretch.xltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlstretch.xlmiddle {
    align-content: center;
  }
  .container .row.xlstretch.xlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlstretch.xlbottom {
    align-content: flex-end;
  }
  .container .row.xlstretch.xlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row .col.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xltop {
    align-self: flex-start;
  }
  .container .row .col.xlmiddle {
    align-self: center;
  }
  .container .row .col.xlbottom {
    align-self: flex-end;
  }
  .container .row .col.xlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xlstretch.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlstretch.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlstretch.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xlstretch.xltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xlstretch.xlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xlstretch.xlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xlpush0 {
    margin-left: 0%;
  }
  .container .row .col.xlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xlpush12 {
    margin-left: 100%;
  }
  .container .row .col.xl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xl3 {
    width: 25%;
  }
  .container .row .col.xl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xl6 {
    width: 50%;
  }
  .container .row .col.xl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xl9 {
    width: 75%;
  }
  .container .row .col.xl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xl12 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .row .col.xlhide, .row .col.xl0 {
    display: none;
  }
  .xlhide, .xl0 {
    display: none;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xxlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlstretch.xxlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlstretch.xxlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxlstretch.xxltop {
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlstretch.xxlmiddle {
    align-content: center;
  }
  .container .row.xxlstretch.xxlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlstretch.xxlbottom {
    align-content: flex-end;
  }
  .container .row.xxlstretch.xxlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row .col.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xxltop {
    align-self: flex-start;
  }
  .container .row .col.xxlmiddle {
    align-self: center;
  }
  .container .row .col.xxlbottom {
    align-self: flex-end;
  }
  .container .row .col.xxlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xxlstretch.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xxlstretch.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xxlstretch.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xxlstretch.xxltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xxlstretch.xxlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xxlstretch.xxlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xxlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xxlpush0 {
    margin-left: 0%;
  }
  .container .row .col.xxlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xxlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xxlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xxlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xxlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xxlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xxlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xxlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xxlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xxlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xxlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xxlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xxlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xxlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xxlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xxlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xxlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xxlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xxlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xxlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xxlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xxlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xxlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xxlpush12 {
    margin-left: 100%;
  }
  .container .row .col.xxl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xxl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xxl3 {
    width: 25%;
  }
  .container .row .col.xxl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xxl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xxl6 {
    width: 50%;
  }
  .container .row .col.xxl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xxl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xxl9 {
    width: 75%;
  }
  .container .row .col.xxl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xxl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xxl12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .row .col.xxlhide, .row .col.xxl0 {
    display: none;
  }
  .xxlhide, .xxl0 {
    display: none;
  }
}
@media (min-width: 0px) {
  body {
    font-family: "AvantGardeBook";
    -webkit-font-smoothing: antialiased;
    background: #000;
    color: #fff;
  }
  .bg-red {
    background-color: #7c0040;
  }
  .bg-blue {
    background-color: #47C3D3;
  }
  .bg-orange {
    background-color: #F78F1E;
  }
  .bg-pink {
    background-color: #A54399;
  }
  .bg-lightpink {
    background-color: #fe3975;
  }
  .bg-green {
    background-color: #9FCF67;
  }
  .bg-bhmyellow {
    background-color: #FFC117;
  }
  .bg-bhmgreen {
    background-color: #5EA535;
  }
  .bg-bhmred {
    background-color: #DA0035;
  }
  .bg-white {
    background: #fff;
    color: #58585B;
  }
  .bg-summerlightblue {
    background-color: #a3e9e1;
    color: #58585B;
  }
  .bg-summerblue {
    background-color: #47d3c3;
  }
  .bg-summerdarkgreen {
    background-color: #339d76;
  }
  .bg-summermidgreen {
    background-color: #50b368;
  }
  .bg-summerlightgreen {
    background-color: #acce6b;
  }
  .bg-summerlightyellow {
    background-color: #f2d389;
  }
  .bg-summerdarkyellow {
    background-color: #FEC12D;
  }
  .bg-summerorange {
    background-color: #F78F1E;
  }
  .bg-darkgreen {
    background-color: #095D39;
  }
  .bg-darkred {
    background: #BB1022;
  }
  .bg-gold {
    background: #dab200;
  }
  .bg-darkgrey {
    background-color: #202020;
  }
  .color-red {
    color: #7c0040;
  }
  .color-blue {
    color: #47C3D3;
  }
  .color-orange {
    color: #F78F1E;
  }
  .color-pink {
    color: #A54399;
  }
  .color-green {
    color: #9FCF67;
  }
  .color-lightgreen {
    color: #d8e6b3;
  }
  .color-lightblue {
    color: #def0f6;
  }
  .color-lightorange {
    color: #fbc88c;
  }
  .color-summerlightblue {
    color: #a3e9e1;
  }
  .color-summerblue {
    color: #47d3c3;
  }
  .color-summerdarkgreen {
    color: #339d76;
  }
  .color-summermidgreen {
    color: #50b368;
  }
  .color-summerlightgreen {
    color: #acce6b;
  }
  .color-summerlightyellow {
    color: #f2d389;
  }
  .color-summerdarkyellow {
    color: #FEC12D;
  }
  .color-summerorange {
    color: #F78F1E;
  }
  #header {
    background-image: url(images/sp-background.svg);
    background-repeat: no-repeat;
    background-size: auto 300%;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  #header.summerprogramme {
    background-image: url(images/summer-lines.svg);
    background-repeat: no-repeat;
    background-size: auto 120%;
    padding: 50px 20px 20px;
    position: relative;
    margin-bottom: 30px;
  }
  #header .h1 {
    padding: 5px 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "AvantGardeDemi";
    display: inline-block;
    background: #000;
    line-height: 1.2;
    max-width: calc(100% - 100px);
    margin: -10px 0 0 0;
    font-weight: 400;
  }
  #header.summerprogramme h2.h1 {
    margin-bottom: 30px;
  }
  #header .h2 {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    font-family: "AvantGardeDemi";
    display: inline-block;
    background: #000;
    line-height: 1.2;
    font-weight: 400;
  }
  #header .h2.hidden {
    visibility: hidden;
  }
  #header img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 85px;
    height: auto;
  }
  #archive-event #hearts {
    padding: 0 40px;
  }
  #archive-event #hearts p {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 15px;
  }
  #archive-event #hearts img.heart {
    margin-bottom: 15px;
  }
  #archive-event section#navigation {
    padding: 0 40px;
  }
  #archive-event section#navigation a, #archive-event section#navigation span {
    display: inline-block;
    font-size: 28px;
    width: 100%;
    vertical-align: top;
    color: #5e5e5e;
  }
  #archive-event section#navigation a strong, #archive-event section#navigation span strong {
    font-family: "AvantGardeDemi";
    font-weight: 400;
  }
  #archive-event section#navigation a small, #archive-event section#navigation span small {
    font-size: 18px;
    display: block;
  }
  #archive-event section#navigation a.active, #archive-event section#navigation span.active {
    color: #fff;
  }
  #archive-event section#navigation a.active a, #archive-event section#navigation span.active a {
    color: #fff;
  }
  #archive-event section#navigation a {
    margin-bottom: 20px;
  }
  #archive-event section#navigation a svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 2px;
    transform: scaleX(-1);
  }
  #archive-event section#navigation a svg * {
    fill: #adadad;
  }
  #archive-event section#navigation span {
    margin: 0;
  }
  #archive-event section#navigation p {
    margin: 20px 0 0;
    line-height: 1.5;
    font-family: "AvantGardeMedium";
  }
  #archive-event #featuredevent {
    padding: 20px;
  }
  #archive-event #featuredevent a {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
  }
  #archive-event #featuredevent a.border-summerorange {
    border: 2px solid #F78F1E;
  }
  #archive-event #featuredevent a.border-summerblue {
    border: 2px solid #47d3c3;
  }
  #archive-event #featuredevent a h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
  }
  #archive-event #featuredevent a h3 strong {
    font-family: "AvantGardeDemi";
    font-weight: 400;
  }
  #archive-event #featuredevent a p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.5em;
  }
  #archive-event #featuredevent a svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 2px;
    transform: scaleX(-1);
  }
  #archive-event #featuredevent a svg * {
    fill: #adadad;
  }
  #archive-event #notice .notice {
    background: #202020;
    padding: 20px 30px 10px;
    margin: 0 0 20px;
  }
  #archive-event #notice .additional-notice {
    padding: 20px 30px 10px;
    margin: 0 0 20px;
  }
  #archive-event #notice h2 {
    font-family: "AvantGardeDemi";
    font-size: 22px;
    margin: 0 0 10px;
  }
  #archive-event #notice p {
    margin: 0 0 10px;
  }
  #archive-event #notice p a {
    text-decoration: underline;
    font-family: "AvantGardeMedium";
  }
  #archive-event #notice a.bg-blue {
    display: inline-block;
    font-size: 22px;
    font-family: "AvantGardeMedium";
    padding: 10px;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
  }
  #archive-event #notice a.bg-blue svg {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  #archive-event #notice a.bg-blue svg * {
    fill: #fff;
  }
  #archive-event #notice a.bg-red.hafbooking {
    display: inline-block;
    font-size: 18px;
    font-family: "AvantGardeMedium";
    padding: 10px;
    line-height: 1;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  #archive-event #notice a.bg-red.hafbooking .small {
    font-size: 14px;
  }
  #archive-event #notice a.bg-red.hafbooking svg {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  #archive-event #notice a.bg-red.hafbooking svg * {
    fill: #fff;
  }
  #archive-event #filters {
    padding: 20px 40px;
  }
  #archive-event #filters > button {
    width: 100%;
    padding: 10px 30px 10px 0;
    text-align: right;
    font-size: 18px;
    background-image: url(images/eventmenu.svg);
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #7E7E7E;
  }
  #archive-event #filters.open > ul {
    display: block;
  }
  #archive-event #filters.open > button {
    background-image: url(images/eventmenu-open.svg);
  }
  #archive-event #filters ul {
    display: none;
    margin: 0;
  }
  #archive-event #filters ul li {
    font-size: 20px;
  }
  #archive-event #filters ul li a, #archive-event #filters ul li button {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #7E7E7E;
    position: relative;
    width: 100%;
    text-align: left;
  }
  #archive-event #filters ul li button {
    font-family: "AvantGardeDemi";
  }
  #archive-event #filters ul li button::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
  }
  #archive-event #filters ul li ul {
    border: none;
    display: none;
  }
  #archive-event #filters ul li.open button::after {
    transform: rotate(90deg);
  }
  #archive-event #filters ul li.open ul {
    display: block;
  }
  #archive-event #filters ul li.active {
    font-family: "AvantGardeDemi";
  }
  #archive-event #banner {
    padding: 20px 40px 0;
  }
  #archive-event #banner .row {
    margin: 0 -10px;
  }
  #archive-event #banner .row .col {
    padding: 0 10px;
  }
  #archive-event #banner .bg-bhmyellow {
    padding: 15px;
  }
  #archive-event #banner .bg-bhmyellow h3 {
    font-size: 22px;
    margin: 0 0 5px;
    font-family: "AvantGardeDemi";
  }
  #archive-event #banner .bg-bhmyellow p {
    margin: 0 0 10px;
  }
  #archive-event #banner .bg-bhmyellow .button {
    padding: 10px 15px;
    display: inline-block;
    font-family: "AvantGardeDemi";
  }
  #archive-event #weeks {
    padding: 0 40px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  #archive-event #weeks .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }
  #archive-event #weeks .tabs .tab {
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    background: #58585B;
    color: #fff;
    border-top: none;
    margin: 0 15px 15px 0;
    line-height: 1;
    font-family: "AvantGardeDemi";
  }
  #archive-event #weeks .tabs .tab.active {
    position: relative;
    background: #fff;
    color: #404245;
    width: auto;
  }
  #archive-event #strands {
    padding: 0 40px 20px;
  }
  #archive-event #strands .tabs {
    position: relative;
    height: 35px;
    overflow: hidden;
    padding-top: 35px;
  }
  #archive-event #strands .tabs::after {
    content: "";
    position: absolute;
    top: 7.5px;
    right: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #7E7E7E;
    pointer-events: none;
  }
  #archive-event #strands .tabs .tab {
    font-size: 20px;
    display: block;
    padding: 7px 10px;
    background: #fff;
    color: #404245;
    border-top: 1px solid #404245;
    line-height: 1;
    font-family: "AvantGardeDemi";
  }
  #archive-event #strands .tabs .tab.active {
    font-family: "AvantGardeDemi";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #archive-event #strands .tabs.open {
    height: auto;
  }
  #archive-event #strands .tabs.open::after {
    transform: rotate(90deg);
    right: 12.5px;
  }
  #archive-event #days {
    padding: 0 0 20px;
  }
  #archive-event #days .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
    z-index: 1;
  }
  #archive-event #days .slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
    z-index: 1;
  }
  #archive-event #days .slider .slick-list {
    padding: 0 25px;
  }
  #archive-event #days .slider .slide {
    padding: 0 15px;
    height: auto;
  }
  #archive-event #days .slider .slide h2 {
    line-height: 1;
    padding: 10px;
    font-family: "AvantGardeDemi";
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
  }
  #archive-event #days .slider .slide:nth-of-type(5n+1) h2.bg-auto {
    background: #47C3D3;
  }
  #archive-event #days .slider .slide:nth-of-type(5n+2) h2.bg-auto {
    background: #9FCF67;
  }
  #archive-event #days .slider .slide:nth-of-type(5n+3) h2.bg-auto {
    background: #F78F1E;
  }
  #archive-event #days .slider .slide:nth-of-type(5n+4) h2.bg-auto {
    background: #A54399;
  }
  #archive-event #days .slider .slide:nth-of-type(5n+5) h2.bg-auto {
    background: #7c0040;
  }
  #archive-event #days .slider .slide small {
    font-size: 24px;
    display: block;
    margin: 5px 0 10px;
  }
  #archive-event #days .slider .slide a, #archive-event #days .slider .slide div {
    position: relative;
    display: block;
    padding: 15px 0 10px;
    border-bottom: 2px solid #58585B;
  }
  #archive-event #days .slider .slide a.bhm, #archive-event #days .slider .slide div.bhm {
    border: 1px solid #FFC117;
    padding: 15px;
    margin: 14px 0 0;
  }
  #archive-event #days .slider .slide a.bhm svg, #archive-event #days .slider .slide div.bhm svg {
    top: 15px;
    right: 15px;
  }
  #archive-event #days .slider .slide a.bhm svg *, #archive-event #days .slider .slide div.bhm svg * {
    fill: #fff;
  }
  #archive-event #days .slider .slide a.bhm h3, #archive-event #days .slider .slide div.bhm h3 {
    color: #FFC117;
  }
  #archive-event #days .slider .slide a.gold, #archive-event #days .slider .slide a.send, #archive-event #days .slider .slide div.gold, #archive-event #days .slider .slide div.send {
    border: 1px solid #dab200;
    padding: 15px;
    margin: 14px 0 0;
  }
  #archive-event #days .slider .slide a.gold svg, #archive-event #days .slider .slide a.send svg, #archive-event #days .slider .slide div.gold svg, #archive-event #days .slider .slide div.send svg {
    top: 20px;
    right: 13px;
  }
  #archive-event #days .slider .slide a.gold h3, #archive-event #days .slider .slide a.send h3, #archive-event #days .slider .slide div.gold h3, #archive-event #days .slider .slide div.send h3 {
    color: #dab200;
  }
  #archive-event #days .slider .slide a h3, #archive-event #days .slider .slide div h3 {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 1.2;
    font-weight: 400;
    padding: 0 25px 0 0;
    font-family: "AvantGardeDemi";
  }
  #archive-event #days .slider .slide a span, #archive-event #days .slider .slide div span {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 5px 5px 0;
    border-right: 1px solid #58585B;
  }
  #archive-event #days .slider .slide a span:last-of-type, #archive-event #days .slider .slide div span:last-of-type {
    margin: 0 0 5px;
    padding: 0;
    border: none;
  }
  #archive-event #days .slider .slide a svg, #archive-event #days .slider .slide div svg {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 14px;
    height: 14px;
    transform: scaleX(-1);
  }
  #archive-event #days .slider .slide a svg *, #archive-event #days .slider .slide div svg * {
    fill: #7E7E7E;
  }
  #archive-event #days .slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 44px;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 75% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  #archive-event #days .slider .slick-arrow.slick-prev {
    left: 0;
    background-image: url(images/arrow-left.svg);
  }
  #archive-event #days .slider .slick-arrow.slick-next {
    right: 0;
    background-image: url(images/arrow-right.svg);
  }
  #archive-event #days .slider .slick-arrow.slick-disabled {
    opacity: 0;
  }
  #archive-event #bhm {
    padding: 0 40px;
  }
  #archive-event #bhm .bhm-notice {
    border: 1px solid #FFC117;
    padding: 20px;
    margin: 15px 0;
    height: 100%;
  }
  #archive-event #bhm .bhm-notice h2 {
    color: #FFC117;
    font-size: 28px;
    margin: 0 0 15px;
    font-family: "AvantGardeDemi";
  }
  #archive-event #bhm .bhm-notice .button {
    display: inline-block;
    font-size: 22px;
    font-family: "AvantGardeMedium";
    padding: 10px;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 0;
    color: #000;
  }
  #single-event #content {
    padding: 20px;
  }
  #single-event #content small {
    font-size: 20px;
    display: block;
    margin: 0 0 20px;
    color: #47C3D3;
    font-family: "AvantGardeDemi";
  }
  #single-event #content small svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    transform: scaleX(-1);
  }
  #single-event #content small svg * {
    fill: #47C3D3;
  }
  #single-event #content span {
    font-size: 20px;
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 5px 5px 0;
    border-right: 1px solid #58585B;
  }
  #single-event #content span:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
  }
  #single-event #content h3.locationtext {
    font-size: 20px;
  }
  #single-event #content p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  #single-event #content p:first-of-type {
    margin-top: 20px;
  }
  #single-event #content p span, #single-event #content p small {
    font-size: 18px;
    margin: 0;
    display: inline;
    padding: 0;
    border: none;
  }
  #single-event #content a.bg-blue {
    display: inline-block;
    font-size: 22px;
    font-family: "AvantGardeDemi";
    padding: 10px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 20px;
  }
  #single-event #content a.bg-blue svg {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  #single-event #content a.bg-blue svg * {
    fill: #fff;
  }
  #single-event #content img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  #single-event #content form {
    padding: 20px 0 0;
  }
  #single-event #content form p {
    margin: 0 0 20px !important;
    font-size: 18px;
  }
  #single-event #content form label {
    display: block;
    font-size: 18px;
    font-family: "AvantGardeDemi";
    margin: 5px 0 5px;
  }
  #single-event #content form .frm_description {
    display: block;
    font-size: 18px;
    font-family: "AvantGardeMedium";
    margin: 8px 0 5px;
  }
  #single-event #content form input {
    background: #fff;
    color: #404245;
    padding: 10px;
    width: 100%;
    margin: 0 0 22px;
    font-size: 18px;
  }
  #single-event #content form textarea {
    background: #fff;
    color: #404245;
    padding: 10px;
    width: 100%;
    margin: 0 0 22px;
    font-size: 18px;
  }
  #single-event #content form .sigPad {
    margin: 5px 0 20px;
  }
  #single-event #content form hr {
    margin: 10px 0 25px;
  }
  #single-event #content form button {
    background: #47C3D3;
    display: inline-block;
    font-size: 22px;
    font-family: "AvantGardeDemi";
    padding: 10px;
    line-height: 1;
    text-transform: uppercase;
    float: right;
  }
  #single-event #content form .frm_error_style, #single-event #content form .frm_hidden, #single-event #content form .frm_screen_reader {
    display: none;
  }
  #single-event #content form .frm_error {
    color: #F78F1E;
    font-size: 16px;
    margin: -15px 0 20px;
  }
  #single-event #content form .vertical_radio {
    margin: 0 0 15px;
  }
  #single-event #content form .vertical_radio .frm_primary_label {
    display: block;
    font-size: 18px;
    font-family: "AvantGardeDemi";
    margin: 0 0 5px;
  }
  #single-event #content form .vertical_radio input {
    width: auto;
    margin: 0 0 5px;
  }
  #single-event #content form .vertical_radio label {
    display: inline-block;
    font-family: "AvantGardeBook";
    margin: 0 0 5px;
  }
  #footer {
    padding: 20px 20px 130px;
    position: relative;
  }
  #footer a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-family: "AvantGardeDemi";
  }
  #footer a svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
  }
  #footer a svg * {
    fill: #fff;
  }
  #footer img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 200px;
    height: auto;
  }
  #ui-datepicker-div select {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #header {
    padding: 50px 50px 0;
    background-size: auto calc(300% - 30px);
    min-height: 250px;
  }
  #header .h1 {
    font-size: 70px;
    max-width: calc(100% - 220px);
    padding: 2px 10px;
  }
  #header .h2 {
    font-size: 40px;
    max-width: calc(100% - 220px);
    padding: 2px 10px;
  }
  #header img {
    width: 200px;
    top: 30px;
    right: 40px;
  }
  #archive-event #hearts {
    padding: 10px 60px;
  }
  #archive-event #hearts p {
    font-size: 22px;
  }
  #archive-event section#navigation {
    padding: 15px 60px 15px;
  }
  #archive-event section#navigation a, #archive-event section#navigation span {
    font-size: 30px;
    width: auto;
  }
  #archive-event section#navigation a strong::after, #archive-event section#navigation span strong::after {
    content: " /";
  }
  #archive-event section#navigation a small, #archive-event section#navigation span small {
    font-size: 22px;
  }
  #archive-event section#navigation a:hover, #archive-event section#navigation span:hover {
    color: #fff;
  }
  #archive-event section#navigation span {
    margin: 0 10px 0 0;
  }
  #archive-event section#navigation a {
    margin-bottom: 0;
  }
  #archive-event section#navigation a svg {
    display: none;
  }
  #archive-event #featuredevent {
    padding: 20px 60px;
  }
  #archive-event #featuredevent a {
    padding: 30px;
  }
  #archive-event #featuredevent a h3 {
    font-size: 28px;
  }
  #archive-event #featuredevent a span {
    margin: 0 10px 0 0;
  }
  #archive-event #featuredevent a svg {
    width: 24px;
    height: 24px;
    margin: 0 0 0 8px;
  }
  #archive-event #notice .notice {
    margin: 10px 30px;
  }
  #archive-event #notice .additional-notice {
    margin: 20px 30px;
  }
  #archive-event #notice h2 {
    font-size: 34px;
  }
  #archive-event #notice p {
    font-size: 20px;
  }
  #archive-event #notice a.bg-blue {
    width: auto;
    text-align: left;
    margin: 10px 0 0;
    vertical-align: top;
  }
  #archive-event #notice a.bg-red.hafbooking {
    display: inline-block;
    font-size: 22px;
    font-family: "AvantGardeMedium";
    padding: 10px;
    line-height: 1;
    margin: 10px 0 0 15px;
    text-align: left;
    vertical-align: top;
    width: auto;
  }
  #archive-event #notice a.bg-red.hafbooking br {
    display: none;
  }
  #archive-event #notice a.bg-red.hafbooking .small {
    font-size: 16px;
  }
  #archive-event #notice a.bg-red.hafbooking svg {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  #archive-event #notice a.bg-red.hafbooking svg * {
    fill: #fff;
  }
  #archive-event #filters {
    padding: 30px 60px;
  }
  #archive-event #filters > button {
    display: none;
  }
  #archive-event #filters > ul {
    display: block !important;
  }
  #archive-event #filters > ul li {
    display: inline-block;
    margin-right: 50px;
    background: #fff;
    width: calc(30% - 50px);
    position: relative;
    color: #58585B;
    padding: 0 10px;
  }
  #archive-event #filters > ul li a, #archive-event #filters > ul li button {
    border: none;
  }
  #archive-event #filters > ul li button::after {
    border-left-color: #58585B;
  }
  #archive-event #filters > ul li.open a, #archive-event #filters > ul li.open button {
    border-bottom: 1px solid #47C3D3;
  }
  #archive-event #filters > ul li.open button {
    padding-bottom: 9px;
  }
  #archive-event #filters > ul li.open ul {
    display: block;
  }
  #archive-event #filters > ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 10px 10px;
    z-index: 1;
    display: none;
  }
  #archive-event #filters > ul li ul li {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  #archive-event #weeks {
    padding: 30px 60px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
  }
  #archive-event #weeks .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }
  #archive-event #weeks .tabs .tab {
    font-size: 24px;
    display: inline-block;
    padding: 10px;
    background: #58585B;
    color: #fff;
    border-top: none;
    margin: 0 15px 0 0;
    line-height: 1;
    font-family: "AvantGardeDemi";
  }
  #archive-event #weeks .tabs .tab.active {
    position: relative;
    background: #fff;
    color: #404245;
    width: auto;
  }
  #archive-event #banner {
    padding: 0 60px 15px;
  }
  #archive-event #banner .bg-bhmyellow p {
    margin: 0;
  }
  #archive-event #banner .bg-bhmyellow .button {
    font-size: 22px;
  }
  #archive-event #strands {
    padding: 0 60px 30px;
  }
  #archive-event #strands .tabs .tab {
    font-size: 24px;
  }
  #archive-event #days {
    padding: 0 0 50px;
  }
  #archive-event #days .slider::before {
    width: 50px;
  }
  #archive-event #days .slider::after {
    width: 50px;
  }
  #archive-event #days .slider .slick-list {
    padding: 0 35px;
  }
  #archive-event #days .slider .slide {
    padding: 0 25px;
    height: auto;
  }
  #archive-event #days .slider .slide h2 {
    font-size: 30px;
  }
  #archive-event #days .slider .slide small {
    font-size: 24px;
  }
  #archive-event #days .slider .slide a h3, #archive-event #days .slider .slide div h3 {
    font-size: 20px;
  }
  #archive-event #days .slider .slide a svg, #archive-event #days .slider .slide div svg {
    width: 14px;
    height: 14px;
  }
  #archive-event #days .slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #archive-event #bhm {
    padding: 0 50px;
  }
  #archive-event #bhm .bhm-notice {
    padding: 30px;
    margin: 0;
  }
  #archive-event #bhm .bhm-notice h2 {
    font-size: 30px;
  }
  #single-event #content {
    padding: 10px 60px 50px;
    position: relative;
  }
  #single-event #content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60px;
    width: calc(100% - 120px);
    height: 2px;
    background: #58585B;
  }
  #single-event #content small {
    font-size: 24px;
  }
  #single-event #content h3.locationtext, #single-event #content span {
    font-size: 24px;
  }
  #single-event #content p {
    margin: 0 0 30px;
    font-size: 20px;
  }
  #single-event #content p:first-of-type {
    margin-top: 30px;
  }
  #single-event #content p span, #single-event #content p small {
    font-size: 20px;
  }
  #single-event #content a.bg-blue {
    font-size: 25px;
    padding: 12px;
    margin: 0;
  }
  #single-event #content a.bg-blue svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
  }
  #single-event #content form {
    padding: 50px 0 0;
  }
  #single-event #content form input, #single-event #content form textarea {
    padding: 12px;
  }
  #single-event #content form button {
    font-size: 25px;
    padding: 12px 20px;
    margin: 10px 0 0;
  }
  #footer {
    padding: 50px 380px 50px 50px;
    min-height: 210px;
  }
  #footer a {
    font-size: 30px;
  }
  #footer a svg {
    width: 25px;
    height: 25px;
  }
  #footer img {
    width: 380px;
    right: 60px;
  }
}

/*# sourceMappingURL=events.css.map*/