@charset "UTF-8";

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=11c1b6f3-068d-444f-8fdc-ebbcce9985ac");
  
@font-face {
  font-family: "AvenirNextMedium";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../AvenirNext/AvenirNextMedium_normal_normal.woff2') format('woff2'), url('AvenirNext/AvenirNextMedium_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "AvenirNextRegular";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../AvenirNext/AvenirNextRegular_normal_normal.woff2') format('woff2'), url('AvenirNext/AvenirNextRegular_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "AvenirNextBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../AvenirNext/AvenirNextBold_normal_normal.woff2') format('woff2'), url('AvenirNext/AvenirNextBold_normal_normal.woff') format('woff');
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
    font-family: "AvenirNextBold" !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #005EB8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #006d98 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #b5d334 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #839921 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
p a {
    color: #401385;
    text-decoration: none;
    font-weight: 600;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

html {
  background: #ddd;
}

body {
  background: #fff;
  font-family: 'AvenirNextRegular', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 auto;
  max-width: 1360px;
}

.container {
  padding: 0 20px;
}

@media screen and (min-width: 1100px) {
  .container {
    padding: 0 40px;
  }
}

.main .container {
  padding: 40px 20px;
}

@media screen and (min-width: 1100px) {
  .main .container {
    padding: 40px;
  }
}

.container.max {
  margin: 0 auto;
  max-width: 70%;
}

.layout {
  padding-top: 40px;
  padding-bottom: 40px;
}

.layout--main-sidebar {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .layout--main-sidebar {
    display: flex;
  }
  .layout--main-sidebar .main {
    flex: 2;
  }
  .layout--main-sidebar .sidebar {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .layout--main-sidebar .main {
    flex: 3;
  }
}

h1 {
  font-size: 45px;
  font-weight: 700;
     font-family: "AvenirNextBold";
  margin: 0 0 15px 0;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 15px 0;
    font-family: "AvenirNextBold";
}

h3 {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 15px 0;
     font-family: "AvenirNextBold";
}

h4 {
  font-size: 21px;
  margin: 0;
     font-family: "AvenirNextBold";
}
h5 {
     font-family: "AvenirNextMedium";
}

.title--blue {
  color: #005EB8;
}

.title--green {
  color: #BAE87B;
}

.title--teal {
  color: #045765;
}

.title--purple {
  color: #401385;
}

.title--orange {
  color: #401385;
}

.block-edge-title {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.block-edge-title h1 {
  font-size: 70px;
  font-weight: 700;
      font-family: "AvenirNextBold";
  line-height: 100px;
  margin: 0;
  left: 0;
}

@media screen and (min-width: 700px) {
  .block-edge-title h1 {
    font-size: 90px;
    line-height: 110px;
  }
}

.subtitle {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.subtitle span {
  background: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

.subtitle:before {
  background: #aaa;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  z-index: 1;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 15px 0;
}

p.large {
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.aligncenter {
  text-align: center;
}

.max-width-text {
  margin: 0 auto;
  max-width: 80%;
}

.button-holder {
  display: inline-block;
  padding-bottom: 25px;
  padding-top: 25px;
}

.button-holder.text-center {
  display: block;
  text-align: center;
}

.button, .report__content button, .report__content input[type="submit"] {
  background: #666;
  border-radius: 50px;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 16px 20px;
  font-weight: 700;
      font-family: "AvenirNextMedium";
  text-decoration: none;
}

.button--small {
  font-size: 13px;
  padding: 16px 20px;
}

.button.primary-blue, .report__content button.primary-blue, .report__content input.primary-blue[type="submit"] {
  background: #005EB8;
}
a.button.primary-blue, a.report__content button.primary-blue, a.report__content input.primary-blue[type="submit"] {
  color: #FFF!important;
}

.button.primary-blue:hover, .report__content button.primary-blue:hover, .report__content input.primary-blue:hover[type="submit"] {
  background: #005EB8;
}

.button.primary-light-blue, .report__content button.primary-light-blue, .report__content input.primary-light-blue[type="submit"] {
  background: #40B8E4;
}

.button.primary-light-blue:hover, .report__content button.primary-light-blue:hover, .report__content input.primary-light-blue:hover[type="submit"] {
  background: #59d1fd;
}

.button.primary-green, .report__content button.primary-green, .report__content input.primary-green[type="submit"] {
  background: #045765;
}
a.button.primary-green, a.report__content button.primary-green, a.report__content input.primary-green[type="submit"] {
    color: #FFF!important;
}

.button.primary-green:hover, .report__content button.primary-green:hover, .report__content input.primary-green:hover[type="submit"] {
  background: #005EB8;
}

.button.primary-teal, .report__content button.primary-teal, .report__content input.primary-teal[type="submit"] {
  background: #045765;
}
a.button.primary-teal, a.report__content button.primary-teal, a.report__content input.primary-teal[type="submit"] {
  color: #FFF!important;
}

.button.primary-teal:hover, .report__content button.primary-teal:hover, .report__content input.primary-teal:hover[type="submit"] {
  background: #005EB8;
}

.button.primary-purple, .report__content button, .report__content input[type="submit"] {
  background: #401385;
}

a.button.primary-purple, a.report__content button, a.report__content input[type="submit"] {
  color: #FFF!important;
}

.button.primary-purple:hover, .report__content button:hover, .report__content input:hover[type="submit"] {
  background: #401385;
}

.button.primary-orange, .report__content button.primary-orange, .report__content input.primary-orange[type="submit"] {
  background: #401385;
}

.button.primary-orange:hover, .report__content button.primary-orange:hover, .report__content input.primary-orange:hover[type="submit"] {
  background: #005EB8;
}

.button.custom-button, .report__content button.custom-button, .report__content input.custom-button[type="submit"] {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  padding-right: 30px;
  padding-left: 30px;
}

.header {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 100;
  overflow: inherit !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (min-width: 1020px) {
  .header {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header__hinlogo {
  width: 200px;
  height: 70px;
  margin: 0 0 30px 0 !important;
}

@media screen and (min-width: 1020px) {
  .header__hinlogo {
    margin: 0 !important;
  }
}

.header__nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1020px) {
  .header__nav-wrapper {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.header__nav {
  margin-bottom: 30px;
}

@media screen and (min-width: 1020px) {
  .header__nav {
    margin-bottom: 0;
  }
}

.header__nav-list {
  margin: 0;
}

.header__nav-list li a {
  text-decoration: none;
  font-size: 1rem;
  color: #401385 !important;
  margin: 10px 0;
  display: block;
}

@media (min-width: 960px) {
  .header__nav-list li a {
    margin: 0 5px;
    display: inline;
  }
}

@media screen and (min-width: 1200px) {
  .header__nav-list li a {
    margin: 0 10px;
  }
}

.header__nav-list .sub-menu {
  display: none;
}

@media (min-width: 960px) {
  .header__nav-list .sub-menu {
    display: block;
    border-radius: 8px;
    padding: 10px;
    top: 40px;
  }
  .header__nav-list .sub-menu li {
    width: 100%;
    display: block;
    line-height: 1.4rem;
    text-align: left;
    margin-left: 0;
  }
  .header__nav-list .sub-menu li a {
    color: white !important;
    font-size: 1rem;
    padding: 0;
    margin: 5px 0;
  }
  .header__nav-list li.menu-item-has-children {
    position: relative;
    padding-bottom: 20px;
    margin-right: 20px;
  }
  .header__nav-list li.menu-item-has-children:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: -10px;
    background-image: url(../images/icon-dropdown.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 960px) and (min-width: 1420px) {
  .header__nav-list li.menu-item-has-children:after {
    top: 10px;
  }
}

@media (min-width: 960px) {
  .header__nav-list li.menu-item-has-children .sub-menu {
    visibility: hidden;
    transition: 0.1s 0.5s;
  }
  .header__nav-list li.menu-item-has-children:hover .sub-menu, .header__nav-list li.menu-item-has-children:focus-within .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    visibility: visible;
    transition-delay: 0s;
  }
}

#menu-main-menu {
  padding-left: 0;
}

.header__nhslogo {
  margin: 0 0 0 30px !important;
  position: absolute;
  top: 30px;
  right: 30px;
  min-width: 70px;
}

@media screen and (min-width: 1020px) {
  .header__nhslogo {
    position: relative;
    top: 0;
    right: 0;
  }
}

.header__search-form {
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1020px) {
  .header__search-form {
    margin: 0 0 0 30px !important;
    width: 200px;
    min-width: 200px;
  }
}

.search-label {
  width: 70px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #401385;
}

.header__logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 205px;
}

.header__tagline {
  color: #401385;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.header__toggle {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .header {
    border: none;
    padding: 0;
  }
  .header__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
  }
  .header__logo {
    margin: 0;
  }
  .header__col__wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse;
  }
  .header__tagline {
    margin: 20px 0;
    text-align: right;
  }
  .header__search {
    border-bottom: 1px solid #888;
    display: block;
    padding-bottom: 5px;
  }
  .header__search.validation-error {
    border-bottom-color: red;
  }
  .header__search .search-field {
    border: none;
    color: #666;
    width: 250px;
  }
  .header__search .search-field:focus,
  .header__search .search-submit:focus {
    outline: none;
  }
  .header__search .search-submit {
    background: none;
    background-image: url("../images/icon-search.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    color: #666;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .header__toggle {
    display: none;
  }
}

.navigation {
  border-top: 1px solid #ddd;
  display: none;
}

.navigation ul {
  list-style: none;
}

.navigation li {
  font-size: 16px;
}

.navigation a {
  border-bottom: 1px solid #ddd;
  color: #666;
  display: block;
  padding: 13px 10px;
  text-decoration: none;
}

.navigation.open {
  display: block;
}

.navigation__wrap {
  padding: 0;
}

.nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.sub-menu {
  list-style: none;
  padding: 0;
}

ul.sub-menu a {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .navigation {
    background: #005EB8;
    border: none;
    display: block;
    position: relative;
  }
  .navigation a {
    border: none;
  }
  .navigation__wrap {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: space-between;
    padding-left: 40px;
  }
  .navigation__wrap > ul {
    display: flex;
  }
  .nav__links {
    height: 100%;
  }
  .nav__links > li {
    height: 100%;
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
  }
  .nav__links a {
    border-left: 2px solid #fff;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px;
  }
  .nav__links li.active,
  .nav__links li.active a,
  .nav__links a:hover {
    border-color: #BAE87B;
    color: #BAE87B;
    font-weight: 500;
  }
  .nav__links a:hover {
    font-weight: 400;
  }
  ul.sub-menu {
    background: #401385;
    background: #401385;
    height: auto;
    padding: 10px 0 0 0;
    position: absolute;
    top: 55px;
    left: 0;
    width: 200px;
    display: none;
    z-index: 99;
  }
  ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 10px;
    position: relative;
  }
  ul.sub-menu li:last-of-type {
    border: none;
  }
  ul.sub-menu a {
    color: #fff;
    border: none;
    padding: 0 10px 0 0;
    height: auto;
    line-height: 18px;
  }
  ul.sub-menu li.alt {
    background: #5d43a6;
  }
  .sub-menu .sub-menu {
    background: #9649B2;
    background: #401385;
    display: none;
    top: -10px;
    left: 100%;
  }
  .nav__links li:hover > .nav__subnav,
  .nav__links li:hover > .sub-menu {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .header__tagline {
    font-size: 24px;
    margin: 20px 0;
    text-align: right;
  }
  .navigation li {
    font-size: 18px;
  }
}

.footer__newsletter {
  grid-column-end: span 12 !important;
  padding: 0 40px;
}

.footer__newsletter h5 {
  font-size: 2rem;
  color: #401385;
  margin-bottom: 30px;
    font-weight: 700;
      font-family: "AvenirNextBold";
}

.footer__newsletter .button, .footer__newsletter .report__content button, .report__content .footer__newsletter button, .footer__newsletter .report__content input[type="submit"], .report__content .footer__newsletter input[type="submit"] {
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  margin: 20px 0 0 0;
}

.annual-review-footer-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("https://healthinnovationnetwork.com/wp-content/uploads/2018/06/Homescreen-banner-12x.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 20px;
  width: 100%;
  margin: 0 0 50px 0;
  text-decoration: none;
}

.annual-review-footer-promo h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  background: #005EB8;
  padding: 10px 20px;
  border-radius: 4px;
}

footer {
  background: white;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.06);
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
}

#footer-bottom {
  padding: 60px;
  font-size: 1rem;
}

@media screen and (min-width: 1000px) {
  #footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1300px) {
  #footer-bottom {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#footer-bottom h5 {
  font-size: 1rem;
  color: #401385;
  margin: 0;
  font-weight: 600;
}

#footer-bottom h5 a {
  color: #401385;
  text-decoration: none;
}

#footer-bottom .header__logos-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1300px) {
  #footer-bottom .header__logos-wrapper {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    margin: 0 30px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  #footer-bottom #footer-menu {
    width: 60%;
  }
}

#footer-bottom #footer-contact ul {
  padding: 0;
  list-style: none;
}

