.grid-container {
  max-width: 75rem;
}
.grid-container,
.grid-container.fluid {
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-container.fluid {
  max-width: 100%;
}
.grid-container.full {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.grid-x {
  -ms-flex-flow: row wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.cell {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}
.cell.shrink {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-full,
  .grid-x > .medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-full,
  .grid-x > .large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.33333%;
}
.grid-x > .small-2 {
  width: 16.66667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.33333%;
}
.grid-x > .small-5 {
  width: 41.66667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.33333%;
}
.grid-x > .small-8 {
  width: 66.66667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.33333%;
}
.grid-x > .small-11 {
  width: 91.66667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-margin-x > .cell {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(100% - 1rem);
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-padding-x > .cell {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1rem);
  }
}
.small-margin-collapse {
  margin-left: 0;
  margin-right: 0;
}
.small-margin-collapse > .cell {
  margin-left: 0;
  margin-right: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-left: 0;
  margin-right: 0;
}
.small-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}
.small-offset-0 {
  margin-left: 0;
}
.grid-margin-x > .small-offset-0 {
  margin-left: 0.5rem;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.5rem);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.5rem);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.5rem);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.5rem);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.5rem);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.5rem);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.5rem);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.5rem);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.5rem);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.5rem);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.5rem);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: 0.5rem;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.5rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.5rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.5rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.5rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.5rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.5rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.5rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.5rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.5rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.5rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: 0.5rem;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.5rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.5rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.5rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.5rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.5rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.5rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.5rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.5rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.5rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.5rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.5rem);
  }
}
.cuhkbiz-footer {
  background: #2e1a4c;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
}
.cuhkbiz-footer a {
  color: inherit;
  display: inline-block;
}
.cuhkbiz-footer a:active,
.cuhkbiz-footer a:focus,
.cuhkbiz-footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.cuhkbiz-footer button {
  background: hsla(0, 0%, 100%, 0.1);
  border: 0;
  color: inherit;
  margin-top: 0.5rem;
}
.cuhkbiz-footer button:active,
.cuhkbiz-footer button:focus,
.cuhkbiz-footer button:hover {
  background: hsla(0, 0%, 100%, 0.2);
}
.cuhkbiz-footer .wrapper > .grid-x > .cell {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .wrapper > .grid-x > .cell {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.cuhkbiz-footer .footer-cross-sites {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .footer-cross-sites {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cuhkbiz-footer .footer-cross-sites .footer-biz-tagline {
  -ms-flex: 1 1 66%;
  -webkit-box-flex: 1;
  flex: 1 1 66%;
  text-align: center;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .footer-cross-sites .footer-biz-tagline {
    -ms-flex: auto;
    -ms-flex-order: 1;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 2;
    flex: auto;
    order: 1;
  }
}
.cuhkbiz-footer .footer-cross-sites .footer-cuhk-logo {
  -ms-flex: 1 1 33%;
  -webkit-box-flex: 1;
  flex: 1 1 33%;
  text-align: center;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .footer-cross-sites .footer-cuhk-logo {
    -ms-flex: auto;
    -ms-flex-align: end;
    -ms-flex-order: 3;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 4;
    -webkit-box-pack: center;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: auto;
    justify-content: center;
    order: 3;
  }
}
.cuhkbiz-footer .footer-cross-sites .footer-biz-links {
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .footer-cross-sites .footer-biz-links {
    -ms-flex: auto;
    -ms-flex-order: 2;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 3;
    flex: auto;
    order: 2;
  }
}
.cuhkbiz-footer .textwidget {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  color: hsla(0, 0%, 100%, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cuhkbiz-footer .textwidget li {
  display: inline-block;
}
.cuhkbiz-footer .textwidget li:not(:last-child):after {
  content: "•";
  margin: 0 0.125rem 0 0.25rem;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .textwidget li {
    display: block;
  }
  .cuhkbiz-footer .textwidget li:after {
    display: none;
  }
}
.cuhkbiz-footer .textwidget a {
  color: inherit;
  text-decoration: none;
}
.cuhkbiz-footer .textwidget a:active,
.cuhkbiz-footer .textwidget a:focus,
.cuhkbiz-footer .textwidget a:hover {
  color: #fff;
}
.cuhkbiz-footer .footer-current-site > * {
  position: relative;
}
@media (min-width: 640px) {
  .cuhkbiz-footer .footer-current-site {
    background: #392064;
    padding-left: 2rem;
  }
  .cuhkbiz-footer .footer-current-site:before {
    background: inherit;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50vw;
  }
}
.footer-menus-main {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.footer-menus-main > li {
  -ms-flex: 1 1 17.5rem;
  -webkit-box-flex: 1;
  flex: 1 1 17.5rem;
  margin-bottom: 2.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {
  .footer-menus-main > li {
    -ms-flex-preferred-size: 10rem;
    flex-basis: 10rem;
  }
}
.footer-menus-main > li > [href="#"] {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 640px) {
  .footer-menus-main > li > [href="#"] {
    margin-bottom: 2rem;
  }
}
.footer-info {
  color: hsla(0, 0%, 100%, 0.5);
}
@media (min-width: 1024px) {
  .footer-info {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.footer-copyright {
  text-align: center;
}
@media (min-width: 640px) {
  .footer-copyright {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer-copyright {
    margin: 0;
  }
}
.footer-accreditation {
  text-align: center;
}
@media (min-width: 640px) {
  .footer-accreditation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.footer-accreditation img {
  margin: 0.25rem 0.25rem 0;
}
@media (min-width: 640px) {
  .footer-accreditation img {
    margin: 0.5rem 0.5rem 0;
  }
}
.grid-x {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.core .grid-x > .cell {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .grid-x.alternate > .cell:first-child {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .grid-x.alternate > .cell:nth-child(2) {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.grid-x.important > .cell:first-child {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  margin-top: 1rem;
  order: 2;
}
@media (min-width: 640px) {
  .grid-x.important > .cell:first-child {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    margin-top: 0;
    order: 0;
  }
}
.grid-x.important > .cell:nth-child(2) {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.grid-x.important > .cell:nth-child(2) > div strong {
  font-weight: 600;
}
.grid-x.important > .cell:nth-child(2) > div a {
  color: #fff;
}
.core
  .grid-x:not(.important)
  > .cell.medium-4
  .grid-x.important
  > .cell:nth-child(2)
  > div
  p:last-child
  > a:only-child,
.grid-x.important
  > .cell:nth-child(2)
  > div
  .core
  .grid-x:not(.important)
  > .cell.medium-4
  p:last-child
  > a:only-child,
.grid-x.important
  > .cell:nth-child(2)
  > div
  p:last-child
  > a.button-primary:only-child {
  color: #2e1a4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem -1rem;
}
.cuhkbiz-header {
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}
.cuhkbiz-header:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50vw;
}
.cuhkbiz-header .wrapper {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  background: #fff;
  border-radius: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1024px) {
  .cuhkbiz-header .wrapper {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
}
.cuhkbiz-header .header-logo {
  line-height: 0;
}
.cuhkbiz-header .header-logo a {
  display: inline-block;
}
.cuhkbiz-header .header-logo img {
  width: 50px;
}
@media (min-width: 1024px) {
  .cuhkbiz-header .header-logo img {
    width: 100px;
  }
}
.cuhkbiz-header button {
  border-color: rgba(46, 26, 76, 0.15);
  font-size: 1.2rem;
  margin-left: 2rem;
}
.cuhkbiz-header button:active,
.cuhkbiz-header button:focus,
.cuhkbiz-header button:hover {
  background: #f2f2f2;
}
@media (min-width: 1024px) {
  .cuhkbiz-header button {
    margin-bottom: 15px;
  }
}
.cuhkbiz-header .header-menus {
  display: none;
}
@media (min-width: 1024px) {
  .cuhkbiz-header .header-menus {
    -ms-flex: 1 0 auto;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 85px;
    justify-content: space-between;
    margin-bottom: 15px;
    text-align: right;
  }
}
.cuhkbiz-header .header-menus li {
  margin-bottom: 0;
}
.cuhkbiz-header .menu > li {
  display: inline-block;
}
.cuhkbiz-header .header-menus-quick a {
  color: #2e1a4c;
  font-size: 0.8rem;
  font-weight: 600;
}
.cuhkbiz-header .header-menus-quick a:active,
.cuhkbiz-header .header-menus-quick a:focus,
.cuhkbiz-header .header-menus-quick a:hover {
  color: #5c33ad;
}
.cuhkbiz-header .header-menus-quick > li:not(:last-child):after {
  content: "•";
  margin: 0 0.125rem 0 0.25rem;
}
.cuhkbiz-header .dropdown a {
  display: block;
}
.cuhkbiz-header .dropdown > li {
  margin-left: 1rem;
}
.cuhkbiz-header .dropdown > li > a {
  color: #2e1a4c;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 0;
}
.cuhkbiz-header .dropdown > li > a:active,
.cuhkbiz-header .dropdown > li > a:focus,
.cuhkbiz-header .dropdown > li > a:hover {
  opacity: 0.75;
}
.cuhkbiz-header .dropdown > li > a[href="#"] {
  pointer-events: none;
}
.cuhkbiz-header .dropdown > li > a[href="#"]:after {
  content: "\e910";
  display: inline-block;
  font-family: cuhkbiz-icons;
  position: relative;
  right: 0;
  top: 0.25rem;
}
.cuhkbiz-header .dropdown > li.is-active > [href="#"] {
  opacity: 0.75;
}
.cuhkbiz-header .dropdown .sub-menu {
  -webkit-box-shadow: 0 5px 10px rgba(92, 51, 173, 0.15);
  border: 1px solid rgba(46, 26, 76, 0.15);
  box-shadow: 0 5px 10px rgba(92, 51, 173, 0.15);
  text-align: left;
}
.cuhkbiz-header .dropdown .sub-menu:before {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  background: #fff;
  border-left: 1px solid rgba(46, 26, 76, 0.15);
  border-top: 1px solid rgba(46, 26, 76, 0.15);
  content: "";
  display: block;
  height: 12px;
  left: 1rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  z-index: -1;
}
.cuhkbiz-header .dropdown .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(46, 26, 76, 0.15);
}
.cuhkbiz-header .dropdown .sub-menu a:active,
.cuhkbiz-header .dropdown .sub-menu a:focus,
.cuhkbiz-header .dropdown .sub-menu a:hover {
  background: #f0ecf7;
  color: #5c33ad;
}
.cuhkbiz-header .dropdown .opens-left .sub-menu:before {
  left: auto;
  right: 1rem;
}
.cuhkbiz-header .js-dropdown-active {
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeIn 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.view {
  overflow-x: hidden;
}
.wrapper {
  margin: 0 15px;
  max-width: 1200px;
}
@media (min-width: 1230px) {
  .wrapper {
    margin: 0 auto;
  }
}
.alignleft {
  margin-right: 1rem;
}
.alignright {
  margin-left: 1rem;
}
.cuhkbiz-adjacent-links {
  background: #f2f2f2;
  border-top: 1px solid rgba(46, 26, 76, 0.15);
  padding: 3rem 0;
}
.cuhkbiz-adjacent-links a {
  font-weight: 600;
  text-decoration: none;
}
.cuhkbiz-related {
  border: 1px solid rgba(46, 26, 76, 0.15);
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}
.cuhkbiz-related .item-meta {
  color: rgba(46, 26, 76, 0.5);
}
.cuhkbiz-related p:last-child > a:only-child {
  font-weight: 600;
  text-decoration: none;
}
.cuhkbiz-related p:last-child > a:only-child:before {
  display: none;
}
.error404 header {
  background: #fff;
}
.fas {
  color: #5c33ad;
}
.fab:before {
  display: block;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
}

#page-container
  #et-main-area
  #main-content
  #et-boc
  .et-l
  .et_pb_text_inner
  table
  tr
  td {
  padding: 5px;
}

.tuition-hostel-fee.et_pb_row {
  width: 100% !important;
  max-width: 90% !important;
}

.t-a-h-f.et_pb_row {
  width: 100% !important;
  max-width: 90% !important;
}

.cuhkbiz-header:before {
  z-index: -1;
}

div#left-area {
  width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 1660px) {
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1944
    .sub-menu {
    width: 180px !important;
    left: -70px !important;
  }
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1944
  .sub-menu {
  width: 200px !important;
  left: -100px !important;
}

.container {
  margin: 30px auto;
}

.col-md-4 {
  display: none;
}

.content {
  background-color: #333;
  height: 200px;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.post-type-archive-events .grid-x {
  justify-content: start !important;
}

.contact-info i.fa.fa-map-marker {
  display: none;
}

.contact-info {
  text-align: left;
}

.contact-info ul li i {
  display: none;
}

.contact-info li:first-child:before {
  content: "Email: ";
}

.contact-info:lang(zh-hant) li:first-child:before {
  content: "電郵： " !important;
}

.contact-info:lang(zh-hans) li:first-child:before {
  content: "电邮： " !important;
}

span.tlp-email {
  text-decoration: underline;
  color: #5c33ad;
}

.tlp-phone:before {
  content: "Wechat: ";
}

.tlp-phone:lang(zh-hant):before {
  content: "微信：";
}

.tlp-phone:lang(zh-hans):before {
  content: "微信：";
}

span.team-name {
  color: black !important;
}

.rt-team-container .layout1 .single-team-area:hover img {
  -webkit-transform: none !important;
  transform: none !important;
}

.grid-x.grid-margin-x.sub-alumni-communities-header {
  -webkit-box-pack: unset !important;
  justify-content: unset !important;
}

div#main-content :lang(zh-hans), div#main-content :lang(zh-hant), header :lang(zh-hans), header :lang(zh-hant), div#top-header :lang(zh-hant), div#top-header :lang(zh-hans) {
  font-family: myriad-pro, "Microsoft Yahei", sans-serif !important;
}

.select-alumni-communities p:lang(zh-hans),
.select-alumni-communities p:lang(zh-hant) {
  width: 50px;
}

.wrapper span.icon.icon-share:lang(zh-hant),
.wrapper span.icon.icon-share:lang(zh-hans) {
  font-family: cuhkbiz-icons !important;
}

.wrapper i.fa:lang(zh-hant),
.wrapper i.fa:lang(zh-hans) {
  font-family: "Font Awesome 5 Free" !important;
}

div#main-content .entry-content .tab-content i.fa:lang(zh-hant),
div#main-content .entry-content .tab-content i.fa:lang(zh-hans) {
  font-family: "Font Awesome 5 Free" !important;
}

div#top-header {
  z-index: 1000 !important;
}

.photonicModal.photonic-panel {
  width: 100% !important;
}

a.photonicModalClose {
  right: 0% !important;
  top: -6px !important;
}
