/**
 *  THEME SPECIFIC
 */
/**
  *  BLINK GENERIC
  */
/*
	LAYOUT / BREAKPOINTS
 */
/*
	COLOURS
 */
/*
	TYPOGRAPHY
 */
/*
	INCLUDED PARTS
 */
@media (min-width: 0) and (max-width: 959px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  clip: rect(0 0 0 0);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--f-w {
  width: 100%;
  max-width: none;
}

.container--f-h {
  height: 100%;
}

.container--borderless {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container--narrow {
  max-width: 760px;
}

.container--relative {
  position: relative;
}

.container-fix {
  flex-grow: 1;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row--no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row--no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 0) {
  .col-bs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-bs-1 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: 8.33333%;
    max-width: calc(100% / 12 * 1);
  }
  .col-bs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-bs-2 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: 16.66667%;
    max-width: calc(100% / 12 * 2);
  }
  .col-bs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-bs-3 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: 25%;
    max-width: calc(100% / 12 * 3);
  }
  .col-bs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-bs-4 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: 33.33333%;
    max-width: calc(100% / 12 * 4);
  }
  .col-bs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-bs-5 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: 41.66667%;
    max-width: calc(100% / 12 * 5);
  }
  .col-bs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-bs-6 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: 50%;
    max-width: calc(100% / 12 * 6);
  }
  .col-bs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-bs-7 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: 58.33333%;
    max-width: calc(100% / 12 * 7);
  }
  .col-bs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-bs-8 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: 66.66667%;
    max-width: calc(100% / 12 * 8);
  }
  .col-bs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-bs-9 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: 75%;
    max-width: calc(100% / 12 * 9);
  }
  .col-bs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-bs-10 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: 83.33333%;
    max-width: calc(100% / 12 * 10);
  }
  .col-bs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-bs-11 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: 91.66667%;
    max-width: calc(100% / 12 * 11);
  }
  .col-bs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-bs-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: 100%;
    max-width: calc(100% / 12 * 12);
  }
  .col-bs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-bs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  .col-bs-hidden {
    display: none;
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-bs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-bs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .center-bs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .end-bs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .top-bs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-bs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-bs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-bs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-bs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-bs {
    order: -1;
  }
  .last-bs {
    order: 1;
  }
}

@media only screen and (min-width: 380px) {
  .col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-xs-1 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: 8.33333%;
    max-width: calc(100% / 12 * 1);
  }
  .col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-xs-2 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: 16.66667%;
    max-width: calc(100% / 12 * 2);
  }
  .col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-xs-3 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: 25%;
    max-width: calc(100% / 12 * 3);
  }
  .col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-xs-4 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: 33.33333%;
    max-width: calc(100% / 12 * 4);
  }
  .col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-xs-5 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: 41.66667%;
    max-width: calc(100% / 12 * 5);
  }
  .col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-xs-6 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: 50%;
    max-width: calc(100% / 12 * 6);
  }
  .col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-xs-7 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: 58.33333%;
    max-width: calc(100% / 12 * 7);
  }
  .col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-xs-8 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: 66.66667%;
    max-width: calc(100% / 12 * 8);
  }
  .col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-xs-9 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: 75%;
    max-width: calc(100% / 12 * 9);
  }
  .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-xs-10 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: 83.33333%;
    max-width: calc(100% / 12 * 10);
  }
  .col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-xs-11 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: 91.66667%;
    max-width: calc(100% / 12 * 11);
  }
  .col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-xs-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: 100%;
    max-width: calc(100% / 12 * 12);
  }
  .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  .col-xs-hidden {
    display: none;
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-sm-1 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: 8.33333%;
    max-width: calc(100% / 12 * 1);
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: 16.66667%;
    max-width: calc(100% / 12 * 2);
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-sm-3 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: 25%;
    max-width: calc(100% / 12 * 3);
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-sm-4 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: 33.33333%;
    max-width: calc(100% / 12 * 4);
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-sm-5 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: 41.66667%;
    max-width: calc(100% / 12 * 5);
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: 50%;
    max-width: calc(100% / 12 * 6);
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-sm-7 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: 58.33333%;
    max-width: calc(100% / 12 * 7);
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: 66.66667%;
    max-width: calc(100% / 12 * 8);
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: 75%;
    max-width: calc(100% / 12 * 9);
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-sm-10 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: 83.33333%;
    max-width: calc(100% / 12 * 10);
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: 91.66667%;
    max-width: calc(100% / 12 * 11);
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: 100%;
    max-width: calc(100% / 12 * 12);
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  .col-sm-hidden {
    display: none;
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 960px) {
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-md-1 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: 8.33333%;
    max-width: calc(100% / 12 * 1);
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-md-2 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: 16.66667%;
    max-width: calc(100% / 12 * 2);
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-md-3 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: 25%;
    max-width: calc(100% / 12 * 3);
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-md-4 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: 33.33333%;
    max-width: calc(100% / 12 * 4);
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-md-5 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: 41.66667%;
    max-width: calc(100% / 12 * 5);
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-md-6 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: 50%;
    max-width: calc(100% / 12 * 6);
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-md-7 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: 58.33333%;
    max-width: calc(100% / 12 * 7);
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-md-8 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: 66.66667%;
    max-width: calc(100% / 12 * 8);
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-md-9 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: 75%;
    max-width: calc(100% / 12 * 9);
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-md-10 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: 83.33333%;
    max-width: calc(100% / 12 * 10);
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-md-11 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: 91.66667%;
    max-width: calc(100% / 12 * 11);
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-md-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: 100%;
    max-width: calc(100% / 12 * 12);
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  .col-md-hidden {
    display: none;
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 1140px) {
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-lg-1 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: 8.33333%;
    max-width: calc(100% / 12 * 1);
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: 16.66667%;
    max-width: calc(100% / 12 * 2);
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: 25%;
    max-width: calc(100% / 12 * 3);
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-lg-4 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: 33.33333%;
    max-width: calc(100% / 12 * 4);
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: 41.66667%;
    max-width: calc(100% / 12 * 5);
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: 50%;
    max-width: calc(100% / 12 * 6);
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-lg-7 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: 58.33333%;
    max-width: calc(100% / 12 * 7);
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: 66.66667%;
    max-width: calc(100% / 12 * 8);
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: 75%;
    max-width: calc(100% / 12 * 9);
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-lg-10 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: 83.33333%;
    max-width: calc(100% / 12 * 10);
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: 91.66667%;
    max-width: calc(100% / 12 * 11);
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: 100%;
    max-width: calc(100% / 12 * 12);
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  .col-lg-hidden {
    display: none;
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 1560px) {
  .col-xl {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-xl-1 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: 8.33333%;
    max-width: calc(100% / 12 * 1);
  }
  .col-xl-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: 16.66667%;
    max-width: calc(100% / 12 * 2);
  }
  .col-xl-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-xl-3 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: 25%;
    max-width: calc(100% / 12 * 3);
  }
  .col-xl-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-xl-4 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: 33.33333%;
    max-width: calc(100% / 12 * 4);
  }
  .col-xl-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-xl-5 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: 41.66667%;
    max-width: calc(100% / 12 * 5);
  }
  .col-xl-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: 50%;
    max-width: calc(100% / 12 * 6);
  }
  .col-xl-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-xl-7 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: 58.33333%;
    max-width: calc(100% / 12 * 7);
  }
  .col-xl-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: 66.66667%;
    max-width: calc(100% / 12 * 8);
  }
  .col-xl-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: 75%;
    max-width: calc(100% / 12 * 9);
  }
  .col-xl-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-xl-10 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: 83.33333%;
    max-width: calc(100% / 12 * 10);
  }
  .col-xl-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: 91.66667%;
    max-width: calc(100% / 12 * 11);
  }
  .col-xl-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: 100%;
    max-width: calc(100% / 12 * 12);
  }
  .col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-xl-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
  .col-xl-hidden {
    display: none;
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}