#footer-bottom #footer-contact ul li {
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

#footer-bottom #footer-contact ul li a {
  color: #005EB8;
  text-decoration: none;
  margin-left: 5px;
}

#footer-bottom .header__nhslogo {
  margin: 0 !important;
}

@media screen and (min-width: 1300px) {
  #footer-bottom .header__nhslogo {
    margin: 0 0 0 30px !important;
  }
}

#small-links {
  padding: 0 40px;
  list-style: none;
  text-align: center;
  margin-top: 0;
}

#small-links li a {
  text-decoration: none;
  color: #9e9e9e;
}

#footer-menu #menu-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  #footer-menu #menu-footer-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
  }
}

#footer-menu #menu-footer-links a {
  text-decoration: none;
}

#footer-menu #menu-footer-links > li {
  margin: 0 0 30px 0;
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  #footer-menu #menu-footer-links > li {
    max-width: 170px;
    margin: 0 30px 0 0;
  }
}

#footer-menu #menu-footer-links > li a {
  color: #401385;
}

#footer-menu #menu-footer-links .sub-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: none;
  color: #005EB8;
  width: auto;
  padding: 0;
  margin: 15px 0 0 0;
}

#footer-menu #menu-footer-links .sub-menu li {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

#footer-menu #menu-footer-links .sub-menu li a {
  color: #005EB8;
  font-size: 0.9rem;
  padding: 0;
}

.artgrid {
  display: flex;
  padding-left: 5px;
  width: 100%;
}

.artgrid .artgrid {
  padding-left: 0;
}

.artgrid .column {
  flex: 1;
}

.artgrid .column--2 {
  flex: 2;
}

.artgrid .item {
  align-items: center;
  background: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 5px 0 0;
  text-decoration: none;
}

.artgrid .item--single {
  height: 250px;
}

.artgrid .item--double {
  height: 505px;
}

.artgrid .item__title {
  background: #666;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.artgrid .item__title.purple {
  background: #401385;
}

.artgrid .item__title.green {
  background: #BAE87B;
}

.artgrid .item__title.teal {
  background: #045765;
}

.artgrid .item__title.orange {
  background: #401385;
}

.artgrid .item__title.blue {
  background: #005EB8;
}

.artgrid.main {
  margin-bottom: 40px;
}

.homepage {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.homepage p {
  color: #333333;
}

.homepage .cards {
  position: relative;
  z-index: 1;
}

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

@media (min-width: 960px) {
  .homepage h2 {
    font-size: 2.4rem;
  }
}

.homepage #intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
}

@media (min-width: 960px) {
  .homepage #intro {
    padding: 80px 150px;
  }
}

.homepage #intro h1 {
  color: #401385;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 2.8rem;
}

@media (min-width: 960px) {
  .homepage #intro h1 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 40px;
  }
}

.homepage #intro p {
  line-height: 2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #333333;
}

.homepage #homepage-featured-content {
  background: #401385;
  color: white;
  padding: 30px;
}

@media (min-width: 960px) {
  .homepage #homepage-featured-content {
    padding: 80px;
  }
}

.homepage #homepage-featured-content > div {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media (min-width: 1100px) {
  .homepage #homepage-featured-content > div {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1200px;
  }
}

.homepage #homepage-featured-content .featured-content {
  width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
  max-height: 300px;
}

@media (min-width: 960px) {
  .homepage #homepage-featured-content .featured-content {
    width: 500px;
    min-width: 500px;
    margin: 0 auto 40px auto;
  }
}

@media (min-width: 1100px) {
  .homepage #homepage-featured-content .featured-content {
    width: 450px;
    min-width: 450px;
    margin: 0 60px 0 0;
  }
}

.homepage #homepage-featured-content .featured-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.homepage #homepage-featured-content .featured-text {
  text-align: center;
}

@media (min-width: 1100px) {
  .homepage #homepage-featured-content .featured-text {
    text-align: left;
  }
}

.homepage #homepage-featured-content .featured-text h2 {
  margin-bottom: 30px;
}

.homepage #homepage-featured-content .featured-text p {
  line-height: 2rem;
  color: white;
}

.homepage #homepage-featured-content .featured-text .button, .homepage #homepage-featured-content .featured-text .report__content button, .report__content .homepage #homepage-featured-content .featured-text button, .homepage #homepage-featured-content .featured-text .report__content input[type="submit"], .report__content .homepage #homepage-featured-content .featured-text input[type="submit"] {
  display: inline-block;
  margin-top: 30px;
}

.homepage #expertise_and_services {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px;
}
.small-icon img {
    max-width: 100px
}

@media (min-width: 960px) {
  .homepage #expertise_and_services {
    padding: 80px;
  }
}

.homepage #expertise_and_services h2 {
  margin-bottom: 30px;
  color: #401385;
}

.homepage #expertise_and_services p {
  line-height: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.homepage #expertise_and_services ul {
  list-style: none;
  padding: 0;
  margin: 50px 0;
}

@media (min-width: 960px) {
  .homepage #expertise_and_services ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.homepage #expertise_and_services ul li {
  text-align: center;
}

@media (min-width: 960px) {
  .homepage #expertise_and_services ul li {
    text-align: left;
  }
}

.homepage #expertise_and_services ul li h3 {
  margin-bottom: 40px;
}

.homepage #expertise_and_services ul li a {
  text-decoration: none;
  color: #333333;
}

.homepage #expertise_and_services ul li p {
  color: #333333;
}

@media (min-width: 960px) {
  .homepage #expertise_and_services ul li div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

.homepage #expertise_and_services ul li:first-child {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .homepage #expertise_and_services ul li:first-child {
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.homepage #expertise_and_services ul li:first-child h3 {
  color: #005EB8;
}

@media (min-width: 960px) {
  .homepage #expertise_and_services ul li:last-child {
    padding-left: 20px;
  }
}

.homepage #expertise_and_services ul li:last-child h3 {
  color: #045765;
}

.homepage #expertise_and_services ul li img {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .homepage #expertise_and_services ul li img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.homepage #expertise_and_services ul li p {
  font-size: 1rem;
  line-height: 1.6rem;
}

.homepage #expertise_and_services .button, .homepage #expertise_and_services .report__content button, .report__content .homepage #expertise_and_services button, .homepage #expertise_and_services .report__content input[type="submit"], .report__content .homepage #expertise_and_services input[type="submit"] {
  display: inline-block;
  margin: 0;
}

.homepage .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.homepage .embed-container iframe,
.homepage .embed-container object,
.homepage .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage #home-latest, .homepage #home-projects, .homepage #home-resources {
  padding: 50px 30px;
}

@media (min-width: 960px) {
  .homepage #home-latest, .homepage #home-projects, .homepage #home-resources {
    padding: 80px;
  }
}

.homepage #home-latest > div, .homepage #home-projects > div, .homepage #home-resources > div {
  max-width: 1360px;
  margin: 0 auto;
}

.homepage #home-latest .title, .homepage #home-projects .title, .homepage #home-resources .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 10px;
  text-align: center;
}

@media (min-width: 960px) {
  .homepage #home-latest .title, .homepage #home-projects .title, .homepage #home-resources .title {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.homepage #home-latest h2, .homepage #home-resources h2 {
  color: white;
}

.homepage #home-resources {
  background: #045765;
}

.homepage #home-latest {
  background: #005EB8;
}

.homepage #latest-tweets {
  background: #401385;
  position: relative;
  z-index: 2;
}

.homepage #latest-tweets .tweets {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
}

@media (min-width: 960px) {
  .homepage #latest-tweets .tweets {
    padding: 80px 0;
  }
}

.homepage #latest-tweets .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .homepage #latest-tweets .title {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 0;
  }
}

.homepage #latest-tweets .title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 2rem;
  margin: 20px 0 10px 0;
  color: white;
}

@media (min-width: 960px) {
  .homepage #latest-tweets .title h2 {
    font-size: 2.4rem;
    margin: 20px 0 40px 0;
  }
}

.homepage #latest-tweets .title h2 span {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-twitter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.homepage .hin-shape-a {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 0;
  right: -600px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .homepage .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.homepage .hin-shape-b {
  position: absolute;
  top: -220px;
  z-index: -1;
  left: -690px;
  -moz-transform: rotate(40deg) scale(0.7);
  -o-transform: rotate(40deg) scale(0.7);
  -ms-transform: rotate(40deg) scale(0.7);
  -webkit-transform: rotate(40deg) scale(0.7);
  transform: rotate(40deg) scale(0.7);
}

@media screen and (min-width: 1500px) {
  .homepage .hin-shape-b {
    -moz-transform: rotate(40deg) scale(1);
    -o-transform: rotate(40deg) scale(1);
    -ms-transform: rotate(40deg) scale(1);
    -webkit-transform: rotate(40deg) scale(1);
    transform: rotate(40deg) scale(1);
  }
}