body.user-is-tabbing button:focus,
body.user-is-tabbing input:focus,
body.user-is-tabbing select:focus,
body.user-is-tabbing textarea:focus,
body.user-is-tabbing a:focus {
  outline-color: #000000;
  outline-width: 2px;
  outline-style: solid;
}

button::-moz-focus-inner,
a::-moz-focus-inner {
  border: none;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  clip: auto !important;
  clip-path: none;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.nav-btn {
  padding: 0;
  background: transparent;
  border: 0;
  min-width: 0;
}

.nav-btn.is-active .hamburger__line--1 {
  top: 5px;
  left: 9px;
  width: 0;
  opacity: 0;
}

.nav-btn.is-active .hamburger__line--2 {
  transform: rotate(45deg);
}

.nav-btn.is-active .hamburger__line--3 {
  transform: rotate(-45deg);
}

.nav-btn.is-active .hamburger__line--4 {
  top: 5px;
  left: 9px;
  width: 0;
  opacity: 0;
}

.hamburger {
  position: relative;
  width: 18px;
  height: 14px;
}

.hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: #9EC60F;
  opacity: 1;
  transition: top 0.3s, left 0.3s, width 0.3s, opacity 0.3s, transform 0.3s;
}

.hamburger__line--1 {
  top: 0;
}

.hamburger__line--2 {
  top: 6px;
}

.hamburger__line--3 {
  top: 6px;
}

.hamburger__line--4 {
  top: 12px;
}

html,
body,
.site {
  height: 100%;
}

.site {
  display: flex;
  flex-flow: column;
}

.site-header {
  flex: 0 0 auto;
}

.site-content {
  flex: 1 0 auto;
}

.site-footer {
  flex: 0 0 auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

html {
  box-sizing: border-box;
}

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

/*
    Fix unknown elements on older browsers
 */
main,
section,
article,
header,
footer,
aside,
nav {
  display: block;
}

.btn,
button {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}

.file-upload {
  display: none;
}

.file-upload + label {
  display: block;
}

.styled-select {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.styled-select::-ms-expand {
  display: none;
}

.styled-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.fieldset {
  margin: 1em 0;
  padding: 5px 20px;
  border: 2px solid #E5E2DE;
}

.fieldset__legend {
  color: #9EC60F;
}

/*
    Contact Form 7 parts
 */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #86a80d;
  font-family: "Arial", sans-serif;
}

.wpcf7-form div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px 20px;
  border-width: 10px 0 0 0;
  border-style: solid;
  background: rgba(240, 240, 240, 0.5);
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

.wpcf7 .wpcf7-form div.wpcf7-response-output {
  border-color: #9EC60F;
}

.wysiwyg-content ul li, .two-col-content__content ul li {
  position: relative;
  padding-left: 14px;
}

.wysiwyg-content ul li:not(:last-of-type), .two-col-content__content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.wysiwyg-content ul, .two-col-content__content ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style-type: none;
}

.wysiwyg-content ul li::before, .two-col-content__content ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #9EC60F;
  content: '';
}

img {
  max-width: 100%;
  max-height: 100%;
}

figure {
  margin: 0;
}

svg {
  overflow: visible;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

html {
  color: #4F4F4F;
  font-family: "Arial", sans-serif;
}

.wysiwyg-content ul li, .two-col-content__content ul li, p {
  font-size: 15px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .wysiwyg-content ul li, .two-col-content__content ul li, p {
    font-size: 16px;
  }
}

.wysiwyg-content ul li.tiny, .two-col-content__content ul li.tiny, p.tiny, p .tiny {
  font-size: 0.7rem;
}

.wysiwyg-content ul li.highlighted, .two-col-content__content ul li.highlighted, p.highlighted {
  color: #9EC60F;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-family: "Arial", sans-serif;
}

.section-title, .wysiwyg-content h2, .two-col-content__content h2, .page-card__title, .two-col-content__title, .content-intro__title, .associations__region-name, .archive-controls__title {
  margin: 0 0 35px;
  color: #9EC60F;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.18;
}

.section-title--underline, .associations__region-name, .archive-controls__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E2DE;
}

@media (min-width: 768px) {
  .section-title--underline, .associations__region-name, .archive-controls__title {
    padding-bottom: 12px;
  }
}

@media (min-width: 960px) {
  .section-title--underline, .associations__region-name, .archive-controls__title {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .section-title, .wysiwyg-content h2, .two-col-content__content h2, .page-card__title, .two-col-content__title, .content-intro__title, .associations__region-name, .archive-controls__title {
    margin: 0 0 42px;
    font-size: 36px;
  }
}

@media (min-width: 960px) {
  .section-title, .wysiwyg-content h2, .two-col-content__content h2, .page-card__title, .two-col-content__title, .content-intro__title, .associations__region-name, .archive-controls__title {
    margin: 0 0 50px;
    font-size: 38px;
  }
}

.section-title--centre {
  text-align: center;
}

.group-title {
  margin: 0 0 30px;
  color: #9EC60F;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.object-title {
  margin: 0 0 12px;
  color: #9EC60F;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.02;
}

@media (min-width: 768px) {
  .object-title {
    margin: 0 0 20px;
    font-size: 26px;
  }
}

@media (min-width: 960px) {
  .object-title {
    font-size: 28px;
  }
}

.block-title {
  margin: 0 0 0.5em;
  color: #9EC60F;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.06;
}

@media (min-width: 768px) {
  .block-title {
    margin: 0 0 0.55em;
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  .block-title {
    margin: 0 0 0.6em;
    font-size: 25px;
  }
}

.section-intro, .wysiwyg-content h3, .two-col-content__content h3, .cta-block__intro, .two-col-content__intro, .content-intro__description p {
  margin: 0 0 10px;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .section-intro, .wysiwyg-content h3, .two-col-content__content h3, .cta-block__intro, .two-col-content__intro, .content-intro__description p {
    font-size: 19px;
  }
}

@media (min-width: 960px) {
  .section-intro, .wysiwyg-content h3, .two-col-content__content h3, .cta-block__intro, .two-col-content__intro, .content-intro__description p {
    font-size: 20px;
  }
}

.section-intro--green, .wysiwyg-content h3, .two-col-content__content h3 {
  color: #9EC60F;
}

.two-col-content__intro {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #949691;
  margin: 45px 0;
  padding: 0;
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}

#wpadminbar .ab-top-menu .ab-sub-wrapper {
  bottom: 100%;
}

#wpadminbar #wp-admin-bar-user-info .avatar {
  max-height: none;
}

.btn {
  display: inline-flex;
  height: 45px;
}

.btn--green:hover .btn__body, .btn--green:focus .btn__body {
  color: #FFFFFF;
  background: #86a80d;
}

.btn--green:hover .btn__append, .btn--green:hover .btn__prepend, .btn--green:focus .btn__append, .btn--green:focus .btn__prepend {
  background: #86a80d;
}

.btn--green:hover .btn__icon, .btn--green:focus .btn__icon {
  fill: #FFFFFF;
}

.btn--green .btn__body {
  background: #9EC60F;
  color: #FFFFFF;
}

.btn--green .btn__append, .btn--green .btn__prepend {
  background: #9EC60F;
}

.btn--green .btn__icon {
  fill: #FFFFFF;
}

.btn--smoke:hover .btn__body, .btn--smoke:focus .btn__body {
  color: #FFFFFF;
  background: #4F4F4F;
}

.btn--smoke:hover .btn__append, .btn--smoke:hover .btn__prepend, .btn--smoke:focus .btn__append, .btn--smoke:focus .btn__prepend {
  background: #4F4F4F;
}

.btn--smoke:hover .btn__icon, .btn--smoke:focus .btn__icon {
  fill: #FFFFFF;
}

.btn--smoke .btn__body {
  background: #949691;
  color: #FFFFFF;
}

.btn--smoke .btn__append, .btn--smoke .btn__prepend {
  background: #949691;
}

.btn--smoke .btn__icon {
  fill: #FFFFFF;
}

.btn--whole .btn__body {
  justify-content: center;
}

.btn--massive {
  width: 255px;
  justify-content: center;
}

.btn--text {
  height: auto;
}

.btn--text .btn__body {
  padding: 0 0 0 10px;
  color: #9EC60F;
  text-decoration: underline;
}

.btn--text .btn__prepend {
  width: auto;
}

.btn--text:hover .btn__body, .btn--text:focus .btn__body {
  text-decoration: none;
}

.btn.is-loading .btn__body {
  position: relative;
}

.btn.is-loading .btn__body::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #9EC60F;
  content: '';
}

.btn.is-loading .btn__body::after {
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border-top: 4px solid #E5E2DE;
  border-right: 4px solid #E5E2DE;
  border-bottom: 4px solid #E5E2DE;
  border-left: 4px solid transparent;
  animation: spin 1s infinite linear;
  content: '';
}

.btn__body {
  display: flex;
  height: 100%;
  padding: 0 15px 0 20px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-start;
  font-family: "Arial", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.22;
  transition: background 0.4s, color 0.4s;
}

.btn__body::before {
  transition: background 0.2s;
}

.btn__body::after {
  transition: border-color 0.2s;
}

.btn__inline-append {
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.btn__prepend {
  display: flex;
  height: 100%;
  width: 45px;
  margin-right: 1px;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}

.btn__append {
  display: flex;
  height: 100%;
  width: 45px;
  margin-left: 1px;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}

.btn__icon {
  transition: fill 0.4s;
}

.btn__icon--chevron-right {
  width: 10px;
  height: 18px;
}

.btn__icon--play-circle {
  width: 19px;
  height: 19px;
}

.btn__icon--cart {
  width: 16px;
  height: 16px;
}

.btn__icon--chevron-right-css::after {
  display: block;
  width: 10px;
  height: 14px;
  background-image: url("../images/icons/colour/chevron-right-white.svg");
  background-position: center;
  background-size: 10px 14px;
  background-repeat: no-repeat;
  content: '';
}

.btn__icon--chevron-down-css::after {
  display: block;
  width: 18px;
  height: 10px;
  background-image: url("../images/icons/colour/chevron-down-white.svg");
  background-position: center;
  background-size: 18px 10px;
  background-repeat: no-repeat;
  content: '';
}

.inline-btn {
  display: inline-flex;
  background: transparent;
  align-items: center;
  transition: color 0.4s;
}

.inline-btn--primary {
  color: #9EC60F;
}

.inline-btn--primary .inline-btn__icon {
  fill: #9EC60F;
}

.inline-btn--primary .inline-btn__body {
  color: #9EC60F;
}

.inline-btn--primary:hover, .inline-btn--primary:focus {
  color: #86a80d;
}

.inline-btn--primary:hover .inline-btn__icon, .inline-btn--primary:focus .inline-btn__icon {
  fill: #86a80d;
}

.inline-btn--primary:hover .inline-btn__body, .inline-btn--primary:focus .inline-btn__body {
  color: #86a80d;
}

.inline-btn__prepend, .inline-btn__append {
  display: flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
}

.inline-btn__prepend {
  margin-right: 8px;
}

.inline-btn__append {
  margin-left: 8px;
}

.inline-btn__icon {
  transition: fill 0.4s;
}

.inline-btn__icon--play-circle {
  width: 19px;
  height: 19px;
}

.inline-btn__icon--download {
  width: 17px;
  height: 17px;
}

.inline-btn__icon--document-pdf {
  width: 19px;
  height: 20px;
}

.inline-btn__icon--chevron-left {
  width: 14px;
  height: 14px;
}

.inline-btn__icon--chevron-right {
  width: 14px;
  height: 14px;
}

.inline-btn__body {
  margin-bottom: 3px;
  font-family: "Arial", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
  transition: color 0.4s;
}

.wysiwyg-content *, .two-col-content__content * {
  margin: 0;
}

.wysiwyg-content > * + *, .two-col-content__content > * + * {
  margin-top: 1em !important;
}

.wysiwyg-content h2, .two-col-content__content h2 {
  margin-bottom: 0;
}

.wysiwyg-content h4, .two-col-content__content h4 {
  color: #9EC60F;
  font-size: 18px;
  font-weight: 700;
}

.wysiwyg-content img, .two-col-content__content img {
  display: block;
}

.wysiwyg-content strong, .two-col-content__content strong {
  font-weight: 700;
}

.wysiwyg-content a:not(.inline-btn):not(.btn), .two-col-content__content a:not(.inline-btn):not(.btn) {
  color: inherit;
  transition: color 0.4s;
}

.wysiwyg-content a:not(.inline-btn):not(.btn):hover, .two-col-content__content a:not(.inline-btn):not(.btn):hover, .wysiwyg-content a:not(.inline-btn):not(.btn):focus, .two-col-content__content a:not(.inline-btn):not(.btn):focus {
  color: #9EC60F;
}

.wysiwyg-content ol, .two-col-content__content ol {
  margin: 0 0 1.5em;
  padding-left: 19px;
}

.wysiwyg-content ol li, .two-col-content__content ol li {
  padding-left: 0;
}

.wysiwyg-content ol li:not(:last-of-type), .two-col-content__content ol li:not(:last-of-type) {
  margin-bottom: 8px;
}

.page-cards, .two-col-content, .latest, .associations {
  padding: 60px 0;
}

@media (min-width: 960px) {
  .page-cards, .two-col-content, .latest, .associations {
    padding: 80px 0;
  }
}

.page-cards--compact, .two-col-content--compact {
  padding: 40px 0;
}

@media (min-width: 960px) {
  .page-cards--compact, .two-col-content--compact {
    padding: 60px 0;
  }
}

.control__input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  border: 0;
  background: #E5E2DE;
  color: #4F4F4F;
  font-family: "Arial", sans-serif;
  font-size: 16px;
}

.control--large .control__field {
  height: 44px;
}

.control-group {
  display: flex;
}

.control-group .control:not(:last-of-type) {
  margin-right: 20px;
}

.control {
  display: flex;
  align-items: center;
}

.control:not(:last-of-type):not(.control--large) {
  margin-right: 24px;
}

@media (min-width: 0) and (max-width: 767px) {
  .control:not(:last-of-type):not(.control--large) {
    margin-right: 0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .control {
    margin-bottom: 10px;
    width: 50%;
    padding: 0 5px;
    flex-flow: column;
  }
}

.control--dropdown .control__input {
  padding-right: 33px;
  appearance: none;
  cursor: pointer;
}

.control--dropdown .control__input::-ms-expand {
  display: none;
}

.control--dropdown .control__input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

.control--dropdown .control__btn {
  pointer-events: none;
}

.control--dropdown-css .control__input {
  padding-right: 55px;
  appearance: none;
  cursor: pointer;
}

.control--dropdown-css .control__input::-ms-expand {
  display: none;
}

.control--dropdown-css .control__input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

.control--large {
  margin-right: 0;
  flex-flow: column;
  align-items: flex-start;
}

@media (min-width: 0) and (max-width: 767px) {
  .control--large {
    width: 100%;
  }
}

.control--large:not(:last-of-type) {
  margin-bottom: 25px;
}

.control--large .control__label {
  display: block;
  margin-bottom: 4px;
  color: #9EC60F;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .control--large .control__label {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.control--large .control__field {
  max-width: 100%;
  width: 350px;
}

.control--large .control__input {
  padding: 0 15px 0 15px;
  font-size: 18px;
}

.control--large .control__btn {
  width: 44px;
  background: #9EC60F;
}

.control--large .control__btn-icon {
  width: 20px;
  height: 20px;
}

.control--wide .control__field {
  width: 100%;
}

.control--btn .btn {
  height: 44px;
}

.control--btn .btn__body {
  padding: 0 20px;
}

.control.control--textarea .control__field {
  height: 155px;
  width: 100%;
}

.control.control--textarea .control__input {
  padding: 12px;
}

.control__field {
  position: relative;
  display: flex;
  width: 136px;
  height: 25px;
}

@media (min-width: 0) and (max-width: 767px) {
  .control__field {
    width: 100%;
  }
}

.control__label {
  margin-bottom: 5px;
  color: #9EC60F;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 0) and (max-width: 767px) {
  .control__label {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .control__label {
    margin: 0 12px 0 0;
  }
}

.control__subtext {
  font-size: 0.6em;
  font-family: "Arial", sans-serif;
}

.control__option {
  font-family: "Arial", sans-serif;
}

.control__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  background: #949691;
}

.control__btn::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  content: '';
}