.homepage .hin-shape-c {
  position: absolute;
  top: 54%;
  z-index: -1;
  right: -540px;
  -moz-transform: rotate(90deg) scaleX(-1);
  -o-transform: rotate(90deg) scaleX(-1);
  -ms-transform: rotate(90deg) scaleX(-1);
  -webkit-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

.homepage .hin-shape-d {
  position: absolute;
  bottom: 260px;
  left: -520px;
  z-index: 0;
}

.layout main {
  position: relative;
  z-index: 1;
}

#wrap {
  position: relative;
  overflow: hidden;
}

.single-project {
  position: relative;
}

.single-project .hin-shape-a {
  position: absolute;
  top: -430px;
  z-index: 0;
  right: -460px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .single-project .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.single-project .hin-shape-b {
  position: absolute;
  bottom: -400px;
  right: 0;
  z-index: 0;
  left: -600px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .single-project .hin-shape-b {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.single-project .layout {
  padding: 30px;
}

@media (min-width: 768px) {
  .single-project .layout {
    padding: 80px;
  }
}

@media (min-width: 1100px) {
  .single-project .layout {
    padding: 80px;
  }
}

.single-project main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.single-project main h1 {
  margin: 0;
}

.single-project .header--project {
  display: none;
}

.single-project .x-text h1 {
  display: none;
}

.single-project .x-section {
  padding-top: 0 !important;
}

.single-project .x-section.bg-image {
  background: none !important;
}

.single-project .x-img-none {
  display: none;
}

.single-project .x-img-none ~ .x-img-none {
  display: block;
}

.single-project #intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .single-project #intro {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.single-project #intro div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 768px) {
  .single-project #intro div:first-child {
    padding-right: 30px;
  }
}

.single-project #intro h1 {
  color: #401385;
  font-size: 2rem;
}

@media (min-width: 960px) {
  .single-project #intro h1 {
    font-size: 2.8rem;
  }
}

.single-project #intro img {
  width: 100%;
  min-width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .single-project #intro img {
    width: 45%;
    min-width: 45%;
    margin: 0;
  }
}

@media (min-width: 960px) {
  .single-project #intro img {
    height: 350px;
  }
}

.single-project #cs-content .x-section .x-container {
  position: inherit;
  margin: 0;
  padding-top: 15px !important;
}

.single-project #cs-content .x-section .x-container.max {
  margin: 0 !important;
  width: 100%;
}

.single-project #cs-content .x-section .x-container .h-custom-headline {
  color: #005EB8;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-project #cs-content .x-section .x-container .x-column {
  width: 100%;
  margin: 0;
}

@media (min-width: 960px) {
  .single-project #cs-content .x-section .x-container .x-column.x-1-3 {
    width: 30.66666%;
    margin-right: 4%;
  }
  .single-project #cs-content .x-section .x-container .x-column.x-1-3:last-of-type {
    margin-right: 0;
  }
}

.single-project #cs-content .x-section .x-container.has-resources.max {
  margin: 0 !important;
  width: 100%;
}

.single-project #cs-content .x-section .x-container.has-resources.max .x-column {
  margin: 0;
}

@media (min-width: 960px) {
  .single-project #cs-content .x-section .x-container.has-resources.max .x-column {
    width: calc(100% - 350px);
    padding-right: 60px !important;
  }
}

@media (min-width: 1100px) {
  .single-project #cs-content .x-section .x-container.has-resources.max .x-column {
    width: calc(100% - 450px);
  }
}

.single-project #cs-content .x-section .x-container.has-resources.max .x-column.x-1-3 {
  padding: 0 !important;
}

@media (min-width: 960px) {
  .single-project #cs-content .x-section .x-container.has-resources.max .x-column.x-1-3 {
    width: 350px;
  }
}

@media (min-width: 1100px) {
  .single-project #cs-content .x-section .x-container.has-resources.max .x-column.x-1-3 {
    width: 450px;
  }
}

.single-project .useful-resources {
  background: #EFEFEF;
  padding: 30px;
  border-radius: 6px;
  margin-top: 30px;
}

@media (min-width: 960px) {
  .single-project .useful-resources {
    width: 350px;
    padding: 40px;
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .single-project .useful-resources {
    width: 450px;
  }
}

.single-project .useful-resources .related-list {
  margin-bottom: 0;
}

.single-project .useful-resources .related-list li {
  background: white;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.single-project .useful-resources .related-list li:last-child {
  margin-bottom: 0;
}

.single-project .useful-resources .related-list li div {
  line-height: 1.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.single-project .useful-resources .related-list li img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 20px;
}

.single-project .useful-resources .related-list li a.related-download {
  border-radius: 20px !important;
  padding: 1px 10px !important;
  margin-top: 10px;
  display: inline-block;
}

.single-project .author_bio_section {
  display: none;
}

#related-projects > div, #related-resources > div, #related-latest > div {
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  #related-projects > div, #related-resources > div, #related-latest > div {
    padding: 80px;
  }
}

@media (min-width: 1100px) {
  #related-projects > div, #related-resources > div, #related-latest > div {
    padding: 80px;
  }
}

#related-projects h2, #related-resources h2, #related-latest h2 {
  font-size: 2rem;
  padding: 10px;
}

@media (min-width: 960px) {
  #related-projects h2, #related-resources h2, #related-latest h2 {
    margin-bottom: 50px;
    padding: 0;
  }
}

#related-projects {
  background: #EFEFEF;
}

#related-resources {
  background: #401385;
}

#related-resources h2 {
  color: white;
}

#related-latest {
  background: #005EB8;
}

#related-latest h2 {
  color: white;
}

#related-latest h2 a {
  text-decoration: none;
  color: white;
  margin: 0 10px;
}

.single-project .layout {
  padding-top: 80px;
}

.page-template-our-projects .hin-shape-a {
  position: absolute;
  top: -200px;
  z-index: 0;
  right: -550px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .page-template-our-projects .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.page-template-our-projects .layout {
  padding-top: 80px;
}

.page-template-our-projects .layout main {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}

.page-template-our-projects .layout main h1 {
  margin-bottom: 30px;
  color: #401385;
}

.page-template-our-projects .layout main .tags {
  max-width: 900px;
  margin: 30px auto 0 auto;
}

.page-template-our-projects .featured {
  background: #401385;
}

.page-template-our-projects .featured > div {
  max-width: 1360px;
  margin: 0 auto;
  width: 88%;
}

.page-template-our-projects #projects {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
  width: 88%;
}

#pagination {
  padding: 30px 20px;
}

#pagination a, #pagination span {
  background: #005EB8;
  padding: 10px 13px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 21px;
}

#pagination a.current, #pagination span.current {
  background: #401385;
}

#pagination .prev, #pagination .next {
  display: none;
}

.single-resource .hin-shape-a {
  position: absolute;
  top: -430px;
  z-index: 0;
  right: -460px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .single-resource .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.single-resource .hin-shape-b {
  position: absolute;
  bottom: -400px;
  right: 0;
  z-index: 0;
  left: -600px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .single-resource .hin-shape-b {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.single-resource main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.single-resource main h1 {
  margin: 0;
}

.single-resource .x-text.introduction {
  margin-bottom: 40px;
}

.single-resource .x-text.introduction p {
  font-size: 1.3rem;
}

.single-resource #intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 80px;
}

.single-resource #intro div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-right: 30px;
}

.single-resource #intro h1 {
  color: #401385;
}

.single-resource #intro img {
  width: 45%;
  min-width: 45%;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
}

.single-resource .bg-image {
  display: none;
}

.single-resource .bg-color {
  display: none;
}

.single-resource #cs-content .x-container.width {
  width: 100%;
}

.single-resource #cs-content .x-column {
  float: none;
  margin: 0;
  margin-right: 0;
  width: 100% !important;
}

.single-resource #x-section-2 {
  padding-top: 0;
}

.single-resource #x-section-3, .single-resource #x-section-4 {
  display: none;
}

.single-resource .button-holder {
  margin-top: 20px;
}

.single-resource .blue-cta, .single-resource .green-cta {
  width: 50%;
}

.single-resource .author_bio_section {
  display: none;
}

.page-template-our-resources .hin-shape-a {
  position: absolute;
  top: -200px;
  z-index: 0;
  right: -550px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .page-template-our-resources .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.page-template-our-resources .layout {
  padding-top: 80px;
}

.page-template-our-resources .layout main {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-template-our-resources .layout main h1 {
  margin-bottom: 30px;
  color: #401385;
}

.page-template-our-resources .layout main .tags {
  max-width: 900px;
  margin: 30px auto 0 auto;
}

.page-template-our-resources .featured {
  background: #005EB8;
}

.page-template-our-resources .featured > div {
  max-width: 1360px;
  margin: 0 auto;
  width: 88%;
}

.page-template-our-resources #resources {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
  width: 88%;
}

.page-template-theme-landing .layout {
  padding: 30px;
}

@media (min-width: 768px) {
  .page-template-theme-landing .layout {
    padding: 80px 80px 0 80px;
  }
}

.page-template-theme-landing h1 {
  text-align: left;
  color: #401385;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}

.page-template-theme-landing h2 {
  text-align: center;
}

.page-template-theme-landing .x-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .page-template-theme-landing .x-column {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.page-template-theme-landing #cs-content .x-container.width {
  width: 100%;
}

.page-template-theme-landing .cs-content .blue-cta {
  margin: 30px 0;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .page-template-theme-landing .cs-content .blue-cta {
    margin-left: 100px;
    width: 350px;
    min-width: 350px;
  }
}

@media (min-width: 1100px) {
  .page-template-theme-landing .cs-content .blue-cta {
    margin-left: 100px;
    width: 400px;
    min-width: 400px;
  }
}

.page-template-theme-landing .cs-content .blue-cta .bubble-icon {
  width: 170px;
  margin: 0 auto;
}

.page-template-theme-landing .cs-content .blue-cta h3 {
  font-size: 2rem;
}

.page-template-theme-landing #related-projects {
  background: none;
}

.page-template-theme-landing #related-projects h2 {
  color: #401385;
}

.tax-themes .hin-shape-a {
  position: absolute;
  bottom: -400px;
  right: 0;
  z-index: 0;
  left: -600px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1600px) {
  .tax-themes .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tax-themes .layout {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px;
}

@media (min-width: 768px) {
  .tax-themes .layout {
    padding: 80px 80px 30px 80px;
  }
}

@media (min-width: 1100px) {
  .tax-themes .layout {
    padding: 80px 80px 30px 80px;
  }
}

.tax-themes .layout h1 {
  color: #401385;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .tax-themes .layout > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

.tax-themes .layout > div .content {
  width: 100%;
}

.tax-themes .layout > div .content p {
  line-height: 2rem;
}

.tax-themes .layout > div .content a {
  color: #005EB8;
}

.tax-themes .layout > div .blue-cta {
  width: 100%;
  min-width: 100%;
  margin: 40px 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .tax-themes .layout > div .blue-cta {
    width: 350px;
    min-width: 350px;
    margin-left: 100px;
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .tax-themes .layout > div .blue-cta {
    width: 400px;
    min-width: 400px;
    margin-left: 100px;
  }
}

.tax-themes #related-projects {
  background: none;
}

.tax-themes #related-projects > div {
  padding-top: 0;
}

.tax-themes #related-projects h2 {
  color: #401385;
}