.control__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.control__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #FFFFFF;
}

.control__btn-icon--chevron-down {
  padding-top: 3px;
  width: 13px;
  height: 13px;
}

.control__btn-icon--magnifying-glass {
  width: 13px;
  height: 13px;
}

.control__submit-btn {
  display: inline-flex;
  height: 100%;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  background: #9EC60F;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Arial", sans-serif;
  transition: background 0.4s;
}

@media (min-width: 0) and (max-width: 767px) {
  .control__submit-btn {
    margin-top: auto;
    height: 25px;
  }
}

.control__submit-btn:hover, .control__submit-btn:focus {
  background: #86a80d;
}

.control__list {
  display: flex;
  margin: 15px 0 0;
  padding: 0;
  flex-flow: row wrap;
  list-style: none;
}

.control__list-item {
  margin-bottom: 20px;
  width: 50%;
}

@media (min-width: 768px) {
  .control__list-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 960px) {
  .control__list-item {
    width: 25%;
  }
}

.control__checkbox {
  display: flex;
  padding-right: 15px;
}

.control__checkbox-label {
  line-height: 1.25;
  cursor: pointer;
}

.control__checkboxes .wpcf7-list-item {
  display: inline-flex;
  margin-left: 0;
  align-items: center;
}

.control__checkboxes .wpcf7-list-item:not(:last-of-type) {
  margin-right: 30px;
}

.control__checkbox-input,
.control__checkboxes input {
  position: relative;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: none;
  background: #E5E2DE;
  appearance: none;
  cursor: pointer;
  transition: background 0.4s;
}

.control__checkbox-input::after,
.control__checkboxes input::after {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/colour/tick-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 8px;
  content: '';
  transition: opacity 0.4s;
}

.control__checkbox-input:checked,
.control__checkboxes input:checked {
  background: #9EC60F;
}

.control__checkbox-input:checked::after,
.control__checkboxes input:checked::after {
  opacity: 1;
}

.control--dropdown-css .control__field::before, .control--dropdown-css .control__field::after {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
}

.control--dropdown-css .control__field::before {
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  background: #9EC60F;
}

.control--dropdown-css .control__field::after {
  top: 18px;
  right: 12px;
  width: 18px;
  height: 10px;
  background-image: url("../images/icons/colour/chevron-down-white.svg");
  background-position: center;
  background-size: 18px 10px;
  background-repeat: no-repeat;
}

.loader__body {
  display: flex;
  min-height: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.loader__text {
  margin-bottom: 15px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  text-align: center;
}

.loader__spinner {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border-top: 5px solid #E5E2DE;
  border-right: 5px solid #E5E2DE;
  border-bottom: 5px solid #E5E2DE;
  border-left: 5px solid #9EC60F;
  animation: spin 1s infinite linear;
}

.responsive-iframe__inner {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.responsive-iframe iframe[src*="vimeo"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.responsive-iframe {
  margin: 0 auto 1em;
}

#query-monitor-main {
  bottom: 32px !important;
}

.grecaptcha-badge {
  display: none !important;
}

.site-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  transition: height 0.4s;
}

@media (min-width: 768px) {
  .site-header {
    height: 115px;
  }
}

@media (min-width: 960px) {
  .site-header {
    position: static;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .site-header.is-scrolled {
    height: 70px;
    border-bottom: 1px solid #E5E2DE;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .site-header.is-scrolled {
    height: 100px;
    border-bottom: 1px solid #E5E2DE;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .site-header.is-scrolled .site-header-nav {
    top: 70px;
    height: calc(100% - 130px);
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .site-header.is-scrolled .site-header-nav {
    top: 100px;
    height: calc(100% - 160px);
  }
}

.site-header__body {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .site-header__body {
    align-items: flex-end;
  }
}

.site-header__logo {
  display: block;
  margin-bottom: 26px;
  width: 201px;
  height: 50px;
}

body.has-menu-open {
  overflow: hidden;
}

.site-header-nav {
  position: fixed;
  top: 90px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 150px);
  padding: 20px 15px 0;
  overflow: auto;
  background: #F5F4F2;
}

@media (min-width: 768px) {
  .site-header-nav {
    top: 115px;
    height: calc(100vh - 175px);
  }
}

@media (min-width: 960px) {
  .site-header-nav {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    overflow: inherit;
    background: none;
  }
}

.site-header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header-nav .menu-item {
  position: relative;
}

.site-header-nav .menu-item:hover > a, .site-header-nav .menu-item:focus > a, .site-header-nav .menu-item.current-menu-item > a, .site-header-nav .menu-item.current-menu-ancestor > a, .site-header-nav .menu-item.current-menu-parent > a {
  color: #9EC60F;
}

.site-header-nav a {
  color: #4F4F4F;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.4s;
}

.site-header-nav__expandos-btn {
  display: flex;
  width: 34px;
  height: 34px;
  background: transparent;
  align-items: center;
  justify-content: center;
}

@media (min-width: 960px) {
  .site-header-nav__expandos-btn {
    display: none;
  }
}

.site-header-nav__expandos-btn.is-open .site-header-nav__expandos-line--v {
  height: 2px;
}

.site-header-nav__expandos-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

@media (min-width: 768px) {
  .site-header-nav__expandos-icon {
    width: 18px;
    height: 18px;
  }
}

.site-header-nav__expandos-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #9EC60F;
}

.site-header-nav__expandos-line--v {
  width: 2px;
  height: 100%;
  transition: height 0.4s;
}

.site-header-nav__expandos-line--h {
  width: 100%;
  height: 2px;
}

.site-header-nav__list {
  display: flex;
  flex-flow: column;
}

@media (min-width: 960px) {
  .site-header-nav__list {
    flex-flow: row;
  }
}

.site-header-nav__list > .menu-item {
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .site-header-nav__list > .menu-item {
    padding-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .site-header-nav__list > .menu-item:not(:first-of-type) {
    margin-left: 24px;
  }
}

@media (min-width: 960px) {
  .site-header-nav__list > .menu-item:not(:last-of-type) {
    margin-right: 24px;
  }
}

@media (min-width: 960px) {
  .site-header-nav__list > .menu-item:not(:last-of-type)::after {
    content: '';
  }
}

@media (min-width: 960px) {
  .site-header-nav__list > .menu-item:hover > .sub-menu, .site-header-nav__list > .menu-item:focus > .sub-menu {
    opacity: 0.95;
    pointer-events: auto;
  }
}

.site-header-nav__list > .menu-item.is-open > .sub-menu {
  opacity: 0.95;
  pointer-events: auto;
}

@media (min-width: 960px) {
  .site-header-nav__list > .menu-item.is-open > .sub-menu {
    opacity: inherit;
    pointer-events: inherit;
  }
}

.site-header-nav__list > .menu-item::after {
  position: absolute;
  top: 1px;
  right: -24px;
  width: 1px;
  height: 16px;
  background: #9EC60F;
}

.site-header-nav__list > .menu-item > a {
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  font-family: "Arial", sans-serif;
  font-size: 20px;
}

@media (min-width: 768px) {
  .site-header-nav__list > .menu-item > a {
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  .site-header-nav__list > .menu-item > a {
    display: inherit;
    height: auto;
    font-family: inherit;
    font-size: inherit;
  }
}

.site-header-nav .sub-menu {
  display: none;
  padding: 20px 0 0 15px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .site-header-nav .sub-menu {
    padding: 20px 0 5px 15px;
  }
}

@media (min-width: 960px) {
  .site-header-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    display: block;
    padding: 40px 40px 35px 30px;
    opacity: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    pointer-events: none;
    transition: opacity 0.4s;
  }
}

.site-header-nav .sub-menu > .menu-item {
  padding-right: 90px;
  white-space: nowrap;
}

.site-header-nav .sub-menu > .menu-item:not(:last-of-type) {
  margin-bottom: 18px;
}

@media (min-width: 960px) {
  .site-header-nav .sub-menu > .menu-item:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

.site-header-nav .sub-menu > .menu-item::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #9EC60F;
  content: '';
  transition: width 0.4s;
}

.site-header-nav .sub-menu > .menu-item:hover::after, .site-header-nav .sub-menu > .menu-item:focus::after, .site-header-nav .sub-menu > .menu-item.current-menu-item::after {
  width: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .site-header-nav .sub-menu > .menu-item > a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .site-header-nav .sub-menu > .menu-item > a {
    font-size: 16px;
  }
}

.nav-btn {
  position: relative;
  right: -15px;
  display: flex;
  padding: 10px 15px;
  align-items: center;
}

@media (min-width: 768px) {
  .nav-btn {
    padding: 15px 15px 15px 20px;
  }
}

@media (min-width: 960px) {
  .nav-btn {
    display: none;
  }
}

.nav-btn__text {
  display: block;
  margin-right: 9px;
  color: #9EC60F;
  font-size: 18px;
  font-family: "Arial", sans-serif;
}

@media (min-width: 768px) {
  .nav-btn__text {
    margin-right: 12px;
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .hamburger {
    width: 28px;
    height: 21px;
  }
}

@media (min-width: 768px) {
  .hamburger__line {
    height: 3px;
  }
}

@media (min-width: 768px) {
  .hamburger__line--2, .hamburger__line--3 {
    top: 9px;
  }
}

@media (min-width: 768px) {
  .hamburger__line--4 {
    top: 18px;
  }
}

.site-header-search {
  position: absolute;
  top: 20px;
  right: 0;
  flex: 1 1 auto;
}

@media (min-width: 960px) {
  .site-header-search {
    flex: auto;
  }
}

.site-header-search__field {
  padding: 0 20px 3px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E5E2DE;
  background: transparent;
  color: #4F4F4F;
}

@media (min-width: 960px) {
  .site-header-search__field {
    width: 230px;
  }
}

.site-header-search__field::placeholder {
  color: rgba(148, 150, 145, 0.6);
  opacity: 1;
}

.site-header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: none;
  border: 0;
  background: none;
}

.site-header-search__icon {
  width: 13px;
  height: 14px;
  fill: #9EC60F;
}

.site-footer {
  padding: 40px 0;
  border-top: 10px solid #9EC60F;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 60px 0;
  }
}

.admin-bar .site-footer {
  padding-bottom: 46px;
}

@media (min-width: 783px) {
  .admin-bar .site-footer {
    padding-bottom: 93px;
  }
}

.site-footer__body {
  display: flex;
  justify-content: space-between;
}

.site-footer__logo {
  display: block;
  width: 201px;
  height: 50px;
}

.site-footer__legal {
  display: flex;
  margin: 15px 0 0;
  padding: 0;
  justify-content: flex-end;
  list-style: none;
}

.site-footer__legal-item {
  position: relative;
}

@media (min-width: 960px) {
  .site-footer__legal-item:not(:first-of-type) {
    margin-left: 12px;
  }
}

@media (min-width: 960px) {
  .site-footer__legal-item:not(:last-of-type) {
    margin-right: 12px;
  }
}

@media (min-width: 960px) {
  .site-footer__legal-item:not(:last-of-type)::after {
    content: '';
  }
}

.site-footer__legal-item::after {
  position: absolute;
  top: 1px;
  right: -12px;
  width: 1px;
  height: 16px;
  background: #9EC60F;
}

.site-footer__legal-text {
  color: #949691;
  font-size: 14px;
  line-height: 1.3;
}

.site-footer__legal-text--link {
  text-decoration: none;
}

.site-footer-nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-flow: row wrap;
  list-style: none;
}

@media (min-width: 960px) {
  .site-footer-nav__list {
    flex-flow: row;
  }
}

.site-footer-nav .menu-item {
  position: relative;
  margin-bottom: 12px;
  width: 50%;
}

@media (min-width: 768px) {
  .site-footer-nav .menu-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 960px) {
  .site-footer-nav .menu-item {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 960px) {
  .site-footer-nav .menu-item:not(:first-of-type) {
    margin-left: 16px;
  }
}

@media (min-width: 960px) {
  .site-footer-nav .menu-item:not(:last-of-type) {
    margin-right: 16px;
  }
}

@media (min-width: 960px) {
  .site-footer-nav .menu-item:not(:last-of-type)::after {
    content: '';
  }
}

.site-footer-nav .menu-item::after {
  position: absolute;
  top: 1px;
  right: -16px;
  width: 1px;
  height: 16px;
  background: #9EC60F;
}

.site-footer-nav .menu-item:hover > a, .site-footer-nav .menu-item:focus > a {
  color: #9EC60F;
}

.site-footer-nav a {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.4s;
}

.site-content {
  margin-top: 30px;
  min-height: 1px;
}

@media (min-width: 768px) {
  .site-content {
    margin-top: 115px;
  }
}

@media (min-width: 960px) {
  .site-content {
    margin-top: 0;
  }
}

.page-header {
  position: relative;
  height: 120px;
  background: #9EC60F;
}

@media (min-width: 768px) {
  .page-header {
    height: 200px;
  }
}

@media (min-width: 960px) {
  .page-header {
    height: 300px;
  }
}

.page-header__featured-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .page-header__featured-img {
    width: calc(40% + 115px);
  }
}

@media (min-width: 960px) {
  .page-header__featured-img {
    width: calc(50% + 175px);
  }
}

.page-header__featured-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(30% + 10px);
  height: 100%;
  background: #9EC60F;
  content: '';
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .page-header__featured-img::before {
    width: 115px;
  }
}

@media (min-width: 960px) {
  .page-header__featured-img::before {
    width: 175px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-header__featured-img::before {
    opacity: 0.65;
  }
}

.page-header__body {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.page-header__title {
  margin: 0;
  max-width: calc(55% - 15px);
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .page-header__title {
    max-width: 360px;
    font-size: 40px;
  }
}

@media (min-width: 960px) {
  .page-header__title {
    max-width: 270px;
  }
}

@media (min-width: 1140px) {
  .page-header__title {
    max-width: 340px;
  }
}

.breadcrumbs {
  padding: 15px 0 20px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding: 30px 0 40px;
  }
}

.breadcrumbs__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .breadcrumbs__list {
    flex-flow: row wrap;
  }
}

.breadcrumbs__item {
  flex: 0 1 auto;
  color: #949691;
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 0) and (max-width: 767px) {
  .breadcrumbs__item {
    margin-top: 2px;
  }
}

.breadcrumbs__item::after {
  position: relative;
  top: -1px;
  margin: 0 8px;
}

.breadcrumbs__item:not(:last-of-type) {
  flex: 0 0 auto;
}

.breadcrumbs__item:not(:last-of-type)::after {
  content: '>';
}