.tax-themes #related-projects h2, .tax-themes #related-resources h2 {
  text-align: center;
}

.page-template-awards .layout, .page-template-latest .layout, .page-template-news .layout, .page-template-blogs .layout, .page-template-events .layout, .single-post .layout {
  padding-top: 80px;
  overflow: hidden;
}

.page-template-awards h1, .page-template-latest h1, .page-template-news h1, .page-template-blogs h1, .page-template-events h1, .single-post h1 {
  text-align: left;
  color: #401385;
}

.page-template-awards h1.centre, .page-template-latest h1.centre, .page-template-news h1.centre, .page-template-blogs h1.centre, .page-template-events h1.centre, .single-post h1.centre {
  text-align: center;
}

.page-template-awards .date, .page-template-latest .date, .page-template-news .date, .page-template-blogs .date, .page-template-events .date, .single-post .date {
  color: #005EB8;
}

.page-template-awards .featured, .page-template-latest .featured, .page-template-news .featured, .page-template-blogs .featured, .page-template-events .featured, .single-post .featured {
  background: #005EB8;
}

.page-template-awards #latest, .page-template-latest #latest, .page-template-news #latest, .page-template-blogs #latest, .page-template-events #latest, .single-post #latest {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
  width: 88%;
}

.page-template-awards .x-text.introduction, .page-template-latest .x-text.introduction, .page-template-news .x-text.introduction, .page-template-blogs .x-text.introduction, .page-template-events .x-text.introduction, .single-post .x-text.introduction {
  margin-bottom: 40px;
}

.page-template-awards .x-text.introduction p, .page-template-latest .x-text.introduction p, .page-template-news .x-text.introduction p, .page-template-blogs .x-text.introduction p, .page-template-events .x-text.introduction p, .single-post .x-text.introduction p {
  font-size: 1.3rem;
}

.single-post .layout {
  padding: 30px;
}

@media (min-width: 768px) {
  .single-post .layout {
    padding: 80px 0 0 0;
  }
}

.single-post .layout main {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .single-post .layout main {
    padding: 0 40px;
  }
}

.single-post .layout main #cs-content .x-container.max {
  width: 100%;
}

.single-post #intro {
  max-width: 1200px;
  margin: 0 auto;
}

.single-post .banner-image {
  width: 100%;
  height: 540px;
  margin: 0 auto 50px auto;
}

.single-post .banner-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}

.single-post .cs-content .x-text h1, .single-post .cs-content .x-text h1 {
  display: none;
}

.single-post #cs-content .x-column.x-2-3 {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.single-post #x-section-2.hide {
  display: none;
}

.single-post .x-column > .x-img {
  display: none;
}

.single-post .x-1-3 {
  display: none;
}

.single-post .author_bio_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  background: #EFEFEF;
  padding: 40px;
  border-radius: 6px;
  margin: 50px auto;
}

.single-post .author_bio_section img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50px;
}

.single-post .author_bio_section .author_name {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #005EB8;
}

.single-post .author_bio_section .author_details {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin: 20px 0 0 0;
  font-size: 0.9rem;
}

.single-post #cs-content .x-blockquote {
  position: relative;
  background: #BFE7F6;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 70px 0 !important;
}

.single-post #cs-content .x-blockquote:before {
  content: '';
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background: #BFE7F6;
}

.single-post #cs-content .x-blockquote:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #BFE7F6;
}

.single-post #cs-content .x-blockquote .x-cite {
  color: #401385;
}

.single-project #cs-content .x-blockquote .x-cite {
  color: #005EB8
}

.single-project #cs-content.cs-editor-active .x-section .x-container .x-column.x-2-3 {
  width: calc(100% - 450px) !important;
}

.single-project #cs-content.cs-editor-active .x-section .x-container .x-column.x-1-3 {
  width: 450px !important;
  float: right;
}

.single-eventbrite_events .layout {
  padding: 50px 30px;
}

@media (min-width: 960px) {
  .single-eventbrite_events .layout {
    padding: 60px;
  }
}

@media (min-width: 1100px) {
  .single-eventbrite_events .layout {
    padding: 80px;
  }
}

.single-eventbrite_events .layout main {
  max-width: 1360px;
  margin: 0 auto;
}

.single-eventbrite_events .layout main h1 {
  color: #401385;
  margin-bottom: 30px;
}

.single-eventbrite_events .layout main .date {
  color: #005EB8;
}

.single-eventbrite_events .layout #container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  .single-eventbrite_events .layout #container {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.single-eventbrite_events .layout .content {
  max-width: 780px;
}

.single-eventbrite_events .layout .content > img {
  border-radius: 6px;
  margin: 20px 0 40px 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media (min-width: 960px) {
  .single-eventbrite_events .layout .content > img {
    height: 376px;
  }
}

.single-eventbrite_events .layout .content .description {
  line-height: 2rem !important;
}

.single-eventbrite_events .layout .content .description div {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 2rem !important;
}

.single-eventbrite_events .layout .content .description > div {
  margin-top: 20px !important;
}

.single-eventbrite_events .layout .content .description p {
  font-size: 1rem !important;
  line-height: 2rem !important;
}

.single-eventbrite_events .layout .sidebar {
  width: 100%;
}

@media (min-width: 960px) {
  .single-eventbrite_events .layout .sidebar {
    width: 400px;
    min-width: 400px;
    margin-left: 50px;
  }
}

@media (min-width: 1100px) {
  .single-eventbrite_events .layout .sidebar {
    width: 40%;
    max-width: 500px;
    margin-left: 50px;
  }
}

.single-eventbrite_events .layout .details {
  background: #EFEFEF;
  border-radius: 6px;
  padding: 40px;
  display: none;
  overflow: auto;
}

@media (min-width: 960px) {
  .single-eventbrite_events .layout .details {
    display: block;
  }
}

.single-eventbrite_events .layout .details.mobile {
  display: block;
}

@media (min-width: 960px) {
  .single-eventbrite_events .layout .details.mobile {
    display: none;
  }
}

.single-eventbrite_events .layout .details h3 {
  margin-bottom: 40px;
}

.single-eventbrite_events .layout .details > div {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.single-eventbrite_events .layout .details > div h4 {
  margin-bottom: 10px;
  font-weight: 400;
}

.single-eventbrite_events .layout .details > div p {
  font-size: 1rem;
  margin: 0 0 5px 0;
}

.single-eventbrite_events .layout .details > div:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.single-eventbrite_events .layout .details > div.event-date {
  width: 50%;
  float: left;
}

.single-eventbrite_events .layout .details > div.event-date:before {
  background-image: url(../images/icon-date.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.single-eventbrite_events .layout .details > div.event-time {
  width: 50%;
  float: left;
}

.single-eventbrite_events .layout .details > div.event-time:before {
  background-image: url(../images/icon-time.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.single-eventbrite_events .layout .details > div.event-location {
  width: 100%;
  clear: both;
}

.single-eventbrite_events .layout .details > div.event-location:before {
  background-image: url(../images/icon-location.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.single-eventbrite_events .layout .details h4 {
  color: #401385;
  font-size: 1.2rem;
}

.single-eventbrite_events .blue-cta h3, .single-eventbrite_events .green-cta h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.single-eventbrite_events .blue-cta p, .single-eventbrite_events .green-cta p {
  font-size: 1rem;
}

.single-eventbrite_events .green-cta {
  margin: 0;
}

@media (min-width: 960px) {
  .single-eventbrite_events .green-cta {
    margin: 50px 0;
  }
}

.page-template-how-we-work-with .hin-shape-a {
  position: absolute;
  bottom: -430px;
  z-index: 1;
  left: -750px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (min-width: 1200px) {
  .page-template-how-we-work-with .hin-shape-a {
    left: -600px;
  }
}

@media screen and (min-width: 1600px) {
  .page-template-how-we-work-with .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.page-template-how-we-work-with .hin-shape-c {
  position: absolute !important;
  width: 700px;
  height: 700px;
  top: 250px;
  z-index: 1 !important;
  right: -450px;
  background-image: url(../images/shape-semi-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .page-template-how-we-work-with .hin-shape-c {
    width: 800px;
    height: 800px;
  }
}

.page-template-how-we-work-with .layout {
  padding-bottom: 0;
}

.page-template-how-we-work-with #intro {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}

.page-template-how-we-work-with #intro img {
  width: 200px;
  height: 200px;
}

.page-template-how-we-work-with #intro h1 {
  color: #401385;
  margin: 30px 0;
}

.page-template-how-we-work-with #intro p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2rem;
}

.page-template-how-we-work-with #how-we-can-help {
  background: #401385;
  padding: 30px;
}

.page-template-how-we-work-with #how-we-can-help > div {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .page-template-how-we-work-with #how-we-can-help {
    padding: 60px 40px;
  }
}

.page-template-how-we-work-with #how-we-can-help.purple {
  background: #401385;
}

.page-template-how-we-work-with #how-we-can-help.green {
  background: #045765;
}

.page-template-how-we-work-with #how-we-can-help > div {
  max-width: 900px;
  margin: 0 auto;
}

.page-template-how-we-work-with #how-we-can-help h2 {
  color: white;
  margin-bottom: 40px;
  font-size: 2.4rem;
}

.page-template-how-we-work-with #how-we-can-help .accordian {
  padding: 0;
  list-style: none;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li {
  margin-bottom: 30px;
  background: white;
  padding: 30px;
  border-radius: 8px;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title:hover {
  cursor: pointer;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title img {
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title h3 {
  margin: 0;
  color: #005EB8;
  font-size: 1.4rem;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title span {
  display: none;
}

@media (min-width: 768px) {
  .page-template-how-we-work-with #how-we-can-help .accordian > li .title span {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
  width: 6px;
  height: 24px;
  background: #005EB8;
  border-radius: 5px;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
  width: 6px;
  height: 24px;
  background: #005EB8;
  border-radius: 5px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title.active h3 {
  color: #401385;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title.active span {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .title.active span:before, .page-template-how-we-work-with #how-we-can-help .accordian > li .title.active span:after {
  background: #401385;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content {
  padding: 30px 0;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content p {
  margin-bottom: 30px;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content p:last-child {
  margin-bottom: 0;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content strong {
  display: block;
  margin-bottom: 10px;
  color: #005EB8;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content br {
  display: none;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content a {
  color: #005EB8;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content ul {
  padding: 0 0 0 20px;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  font-size: 15px !important;
  line-height: 1.8rem;
}

.page-template-how-we-work-with #how-we-can-help .accordian > li .content ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 4px solid #005EB8;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.page-template-how-we-work-with blockquote {
  position: relative;
  background: #fff;
  padding: 90px 40px;
  border-radius: 8px;
  margin: 70px 0;
}

@media (min-width: 768px) {
  .page-template-how-we-work-with blockquote {
    padding: 50px 90px;
  }
}

.page-template-how-we-work-with blockquote:before {
  content: '“';
  display: block;
  height: 70px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 6rem;
  color: #BAE87B;
}

.page-template-how-we-work-with blockquote:after {
  content: '”';
  display: block;
  height: 70px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 6rem;
  color: #BAE87B;
}

.page-template-how-we-work-with blockquote p {
  line-height: 2rem;
}

.page-template-how-we-work-with blockquote cite p {
  font-size: 15px;
}

#how-we-work h3 {
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 15px 0;
  color: #005EB8;
}

#how-we-work .x-feature-box-graphic {
  margin: 0 0 25px !important;
}

#how-we-work .x-feature-box-title {
  font-size: 27px;
}

#how-we-work .x-feature-box-text {
  line-height: 1.6rem;
  margin-top: 20px !important;
}

#how-we-work .x-feature-box-text a {
  display: block;
  background: #401385;
  text-decoration: none;
  color: white;
  border-radius: 50px;
  margin: 30px auto;
  padding: 16px 20px;
  font-weight: 700;
      font-family: "AvenirNextBold";
  max-width: 180px;
}

.slide {
  background: #ddd;
  background-position: bottom center;
  height: 450px;
}

.slide__content {
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 50px;
  text-align: center;
  max-width: 560px;
}

@media screen and (min-width: 540px) {
  .slide__content {
    margin: 0 40px;
  }
}

.slide__content h2 {
  font-size: 40px;
  font-weight: 700;
      font-family: "AvenirNextBold";
}

.slide__content p {
  font-size: 28px;
}

.home-slick-slider .inner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 450px;
  padding: 50px;
  text-align: center;
  max-width: 560px;
}

@media screen and (min-width: 540px) {
  .home-slick-slider .inner_content {
    margin: 0 40px;
  }
}

.home-slick-slider .inner_content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
      font-family: "AvenirNextBold";
}

.home-slick-slider .inner_content p {
  font-size: 28px;
  line-height: 33px;
}

.feature {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
  width: 100%;
}

.feature__content {
  background: #401385;
  color: #fff;
  padding: 20px;
}

.feature__content p {
  line-height: 21px;
}

.feature__image {
  background: #ddd;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding: 20px;
  position: relative;
}

.feature__more {
  background: #401385;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.feature__more:hover {
  background: #674db0;
}

.feature__title strong {
  font-weight: 600;
}

.feature__byline {
  font-weight: 400;
}

@media screen and (min-width: 600px) {
  .feature {
    flex-direction: row;
  }
  .feature__content,
  .feature__image {
    flex: 1;
  }
  .feature__content {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
  }
  .feature__content__wrap {
    max-width: 320px;
  }
  .feature__more {
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .feature__image {
    flex: 2;
  }
}

@media screen and (min-width: 1000px) {
  .feature__title {
    font-size: 55px;
  }
}

.icon-nav .x-column {
  border-right: 1px solid #ddd;
}

.icon-nav .x-ul-icons {
  height: 100px;
  margin: 0 !important;
  padding: 0;
}

.icon-nav .x-li-icon {
  align-items: center;
  border-bottom: 10px solid #005EB8;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  justify-content: center;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-left: 90px !important;
  width: 100%;
}

.icon-nav .x-li-icon a {
  flex: 1;
  text-decoration: none;
}

.icon-nav .x-li-icon i {
  font-size: 36px;
  margin-left: 20px;
}

.icon-nav .x-li-icon.green {
  border-bottom-color: #BAE87B;
}

.icon-nav .x-li-icon.green a, .icon-nav .x-li-icon.green i {
  color: #BAE87B;
}

.icon-nav .x-li-icon.green:hover {
  border-bottom-color: #ceec4d;
}

.icon-nav .x-li-icon.green:hover a, .icon-nav .x-li-icon.green:hover i {
  color: #ceec4d;
}

.icon-nav .x-li-icon.teal {
  border-bottom-color: #045765;
}

.icon-nav .x-li-icon.teal a, .icon-nav .x-li-icon.teal i {
  color: #045765;
}

.icon-nav .x-li-icon.teal:hover {
  border-bottom-color: #045765;
}

.icon-nav .x-li-icon.teal:hover a, .icon-nav .x-li-icon.teal:hover i {
  color: #045765;
}

.icon-nav .x-li-icon.purple {
  border-bottom-color: #401385;
}

.icon-nav .x-li-icon.purple a, .icon-nav .x-li-icon.purple i {
  color: #401385;
}

.icon-nav .x-li-icon.purple:hover {
  border-bottom-color: #6248ab;
}

.icon-nav .x-li-icon.purple:hover a, .icon-nav .x-li-icon.purple:hover i {
  color: #6248ab;
}

.icon-nav .x-li-icon.orange {
  border-bottom-color: #401385;
}

.icon-nav .x-li-icon.orange a, .icon-nav .x-li-icon.orange i {
  color: #401385;
}

.icon-nav .x-li-icon.orange:hover {
  border-bottom-color: #6248ab;
}

.icon-nav .x-li-icon.orange:hover a, .icon-nav .x-li-icon.orange:hover i {
  color: #6248ab;
}

.latest {
  margin-bottom: 40px;
}

.latest h2, .latest h3 {
  margin: 0;
}

.latest__image {
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.latest__image .icon {
  background-repeat: no-repeat;
  background-position: 90px 60px;
  border-radius: 50%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: block;
  height: 150px;
  position: absolute;
  top: 50%;
  top: calc(50% - 75px);
  left: -75px;
  width: 150px;
}

.latest__image .icon.green {
  background-color: #BAE87B;
}

.latest__image .icon.orange {
  background-color: #401385;
}

.latest__image .icon.blue {
  background-color: #005EB8;
}

.latest__category {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  text-transform: uppercase;
}

.latest__content {
  background: #f5f4f4;
  padding: 20px;
}

.latest__content h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.latest__content h3.green {
  color: #BAE87B;
}

.latest__content h3.orange {
  color: #401385;
}

.latest__content h3.blue {
  color: #005EB8;
}

.latest__content p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
}

.latest__content p.meta {
  font-weight: 600;
}

.latest__content a.readmore {
  background: #BAE87B;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 8px;
  text-decoration: none;
}

.latest__content a.readmore.green {
  background: #BAE87B;
}

.latest__content a.readmore.orange {
  background: #401385;
}

.latest__content a.readmore.blue {
  background: #005EB8;
}

.latest__content a.readmore.green:hover {
  background: #ceec4d;
}

.latest__content a.readmore.orange:hover {
  background: #6248ab;
}

.latest__content a.readmore.blue:hover {
  background: #005EB8;
}

.latest__other {
  background: #f5f4f4;
}

@media screen and (min-width: 600px) {
  .latest__main {
    display: flex;
  }
  .latest__image {
    width: 50%;
  }
  .latest__content {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .latest {
    display: flex;
  }
  .latest__main {
    flex: 2;
  }
  .latest__other {
    flex: 1;
  }
  .latest__content {
    padding: 40px;
  }
  .latest__category {
    font-size: 95px;
    bottom: -25px;
    right: -5px;
  }
  .latest__other {
    position: relative;
  }
  .latest__other:before {
    background: #aaa;
    content: "";
    height: 90%;
    position: absolute;
    top: 5%;
    left: 0;
    width: 1px;
  }
}

.article-grid__item {
  background: #bbb;
  margin-bottom: 20px;
  padding: 10px;
}

.article-grid__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 250px;
}

.article-grid__title {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.article-grid__details {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.article-grid__meta {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.article-grid__more {
  background: #005EB8;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  text-transform: capitalize;
  text-decoration: none;
}

.article-grid__more:after {
  background: #fff;
  border-radius: 50%;
  color: #005EB8;
  content: "\25b6";
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 10px;
  margin-left: 5px;
  padding: 3px;
  text-align: right;
  width: 10px;
}

.article-grid__more:hover {
  background: #005EB8;
}

.article-grid__more:hover:after {
  color: #005EB8;
}

/**
* layout specifics
*/
.article-grid__inner {
  padding: 10px;
}

@media screen and (min-width: 720px) {
  .article-grid__row--1 {
    display: flex;
    justify-content: space-between;
  }
  .article-grid__row--1 .article-grid__item {
    width: 48.5%;
  }
}

@media screen and (min-width: 960px) {
  .article-grid__row--1 .article-grid__item:nth-child(1) {
    width: 66%;
  }
  .article-grid__row--1 .article-grid__item:nth-child(2) {
    width: 32%;
  }
}

@media screen and (min-width: 720px) {
  .article-grid__row--2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .article-grid__row--2 .article-grid__item {
    width: 48.5%;
  }
  .article-grid__row--2 > .article-grid__item:nth-child(1) {
    order: 1;
  }
  .article-grid__row--2 .article-grid__column {
    display: flex;
    justify-content: space-between;
    order: 3;
    width: 100%;
  }
  .article-grid__row--2 > .article-grid__item:nth-child(3) {
    order: 2;
  }
}

@media screen and (min-width: 960px) {
  .article-grid__row--2 > .article-grid__item,
  .article-grid__row--2 .article-grid__column {
    order: 1;
    width: 32%;
  }
  .article-grid__row--2 .article-grid__column {
    flex-direction: column;
  }
  .article-grid__row--2 .article-grid__column .article-grid__item {
    width: 100%;
  }
}

@media screen and (min-width: 720px) {
  .article-grid__row--3 {
    display: flex;
    justify-content: space-between;
  }
  .article-grid__row--3 .article-grid__item {
    width: 48.5%;
  }
}

@media screen and (min-width: 960px) {
  .article-grid__row--3 .article-grid__item:nth-child(1) {
    width: 32%;
  }
  .article-grid__row--3 .article-grid__item:nth-child(2) {
    width: 66%;
  }
}

.slick-arrow {
  background: #BAE87B;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  outline: none;
  padding: 7px 15px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-decoration: none;
  z-index: 99;
}

.slick-arrow.slick-next {
  left: auto;
  right: 15px;
}

.slick-arrow:active {
  outline: none;
}

.entry-content .gform_wrapper .top_label .gfield_label {
  color: #666;
  font-weight: 400;
}

.entry-content .gform_wrapper input,
.entry-content .gform_wrapper textarea {
  background: #ccecf8;
  border: none;
  padding: 5px 10px;
}

.entry-content .gform_wrapper .gform_footer input[type="submit"] {
  background: #BAE87B;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100px;
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100px;
}

.single-post .cs-content,
.single-project .cs-content {
  word-wrap: break-word;
}

.single-post .cs-content h1,
.single-project .cs-content h1 {
  color: #565656;
  font-weight: 600;
}

.single-post .cs-content h3.title--related,
.single-project .cs-content h3.title--related {
  color: #401385;
  font-weight: 600;
  padding-bottom: 20px;
}

.single-post .cs-content a,
.single-project .cs-content a {
  border-bottom: 1px solid rgba(0, 164, 228, 0.8);
  color: #005EB8;
  padding-bottom: 2px;
  text-decoration: none;
}

.single-post .cs-content a:hover,
.single-project .cs-content a:hover {
  border-bottom-color: transparent;
}

.single-post .cs-content p,
.single-project .cs-content p {
  color: #000;
}

.single-post .cs-content ul li,
.single-project .cs-content ul li {
  color: #000;
  font-size: 17px;
  line-height: 23px;
}

.single-post .cs-content ul.related-list,
.single-project .cs-content ul.related-list {
  list-style: none;
  padding: 0;
}

.single-post .cs-content ul.related-list li,
.single-project .cs-content ul.related-list li {
  font-size: 15px;
}

.single-post .cs-content ul.related-list a,
.single-project .cs-content ul.related-list a {
  border-bottom: none;
  font-weight: 600;
}

.single-post .cs-content ul.related-list a:hover,
.single-project .cs-content ul.related-list a:hover {
  color: #BAE87B;
}

.single-post .cs-content ul.related-list a.related-download,
.single-project .cs-content ul.related-list a.related-download {
  background: #BAE87B;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 5px;
}

.single-post .cs-content ul.related-list a.related-download:hover,
.single-project .cs-content ul.related-list a.related-download:hover {
  background: #005EB8;
  color: #fff;
}

.single-post .header--news,
.single-post .header--blog,
.single-post .header--project,
.single-project .header--news,
.single-project .header--blog,
.single-project .header--project {
  display: none;
}

.report {
  background-color: #F3F4F4;
}

.report main {
  max-width: 1360px;
  margin: 0 auto;
}

.report__intro {
  margin: 0 auto;
  padding: 80px 30px 40px;
  text-align: left;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .report__intro {
    width: 80%;
    max-width: 1000px;
  }
}

@media (min-width: 768px) {
  .report.report--nav .report__intro {
    width: auto;
  }
}

@media (min-width: 960px) {
  .report.report--nav .report__intro {
    max-width: 100%;
    padding-left: 390px;
  }
}

.report__intro h1 {
  color: #401385;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 2.8rem;
}

@media (min-width: 960px) {
  .report__intro h1 {
    font-size: 3.2rem;
	line-height: 3.6rem;
  }
}

.report__image {
  overflow: hidden;
  padding: 0 15px 20px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .report__image {
    padding: 0 30px 20px;
  }
}

@media (min-width: 768px) {
  .report__image {
    width: 80%;
    max-width: 1000px;
  }
}

.report__image img {
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.report__subtitle {
  font-size: 1.2rem;
  color: #045765;
}

@media (min-width: 960px) {
  .report__subtitle {
    font-size: 1.6rem;
  }
}

.report__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 240px;
}

@media (min-width: 960px) {
  .report__main {
    flex-direction: row;
  }
}

.report__navigation, .report__content {
  padding: 30px;
}

@media (max-width: 479.98px) {
  .report__navigation, .report__content {
    padding: 15px;
  }
}

.report__navigation {
  z-index: 1;
  position: relative;
}

.report__navigation nav {
  padding: 20px 0;
  min-width: 300px;
  max-width: 300px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 30px;
}

@media (max-width: 959.98px) {
  .report__navigation nav {
    min-width: 200px;
    max-width: 100%;
    width: 100%;
  }
}

.report__navigation nav ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.report__navigation nav > ul li {
  position: relative;
}

.report__navigation nav > ul li > a {
  position: relative;
}

.report__navigation nav > ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  margin: 0 10px;
}

.report__navigation nav > ul li span,
.report__navigation nav > ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 20px;
}

.report__navigation nav > ul li a {
  color: #401385;
  font-size: 1.25rem;
  font-weight: 500;
  transition: background-color 0.35s;
}

.report__navigation nav > ul li a:hover, .report__navigation nav > ul li a:focus, .report__navigation nav > ul li a:active {
  background-color: #f7f7f7;
}

.report__navigation nav > ul li ul li:first-child::before {
  display: block;
  margin-left: 0;
}

.report__navigation nav > ul li ul a {
  font-size: 1rem;
  color: #005EB8;
}

.report__navigation nav > ul > li:first-child > a::before {
  display: none;
}

.report__content {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .report__content:first-child {
    width: 80%;
    max-width: 1000px;
  }
}

.report--nav .report__content {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .report--nav .report__content {
    width: 100%;
  }
}

.report__content > h1:not(.has-text-color), .report__content > h2:not(.has-text-color) {
  color: #401385;
}

.report__content > h3:not(.has-text-color), .report__content > h4:not(.has-text-color) {
  color: #005EB8;
}

.report__content h1[id], .report__content h2[id], .report__content h3[id], .report__content h4[id], .report__content h5[id], .report__content h6[id] {
  outline: none !important;
}

.report__content h1[id]:not(:first-child), .report__content h2[id]:not(:first-child), .report__content h3[id]:not(:first-child), .report__content h4[id]:not(:first-child), .report__content h5[id]:not(:first-child), .report__content h6[id]:not(:first-child) {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .report__content h1[id]:not(:first-child), .report__content h2[id]:not(:first-child), .report__content h3[id]:not(:first-child), .report__content h4[id]:not(:first-child), .report__content h5[id]:not(:first-child), .report__content h6[id]:not(:first-child) {
    margin-top: 90px;
  }
}

.report__content *:not(.has-background) a:not(.has-text-color) {
  color: #401385;
}

.report__content .has-background.has-purple-background-color a:not(.has-text-color),
.report__content .has-background.has-black-background-color a:not(.has-text-color),
.report__content .has-background.has-slate-grey-background-color a:not(.has-text-color),
.report__content .has-background.has-light-grey-background-color a:not(.has-text-color),
.report__content .has-background.has-bright-blue-background-color a:not(.has-text-color) {
  color: #fff;
}

.report__content .has-background.has-lime-green-background-color a:not(.has-text-color),
.report__content .has-background.has-teal-green-background-color a:not(.has-text-color) {
  color: #401385;
}

.report__content li, .report__content p, .report__content blockquote {
  line-height: 1.8em;
}

.report__content figure.wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.report__content h1, .report__content h2, .report__content h3, .report__content h4, .report__content h5, .report__content h6 {
  line-height: 1.4em;
}

.report__content .wp-block-ugb-icon-list,
.report__content > p:not(.has-text-color), .report__content > ul:not(.has-text-color) > li, .report__content > ol:not(.has-text-color) > li {
  color: #646464;
}

.report__content > p, .report__content > ul > li, .report__content > ol > li {
  font-size: 17px;
  font-weight: 400;
}

.report__content > ul.has-background,
.report__content > ol.has-background {
  border-radius: 8px;
}

.report__content button, .report__content input[type="submit"] {
  border: 0;
  cursor: pointer;
}

.report__content .has-purple-background-color button, .report__content .has-purple-background-color input[type="submit"] {
  background: #005EB8 !important;
}

.report__content .gform_wrapper .gform_fields li.gfield {
  float: none;
    clear: both;
  min-width: 0;
}

.report .author_bio_section {
  display: none;
}

.report .report__content > .addtoany_share_save_container {
  display: none;
}

.report .hin-shape-a {
  position: fixed;
  top: -430px;
  z-index: 0;
  left: -460px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media screen and (max-width: 959px) {
  .report .hin-shape-a {
    position: absolute;
  }
}

@media screen and (min-width: 1600px) {
  .report .hin-shape-a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 1019px) {
  .report .hin-shape-a {
    display: block;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) {
  .report .hin-shape-a {
    left: -700px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1699px) {
  .report:not(.report--nav) .hin-shape-a {
    left: -630px;
  }
}

.report .hin-shape-b {
  margin-top: -230px;
}

@media screen and (max-width: 1019px) {
  .report .hin-shape-b {
    display: block;
    z-index: 0;
  }
}

.single-report footer {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 960px) {
  .single-report #wrap {
    overflow: visible;
  }
}

.back-to-top-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 23px;
  transition: 0.4s;
  font-weight: 700;
      font-family: "AvenirNextBold";
  scroll-behavior: smooth;
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #401385;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transition: bottom 1s, opacity 1s;
}

.back-to-top-btn--hidden {
  opacity: 0;
  transition: bottom 1s, opacity 1s;
  bottom: -20px;
}

.ugb-accordion.ugb-accordion--v2 .ugb-accordion__heading .ugb-accordion__title {
  color: #401385;
}

.ugb-accordion.ugb-accordion--v2 .ugb-accordion__heading .ugb-accordion__arrow {
  fill: #401385;
}

#related-reports {
  background: #EFEFEF;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

#related-reports > div {
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 0;
  width: 88%;
}

#related-reports > div .cards {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.blue-cta, .green-cta {
  background: #005EB8;
  border-radius: 6px;
  padding: 40px;
  color: white;
  margin: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

@media (min-width: 960px) {
  .blue-cta, .green-cta {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.blue-cta .bubble-icon, .green-cta .bubble-icon {
  display: block;
  width: 150px;
  min-width: 150px;
  height: 93px;
  background-image: url(../images/icon-bubbles.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}

@media (min-width: 960px) {
  .blue-cta .bubble-icon, .green-cta .bubble-icon {
    margin: 0 0 0 40px;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
}

@media (min-width: 1100px) {
  .blue-cta .bubble-icon, .green-cta .bubble-icon {
    width: 200px;
    min-width: 200px;
    height: 120px;
  }
}

.blue-cta h3, .green-cta h3 {
  font-size: 1.6rem;
    color: #FFF;
}

@media (min-width: 960px) {
  .blue-cta h3, .green-cta h3 {
    font-size: 2rem;
  }
}

.blue-cta p, .green-cta p {
  color: white !important;
  margin: 0;
  line-height: 1.8rem;
  margin: 30px 0;
}
.blue-cta p a, .green-cta p a {
  color: white;
}

.blue-cta a.button, .green-cta a.button {
  display: inline-block;
  padding: 15px 20px;
  color: white;
  margin: 0;
}

.blue-cta ul, .green-cta ul {
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
}

.blue-cta ul li, .green-cta ul li {
  margin-bottom: 15px;
}

.green-cta {
  background: #045765;
  position: relative;
  overflow: hidden;
}

.green-cta .text {
  width: 100%;
}

.green-cta .text p {
  color: white;
}

.green-cta .large-bubble-icon {
  display: block;
  width: 150px;
  min-width: 150px;
  height: 93px;
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url(../images/icon-large-bubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}

@media (min-width: 960px) {
  .green-cta .large-bubble-icon {
    margin: 0 0 0 40px;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
}

@media (min-width: 1100px) {
  .green-cta .large-bubble-icon {
    width: 200px;
    min-width: 200px;
    height: 120px;
  }
}

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .cards {
    -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;
  }
}

.cards > li {
  list-style: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  .cards > li {
    -webkit-box-flex: 0 0 33.33%;
    -moz-box-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    margin-bottom: 30px;
  }
}

.cards > li .post-image {
  display: block;
  width: 100%;
  height: 250px;
  background-image: url(".././images/content-placeholder.png");
  background-size: cover;
  position: relative;
}

.cards > li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.cards > li > div {
  margin: 15px;
  background: white;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.cards > li .card-body {
  padding: 30px;
}

@media (min-width: 960px) {
  .cards > li .card-body {
    padding: 30px 30px 0 30px;
  }
}

.cards > li .card-body > a {
  display: block;
  margin: 0 0 20px 0;
  text-decoration: none;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 700;
      font-family: "AvenirNextBold";
}

.cards > li .card-body p {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.cards > li .card-body ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.cards > li .card-body ul li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 0.7rem;
  padding: 10px 15px;
  background: #401385;
  border-radius: 40px;
  margin: 0 10px 10px 0;
  font-weight: 700;
      font-family: "AvenirNextBold";
}

.cards.latest > li .post-image {
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  background-image: url(".././images/content-placeholder.png");
  background-size: cover;
  position: relative;
  margin: 15px;
  border-radius: 6px;
  margin-right: 20px;
}

@media (min-width: 1100px) {
  .cards.latest > li .post-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}

.cards.latest > li img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 20px;
}

@media (min-width: 1100px) {
  .cards.latest > li img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
}

.cards.latest > li .card-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
}

.cards.latest > li .card-header a {
  text-decoration: none;
  color: #333333;
  font-size: 1rem;
  line-height: 1.3rem;
  word-break: break-word;
  font-weight: 700;
      font-family: "AvenirNextMedium";
}

.cards.latest > li .card-header .event-date {
  color: #005EB8;
  margin: 10px 0 0 0;
  font-size: 14px;
}

.cards.latest > li .date {
  color: #005EB8;
  font-size: 14px;
  margin: 20px 0;
  display: block;
}

.cards.latest > li .card-body {
  padding: 5px 30px 10px 30px;
}

@media (min-width: 1100px) {
  .cards.latest > li .card-body {
    padding: 5px 30px 0 30px;
  }
}

.cards.latest > li .card-body ul {
  margin: 15px 0;
}

@media (min-width: 1100px) {
  .cards.latest > li .card-body ul {
    margin: 15px 0 0 0;
  }
}

.pagenav {
  padding: 50px 20px;
}

.pagenav a {
  background: #005EB8;
  color: white;
  border-radius: 100px;
  padding: 20px 30px;
  text-decoration: none;
}

.pagenav .alignleft {
  float: left;
}

.pagenav .alignright {
  float: right;
}

.featured {
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .featured {
    padding: 50px;
  }
}

.featured > div {
  max-width: 1360px;
  margin: 0 auto;
}

#breadcrumbs {
  display: none;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.tags ul {
  padding: 0 20px;
}

.tags .tag_item {
  display: inline-block;
}

.tags .tag_item:last-child {
  margin-right: 0;
}

.tags .tag_item a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 10px 15px;
  background: #401385;
  border-radius: 40px;
  color: white;
  margin: 5px;
  font-weight: 500;
}

body #cs-content .x-blockquote {
  position: relative !important;
  padding: 40px 90px;
  border: none;
}

body #cs-content .x-blockquote .quote {
  color: #401385;
  font-size: 8rem;
  position: absolute;
}

body #cs-content .x-blockquote .quote.quote--top {
  top: 0;
  left: 0;
}

body #cs-content .x-blockquote .quote.quote--bottom {
  bottom: 0;
  right: 0;
}

body #cs-content .x-blockquote .x-cite {
  font-size: 1rem;
  margin-top: 30px;
}

.news-callout-box {
  background: #EFEFEF;
  padding: 30px;
  border-radius: 6px;
  width: 100%;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .news-callout-box {
    float: right;
    margin: 50px 0 50px 50px;
    width: 350px;
  }
}

.news-callout-box h3 {
  margin-bottom: 25px;
  color: #401385;
}

.news-callout-box ul {
  padding: 0;
  font-size: 15px !important;
}

.news-callout-box ul p {
  font-size: 15px !important;
}

.news-callout-box ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px !important;
}

.news-callout-box ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #BAE87B;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.key-achievements {
  background: #EFEFEF;
  padding: 30px;
  border-radius: 6px;
  width: 100%;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .key-achievements {
    float: right;
    margin: 50px 0 50px 50px;
    width: 350px;
  }
}