.breadcrumbs__item:last-of-type .breadcrumbs__link {
  color: #4F4F4F;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #4F4F4F;
}

.archive-card {
  display: flex;
  margin-bottom: 15px;
  flex-flow: column;
  background: #F0F0F0;
}

@media (min-width: 768px) {
  .archive-card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}

.archive-card__header {
  display: flex;
  min-height: 1px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-top: 1px solid #E5E2DE;
  border-right: 1px solid #E5E2DE;
  border-left: 1px solid #E5E2DE;
}

.archive-card__header-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.archive-card__header-link:hover .archive-card__featured-img, .archive-card__header-link:focus .archive-card__featured-img {
  transform: scale(1.08);
}

.archive-card__featured-img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  transition: transform 0.4s;
}

.archive-card__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  width: 76px;
  height: 76px;
  fill: #FFFFFF;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.archive-card__body {
  display: flex;
  padding: 15px;
  flex: 1 1 auto;
  flex-flow: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .archive-card__body {
    padding: 25px;
  }
}

.archive-card__title-link {
  margin: 0 0 8px;
  width: 100%;
  text-decoration: none;
}

.archive-card__title-link:hover .archive-card__title, .archive-card__title-link:focus .archive-card__title {
  color: #86a80d;
}

.archive-card__title {
  display: inline-block;
  margin: 0;
  color: #9EC60F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .archive-card__title {
    font-size: 20px;
  }
}

.archive-card__meta {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.archive-card__meta-item {
  display: flex;
  align-items: center;
}

.archive-card__meta-text {
  color: #949691;
  font-size: 14px;
}

.archive-card__meta-separator {
  margin: 0 7px;
}

.archive-card__meta-icon {
  margin-right: 5px;
  fill: #949691;
}

.archive-card__meta-icon--clock {
  width: 14px;
  height: 14px;
}

.archive-card__excerpt {
  margin-bottom: 16px;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
}

.archive-card__categories {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  list-style: none;
}

.archive-card__category {
  display: block;
}

.archive-card__category:not(:last-of-type) {
  margin-right: 4px;
}

.archive-card__category-link {
  display: flex;
  height: 20px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #afb0ad;
  color: #949691;
  font-size: 11px;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.4s, background 0.4s, border-color 0.4s;
}

.archive-card__category-link:hover, .archive-card__category-link:focus {
  background: #949691;
  color: #FFFFFF;
  border-color: #949691;
}

.archive-card__btn {
  margin-top: auto;
}

.cta-block {
  position: relative;
}

.cta-block--large .cta-block__body {
  padding: 40px 0;
}

@media (min-width: 960px) {
  .cta-block--large .cta-block__body {
    padding: 80px 0 70px 135px;
  }
}

.cta-block--standard .cta-block__body {
  padding: 40px 0;
}

@media (min-width: 960px) {
  .cta-block--standard .cta-block__body {
    padding: 55px 0 50px 140px;
  }
}

.cta-block--air {
  background: #F0F0F0;
}

.cta-block--white {
  background: #FFFFFF;
}

.cta-block--mist {
  background: #E5E2DE;
}

.cta-block--flipped .cta-block__img-wrapper {
  left: auto;
  right: 0;
}

.cta-block--flipped .cta-block__img-wrapper::after {
  left: -70px;
  right: auto;
}

.cta-block--flipped .cta-block__body {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

@media (min-width: 960px) {
  .cta-block--flipped .cta-block__body {
    padding-right: 145px;
  }
}

.cta-block--inline-img .cta-block__content-wrapper {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}

@media (min-width: 960px) {
  .cta-block--inline-img .cta-block__content-wrapper {
    flex-flow: row;
  }
}

.cta-block--inline-img .cta-block__content-text {
  flex: 1 1 auto;
}

@media (min-width: 960px) {
  .cta-block--inline-img .cta-block__content-text {
    width: 50%;
  }
}

.cta-block--inline-img .cta-block__desc {
  margin-right: 20px;
  margin-bottom: 20px;
}

.cta-block--inline-img .cta-block__desc p {
  font-size: 14px;
  line-height: 1.3;
}

.cta-block__img-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 960px) {
  .cta-block__img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 115px);
    height: 100%;
  }
}

.cta-block__img-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%;
  background: #9EC60F;
  content: '';
  mix-blend-mode: multiply;
}

@media (min-width: 960px) {
  .cta-block__img-wrapper::after {
    right: -50px;
    width: 135px;
  }
}

.cta-block__img {
  display: block;
  width: calc(100% - 25px);
  height: 56.25vw;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover';
}

@media (min-width: 768px) {
  .cta-block__img {
    height: 45vw;
  }
}

@media (min-width: 960px) {
  .cta-block__img {
    height: 100%;
    width: 100%;
  }
}

.cta-block__body {
  margin-left: auto;
  padding: 55px 0 50px 140px;
}

@media (min-width: 960px) {
  .cta-block__body {
    width: 665px;
  }
}

.cta-block__title {
  margin: 0 0 20px;
  color: #4F4F4F;
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .cta-block__title {
    font-size: 32px;
  }
}

@media (min-width: 960px) {
  .cta-block__title {
    font-size: 34px;
  }
}

.cta-block__intro {
  display: block;
  margin: 0 0 20px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .cta-block__intro {
    padding-right: 50px;
  }
}

.cta-block__desc {
  margin-bottom: 35px;
}

.cta-block__desc p {
  color: #4F4F4F;
  line-height: 1.25;
}

.cta-block__desc p:first-child {
  margin-top: 0;
}

.cta-block__desc p:last-child {
  margin-bottom: 0;
}

.cta-block__desc a {
  color: #4F4F4F;
  text-decoration: underline;
  transition: color 0.4s;
}

.cta-block__desc a:hover, .cta-block__desc a:focus {
  color: #9EC60F;
}

.cta-block__btn--02 {
  margin-top: 15px;
}

.cta-block__inline-img {
  margin-top: 30px;
  max-width: 220px;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 960px) {
  .cta-block__inline-img {
    max-width: 100%;
    width: 260px;
    margin-top: 0;
  }
}

.page-card {
  display: flex;
  margin-bottom: 15px;
  flex-flow: column;
}

@media (min-width: 768px) {
  .page-card {
    margin-bottom: 0;
    height: 100%;
  }
}

.page-card--air {
  background: #F0F0F0;
}

.page-card--white {
  background: #FFFFFF;
}

.page-card--standard .page-card__title {
  margin-bottom: 15px;
  font-size: 32px;
}

@media (min-width: 960px) {
  .page-card--standard .page-card__title {
    margin-bottom: 25px;
  }
}

.page-card--standard .page-card__body {
  padding: 24px;
  border-top: 10px solid #9EC60F;
}

.page-card--large .page-card__title {
  font-size: 34px;
}

@media (min-width: 768px) {
  .page-card--large .page-card__title {
    font-size: 36px;
  }
}

@media (min-width: 960px) {
  .page-card--large .page-card__title {
    font-size: 38px;
  }
}

.page-card--large .page-card__body {
  padding: 30px;
}

.page-card__header {
  position: relative;
  display: block;
  max-height: 360px;
  overflow: hidden;
}

.page-card__img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  transition: transform 0.4s;
}

.page-card__img:hover, .page-card__img:focus {
  transform: scale(1.08);
}

.page-card__icon-block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 107px;
  height: 107px;
  align-items: center;
  justify-content: center;
  background: #9EC60F;
  transition: background 0.4s;
}

.page-card__icon-block:hover, .page-card__icon-block:focus {
  background: #86a80d;
}

.page-card__icon {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  fill: #FFFFFF;
}

.page-card__icon--ostomy-product {
  width: 54px;
  height: 84px;
}

.page-card__icon--card-stack {
  width: 68px;
  height: 58px;
}

.page-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 959px) {
  .page-card__body {
    padding: 20px;
  }
}

.page-card__title-link {
  text-decoration: none;
}