.key-achievements h3 {
  margin-bottom: 25px;
  color: #401385;
}

.key-achievements ul {
  padding: 0;
  font-size: 15px !important;
}

.key-achievements ul p {
  font-size: 15px !important;
}

.key-achievements ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px !important;
}

.key-achievements ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #BAE87B;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

@media (min-width: 768px) {
  .has-resources .key-achievements {
    float: right;
    margin: 50px 0 50px 50px;
    width: 100%;
  }
}

#social-share span {
  font-size: 1.3rem;
}

#social-share > div {
  line-height: 40px;
}

#social-share > div a {
  font-size: 40px;
}

#social-share > div a span {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

#social-share .a2a_button_facebook path {
  fill: #4267B2 !important;
}

#social-share .a2a_button_twitter path {
  fill: #1DA1F2;
}

#social-share .a2a_button_linkedin path {
  fill: #2867B2;
}

#social-share .a2a_button_email path {
  fill: #401385;
}

.single-resource #social-share {
  margin-top: 50px;
}

.single #social-share {
  margin: 50px 0;
}

.has-text-color.has-white-color {
  color: #fff;
}

.wp-block-button__link.has-text-color.has-white-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-white-color {
  color: #fff;
}

.has-white-background-color:not(.btn) {
  background-color: #fff;
}

.has-text-color.has-black-color {
  color: #000;
}

.wp-block-button__link.has-text-color.has-black-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-black-color {
  color: #000;
}

.has-black-background-color:not(.btn) {
  background-color: #000;
}

.has-text-color.has-slate-grey-color {
  color: #045765;
}

.wp-block-button__link.has-text-color.has-slate-grey-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-slate-grey-color {
  color: #045765;
}

.has-slate-grey-background-color:not(.btn) {
  background-color: #045765;
}

.has-text-color.has-light-grey-color {
  color: #949CA1;
}

.wp-block-button__link.has-text-color.has-light-grey-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-light-grey-color {
  color: #949CA1;
}

.has-light-grey-background-color:not(.btn) {
  background-color: #949CA1;
}

.has-text-color.has-bright-blue-color {
  color: #005EB8;
}

.wp-block-button__link.has-text-color.has-bright-blue-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-bright-blue-color {
  color: #005EB8;
}

.has-bright-blue-background-color:not(.btn) {
  background-color: #005EB8;
}

.has-text-color.has-purple-color {
  color: #401385;
}

.wp-block-button__link.has-text-color.has-purple-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-purple-color {
  color: #401385;
}

.has-purple-background-color:not(.btn) {
  background-color: #401385;
}

.has-text-color.has-teal-green-color {
  color: #045765;
}

.wp-block-button__link.has-text-color.has-teal-green-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-teal-green-color {
  color: #045765;
}

.has-teal-green-background-color:not(.btn) {
  background-color: #045765;
}

.has-text-color.has-lime-green-color {
  color: #BAE87B;
}

.wp-block-button__link.has-text-color.has-lime-green-color,
.is-style-outline > .wp-block-button__link:not(.has-background).has-text-color.has-lime-green-color {
  color: #BAE87B;
}

.has-lime-green-background-color:not(.btn) {
  background-color: #BAE87B;
}

.report__content .has-small-font-size {
  font-size: 14px;
}

.report__content .has-normal-font-size {
  font-size: 17px;
}

.report__content .has-medium-font-size {
  font-size: 20px;
  margin-bottom: 25px;
}

.report__content .has-large-font-size {
  font-size: 26px;
  margin-bottom: 30px;
}

.report__content .has-huge-font-size {
  font-size: 34px;
  margin-bottom: 35px;
}

.wp-block-image {
  border-radius: 10px;
}

.wp-block-image figure {
  border-radius: 10px;
}

.wp-block-image img {
  height: auto;
}

.wp-block-table img[style*="width"] {
  height: auto;
}

@media (max-width: 599px) {
  .wp-block-column + .wp-block-column {
    margin-top: 15px;
  }
}

blockquote.wp-block-quote {
  position: relative !important;
  padding: 20px 90px;
  font-size: 1.5em;
  border: none;
  line-height: 1.4;
}

@media (max-width: 479.98px) {
  blockquote.wp-block-quote {
    padding: 20px 45px;
    font-size: 1.2em;
  }
}

.wp-block-group__inner-container > blockquote.wp-block-quote:last-child {
  margin-bottom: 0;
}

blockquote.wp-block-quote::before {
  content: "“";
  left: 0;
  top: 0;
}

@media (max-width: 479.98px) {
  blockquote.wp-block-quote::before {
    left: -20px;
  }
}

blockquote.wp-block-quote::after {
  content: "”";
  bottom: 0;
  right: 0;
}

@media (max-width: 479.98px) {
  blockquote.wp-block-quote::after {
    right: -20px;
  }
}

blockquote.wp-block-quote::before, blockquote.wp-block-quote::after {
  display: block;
  position: absolute;
  color: #BAE87B;
  font-size: 8rem;
}

blockquote.wp-block-quote p {
  font-size: inherit;
}

blockquote.wp-block-quote cite {
  font-size: 1rem;
  margin-top: 30px;
  color: #BAE87B;
}

blockquote.wp-block-quote.has-text-align-center {
  padding-left: 90px;
}

@media (max-width: 479.98px) {
  blockquote.wp-block-quote.has-text-align-center {
    padding-left: 45px;
  }
}

figure.wp-block-table {
  margin: 1em 0;
}

figure.wp-block-table thead {
  border-bottom: 3px solid #1d0c50;
  background: #401385;
  color: #fff;
}

figure.wp-block-table thead th {
  border-color: #401385;
}

figure.wp-block-table table {
  color: #4e4e4e;
  background: #fff;
  border-collapse: collapse;
}

figure.wp-block-table table td {
  border-color: #dedede;
}

figure.wp-block-table figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
}