.page-card__title-link:hover .page-card__title, .page-card__title-link:focus .page-card__title {
  color: #86a80d;
}

.page-card__title {
  margin: 0 0 10px;
  color: #4F4F4F;
  transition: color 0.4s;
}

.page-card__desc {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  color: #4F4F4F;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .page-card__desc {
    font-size: 17px;
  }
}

@media (min-width: 960px) {
  .page-card__desc {
    margin: 0 0 20px;
    font-size: 18px;
  }
}

.page-card__btn {
  margin-top: auto;
}

.page-card__btn--1 {
  margin-top: auto;
}

.page-card__btn--2 {
  margin-top: 24px;
}

.two-col-content--first {
  padding-top: 0;
}

.two-col-content--air {
  background: #F0F0F0;
}

.two-col-content__title {
  margin-bottom: 24px;
}

.two-col-content__logo {
  margin-bottom: 24px;
}

.two-col-content__logo--dansac {
  width: 190px;
  height: 41px;
}

.two-col-content__logo--hollister {
  width: 222px;
  height: 55px;
}

.two-col-content__content--padded {
  padding-right: 40px;
}

.two-col-content__btn {
  margin-top: 30px;
}

.full-banner-img {
  display: block;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.content-intro {
  padding: 60px 0;
}

.content-intro--air {
  background: #F0F0F0;
}

.content-intro__body {
  text-align: center;
}

.content-intro__title {
  margin-bottom: 24px;
}

.content-intro__description {
  margin: 0 auto;
  max-width: 650px;
}

.content-intro__sub-title {
    display: block;
    margin: 45px 0 0;
    
    font-size: 28px;
    color: #9EC60F;
}

.content-intro__description p:first-of-type {
  margin-top: 0;
}

.content-intro__description p:last-of-type {
  margin-bottom: 0;
}

.content-intro__btn {
  margin-top: 32px;
}

.error404 .section-404 {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .error404 .section-404 {
    padding: 50px 0;
  }
}

@media (min-width: 960px) {
  .error404 .section-404 {
    padding: 60px 0;
  }
}

.page-section {
  padding-bottom: 30px;
}

@media (min-width: 960px) {
  .page-section {
    padding-bottom: 60px;
  }
}

.hero-slider {
  position: relative;
}

.hero-slider__track {
  height: 350px;
  overflow: visible;
}

@media (min-width: 960px) {
  .hero-slider__track {
    height: 450px;
  }
}

.hero-slider__slides {
  height: 100%;
  transform: none !important;
  display: block;
  width: auto !important;
  overflow: visible;
}

.hero-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  transition: opacity 1s;
}

.hero-slider__slide.glide__slide--active {
  z-index: 1;
  opacity: 1;
}

.hero-slider__slide:first-child {
  position: relative;
}

.hero-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider__nav-dots {
  display: flex;
  padding: 24px 0 0;
  justify-content: center;
  background: #F0F0F0;
}

.hero-slider__nav-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #949691;
  transition: background 0.4s;
}

@media (min-width: 960px) {
  .hero-slider__nav-dot {
    box-shadow: none;
  }
}

.hero-slider__nav-dot:not(:last-of-type) {
  margin-right: 15px;
}

@media (min-width: 960px) {
  .hero-slider__nav-dot:not(:last-of-type) {
    margin-right: 20px;
  }
}

.hero-slider__nav-dot.glide__bullet--active {
  background: #9EC60F;
}

.latest--white {
  background: #FFFFFF;
}

.latest--air {
  background: #F0F0F0;
}

.latest__meta-actions {
  display: flex;
  justify-content: space-between;
}

.latest__title {
  text-align: center;
}

@media (min-width: 768px) {
  .latest__title {
    text-align: left;
  }
}

.latest-article {
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
  flex-flow: column;
  justify-content: flex-start;
}

.latest-article--air {
  background: #F0F0F0;
}

.latest-article--white {
  background: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 959px) {
  .latest-article {
    height: calc(100% - 30px);
  }
}

@media (min-width: 960px) {
  .latest-article {
    margin-bottom: 0;
    height: 100%;
  }
}

.latest-article__header {
  position: relative;
  display: block;
  height: 0;
  padding-top: 69%;
  overflow: hidden;
  text-decoration: none;
}

.latest-article__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  transition: transform 0.4s;
}

.latest-article__img:hover, .latest-article__img:focus {
  transform: scale(1.08);
}

.latest-article__body {
  display: flex;
  padding: 25px 0 15px;
  flex: 1 1 auto;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .latest-article__body {
    padding: 25px 10px 5px;
  }
}

.latest-article__date {
  display: block;
  margin: 0 0 10px;
  color: #949691;
  font-size: 15px;
  font-family: "Arial", sans-serif;
}

.latest-article__title-link {
  text-decoration: none;
}

.latest-article__title {
  margin: 0 0 15px;
  color: #949691;
  font-family: "Arial", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}

.latest-article__excerpt {
  width: 100%;
  margin-bottom: 30px;
  color: #4F4F4F;
  font-size: 14px;
  line-height: 1.3;
}

.latest-article__btn {
  margin-top: auto;
}

.supplier-brand-logo {
  margin: 7px 0 24px;
  height: 57px;
}

.supplier-brand-logo--hollister .supplier-brand-logo__logo {
  width: 200px;
  height: 50px;
}

.supplier-brand-logo--dansac .supplier-brand-logo__logo {
  width: 201px;
  height: 43px;
}

.page-template-our-products .page-cards {
  padding-top: 0;
}

.associations {
  background: #F0F0F0;
}

.associations__map {
  width: 650px;
  margin: 0 auto 60px;
}

.associations__map-group {
  cursor: pointer;
}

.associations__map-group:hover .associations__map-region-label, .associations__map-group:focus .associations__map-region-label {
  opacity: 1;
}

.associations__map-group.is-active .associations__map-region-label {
  opacity: 1;
}

.associations__map-group.is-active .associations__map-region {
  fill: #4F4F4F;
}

.associations__map-region-label {
  fill: #FFFFFF;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.associations__map-region {
  stroke: #F0F0F0;
  stroke-width: 1px;
  fill: #9EC60F;
  transition: fill 0.4s;
}

.associations__region-panel-group {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}

.associations__region-panel {
  display: none;
}

.associations__region-panel.is-active {
  display: block;
}

.associations__region-name {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E2DE;
}

.associations__region-associations {
  display: flex;
  margin: 0 -15px -40px;
  padding: 30px 0 0;
  flex-flow: row wrap;
  list-style: none;
}

.associations__region-association {
  margin-bottom: 40px;
  width: 25%;
  padding: 0 15px;
  flex: 0 0 auto;
}

.association {
  font-size: 14px;
  line-height: 1.4;
}

.association__name {
  margin: 0 0 15px;
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.association__address {
  margin-bottom: 10px;
  font-style: normal;
}

.association__contact-details {
  margin-bottom: 10px;
}

.association__contact-detail-label {
  display: inline-block;
}

.association__contact-detail-value {
  display: inline-block;
  margin: 0;
}

.association__contact-detail-link {
  color: #4F4F4F;
  text-decoration: none;
}

.association__contact-detail-link:hover, .association__contact-detail-link:focus {
  text-decoration: underline;
}

.association__website-link {
  color: #9EC60F;
}

.archive-render {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .archive-render {
    padding-bottom: 80px;
  }
}

.archive-controls__title {
  margin-bottom: 30px;
}

.archive-controls__inner {
  padding: 25px 0;
}

.archive-controls__inner--underline {
  border-bottom: 1px solid #E5E2DE;
}

.archive-controls__form {
  margin-bottom: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
  .archive-controls__form {
    margin-left: -5px;
    margin-right: 5px;
  }
}

.archive-controls__form--inline {
  display: flex;
  margin-bottom: 0;
  padding: 15px 0 25px;
  justify-content: flex-start;
  flex-flow: row wrap;
}

@media (min-width: 768px) {
  .archive-controls__form--inline {
    padding: 15px 0 40px;
    flex-flow: row;
    justify-content: flex-end;
  }
}

.archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .archive-pagination {
    margin-top: 30px;
  }
}