.wp-block-group.has-background {
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

div:not(.wp-block-column) > .wp-block-group.has-background {
  margin: 2em 0;
}

hr.wp-block-separator {
  background-color: rgba(0, 0, 0, 0.05);
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 7px 7px 7px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 1;
  clear: both;
}

hr.wp-block-separator.alignfull, hr.wp-block-separator.alignwide {
  width: 100%;
  max-width: 100% !important;
}

figure.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  border-radius: 10px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

.number-counter {
  margin: 30px auto;
}

.number-counter .stats {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.number-counter .stats__col {
  flex: 1 0 33.33%;
  padding: 15px;
}

.number-counter .stats__title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
}

.number-counter .stats__icon {
  padding: 20px;
  border-radius: 100%;
  background: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.number-counter .stats__icon img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.number-counter .stats__num {
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 0.8em;
  font-size: 3rem;
}

.number-counter .stats__num span {
  color: #401385;
  font-weight: 600;
}

.has-background .number-counter .stats__num span {
  color: inherit;
}

@media (min-width: 1100px) {
  .number-counter .stats__num {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .number-counter .stats__num {
    font-size: 5rem;
  }
}

.number-counter .stats__num span {
  display: inline-block;
}

.number-counter .stats__desc {
  display: block;
  font-weight: 500;
  line-height: 1.1em;
}

@media (min-width: 960px) {
  .number-counter .stats__desc {
    padding: 0 20px;
  }
}

.wp-block-columns .number-counter .stats {
  flex-direction: column;
}

.wp-block-columns .number-counter .stats .stats__col {
  padding: 0 0 20px 0;
}

.wp-block-columns .number-counter .stats .stats__col:last-child {
  padding: 0;
}

.wp-block-columns .number-counter .stats .stats__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wp-block-columns .number-counter .stats .stats__box .stats__icon {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-left: 0;
}

.wp-block-columns .number-counter .stats .stats__box .stats__icon + .stats__text {
  padding-left: 20px;
  text-align: left;
}

.wp-block-columns .number-counter .stats .stats__box .stats__icon + .stats__text > p, .wp-block-columns .number-counter .stats .stats__box .stats__icon + .stats__text > span {
  padding-left: 0;
}

.wp-block-columns .number-counter .stats .stats__box .stats__icon + .stats__text .stats__num {
  justify-content: flex-start;
}

.wp-block-columns .number-counter .stats .stats__box .stats__num {
  flex-wrap: wrap;
  font-size: 2rem;
}

@media (min-width: 1100px) {
  .wp-block-columns .number-counter .stats .stats__box .stats__num {
    font-size: 2.8rem;
  }
}

@media (min-width: 1400px) {
  .wp-block-columns .number-counter .stats .stats__box .stats__num {
    font-size: 3.5rem;
  }
}

.wp-block-columns .number-counter .stats .stats__box .stats__text {
  flex-grow: 1;
}

.wp-block-file .wp-block-file__button {
  background: #401385 !important;
  color: #fff !important;
}

.gform_wrapper .gform_fields li.gfield {
  float: left;
  clear: none;
  min-width: 50%;
}

@media only screen and (max-width: 640px) {
  .gform_wrapper .gform_fields li.gfield {
    min-width: 100%;
  }
}

.gform_wrapper .gform_footer.top_label {
  padding-left: 0 !important;
  padding-top: 20px !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_fields.top_label input.medium {
    width: calc(100% - 8px);
  }
}

.report__content .iee_archive .iee_event {
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.report__content .iee_archive .iee_event .event_details {
  background: #fff;
}

.report__content .iee_archive .iee_event .event_date {
  font-weight: bold;
}

.report__content .iee_archive .iee_event .event_desc a {
  text-decoration: none !important;
}

.report__content .iee_archive .iee_event .event_desc .event_title {
  white-space: pre-wrap;
  color: #401385 !important;
  font-weight: bold;
  text-decoration: none;
}

.wp-block-embed iframe {
  width: 100%;
}

.wp-embed-heading a {
  color: #401385 !important;
  font-weight: bold;
  text-decoration: none;
}

.x-text p a, .x-text li a {
  color: #005EB8;
}

.x-text p, .x-text li {
  line-height: 38px !important;
}

.button-ar-nav p a {
  color: #FFF;
}

.button-ar-nav-large a {
  color: #FFF !important;
}

/*begining of changes by Paul Huckell*/
/*adds search to mobile under 768px screen size border needs sizing or replacing with line underneath*/
@media screen and (max-width: 767px) {
  .header__search {
    /*border-bottom: 1px solid #888;*/
    display: block;
    padding-bottom: 5px;
    text-align: center;
  }
}

/*add border bottom line back for screens 0-400px*/
/*@media screen and (max-width: 400px){
.header__search {
	border-bottom: 1px dashed #888;
	}
}

/*adds microscope image to search on mobile*/
@media screen and (max-width: 767px) {
  .header__search .search-submit {
    background: none;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    color: #666;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
}

/*on mobile centers the search*/
form.header__search {
  text-align: center;
}

/*on mobile below 768px removes border to search input*/
input.search-field {
  border: 0;
}

/*add this back in to remove mobile search - then remove or comment out the css above*/
/*.header__search{display:none;}*/
/*End of changes by Paul Huckell*/
.white-text {
  color: #fff;
}

.hide-overflow {
  overflow: hidden;
}

.bg-multiply {
  position: relative;
}

.bg-multiply:after {
  background: #666;
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  bottom: -50%;
  right: -50%;
  left: -50%;
  z-index: 0;
}

@media screen and (min-width: 675px) {
  .bg-multiply--left:after {
    left: -50%;
    right: 0;
  }
  .bg-multiply--right:after {
    right: -50%;
    left: -0;
  }
}

.bg-multiply * {
  position: relative;
  z-index: 2;
}

.bg-multiply--green:after {
  background-color: rgba(141, 171, 12, 0.6);
}

.bg-multiply--purple:after {
  background-color: rgba(33, 7, 106, 0.6);
}

.team-profile .x-column,
.project-profile .x-column {
  border: 3px solid transparent;
  position: relative;
}

.team-profile .x-column:first-child,
.project-profile .x-column:first-child {
  border-left-width: 6px;
}

.team-profile .x-column:last-child,
.project-profile .x-column:last-child {
  border-right-width: 6px;
}

.team-profile .x-column .x-img,
.project-profile .x-column .x-img {
  margin-bottom: 0 !important;
  width: 100%;
}

.team-profile .x-column .x-text,
.project-profile .x-column .x-text {
  background: rgba(0, 139, 203, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 75px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.team-profile .x-column .x-text p,
.project-profile .x-column .x-text p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}

.team-profile.purple .x-text,
.project-profile.purple .x-text {
  background: rgba(48, 22, 121, 0.6);
}

.team-profile.green .x-text,
.project-profile.green .x-text {
  background: rgba(156, 186, 27, 0.6);
}

.team-profile.teal .x-text,
.project-profile.teal .x-text {
  background: rgba(0, 149, 133, 0.6);
}

.team-profile.orange .x-text,
.project-profile.orange .x-text {
  background: rgba(73, 47, 146, 0.7);
}

.resource-list-title,
.news-list-title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
      font-family: "AvenirNextBold";
}

.resources-widget,
.news-blogs-widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.resources-widget p,
.news-blogs-widget p {
  color: #666;
  font-size: 19px;
  margin: 0 0 5px 0;
}

.resources-widget h4,
.news-blogs-widget h4 {
  height: 70px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.hin-team,
.hin-project {
  background: url("../images/content-placeholder--square.png");
  background-position: center center;
  background-size: cover;
  margin: 0 5px 10px 5px;
  position: relative;
  position: relative;
}

.hin-team:before,
.hin-project:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.hin-team > .content--aspect,
.hin-project > .content--aspect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hin-team > .content--aspect,
.hin-project > .content--aspect {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hin-team > .content--aspect > .hin-team--content,
.hin-team > .content--aspect > .hin-project--content,
.hin-project > .content--aspect > .hin-team--content,
.hin-project > .content--aspect > .hin-project--content {
  background: rgba(0, 139, 203, 0.6);
  min-height: 90px;
  padding: 15px;
}

.hin-team > .content--aspect > .hin-team--content > h4,
.hin-team > .content--aspect > .hin-project--content > h4,
.hin-project > .content--aspect > .hin-team--content > h4,
.hin-project > .content--aspect > .hin-project--content > h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
    color: #FFF;
}

.hin-team > .content--aspect > .hin-team--content > p,
.hin-team > .content--aspect > .hin-project--content > p,
.hin-project > .content--aspect > .hin-team--content > p,
.hin-project > .content--aspect > .hin-project--content > p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.hin-team > .content--aspect > .hin-team--content.background--blue,
.hin-team > .content--aspect > .hin-project--content.background--blue,
.hin-project > .content--aspect > .hin-team--content.background--blue,
.hin-project > .content--aspect > .hin-project--content.background--blue {
  background: rgba(0, 94, 184, 0.7);
}

.hin-team > .content--aspect > .hin-team--content.background--green,
.hin-team > .content--aspect > .hin-project--content.background--green,
.hin-project > .content--aspect > .hin-team--content.background--green,
.hin-project > .content--aspect > .hin-project--content.background--green {
  background: rgba(186, 232, 123, 0.7);
}

.hin-team > .content--aspect > .hin-team--content.background--purple,
.hin-team > .content--aspect > .hin-project--content.background--purple,
.hin-project > .content--aspect > .hin-team--content.background--purple,
.hin-project > .content--aspect > .hin-project--content.background--purple {
  background: rgba(60, 39, 118, 0.7);
}

.hin-team > .content--aspect > .hin-team--content.background--teal,
.hin-team > .content--aspect > .hin-project--content.background--teal,
.hin-project > .content--aspect > .hin-team--content.background--teal,
.hin-project > .content--aspect > .hin-project--content.background--teal {
  background: rgba(4, 87, 101, 0.7);
}

.hin-team > .content--aspect > .hin-team--content.background--orange,
.hin-team > .content--aspect > .hin-project--content.background--orange,
.hin-project > .content--aspect > .hin-team--content.background--orange,
.hin-project > .content--aspect > .hin-project--content.background--orange {
  background: rgba(60, 39, 118, 0.7);
}

.hin-team > .content--aspect > .hin-team-excerpt,
.hin-project > .content--aspect > .hin-team-excerpt {
  background: #005EB8;
  display: none;
  font-size: 15px;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hin-team > .content--aspect > .hin-team-excerpt.background--blue,
.hin-project > .content--aspect > .hin-team-excerpt.background--blue {
  background: #005EB8;
}

.hin-team > .content--aspect > .hin-team-excerpt.background--green,
.hin-project > .content--aspect > .hin-team-excerpt.background--green {
  background: #BAE87B;
}

.hin-team > .content--aspect > .hin-team-excerpt.background--purple,
.hin-project > .content--aspect > .hin-team-excerpt.background--purple {
  background: #401385;
}

.hin-team > .content--aspect > .hin-team-excerpt.background--teal,
.hin-project > .content--aspect > .hin-team-excerpt.background--teal {
  background: #045765;
}

.hin-team > .content--aspect > .hin-team-excerpt.background--orange,
.hin-project > .content--aspect > .hin-team-excerpt.background--orange {
  background: #401385;
}

@media (min-width: 768px) {
  .hin-team > .content--aspect > .hin-team-excerpt,
  .hin-project > .content--aspect > .hin-team-excerpt {
    overflow: auto;
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}

@media (min-width: 960px) {
  .hin-team > .content--aspect > .hin-team-excerpt,
  .hin-project > .content--aspect > .hin-team-excerpt {
    overflow: auto;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

.hin-team:hover > .content--aspect > .hin-team-excerpt,
.hin-project:hover > .content--aspect > .hin-team-excerpt {
  display: block;
}