.archive-pagination__page-no {
  display: inline-flex;
  margin: 0 3px;
  width: 16px;
  height: 20px;
  justify-content: center;
  align-items: center;
  color: #949691;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.4s;
}

.archive-pagination__page-no:hover, .archive-pagination__page-no:focus {
  color: #9EC60F;
}

.archive-pagination__page-no--current {
  color: #9EC60F;
}

.archive-pagination__page-no--dots:hover, .archive-pagination__page-no--dots:focus {
  color: #949691;
}

.archive-pagination__nav-btn {
  display: inline-flex;
  align-items: center;
}

.archive-pagination__nav-btn--prev {
  margin-right: 5px;
}

.archive-pagination__nav-btn--next {
  margin-left: 5px;
}

.archive-pagination__nav-btn:hover .archive-pagination__nav-btn-icon, .archive-pagination__nav-btn:focus .archive-pagination__nav-btn-icon {
  fill: #86a80d;
}

.archive-pagination__nav-btn-icon {
  margin-top: 2px;
  width: 8px;
  height: 12px;
  fill: #9EC60F;
  transition: fill 0.4s;
}

.post-article-header__img {
  display: block;
  margin: 0 auto 25px;
  border-bottom: 10px solid #9EC60F;
}

.post-article-header__date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
  color: #949691;
}

@media (min-width: 768px) {
  .post-article-header__date {
    margin-bottom: 30px;
  }
}

.post-article-header__title {
  margin: 0 0 15px;
  color: #9EC60F;
  font-family: "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .post-article-header__title {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.1;
  }
}

.post-article-header__authors {
  display: block;
  margin-bottom: 0.5rem;
  color: #949691;
  line-height: 1.2;
}

.post-article-header__presented-at {
  display: block;
  margin-bottom: 1.5rem;
  color: #949691;
  line-height: 1.2;
}

.post-article {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .post-article {
    margin-bottom: 60px;
  }
}

.post-article-footer {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .post-article-footer {
    margin-bottom: 60px;
  }
}

.post-article-footer__controls {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  border-top: 1px solid #E5E2DE;
}

.head-office {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .head-office {
    padding-bottom: 45px;
  }
}

@media (min-width: 960px) {
  .head-office {
    padding-bottom: 60px;
  }
}

.your-territory-managers {
  padding: 30px 0;
  background: #E5E2DE;
}

@media (min-width: 768px) {
  .your-territory-managers {
    padding: 50px 0 30px;
  }
}

@media (min-width: 960px) {
  .your-territory-managers {
    padding: 60px 0;
  }
}

.contact-form-section {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contact-form-section {
    padding: 50px 0;
  }
}

@media (min-width: 960px) {
  .contact-form-section {
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .contact-form-section::before {
    position: absolute;
    top: -120px;
    right: -150px;
    display: block;
    width: 400px;
    height: 400px;
    opacity: 0.021;
    background-image: url("../images/common/hollister-logo-glyph.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
  }
}

@media (min-width: 960px) {
  .contact-form-section::before {
    position: absolute;
    top: -70px;
    right: -190px;
    display: block;
    width: 670px;
    height: 670px;
  }
}

.contact-form-section__body {
  max-width: 730px;
}

.contact-form-section .control {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .contact-form-section .control {
    margin-bottom: 35px;
  }
}

.contact-form-section .control__list {
  width: 100%;
}

.contact-form-section .control__list-item {
  margin-right: 30px;
  width: auto;
}

.contact-form-section__submit-btn {
  width: 100%;
}

.customer-care-team {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .customer-care-team {
    margin: 25px 0 0;
  }
}

.customer-care-team__member:not(:last-of-type) {
  margin-bottom: 20px;
}

.customer-care-team__member-name {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  line-height: 1.355;
}

.territory-interface__map {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .territory-interface__map {
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .territory-interface__map {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .territory-interface__map svg {
    height: 393px;
  }
}

.territory-interface__map-group {
  cursor: pointer;
}

.territory-interface__map-group:hover .territory-interface__map-label, .territory-interface__map-group:focus .territory-interface__map-label {
  opacity: 1;
}

.territory-interface__map-group.is-active .territory-interface__map-territory {
  fill: #C7BCB5;
}

.territory-interface__map-group.is-active .territory-interface__map-label {
  opacity: 1;
}

.territory-interface__map-territory {
  stroke: #DFD6CC;
  stroke-width: 1px;
  fill: #adcf33;
  transition: fill 0.4s;
}

.territory-interface__map-label {
  fill: #FFFFFF;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.territory-interface__map-label--outer {
  fill: #4F4F4F;
}

.territory-interface__contact-panel {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}

.territory-interface__territory-contacts {
  display: none;
}

.territory-interface__territory-contacts.is-active {
  display: block;
}

.territory-interface__territory-manager {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F0F0F0;
}

.territory-interface__contact-title {
  margin: 25px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}

@media (min-width: 768px) {
  .territory-interface__contact-title {
    margin: 0 0 40px;
    padding-bottom: 12px;
  }
}

.territory-interface__contact-details-wrapper {
  display: flex;
}

@media (min-width: 0) and (max-width: 767px) {
  .territory-interface__contact-details-wrapper {
    flex-flow: row wrap;
  }
}

.territory-interface__contact-info {
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .territory-interface__contact-info {
    margin-right: 35px;
  }
}

.territory-interface__contact-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.territory-interface__contact-meta-item {
  line-height: 1.25;
}

.territory-interface__contact-meta-value {
  color: #4F4F4F;
}

.territory-interface__contact-img {
  display: block;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  border-radius: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .territory-interface__contact-img {
    order: -1;
    margin-bottom: 15px;
  }
}

.territory-interface__biography-wrapper {
  margin-top: 10px;
}

.territory-interface__biography-title {
  margin: 0 0 5px;
  color: #9EC60F;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.territory-interface__biography p {
  font-size: 14px;
  line-height: 1.3;
}

.territory-interface__biography p:first-of-type {
  margin-top: 0;
}

.territory-interface__biography p:last-of-type {
  margin-bottom: 0;
}

.search-results__header {
  padding: 20px 0;
  border-bottom: 1px solid #E5E2DE;
}

.search-result {
  padding: 30px 0;
  border-bottom: 1px solid #E5E2DE;
}

.search-result__body {
  max-width: 800px;
}

.search-result__title-link {
  text-decoration: none;
}

.search-result__title {
  margin: 0 0 20px;
}

.search-result__excerpt {
  margin-bottom: 20px;
}

.search-result__excerpt p:first-of-type {
  margin-top: 0;
}

.search-result__excerpt p:last-of-type {
  margin-bottom: 0;
}

.search-pagination {
  margin: 30px 0;
}

.search-pagination__btn-group {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}

.search-pagination__btn-wrapper--prev {
  margin-right: auto;
}

.search-pagination__btn-wrapper--prev .search-pagination__btn::before {
  margin-right: 5px;
  background-image: url("../images/icons/colour/chevron-left-red.svg");
}

.search-pagination__btn-wrapper--next {
  margin-left: auto;
}

.search-pagination__btn-wrapper--next .search-pagination__btn::after {
  margin-left: 5px;
  background-image: url("../images/icons/colour/chevron-right-red.svg");
}

.search-pagination__btn::before, .search-pagination__btn::after {
  width: 7px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

.logo-bit {
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .logo-bit {
        padding: 90px 0 20px;
    }
}

.logo-bit__body {
    
}

.logo-bit__img {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .logo-bit__img {
        max-width: 400px;
    }
}
